﻿:root{--tpp-color-primary: #0E59F2;--tpp-color-secondary: #1A1A1A;--tpp-color-para: #7B7E86;--tpp-color-white: #FFFFFF;--tpp-color-border: #D4D4D4;--tpp-color-bg: #EFF1F5;--tpp-color-bg2: #D9D9D9;--tpp-anim-duration: all 0.4s ease-in-out;--tpp-anim-duration-v2: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);--tpp-color-shadow: 0px 13px 29px 0px rgba(131, 150, 188, 0.10);--tpp-title-font: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--tpp-body-font: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--tpp-icon-font: "Font Awesome 5 Free"}html{font-size:62.5%}body{font-family:var(--tpp-body-font);font-size:1.6rem;line-height:1.6;color:var(--tpp-color-para);font-weight:400}ul{list-style:none;margin:0;padding:0}a{transition:all .3s ease-in-out}a:hover{color:var(--tpp-color-primary)}i,svg path{transition:var(--tpp-anim-duration)}.tpp-btn,input[type=submit]{display:inline-flex;align-items:center;padding:1.6rem 3.6rem;background:var(--tpp-color-primary);font-family:var(--tpp-title-font);font-size:1.4rem;font-weight:600;text-transform:uppercase;color:var(--tpp-color-white);position:relative;z-index:1;overflow:hidden;transition:var(--tpp-anim-duration);line-height:1;gap:.8rem}.tpp-btn span,input[type=submit] span{transition:var(--tpp-anim-duration);color:var(--tpp-color-white)}.tpp-btn:hover,input[type=submit]:hover{background-color:var(--tpp-color-white);color:var(--tpp-color-primary)}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background:var(--tpp-color-secondary)}@keyframes bounce-img{0%{transform:translate(0)}20%{transform:translateY(-6px)}40%{transform:translate(0)}60%{transform:translateY(-3px)}80%{transform:translate(0)}}@keyframes swipe{100%{left:125%}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes moveTopBottom{0%{-webkit-transform:translateY(0px);transform:translateY(0px)}50%{-webkit-transform:translateY(-155px);transform:translateY(-155px)}100%{-webkit-transform:translateY(0px);transform:translateY(0px)}}@keyframes moveBottomTop{0%{-webkit-transform:translateY(-155px);transform:translateY(-155px)}50%{-webkit-transform:translateY(0px);transform:translateY(0px)}100%{-webkit-transform:translateY(-155px);transform:translateY(-155px)}}.mfp-fade.mfp-bg{opacity:0;transition:opacity .5s ease-in-out}.mfp-fade.mfp-bg.mfp-ready{opacity:1}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade .mfp-content{opacity:0;transform:scale(0.8);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.mfp-fade.mfp-ready .mfp-content{opacity:1;transform:scale(1)}.mfp-fade.mfp-removing .mfp-content{opacity:0;transform:scale(0.8)}.tpp-btn-wrapper .tpp-btn{color:var(--tpp-color-white)}.tpp-btn-wrapper .tpp-btn::before,.tpp-btn-wrapper .tpp-btn::after{content:"";position:absolute;background:var(--tpp-color-secondary);transition:var(--tpp-anim-duration);z-index:-1}.tpp-btn-wrapper .tpp-btn .btn-icon{display:flex;align-items:center;justify-content:center;overflow:hidden}.tpp-btn-wrapper .tpp-btn:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-btn-wrapper.style-one .tpp-btn::before,.tpp-btn-wrapper.style-one .tpp-btn::after{width:50%;height:0}.tpp-btn-wrapper.style-one .tpp-btn::before{top:0;left:0}.tpp-btn-wrapper.style-one .tpp-btn::after{bottom:0;right:0}.tpp-btn-wrapper.style-one .tpp-btn:hover::before,.tpp-btn-wrapper.style-one .tpp-btn:hover::after{height:100%}.tpp-btn-wrapper.style-two .tpp-btn::before{width:200%;height:200%;top:110%;left:50%;border-radius:50%;transform:translateX(-50%);transition-duration:.6s}.tpp-btn-wrapper.style-two .tpp-btn:hover::before{top:-40%}.tpp-btn-wrapper.style-three .tpp-btn .top-btn-text{position:relative;top:0;opacity:1;transition:var(--tpp-anim-duration)}.tpp-btn-wrapper.style-three .tpp-btn:hover .top-btn-text{opacity:0;top:-1.6rem}.tpp-btn-wrapper.style-three .tpp-btn .bottom-btn-text{position:absolute;display:inline-block;opacity:0;top:63%;transition:var(--tpp-anim-duration)}.tpp-btn-wrapper.style-three .tpp-btn:hover .bottom-btn-text{opacity:1;top:50%;transform:translate(0, -50%)}.tpp-btn-wrapper.style-four .tpp-btn::before{width:150%;height:0;left:50%;top:50%;transform:translate(-50%, -50%) rotate(25deg);opacity:.5;transition:var(--tpp-anim-duration)}.tpp-btn-wrapper.style-four .tpp-btn:hover::before{height:300%;opacity:1}.tpp-btn-wrapper.style-five .tpp-btn::before,.tpp-btn-wrapper.style-five .tpp-btn::after{width:0;height:50%;position:absolute;background:var(--tpp-color-secondary);transition:var(--tpp-anim-duration-v2);z-index:-1}.tpp-btn-wrapper.style-five .tpp-btn::before{top:0;left:0}.tpp-btn-wrapper.style-five .tpp-btn::after{bottom:0;right:0}.tpp-btn-wrapper.style-five .tpp-btn:hover::before{width:100%;left:auto;right:0}.tpp-btn-wrapper.style-five .tpp-btn:hover::after{width:100%;right:auto;left:0}.tpp-btn-wrapper.style-six .tpp-btn:hover{box-shadow:0px 4px 24.6px rgba(14,89,242,.38)}.tpp-btn-wrapper.style-seven .tpp-btn:hover{background-color:var(--tpp-color-secondary)}.tpp-btn-wrapper.style-eight .tpp-btn{padding:1rem 1rem 1rem 2.3rem;position:relative;font-size:1.4rem;gap:1.6rem}.tpp-btn-wrapper.style-eight .tpp-btn::before{content:"";position:absolute;left:0;top:0;background:var(--tpp-color-secondary);width:0;height:100%;left:auto;right:0;transition:width .35s ease-in-out,left .35s ease-in-out}.tpp-btn-wrapper.style-eight .tpp-btn:hover::before{left:0;width:100%}.tpp-btn-wrapper.style-eight .tpp-btn .btn-icon{position:relative;height:2.5rem;width:2.5rem;background-color:var(--tpp-color-white);color:var(--tpp-color-primary);transition:var(--tpp-anim-duration);z-index:1}.tpp-btn-wrapper.style-eight .tpp-btn .btn-icon::before{content:"";position:absolute;left:0;top:0;width:0;height:100%;left:auto;right:0;background-color:var(--tpp-color-primary);transition:width .4s ease-in-out,left .4s ease-in-out;z-index:-1}.tpp-btn-wrapper.style-eight .tpp-btn:hover .btn-icon{color:var(--tpp-color-white)}.tpp-btn-wrapper.style-eight .tpp-btn:hover .btn-icon::before{left:0;width:100%}.tpp-btn-wrapper.style-nine .tpp-btn::before{content:"";position:absolute;left:0;top:0;animation:opacityFallbackOut .5s step-end forwards;background-color:var(--tpp-color-secondary);clip-path:polygon(-1% 0, 0 0, -25% 100%, -1% 100%);transition:var(--tpp-anim-duration-v2);width:100%;height:100%}.tpp-btn-wrapper.style-nine .tpp-btn:hover::before{animation:opacityFallbackIn 0s step-start forwards;clip-path:polygon(0 0, 101% 0, 101% 101%, 0 101%)}.tpp-btn-wrapper.style-ten .tpp-btn::before,.tpp-btn-wrapper.style-eleven .tpp-btn::before{content:"";position:absolute;top:var(--y, 50%);left:var(--x, 50%);transform:translate(-50%, -50%);width:0;height:0;border-radius:50%;background-color:var(--tpp-color-secondary);transition:width .5s,height .5s,top .2s,left .2s}.tpp-btn-wrapper.style-ten .tpp-btn:hover::before,.tpp-btn-wrapper.style-eleven .tpp-btn:hover::before{width:40rem;height:40rem}.tpp-btn-wrapper.style-thirteen .tpp-btn::before,.tpp-btn-wrapper.style-thirteen .tpp-btn::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-top:2.5rem solid var(--tpp-color-secondary);border-bottom:2.5rem solid var(--tpp-color-secondary);transition:var(--tpp-anim-duration);z-index:-1;background-color:rgba(0,0,0,0)}.tpp-btn-wrapper.style-thirteen .tpp-btn::before{border-right:2.5rem solid rgba(0,0,0,0);transform:translateX(-100%)}.tpp-btn-wrapper.style-thirteen .tpp-btn::after{border-left:2.5rem solid rgba(0,0,0,0);transform:translateX(100%)}.tpp-btn-wrapper.style-thirteen .tpp-btn:hover::before{transform:translateX(-20%)}.tpp-btn-wrapper.style-thirteen .tpp-btn:hover::after{transform:translateX(20%)}.tpp-btn-wrapper.style-fourteen .tpp-btn::before{content:"";position:absolute;height:calc(100% + .2rem);width:calc(100% + 3rem);top:-1px;right:100%;background-color:var(--tpp-color-secondary);z-index:-1;transition:var(--tpp-anim-duration);border-radius:inherit;clip-path:polygon(calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%, 0 0)}.tpp-btn-wrapper.style-fourteen .tpp-btn:hover::before{right:-3rem}.tpp-btn-wrapper.style-fifteen .tpp-btn{background:rgba(0,0,0,0);color:var(--tpp-color-secondary);font-size:1.6rem;padding:0}.tpp-btn-wrapper.style-fifteen .tpp-btn:hover{color:var(--tpp-color-primary)}.tpp-btn-wrapper.style-fifteen .tpp-btn::before{display:none}.accordion-image-container{display:flex;width:100%;height:400px;position:relative;margin:0 auto;gap:1.5rem}.accordion-image-container .accordion-image-item{position:relative;flex:1;transition:all .5s cubic-bezier(0.33, 1, 0.68, 1);border-radius:2rem;overflow:hidden;cursor:pointer}.accordion-image-container .accordion-image-item::before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--tpp-color-secondary));z-index:1;opacity:0;transition:.4s}.accordion-image-container .accordion-image-item .accordion-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .7s ease}.accordion-image-container .accordion-image-item .accordion-image-content{position:absolute;bottom:-50%;left:0;width:100%;padding:3.5rem;color:var(--tpp-color-white);z-index:2;transform:translateY(30%);opacity:0;transition:all .5s ease;text-align:center;height:100%;display:flex;align-items:flex-end}.accordion-image-container .accordion-image-item .accordion-image-content .tpp-accordion-image-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--tpp-color-white);margin-bottom:2rem}.accordion-image-container .accordion-image-item .accordion-image-content .accordion-image-title{font-size:3rem;font-weight:500;margin-bottom:1rem;color:var(--tpp-color-white);transition:var(--tpp-anim-duration)}.accordion-image-container .accordion-image-item .accordion-image-content .accordion-image-stitle{font-size:16px;font-weight:400;line-height:normal}.accordion-image-container .accordion-image-item .accordion-image-content .tpp-btn-wrapper{margin-top:34px}.accordion-image-container .accordion-image-item:hover .accordion-bg-img{transform:scale(1.05)}.accordion-image-container .accordion-image-item:hover::before{opacity:1;top:0;transition:.4s}.accordion-image-container .accordion-image-item:hover .tpp-accordion-image-icon.bounce i,.accordion-image-container .accordion-image-item:hover .tpp-accordion-image-icon.bounce svg{animation:bounce-img .6s ease}.accordion-image-container .accordion-image-item:hover .tpp-accordion-image-icon.flip i,.accordion-image-container .accordion-image-item:hover .tpp-accordion-image-icon.flip svg{transform:rotateY(180deg)}.accordion-image-container .accordion-image-item.active{flex:4}.accordion-image-container .accordion-image-item.active .accordion-image-content{transform:translateY(0);opacity:1;bottom:0}.accordion-image-container .accordion-image-item.active::before{opacity:1;top:0;transition:.4s}@media(max-width: 767px){.accordion-image-container{flex-direction:column}}.tpp-logo-wrapper.style-two{clip-path:polygon(0 0, 100% 0%, 65% 100%, 0% 100%);background-color:var(--tpp-color-white);padding:6rem;position:relative}.tpp-logo-wrapper a{position:relative;z-index:99}.tpp-logo-shape,.tpp-logo-shape-v2{position:absolute;content:"";height:100%;width:100%;background-color:var(--tpp-color-primary);right:0;top:0;clip-path:polygon(0 0, 100% 0%, 65% 100%, 0% 100%)}.tpp-logo-shape-v2{right:11px}.tpp-shape-img,.tpp-shape-img-v2{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.tpp-shape-img{z-index:9;top:19px}.tpp-logo-wrapper a img{position:relative;z-index:10}.countdown-box .countdown-list{display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap}.countdown-box .countdown-message,.countdown-box .countdown-item{width:150px;height:150px;border-radius:50%;background:var(--tpp-color-primary);display:flex;align-items:center;justify-content:center;flex-direction:column}.countdown-box .countdown-message .countdown-number,.countdown-box .countdown-item .countdown-number{font-size:36px;font-weight:700;color:var(--tpp-color-white)}.countdown-box .countdown-message .countdown-text,.countdown-box .countdown-item .countdown-text{font-size:14px;font-weight:500;color:var(--tpp-color-white)}.countdown-box.countdown-v2 .countdown-list{border:1px solid #e7e7e7;border-radius:10px;box-shadow:0px 28px 40px rgba(0,0,0,.1);padding:37px 80px 48px}.countdown-box.countdown-v2 .countdown-list .countdown-message,.countdown-box.countdown-v2 .countdown-list .countdown-item{background:rgba(0,0,0,0);height:auto;width:auto}.countdown-box.countdown-v2 .countdown-list .countdown-message .countdown-number,.countdown-box.countdown-v2 .countdown-list .countdown-item .countdown-number{font-size:42px;color:var(--tpp-color-primary)}.countdown-box.countdown-v2 .countdown-list .countdown-message .countdown-text,.countdown-box.countdown-v2 .countdown-list .countdown-item .countdown-text{color:var(--tpp-color-secondary);text-transform:uppercase;font-size:16px}.countdown-box.countdown-v3 .countdown-message,.countdown-box.countdown-v3 .countdown-item{width:auto;height:auto;border-radius:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:rgba(0,0,0,0);box-shadow:0px 0px 40px rgba(221,221,221,.47)}.countdown-box.countdown-v3 .countdown-message .countdown-number,.countdown-box.countdown-v3 .countdown-item .countdown-number{font-size:36px;font-weight:700;background:var(--tpp-color-white);color:var(--tpp-color-primary);padding:40px 80px;width:100%;text-align:center}.countdown-box.countdown-v3 .countdown-message .countdown-text,.countdown-box.countdown-v3 .countdown-item .countdown-text{color:var(--tpp-color-white);background:var(--tpp-color-primary);width:100%;text-align:center;padding:14px;font-size:16px;text-transform:uppercase}.countdown-box.countdown-v4 .countdown-message,.countdown-box.countdown-v4 .countdown-item{width:auto;height:auto;border-radius:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:rgba(0,0,0,0)}.countdown-box.countdown-v4 .countdown-number{color:var(--tpp-color-primary);padding:40px 55px;border:1px solid var(--tpp-color-primary);text-align:center}.countdown-box.countdown-v4 .countdown-text{color:var(--tpp-color-primary);width:100%;text-align:center;padding:16px;font-size:16px;text-transform:uppercase}.gallery-box{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}.gallery-box .gallery-item{position:relative;overflow:hidden;transition:.4s;border-radius:1rem}.gallery-box .gallery-item .gallery-icon-btn{position:absolute;left:50%;top:50%;transform:translate(-50%, -30%);background:var(--tpp-color-white);border-radius:50%;color:var(--tpp-color-primary);height:6rem;width:6rem;opacity:0;z-index:1;text-align:center;display:flex;align-items:center;justify-content:center}.gallery-box .gallery-item img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s}.gallery-box .gallery-item:hover .gallery-icon-btn{transform:translate(-50%, -50%);opacity:1}.gallery-box .gallery-item:hover img{transform:scale(1.1)}@media only screen and (max-width: 1299px){.gallery-box{grid-template-columns:repeat(3, 1fr)}}@media only screen and (max-width: 1023px){.gallery-box{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 767px){.gallery-box{grid-template-columns:repeat(1, 1fr)}}.gallery-box.gallery-v3{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(3, 1fr)}.gallery-box.gallery-v3 .gallery-item:nth-child(1),.gallery-box.gallery-v3 .gallery-item:nth-child(3),.gallery-box.gallery-v3 .gallery-item:nth-child(6),.gallery-box.gallery-v3 .gallery-item:nth-child(8),.gallery-box.gallery-v3 .gallery-item:nth-child(9),.gallery-box.gallery-v3 .gallery-item:nth-child(11),.gallery-box.gallery-v3 .gallery-item:nth-child(14),.gallery-box.gallery-v3 .gallery-item:nth-child(16){grid-row:span 2/span 2}.gallery-box.gallery-v3 .gallery-item:nth-child(5){grid-column-start:1;grid-row-start:3}.gallery-box.gallery-v3 .gallery-item:nth-child(6){grid-column-start:2;grid-row-start:2}.gallery-box.gallery-v3 .gallery-item:nth-child(7){grid-column-start:3;grid-row-start:3}.gallery-box.gallery-v3 .gallery-item:nth-child(8){grid-column-start:4;grid-row-start:2}.gallery-box.gallery-v3 .gallery-item:nth-child(9),.gallery-box.gallery-v3 .gallery-item:nth-child(10),.gallery-box.gallery-v3 .gallery-item:nth-child(11),.gallery-box.gallery-v3 .gallery-item:nth-child(12){grid-row-start:4}.gallery-box.gallery-v3 .gallery-item:nth-child(13){grid-column-start:1;grid-row-start:6}.gallery-box.gallery-v3 .gallery-item:nth-child(14){grid-column-start:2;grid-row-start:5}.gallery-box.gallery-v3 .gallery-item:nth-child(15){grid-column-start:3;grid-row-start:6}.gallery-box.gallery-v3 .gallery-item:nth-child(16){grid-column-start:4;grid-row-start:5}@media(max-width: 1299px){.gallery-box.gallery-v3{grid-template-columns:repeat(3, 1fr)}.gallery-box.gallery-v3 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}@media(max-width: 1023px){.gallery-box.gallery-v3{grid-template-columns:repeat(2, 1fr)}.gallery-box.gallery-v3 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}@media(max-width: 680px){.gallery-box.gallery-v3{grid-template-columns:repeat(1, 1fr)}.gallery-box.gallery-v3 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}.gallery-box.gallery-v4{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(3, 1fr)}.gallery-box.gallery-v4 .gallery-item:nth-child(2),.gallery-box.gallery-v4 .gallery-item:nth-child(4),.gallery-box.gallery-v4 .gallery-item:nth-child(6),.gallery-box.gallery-v4 .gallery-item:nth-child(8),.gallery-box.gallery-v4 .gallery-item:nth-child(10),.gallery-box.gallery-v4 .gallery-item:nth-child(12),.gallery-box.gallery-v4 .gallery-item:nth-child(14),.gallery-box.gallery-v4 .gallery-item:nth-child(16),.gallery-box.gallery-v4 .gallery-item:nth-child(18){grid-row:span 2/span 2}.gallery-box.gallery-v4 .gallery-item:nth-child(5){grid-column-start:2;grid-row-start:3}.gallery-box.gallery-v4 .gallery-item:nth-child(6){grid-column-start:3;grid-row-start:2}.gallery-box.gallery-v4 .gallery-item:nth-child(7),.gallery-box.gallery-v4 .gallery-item:nth-child(8),.gallery-box.gallery-v4 .gallery-item:nth-child(9){grid-row-start:4}.gallery-box.gallery-v4 .gallery-item:nth-child(10){grid-row-start:5}.gallery-box.gallery-v4 .gallery-item:nth-child(11){grid-column-start:2;grid-row-start:6}.gallery-box.gallery-v4 .gallery-item:nth-child(12){grid-column-start:3;grid-row-start:5}.gallery-box.gallery-v4 .gallery-item:nth-child(13),.gallery-box.gallery-v4 .gallery-item:nth-child(14),.gallery-box.gallery-v4 .gallery-item:nth-child(15){grid-row-start:7}.gallery-box.gallery-v4 .gallery-item:nth-child(16){grid-row-start:8}.gallery-box.gallery-v4 .gallery-item:nth-child(17){grid-column-start:2;grid-row-start:9}.gallery-box.gallery-v4 .gallery-item:nth-child(18){grid-column-start:3;grid-row-start:8}@media(max-width: 1023px){.gallery-box.gallery-v4{grid-template-columns:repeat(2, 1fr)}.gallery-box.gallery-v4 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}@media(max-width: 680px){.gallery-box.gallery-v4{grid-template-columns:repeat(1, 1fr)}.gallery-box.gallery-v4 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}.gallery-box.gallery-v5{display:grid;grid-template-columns:repeat(6, 1fr)}.gallery-box.gallery-v5 .gallery-item:nth-child(1),.gallery-box.gallery-v5 .gallery-item:nth-child(2),.gallery-box.gallery-v5 .gallery-item:nth-child(3),.gallery-box.gallery-v5 .gallery-item:nth-child(5),.gallery-box.gallery-v5 .gallery-item:nth-child(6),.gallery-box.gallery-v5 .gallery-item:nth-child(8),.gallery-box.gallery-v5 .gallery-item:nth-child(9),.gallery-box.gallery-v5 .gallery-item:nth-child(10),.gallery-box.gallery-v5 .gallery-item:nth-child(12),.gallery-box.gallery-v5 .gallery-item:nth-child(13),.gallery-box.gallery-v5 .gallery-item:nth-child(15),.gallery-box.gallery-v5 .gallery-item:nth-child(16),.gallery-box.gallery-v5 .gallery-item:nth-child(17){grid-column:span 2/span 2}.gallery-box.gallery-v5 .gallery-item:nth-child(3){grid-column-start:5}.gallery-box.gallery-v5 .gallery-item:nth-child(4),.gallery-box.gallery-v5 .gallery-item:nth-child(5){grid-row-start:2}.gallery-box.gallery-v5 .gallery-item:nth-child(6){grid-column-start:4;grid-row-start:2}.gallery-box.gallery-v5 .gallery-item:nth-child(7){grid-column-start:6;grid-row-start:2}.gallery-box.gallery-v5 .gallery-item:nth-child(8){grid-row-start:3}.gallery-box.gallery-v5 .gallery-item:nth-child(9){grid-column-start:3;grid-row-start:3}.gallery-box.gallery-v5 .gallery-item:nth-child(10){grid-column-start:5;grid-row-start:3}.gallery-box.gallery-v5 .gallery-item:nth-child(11),.gallery-box.gallery-v5 .gallery-item:nth-child(12){grid-row-start:4}.gallery-box.gallery-v5 .gallery-item:nth-child(13){grid-column-start:4;grid-row-start:4}.gallery-box.gallery-v5 .gallery-item:nth-child(14){grid-column-start:6;grid-row-start:4}.gallery-box.gallery-v5 .gallery-item:nth-child(15){grid-row-start:5}.gallery-box.gallery-v5 .gallery-item:nth-child(16){grid-column-start:3;grid-row-start:5}.gallery-box.gallery-v5 .gallery-item:nth-child(17){grid-column-start:5;grid-row-start:5}@media(max-width: 1299px){.gallery-box.gallery-v5{grid-template-columns:repeat(3, 1fr)}.gallery-box.gallery-v5 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}@media(max-width: 1023px){.gallery-box.gallery-v5{grid-template-columns:repeat(2, 1fr)}.gallery-box.gallery-v5 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}@media(max-width: 680px){.gallery-box.gallery-v5{grid-template-columns:repeat(1, 1fr)}.gallery-box.gallery-v5 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}.gallery-box.gallery-v6{display:grid;grid-template-columns:repeat(5, 1fr);grid-template-rows:repeat(1, 200px 200px 200px)}.gallery-box.gallery-v6 .gallery-item:nth-child(1),.gallery-box.gallery-v6 .gallery-item:nth-child(3),.gallery-box.gallery-v6 .gallery-item:nth-child(5),.gallery-box.gallery-v6 .gallery-item:nth-child(9),.gallery-box.gallery-v6 .gallery-item:nth-child(10),.gallery-box.gallery-v6 .gallery-item:nth-child(12),.gallery-box.gallery-v6 .gallery-item:nth-child(15),.gallery-box.gallery-v6 .gallery-item:nth-child(18){grid-row:span 2/span 2}.gallery-box.gallery-v6 .gallery-item:nth-child(2){grid-column:span 2/span 2}.gallery-box.gallery-v6 .gallery-item:nth-child(3){grid-column-start:4}.gallery-box.gallery-v6 .gallery-item:nth-child(4){grid-column-start:5}.gallery-box.gallery-v6 .gallery-item:nth-child(5){grid-column-start:2;grid-row-start:2}.gallery-box.gallery-v6 .gallery-item:nth-child(6){grid-column-start:3;grid-row-start:2}.gallery-box.gallery-v6 .gallery-item:nth-child(7){grid-column-start:1;grid-row-start:3}.gallery-box.gallery-v6 .gallery-item:nth-child(8){grid-column:span 2/span 2;grid-column-start:3;grid-row-start:3}.gallery-box.gallery-v6 .gallery-item:nth-child(9){grid-column-start:5;grid-row-start:2}.gallery-box.gallery-v6 .gallery-item:nth-child(10){grid-row-start:4}.gallery-box.gallery-v6 .gallery-item:nth-child(11){grid-column:span 2/span 2;grid-row-start:4}.gallery-box.gallery-v6 .gallery-item:nth-child(12){grid-column-start:4;grid-row-start:4}.gallery-box.gallery-v6 .gallery-item:nth-child(13){grid-column-start:5;grid-row-start:4}.gallery-box.gallery-v6 .gallery-item:nth-child(14){grid-column-start:1;grid-row-start:6}.gallery-box.gallery-v6 .gallery-item:nth-child(15){grid-column-start:2;grid-row-start:5}.gallery-box.gallery-v6 .gallery-item:nth-child(16){grid-column-start:3;grid-row-start:5}.gallery-box.gallery-v6 .gallery-item:nth-child(17){grid-column:span 2/span 2;grid-column-start:3;grid-row-start:6}.gallery-box.gallery-v6 .gallery-item:nth-child(18){grid-column-start:5;grid-row-start:5}@media(max-width: 1023px){.gallery-box.gallery-v6{grid-template-columns:repeat(2, 1fr)}.gallery-box.gallery-v6 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}@media(max-width: 680px){.gallery-box.gallery-v6{grid-template-columns:repeat(1, 1fr)}.gallery-box.gallery-v6 .gallery-item:nth-child(n){grid-row:auto;grid-column:auto}}.gallery-box .gallery-item .image-anim{background:rgba(0,84,255,.7098039216)}.gallery-box .gallery-item .image-anim1{content:"";position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%);width:200%;height:0}.gallery-box .gallery-item .image-anim1 .v2{left:50%;top:50%;transform:translate(-50%, -50%) rotate(-45deg)}.gallery-box .gallery-item .image-anim2{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;width:200%;height:0;opacity:1}.gallery-box .gallery-item .image-anim3{content:"";position:absolute;z-index:1;top:0;left:-100%;display:block;width:50%;height:100%;transform:skewX(25deg)}.gallery-box .gallery-item:hover .image-anim1,.gallery-box .gallery-item:hover .image-anim2{height:250%;opacity:1;transition:all 1000ms linear}.gallery-box .gallery-item:hover .image-anim3{animation:1s swipe}@keyframes swipe{100%{left:125%}}.tpp-header-info-wrapper,.tpp-header-info-item{display:flex;align-items:center}.tpp-header-info-item{gap:1rem;position:relative;margin-right:1rem;padding-right:1rem}.tpp-header-info-item:not(:last-child){border-right:1px solid var(--tpp-color-border)}.tpp-header-info-item:not(:last-child)::after{position:absolute;content:"";background:var(--tpp-color-border);right:0;top:50%;transform:translateY(-50%);height:1.4rem;width:.1rem}.tpp-header-info-item.item-v3{gap:1.5rem}.tpp-header-info-item.item-v3 .tpp-header-info-icon{height:4.5rem;width:4.5rem;background-color:var(--tpp-color-white);color:var(--tpp-color-primary);box-shadow:0px 4px 24px 0px #dde2eb}.tpp-header-info-item.item-v3 .tpp-header-label{color:var(--tpp-color-para);text-transform:capitalize;font-size:1.6rem;font-weight:400}.tpp-header-info-item.item-v3 .tpp-header-info{font-size:1.6rem;font-weight:600;font-family:var(--tpp-title-font);color:var(--tpp-color-secondary);text-transform:uppercase}.tpp-header-info-item.item-v4{margin-right:1.5rem;padding-right:1.5rem}.tpp-header-info-item.item-v4:not(:last-child)::after{background:var(--tpp-color-primary);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);right:-0.3rem;height:.6rem;width:.6rem}.tpp-header-info-item.item-v2 .tpp-header-info-icon{height:5rem;width:5rem;background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-header-info-item.item-v2 .tpp-header-info{line-height:2.6rem;color:var(--tpp-color-para)}.tpp-header-info-item.item-v2 .tpp-header-label{color:var(--tpp-color-primary);font-size:1.4rem;font-weight:600;text-transform:uppercase}.tpp-header-info-item.item-v5{gap:1.5rem}.tpp-header-info-item.item-v5 .tpp-header-info-icon{height:5.5rem;width:5.5rem;background-color:rgba(0,0,0,0);color:var(--tpp-color-primary);border:1px solid var(--tpp-color-primary)}.tpp-header-info-item.item-v5 .tpp-header-info{font-size:2rem;font-weight:500;font-family:var(--tpp-title-font);line-height:normal;color:var(--tpp-color-secondary)}.tpp-header-info-item.item-v6 .tpp-header-info-icon{font-size:4.5rem;border-right:1px solid var(--tpp-color-border);border-radius:0;padding-right:1.5rem;margin-right:.4rem}.tpp-header-info{color:var(--tpp-color-secondary)}.tpp-header-info.info-v3{color:var(--tpp-color-secondary)}.tpp-header-info-icon{display:flex;align-items:center;justify-content:center;font-size:1.8rem;border-radius:50%;color:var(--tpp-color-primary)}.tpp-header-label.label-v3{color:var(--tpp-color-primary);font-size:1.4rem;font-weight:600;text-transform:uppercase}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@keyframes shine{from{transform:translateX(-100%) rotate(45deg)}to{transform:translateX(100%) rotate(45deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px, 2px)}40%{transform:translate(-2px, -2px)}60%{transform:translate(2px, 2px)}80%{transform:translate(2px, -2px)}100%{transform:translate(0)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0)}100%{transform:perspective(400px) rotateY(180deg)}}@keyframes ripple{0%{transform:scale(0.8);opacity:1}100%{transform:scale(2);opacity:0}}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}100%{transform:rotate3d(0, 0, 1, 0deg)}}.tpp-social-share{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.tpp-social-share .tpp-share-title{font-size:20px;font-weight:600;color:var(--tpp-color-primary);margin-bottom:20px}.tpp-social-share .tpp-social-share-items{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.tpp-social-share .tpp-social-share-items .tpp-share-item{display:inline-flex;align-items:center;gap:5px;padding:8px 15px;border-radius:4px;color:var(--tpp-color-white);text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;background:#639}.tpp-social-share .tpp-social-share-items .tpp-share-item:hover{color:var(--tpp-color-white)}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-float:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.3)}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-scale:hover{transform:scale(1.1)}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-shake:hover{animation:shake .3s ease-in-out}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-rotate:hover{transform:rotate(8deg)}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-glitch:hover{animation:glitch .3s ease-in-out infinite}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-flip{transition:transform .6s;transform-style:preserve-3d}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-flip:hover{transform:rotateY(180deg)}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-ripple::before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:hsla(0,0%,100%,.3);border-radius:50%;transform:translate(-50%, -50%) scale(0)}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-ripple:hover::before{animation:ripple .6s ease-out}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-swing:hover{animation:swing 1s ease-in-out;transform-origin:top center}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-3d{transform-style:preserve-3d;perspective:800px}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-3d:hover{transform:translateZ(20px) rotateX(10deg)}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-neon:hover{box-shadow:0 0 5px currentColor,0 0 25px currentColor,0 0 50px currentColor;filter:brightness(1.2)}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-reveal::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);transition:.6s}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-reveal:hover::before{left:100%}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-bubble::after{content:"";position:absolute;top:50%;left:50%;width:150%;height:150%;background:hsla(0,0%,100%,.2);transform:translate(-50%, -50%) scale(0);border-radius:50%;transition:transform .5s ease-out}.tpp-social-share .tpp-social-share-items .tpp-share-item.hover-bubble:hover::after{transform:translate(-50%, -50%) scale(1)}.tpp-social-share .tpp-share-facebook{background-color:#3b5998}.tpp-social-share .tpp-share-twitter{background-color:#1da1f2}.tpp-social-share .tpp-share-linkedin{background-color:#0077b5}.tpp-social-share .tpp-share-pinterest{background-color:#bd081c}.tpp-social-share .tpp-share-email{background-color:#333}.tpp-social-share .tpp-share-whatsapp{background-color:#25d366}.tpp-social-share .tpp-share-telegram{background-color:#08c}.tpp-social-share .tpp-share-reddit{background-color:#ff4500}.tpp-post-share.custom-color .tpp-share-item{background-color:#333;color:var(--tpp-color-white)}.sidebar-btn .line{width:53px;display:inline-flex;position:relative;flex-wrap:wrap;border-top:1px solid var(--tpp-color-secondary)}.sidebar-btn .line:before,.sidebar-btn .line:after{content:"";position:relative;width:3rem;border-top:1px solid var(--tpp-color-secondary);display:inline-block;margin-top:.8rem;transition:var(--tpp-anim-duration)}.sidebar-btn .line:before{top:-1rem;margin-top:0;width:100%}.sidebar-btn:hover .line:after{width:100%}.tpp-sidemenu-wrapper{position:fixed;z-index:99999;right:0;top:0;height:100%;width:0;background-color:rgba(0,0,0,.75);opacity:0;visibility:hidden;transition:var(--tpp-anim-duration)}.tpp-sidemenu-wrapper .tpp-oc-closeButton{display:inline-block;border:2px solid var(--tpp-color-white);width:5rem;height:5rem;line-height:5rem;font-size:1.6rem;padding:0;position:absolute;top:2rem;right:2rem;background-color:rgba(0,0,0,0);border-radius:50%;transform:rotate(0);transition:var(--tpp-anim-duration);color:var(--tpp-color-white)}.tpp-sidemenu-wrapper .tpp-oc-closeButton:hover{color:var(--tpp-color-primary);border-color:var(--tpp-color-primary);transform:rotate(90deg)}.tpp-sidemenu-wrapper .tpp-sidemenu-content{background-color:var(--tpp-color-secondary);width:45rem;margin-left:auto;padding:8rem 3rem;height:100%;overflow-y:scroll;position:relative;right:-50rem;cursor:auto;transition-delay:1s;transition:right ease 1s}.tpp-sidemenu-wrapper .tpp-sidemenu-content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.1);box-shadow:inset 0 0 1px rgba(0,0,0,.1);background-color:#f5f5f5}.tpp-sidemenu-wrapper .tpp-sidemenu-content::-webkit-scrollbar{width:.2rem;background-color:#f5f5f5}.tpp-sidemenu-wrapper .tpp-sidemenu-content .widget{padding:0;border:none;background-color:rgba(0,0,0,0)}.tpp-sidemenu-wrapper .tpp-sidemenu-content .widget .tpp-btn{margin-top:4rem}.tpp-sidemenu-wrapper .tpp-sidemenu-content .widget .tpp-oc-desc{margin-top:4rem;margin-bottom:4rem}.tpp-sidemenu-wrapper .tpp-sidemenu-content .widget .tpp-offcanvas-social{display:flex;align-items:center;gap:1.5rem;margin-top:15rem}.tpp-sidemenu-wrapper .tpp-sidemenu-content .widget .tpp-offcanvas-social a{display:flex;align-items:center;justify-content:center;height:5rem;width:5rem;background-color:var(--tpp-color-white);color:var(--tpp-color-primary);border-radius:50%}.tpp-sidemenu-wrapper .tpp-sidemenu-content .widget .tpp-offcanvas-social a:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-sidemenu-wrapper .tpp-sidemenu-content .widget .contact-info-item{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.tpp-sidemenu-wrapper .tpp-sidemenu-content .widget .contact-info-item:last-child{margin-bottom:0}.tpp-sidemenu-wrapper .tpp-sidemenu-content .widget .contact-info-item .oc-info-icon{height:20px;width:20px}.tpp-sidemenu-wrapper .tpp-oc-closeButton{cursor:pointer}.tpp-sidemenu-wrapper.show{opacity:1;visibility:visible;width:100%;transition:var(--tpp-anim-duration)}.tpp-sidemenu-wrapper.show .tpp-sidemenu-content{right:0;opacity:1;visibility:visible;color:var(--tpp-color-white);position:relative}@media(max-width: 767px){.tpp-sidemenu-wrapper .tpp-sidemenu-content{width:32rem;padding:8rem 2rem}}.sidebar-menu-wrapper{position:fixed;z-index:9;left:0;top:0;height:100%;width:3.7rem;background-color:rgba(0,0,0,.75);transition:var(--tpp-anim-duration);animation-duration:.8s;border-right:1px solid #4b4d47}.sidebar-menu-wrapper .sidebar-menu-area{padding:7rem 7rem;width:100%}.sidebar-menu-wrapper .sidebar-menu-bottom a{font-size:1.6rem;font-weight:400;color:var(--tpp-color-white)}.sidebar-menu-wrapper .sidebar-menu-bottom a:hover{color:var(--tpp-color-white)}.sidebar-menu-wrapper .menu-toggle{display:none;background:var(--tpp-color-secondary)}.sidebar-menu-wrapper .sidebar-menu-height{height:100vh;display:flex;flex-wrap:wrap}.sidebar-menu-wrapper .sidebar-menu-height .sidebar-menu-bottom{margin-top:auto;padding:0 7rem 7rem}.sidebar-menu-wrapper .sidebar-menu{overflow-y:scroll;max-height:calc(100vh - 20rem);padding-bottom:4rem;margin-top:10.5rem;text-align:left}.sidebar-menu-wrapper .sidebar-menu::-webkit-scrollbar{display:none}.sidebar-menu-wrapper .sidebar-menu ul{margin:0;padding:0}.sidebar-menu-wrapper .sidebar-menu ul li{border-bottom:0;list-style-type:none}.sidebar-menu-wrapper .sidebar-menu ul li li:first-child{border-top:0}.sidebar-menu-wrapper .sidebar-menu ul li a{display:block;position:relative;padding:1.4rem 0;line-height:1.4;font-size:1.6rem;font-weight:500;color:var(--tpp-color-white);letter-spacing:1.5px;text-transform:uppercase}.sidebar-menu-wrapper .sidebar-menu ul li a::before{display:none}.sidebar-menu-wrapper .sidebar-menu ul li a.active-class{color:var(--tpp-color-white)}.sidebar-menu-wrapper .sidebar-menu ul li a.active-class::before{background:var(--tpp-color-white);border-color:var(--tpp-color-white)}.sidebar-menu-wrapper .sidebar-menu ul li ul li{padding-left:2rem}.sidebar-menu-wrapper .sidebar-menu ul li ul li:last-child{border-bottom:none}.sidebar-menu-wrapper .sidebar-menu ul li .submenu-item-has-children a .mean-expand-class2{position:absolute;right:0;top:50%;font-weight:400;font-size:1.5rem;width:2.5rem;height:2.5rem;line-height:2.5rem;margin-top:-1.2rem;display:inline-block;text-align:center;background-color:rgba(0,0,0,0);color:var(--tpp-color-white);box-shadow:0 0 2rem -0.8rem rgba(173,136,88,.5);border-radius:50%}.sidebar-menu-wrapper .sidebar-menu ul li .submenu-item-has-children a::before{content:"";font-family:var(--tpp-icon-font);font-weight:700}.sidebar-menu-wrapper .sidebar-menu ul li .submenu-item-has-children a.active-class .mean-expand-class2::before{content:""}@media(max-width: 991px){.sidebar-menu-wrapper{width:30rem}.sidebar-menu-wrapper .sidebar-menu-area{padding:4rem}.sidebar-menu-wrapper .sidebar-menu-height .sidebar-menu-bottom{padding:0 4rem 4rem}}@media(max-width: 767px){.sidebar-menu-wrapper{width:fit-content}.sidebar-menu-wrapper .sidebar-logo{display:none}.sidebar-menu-wrapper .menu-toggle{display:block}.sidebar-menu-wrapper .sidebar-menu-height .sidebar-menu-bottom{display:none}.sidebar-menu-wrapper .sidebar-menu ul{display:none}.sidebar-menu-wrapper .sidebar-menu-area{padding:30px}}.tpp-offcanvas-open-btn i{font-size:4rem;color:var(--tpp-color-secondary)}.tpp-offcanvas-open-btn .sidebar-btn{cursor:pointer;border:none}.tpp-offcanvas-open-btn .sidebar-btn:hover,.tpp-offcanvas-open-btn .sidebar-btn:focus,.tpp-offcanvas-open-btn .sidebar-btn:active{background-color:rgba(0,0,0,0)}.nav-header{position:relative;z-index:41}.main-menu-area ul li{display:inline-block;position:relative}.tpp-main-menu #mainmenu>li{padding:4rem 0}.tpp-main-menu a{display:block;position:relative;font-weight:500;font-size:1.6rem;color:var(--tpp-color-secondary);text-transform:uppercase;font-family:var(--tpp-body-font);margin:0 2.3rem}.tpp-main-menu a:hover{color:var(--tpp-color-primary)}.tpp-main-menu ul li.menu-item-has-children>a:after{content:"";position:relative;margin-left:.3rem;top:-0.1rem;display:inline-block;transition:var(--tpp-anim-duration);transform:rotate(0);font-size:1.2rem;font-family:"Font Awesome 5 Free";font-weight:800}.tpp-main-menu ul ul li.menu-item-has-children>a::after{content:"";transform:rotate(-89deg);top:.4rem;font-size:70%;right:0;float:right}.tpp-main-menu ul ul.sub-menu{position:absolute;text-align:left;top:100%;left:-2.7rem;background-color:var(--tpp-color-white);visibility:hidden;min-width:19rem;width:max-content;padding:1.3rem 1.5rem 1.3rem 1.3rem;opacity:0;z-index:-1;border:0;box-shadow:0 .4rem 1.5rem rgba(1,15,28,.06);transform:scaleY(0);transform-origin:top center;transition:var(--tpp-anim-duration)}.tpp-main-menu ul ul.sub-menu li.current-menu-item a{color:var(--tpp-color-primary)}.tpp-main-menu ul ul.sub-menu li{display:block;margin:0;padding:.2rem .9rem}.tpp-main-menu ul ul.sub-menu li a{position:relative;padding-left:0;font-weight:500;text-transform:capitalize}.tpp-main-menu ul ul.sub-menu li ul.sub-menu{left:100%;top:-1.3rem;margin-left:1.5rem}.tpp-main-menu ul ul.sub-menu li ul.sub-menu li ul{left:100%}.tpp-main-menu ul li.menu-item-has-children:first-child{margin-left:0}.tpp-main-menu ul li.menu-item-has-children:last-child{margin-right:0}.tpp-main-menu ul li.menu-item-has-children:hover>ul.sub-menu{visibility:visible;opacity:1;transform:scaleY(1);z-index:9}.tpp-main-menu ul li.menu-item-has-children a:hover{color:var(--tpp-color-primary)}@media(max-width: 1399px){.tpp-main-menu>ul>li{margin:0 1.5rem}}.mobile-menu-wrapper{position:fixed;top:0;left:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:999999;width:100%;height:100%;transition:var(--tpp-anim-duration);animation-duration:.8s;opacity:0;visibility:hidden}.mobile-menu-wrapper .mobile-logo{padding-bottom:3rem;padding-top:4rem;display:block;text-align:center;background-color:var(--tpp-color-secondary)}.mobile-menu-wrapper .mobile-logo a{display:inline-block}.mobile-menu-wrapper .mobile-logo svg{max-width:18.5rem}.mobile-menu-wrapper .menu-toggle{border:none;font-size:2.2rem;position:absolute;right:-1.6rem;top:2.5rem;padding:0;line-height:1;width:3.3rem;height:3.3rem;line-height:3.6rem;font-size:1.4rem;z-index:1;color:var(--tpp-color-white);background-color:var(--tpp-color-primary);border-radius:50%}.mobile-menu-wrapper .menu-toggle:hover{background-color:var(--tpp-color-secondary);color:var(--tpp-color-white)}.mobile-menu-wrapper .mobile-tpp-menu-area{width:100%;max-width:31rem;background-color:var(--tpp-color-white);border-right:3px solid var(--tpp-color-secondary);height:100%;position:relative;left:-110%;opacity:0;visibility:hidden;transition:var(--tpp-anim-duration);animation-duration:1s;z-index:1}.mobile-menu-wrapper.body-visible{opacity:1;visibility:visible}.mobile-menu-wrapper.body-visible .mobile-tpp-menu-area{left:0;opacity:1;visibility:visible}.mobile-menu{overflow-y:scroll;max-height:calc(100vh - 20rem);padding-bottom:4rem;margin-top:3.3rem;text-align:left}.mobile-menu::-webkit-scrollbar{display:none}.mobile-menu ul{margin:0;padding:0 0}.mobile-menu ul li{border-bottom:1px solid var(--tpp-color-border);list-style-type:none}.mobile-menu ul li li{padding-left:2rem}.mobile-menu ul li li:first-child{border-top:1px solid var(--tpp-color-border)}.mobile-menu ul li li:last-child{border-bottom:none}.mobile-menu ul li a{display:block;position:relative;padding:1.2rem 0;line-height:1.4;font-size:1.3rem;color:var(--tpp-color-secondary);letter-spacing:1.5px;text-transform:uppercase}.mobile-menu ul .submenu-item-has-children>a .mean-expand-class{display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:50%;font-weight:400;font-size:1rem;width:2.5rem;height:2.5rem;line-height:2.5rem;margin-top:-1.2rem;background-color:var(--tpp-color-secondary);color:var(--tpp-color-white);box-shadow:0 0 2rem -0.8rem rgba(173,136,88,.5);border-radius:50%}.mobile-menu ul .submenu-item-has-children>a .mean-expand-class::before{content:"";font-family:var(--tpp-icon-font);font-weight:700}.mobile-menu ul .submenu-item-has-children.active-class>a .mean-expand-class:before{content:""}.mobile-menu ul li.active-class>a{color:var(--tpp-color-primary)}.mobile-menu ul li.active-class>a::before{background:var(--tpp-color-primary);border-color:var(--tpp-color-primary)}.mobile-menu>ul{padding:0 4rem}.mobile-menu>ul li:last-child{border-bottom:none}@media(max-width: 400px){.mobile-menu-wrapper .mobile-tpp-menu-area{width:100%;max-width:27rem}.mobile-menu>ul{padding:0 2rem}}.tpp-main-menu-v2 a{display:block;position:relative;font-weight:500;font-size:1.6rem;color:var(--tpp-color-primary);text-transform:capitalize;font-family:var(--tpp-title-font)}.tpp-main-menu-v2 a:hover{color:var(--tpp-color-primary)}.tpp-main-menu-v2>ul>li{margin:0 1.5rem}.tpp-main-menu-v2>ul>li>a{padding:5rem 0}.tpp-main-menu-v2>ul>li>a:hover{color:var(--tpp-color-secondary)}.tpp-main-menu-v2 ul li:last-child{margin-right:0}.tpp-main-menu-v2 ul li:first-child{margin-left:0}.tpp-main-menu-v2 ul li:hover>ul.sub-menu{visibility:visible;opacity:1;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);z-index:9}.tpp-main-menu-v2 ul li:hover .sub-menu{display:block;visibility:visible}.tpp-main-menu-v2 ul li .sub-menu{display:none;visibility:hidden;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.tpp-main-menu-v2 ul li .sub-menu li{opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;transition:var(--tpp-anim-duration)}.tpp-main-menu-v2 ul li>ul.sub-menu{transition:var(--tpp-anim-duration);padding:0;margin:0;background-color:var(--tpp-color-secondary)}.tpp-main-menu-v2 ul.sub-menu{position:absolute;text-align:left;top:100%;visibility:hidden;min-width:20.2rem;width:-webkit-max-content;width:-moz-max-content;width:max-content;left:-1.4rem;opacity:0;z-index:-1;border:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-transition:var(--tpp-anim-duration);transition:var(--tpp-anim-duration);padding:1.8rem 2rem;left:-2.7rem}.tpp-main-menu-v2 ul.sub-menu a:hover{padding-left:1.2rem}.tpp-main-menu-v2 ul.sub-menu a:hover::before{visibility:visible;opacity:1;left:0}.tpp-main-menu-v2 ul.sub-menu li{display:block;margin:0 0;padding:0px .9rem}.tpp-main-menu-v2 ul.sub-menu li:hover{background-color:var(--tpp-color-primary)}.tpp-main-menu-v2 ul.sub-menu li a{font-size:1.5rem;position:relative;padding-left:0;text-transform:capitalize;padding:1rem 2rem;color:var(--tpp-color-white)}.tpp-main-menu-v2 ul.sub-menu li ul.sub-menu{left:100%;right:auto;top:0;margin:0 0}.tpp-main-menu-v2 ul.sub-menu li ul.sub-menu li ul{left:100%;right:auto}.tpp-main-menu-v2 ul.sub-menu li.current-menu-item{background-color:var(--tpp-color-primary)}.tpp-main-menu-v2 ul.sub-menu li.current-menu-item a{padding-left:1.2rem}.tpp-main-menu-v2 ul.sub-menu li.current-menu-item a::before{visibility:visible;opacity:1;left:0}.tpp-main-menu-v2 ul.sub-menu a{font-size:1.6rem;line-height:3rem}.tpp-main-menu-v2 ul.sub-menu a::before{content:"";height:1.6rem;width:.2rem;background-color:var(--tpp-color-white);position:absolute;left:.8rem;top:1.6rem;-webkit-transition:var(--tpp-anim-duration);transition:var(--tpp-anim-duration);visibility:hidden;opacity:0}.tpp-service-box{padding:5rem;box-shadow:0px 18px 60px 0px rgba(0,0,0,.05);position:relative;transition:var(--tpp-anim-duration);z-index:899999 !important}.tpp-service-box .tpp-service-box-shape img{width:100%;object-fit:cover}.tpp-service-box .tpp-service-subtitle{color:var(--tpp-color-primary);font-family:var(--tpp-title-font);font-size:1.4rem;font-weight:600;line-height:normal;text-transform:uppercase;position:relative;margin-left:1.6rem;margin-bottom:.6rem;transition:var(--tpp-anim-duration)}.tpp-service-box .tpp-service-subtitle::before{position:absolute;content:"";background-color:var(--tpp-color-primary);height:.8rem;width:.8rem;top:50%;left:-1.6rem;transform:translate(0, -50%)}.tpp-service-box .tpp-service-count{position:absolute;left:2rem;bottom:.3rem;color:rgba(27,57,66,.15);font-family:"Crimson Pro";font-size:3.4rem;font-style:italic;font-weight:400;letter-spacing:-0.34px;z-index:-1;transition:var(--tpp-anim-duration)}.tpp-service-box .tpp-service-box-shape{position:absolute;top:0;left:0;width:100%;transition:var(--tpp-anim-duration);opacity:0;z-index:-1}.tpp-service-box:hover .tpp-service-box-shape{opacity:1}.tpp-service-box::before{position:absolute;height:27rem;width:27rem;top:0;left:0;z-index:-1;content:"";border-radius:270px;background:rgba(14,89,242,.16);filter:blur(75px);opacity:0;transition:var(--tpp-anim-duration)}.tpp-service-box:hover::before{opacity:1}.tpp-service-box .tpp-service-icon{display:inline-flex;align-items:center;justify-content:center;height:10rem;width:10rem;background:#eef2fb;border-radius:50%;font-size:5rem;margin-bottom:2rem;color:var(--tpp-color-primary);transition:var(--tpp-anim-duration)}.tpp-service-box .tpp-service-title{font-size:2.4rem;font-weight:500;line-height:normal;margin-bottom:1.4rem}.tpp-service-box .tpp-service-title a{color:var(--tpp-color-secondary)}.tpp-service-box .tpp-service-title a:hover{color:var(--tpp-color-primary)}.tpp-service-box .tpp-service-btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:1.6rem 3.2rem;background-color:#eef2fb;border-radius:10rem;color:var(--tpp-color-primary);font-weight:500;font-family:var(--tpp-title-font);transition:var(--tpp-anim-duration)}.tpp-service-box .tpp-service-icon i,.tpp-service-box .tpp-service-icon svg{transition:var(--tpp-anim-duration)}.tpp-service-box:hover .tpp-service-btn{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-service-box:hover .tpp-service-icon.bounce i,.tpp-service-box:hover .tpp-service-icon.bounce svg{animation:bounce-img .6s ease}.tpp-service-box:hover .tpp-service-icon.flip i,.tpp-service-box:hover .tpp-service-icon.flip svg{transform:rotateY(180deg)}.tpp-service-box .tpp-service-desc{margin-bottom:2.3rem;line-height:2.6rem}.tpp-service-box-v2 .tpp-service-icon{border-radius:1.5rem;border:1px solid rgba(237,237,237,.89);background:var(--tpp-color-white);box-shadow:0px 16px 51px 0px rgba(0,0,0,.07);margin-bottom:3.3rem}.tpp-service-box-v2 .service-btn-icon,.tpp-service-box-v2 .service-btn-icon i,.tpp-service-box-v2 .service-btn-icon svg{transition:var(--tpp-anim-duration)}.tpp-service-box-v2 .tpp-service-btn{background-color:rgba(0,0,0,0);padding:0;flex-direction:row-reverse}.tpp-service-box-v2 .tpp-service-title{margin-bottom:1.8rem}.tpp-service-box-v2:hover .tpp-service-btn i,.tpp-service-box-v2:hover .tpp-service-btn svg{transform:rotate(-45deg)}.tpp-service-box-v2:hover .service-btn-icon{background-color:var(--tpp-color-secondary)}.tpp-service-box-v2:hover .tpp-service-btn{background-color:rgba(0,0,0,0);color:var(--tpp-color-secondary)}.tpp-service-box-v2 .service-btn-icon{display:inline-flex;align-items:center;justify-content:center;height:4.5rem;width:4.5rem;background-color:var(--tpp-color-primary);border-radius:50%;color:var(--tpp-color-white)}.tpp-service-box-v3{text-align:center;padding:6rem 4rem 4.2rem 4rem;overflow:hidden;border:1px solid var(--tpp-color-border)}.tpp-service-box-v3 .tpp-service-icon{height:12rem;width:12rem;border:1px solid var(--tpp-color-primary);background-color:var(--tpp-color-white);margin-bottom:2.3rem}.tpp-service-box-v3 .tpp-service-title{font-size:3rem;font-weight:500;line-height:normal}.tpp-service-box-v3 .tpp-service-desc{margin-bottom:0}.tpp-service-box-v3:hover .tpp-service-btn{background-color:rgba(0,0,0,0);color:var(--tpp-color-primary)}.tpp-service-box-v3 .tpp-service-btn{background-color:rgba(0,0,0,0);padding:0;font-size:1.4rem;text-transform:uppercase}.tpp-service-box-v3 .tpp-service-btn:hover{color:var(--tpp-color-secondary)}.tpp-service-box-v4 .tpp-service-box{padding:1.4rem 3rem 3rem}.tpp-service-box-v4 .tpp-service-icon{background-color:rgba(0,0,0,0);display:inline-block;height:100%;width:100%}.tpp-service-box-v4 .tpp-service-btn{background-color:var(--tpp-color-primary);border-radius:.5rem;width:100%;color:var(--tpp-color-white);font-size:1.4rem;font-weight:800;text-transform:uppercase;line-height:normal;transition:background-color .3s}.tpp-service-box-v4 .tpp-service-btn:hover{background-color:var(--tpp-color-secondary)}.tpp-service-box-v4 .tpp-service-circle-wrap{width:120%;padding-bottom:120%;position:absolute;top:-10%;left:-10%;z-index:-1;opacity:0;transition:opacity .5s;animation:rounded 30s linear infinite}.tpp-service-box-v4 .tpp-service-circle-wrap:before,.tpp-service-box-v4 .tpp-service-circle-wrap:after{content:"";width:10px;height:10px;position:absolute;border-radius:50%;animation:zoomInOutTwo 4s infinite}.tpp-service-box-v4 .tpp-service-circle-wrap:before{top:3%;left:15%;background:#fd01f4;animation-delay:1s}.tpp-service-box-v4 .tpp-service-circle-wrap:after{top:20%;right:1%;background:#104cba;animation-delay:3s}.tpp-service-box-v4 .circle-shape{width:100%;height:100%;position:absolute;border-radius:50%;border:1px solid #e0e0e1;animation-duration:1s;animation-fill-mode:both}.tpp-service-box-v4 .circle-shape:before,.tpp-service-box-v4 .circle-shape:after{content:"";width:10px;height:10px;position:absolute;border-radius:50%;animation:zoomInOutTwo 4s infinite}.tpp-service-box-v4 .circle-shape:before{bottom:15%;left:2%;background:#ff7a41}.tpp-service-box-v4 .circle-shape:after{bottom:6%;right:15%;background:#fd01f4;animation-delay:2s}.tpp-service-box-v4:hover .tpp-service-circle-wrap,.tpp-service-box-v4.active .tpp-service-circle-wrap{opacity:1}.tpp-service-box-v4:hover .tpp-service-circle-wrap .circle-shape,.tpp-service-box-v4.active .tpp-service-circle-wrap .circle-shape{animation-name:zoomIn}@keyframes zoomInOutTwo{0%,100%{transform:scale(1)}50%{transform:scale(0.25)}}@keyframes rounded{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.tpp-service-box-v5{transition:var(--tpp-anim-duration);position:relative}.tpp-service-box-v5:hover{background-color:var(--tpp-color-secondary)}.tpp-service-box-v5:hover .tpp-service-icon,.tpp-service-box-v5:hover .tpp-service-title a{color:var(--tpp-color-white)}.tpp-service-box-v5:hover .tpp-service-desc{color:var(--tpp-color-para)}.tpp-service-box-v5:hover .tpp-service-btn::before{background-color:var(--tpp-color-primary);transform:skewX(10deg)}.tpp-service-box-v5:hover .tpp-service-btn{background-color:rgba(0,0,0,0)}.tpp-service-box-v5 .tpp-service-icon{font-size:7rem;background-color:rgba(0,0,0,0);height:100%;width:100%;display:inline-block;margin-bottom:0}.tpp-service-box-v5 .tpp-service-btn{background-color:rgba(0,0,0,0);position:relative;color:var(--tpp-color-white);line-height:normal}.tpp-service-box-v5 .tpp-service-btn::before{position:absolute;content:"";left:3px;top:0;width:97%;height:100%;background-color:var(--tpp-color-primary);border:none;z-index:-1;transition:var(--tpp-anim-duration);border-radius:10px;transform:skewX(-10deg)}.tpp-service-box-v5 .tpp-service-btn:hover{background-color:rgba(0,0,0,0)}.tpp-service-box-v6{padding:9rem 3rem 3rem 3rem;border:1px solid var(--tpp-color-border)}.tpp-service-box-v6 .tpp-service-count{color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:4.8rem;font-style:normal;font-weight:500;line-height:normal;left:3rem;top:1.6rem}.tpp-service-box-v6 .tpp-service-icon{background-color:rgba(0,0,0,0);height:100%;width:100%;display:inline-block;margin-bottom:0}.tpp-service-box-v6 .tpp-service-btn{background-color:rgba(0,0,0,0);padding:0;color:var(--tpp-color-secondary);text-transform:uppercase}.tpp-service-box-v6:hover .tpp-service-btn{background-color:rgba(0,0,0,0);color:var(--tpp-color-primary)}.tpp-service-box-v6 .service-btn-icon{display:inline-flex;align-items:center;justify-content:center;height:3rem;width:3rem;background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-service-box-v7{padding:3rem}.tpp-service-box-v7 .tpp-service-icon{height:6.5rem;width:6.5rem;font-size:3rem;margin-bottom:1rem}.tpp-service-box-v7 .tpp-service-title{color:var(--tpp-color-secondary);font-size:2rem;font-weight:500;line-height:normal}.tpp-service-box-v7 .tpp-service-desc{color:var(--tpp-color-secondary);margin-bottom:2.7rem}.tpp-service-box-v7 .tpp-service-btn{padding:.2rem 1.8rem;border:1px solid var(--tpp-color-border);background-color:rgba(0,0,0,0)}.tpp-service-box-v8{padding:5rem 4rem 4.2rem 4rem;text-align:center}.tpp-service-box-v8 .tpp-service-box.tpp-service-box-v8{text-align:center}.tpp-service-box-v8 .tpp-service-icon{height:8rem;width:8rem;font-size:4.5rem}.tpp-service-box-v8 .tpp-service-desc{margin-bottom:0}.tpp-service-box-v8 .tpp-service-desc p{margin-bottom:0}.tpp-service-box-v9{padding:4rem}.tpp-service-box-v9 .tpp-service-icon{width:7.5rem;height:7.5rem;border-radius:.5rem;font-size:4rem;margin-bottom:3.4rem}.tpp-service-box-v9 .tpp-service-btn{background-color:rgba(0,0,0,0);padding:0;transform:rotate(-45deg)}.tpp-service-box-v9:hover .tpp-service-btn{background-color:rgba(0,0,0,0);color:var(--tpp-color-primary);transform:rotate(0deg)}.tpp-service-box-v9 .tpp-service-title{font-size:2.4rem;font-weight:500;line-height:normal;margin-bottom:3.4rem}.tpp-service-box-v9 .tpp-service-desc{margin-bottom:0}.tpp-service-box-v10{border-radius:3rem;border:1px solid var(--tpp-color-border)}.tpp-service-box-v10 .tpp-service-icon{height:12rem;width:12rem;border:1px solid var(--tpp-color-primary);background-color:var(--tpp-color-white);margin-bottom:2.3rem;border-color:var(--tpp-color-border);margin-bottom:8rem}.tpp-service-box-v10 .tpp-service-subtitle{color:var(--tpp-color-para);line-height:normal;text-transform:uppercase;margin-left:0;margin-bottom:.9rem}.tpp-service-box-v10 .tpp-service-subtitle::before{display:none}.tpp-service-box-v10 .tpp-service-title{margin-bottom:1.8rem}.tpp-service-box-v10 .tpp-service-btn{background-color:var(--tpp-color-primary);color:var(--tpp-color-white);text-transform:uppercase}.tpp-service-box-v10:hover .tpp-service-btn{background-color:var(--tpp-color-secondary)}.tpp-service-box-v10 .tpp-service-desc{margin-bottom:3.3rem}.tpp-service-box-v11{border-radius:3rem;overflow:hidden}.tpp-service-box-v11 .tpp-service-icon{height:12rem;width:12rem}.tpp-service-box-v11 .tpp-service-btn{padding:1.6rem 4rem;text-transform:uppercase;background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-service-box-v11 .tpp-service-title{font-size:3rem}.tpp-service-box-v11 .tpp-service-subtitle{color:#94adb5;margin-left:0}.tpp-service-box-v11 .tpp-service-subtitle::before{display:none}.tpp-service-box-v11:hover{background-color:var(--tpp-color-primary)}.tpp-service-box-v11:hover .tpp-service-title a{color:var(--tpp-color-white)}.tpp-service-box-v11:hover .tpp-service-desc{color:var(--tpp-color-white)}.tpp-service-box-v11:hover .tpp-service-btn{background-color:var(--tpp-color-white);color:var(--tpp-color-primary)}.tpp-service-box-v11::before,.tpp-service-box-v11::after{width:0;height:0;transform:rotate(135deg);border-radius:100px;background:linear-gradient(180deg, #135FD6 8.61%, #125FD0 100%);filter:unset;top:-286px;left:-100px;opacity:1;transition:var(--tpp-anim-duration)}.tpp-service-box-v11::after{position:absolute;content:"";top:-359px;left:-18px;background:linear-gradient(180deg, #155FF5 8.61%, rgba(12, 100, 96, 0.29) 100%);z-index:-1}.tpp-service-box-v11:hover::before,.tpp-service-box-v11:hover::after{width:178.817px;height:677.515px}.tpp-service-v2-item{height:55rem;width:100%;margin-bottom:3rem;position:relative;object-fit:cover;background-size:cover;background-position:center;overflow:hidden;transition:var(--tpp-anim-duration)}.tpp-service-v2-item .tpp-service-hover-btn-wrapper{margin-top:25px}.tpp-service-v2-item:hover .tpp-service-card{visibility:hidden}.tpp-service-v2-item:hover .tpp-service-hover-card{visibility:visible;top:0}.tpp-service-v2-item .tpp-service-hover-card{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:table;transition:var(--tpp-anim-duration)}.tpp-service-v2-item .tpp-service-counter{display:inline-block;color:var(--tpp-color-white);font-size:80px;font-weight:500;line-height:normal;margin-bottom:15px}.tpp-service-v2-item .tpp-service-title{color:var(--tpp-color-white);font-size:22px;font-weight:600;line-height:30px;width:100%}.tpp-service-v2-item .tpp-service-tablecell .tpp-service-title{margin-bottom:0}.tpp-service-v2-item .feature-des{color:var(--tpp-color-white);font-size:16px;font-weight:500;line-height:30px;margin-bottom:27px}.tpp-service-v2-item .tpp-service-hover-card{visibility:hidden;top:100%;padding:40px 40px 32px 40px;transition:var(--tpp-anim-duration)}.tpp-service-v2-item .tpp-service-icon{padding:26px;background-color:var(--tpp-color-primary);font-size:55px;color:var(--tpp-color-white)}.tpp-service-v2-item .tpp-service-tablecells,.tpp-service-v2-item .tpp-service-tablecell{display:table-cell;vertical-align:bottom}.tpp-service-v2-item .tpp-service-tablecells .tpp-service-btn-two{display:inline-block}.tpp-service-v2-item .tpp-service-tablecells .tpp-service-btn-two a{border:1px solid #2e2e2e;border-radius:100px;height:80px;width:80px;display:flex;align-items:center;justify-content:center;color:var(--tpp-color-white);font-size:24px;transform:rotate(-45deg);margin-top:35px;position:relative;overflow:hidden}.tpp-service-v2-item .tpp-service-tablecells .tpp-service-btn-two a:hover{color:var(--tpp-color-white);border-color:var(--tpp-color-white)}.tpp-service-v2-item .tpp-service-tablecells .tpp-service-btn-two a:hover .icon-one{left:50%}.tpp-service-v2-item .tpp-service-tablecells .tpp-service-btn-two a:hover .icon-two{left:120%}.tpp-service-v2-item .tpp-service-tablecells .tpp-service-btn-two .icon-two,.tpp-service-v2-item .tpp-service-tablecells .tpp-service-btn-two .icon-one{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:var(--tpp-anim-duration)}.tpp-service-v2-item .tpp-service-tablecells .tpp-service-btn-two .icon-one{left:-30%}.tpp-service-v2-item .tpp-service-tablecell .tpp-service-content{display:flex;align-items:center;background:var(--tpp-color-secondary);display:flex;align-items:center}.tpp-service-v2-item .tpp-service-card{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:table;transition:var(--tpp-anim-duration)}.tpp-service-v2-item .tpp-service-btn-wrapper .tpp-btn:hover{color:var(--tpp-color-secondary)}.tpp-service-v2-item .tpp-service-btn-wrapper .tpp-btn::before,.tpp-service-v2-item .tpp-service-btn-wrapper .tpp-btn::after{background-color:var(--tpp-color-white)}.tpp-service-v2-item.style-one .tpp-service-title{font-size:24px;line-height:32px;padding:0 26px}.tpp-service-v2-item.style-one .tpp-service-title a{color:var(--tpp-color-white)}.tpp-service-v2-item.style-one .tpp-service-title a:hover{color:var(--tpp-color-primary)}.tpp-service-v2-item.style-one .tpp-service-hover-card .tpp-service-icon{padding:0;background-color:rgba(0,0,0,0);margin-bottom:33px;display:inline-flex;align-items:center;justify-content:center}.tpp-service-v2-item.style-one .tpp-service-hover-card .tpp-service-title{padding-left:0}.tpp-service-v2-item.style-one .tpp-service-hover-card{padding:60px 40px;background-color:var(--tpp-color-secondary)}.tpp-service-v2-item.style-one .tpp-service-tablecells .tpp-service-hover-btn-wrapper{margin-top:50px}.tpp-service-v2-item.style-one .tpp-service-tablecells .tpp-service-btn-two a{margin-top:0}@media(min-width: 840px)and (max-width: 1400px){.tpp-service-v2-item.style-one .tpp-service-title{font-size:22px;line-height:30px}}@media(max-width: 767px){.tpp-service-v2-item.style-one .tpp-service-hover-card{padding:0px 60px}}@media(max-width: 450px){.tpp-service-v2-item.style-one .tpp-service-title{font-size:22px;line-height:30px}}.tpp-service-v2-item.style-two{height:40rem}.tpp-service-v2-item.style-two .tpp-service-hover-card{background:var(--tpp-color-primary)}.tpp-service-v2-item.style-two .tpp-service-hover-card .tpp-service-title{padding:0}.tpp-service-v2-item.style-two .tpp-service-hover-card .tpp-service-v2-desc{color:var(--tpp-color-white)}.tpp-service-v2-item.style-two .tpp-service-title{padding:22px 40px 23px 40px;color:var(--tpp-color-white)}.tpp-service-v2-item.style-two .tpp-service-title a{color:var(--tpp-color-white)}.tpp-service-v2-item.style-two .tpp-service-title a:hover{color:var(--tpp-color-secondary)}.tpp-service-v2-item.style-two .tpp-service-tablecells .tpp-service-hover-btn-wrapper{margin-top:50px}.tpp-service-v2-item.style-two .tpp-service-tablecells .tpp-service-btn-two a{margin-top:0}.tpp-service-v2-item.style-two .tpp-btn{background-color:var(--tpp-color-secondary)}.tpp-service-v2-item.style-two .tpp-btn:hover{color:var(--tpp-color-secondary)}@media(min-width: 991px)and (max-width: 1200px){.tpp-service-v2-item .tpp-service-two-title{padding:22px 25px 23px 25px}}@media(max-width: 767px){.tpp-service-v2-item .tpp-service-tablecells{vertical-align:middle}}@media(max-width: 450px){.tpp-service-v2-item .tpp-service-one-title{font-size:22px;line-height:30px}}@keyframes bounce-animation{0%{transform:translate(0)}20%{transform:translateY(-6px)}40%{transform:translate(0)}60%{transform:translateY(-3px)}80%{transform:translate(0)}}.tpp-service-btn .tpp-btn{background-color:var(--tpp-color-secondary);padding:1.1rem 1rem 1.1rem 2.4rem;gap:1.6rem}.tpp-service-btn .tpp-btn .btn-icon{display:flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;background-color:var(--tpp-color-primary)}.tpp-service-btn:hover .btn-icon{color:var(--tpp-color-white)}.tpp-service-v2-wrapper2{position:relative;transition:var(--tpp-anim-duration)}.tpp-service-v2-wrapper2 .tpp-service-v2-item2{text-align:center;background-color:#fcfcfc}.tpp-service-v2-wrapper2 .tpp-service-v2-item2:hover .tpp-service-v2-icon{transform:rotate(-360deg);box-shadow:0px 0px 0px 10px rgba(14,89,242,.2)}.tpp-service-v2-wrapper2 .tpp-service-v2-content{padding:0 4rem 2rem 4rem}.tpp-service-v2-wrapper2 .tpp-service-v2-img{overflow:hidden;display:inline-block;width:100%}.tpp-service-v2-wrapper2 .tpp-service-v2-img img{height:23rem;object-fit:cover;overflow:hidden;width:100%}.tpp-service-v2-wrapper2 .tpp-service-v2-icon{display:inline-flex;align-items:center;justify-content:center;height:14rem;width:14rem;background-color:var(--tpp-color-primary);font-size:6.5rem;border-radius:10rem;color:var(--tpp-color-white);position:relative;margin-top:-75px;margin-bottom:3.2rem;transition:var(--tpp-anim-duration)}.tpp-service-v2-wrapper2 .tpp-service-title{font-size:2.4rem;font-weight:500;font-family:var(--tpp-title-font);color:var(--tpp-color-secondary)}.tpp-service-v2-wrapper2 .tpp-service-v2-desc{margin-bottom:4.3rem}.tpp-service-v2-wrapper2.style-four .tpp-service-v2-img img{height:30rem}.tpp-service-v2-wrapper2.style-four .tpp-service-v2-content{padding:2rem 3rem 3rem 3rem;background-color:var(--tpp-color-white);text-align:left}.tpp-service-v2-wrapper2.style-four .tpp-service-v2-content .tpp-service-title{font-size:2rem;margin-bottom:1rem}.tpp-service-v2-wrapper2.style-four .tpp-service-v2-content .tpp-service-title a{color:var(--tpp-color-secondary)}.tpp-service-v2-wrapper2.style-four .tpp-service-v2-content .tpp-service-amount{color:var(--tpp-color-primary);margin-bottom:1rem}.tpp-service-v2-wrapper2.style-four .tpp-service-v2-content .tpp-service-v2-desc{margin-bottom:2rem}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2{background-color:rgba(0,0,0,0)}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2 .tpp-service-v2-img img{transition:var(--tpp-anim-duration)}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2 .tpp-service-v2-content{background-color:var(--tpp-color-white);text-align:left;margin:0 1.5rem;position:relative;margin-top:-7rem;border:1px solid var(--tpp-color-border);padding:0 3rem 2rem 3rem}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-v2-icon{margin-top:0;box-shadow:unset;height:8rem;width:8rem;font-size:2.5rem;background:var(--tpp-color-primary);border:.3rem solid var(--tpp-color-white);margin-bottom:2.3rem;border-radius:.5rem;margin-top:-7rem}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-v2-desc{margin-bottom:0}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-v2-desc p{margin-bottom:0}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2 .tpp-service-v2-content .tpp-btn{position:relative;bottom:-42px;left:50%;transform:translate(-50%, 0);border:1px solid var(--tpp-color-border);color:var(--tpp-color-secondary);background-color:var(--tpp-color-white)}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2 .tpp-service-v2-content .tpp-btn:hover{color:var(--tpp-color-white)}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2:hover .tpp-service-v2-icon{animation:bounce-img .6s ease-in-out;transform:unset}.tpp-service-v2-wrapper2.style-five .tpp-service-v2-item2:hover .tpp-service-v2-img img{transform:scale(1.03)}.tpp-service-v2-wrapper2.style-six .tpp-service-v2-img img{height:34.5rem;border-radius:1rem}.tpp-service-v2-wrapper2.style-six .tpp-service-v2-item2{background-color:rgba(0,0,0,0)}.tpp-service-v2-wrapper2.style-six .tpp-service-v2-item2 .tpp-service-v2-content{z-index:9;position:relative;background-color:var(--tpp-color-white);margin:0 1rem;margin-top:-10rem;padding:0 3rem 3rem 3rem;border-radius:5px;box-shadow:0px 29px 52px 0px rgba(28,33,48,.1)}.tpp-service-v2-wrapper2.style-six .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-title{font-size:2.4rem}.tpp-service-v2-wrapper2.style-six .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-v2-icon{height:12rem;width:12rem;margin-bottom:1.3rem;border:4px solid var(--tpp-color-white)}.tpp-service-v2-wrapper2.style-six .tpp-service-v2-item2:hover .tpp-service-v2-icon{box-shadow:unset;transform:unset;animation:bounce-img .6s ease-in-out}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2{background-color:rgba(0,0,0,0)}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img{position:relative;width:auto}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img::before{content:"";content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);border-radius:100%;opacity:0;transition:var(--tpp-anim-duration)}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img img{height:33rem;width:33rem;border-radius:100%}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img .tpp-service-btn-two a{height:6rem;width:6rem;font-size:1.6rem;position:absolute;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin-top:0;background-color:var(--tpp-color-white);color:var(--tpp-color-secondary);border:none;opacity:0;border:1px solid #2e2e2e;border-radius:100px;overflow:hidden}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img .tpp-service-btn-two .icon-two,.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img .tpp-service-btn-two .icon-one{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:var(--tpp-anim-duration)}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img .tpp-service-btn-two .icon-one{left:-30%}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img .tpp-service-btn-two:hover{color:var(--tpp-color-white);border-color:var(--tpp-color-white)}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img .tpp-service-btn-two:hover .icon-one{left:50%}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-img .tpp-service-btn-two:hover .icon-two{left:120%}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-content{padding:0 3rem}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-title{font-size:2rem;margin-top:3.5rem;text-transform:uppercase}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-title a{color:var(--tpp-color-secondary)}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-title:hover a{color:var(--tpp-color-primary)}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2:hover .tpp-service-v2-img::before{opacity:1}.tpp-service-v2-wrapper2.style-seven .tpp-service-v2-item2:hover .tpp-service-btn-two a{opacity:1}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2{background-color:var(--tpp-color-white);text-align:left}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2 .tpp-service-v2-content{padding:0 2rem}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-v2-icon{margin:0;height:6.4rem;width:6.4rem;border:1px solid var(--tpp-color-border);font-size:3rem;background-color:rgba(0,0,0,0);color:var(--tpp-color-primary)}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-inner-img{margin-bottom:2.6rem}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-inner-img img{height:13.5rem;border-radius:1rem;object-fit:cover}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-title{font-size:2.4rem;margin-top:2.2rem;margin-bottom:3.4rem}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-title a{color:var(--tpp-color-secondary)}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2 .tpp-service-v2-content .tpp-service-title:hover a{color:var(--tpp-color-primary)}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2 .tpp-service-btn-wrapper{text-align:right}.tpp-service-v2-wrapper2.style-eight .tpp-service-v2-item2:hover .tpp-service-v2-icon{box-shadow:unset}.tpp-service-v3-wrapper .tpp-service-v3-item{display:flex;align-items:center;background:var(--tpp-color-white);border-radius:3rem;border:1px solid var(--tpp-color-primary);padding:2rem 4rem 3rem 4rem;gap:3rem;overflow:hidden;position:relative;transition:var(--tpp-anim-duration);margin-bottom:30px}.tpp-service-v3-wrapper .tpp-service-v3-item .tpp-service-v3-icon{display:inline-flex;align-items:center;justify-content:center;min-width:8.5rem;width:8.5rem;height:8.5rem;background-color:rgba(14,89,242,.03);border-radius:50%;font-size:4.5rem;position:relative;color:var(--tpp-color-primary);transition:var(--tpp-anim-duration);z-index:1}.tpp-service-v3-wrapper .tpp-service-v3-item .tpp-service-v3-icon::before{content:"";position:absolute;height:40rem;width:12rem;border-radius:30px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.55) 7.14%, rgba(14, 89, 242, 0.55) 100%);left:-140px;top:-279px;transform:rotate(135deg);transition:var(--tpp-anim-duration);opacity:0;z-index:-1}.tpp-service-v3-wrapper .tpp-service-v3-item .tpp-service-v3-content .tpp-service-title{font-size:3rem;line-height:normal}.tpp-service-v3-wrapper .tpp-service-v3-item .tpp-service-v3-content .tpp-service-title a:hover{color:var(--tpp-color-secondary)}.tpp-service-v3-wrapper .tpp-service-v3-item .tpp-service-v3-content .tpp-service-v3-desc{margin-bottom:2rem;transition:var(--tpp-anim-duration)}.tpp-service-v3-wrapper .tpp-service-v3-item:hover .tpp-service-v3-icon::before{opacity:1}.tpp-service-v3-wrapper .tpp-service-v3-item:hover .tpp-service-v3-icon.flip i,.tpp-service-v3-wrapper .tpp-service-v3-item:hover .tpp-service-v3-icon.flip svg{transform:rotateY(180deg)}.tpp-service-v3-wrapper.style-two .tpp-service-v3-item{padding:4rem;border-radius:2rem;box-shadow:0px 4px 46px 0px rgba(75,93,144,.09);border:none}.tpp-service-v3-wrapper.style-two .tpp-service-v3-item .tpp-service-v3-icon{height:14rem;width:14rem;min-width:14rem;border-radius:2rem;font-size:6.5rem;background-color:#f6f7fa}.tpp-service-v3-wrapper.style-two .tpp-service-v3-item .tpp-service-v3-content .tpp-service-title{font-size:2.4rem}.tpp-service-v3-wrapper.style-two .tpp-service-v3-item .tpp-service-v3-content .tpp-service-title a:hover{color:var(--tpp-color-secondary)}.tpp-service-v3-wrapper.style-two .tpp-service-v3-item .tpp-service-v3-content .tpp-service-v3-desc{margin-bottom:1.6rem}.tpp-service-v3-wrapper.style-two .tpp-service-v3-item:hover .tpp-service-v3-icon::before{display:none}.tpp-service-v3-wrapper.style-two .tpp-service-v3-item:hover .tpp-service-v3-icon.bounce i,.tpp-service-v3-wrapper.style-two .tpp-service-v3-item:hover .tpp-service-v3-icon.bounce svg{animation:bounce-img .5s ease-in-out}.tpp-service-v3-wrapper.style-three .tpp-service-v3-item{padding:4rem;border-radius:2.5rem;border:none;border-bottom:2px solid rgba(0,0,0,0);box-shadow:0px 4px 46px 0px rgba(75,93,144,.09);overflow:unset}.tpp-service-v3-wrapper.style-three .tpp-service-v3-item .tpp-service-v3-icon{height:7rem;width:7rem;min-width:7rem;font-size:4rem;margin-left:-7rem;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border-radius:.5rem}.tpp-service-v3-wrapper.style-three .tpp-service-v3-item .tpp-service-v3-content .tpp-service-title{font-size:2.4rem}.tpp-service-v3-wrapper.style-three .tpp-service-v3-item .tpp-service-v3-content .tpp-service-title a:hover{color:var(--tpp-color-secondary)}.tpp-service-v3-wrapper.style-three .tpp-service-v3-item .tpp-service-v3-content .tpp-service-v3-desc{margin-bottom:0}.tpp-service-v3-wrapper.style-three .tpp-service-v3-item .tpp-service-v3-content .tpp-btn{margin-top:1.5rem}.tpp-service-v3-wrapper.style-three .tpp-service-v3-item:hover{border-bottom-color:var(--tpp-color-primary)}.tpp-service-v3-wrapper.style-three .tpp-service-v3-item:hover .tpp-service-v3-icon.bounce i,.tpp-service-v3-wrapper.style-three .tpp-service-v3-item:hover .tpp-service-v3-icon.bounce svg{animation:bounce-img .5s ease-in-out}.tpp-service-v3-wrapper.style-three .tpp-service-v3-item:hover .tpp-service-v3-icon::before{display:none}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item{padding:4rem;border:none;box-shadow:0px 4px 46px 0px rgba(75,93,144,.09);align-items:start;background-color:var(--tpp-color-secondary)}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item .tpp-service-v3-icon{border-radius:0;background-color:rgba(0,0,0,0);height:auto;width:auto}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item .tpp-service-v3-icon,.tpp-service-v3-wrapper.style-four .tpp-service-v3-item .tpp-service-title a{color:var(--tpp-color-white)}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item .tpp-service-v3-icon svg path{transition:var(--tpp-anim-duration);fill:var(--tpp-color-white)}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item:hover{background-color:var(--tpp-color-secondary)}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item:hover .tpp-service-v3-icon,.tpp-service-v3-wrapper.style-four .tpp-service-v3-item:hover .tpp-service-title a{color:var(--tpp-color-primary)}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item:hover .tpp-service-v3-icon svg path{transition:var(--tpp-anim-duration);fill:var(--tpp-color-primary)}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item:hover .tpp-btn-wrapper .tpp-btn{color:var(--tpp-color-white)}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item:hover .tpp-service-v3-icon.bounce i,.tpp-service-v3-wrapper.style-four .tpp-service-v3-item:hover .tpp-service-v3-icon.bounce svg{animation:bounce-img .5s ease-in-out}.tpp-service-v3-wrapper.style-four .tpp-service-v3-item:hover .tpp-service-v3-icon::before{display:none}.tpp-counter-wrapper{display:inline-flex;align-items:center;display:flex;gap:2.5rem;position:relative}.tpp-counter-wrapper .counter-icon{display:inline-flex;align-items:center;justify-content:center;height:9rem;width:9rem;background-color:var(--tpp-color-primary);border-radius:100%;color:var(--tpp-color-white);font-size:4.5rem;transition:var(--tpp-anim-duration)}.tpp-counter-wrapper .counter-number-wrp{color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:4.4rem;font-weight:600;line-height:normal;text-transform:uppercase;transition:var(--tpp-anim-duration)}.tpp-counter-wrapper .counter-number-wrp .counter-number{display:inline-block;transition:var(--tpp-anim-duration)}.tpp-counter-wrapper .counter-number-wrp .counter-title{font-family:var(--tpp-title-font);font-size:1.4rem;font-weight:500;line-height:normal;text-transform:uppercase;margin-bottom:0;transition:var(--tpp-anim-duration)}.tpp-counter-wrapper.counter-v2{background:rgba(14,89,242,.09);height:200px;width:200px;border-radius:50%;align-items:center;padding:30px;position:relative;margin-top:10px}.tpp-counter-wrapper.counter-v2::after{position:absolute;content:"";height:100%;width:100%;border:1px solid var(--tpp-color-primary);border-radius:50%;left:-1rem;top:-1rem;transition:var(--tpp-anim-duration)}.tpp-counter-wrapper.counter-v2:hover::after{left:0;top:0}.tpp-counter-wrapper.counter-v2 .counter-number-wrp{color:var(--tpp-color-primary);font-size:4.8rem;font-weight:200;line-height:normal}.tpp-counter-wrapper.counter-v2 .counter-number-wrp .counter-title{color:var(--tpp-color-para);font-family:var(--tpp-body-font);font-size:1.6rem;font-weight:300;line-height:26px;text-transform:capitalize}.tpp-counter-wrapper.counter-v3{flex-direction:column;justify-content:center;text-align:center;background-color:var(--tpp-color-white);padding:4rem;border-radius:.5rem;box-shadow:0px 10px 35px 0px rgba(35,31,80,.13);gap:1.8rem}.tpp-counter-wrapper.counter-v3 .counter-icon{height:6rem;width:6rem;font-size:3rem;background-color:var(--tpp-color-white);box-shadow:0px 10px 35px 0px rgba(35,31,80,.13);background-color:var(--tpp-color-primary)}.tpp-counter-wrapper.counter-v3 .counter-number-wrp .number-wrp{font-size:3rem;font-weight:500;margin-bottom:.5rem;color:var(--tpp-color-primary)}.tpp-counter-wrapper.counter-v3 .counter-number-wrp .counter-title{font-weight:600}.tpp-counter-wrapper.counter-v4{padding:1rem 4rem 1.6rem 4rem;text-align:center;position:relative;justify-content:center}.tpp-counter-wrapper.counter-v4 .counter-line{position:absolute;content:"";height:1px;width:100%;background-color:var(--tpp-color-border);left:0;bottom:52px}.tpp-counter-wrapper.counter-v4 .counter-number-wrp .number-wrp{font-size:7.2rem;color:var(--tpp-color-white);-webkit-text-stroke-width:2px;-webkit-text-stroke-color:var(--tpp-color-secondary);transition:var(--tpp-anim-duration)}.tpp-counter-wrapper.counter-v4 .counter-number-wrp .counter-title{font-size:1.6rem;padding-top:1.6rem}.tpp-counter-wrapper.counter-v4:hover .number-wrp{color:var(--tpp-color-primary);-webkit-text-stroke-width:0}.tpp-counter-wrapper.counter-v5{border-radius:3rem;border:1px solid var(--tpp-color-border);flex-direction:column;text-align:center;overflow:hidden;padding:7rem 7rem 6.5rem 7rem}.tpp-counter-wrapper.counter-v5::before{content:"";position:absolute;height:27rem;width:27rem;left:0;top:0;border-radius:27rem;background:rgba(14,89,242,.15);filter:blur(75px);z-index:-1}.tpp-counter-wrapper.counter-v5 .counter-icon{height:13rem;width:13rem;font-size:5.5rem;background-color:var(--tpp-color-white);border:1px solid var(--tpp-color-primary);color:var(--tpp-color-primary)}.tpp-counter-wrapper.counter-v5 .number-wrp{font-size:6.4rem;font-weight:500}.tpp-counter-wrapper.counter-v5 .counter-title{font-size:1.8rem;color:var(--tpp-color-para);font-weight:500;text-transform:capitalize}.tpp-counter-wrapper.counter-v5 .shape-img{position:absolute;top:0;left:0;width:100%;z-index:-1}.tpp-counter-wrapper.counter-v5 .shape-img img{object-fit:cover;width:100%;opacity:0;transition:var(--tpp-anim-duration)}.tpp-counter-wrapper.counter-v5:hover .shape-img img{opacity:1}.tpp-counter-wrapper.counter-v6{padding:40px 25px;background-color:var(--tpp-color-primary);border-radius:3rem;overflow:hidden;height:32rem;align-items:end;vertical-align:revert}.tpp-counter-wrapper.counter-v6::before{content:"";position:absolute;height:9.5rem;width:9.5rem;background:hsla(0,0%,100%,.22);border-radius:100px;right:-30px;top:-30px;transition:var(--tpp-anim-duration);z-index:0}.tpp-counter-wrapper.counter-v6:hover::before{height:100%;width:100%;border-radius:3rem;right:0;top:0}.tpp-counter-wrapper.counter-v6::after{content:"";width:24px;height:25px;background:var(--tpp-color-primary);position:absolute;top:35px;right:40px;border-radius:100%;border:7px solid #fff;-webkit-animation:zoomInOut 3s linear infinite;animation:zoomInOut 3s linear infinite}.tpp-counter-wrapper.counter-v6 .number-wrp{margin-bottom:1rem}.tpp-counter-wrapper.counter-v6 .counter-number-wrp{color:var(--tpp-color-white);position:relative;z-index:99}.tpp-counter-wrapper.counter-v7{border-radius:3rem;border:1px solid var(--tpp-color-primary);padding:27px 50px 33px 50px}.tpp-counter-wrapper.counter-v7 .counter-desc{color:var(--tpp-color-para);font-size:16px;font-weight:400;line-height:26px;text-transform:none;transition:var(--tpp-anim-duration)}.tpp-counter-wrapper.counter-v7 .number-wrp{border-bottom:1px solid var(--tpp-color-primary);padding-bottom:30px;margin-bottom:26px;font-family:Outfit;font-size:60px;font-style:normal;font-weight:500;line-height:normal}.tpp-counter-wrapper.counter-v7 .counter-title{font-size:30px;font-weight:500;line-height:normal;text-transform:capitalize;margin-bottom:12px}.tpp-counter-wrapper.counter-v8{flex-direction:column;text-align:center;gap:0;border:1px solid var(--tpp-color-border)}.tpp-counter-wrapper.counter-v8 .counter-img,.tpp-counter-wrapper.counter-v8 .counter-img img{width:100%}.tpp-counter-wrapper.counter-v8 .counter-img{position:relative}.tpp-counter-wrapper.counter-v8 .counter-img::before{position:absolute;content:"";width:100%;height:100%;background:rgba(14,89,242,.431372549);mix-blend-mode:multiply;opacity:0;transition:var(--tpp-anim-duration)}.tpp-counter-wrapper.counter-v8:hover .counter-img::before{opacity:1}.tpp-counter-wrapper.counter-v8 .counter-img img{object-fit:cover}.tpp-counter-wrapper.counter-v8 .counter-number-wrp{padding-top:27px;padding-bottom:36px;color:var(--tpp-color-primary);font-size:4.8rem;font-weight:500;line-height:normal}.tpp-counter-wrapper.counter-v8 .counter-title{font-weight:600;color:var(--tpp-color-secondary)}.tpp-counter-wrapper.counter-v9 .counter-number-wrp{position:relative;text-align:center;width:100%}.tpp-counter-wrapper.counter-v9 .counter-number-wrp .counter-title{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:var(--tpp-color-primary);font-size:24px;font-weight:600;line-height:normal;text-transform:uppercase}.tpp-counter-wrapper.counter-v9 .counter-number-wrp .number-wrp{color:#f5f5f5;font-size:18rem;font-weight:600;line-height:70px}@keyframes zoomInOut{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}.testimonial-wrapper .tpp-swiper-slider.swiper{width:100%;height:100%;position:relative;overflow:hidden}.testimonial-item-box{margin-bottom:25px;padding:40px;position:relative;overflow:hidden;border-radius:20px;background:var(--tpp-color-white);border:1px solid;transition:.4s ease-in-out}.testimonial-item-box.shape:before,.testimonial-item-box.shape:after{content:"";position:absolute;border-radius:100px;width:200px;height:68px;background:#f2f2f2;left:-55px;bottom:-93px;z-index:1;transform:rotate(311deg) translate(55px, -65px);transition:.4s}.testimonial-item-box.shape:after{background:var(--tpp-color-primary);left:-200px;bottom:-250px}.testimonial-item-box.shape:hover:after{left:-55px;bottom:-93px}.testimonial-item-box .testimonial-top-area{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.testimonial-item-box .testimonial-top-area .testimonial-quit{color:var(--tpp-color-primary);font-family:"Font Awesome 6 Free";font-size:45px;font-weight:900;line-height:0}.testimonial-item-box .testimonial-top-area .testimonial-rating span{color:var(--tpp-color-primary)}.testimonial-item-box .testimonial-description-area{margin-bottom:26px;color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:18px;font-weight:400;line-height:30px;text-transform:capitalize}.testimonial-item-box .testimonial-author-info{display:inline-flex;align-items:center;gap:20px;position:relative;z-index:11}.testimonial-item-box .testimonial-author-info .testimonial-author-name{margin-bottom:2px;color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:24px;line-height:normal;font-weight:500}.testimonial-item-box .testimonial-author-info .testimonial-author-designation{color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:16px;font-weight:400}.testimonial-item-box .testimonial-author-info .testimonial-author-designation span.testimonial-rating-text{color:var(--tpp-color-primary);font-size:14px}.testimonial-item-box .testimonial-author-info .testimonial-img img{width:70px;height:70px;min-width:70px;border-radius:100px;object-fit:cover}.testimonial-item-box.testimonial-v2{padding:0}.testimonial-item-box.testimonial-v2 .testimonial-author-info-area{padding:30px;background:#f7f8fc}.testimonial-item-box.testimonial-v2 .testimonial-description-area{padding:26px 30px 26px;margin:0}.testimonial-item-box.testimonial-v2 .testimonial-top-area{padding:30px 30px 0;margin-bottom:0}.testimonial-item-box.testimonial-v3{border:1px solid #444240;background:var(--tpp-color-secondary);border-radius:0}.testimonial-item-box.testimonial-v3 .testimonial-description-area{color:var(--tpp-color-white)}.testimonial-item-box.testimonial-v3 .testimonial-author-info-area{display:flex;justify-content:space-between;align-items:center}.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-author-info .testimonial-img img{width:80px;height:80px;min-width:80px;border-radius:0}.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-author-info .testimonial-author-name{font-size:30px;color:var(--tpp-color-white)}@media screen and (max-width: 767px){.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-author-info .testimonial-author-name{font-size:24px}}.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-author-info .testimonial-author-designation{color:var(--tpp-color-primary);font-weight:600;text-transform:uppercase}.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-rating-text{color:var(--tpp-color-white);font-size:22px;font-family:"Font Awesome 5 Free";font-weight:900;text-transform:uppercase;display:flex;gap:2px}@media screen and (max-width: 600px){.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-rating-text{display:none}}.testimonial-item-box.testimonial-v4{padding:50px 40px 42px;border-radius:0;background:#fff4ef;text-align:center;border:1px solid #f7e9e2}.testimonial-item-box.testimonial-v4:hover{background:var(--tpp-color-white)}.testimonial-item-box.testimonial-v4 .testimonial-quit span{display:none}.testimonial-item-box.testimonial-v4 .testimonial-rating-text{display:inline-flex;gap:1px}.testimonial-item-box.testimonial-v4 .testimonial-img img{width:120px;height:120px;border-radius:100px;margin-bottom:21px}.testimonial-item-box.testimonial-v4 .testimonial-img .testimonial-quit{position:absolute;top:0;right:0;opacity:0;color:var(--tpp-color-primary);font-size:30px;transition:.4s}.testimonial-item-box.testimonial-v4 .testimonial-img .testimonial-quit img{width:auto;height:auto;border-radius:unset;margin-bottom:0}.testimonial-item-box.testimonial-v4:hover .testimonial-img .testimonial-quit{top:40px;right:40px;opacity:1}.testimonial-item-box.testimonial-v4 .testimonial-rating-text{margin-bottom:26px;color:var(--tpp-color-primary)}.testimonial-item-box.testimonial-v4 .testimonial-author-name{color:var(--tpp-color-secondary);font-size:30px;font-weight:500}.testimonial-item-box.testimonial-v4 .testimonial-author-designation{margin-bottom:4px;color:var(--tpp-color-para)}.testimonial-item-box.testimonial-v4 .testimonial-description-area{color:var(--tpp-color-para);font-size:20px;line-height:30px;margin-bottom:0}.testimonial-item-box.testimonial-v5{background:unset;border:unset;border-radius:unset;padding:0}.testimonial-item-box.testimonial-v5 .testimonial-description-area{position:relative;font-weight:500;padding:30px;border:1px solid #dfdeda;background:#fff;transition:.4s;border-radius:5px}.testimonial-item-box.testimonial-v5 .testimonial-description-area:after{content:"";width:30px;height:30px;background:#fff;border-bottom:1px solid #dfdeda;border-left:1px solid #dfdeda;position:absolute;bottom:-16px;left:65px;transform:skewY(-45deg);transition:.4s}.testimonial-item-box.testimonial-v5 .testimonial-author-info{margin-top:33px}.testimonial-item-box.testimonial-v5 .testimonial-author-info .testimonial-img img{height:90px;width:90px;border-radius:100px;border:1px solid #dfdeda;padding:10px}.testimonial-item-box.testimonial-v5 .testimonial-author-info .testimonial-rating-text{color:#ffba08;display:flex;gap:5px;margin-bottom:7px}.testimonial-item-box.testimonial-v5:hover .testimonial-description-area{background:var(--tpp-color-primary);color:#fff}.testimonial-item-box.testimonial-v5:hover .testimonial-description-area:after{background:var(--tpp-color-primary)}.testimonial-item-box.testimonial-v6{border:1px solid var(--tpp-color-white);background:hsla(0,0%,100%,.04);backdrop-filter:blur(4px);padding:28px 40px 21px 40px;margin-bottom:80px;border-radius:0;overflow:visible}@media screen and (max-width: 767px){.testimonial-item-box.testimonial-v6{padding:28px 30px 40px 30px}}.testimonial-item-box.testimonial-v6 .testimonial-description-area{color:var(--tpp-color-white);font-size:24px;font-weight:500;line-height:38px;text-transform:none;border-bottom:1px solid var(--tpp-color-white);margin-bottom:34px;padding-bottom:30px}@media screen and (max-width: 767px){.testimonial-item-box.testimonial-v6 .testimonial-description-area{font-size:20px;line-height:32px}}.testimonial-item-box.testimonial-v6 .testimonial-author-info-area{display:flex;align-items:center;justify-content:space-between}.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-author-info{gap:25px}.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-img img{min-width:120px;width:120px;height:120px;margin-bottom:-78px;border:1px solid var(--tpp-color-white)}@media screen and (max-width: 767px){.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-img img{min-width:85px;width:85px;height:85px;margin-bottom:0px}}.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-author-name{color:var(--tpp-color-white)}.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-author-designation{color:var(--tpp-color-white)}.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-rating-text{display:flex;gap:2px;color:#ffba08}@media screen and (max-width: 600px){.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-rating-text{display:none}}.testimonial-v1-pagination{display:flex;gap:10px;margin:0;justify-content:center;margin-top:30px}.testimonial-v1-pagination .swiper-pagination-bullet{height:20px;width:20px;background:var(--tpp-color-primary);margin:0 !important;padding:0}.testimonial-wrapper .testimonial-v1-arrow{display:flex;align-items:center;gap:15px;margin-bottom:80px;justify-content:flex-end}.testimonial-wrapper .testimonial-v1-arrow .button{border-radius:5px;background:var(--tpp-color-primary);padding:18px 25px;color:var(--tpp-color-white);font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;transition:.4s ease-in-out}.testimonial-wrapper .testimonial-v1-arrow .button:hover{background:var(--tpp-color-secondary);color:var(--tpp-color-white)}@media screen and (max-width: 768px){.testimonial-wrapper .testimonial-v1-arrow{display:none}}.testimonial-v2-wrapper .tpp-swiper-slider.swiper{width:100%;height:100%;position:relative;overflow:hidden}.testimonial-v2-item-box{position:relative}.testimonial-v2-item-box.testimonial-one{display:flex;align-items:center;gap:80px;margin-bottom:0}@media screen and (max-width: 991px){.testimonial-v2-item-box.testimonial-one{flex-direction:column;gap:40px}}.testimonial-v2-item-box.testimonial-one .testimonial-v2-image{position:relative}.testimonial-v2-item-box.testimonial-one .testimonial-v2-image img{width:360px;height:360px;min-width:360px;border-radius:100%;border:1px solid var(--tpp-color-white);padding:25px;object-fit:cover}@media screen and (max-width: 1199px){.testimonial-v2-item-box.testimonial-one .testimonial-v2-image img{width:280px;height:280px;min-width:280px}}@media screen and (max-width: 400px){.testimonial-v2-item-box.testimonial-one .testimonial-v2-image img{width:100%;height:100%;max-width:100%}}.testimonial-v2-item-box.testimonial-one .testimonial-v2-image .testimonial-v2-icon{color:var(--tpp-color-primary);font-size:70px;line-height:normal;position:absolute;left:92%;top:30px}@media screen and (max-width: 500px){.testimonial-v2-item-box.testimonial-one .testimonial-v2-image .testimonial-v2-icon{font-size:40px;left:0}}.testimonial-v2-item-box .testimonial-v2-item{text-align:center}.testimonial-v2-item-box .testimonial-v2-item .testimonial-v2-name{color:var(--tpp-color-primary);font-size:20px;font-weight:500;text-transform:uppercase;margin-bottom:15px}.testimonial-v2-item-box .testimonial-v2-item .testimonial-v2-designation{color:var(--tpp-color-white);font-size:48px;font-weight:500;line-height:normal;margin-bottom:6px}.testimonial-v2-item-box .testimonial-v2-item .testimonial-v2-share{color:#ffb422;font-size:20px;font-weight:900;line-height:30px;letter-spacing:6.2px;display:inline-flex;gap:5px}.testimonial-v2-item-box .testimonial-v2-item .testimonial-v2-description{font-size:24px;line-height:normal;font-weight:500;margin-bottom:50px;margin-top:23px}@media screen and (max-width: 991px){.testimonial-v2-item-box .testimonial-v2-item .testimonial-v2-description{font-size:20px;margin-bottom:30px}}.testimonial-v2-item-box.testimonial-v2{display:flex;align-items:center;gap:80px;padding:0;border:none;border-radius:0;margin-top:40px;margin-bottom:0}@media screen and (max-width: 991px){.testimonial-v2-item-box.testimonial-v2{gap:40px}}@media screen and (max-width: 767px){.testimonial-v2-item-box.testimonial-v2{flex-direction:column}}.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-image{position:relative}.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-image img{width:300px;height:300px;min-width:300px;object-fit:cover;border-radius:10px}.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-image .testimonial-v2-icon{position:absolute;top:-40px;right:0;font-size:30px;font-weight:800;color:var(--tpp-color-primary)}.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-item{text-align:left}@media screen and (max-width: 767px){.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-item{text-align:center}}.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-item .testimonial-v2-title{color:var(--tpp-color-secondary);font-size:36px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:20px}@media screen and (max-width: 991px){.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-item .testimonial-v2-title{font-size:30px}}.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-item .testimonial-v2-description{margin-bottom:31px;color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:30px;line-height:42px;margin-top:0}@media screen and (max-width: 991px){.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-item .testimonial-v2-description{font-size:24px;line-height:32px}}.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-item .testimonial-v2-name{color:var(--tpp-color-secondary);font-size:24px;line-height:normal;font-weight:500;margin-bottom:6px}.testimonial-v2-item-box.testimonial-v2 .testimonial-v2-item .testimonial-v2-designation{color:var(--tpp-color-secondary);font-size:16px;font-weight:400}.testimonial-v2-item-box.testimonial-v3 .testimonial-v2-author-img img{width:120px;height:120px;flex-shrink:0;border-radius:50%}.testimonial-v2-item-box.testimonial-v3 .testimonial-v2-title{color:var(--tpp-color-secondary);font-size:36px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:0;margin-top:39px}@media screen and (max-width: 991px){.testimonial-v2-item-box.testimonial-v3 .testimonial-v2-title{font-size:30px}}.testimonial-v2-item-box.testimonial-v3 .testimonial-v2-description{color:var(--tpp-color-secondary);font-size:24px;font-style:italic;font-weight:500;line-height:36px;text-transform:uppercase;margin-top:31px;margin-bottom:24px}@media screen and (max-width: 991px){.testimonial-v2-item-box.testimonial-v3 .testimonial-v2-description{font-size:22px}}.testimonial-v2-item-box.testimonial-v3 .testimonial-v2-name{line-height:normal;margin-bottom:4px}.testimonial-v2-item-box.testimonial-v3 .testimonial-v2-designation{color:var(--tpp-color-para);font-family:var(--tpp-title-font);font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;margin-bottom:5px}.testimonial-v2-item-box.testimonial-v3 .testimonial-v2-share{font-size:16px;line-height:normal;letter-spacing:0;gap:2px}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-content-area{margin-left:-90px}@media screen and (max-width: 767px){.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-content-area{margin-left:0px}}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-image{position:relative}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-image:before{content:"";position:absolute;height:100%;width:50%;background:#f2f2f2;left:0;border-radius:10px}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-image img{width:100%;height:620px;object-fit:cover;position:relative;padding:40px;padding-right:0}@media screen and (max-width: 767px){.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-image img{height:400px;padding:30px}}@media screen and (max-width: 500px){.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-image img{height:300px;padding:20px}}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-description-area{border-radius:10px;border:1px solid rgba(229,225,225,.2705882353);background:var(--tpp-color-white);position:relative;padding:50px 30px}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-description{color:var(--tpp-color-para);font-size:18px;font-style:normal;font-weight:400;line-height:30px}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-info{border-radius:0px 5px 5px 0px;background:#f2f2f2;padding:12px 30px 12px 40px;width:max-content;position:absolute;top:80px}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-name{color:var(--tpp-color-primary);font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:6px}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-designation{color:var(--tpp-color-secondary);font-size:16px;font-style:normal;font-weight:500;line-height:normal}.testimonial-v2-item-box.testimonial-v4 .tesi-v6-slide.slick-slide{margin:0 10px}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-title{color:var(--tpp-color-secondary);font-size:36px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:30px}.testimonial-v2-item-box.testimonial-v4 .testimonial-v2-share{position:relative;border-radius:5px;background:#f8f8f8;display:inline-flex;gap:5px;color:#ffb422;font-family:"Font Awesome 6 Free";font-size:20px;font-style:normal;font-weight:900;line-height:30px;letter-spacing:6.2px;width:max-content;padding:12px 20px;margin-top:25px}.testimonial-v2-item-box.testimonial-v5{border-radius:20px;border:.5px solid #a3bee0;background:#fffdfd;box-shadow:1px 2px 26.8px 0px rgba(247,247,248,.25);padding:40px}.testimonial-v2-item-box.testimonial-v5 .testimonial-v2-icon{font-size:60px;margin-bottom:23px;color:var(--tpp-color-primary);line-height:0}.testimonial-v2-item-box.testimonial-v5 .testimonial-v2-description{color:var(--tpp-color-para);font-size:18px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:32px}.testimonial-v2-item-box.testimonial-v5 .testimonial-v2-content-area{display:flex;align-items:center;gap:20px}.testimonial-v2-item-box.testimonial-v5 .testimonial-v2-content-area .testimonial-v2-author-img img{border:1px solid #ced2db;padding:12px;border-radius:100px;height:120px;width:120px}.testimonial-v2-item-box.testimonial-v5 .testimonial-v2-content-area .testimonial-v2-share{color:#ffb422;font-size:16px;font-style:normal;font-weight:900;line-height:18px;gap:5px;display:flex;margin-bottom:5px}.testimonial-v2-item-box.testimonial-v5 .testimonial-v2-content-area .testimonial-v2-name{color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:22px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:5px}.testimonial-v2-item-box.testimonial-v5 .testimonial-v2-content-area .testimonial-v2-designation{color:var(--tpp-color-para);font-size:16px;font-style:normal;font-weight:400;line-height:normal}.testimonial-v2-item-box.testimonial-v6{display:flex;gap:100px;align-items:center}@media screen and (max-width: 1299px){.testimonial-v2-item-box.testimonial-v6{gap:40px}}@media screen and (max-width: 991px){.testimonial-v2-item-box.testimonial-v6{flex-direction:column}}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-image{position:relative;z-index:1;padding:20px}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-image .testimonial-v2-icon{position:absolute;top:0;left:0}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-image img{height:300px;width:280px;min-width:280px;object-fit:cover;border:2px solid var(--tpp-color-primary)}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-image:before,.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-image:after{content:"";width:130px;height:150px;background:var(--tpp-color-primary);position:absolute;z-index:-1}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-image:before{top:0;right:0px}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-image:after{bottom:0;left:0px}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-item{text-align:left}@media screen and (max-width: 991px){.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-item{text-align:center}}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-item .testimonial-v2-title{margin-bottom:0;margin-top:22px;color:var(--tpp-color-secondary)}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-item .testimonial-v2-designation{color:var(--tpp-color-para);font-size:16px;font-weight:500;line-height:normal;margin-bottom:2px}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-item .testimonial-v2-name{margin-bottom:4px}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-item .testimonial-v2-share{font-size:14px;line-height:normal;letter-spacing:0;display:inline-flex;gap:4px}.testimonial-v2-item-box.testimonial-v6 .testimonial-v2-item .testimonial-v2-description{font-size:22px;font-weight:500;margin-bottom:0;margin-top:20px;color:var(--tpp-color-para)}.testimonial-v2-bg-shape{position:relative;z-index:1}.testimonial-v2-bg-shape::after{mask-image:url(../images/testi-bg.svg);-webkit-mask-image:url(../images/testi-bg.svg);-webkit-mask-size:cover;mask-size:auto;-webkit-mask-position:top;-webkit-mask-repeat:no-repeat;mask-position:right;mask-repeat:no-repeat;content:"";position:absolute;right:0px;bottom:0;width:100%;height:100%;background:var(--tpp-color-primary);z-index:-1}.testimonial-v2-wrapper.one .testi-v2-arrow{display:flex;gap:30px;justify-content:center;margin-left:460px;align-items:center;margin-bottom:10px}@media screen and (max-width: 1199px){.testimonial-v2-wrapper.one .testi-v2-arrow{margin-left:360px}}@media screen and (max-width: 991px){.testimonial-v2-wrapper.one .testi-v2-arrow{margin-left:0px}}.testimonial-v2-wrapper.one .testi-v2-arrow .button{border-radius:100px;color:var(--tpp-color-white);font-family:Outfit;font-size:18px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;height:90px;width:90px;background:var(--tpp-color-primary);border:none;position:relative;display:flex;align-items:center;justify-content:center;transition:.4s ease-in-out}.testimonial-v2-wrapper.one .testi-v2-arrow .button:hover{background:var(--tpp-color-white);color:var(--tpp-color-secondary)}.testimonial-v2-wrapper.one .testi-v2-arrow .button::after{content:"";position:absolute;height:120%;width:120%;border:1px solid hsla(0,0%,100%,.2);left:-10%;top:-10%;border-radius:100px}.testimonial-v2-wrapper.two .testi-v2-arrow{display:flex;position:absolute;right:0px;bottom:0px;z-index:11}@media screen and (max-width: 991px){.testimonial-v2-wrapper.two .testi-v2-arrow{display:none}}.testimonial-v2-wrapper.two .testi-v2-arrow .button{width:65px;height:65px;flex-shrink:0;background:var(--tpp-color-primary);color:var(--tpp-color-white);display:flex;font-size:24px;align-items:center;justify-content:center;transition:.4s ease-in-out}.testimonial-v2-wrapper.two .testi-v2-arrow .button:hover{background:var(--tpp-color-secondary)}.testimonial-v2-wrapper.two .testi-v2-arrow .button .testimonial-prev{background:var(--tpp-color-secondary)}.testimonial-v2-wrapper.three .testi-v2-arrow{top:0;bottom:0;position:absolute;width:100%}.testimonial-v2-wrapper.three .testi-v2-arrow .button{position:absolute;top:47%;font-size:24px;right:-100px;display:flex;align-items:center;justify-content:center;transition:.4s ease-in-out}@media screen and (max-width: 1299px){.testimonial-v2-wrapper.three .testi-v2-arrow .button{right:0px}}.testimonial-v2-wrapper.three .testi-v2-arrow .testimonial-prev.button{left:-100px;right:auto}@media screen and (max-width: 1299px){.testimonial-v2-wrapper.three .testi-v2-arrow .testimonial-prev.button{left:0px}}@media screen and (max-width: 991px){.testimonial-v2-wrapper.three .testi-v2-arrow{display:none}}.testimonial-v2-wrapper.four .testi-v2-arrow{display:flex;align-items:center;position:absolute;bottom:20px;right:60px;z-index:99}@media screen and (max-width: 767px){.testimonial-v2-wrapper.four .testi-v2-arrow{display:none !important}}.testimonial-v2-wrapper.four .testi-v2-arrow .button{font-size:24px;line-height:0;color:var(--tpp-color-white);margin:0 10px;transition:.4s ease-in-out;display:flex;align-items:center;justify-content:center}.testimonial-v2-wrapper.four .testi-v2-arrow .button svg path{fill:var(--tpp-color-white)}.testimonial-v2-wrapper.four .testi-v2-arrow .button:hover{color:var(--tpp-color-secondary)}.testimonial-v2-wrapper.four .testi-v2-arrow .button:hover svg path{fill:var(--tpp-color-secondary)}.testimonial-v2-wrapper.four .testi-v2-arrow .slider-line{height:2px;width:120px;background:var(--tpp-color-white);position:relative;overflow:hidden;border-radius:5px}.testimonial-v2-wrapper.four .testi-v2-arrow .slider-line .ball{height:2px;width:20px;background-color:var(--tpp-color-primary);border-radius:0;position:absolute;animation:moveBall 5s linear infinite;top:0px}.testimonial-v2-wrapper.five .testi-v2-arrow{display:flex;align-items:center;gap:15px;margin-bottom:80px;justify-content:flex-end}.testimonial-v2-wrapper.five .testi-v2-arrow .button{border-radius:5px;background:var(--tpp-color-primary);padding:18px 25px;color:var(--tpp-color-white);font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;transition:.4s ease-in-out}.testimonial-v2-wrapper.five .testi-v2-arrow .button:hover{background:var(--tpp-color-secondary);color:var(--tpp-color-white)}@media screen and (max-width: 768px){.testimonial-v2-wrapper.five .testi-v2-arrow{display:none}}.testimonial-v2-wrapper.six .testi-v2-arrow{position:absolute;bottom:0;right:0;display:flex;gap:10px;transition:.4s ease-in-out}.testimonial-v2-wrapper.six .testi-v2-arrow .button{display:flex;align-items:center;justify-content:center;z-index:99;font-size:24px}.testimonial-v2-pagination{display:flex;gap:10px;margin:0;justify-content:center;margin-top:30px}.testimonial-v2-pagination .swiper-pagination-bullet{height:20px;width:20px;background:var(--tpp-color-primary);margin:0 !important;padding:0}@keyframes moveBall{0%{left:0}50%{left:90%}100%{left:0}}.testimonial-v3-wrapper.testimonial-one{position:relative}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-description{color:#cfd2db;font-size:18px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:27px}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-icon{font-size:40px;line-height:0;margin-bottom:30px;color:var(--tpp-color-primary);display:inline-flex;align-items:center;justify-content:center}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-share{color:var(--tpp-color-primary);font-family:"Font Awesome 6 Pro";font-size:18px;font-style:normal;font-weight:900;line-height:normal;display:inline-flex;gap:2px;margin-bottom:50px}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-clint-area{display:flex;align-items:center;gap:15px;border-radius:15px;padding:30px;position:relative;transition:.4s ease-in-out}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-clint-area .testimonial-v3-clint-img img{width:60px;height:60px;border-radius:100px;object-fit:cover}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-clint-area .testimonial-v3-clint-name{color:#f9f9f9;font-family:var(--tpp-title-font);font-size:20px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:10px}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-clint-area .testimonial-v3-clint-designation{color:#bdbfc3;font-family:var(--tpp-title-font);font-size:14px;font-style:normal;font-weight:400;line-height:14px}.testimonial-v3-wrapper.testimonial-one .swiper-slide-thumb-active .testimonial-v3-clint-area{background:var(--tpp-color-white)}.testimonial-v3-wrapper.testimonial-one .swiper-slide-thumb-active .testimonial-v3-clint-area::after{content:"";border-radius:15px;background:var(--tpp-color-primary);width:5px;height:20px;position:absolute;left:0;top:0;bottom:0;margin:auto}.testimonial-v3-wrapper.testimonial-one .swiper-slide-thumb-active .testimonial-v3-clint-area .testimonial-v3-clint-name{color:var(--tpp-color-secondary)}.testimonial-v3-wrapper.testimonial-one .swiper-slide-thumb-active .testimonial-v3-clint-area .testimonial-v3-clint-designation{color:var(--tpp-color-primary)}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-arrow{position:absolute;display:flex;gap:10px;justify-content:center;flex-direction:column;z-index:9999999999;top:0;right:-120px;bottom:0;margin:auto}@media screen and (max-width: 1440px){.testimonial-v3-wrapper.testimonial-one .testimonial-v3-arrow{right:-50px}}@media screen and (max-width: 1299px){.testimonial-v3-wrapper.testimonial-one .testimonial-v3-arrow{display:none}}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-arrow .button{color:var(--tpp-color-white);width:55px;height:55px;flex-shrink:0;border-radius:100px;background:var(--tpp-color-secondary);display:flex;align-items:center;justify-content:center;transition:.4s}.testimonial-v3-wrapper.testimonial-one .testimonial-v3-arrow .button:hover{background:var(--tpp-color-white);color:var(--tpp-color-secondary)}.testimonial-v3-wrapper.testimonial-v3 .carousel.carousel-dark{display:flex;align-items:center;gap:60px}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v3 .carousel.carousel-dark{align-items:center;flex-direction:column-reverse}}.testimonial-v3-wrapper.testimonial-v3 .carousel.carousel-dark .carousel-indicators{position:relative;right:0;bottom:0;left:0;z-index:2;display:block;padding:0;margin-right:0%;margin-left:0;list-style:none;width:340px;margin-bottom:0}.testimonial-v3-wrapper.testimonial-v3 .carousel.carousel-dark .carousel-indicators button:last-child .testimonial-v3-clint-area{margin-bottom:0}.testimonial-v3-wrapper.testimonial-v3 .carousel.carousel-dark .carousel-indicators [data-bs-target]{width:100%;text-indent:0;height:unset;background:unset;border:none;opacity:1}.testimonial-v3-wrapper.testimonial-v3 .carousel.carousel-dark .carousel-dark .carousel-indicators [data-bs-target]{background-color:unset}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-clint-area{display:flex;align-items:center;padding:15px 25px;border-radius:5px;background:#fafafa;opacity:1;text-align:left;margin-bottom:20px;transition:.4s;border:1px solid rgba(0,0,0,0)}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-clint-area .testimonial-v3-clint-img img{width:75px;height:75px;min-width:75px;margin-right:20px;border-radius:82px;border:2px solid var(--tpp-color-white)}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-clint-area .testimonial-v3-clint-name{color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:20px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1px;text-transform:uppercase;margin-bottom:3px}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-clint-area .testimonial-v3-clint-designation{color:var(--tpp-color-para);font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.testimonial-v3-wrapper.testimonial-v3 .active .testimonial-v3-clint-area{border:1px solid #f5f5f5;background:var(--tpp-color-primary)}.testimonial-v3-wrapper.testimonial-v3 .active .testimonial-v3-clint-name{color:var(--tpp-color-white)}.testimonial-v3-wrapper.testimonial-v3 .active .testimonial-v3-clint-designation{color:var(--tpp-color-white)}.testimonial-v3-wrapper.testimonial-v3 .testi-v3-content-item{border-radius:10px;background:var(--tpp-color-white);width:100%;padding:0px 60px 60px;text-align:center;margin-top:55px;margin-bottom:50px;position:relative}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v3 .testi-v3-content-item{padding:0px 40px 40px}}.testimonial-v3-wrapper.testimonial-v3 .testi-v3-content-item .testi-v3-img .testimonial-v3-icon{position:absolute;font-size:60px;top:50px;left:50px;line-height:0;opacity:.5}.testimonial-v3-wrapper.testimonial-v3 .testi-v3-content-item .testi-v3-img img{border-radius:104px;border:6px solid var(--tpp-color-white);width:100px;height:100px;margin-bottom:17px;margin-top:-55px}.testimonial-v3-wrapper.testimonial-v3 .testi-v3-content-item .testi-v3-name{color:var(--tpp-color-primary);font-size:20px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1px;text-transform:uppercase;margin-bottom:11px}.testimonial-v3-wrapper.testimonial-v3 .testi-v3-content-item .testimonial-v3-description{color:var(--tpp-color-para);font-family:var(--tpp-title-font);font-size:18px;font-style:italic;font-weight:500;line-height:normal;margin-top:19px}.testimonial-v3-wrapper.testimonial-v3 .testi-v3-content-item .testimonial-v3-share{color:#ffb422;text-align:center;font-size:18px;font-style:normal;font-weight:900;line-height:normal;display:inline-flex}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-author-content-area{position:relative}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-author-content-area{margin:0 10px}}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-author-content-area .testimonial-v3-arrow{position:absolute;left:0;right:0;margin:auto}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-author-content-area .testimonial-v3-arrow{display:none}}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-author-content-area .testimonial-v3-arrow button{position:absolute;top:unset;z-index:1;text-align:center;border-radius:5px;transition:.4s;font-size:40px;width:80px;height:35px;opacity:1;background:rgba(0,0,0,0);transition:.4s ease-out}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-author-content-area .testimonial-v3-arrow button:hover{background:var(--tpp-color-primary);color:var(--tpp-color-white)}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-author-content-area .testimonial-v3-arrow .carousel-control-prev{left:39%}.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-author-content-area .testimonial-v3-arrow .carousel-control-next{right:39%}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v3 .testimonial-v3-author-area{display:none}}.testimonial-v3-wrapper.testimonial-v2 .carousel.carousel-dark{display:flex;align-items:center;flex-direction:column-reverse;gap:50px}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v2 .carousel.carousel-dark{align-items:center;flex-direction:column-reverse}}.testimonial-v3-wrapper.testimonial-v2 .carousel.carousel-dark .testimonial-v3-author-area{width:100%}.testimonial-v3-wrapper.testimonial-v2 .carousel.carousel-dark .carousel-indicators{position:relative;right:0;bottom:0;left:0;z-index:2;display:block;padding:0;margin-right:0%;margin-left:0;list-style:none;margin-bottom:0;width:100%;display:flex}.testimonial-v3-wrapper.testimonial-v2 .carousel.carousel-dark .carousel-indicators [data-bs-target]{width:100%;text-indent:0;height:unset;background:unset;border:none;opacity:1}.testimonial-v3-wrapper.testimonial-v2 .carousel.carousel-dark .carousel-dark .carousel-indicators [data-bs-target]{background-color:unset}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-clint-area{position:relative;border-radius:10px;border:1px solid #303030;background:var(--tpp-color-secondary);display:block;text-align:center;padding:19px 25px 21px;transition:.4s ease-in-out;position:relative}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-clint-area:after{content:"";height:85%;width:100%;position:absolute;left:0;top:0;width:97%;right:0;bottom:0;margin:auto;border-radius:10px}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-clint-area .testimonial-v3-clint-img img{width:82px;height:82px;min-width:82px;margin-right:20px;border-radius:82px;border:2px solid var(--tpp-color-white)}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-clint-area .testimonial-v3-clint-name{color:var(--tpp-color-white);font-family:var(--tpp-title-font);font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:4px;transition:.4s ease-in-out}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-clint-area .testimonial-v3-clint-designation{color:var(--tpp-color-para);font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;transition:.4s ease-in-out}.testimonial-v3-wrapper.testimonial-v2 .active .testimonial-v3-clint-area{background:var(--tpp-color-primary)}.testimonial-v3-wrapper.testimonial-v2 .active .testimonial-v3-clint-area:after{border:1px dashed hsla(0,0%,100%,.29)}.testimonial-v3-wrapper.testimonial-v2 .active .testimonial-v3-clint-name{color:var(--tpp-color-white)}.testimonial-v3-wrapper.testimonial-v2 .active .testimonial-v3-clint-designation{color:var(--tpp-color-white)}.testimonial-v3-wrapper.testimonial-v2 .testi-v3-content-item{text-align:center}.testimonial-v3-wrapper.testimonial-v2 .testi-v3-content-item .testi-v3-img{position:relative;display:inline-block}.testimonial-v3-wrapper.testimonial-v2 .testi-v3-content-item .testi-v3-img .testimonial-v3-icon{position:absolute;top:0;left:0;color:var(--tpp-color-white);font-family:"Font Awesome 6 Free";font-size:18px;font-style:normal;font-weight:900;line-height:normal;background:var(--tpp-color-primary);padding:14px;border-radius:100px;height:40px;width:40px;display:flex;align-items:center;justify-content:center}.testimonial-v3-wrapper.testimonial-v2 .testi-v3-content-item .testi-v3-img img{width:130px;height:130px;border-radius:100%;object-fit:cover;margin-bottom:32px}.testimonial-v3-wrapper.testimonial-v2 .testi-v3-name{color:var(--tpp-color-primary);font-size:20px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1px;text-transform:uppercase;margin-bottom:11px}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-description{color:var(--tpp-color-para);font-family:var(--tpp-title-font);font-size:20px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:20px;padding:0 150px}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-description{padding:0px}}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-share{color:#ffb422;text-align:center;font-size:18px;font-style:normal;font-weight:900;line-height:normal;display:inline-flex}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-author-content-area{position:relative}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-author-content-area{margin:0 10px}}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-author-content-area .testimonial-v3-arrow{position:absolute;left:0;right:0;margin:auto;bottom:30%}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-author-content-area .testimonial-v3-arrow{display:none}}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-author-content-area .testimonial-v3-arrow button{position:absolute;top:unset;z-index:1;text-align:center;transition:.4s;font-size:40px;opacity:1;transition:.4s ease-out;width:auto}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-author-content-area .testimonial-v3-arrow button:hover{background:var(--tpp-color-primary)}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-author-content-area .testimonial-v3-arrow .carousel-control-prev{left:1%}.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-author-content-area .testimonial-v3-arrow .carousel-control-next{right:1%}@media only screen and (max-width: 767px){.testimonial-v3-wrapper.testimonial-v2 .testimonial-v3-author-area{display:none}}.testimonial-v3-pagination{display:flex;gap:10px;margin:0;justify-content:center;margin-top:30px}.testimonial-v3-pagination .swiper-pagination-bullet{height:20px;width:20px;background:var(--tpp-color-primary);margin:0 !important;padding:0}:where(.wp-site-blocks *:focus){outline-width:0;outline-style:unset}.tpp-post-card{display:flex;flex-direction:column;border-radius:15px;background:var(--tpp-color-white);box-shadow:0px 9px 60px 0px rgba(8,20,44,.07);padding:3rem;overflow:hidden}.tpp-post-card .btn-icon i{transition:unset}.tpp-post-card .tpp-post-card-img{border-radius:1.5rem;overflow:hidden;margin-bottom:3rem;position:relative;width:100%}.tpp-post-card .tpp-post-card-img .image-anim1{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:hsla(0,0%,100%,.3);width:200%;height:0;z-index:1}.tpp-post-card .tpp-post-card-img .image-anim1.v2{left:50%;top:50%;transform:translate(-50%, -50%) rotate(-45deg)}.tpp-post-card .tpp-post-card-img .image-anim2{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.3);width:200%;height:0;z-index:1;opacity:1}.tpp-post-card .tpp-post-card-img .image-anim3{content:"";position:absolute;top:0;left:-100%;display:block;width:50%;height:100%;background:hsla(0,0%,100%,.3);transform:skewX(25deg);z-index:2}.tpp-post-card .tpp-post-card-img .post-img{width:100%}.tpp-post-card .tpp-post-card-img .post-img img{width:100%;height:400px;transition:var(--tpp-anim-duration)}.tpp-post-card .tpp-post-card-img .post-img-meta{position:absolute;top:2rem;left:2rem;font-family:var(--tpp-title-font);font-weight:500;color:var(--tpp-color-primary);border-radius:10rem;border:1px solid var(--tpp-color-white);background:#e9eef6;padding:.6rem 2.7rem;z-index:1}.tpp-post-card .tpp-post-card-img .post-img-meta a{color:var(--tpp-color-primary)}.tpp-post-card .tpp-post-card-img .post-img-meta a:hover{color:var(--tpp-color-secondary)}.tpp-post-card .tpp-post-card-img .post-img-meta i{margin-right:.5rem}.tpp-post-card .tpp-post-content-wrap .post-meta{margin-bottom:1rem}.tpp-post-card .tpp-post-content-wrap .post-meta ul{display:inline-flex;align-items:center;gap:1.5rem;width:100%}.tpp-post-card .tpp-post-content-wrap .post-meta ul li{font-size:1.6rem;font-weight:400;font-family:var(--tpp-title-font);line-height:normal;color:var(--tpp-color-primary)}.tpp-post-card .tpp-post-content-wrap .post-meta ul li a:hover{color:var(--tpp-color-secondary)}.tpp-post-card .tpp-post-content-wrap .post-meta ul li i{color:var(--tpp-color-primary);margin-right:.4rem}.tpp-post-card .tpp-post-content-wrap .tpp-post-title{font-size:2.4rem;font-weight:500;line-height:3.2rem;margin-bottom:1.7rem}.tpp-post-card .tpp-post-content-wrap .tpp-post-title a{color:var(--tpp-color-secondary)}.tpp-post-card .tpp-post-content-wrap .tpp-post-title a:hover{color:var(--tpp-color-primary)}.tpp-post-card .tpp-post-content-wrap .tpp-post-desc{margin-bottom:1.6rem}.tpp-post-card:hover .post-img img{transform:scale(1.05)}.tpp-post-card:hover .tpp-post-card-img .image-anim1,.tpp-post-card:hover .tpp-post-card-img .image-anim2{height:250%;opacity:0;transition:all 1000ms linear;background-color:rgba(0,0,0,0)}.tpp-post-card:hover .tpp-post-card-img .image-anim3{animation:1s swipe}.tpp-post-card.style-two{padding:0;border-radius:1.5rem;border:1px solid var(--tpp-color-border);background:var(--tpp-color-white)}.tpp-post-card.style-two .tpp-post-card-img{border-radius:0;margin-bottom:0}.tpp-post-card.style-two .tpp-post-content-wrap{padding:3.5rem}.tpp-post-card.style-three{padding:0;border-radius:1.5rem;border:1px solid var(--tpp-color-border);background:var(--tpp-color-white)}.tpp-post-card.style-three .tpp-post-card-img{border-radius:0;margin-bottom:0}.tpp-post-card.style-three .tpp-post-card-img .post-img-meta{border-radius:1rem;background:var(--tpp-color-primary);border:none;color:var(--tpp-color-white);padding:.6rem 2rem}.tpp-post-card.style-three .tpp-post-card-img .post-img-meta ul li{color:var(--tpp-color-white)}.tpp-post-card.style-three .tpp-post-card-img .post-img-meta ul li a{color:var(--tpp-color-white)}.tpp-post-card.style-three .tpp-post-content-wrap{padding:3.5rem}.tpp-post-card.style-three .tpp-post-content-wrap .tpp-btn-wrapper{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--tpp-color-border);margin-top:2.3rem;padding-top:2.3rem}.tpp-post-card.style-three .tpp-post-content-wrap .tpp-btn-wrapper .post-meta{margin-bottom:0}.tpp-post-card.style-four{padding:0;border-radius:0;position:relative;overflow:visible}.tpp-post-card.style-four .tpp-post-card-img{border-radius:0;margin-bottom:0}.tpp-post-card.style-four .tpp-post-content-wrap{margin:0 auto;position:absolute;background:var(--tpp-color-white);box-shadow:0px 0px 18px 3px rgba(0,0,0,.05);left:50%;bottom:-18rem;transform:translate(-50%, 0%);width:94%;padding:4rem;z-index:99}.tpp-post-card.style-four .tpp-post-content-wrap .post-meta{background-color:var(--tpp-color-primary);padding:1rem 4rem;width:100%;justify-content:space-between;color:var(--tpp-color-white);position:absolute;top:-3rem;left:0}.tpp-post-card.style-four .tpp-post-content-wrap .post-meta ul{justify-content:space-between;width:100%}.tpp-post-card.style-four .tpp-post-content-wrap .post-meta ul li{color:var(--tpp-color-white)}.tpp-post-card.style-four .tpp-post-content-wrap .post-meta ul li a,.tpp-post-card.style-four .tpp-post-content-wrap .post-meta ul li i{color:var(--tpp-color-white)}.tpp-post-card.style-four .tpp-post-content-wrap .post-meta ul li a:hover{color:var(--tpp-color-secondary)}.tpp-post-card.style-five{display:flex;align-items:center;flex-direction:column-reverse;border:.1rem solid var(--tpp-color-border);box-shadow:0px 41.04px 42.48px 0px rgba(233,211,211,.05);border-radius:0}.tpp-post-card.style-five .tpp-post-card-img{margin-bottom:0;margin-top:3rem;border-radius:0}.tpp-post-card.style-five .tpp-post-content-wrap .post-meta ul{justify-content:space-between}.tpp-post-card.style-six{padding:0;border-radius:0;position:relative;overflow:visible}.tpp-post-card.style-six .tpp-post-card-img{border-radius:0;margin-bottom:0}.tpp-post-card.style-six .tpp-post-card-img .post-img-meta-v2{background-color:rgba(0,0,0,0);border-radius:0;border:none;padding:0;position:absolute;z-index:99}.tpp-post-card.style-six .tpp-post-card-img .post-img-meta-v2 ul li a{display:flex;flex-direction:column}.tpp-post-card.style-six .tpp-post-card-img .post-img-meta-v2 .date{padding:.2rem 1.8rem;background-color:#f0f8ff}.tpp-post-card.style-six .tpp-post-card-img .post-img-meta-v2 .post-p-day{padding:.2rem 1.8rem;width:max-content;color:var(--tpp-color-white);font-size:1.4rem;font-weight:500;line-height:160%;background-color:var(--tpp-color-primary)}.tpp-post-card.style-six .tpp-post-card-img .post-img-meta-v2 .post-p-year{padding:0rem 1.8rem;color:var(--tpp-color-primary);font-size:1.6rem;font-weight:600;line-height:30px}.tpp-post-card.style-six .tpp-post-content-wrap{margin:0 auto;position:absolute;background:var(--tpp-color-white);box-shadow:0px 0px 18px 3px rgba(0,0,0,.05);left:50%;bottom:-18rem;transform:translate(-50%, 0%);width:94%;padding:4rem;z-index:99}.tpp-post-card.style-six .tpp-post-content-wrap .post-meta{background-color:var(--tpp-color-primary);padding:1rem 4rem;width:100%;justify-content:space-between;color:var(--tpp-color-white);position:absolute;top:-3rem;left:0}.tpp-post-card.style-six .tpp-post-content-wrap .post-meta ul{justify-content:space-between;width:100%}.tpp-post-card.style-six .tpp-post-content-wrap .post-meta ul li a,.tpp-post-card.style-six .tpp-post-content-wrap .post-meta ul li i{color:var(--tpp-color-white)}.tpp-post-card.style-six .tpp-post-content-wrap .post-meta ul li a:hover{color:var(--tpp-color-secondary)}.tpp-post-card.style-seven{padding:0;border-radius:0}.tpp-post-card.style-seven .tpp-post-card-img{border-radius:0;margin-bottom:0}.tpp-post-card.style-seven .tpp-post-card-img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(36, 35, 29, 0) 0%, #24231D 99.99%, rgba(36, 35, 29, 0) 100%);z-index:2}.tpp-post-card.style-seven .tpp-post-card-img .post-img-meta{z-index:9}.tpp-post-card.style-seven .tpp-post-card-img .post-img{position:relative}.tpp-post-card.style-seven .tpp-post-card-img .post-img img{height:450px}.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap{position:absolute;bottom:0;padding:40px;z-index:3}.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap .post-meta li{color:var(--tpp-color-white)}.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap .post-meta li a,.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap .post-meta li i{color:var(--tpp-color-white)}.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap .post-meta li a:hover{color:var(--tpp-color-primary)}.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap .tpp-post-title a{color:var(--tpp-color-white)}.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap .tpp-post-title a:hover{color:var(--tpp-color-primary)}.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap .tpp-post-desc{color:var(--tpp-color-white)}.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap .tpp-btn{color:var(--tpp-color-white)}.tpp-post-card.style-seven .tpp-post-card-img .tpp-post-content-wrap .tpp-btn:hover{color:var(--tpp-color-primary)}.tpp-post-card.style-eight{padding:0;border-radius:0}.tpp-post-card.style-eight .tpp-post-card-img{border-radius:0;margin-bottom:0;position:relative}.tpp-post-card.style-eight .tpp-post-card-img::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--tpp-color-secondary);z-index:1;transition:var(--tpp-anim-duration)}.tpp-post-card.style-eight .tpp-post-card-img .post-img-meta{z-index:9}.tpp-post-card.style-eight .tpp-post-card-img .post-img{position:relative}.tpp-post-card.style-eight .tpp-post-card-img .post-img img{height:35rem}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap{width:100%;position:absolute;top:50%;padding:40px;z-index:2;left:50%;transform:translate(-50%, -50%)}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .post-meta li{transition:var(--tpp-anim-duration);color:var(--tpp-color-para)}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .post-meta li a,.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .post-meta li i{color:inherit}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .post-meta li i{color:var(--tpp-color-primary)}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .tpp-post-title{font-size:3.6rem;font-weight:500;line-height:normal}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .tpp-post-title a{color:var(--tpp-color-white)}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .tpp-post-title a:hover{color:var(--tpp-color-secondary)}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .tpp-post-desc{z-index:2}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .tpp-btn{color:var(--tpp-color-white)}.tpp-post-card.style-eight .tpp-post-card-img .tpp-post-content-wrap .tpp-btn:hover{color:var(--tpp-color-secondary)}.tpp-post-card.style-eight:hover .tpp-post-card-img::before{background:rgba(14,89,242,.76)}.tpp-post-card.style-eight:hover .tpp-post-content-wrap .post-meta li{color:var(--tpp-color-white)}.tpp-post-card.style-eight:hover .tpp-post-content-wrap .post-meta li a{color:var(--tpp-color-white)}.tpp-post-card.style-eight:hover .tpp-post-content-wrap .post-meta li i{color:var(--tpp-color-secondary)}.tpp-list-item-wrapper{display:flex;flex-direction:column;gap:1.5rem}.tpp-list-item-wrapper .tpp-list-item{display:flex;align-items:center;gap:1.5rem}.tpp-list-item-wrapper .tpp-list-item .item-icon{font-size:1.8rem;font-weight:400;line-height:3.8rem;display:flex;justify-content:center;align-items:center}.tpp-list-item-wrapper .tpp-list-item .item-title{margin-bottom:0;color:var(--tpp-color-para);font-family:var(--tpp-body-font);font-size:1.8rem;font-weight:400;line-height:3.8rem}.tpp-list-item-wrapper .tpp-list-item .item-title span{transition:var(--tpp-anim-duration)}.tpp-list-item-wrapper .tpp-list-item .item-title.hover-anim a:hover span{margin-left:5px}.tpp-list-item-wrapper .tpp-list-item .item-title .item-badge [class*=badge--]{color:var(--tpp-color-primary);font-size:10px;margin:-1px 0 0 5px;font-weight:700;line-height:10px;border-radius:3px;padding:3px 5px 3px 5px;background-color:rgba(14,89,242,.15);position:relative}.tpp-list-item-wrapper .tpp-list-item .item-title .item-badge .badge--one{color:var(--tpp-color-primary);background-color:rgba(14,89,242,.15)}.tpp-list-item-wrapper .tpp-list-item .item-title .item-badge .badge--two{color:#fe02dc;background-color:rgba(254,2,220,.15)}.tpp-item-box-wrapper .tpp-item-box{display:flex;align-items:center;border:1px solid var(--tpp-color-border)}.tpp-item-box-wrapper .tpp-item-box .item-box-icon{display:flex;align-items:center;justify-content:center;font-size:5rem;min-width:8.5rem;width:8.5rem;height:8.5rem;background:rgba(14,89,242,.1);border-radius:100px}.tpp-item-box-wrapper .tpp-item-box .item-box-title{font-size:2.4rem;font-weight:500;line-height:normal;text-transform:capitalize}.tpp-item-box-wrapper .tpp-item-box .tpp-item-box-desc{font-family:var(--tpp-title-font);font-weight:400;line-height:2.4rem}.tpp-item-box-wrapper .tpp-item-box .tpp-item-count{color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:3rem;font-weight:500;line-height:normal;border-left:1px solid var(--tpp-color-border)}.tpp-item-box-wrapper.style-two .tpp-item-box{border:none;padding:0}.tpp-item-box-wrapper.style-two .item-box-icon{min-width:auto;width:auto;height:auto;border-radius:1rem;background-color:rgba(0,0,0,0)}.tpp-item-box-wrapper.style-three .tpp-item-box{border:none;border-radius:20px;box-shadow:3px 4px 13.1px 12px rgba(231,243,242,.5)}.tpp-item-box-wrapper.style-three .item-box-icon{min-width:9.5rem;width:9.5rem;height:9.5rem;border-radius:1rem}.icon-box-item{text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.icon-box-item .box-badge{position:absolute;left:-60px;top:26px;text-align:center;width:200px;background-color:var(--tpp-color-primary);padding:.6rem;font-size:1.3rem;font-weight:600;color:var(--tpp-color-white);transform:rotate(-45deg)}.icon-box-item .box-badge-v2{position:absolute;right:3rem;top:3rem;text-align:center;padding:.4rem .8rem;font-size:1.3rem;font-weight:600;color:var(--tpp-color-white);z-index:9999}.icon-box-item .box-badge-v2.bg{background-color:#08a029}.icon-box-item .box-badge-v2.bg-v2{background-color:#e60d56}.icon-box-item .box-icon-wrapper{display:inline-block;position:relative}.icon-box-item .box-icon-wrapper .box-icon{display:flex;align-items:center;justify-content:center;height:13rem;width:13rem;background-color:var(--tpp-color-white);box-shadow:var(--tpp-color-shadow);font-size:5.5rem;border-radius:10rem;color:var(--tpp-color-primary);transition:var(--tpp-anim-duration);position:relative;margin-bottom:2.8rem}.icon-box-item .box-icon-wrapper .box-icon i{transition:unset}.icon-box-item .box-icon-wrapper .box-icon svg path{transition:var(--tpp-anim-duration)}.icon-box-item .box-icon-wrapper .box-icon-count{display:inline-flex;align-items:center;justify-content:center;height:4.5rem;width:4.5rem;background-color:var(--tpp-color-primary);border:.5rem solid var(--tpp-color-white);font-size:1.4rem;font-weight:600;line-height:normal;color:var(--tpp-color-white);border-radius:10rem;position:absolute;top:0;right:0;z-index:1;transition:var(--tpp-anim-duration)}.icon-box-item .box-title{color:var(--tpp-color-secondary);font-size:2.4rem;font-weight:500;line-height:normal;text-transform:capitalize}.icon-box-item:hover .box-icon{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.icon-box-item.style-two{padding-top:2.5rem}.icon-box-item.style-two .box-icon{background-color:rgba(14,89,242,.21)}.icon-box-item.style-two .box-icon::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%, -50%);height:130%;width:130%;border:.2rem dashed rgba(14,89,242,.21);border-radius:10rem;z-index:1;transition:var(--tpp-anim-duration)}.icon-box-item.style-two .box-icon-count{top:-3rem;right:-1.9rem;opacity:0}.icon-box-item.style-two:hover .box-icon-count{opacity:1;border:none}.icon-box-item.style-two:hover .box-icon{color:var(--tpp-color-primary)}.icon-box-item.style-two:hover .box-icon::before{top:auto;left:auto;height:140%;width:140%;border-color:var(--tpp-color-primary);animation:spin 10s linear infinite}.icon-box-item.style-three{display:flex;align-items:flex-start;flex-direction:column-reverse;text-align:left;padding-left:3rem;margin-left:3rem;border-left:1px solid var(--tpp-color-border);overflow:inherit}.icon-box-item.style-three::before{content:"";position:absolute;width:1px;height:45px;background-color:var(--tpp-color-primary);left:0rem;animation:moveBottomTop 7s infinite ease-in-out}.icon-box-item.style-three .box-icon{width:auto;height:auto;background-color:rgba(0,0,0,0);box-shadow:none}.icon-box-item.style-three .box-icon-count{position:absolute;left:-9rem;top:-123px;color:#e7eaf0;font-family:var(--tpp-title-font);font-size:4rem;font-weight:700;line-height:normal;letter-spacing:1.2px;background-color:rgba(0,0,0,0)}.icon-box-item.style-three .box-desc{margin-bottom:3rem}.icon-box-item.style-three:hover .box-icon{background-color:var(--tpp-color-primary);background-color:rgba(0,0,0,0);color:var(--tpp-color-primary)}.icon-box-item.style-three:hover .box-icon svg path{fill:var(--tpp-color-primary)}.tpp-contact-form7{background-color:var(--tpp-color-bg);padding:5rem;border-radius:1.5rem}.tpp-contact-form7 form{position:relative}.tpp-contact-form7 .tpp-cf-section-title-wrapper{margin-bottom:3rem}.tpp-contact-form7 .section-title{color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:4rem;font-weight:500;line-height:normal}.tpp-contact-form7 input,.tpp-contact-form7 textarea,.tpp-contact-form7 select{background-color:var(--tpp-color-white);padding:1.3rem 3rem;border-radius:1rem;border:none;margin-bottom:1rem;font-size:1.6rem}.tpp-contact-form7 input:focus,.tpp-contact-form7 textarea:focus,.tpp-contact-form7 select:focus{outline:none;border:none;box-shadow:none}.tpp-contact-form7 [type=submit]:focus{background-color:var(--tpp-color-secondary)}.tpp-contact-form7 .form-group{position:relative}.tpp-contact-form7 .form-group span::before,.tpp-contact-form7 .cf-message span::before{font-family:"Font Awesome 5 Free";position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.tpp-contact-form7 .cf-name span::before{content:""}.tpp-contact-form7 .cf-email span::before{content:""}.tpp-contact-form7 .cf-url span::before{content:""}.tpp-contact-form7 .cf-phone span::before{content:""}.tpp-contact-form7 .cf-dropdown span::before{content:""}.tpp-contact-form7 .cf-message span::before{top:-265px;transform:inherit;content:""}.tpp-contact-form7 input::placeholder,.tpp-contact-form7 textarea::placeholder{color:var(--tpp-color-para)}.tpp-contact-form7 select{color:var(--tpp-color-para)}.tpp-contact-form7 select{-moz-appearance:none;-webkit-appearance:none}.tpp-contact-form7 .icon-right i{transition:unset}.tpp-contact-form7 button,.tpp-contact-form7 input[type=submit]{background-color:var(--tpp-color-primary);border-radius:1rem;justify-content:center;font-size:1.4rem;padding:1.2rem 3rem;font-size:1.6rem;font-weight:500;border:none;color:var(--tpp-color-white);display:flex;align-items:center;justify-content:center}.tpp-contact-form7 button:hover,.tpp-contact-form7 input[type=submit]:hover{background-color:var(--tpp-color-secondary)}.tpp-contact-form7.style-two{background-color:var(--tpp-color-secondary)}.tpp-contact-form7.style-two label,.tpp-contact-form7.style-two span{color:#fff}.tpp-contact-form7.style-two input,.tpp-contact-form7.style-two textarea,.tpp-contact-form7.style-two select{background-color:rgba(0,0,0,0);border-bottom:1px solid var(--tpp-color-border);border-radius:0;padding-left:0;color:var(--tpp-color-white)}.tpp-contact-form7.style-two input::placeholder,.tpp-contact-form7.style-two textarea::placeholder,.tpp-contact-form7.style-two select{color:var(--tpp-color-white)}.tpp-contact-form7.style-two option{color:var(--tpp-color-secondary)}.tpp-contact-form7.style-two button,.tpp-contact-form7.style-two input[type=submit]{background-color:var(--tpp-color-primary);border-radius:1rem;justify-content:center;font-size:1.4rem;padding:1.2rem 3rem;font-size:1.6rem;font-weight:500;border:none;color:var(--tpp-color-white);display:flex;align-items:center;justify-content:center}.tpp-contact-form7.style-two button:hover,.tpp-contact-form7.style-two input[type=submit]:hover{background-color:var(--tpp-color-white);color:var(--tpp-color-secondary)}.tpp-contact-form7.style-two button:hover .icon-right i,.tpp-contact-form7.style-two input[type=submit]:hover .icon-right i{color:var(--tpp-color-primary)}.tpp-contact-form7.style-three button,.tpp-contact-form7.style-three input[type=submit]{position:absolute;right:0;top:0}.tpp-contact-form7.style-four input,.tpp-contact-form7.style-four textarea,.tpp-contact-form7.style-four select{padding:2rem 3rem;border:1px solid var(--tpp-color-primary)}.tpp-contact-form7.style-four button,.tpp-contact-form7.style-four input[type=submit]{position:absolute;right:.8rem;top:50%;transform:translate(0, -50%)}.tpp-img-wrapper{position:relative;display:flex;gap:3rem}.tpp-img-wrapper img{border-radius:1rem}.tpp-img-wrapper .left-image,.tpp-img-wrapper .right-image{display:flex;flex-direction:column;justify-content:space-between;z-index:1}.tpp-img-wrapper .img-1 img{height:27rem;width:21rem}.tpp-img-wrapper .img-2 img{height:225px;width:215px}.tpp-img-wrapper .img-3 img,.tpp-img-wrapper .img-4 img{height:53rem;width:36rem}.tpp-img-wrapper .tpp-image-counter{background-color:var(--tpp-color-primary);border-radius:1rem;padding:2rem 4rem;position:absolute;left:0;z-index:2}.tpp-img-wrapper .tpp-image-counter .counter-content-wrp{display:flex;align-items:center;gap:2rem}.tpp-img-wrapper .tpp-image-counter .counter-content-wrp .counter-icon{font-size:5rem;color:var(--tpp-color-white)}.tpp-img-wrapper .tpp-image-counter .counter-content-wrp .count-number{color:var(--tpp-color-white);font-family:var(--tpp-title-font);font-size:4rem;font-weight:600;line-height:normal}.tpp-img-wrapper .tpp-image-counter .counter-content-wrp .count-text{color:var(--tpp-color-white);font-size:2rem;font-weight:500;font-family:var(--tpp-title-font)}.tpp-img-wrapper .image-shape{position:absolute;right:-3rem;top:-3rem;z-index:0}.tpp-img-wrapper .image-shape-two{position:absolute;left:-40px;top:-40px;z-index:-1}.tpp-img-wrapper.style-two img{border-radius:100%}.tpp-img-wrapper.style-two .img-1 img{height:17rem;width:17rem;min-width:17rem}.tpp-img-wrapper.style-two .img-2 img{height:15rem;width:15rem;min-width:15rem}.tpp-img-wrapper.style-two .img-3 img{height:46rem;width:46rem;min-width:46rem}.tpp-img-wrapper.style-three .left-image{position:absolute;left:-10rem;bottom:2rem}.tpp-img-wrapper.style-three .tpp-image-counter{bottom:-4rem;left:10rem}.tpp-img-wrapper.style-four .left-image img{height:49rem;width:56rem}.tpp-img-wrapper.style-four .right-image{position:absolute;bottom:-10rem;right:-10rem}.tpp-img-wrapper.style-four .right-image img{width:33rem;height:46rem}.tpp-img-wrapper.style-four .tpp-image-counter{box-shadow:0px 4px 20px 0px rgba(14,89,242,.33);border:2rem solid var(--tpp-color-white);border-radius:3rem;bottom:-10rem;left:2rem}.tpp-img-wrapper.style-five{gap:0}.tpp-img-wrapper.style-five .left-image{justify-content:flex-end}.tpp-img-wrapper.style-five .left-image .img-1 img,.tpp-img-wrapper.style-five .left-image .img-2 img{border-radius:3rem;border:1rem solid var(--tpp-color-white);box-shadow:0px 4px 46px 0px rgba(168,173,181,.49)}.tpp-img-wrapper.style-five .right-image{margin-left:-14rem;position:relative;z-index:-1;transform:rotate(-13deg);bottom:6rem}.tpp-img-wrapper.style-five .right-image .img-3 img{height:50rem;width:40rem}.tpp-img-wrapper.style-six{flex-direction:column;gap:2rem}.tpp-img-wrapper.style-six .img-1 img,.tpp-img-wrapper.style-six .img-2 img,.tpp-img-wrapper.style-six .img-3 img{width:100%}.tpp-img-wrapper.style-six .img-1 img,.tpp-img-wrapper.style-six .img-2 img{height:30rem}.tpp-img-wrapper.style-six .img-3 img{height:18rem}.tpp-img-wrapper.style-seven{gap:0}.tpp-img-wrapper.style-seven .img-1 img,.tpp-img-wrapper.style-seven .img-2 img,.tpp-img-wrapper.style-seven .img-3 img{width:43rem;height:53rem;border:1.5rem solid var(--tpp-color-white);border-radius:2.5rem}.tpp-img-wrapper.style-seven .img-3 img{width:33rem;height:36rem}.tpp-img-wrapper.style-seven .right-image{position:absolute;right:3rem;bottom:-3rem}.tpp-img-wrapper.style-seven .tpp-image-counter{left:auto;right:5rem;top:5rem}.tpp-img-wrapper.style-eight .image-shape{position:absolute;right:auto;left:-40px;bottom:-40px;z-index:0;top:auto;z-index:2}.tpp-img-wrapper.style-eight .tpp-image-counter{left:auto;bottom:-3rem;right:-11rem}.tpp-img-wrapper.style-nine .image-shape{position:absolute;right:-3rem;top:0;z-index:-1}.tpp-img-wrapper.style-nine .image-shape-two{position:absolute;top:auto;left:-3rem;bottom:0;z-index:-1}.tpp-play-icon{display:inline-block;position:relative;z-index:1}.tpp-play-icon svg,.tpp-play-icon i{text-align:center;background:var(--tpp-color-primary);color:var(--tpp-color-white);border-radius:50%;z-index:1;transition:all ease .4s;position:relative;width:90px;height:90px;display:flex;align-items:center;justify-content:center;font-family:"Font Awesome 5 Free";font-size:24px;font-style:normal;font-weight:900}.tpp-play-icon:after,.tpp-play-icon:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:var(--tpp-color-primary);z-index:-1;border-radius:50%;transition:all ease .4s;animation-duration:5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-name:ripples}.tpp-play-icon:after{transition:all ease .4s;animation-duration:2.5s}@keyframes ripples{0%{transform:scale(1);opacity:0}30%{opacity:.8}100%{transform:scale(1.4);opacity:0}}.tpp-video-button2-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:max-content}.tpp-video-button2-wrapper input{width:230px;height:40px;margin:auto;position:absolute;left:0;right:0;border-radius:40px;outline:none;z-index:2;appearance:none;cursor:pointer}.tpp-video-button2-wrapper input:focus{outline:0}.tpp-video-button2-wrapper input:hover~.tpp-video-image{clip-path:circle(70px at left)}.tpp-video-button2-wrapper input:hover~.tpp-video-text::before{right:0px;opacity:1}.tpp-video-button2-wrapper input:hover~.tpp-video-text::after{clip-path:circle(70px at left)}.tpp-video-button2-wrapper input:hover~.tpp-video-text>span::after{clip-path:circle(70px at left)}.tpp-video-button2-wrapper .tpp-video-image{height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;margin-left:15px;clip-path:circle(20px at left);transition:clip-path .4s ease}.tpp-video-button2-wrapper .tpp-video-image img{position:absolute;background:#c4cbde;top:0%;left:0%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-40%, -45%)}.tpp-video-button2-wrapper .tpp-video-text{position:relative;text-transform:uppercase;font-weight:600;letter-spacing:.2px;opacity:1;transition:opacity .3s ease .2s}.tpp-video-button2-wrapper .tpp-video-text::before,.tpp-video-button2-wrapper .tpp-video-text::after{content:"";position:absolute;bottom:0;left:-1px;right:25px;height:0}.tpp-video-button2-wrapper .tpp-video-text::before{border-bottom:1px solid var(--tpp-color-secondary);right:100%;opacity:0;transition:right .5s ease-in,opacity .1s linear}.tpp-video-button2-wrapper .tpp-video-text::after{border-bottom:1px solid var(--tpp-color-white);clip-path:circle(20px at left);transition:clip-path .4s ease;opacity:0}.tpp-video-button2-wrapper .tpp-video-text>span::before,.tpp-video-button2-wrapper .tpp-video-text>span::after{content:attr(data-text);padding-left:0px}.tpp-video-button2-wrapper .tpp-video-text>span::before{color:var(--tpp-color-secondary)}.tpp-video-button2-wrapper .tpp-video-text>span::after{color:var(--tpp-color-white);clip-path:circle(20px at left);transition:clip-path .4s ease;position:absolute;left:0}.tpp-video-button2-wrapper:hover .tpp-video-text::after{opacity:1}.tpp-video-icon-wrp.style-two{width:max-content}.advanced-tabs-wrapper{display:flex;flex-direction:column;gap:60px}.advanced-tabs-wrapper .advanced-tabs-content-wrapper img{width:100%;height:100%}.advanced-tabs-wrapper .tpp-advanced-tabs-menu{border:1px solid var(--tpp-color-border);justify-content:center;margin:0;padding:0}.advanced-tabs-wrapper li.nav-item{padding:3rem;border-right:1px solid var(--tpp-color-border)}.advanced-tabs-wrapper li.nav-item:last-child{border:none}@media(max-width: 1024px){.advanced-tabs-wrapper li.nav-item{padding:0;border-right:0}}.advanced-tabs-wrapper li.nav-item .nav-link{border:1px solid var(--tpp-color-border);border-radius:0;padding:1.4rem 6rem;font-size:2rem;font-weight:500;line-height:normal;background-color:var(--tpp-color-secondary);color:var(--tpp-color-white);background-size:cover;display:inline-flex}.advanced-tabs-wrapper li.nav-item .nav-link.active,.advanced-tabs-wrapper li.nav-item .nav-link:hover{border-color:var(--tpp-color-border);background-color:var(--tpp-color-primary)}.advanced-tabs-wrapper li.nav-item .nav-link .tpp-tab-memu-content-stitle{font-size:16px;font-weight:400;line-height:normal;text-transform:capitalize}.advanced-tabs-wrapper li.nav-item .nav-link .tpp-tab-memu-icon{margin-right:10px}.advanced-tabs-wrapper .advanced-tab-content{display:flex;align-items:center;gap:2rem}.advanced-tabs-wrapper .advanced-tab-content .advanced-tab-custom-content .advanced-tab-title{font-size:3.6rem;font-weight:500;color:var(--tpp-color-secondary);margin-bottom:2rem}.advanced-tabs-wrapper .advanced-tab-content .advanced-tab-custom-content .advanced-tab-desc{margin-bottom:2rem}.advanced-tabs-wrapper .advanced-tab-content .advanced-tab-custom-content .advanced-tab-desc ul{list-style:outside;margin-left:20px}.advanced-tabs-wrapper .advanced-tab-content .advanced-tab-custom-content .tpp-btn{color:var(--tpp-color-white);display:inline-block}.advanced-tabs-wrapper.style-one{align-items:center}@media(max-width: 1024px){.advanced-tabs-wrapper.style-one .tpp-advanced-tabs-menu{gap:20px;padding:20px}}.advanced-tabs-wrapper.style-two{display:flex;align-items:center;align-items:start;flex-direction:row;flex-direction:row;gap:4rem}@media(max-width: 767px){.advanced-tabs-wrapper.style-two{flex-direction:column}}.advanced-tabs-wrapper.style-two .advanced-tab-content>*{flex:auto}.advanced-tabs-wrapper.style-two .tpp-advanced-tabs-menu{display:inline-block;border:none;width:30rem}.advanced-tabs-wrapper.style-two .tpp-advanced-tabs-menu li.nav-item{padding:0;border-right:0}.advanced-tabs-wrapper.style-two .tpp-advanced-tabs-menu li .nav-link{border-radius:1rem;background-color:var(--tpp-color-white);color:var(--tpp-color-secondary);border:none;box-shadow:0px 11px 23px 0px rgba(21,75,185,.03);padding:1.3rem 2rem;font-size:1.4rem;font-weight:700;line-height:normal;width:100%;text-align:left;margin-bottom:1.2rem;position:relative}.advanced-tabs-wrapper.style-two .tpp-advanced-tabs-menu li .nav-link::after{position:absolute;content:"";height:1rem;width:1rem;background-color:rgba(14,89,242,.2117647059);top:50%;right:20px;transform:translate(0%, -50%);border-radius:10rem;transition:var(--tpp-anim-duration)}.advanced-tabs-wrapper.style-two .tpp-advanced-tabs-menu li .nav-link.active,.advanced-tabs-wrapper.style-two .tpp-advanced-tabs-menu li .nav-link:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.advanced-tabs-wrapper.style-two .tpp-advanced-tabs-menu li .nav-link.active::after,.advanced-tabs-wrapper.style-two .tpp-advanced-tabs-menu li .nav-link:hover::after{background-color:var(--tpp-color-white)}.advanced-tabs-wrapper.style-two .advanced-tabs-content-wrapper .advanced-tab-content{margin-top:0;gap:3rem}.advanced-tabs-wrapper.style-two .advanced-tabs-content-wrapper .tab-custom-image{height:30rem;min-width:33rem;width:33rem;border-radius:1.5rem;overflow:hidden}.advanced-tabs-wrapper.style-two .advanced-tabs-content-wrapper .tab-custom-image img{width:100%;height:100%}.advanced-tabs-wrapper.style-three .advanced-tabs-buttons{position:relative;text-align:center}.advanced-tabs-wrapper.style-three .advanced-tabs-buttons .tpp-advanced-tabs-menu{justify-content:center;border:none;gap:2rem 5rem}.advanced-tabs-wrapper.style-three .advanced-tabs-buttons .tpp-advanced-tabs-menu::after{position:absolute;background-color:var(--tpp-color-border);height:1px;width:100%;content:"";left:0;top:50%;transform:translate(0%, -50%);z-index:-1;width:70%;margin:auto;left:0;right:0}@media(max-width: 1024px){.advanced-tabs-wrapper.style-three .advanced-tabs-buttons .tpp-advanced-tabs-menu::after{content:unset}}.advanced-tabs-wrapper.style-three .advanced-tabs-buttons .tpp-advanced-tabs-menu li.nav-item{padding:0;border-right:0;border-radius:50%}.advanced-tabs-wrapper.style-three .advanced-tabs-buttons .tpp-advanced-tabs-menu li .nav-link{border-radius:10rem}.advanced-tabs-wrapper.style-four .nav{gap:32px;justify-content:center;background:#fff;padding:30px;border:none}.advanced-tabs-wrapper.style-four .nav .nav-item{border:none;padding:0}.advanced-tabs-wrapper.style-four .nav .nav-item .nav-link{color:var(--tpp-color-secondary);font-size:18px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;padding:0;margin:0;border:0;background:0 0;position:relative;padding-left:55px;text-align:left}.advanced-tabs-wrapper.style-four .nav .nav-item .nav-link:before{content:"";border-radius:100%;background:#f6f6f7;position:absolute;left:0;top:0;bottom:0;margin:auto;border:1px solid #ececec;width:40px;height:40px;transition:.3s}.advanced-tabs-wrapper.style-four .nav .nav-item .nav-link:after{content:"";border-radius:100%;position:absolute;left:13px;top:0;bottom:0;margin:auto;width:15px;height:15px;background:#fff}.advanced-tabs-wrapper.style-four .nav .nav-item .nav-link.active:after{background:var(--tpp-color-primary)}@media(max-width: 1200px){.advanced-tabs-wrapper .advanced-tab-content{flex-direction:column;align-items:self-start}}.tpp-nav-widget-container ul{list-style:none;margin:0;padding:0}.tpp-nav-widget-container .tpp-main-nav-menu{display:flex;display:-webkit-flex;display:-ms-flexbox;height:100%}.tpp-nav-ver .tpp-ver-inner-container{width:45%;position:relative}.tpp-nav-ver .tpp-nav-menu-container,.tpp-nav-ver .tpp-ver-toggler{width:100%}.tpp-nav-ver .tpp-nav-menu-container{background-color:var(--tpp-color-white);box-shadow:0 10px 25px rgba(0,0,0,.1)}.tpp-nav-ver .tpp-main-nav-menu{position:relative;flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start}.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-nav-menu-item.menu-item-has-children .tpp-sub-menu{visibility:hidden;opacity:0;position:absolute;min-width:250px;right:0}.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-nav-menu-item.menu-item-has-children.tpp-item-hovered>.tpp-sub-menu,.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-nav-menu-item.menu-item-has-children.tpp-item-hovered .tpp-mega-content-container{opacity:1;visibility:visible}.tpp-nav-ver .tpp-nav-menu-item{width:100%}.tpp-nav-ver:not(.tpp-hamburger-menu).tpp-vertical-right .tpp-mega-content-container,.tpp-nav-ver:not(.tpp-hamburger-menu).tpp-vertical-right .tpp-nav-menu-item.menu-item-has-children .tpp-sub-menu{left:100%;top:0}.tpp-nav-ver:not(.tpp-hamburger-menu).tpp-vertical-left .tpp-mega-content-container,.tpp-nav-ver:not(.tpp-hamburger-menu).tpp-vertical-left .tpp-nav-menu-item.menu-item-has-children .tpp-sub-menu{right:100%;top:0}.tpp-nav-ver:not(.tpp-hamburger-menu).tpp-vertical-left .tpp-mega-menu-link{flex-direction:row-reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse}.tpp-nav-hor>.elementor-widget-container>.tpp-nav-widget-container>.tpp-ver-inner-container>.tpp-nav-menu-container{height:60px}.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item .tpp-sub-menu{visibility:hidden;opacity:0;position:absolute;min-width:220px;right:0}.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item>.tpp-sub-menu,.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item>.tpp-mega-content-container{top:100%}.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item>.tpp-sub-menu .tpp-sub-menu{left:100%;top:0}.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item.tpp-item-hovered>.tpp-sub-menu,.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item.tpp-item-hovered>.tpp-mega-content-container{visibility:visible;opacity:1;pointer-events:auto}.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item.tpp-mega-item-static .tpp-mega-content-container{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item:not(.tpp-mega-item-static) .tpp-mega-content-container{left:0}.tpp-mega-nav-item{position:relative}.tpp-mega-nav-item>.tpp-sub-menu{display:none}.tpp-mega-nav-item.tpp-item-hovered>.tpp-mega-content-container{visibility:visible;opacity:1;pointer-events:auto}.tpp-mega-content-container{visibility:hidden;position:absolute;z-index:9999;opacity:0;pointer-events:none}.tpp-hamburger-menu .tpp-mega-content-container,.tpp-nav-slide .tpp-mega-content-container,.tpp-nav-dropdown .tpp-mega-content-container{visibility:visible;position:relative;opacity:1;pointer-events:auto}.tpp-nav-widget-container .tpp-hamburger-toggle,.tpp-nav-widget-container .tpp-mobile-menu-outer-container .tpp-mobile-menu-close{text-decoration:none;cursor:pointer}.tpp-nav-widget-container .tpp-hamburger-toggle{display:none;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;-ms-flex-align:center}.tpp-nav-widget-container .tpp-hamburger-toggle i{padding:.25em;font-size:22px}.tpp-nav-widget-container .tpp-hamburger-toggle svg{width:22px;height:22px}.tpp-nav-widget-container .tpp-hamburger-toggle i,.tpp-nav-widget-container .tpp-hamburger-toggle .tpp-toggle-text,.tpp-nav-widget-container .tpp-hamburger-toggle .tpp-toggle-close{color:#494c4f}.tpp-nav-widget-container .tpp-hamburger-toggle svg,.tpp-nav-widget-container .tpp-hamburger-toggle svg path{fill:#494c4f}.tpp-nav-widget-container .tpp-hamburger-toggle .tpp-toggle-text,.tpp-nav-widget-container .tpp-hamburger-toggle .tpp-toggle-close{margin:2px}.tpp-nav-widget-container .tpp-hamburger-toggle .tpp-toggle-text{display:flex;align-items:center;gap:.5rem}.tpp-nav-widget-container .tpp-hamburger-toggle .tpp-toggle-close{display:none}.tpp-nav-widget-container .tpp-hamburger-toggle.tpp-toggle-opened .tpp-toggle-text{display:none}.tpp-nav-widget-container .tpp-hamburger-toggle.tpp-toggle-opened .tpp-toggle-close{display:flex;align-items:center;justify-content:center}.tpp-mobile-menu-container{width:100%}.tpp-mobile-menu-container .tpp-main-mobile-menu{width:100%}.tpp-mobile-menu-container ul{list-style:none;margin:0;padding:0}.tpp-mobile-menu-container .tpp-mobile-menu,.tpp-mobile-menu-container .tpp-sub-menu{display:none;flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column}.tpp-mobile-menu-container.tpp-menu-wrapper .tpp-mobile-menu{display:block !important}.tpp-mobile-menu-container .tpp-nav-menu-item{flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column}.tpp-mobile-menu-container .tpp-item-badge{top:0;right:0;left:unset;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.tpp-nav-hor .tpp-mobile-menu-container .tpp-item-badge{top:0;transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0)}.tpp-mobile-menu-outer-container{opacity:0}.tpp-mobile-menu-outer-container.tpp-vertical-toggle-open{opacity:1}.tpp-ver-hamburger-menu .tpp-mobile-menu-outer-container{background-color:#f7f7f7;width:300px;transform:translateX(-300px);-webkit-transform:translateX(-300px);-ms-transform:translateX(-300px);height:100%;position:fixed;top:0;left:0;overflow-x:hidden;z-index:10002;transition:.5s;-webkit-transition:.5s;padding-top:50px}.tpp-ver-hamburger-menu .tpp-mobile-menu-outer-container .tpp-mobile-menu{display:flex;display:-webkit-flex;display:-ms-flexbox}.tpp-ver-hamburger-menu .tpp-mobile-menu-outer-container .tpp-mobile-menu-container{margin-top:50px}.tpp-ver-hamburger-menu .tpp-mobile-menu-outer-container .tpp-mobile-menu-container .tpp-item-badge{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0)}.tpp-ver-hamburger-menu .tpp-mobile-menu-outer-container .tpp-mobile-menu-close{position:absolute;top:2%;right:5px;padding:0 9px;z-index:10000;display:inline-flex;display:-webkit-inline-flex;display:-ms-inline-flexbox;color:#494c4f;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;-ms-flex-align:center}.tpp-ver-hamburger-menu .tpp-mobile-menu-outer-container .tpp-mobile-menu-close .tpp-toggle-close{margin:5px}.tpp-ver-hamburger-menu .tpp-mobile-menu-outer-container .tpp-mobile-menu-close svg{width:22px;height:22px;fill:#494c4f}.tpp-ver-hamburger-menu .tpp-mobile-menu-outer-container .tpp-mobile-menu-close svg path{fill:#494c4f}.tpp-ver-hamburger-menu .tpp-mobile-menu-outer-container .tpp-mobile-menu-close i{font-size:22px}.tpp-ver-hamburger-menu .tpp-vertical-toggle-open{transform:translateX(0) !important;-webkit-transform:translateX(0) !important;-ms-transform:translateX(0) !important;transition:.5s;-webkit-transition:.5s}.tpp-ver-toggle-yes .tpp-nav-menu-container{height:auto}.tpp-ver-toggle-yes .tpp-ver-toggler{display:flex;display:-webkit-flex;display:-ms-flexbox;align-items:center;-webkit-align-items:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:justify;padding:15px 20px 15px 20px;background:#eee;color:#042551;cursor:pointer}.tpp-ver-toggle-yes .tpp-ver-toggler .tpp-ver-toggler-title,.tpp-ver-toggle-yes .tpp-ver-toggler .tpp-ver-toggler-btn{display:flex;display:-webkit-flex;display:-ms-flexbox;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;-ms-flex-align:center}.tpp-ver-toggle-yes .tpp-ver-toggler .tpp-ver-toggler-txt{text-indent:5px}.tpp-ver-toggle-yes .tpp-ver-toggler:hover{background:#54595f;color:var(--tpp-color-white)}.tpp-ver-toggle-yes .tpp-ver-toggler:hover .tpp-ver-close svg,.tpp-ver-toggle-yes .tpp-ver-toggler:hover .tpp-ver-close svg path,.tpp-ver-toggle-yes .tpp-ver-toggler:hover .tpp-ver-open svg,.tpp-ver-toggle-yes .tpp-ver-toggler:hover .tpp-ver-open svg path,.tpp-ver-toggle-yes .tpp-ver-toggler:hover .tpp-ver-title-icon svg,.tpp-ver-toggle-yes .tpp-ver-toggler:hover .tpp-ver-title-icon svg path{fill:var(--tpp-color-white)}.tpp-ver-toggle-yes .tpp-ver-close,.tpp-ver-toggle-yes .tpp-ver-open,.tpp-ver-toggle-yes .tpp-nav-menu-container,.tpp-ver-toggle-yes .tpp-ver-toggler{transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s}.tpp-ver-toggle-yes .tpp-ver-close i,.tpp-ver-toggle-yes .tpp-ver-close svg,.tpp-ver-toggle-yes .tpp-ver-open i,.tpp-ver-toggle-yes .tpp-ver-open svg,.tpp-ver-toggle-yes .tpp-nav-menu-container i,.tpp-ver-toggle-yes .tpp-nav-menu-container svg,.tpp-ver-toggle-yes .tpp-ver-toggler i,.tpp-ver-toggle-yes .tpp-ver-toggler svg{transition:color .3s linear 0s;-webkit-transition:color .3s linear 0s}.tpp-ver-toggle-yes .tpp-ver-toggler-txt{transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s}.tpp-ver-toggle-yes .tpp-ver-close,.tpp-ver-toggle-yes .tpp-ver-open,.tpp-ver-toggle-yes .tpp-ver-title-icon{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;-ms-flex-align:center}.tpp-ver-toggle-yes .tpp-ver-close i,.tpp-ver-toggle-yes .tpp-ver-open i,.tpp-ver-toggle-yes .tpp-ver-title-icon i{font-size:16px}.tpp-ver-toggle-yes .tpp-ver-close svg,.tpp-ver-toggle-yes .tpp-ver-open svg,.tpp-ver-toggle-yes .tpp-ver-title-icon svg{width:17px;height:17px;fill:#042551}.tpp-ver-toggle-yes .tpp-ver-close svg path,.tpp-ver-toggle-yes .tpp-ver-open svg path,.tpp-ver-toggle-yes .tpp-ver-title-icon svg path{fill:#042551}.tpp-ver-toggle-yes.tpp-ver-always .tpp-ver-open{display:inline-flex;display:-webkit-inline-flex;display:-ms-inline-flexbox}.tpp-ver-toggle-yes .tpp-ver-collapsed .tpp-nav-menu-container{visibility:hidden;opacity:0}.tpp-ver-toggle-yes .tpp-ver-collapsed .tpp-ver-close{display:none}.tpp-ver-toggle-yes .tpp-ver-collapsed .tpp-ver-open{display:inline-flex;display:-webkit-inline-flex;display:-ms-inline-flexbox}.tpp-ver-toggle-yes.tpp-ver-hover .tpp-ver-inner-container:hover .tpp-nav-menu-container{position:absolute;z-index:10002}.tpp-ver-toggle-yes.tpp-ver-click .tpp-nav-menu-container{position:absolute;z-index:10001}.tpp-ver-toggle-yes .tpp-nav-menu-container,.tpp-ver-toggle-yes.tpp-ver-hover .tpp-ver-inner-container:hover .tpp-ver-open{visibility:visible;opacity:1}.tpp-ver-toggle-yes .tpp-ver-open,.tpp-ver-toggle-yes.tpp-ver-hover .tpp-ver-inner-container:hover .tpp-ver-close{display:none}.tpp-ver-toggle-yes .tpp-ver-close,.tpp-ver-toggle-yes .tpp-ver-title-icon,.tpp-ver-toggle-yes.tpp-ver-hover .tpp-ver-inner-container:hover .tpp-ver-close,.tpp-ver-toggle-yes.tpp-ver-hover .tpp-ver-inner-container:hover .tpp-ver-title-icon{display:inline-flex;display:-webkit-inline-flex;display:-ms-inline-flexbox}.tpp-ham-dropdown .tpp-stretch-dropdown .tpp-mobile-menu-container{max-height:400px;overflow-y:auto}.tpp-active-menu,.tpp-active-menu:not(.tpp-mega-nav-item)>.tpp-sub-menu,.tpp-active-menu.tpp-mega-nav-item>.tpp-mega-content-container{display:flex !important;display:-webkit-flex !important;display:-ms-flexbox !important;flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column}.tpp-active-menu .tpp-toggle-close{display:block}.tpp-nav-menu-container .tpp-sub-menu{background-color:var(--tpp-color-white)}.tpp-mobile-menu-container li,.tpp-mobile-menu-container li>.tpp-mega-content-container{width:100% !important}.tpp-item-icon,.tpp-sub-item-icon{font-size:13px;margin:0 7px}.tpp-item-icon svg,.tpp-sub-item-icon svg{width:100%;height:100%}.tpp-item-icon.tpp-lottie-animation,.tpp-sub-item-icon.tpp-lottie-animation{width:20px;height:20px;display:flex;display:-webkit-flex;display:-ms-flexbox;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.tpp-item-icon.dashicons,.tpp-sub-item-icon.dashicons{width:13px;height:13px}.tpp-nav-menu-item{position:relative}.tpp-nav-menu-item .tpp-mega-menu-link,.tpp-nav-menu-item .tpp-dropdown-icon{transition:.3s all ease-in-out;-webkit-transition:.3s all ease-in-out}.tpp-nav-menu-item .tpp-mega-menu-link{display:flex;display:-webkit-flex;display:-ms-flexbox;align-items:center;-webkit-align-items:center;-ms-flex-align:center;height:100%;padding:7px 10px;text-decoration:none;position:relative}.tpp-nav-menu-item .tpp-dropdown-icon{margin:5px}.tpp-nav-menu-item.menu-item-has-children{position:relative}.tpp-nav-menu-item.menu-item-has-children .tpp-sub-menu{z-index:9999}.tpp-nav-menu-item.menu-item-has-children .tpp-sub-menu .tpp-sub-menu-link{justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start}.tpp-nav-menu-item .menu-link{position:relative;text-decoration:none}.tpp-item-badge,.tpp-sub-item-badge,.tpp-rn-badge{position:absolute;padding:1px 6px;min-width:35px;text-align:center;font-size:10px;border-radius:4px;line-height:1.8;white-space:nowrap}.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-item-badge,.tpp-nav-hor:not(.tpp-nav-slide) .tpp-item-badge,.tpp-nav-hor:not(.tpp-nav-dropdown) .tpp-item-badge{position:relative;margin:8px}.tpp-nav-hor .tpp-sub-item-badge,.tpp-nav-hor .tpp-item-badge,.tpp-nav-slide .tpp-sub-item-badge,.tpp-nav-slide .tpp-item-badge,.tpp-nav-dropdown .tpp-sub-item-badge,.tpp-nav-dropdown .tpp-item-badge,.tpp-nav-ver.tpp-vertical-right .tpp-sub-item-badge,.tpp-nav-ver.tpp-vertical-right .tpp-item-badge{top:50%;right:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.tpp-nav-ver.tpp-vertical-left .tpp-item-badge,.tpp-nav-ver.tpp-vertical-left .tpp-sub-item-badge{top:50%;left:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.tpp-mega-nav-item{position:relative}.tpp-hamburger-menu .tpp-nav-menu-container,.tpp-nav-dropdown .tpp-nav-menu-container,.tpp-nav-slide .tpp-nav-menu-container{display:none}.tpp-hamburger-menu .tpp-hamburger-toggle,.tpp-nav-dropdown .tpp-hamburger-toggle,.tpp-nav-slide .tpp-hamburger-toggle{display:inline-flex !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important}.tpp-mega-item-static{position:static !important}.tpp-hidden-icon-yes.tpp-hamburger-menu .tpp-item-icon,.tpp-hidden-icon-yes.tpp-hamburger-menu .tpp-sub-item-icon,.tpp-hidden-icon-yes.tpp-nav-dropdown .tpp-item-icon,.tpp-hidden-icon-yes.tpp-nav-dropdown .tpp-sub-item-icon,.tpp-hidden-icon-yes.tpp-nav-slide .tpp-item-icon,.tpp-hidden-icon-yes.tpp-nav-slide .tpp-sub-item-icon{display:none}.tpp-hidden-badge-yes.tpp-hamburger-menu .tpp-item-badge,.tpp-hidden-badge-yes.tpp-hamburger-menu .tpp-sub-item-badge,.tpp-hidden-badge-yes.tpp-hamburger-menu .tpp-rn-badge,.tpp-hidden-badge-yes.tpp-nav-dropdown .tpp-item-badge,.tpp-hidden-badge-yes.tpp-nav-dropdown .tpp-sub-item-badge,.tpp-hidden-badge-yes.tpp-nav-dropdown .tpp-rn-badge,.tpp-hidden-badge-yes.tpp-nav-slide .tpp-item-badge,.tpp-hidden-badge-yes.tpp-nav-slide .tpp-sub-item-badge,.tpp-hidden-badge-yes.tpp-nav-slide .tpp-rn-badge{display:none}.tpp-ham-dropdown .tpp-mobile-menu-container,.tpp-nav-dropdown .tpp-mobile-menu-container{display:flex;display:-webkit-flex;display:-ms-flexbox}.tpp-ham-dropdown .tpp-toggle-opened .tpp-toggle-close,.tpp-nav-dropdown .tpp-toggle-opened .tpp-toggle-close{display:inline !important}.tpp-ham-dropdown .tpp-toggle-opened .tpp-toggle-text,.tpp-nav-dropdown .tpp-toggle-opened .tpp-toggle-text{display:none !important}.tpp-stretch-dropdown .tpp-mobile-menu-container{position:absolute;z-index:9999}.tpp-nav-default{display:none}.tpp-hamburger-toggle{width:100%}.tpp-hamburger-toggle *{transition:.3s all ease-in-out;-webkit-transition:.3s all ease-in-out}.tpp-mega-menu-link-parent::before,.tpp-mega-menu-link-parent::after{display:block;position:absolute;transition:all .3s cubic-bezier(0.58, 0.3, 0.005, 1);-webkit-transition:all .3s cubic-bezier(0.58, 0.3, 0.005, 1)}.tpp-nav-pointer-underline .tpp-mega-menu-link-parent::after,.tpp-nav-pointer-double-line .tpp-mega-menu-link-parent::after{content:"";bottom:0}.tpp-nav-pointer-overline .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-double-line .tpp-mega-menu-link-parent::before{content:"";top:0}.tpp-nav-pointer-underline .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-underline .tpp-mega-menu-link-parent::after,.tpp-nav-pointer-overline .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-overline .tpp-mega-menu-link-parent::after,.tpp-nav-pointer-double-line .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-double-line .tpp-mega-menu-link-parent::after{height:3px;width:100%;left:0;background-color:#55595c;z-index:2}.tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before,.tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after{opacity:0}.tpp-nav-pointer-underline.tpp-nav-animation-none,.tpp-nav-pointer-overline.tpp-nav-animation-none,.tpp-nav-pointer-double-line.tpp-nav-animation-none{transition-duration:0s;-webkit-transition-duration:0s}.tpp-nav-pointer-underline.tpp-nav-animation-none .tpp-mega-menu-link-parent,.tpp-nav-pointer-underline.tpp-nav-animation-none .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-underline.tpp-nav-animation-none .tpp-mega-menu-link-parent::after,.tpp-nav-pointer-underline.tpp-nav-animation-none .tpp-mega-menu-link-parent:focus,.tpp-nav-pointer-underline.tpp-nav-animation-none .tpp-mega-menu-link-parent:hover,.tpp-nav-pointer-overline.tpp-nav-animation-none .tpp-mega-menu-link-parent,.tpp-nav-pointer-overline.tpp-nav-animation-none .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-overline.tpp-nav-animation-none .tpp-mega-menu-link-parent::after,.tpp-nav-pointer-overline.tpp-nav-animation-none .tpp-mega-menu-link-parent:focus,.tpp-nav-pointer-overline.tpp-nav-animation-none .tpp-mega-menu-link-parent:hover,.tpp-nav-pointer-double-line.tpp-nav-animation-none .tpp-mega-menu-link-parent,.tpp-nav-pointer-double-line.tpp-nav-animation-none .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-double-line.tpp-nav-animation-none .tpp-mega-menu-link-parent::after,.tpp-nav-pointer-double-line.tpp-nav-animation-none .tpp-mega-menu-link-parent:focus,.tpp-nav-pointer-double-line.tpp-nav-animation-none .tpp-mega-menu-link-parent:hover{transition-duration:0s;-webkit-transition-duration:0s}.tpp-nav-pointer-underline.tpp-nav-animation-slide .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after,.tpp-nav-pointer-double-line.tpp-nav-animation-slide .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after{width:10px;inset-inline-start:100%}.tpp-nav-pointer-overline.tpp-nav-animation-slide .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before,.tpp-nav-pointer-double-line.tpp-nav-animation-slide .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{width:10px;left:-20px}.tpp-nav-pointer-underline.tpp-nav-animation-grow .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before,.tpp-nav-pointer-underline.tpp-nav-animation-grow .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after,.tpp-nav-pointer-overline.tpp-nav-animation-grow .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before,.tpp-nav-pointer-overline.tpp-nav-animation-grow .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after,.tpp-nav-pointer-double-line.tpp-nav-animation-grow .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before,.tpp-nav-pointer-double-line.tpp-nav-animation-grow .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after{height:0;width:0;left:50%}.tpp-nav-pointer-underline.tpp-nav-animation-drop-in .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before,.tpp-nav-pointer-overline.tpp-nav-animation-drop-in .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before,.tpp-nav-pointer-double-line.tpp-nav-animation-drop-in .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{top:-10px}.tpp-nav-pointer-underline.tpp-nav-animation-drop-in .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after,.tpp-nav-pointer-overline.tpp-nav-animation-drop-in .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after,.tpp-nav-pointer-double-line.tpp-nav-animation-drop-in .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after{bottom:-10px}.tpp-nav-pointer-underline.tpp-nav-animation-drop-out .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before,.tpp-nav-pointer-overline.tpp-nav-animation-drop-out .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before,.tpp-nav-pointer-double-line.tpp-nav-animation-drop-out .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{top:10px}.tpp-nav-pointer-underline.tpp-nav-animation-drop-out .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after,.tpp-nav-pointer-overline.tpp-nav-animation-drop-out .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after,.tpp-nav-pointer-double-line.tpp-nav-animation-drop-out .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::after{bottom:10px}.tpp-nav-pointer-framed .tpp-mega-menu-link-parent::before{content:""}.tpp-nav-pointer-framed .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-framed .tpp-mega-menu-link-parent::after{background:rgba(0,0,0,0);left:0;top:0;bottom:0;right:0;border:3px solid #55595c}.tpp-nav-pointer-framed.tpp-nav-animation-grow .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{transform:scale(0.75);-webkit-transform:scale(0.75);-ms-transform:scale(0.75)}.tpp-nav-pointer-framed.tpp-nav-animation-shrink .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{transform:scale(1.25);-webkit-transform:scale(1.25);-ms-transform:scale(1.25)}.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent::after{width:3px;height:3px}.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent::before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s;-webkit-transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent::after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:3px 3px 0 0;transition:width .1s,height .1s .1s,opacity .02s .18s;-webkit-transition:width .1s,height .1s .1s,opacity .02s .18s}.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent:hover::before,.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent:focus::before{transition:opacity .02s,height .1s,width .1s .1s;-webkit-transition:opacity .02s,height .1s,width .1s .1s}.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent:hover::after,.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent:focus::after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s;-webkit-transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent:hover::before,.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent:hover::after,.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent:focus::before,.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-mega-menu-link-parent:focus::after{width:100%;height:100%}.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-active-item .tpp-mega-menu-link-parent::before{transition:opacity .02s,height .1s,width .1s .1s;-webkit-transition:opacity .02s,height .1s,width .1s .1s}.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-active-item .tpp-mega-menu-link-parent::after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s;-webkit-transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-active-item .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-framed.tpp-nav-animation-draw .tpp-active-item .tpp-mega-menu-link-parent::after{width:100%;height:100%}.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-mega-menu-link-parent::before{border-width:3px 0 0 3px}.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-mega-menu-link-parent::after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:0 3px 3px 0}.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-mega-menu-link-parent::after{width:3px;height:3px}.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-mega-menu-link-parent:hover::before,.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-mega-menu-link-parent:hover::after,.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-mega-menu-link-parent:focus::before,.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-mega-menu-link-parent:focus::after{width:100%;height:100%;transition:opacity 2ms,width .4s,height .4s;-webkit-transition:opacity 2ms,width .4s,height .4s}.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-active-item .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-framed.tpp-nav-animation-corners .tpp-active-item .tpp-mega-menu-link-parent::after{width:100%;height:100%;transition:opacity 2ms,width .4s,height .4s;-webkit-transition:opacity 2ms,width .4s,height .4s}.tpp-nav-pointer-text.tpp-nav-animation-grow .tpp-mega-menu-link-parent:hover,.tpp-nav-pointer-text.tpp-nav-animation-grow .tpp-mega-menu-link-parent:focus{transform:scale(1.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2)}.tpp-nav-pointer-text.tpp-nav-animation-shrink .tpp-mega-menu-link-parent:hover,.tpp-nav-pointer-text.tpp-nav-animation-shrink .tpp-mega-menu-link-parent:focus{transform:scale(0.8);-webkit-transform:scale(0.8);-ms-transform:scale(0.8)}.tpp-nav-pointer-text.tpp-nav-animation-sink .tpp-mega-menu-link-parent:hover,.tpp-nav-pointer-text.tpp-nav-animation-sink .tpp-mega-menu-link-parent:focus{transform:translateY(8px);-webkit-transform:translateY(8px);-ms-transform:translateY(8px)}.tpp-nav-pointer-text.tpp-nav-animation-float .tpp-mega-menu-link-parent:hover,.tpp-nav-pointer-text.tpp-nav-animation-float .tpp-mega-menu-link-parent:focus{transform:translateY(-8px);-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px)}.tpp-nav-pointer-text.tpp-nav-animation-skew .tpp-mega-menu-link-parent:hover,.tpp-nav-pointer-text.tpp-nav-animation-skew .tpp-mega-menu-link-parent:focus{transform:skew(-8deg);-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg)}.tpp-nav-pointer-text.tpp-nav-animation-rotate .tpp-mega-menu-link-parent:hover,.tpp-nav-pointer-text.tpp-nav-animation-rotate .tpp-mega-menu-link-parent:focus{transform:rotate(6deg);-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg)}.tpp-nav-pointer-background .tpp-mega-menu-link-parent::before{top:0;left:0;right:0;bottom:0;background:#55595c;background-color:#55595c;z-index:-1}.tpp-nav-pointer-background .tpp-mega-menu-link-parent::before,.tpp-nav-pointer-background .tpp-mega-menu-link-parent::after{content:"";transition:.3s;-webkit-transition:.3s}.tpp-nav-pointer-background.tpp-nav-animation-grow .tpp-mega-menu-link-parent::before{transform:scale(0.5);-webkit-transform:scale(0.5);-ms-transform:scale(0.5)}.tpp-nav-pointer-background.tpp-nav-animation-grow .tpp-mega-menu-link-parent:hover::before,.tpp-nav-pointer-background.tpp-nav-animation-grow .tpp-mega-menu-link-parent:focus::before{transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1)}.tpp-nav-pointer-background.tpp-nav-animation-grow .tpp-active-item .tpp-mega-menu-link-parent::before{transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1)}.tpp-nav-pointer-background.tpp-nav-animation-shrink .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{transform:scale(1.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transition:.3;-webkit-transition:.3}.tpp-nav-pointer-background.tpp-nav-animation-sweep-left .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{left:100%}.tpp-nav-pointer-background.tpp-nav-animation-sweep-right .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{right:100%}.tpp-nav-pointer-background.tpp-nav-animation-sweep-up .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{top:100%}.tpp-nav-pointer-background.tpp-nav-animation-sweep-down .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{bottom:100%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-vertical .tpp-mega-menu-link-parent::after,.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-horizontal .tpp-mega-menu-link-parent::after{top:0;left:0;right:0;bottom:0;background:#55595c;background-color:#55595c;z-index:-1}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-vertical .tpp-mega-menu-link-parent::before{top:0;bottom:100%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-vertical .tpp-mega-menu-link-parent::after{top:100%;bottom:0}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-vertical .tpp-mega-menu-link-parent:hover::before,.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-vertical .tpp-mega-menu-link-parent:focus::before{bottom:50%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-vertical .tpp-mega-menu-link-parent:hover::after,.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-vertical .tpp-mega-menu-link-parent:focus::after{top:50%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-vertical .tpp-active-item .tpp-mega-menu-link-parent::before{bottom:50%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-vertical .tpp-active-item .tpp-mega-menu-link-parent::after{top:50%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-out-vertical .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{bottom:50%;top:50%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-horizontal .tpp-mega-menu-link-parent::before{right:0;left:100%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-horizontal .tpp-mega-menu-link-parent::after{right:100%;left:0}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-horizontal .tpp-mega-menu-link-parent:hover::before,.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-horizontal .tpp-mega-menu-link-parent:focus::before{left:50%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-horizontal .tpp-mega-menu-link-parent:hover::after,.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-horizontal .tpp-mega-menu-link-parent:focus::after{right:50%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-horizontal .tpp-active-item .tpp-mega-menu-link-parent::before{left:50%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-in-horizontal .tpp-active-item .tpp-mega-menu-link-parent::after{right:50%}.tpp-nav-pointer-background.tpp-nav-animation-shutter-out-horizontal .tpp-nav-menu-item:not(.tpp-active-item) .tpp-mega-menu-link-parent:not(:hover):not(:focus)::before{left:50%;right:50%}.tpp-active-item::before,.tpp-active-item::after,.tpp-mega-menu-link-parent:hover::before,.tpp-mega-menu-link-parent:hover::after,.tpp-mega-menu-link-parent:focus::before,.tpp-mega-menu-link-parent:focus::after{transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1)}.tpp-nav-menu-item .tpp-sub-menu,.tpp-nav-menu-item .tpp-mega-content-container{transition:.3s all ease-in-out;-webkit-transition:.3s all ease-in-out;transition-delay:.1s;-webkit-transition-delay:.1s}[class*=tpp-nav-slide-].tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item.tpp-item-hovered>.tpp-sub-menu,[class*=tpp-nav-slide-].tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-nav-menu-item.tpp-item-hovered>.tpp-mega-content-container,[class*=tpp-nav-slide-].tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-sub-menu.tpp-item-hovered>.tpp-sub-menu,[class*=tpp-nav-slide-].tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-nav-menu-item.tpp-item-hovered>.tpp-sub-menu,[class*=tpp-nav-slide-].tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-nav-menu-item.tpp-item-hovered>.tpp-mega-content-container,[class*=tpp-nav-slide-].tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-sub-menu.tpp-item-hovered>.tpp-sub-menu{transform:translate(0);-webkit-transform:translate(0);-ms-transform:translate(0)}.tpp-nav-slide-up.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-sub-menu,.tpp-nav-slide-up.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-content-container,.tpp-nav-slide-up.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-sub-menu,.tpp-nav-slide-up.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-mega-content-container{transform:translateY(10px);-webkit-transform:translateY(10px);-ms-transform:translateY(10px)}.tpp-nav-slide-down.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-sub-menu,.tpp-nav-slide-down.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-content-container,.tpp-nav-slide-down.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-sub-menu,.tpp-nav-slide-down.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-mega-content-container{transform:translateY(-10px);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px)}.tpp-nav-slide-right.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-sub-menu,.tpp-nav-slide-right.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-content-container,.tpp-nav-slide-right.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-sub-menu,.tpp-nav-slide-right.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-mega-content-container{transform:translateX(-10px);-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px)}.tpp-nav-slide-left.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-sub-menu,.tpp-nav-slide-left.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-content-container,.tpp-nav-slide-left.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-sub-menu,.tpp-nav-slide-left.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-mega-content-container{transform:translateX(10px);-webkit-transform:translateX(10px);-ms-transform:translateX(10px)}.tpp-nav-slide-up.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-item-static .tpp-mega-content-container{transform:translateX(-50%) translateY(10px);-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px)}.tpp-nav-slide-up.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-item-static.tpp-item-hovered .tpp-mega-content-container{transform:translateX(-50%) translateY(0);-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0)}.tpp-nav-slide-down.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-item-static .tpp-mega-content-container{transform:translateX(-50%) translateY(-10px);-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px)}.tpp-nav-slide-down.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-item-static.tpp-item-hovered .tpp-mega-content-container{transform:translateX(-50%) translateY(0);-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0)}.tpp-nav-slide-left.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-item-static .tpp-mega-content-container{transform:translateX(-45%);-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%)}.tpp-nav-slide-left.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-item-static.tpp-item-hovered .tpp-mega-content-container{transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.tpp-nav-slide-right.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-item-static .tpp-mega-content-container{transform:translateX(-55%);-webkit-transform:translateX(-55%);-ms-transform:translateX(-55%)}.tpp-nav-slide-right.tpp-nav-hor:not(.tpp-hamburger-menu) .tpp-mega-item-static.tpp-item-hovered .tpp-mega-content-container{transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.tpp-nav-slide-down.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-mega-item-static.tpp-item-hovered .tpp-mega-content-container,.tpp-nav-slide-up.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-mega-item-static.tpp-item-hovered .tpp-mega-content-container{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0)}.tpp-nav-slide-right.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-mega-item-static.tpp-item-hovered .tpp-mega-content-container,.tpp-nav-slide-left.tpp-nav-ver:not(.tpp-hamburger-menu) .tpp-mega-item-static.tpp-item-hovered .tpp-mega-content-container{transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0)}.tpp-rn-badge,.tpp-mega-content-container .tpp-rn-badge{position:absolute;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);top:50%;right:10px;transition:all .3s;-webkit-transition:all .3s}.tpp-nav-ver.tpp-vertical-left .tpp-rn-badge{top:50%;left:10px;right:unset;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.tpp-nav-ver.tpp-vertical-left .tpp-mega-content-container .tpp-rn-badge{left:unset;right:10px}.has-tpp-badge:hover{transition:all .3s;-webkit-transition:all .3s}.tpp-sub-item-badge{transition:all .3s;-webkit-transition:all .3s}.tpp-mega-content-container .tpp-badge-dot .tpp-sub-item-badge,.tpp-mega-content-container .tpp-badge-dot .tpp-rn-badge,.tpp-sub-menu .tpp-badge-dot .tpp-sub-item-badge,.tpp-sub-menu .tpp-badge-dot .tpp-rn-badge{font-size:0px;min-width:1px;padding:3px;border-radius:50%;transition:all .3s;-webkit-transition:all .3s}.tpp-mega-content-container .tpp-badge-pulse:hover .tpp-sub-item-badge,.tpp-mega-content-container .tpp-badge-pulse:hover .tpp-rn-badge,.tpp-sub-menu .tpp-badge-pulse:hover .tpp-sub-item-badge,.tpp-sub-menu .tpp-badge-pulse:hover .tpp-rn-badge{animation:badge-pulse-grow .5s alternate infinite ease-in-out;-webkit-animation:badge-pulse-grow .5s alternate infinite ease-in-out}.tpp-mega-content-container .tpp-badge-buzz:hover .tpp-sub-item-badge,.tpp-mega-content-container .tpp-badge-buzz:hover .tpp-rn-badge,.tpp-sub-menu .tpp-badge-buzz:hover .tpp-sub-item-badge,.tpp-sub-menu .tpp-badge-buzz:hover .tpp-rn-badge{animation:badge-buzz .5s alternate infinite ease-in-out;-webkit-animation:badge-buzz .5s alternate infinite ease-in-out}.tpp-mega-content-container .tpp-badge-slide-right .tpp-sub-item-badge,.tpp-mega-content-container .tpp-badge-slide-right .tpp-rn-badge,.tpp-sub-menu .tpp-badge-slide-right .tpp-sub-item-badge,.tpp-sub-menu .tpp-badge-slide-right .tpp-rn-badge{transform:translateY(-50%) translateX(-5px);-webkit-transform:translateY(-50%) translateX(-5px);-ms-transform:translateY(-50%) translateX(-5px);transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transition:-webkit-transform .5s}.tpp-mega-content-container .tpp-badge-slide-right:hover .tpp-sub-item-badge,.tpp-mega-content-container .tpp-badge-slide-right:hover .tpp-rn-badge,.tpp-sub-menu .tpp-badge-slide-right:hover .tpp-sub-item-badge,.tpp-sub-menu .tpp-badge-slide-right:hover .tpp-rn-badge{transform:translateY(-50%) translateX(5px);-webkit-transform:translateY(-50%) translateX(5px);-ms-transform:translateY(-50%) translateX(5px)}.tpp-mega-content-container .tpp-badge-slide-left .tpp-sub-item-badge,.tpp-mega-content-container .tpp-badge-slide-left .tpp-rn-badge,.tpp-sub-menu .tpp-badge-slide-left .tpp-sub-item-badge,.tpp-sub-menu .tpp-badge-slide-left .tpp-rn-badge{transform:translateY(-50%) translateX(5px);-webkit-transform:translateY(-50%) translateX(5px);-ms-transform:translateY(-50%) translateX(5px);transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transition:-webkit-transform .5s}.tpp-mega-content-container .tpp-badge-slide-left:hover .tpp-sub-item-badge,.tpp-mega-content-container .tpp-badge-slide-left:hover .tpp-rn-badge,.tpp-sub-menu .tpp-badge-slide-left:hover .tpp-sub-item-badge,.tpp-sub-menu .tpp-badge-slide-left:hover .tpp-rn-badge{transform:translateY(-50%) translateX(-5px);-webkit-transform:translateY(-50%) translateX(-5px);-ms-transform:translateY(-50%) translateX(-5px)}.tpp-mega-content-container .tpp-badge-expand .tpp-sub-item-badge,.tpp-mega-content-container .tpp-badge-expand .tpp-rn-badge,.tpp-sub-menu .tpp-badge-expand .tpp-sub-item-badge,.tpp-sub-menu .tpp-badge-expand .tpp-rn-badge{transform:translateY(-50%) scaleX(0);-webkit-transform:translateY(-50%) scaleX(0);-ms-transform:translateY(-50%) scaleX(0);transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;-webkit-transition:-webkit-transform .25s ease-out}.tpp-mega-content-container .tpp-badge-expand:hover .tpp-sub-item-badge,.tpp-mega-content-container .tpp-badge-expand:hover .tpp-rn-badge,.tpp-sub-menu .tpp-badge-expand:hover .tpp-sub-item-badge,.tpp-sub-menu .tpp-badge-expand:hover .tpp-rn-badge{transform:translateY(-50%) scaleX(1);-webkit-transform:translateY(-50%) scaleX(1);-ms-transform:translateY(-50%) scaleX(1)}@keyframes badge-pulse-grow{to{transform:translateY(-50%) scale(1.07);-webkit-transform:translateY(-50%) scale(1.07)}}@-webkit-keyframes badge-pulse-grow{to{-webkit-transform:translateY(-50%) scale(1.07);transform:translateY(-50%) scale(1.07)}}@keyframes badge-buzz{50%{transform:translateY(-50%) translateX(3px) rotate(3deg);-webkit-transform:translateY(-50%) translateX(3px) rotate(3deg)}100%{transform:translateY(-50%) translateX(-3px) rotate(-3deg);-webkit-transform:translateY(-50%) translateX(-3px) rotate(-3deg)}}@-webkit-keyframes badge-buzz{50%{-webkit-transform:translateY(-50%) translateX(3px) rotate(2deg);transform:translateY(-50%) translateX(3px) rotate(2deg)}100%{-webkit-transform:translateY(-50%) translateX(-3px) rotate(-2deg);transform:translateY(-50%) translateX(-3px) rotate(-2deg)}}body.tpp-scroll-disabled,body.tpp-mobile-menu-body-lock{overflow-y:hidden;height:100vh;margin:0}.elementor-sticky__spacer .tpp-nav-widget-container{visibility:unset !important;opacity:unset !important}.elementor-sticky__spacer .tpp-mega-content-container{visibility:hidden !important;opacity:0 !important}.tpp-menu-wrapper{position:fixed;top:0;left:0;bottom:0;background-color:rgba(36,35,29,.768627451);z-index:999999;width:0;width:100%;height:100%;-webkit-transition:all ease .8s;transition:all ease .8s;opacity:0;visibility:hidden}.tpp-menu-wrapper .mobile-logo{padding-bottom:30px;padding-top:40px;display:block;text-align:center;background:#000}.tpp-menu-wrapper .mobile-logo a{color:#fff}.tpp-menu-wrapper .mobile-logo svg{max-width:185px}.tpp-menu-wrapper .tpp-menu-area{width:100%;max-width:310px;background-color:#fff;border-right:3px solid var(--tpp-color-primary);height:100%;position:relative;left:-110%;opacity:0;visibility:hidden;z-index:99;-webkit-transition:all ease 1s;transition:all ease 1s}.tpp-menu-wrapper.tpp-body-visible .tpp-menu-toggle{margin-right:0}.tpp-menu-wrapper.tpp-body-visible{opacity:1;visibility:visible}.tpp-menu-wrapper.tpp-body-visible .tpp-menu-area{left:0;opacity:1;visibility:visible}.tpp-menu-wrapper .tpp-menu-toggle{border:none;font-size:22px;position:absolute;right:-16.5px;top:25px;padding:0;line-height:1;width:33px;height:33px;line-height:35px;font-size:18px;z-index:99;color:var(--tpp-color-white);background-color:var(--tpp-color-primary);border-radius:50%;transition:all .3s ease-in-out}.tpp-menu-wrapper .tpp-mobile-logo{background:var(--tpp-color-secondary);padding:3rem}.tpp-mobile-menu-container.tpp-menu-wrapper .tpp-mobile-menu{padding:2rem 3rem}.tpp-mobile-logo a img{width:auto}.tpp-body-visible .tpp-nav-menu-item .tpp-mega-menu-link{border-bottom:1px solid var(--tpp-color-border)}.no-slide .tpp-menu-area button.tpp-menu-toggle{display:none}.tpp-mobile-menu-detached{position:absolute;top:0;left:0;background:#010408;border-radius:6px;z-index:9999;visibility:hidden;opacity:0;transform:translateY(-10px);transition:all .3s ease;box-sizing:border-box}.tpp-mobile-menu-detached.tpp-mobile-menu-open{visibility:visible;opacity:1;transform:translateY(0)}.tpp-mobile-menu-detached .tpp-menu-area{max-height:70vh;overflow-y:auto;box-sizing:border-box;transition:padding .2s ease;padding:1rem}.tpp-mobile-menu-detached .tpp-main-mobile-menu{list-style:none;margin:0;padding:0;width:100%;box-sizing:border-box}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item{margin-bottom:0;border-bottom:1px solid #232c37;width:100%;box-sizing:border-box}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item:last-child{border-bottom:none}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-mega-menu-link{display:block;padding:12px 0;color:hsla(0,0%,100%,.6784313725);text-decoration:none;font-weight:400;transition:all .2s ease;position:relative;width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-mega-menu-link:hover{color:var(--tpp-color-primary)}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-dropdown-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);color:hsla(0,0%,100%,.6784313725);font-size:12px;transition:transform .3s ease}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item.tpp-active-menu>.tpp-mega-menu-link .tpp-dropdown-icon{transform:translateY(-50%) rotate(180deg)}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-sub-menu{display:none;width:100%;box-sizing:border-box;transition:padding-left .2s ease}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-sub-menu.tpp-active-menu{display:block}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-sub-menu .tpp-sub-menu-item{border-bottom:1px solid #232c37;margin-bottom:5px;width:100%;box-sizing:border-box}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-sub-menu .tpp-sub-menu-item:last-child{border-bottom:none;margin-bottom:0}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-sub-menu .tpp-sub-menu-item .tpp-sub-menu-link{padding:8px 0;color:hsla(0,0%,100%,.6784313725);display:block;width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;transition:font-size .2s ease}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-sub-menu .tpp-sub-menu-item .tpp-sub-menu-link:hover{color:var(--tpp-color-primary)}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-mega-content-container{display:none;width:100%;box-sizing:border-box;position:static !important;transform:none !important;left:auto !important;top:auto !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;max-width:100% !important}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-mega-content-container.tpp-active-menu{display:block}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-mega-content-container *{max-width:100% !important;box-sizing:border-box}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item .tpp-mega-content-container .elementor-widget-container{width:100% !important;max-width:100% !important}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item.tpp-active-menu>.tpp-sub-menu,.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-nav-menu-item.tpp-active-menu>.tpp-mega-content-container{display:block}script[id*=tpp-mobile-menu-template]{display:none !important}[data-elementor-type=wp-post],.elementor-element,.elementor-top-section,.e-con{position:relative}.tpp-mobile-menu-detached .tpp-main-mobile-menu .tpp-mega-content-container,.tpp-mobile-menu-container .tpp-mega-content-container{width:100% !important;left:0 !important;position:static !important;transform:none !important;max-width:none !important}.tpp-pricing-wrapper{border-radius:3rem;border:1px solid var(--tpp-color-primary);background:#f8f8f8;padding:6.7rem 3rem 4rem;transition:.4s}.tpp-pricing-wrapper .tpp-pricing-amount-box{display:flex}.tpp-pricing-wrapper .pricing-icon{height:13rem;width:13rem;background-color:#eaf0fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:6rem;margin-bottom:4rem}.tpp-pricing-wrapper .tpp-price-title{color:var(--tpp-color-secondary);font-size:3rem;font-weight:600;line-height:26px;text-transform:uppercase;margin-bottom:1.6rem}.tpp-pricing-wrapper .pricing-small-title{font-family:var(--tpp-title-font);color:var(--tpp-color-para);margin-bottom:1rem}.tpp-pricing-wrapper .tpp-pricing-amount{display:flex;flex-direction:column;border-bottom:1px solid var(--tpp-color-border);position:relative}.tpp-pricing-wrapper .tpp-pricing-amount .tpp-pricing-amount-box{color:var(--tpp-color-secondary);font-size:3.6rem;font-weight:500;line-height:normal;margin-bottom:3rem;display:flex;flex-direction:column}.tpp-pricing-wrapper .tpp-pricing-amount::before,.tpp-pricing-wrapper .tpp-pricing-amount::after{position:absolute;height:5rem;width:5rem;background-color:var(--tpp-color-primary);top:-1rem;left:0;content:"";border-radius:50%;transition:var(--tpp-anim-duration)}.tpp-pricing-wrapper .tpp-pricing-amount::before{top:-4.7rem;left:.3rem;z-index:99}.tpp-pricing-wrapper .tpp-pricing-amount::after{background-color:var(--tpp-color-bg2);height:5.6rem;width:5.6rem}.tpp-pricing-wrapper .pricing-image{margin-bottom:3rem}.tpp-pricing-wrapper .tpp-pricing-content{margin-top:3.5rem;margin-top:3.5rem;padding:0 5rem}.tpp-pricing-wrapper .tpp-pricing-content ul li{display:flex;align-items:center;gap:1rem;color:var(--tpp-color-secondary);margin-bottom:2rem;font-family:var(--tpp-title-font)}.tpp-pricing-wrapper .tpp-pricing-content ul li .pricing-list-icon{color:var(--tpp-color-primary)}.tpp-pricing-wrapper .tpp-pricing-content ul li .disable{color:var(--tpp-color-para)}.tpp-pricing-wrapper .tpp-btn-wrapper .tpp-btn{border-radius:3rem;color:var(--tpp-color-white)}.tpp-pricing-wrapper .tpp-btn-wrapper .tpp-btn:hover{color:var(--tpp-color-white)}.tpp-pricing-wrapper:hover .tpp-pricing-amount::before{top:-2.7rem;left:.3rem}.tpp-pricing-wrapper:hover .tpp-pricing-amount::after{top:-3rem}.tpp-pricing-wrapper.style-two .tpp-price-title{order:3}.tpp-pricing-wrapper.style-two .pricing-small-title{order:2}.tpp-pricing-wrapper.style-two .tpp-pricing-amount{text-align:left}.tpp-pricing-wrapper.style-two .tpp-pricing-amount-box{order:1;flex-direction:column-reverse;border:1px solid var(--tpp-color-border);height:13.5rem;width:13.5rem;justify-content:center;border-radius:50%;padding:3rem}.tpp-pricing-wrapper.style-two .tpp-pricing-amount-box span{font-size:1.6rem}.tpp-pricing-wrapper.style-two .tpp-pricing-content{padding:0}.tpp-pricing-wrapper.style-three{padding:6rem;border-radius:0}.tpp-pricing-wrapper.style-three .tpp-pricing-amount{text-align:left}.tpp-pricing-wrapper.style-three .tpp-pricing-content{padding:0}.tpp-pricing-wrapper.style-three .tpp-pricing-amount-box{flex-direction:row;align-items:flex-end;gap:2rem;font-size:48px;line-height:normal;font-family:var(--tpp-title-font)}.tpp-pricing-wrapper.style-three .tpp-pricing-amount-box span{font-size:1.6rem;line-height:normal;margin-bottom:10px;font-family:var(--tpp-body-font)}.tpp-pricing-wrapper.style-three .tpp-btn{width:100%;text-align:center;justify-content:center;border-radius:0;margin-top:2rem}.tpp-pricing-wrapper.style-three .tpp-pricing-content ul li .pricing-list-info{font-family:var(--tpp-body-font)}.tpp-pricing-wrapper.style-three .tpp-pricing-amount::before,.tpp-pricing-wrapper.style-three .tpp-pricing-amount::after{left:auto;right:-0.4rem}.tpp-pricing-wrapper.style-three .tpp-pricing-amount::before{right:-1px}.tpp-pricing-wrapper.style-four{padding:6rem}.tpp-pricing-wrapper.style-four .tpp-pricing-content{text-align:center}.tpp-pricing-wrapper.style-four .tpp-pricing-amount-box{flex-direction:row;align-items:flex-end;color:var(--tpp-color-primary);font-family:var(--tpp-body-font);font-size:6rem;font-weight:700;gap:2rem}.tpp-pricing-wrapper.style-four .tpp-pricing-amount-box span{font-size:1.6rem;line-height:normal;margin-bottom:18px;font-family:var(--tpp-title-font)}.tpp-pricing-wrapper.style-four .tpp-price-title{font-size:24px;font-weight:500;text-transform:capitalize}.tpp-pricing-wrapper.style-four .pricing-small-title{font-family:var(--tpp-body-font)}.tpp-pricing-wrapper.style-four .tpp-pricing-amount{border:none}.tpp-pricing-wrapper.style-four .tpp-pricing-amount-box{margin-bottom:0}.tpp-pricing-wrapper.style-four .tpp-btn{width:100%;justify-content:center}.tpp-pricing-wrapper.five .tpp-table-price{font-size:4.8rem;font-weight:500;color:var(--tpp-color-secondary)}.tpp-pricing-wrapper.five .tpp-pricing-amount-box{justify-content:center;flex-direction:row;align-items:end}.tpp-pricing-wrapper.five .tpp-pricing-amount-box span{margin-bottom:1.8rem;margin-left:1rem;color:var(--tpp-color-secondary)}.faq-accordion .accordion-item{margin-bottom:20px;overflow:hidden;border-radius:10px;border:1px solid #dedede;background:var(--tpp-color-white)}.faq-accordion .accordion-item:last-of-type,.faq-accordion .accordion-item:first-of-type{border-radius:10px}.faq-accordion .accordion-item:not(:first-of-type){border-top:1px solid var(--tpp-color-border)}.faq-accordion .accordion-item .accordion-header .collapse:not(.show){display:block}.faq-accordion .accordion-item .accordion-header .accordion-button{border:none;display:inline-block;transition:.4s;padding:16px 30px 17px;background:var(--tpp-color-white);font-size:16px;font-style:normal;font-weight:500;line-height:26px;border-radius:0}.faq-accordion .accordion-item .accordion-header .accordion-button:focus{box-shadow:none !important}.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){background-color:var(--tpp-color-primary);color:var(--tpp-color-white);box-shadow:none}.faq-accordion .accordion-item .accordion-header .accordion-button:after{position:absolute;right:30px;background-image:none !important;content:"";font-family:"Font Awesome 5 Free";text-align:center;font-size:16px;font-weight:bold;display:inline-flex;align-items:center;justify-content:center;top:0;bottom:0;margin:auto}.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{background-image:none;content:"";font-family:"Font Awesome 5 Free";rotate:180deg}.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before{content:"";position:absolute;bottom:-1;background:rgba(0,0,0,0);height:1px;width:94%;left:0;right:0;margin:auto}.faq-accordion .accordion-collapse{border:none}.faq-accordion .accordion-body{padding:22px 30px 21px;color:var(--tpp-color-para);font-family:var(--tpp-title-font);font-size:16px;font-style:normal;font-weight:400;line-height:28px}.faq-accordion.faq2 .accordion-item{border-radius:0;border:1px solid var(--tpp-color-white)}.faq-accordion.faq2:last-of-type,.faq-accordion.faq2 :first-of-type{border-radius:0}.faq-accordion.faq2 .accordion-header .accordion-button{background:#f8f8f8;padding:22px 30px 22px;border-radius:0;color:var(--tpp-color-secondary);font-size:20px;font-style:normal;font-weight:500;line-height:normal}.faq-accordion.faq2 .accordion-header .accordion-button:after{background:var(--tpp-color-primary);border-radius:100px;font-size:15px;color:var(--tpp-color-white);padding:15px;content:""}.faq-accordion.faq2 .accordion-header .accordion-button:not(.collapsed)::after{content:"";rotate:180deg;background:var(--tpp-color-white);color:var(--tpp-color-primary)}.faq-accordion.faq3 .accordion-item{border-radius:0;border:0;background:rgba(0,0,0,0);margin-bottom:0}.faq-accordion.faq3:last-of-type,.faq-accordion.faq3 :first-of-type{border-radius:0}.faq-accordion.faq3 .accordion-header .accordion-button{background:rgba(0,0,0,0);padding:29px 0 29px;border-radius:0;font-size:42px;line-height:normal;border-bottom:1px solid var(--tpp-color-secondary)}@media(max-width: 767px){.faq-accordion.faq3 .accordion-header .accordion-button{font-size:24px;padding:24px 0 24px}}.faq-accordion.faq3 .accordion-header .accordion-button:after{background:rgba(0,0,0,0);border-radius:100px;content:"";height:50px;width:50px;font-size:22px;border:1px solid var(--tpp-color-secondary);color:var(--tpp-color-secondary)}.faq-accordion.faq3 .accordion-header .accordion-button:not(.collapsed){background:rgba(0,0,0,0);color:var(--tpp-color-secondary)}.faq-accordion.faq3 .accordion-header .accordion-button:not(.collapsed)::after{content:"";rotate:180deg;background:rgba(0,0,0,0);color:var(--tpp-color-secondary)}.faq-accordion.faq3 .accordion-body{padding:40px 0px 0px;color:var(--tpp-color-para);font-size:18px;font-style:normal;font-weight:400;line-height:30px}@media(max-width: 767px){.faq-accordion.faq3 .accordion-body{padding:40px 0px 0px}}.faq-accordion.faq4 .accordion-item{border:1px solid #303030;background:var(--tpp-color-secondary)}.faq-accordion.faq4 .accordion-item .accordion-header .accordion-button{padding:23px 30px 24px;color:var(--tpp-color-white);font-size:18px;font-style:normal;font-weight:500;line-height:normal;background:rgba(0,0,0,0)}.faq-accordion.faq4 .accordion-item .accordion-header .accordion-button:focus{box-shadow:none !important}.faq-accordion.faq4 .accordion-item .accordion-header .accordion-button:not(.collapsed){background:rgba(0,0,0,0)}.faq-accordion.faq4 .accordion-item .accordion-header .accordion-button:after{border-radius:7px;border:1px solid #303030;background:var(--tpp-color-secondary);width:40px;height:40px;flex-shrink:0}.faq-accordion.faq4 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{background:var(--tpp-color-primary)}.faq-accordion.faq4 .accordion-body{padding:0px 30px 22px;color:var(--tpp-color-para);margin-top:-8px}@media(max-width: 575px){.faq-accordion .accordion-item .accordion-header .accordion-button::after{display:none}}.tpp-hotspot-box{position:relative;margin:auto}.tpp-hotspot-box .tpp-hotspot-map{position:relative;width:100%;height:50rem;background-size:cover;background-repeat:no-repeat}.tpp-hotspot-box .tpp-hotspot-background{position:absolute;top:0;left:0;width:100%;height:100%}.tpp-hotspot-box .tpp-hotspot-background img{width:100%;height:100%;object-fit:contain}.tpp-hotspot-box .tpp-hotspot-item{position:absolute;z-index:2;transform:translate(-50%, -50%)}.tpp-hotspot-box .tpp-hotspot-item.map-item1:not([style*=top]){top:30%;left:20%}.tpp-hotspot-box .tpp-hotspot-item.map-item2:not([style*=top]){top:25%;left:45%}.tpp-hotspot-box .tpp-hotspot-item.map-item3:not([style*=top]){top:35%;left:70%}.tpp-hotspot-box .tpp-hotspot-item.map-item4:not([style*=top]){top:60%;left:30%}.tpp-hotspot-box .tpp-hotspot-item.map-item5:not([style*=top]){top:50%;left:50%}.tpp-hotspot-box .tpp-hotspot-item.map-item6:not([style*=top]){top:65%;left:80%}.tpp-hotspot-box .tpp-hotspot-item .tpp-hotspot-marker{position:relative;width:3rem;height:3rem;cursor:pointer}.tpp-hotspot-box .tpp-hotspot-item .tpp-hotspot-marker .tpp-hotspot-ripple{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--tpp-color-primary);border-radius:50%;animation:riple 2.5s infinite}.tpp-hotspot-box .tpp-hotspot-item .tpp-hotspot-marker .tpp-hotspot-number{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--tpp-color-white);font-size:12px;background-color:var(--tpp-color-primary);border-radius:50%;box-shadow:0 0 0 4px rgba(74,144,226,.3)}.tpp-hotspot-box .tpp-hotspot-item .tpp-hotspot-content-box{position:absolute;top:-2rem;left:50%;transform:translateX(-50%) translateY(-100%) scale(0.95);width:28rem;padding:2rem;background-color:var(--tpp-color-white);border-radius:.8rem;box-shadow:0 .5rem 2rem rgba(0,0,0,.15);opacity:0;visibility:hidden;transition:all .3s ease;z-index:99;text-align:center}.tpp-hotspot-box .tpp-hotspot-item .tpp-hotspot-content-box.active{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-100%) scale(1)}.tpp-hotspot-box .tpp-hotspot-item .tpp-hotspot-content-box:after{content:"";position:absolute;bottom:-0.8rem;left:50%;transform:translateX(-50%);border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:.8rem solid var(--tpp-color-white)}.tpp-hotspot-box .tpp-hotspot-item .tpp-hotspot-content-box .tpp-hotspot-title{margin:0 0 1rem;font-size:1.8rem;font-weight:600;color:#333;line-height:normal}.tpp-hotspot-box .tpp-hotspot-item .tpp-hotspot-content-box .tpp-hotspot-description{font-size:1.4rem;line-height:1.6;color:#666}.tpp-hotspot-box .tpp-hotspot-item:hover .tpp-hotspot-content-box{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-100%) scale(1)}@keyframes riple{0%{transform:scale(1);opacity:0}30%{opacity:1}100%{transform:scale(1.5);opacity:0}}.tpp-post-title-wrapper .effect-gradient{background:linear-gradient(90deg, #ff7e5f, #feb47b);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:bold}.tpp-post-title-wrapper .effect-glossy{background:linear-gradient(to bottom, #fff 30%, #bbb 70%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:bold}.tpp-page-title-wrapper .effect-gradient{background:linear-gradient(90deg, #ff7e5f, #feb47b);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:bold}.tpp-page-title-wrapper .effect-glossy{background:linear-gradient(to bottom, #fff 30%, #bbb 70%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:bold}.tpp-post-meta__wrapper{display:flex;flex-wrap:wrap;gap:20px}.tpp-post-meta__item{display:flex;align-items:center;gap:8px}.tpp-post-meta__icon{display:flex;align-items:center}.tpp-post-meta__icon img{width:24px;height:24px;border-radius:50%}.tpp-post-meta__content{text-transform:capitalize}.tpp-post-meta__content a{text-decoration:none;text-decoration:none}.tpp-post-content h1,.tpp-post-content h2,.tpp-post-content h3,.tpp-post-content h4,.tpp-post-content h5,.tpp-post-content h6{color:var(--tpp-color-secondary);margin-bottom:.8em;line-height:1.4;font-weight:600}.tpp-post-content h1{font-size:2.5em}.tpp-post-content h2{font-size:2.2em}.tpp-post-content h3{font-size:1.8em}.tpp-post-content h4{font-size:1.5em}.tpp-post-content h5{font-size:1.2em}.tpp-post-content h6{font-size:1em;letter-spacing:.05em}.tpp-post-content table{width:100%;border-collapse:collapse;margin-bottom:1.5em;border:1px solid var(--tpp-color-border)}.tpp-post-content table th{background-color:var(--tpp-color-bg);color:var(--tpp-color-secondary);font-weight:600;text-align:left;border-bottom:2px solid var(--tpp-color-border)}.tpp-post-content table th,.tpp-post-content table td{padding:.75em 1em;border:1px solid var(--tpp-color-border);vertical-align:middle}.tpp-post-content table tbody tr:nth-child(even){background-color:rgba(var(--tpp-color-bg), 0.4)}.tpp-post-content table tbody tr:hover{background-color:rgba(var(--tpp-color-primary), 0.05)}.tpp-post-content table caption{caption-side:top;font-style:italic;padding:.5em 0;text-align:center;color:var(--tpp-color-para)}.tpp-post-content table tfoot{font-style:italic;border-top:2px solid var(--tpp-color-border)}.tpp-post-content table tfoot td{color:var(--tpp-color-para)}@media screen and (max-width: 768px){.tpp-post-content table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tpp-post-content table::-webkit-scrollbar{height:8px}.tpp-post-content table::-webkit-scrollbar-track{background:var(--tpp-color-bg);border-radius:4px}.tpp-post-content table::-webkit-scrollbar-thumb{background:rgba(var(--tpp-color-secondary), 0.2);border-radius:4px}.tpp-post-content table::-webkit-scrollbar-thumb:hover{background:rgba(var(--tpp-color-secondary), 0.4)}}@media screen and (max-width: 480px){.tpp-post-content table th,.tpp-post-content table td{padding:.5em .75em;font-size:.9em}.tpp-post-content h1{font-size:2em}.tpp-post-content h2{font-size:1.8em}.tpp-post-content h3{font-size:1.5em}.tpp-post-content h4{font-size:1.3em}}.tpp-post-content ul,.tpp-post-content ol{margin:0 0 1.5em 1.5em;padding-left:1em}.tpp-post-content ul{list-style:disc}.tpp-post-content ol{list-style:decimal}.tpp-post-content li{margin-bottom:.5em}.tpp-post-content li>ul,.tpp-post-content li>ol{margin-top:.5em;margin-bottom:0}.tpp-post-content blockquote{border-left:4px solid var(--tpp-color-primary);padding:1em 1.5em;margin:1.5em 0;background-color:rgba(var(--tpp-color-bg), 0.4)}.tpp-post-content blockquote p:last-child{margin-bottom:0}.tpp-post-content a{color:var(--tpp-color-primary);text-decoration:none;transition:color .3s ease}.tpp-post-content a:hover{color:var(--tpp-color-primary);text-decoration:underline}.tpp-post-content code,.tpp-post-content pre{font-family:monospace;background:rgba(var(--tpp-color-bg), 0.5);padding:.2em .4em;border-radius:3px;font-size:.9em}.tpp-post-content pre{padding:1em;overflow:auto;margin:1.5em 0;border:1px solid rgba(var(--tpp-color-border), 0.3)}.tpp-post-content pre code{background:rgba(0,0,0,0);padding:0;border-radius:0}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@keyframes shine{from{transform:translateX(-100%) rotate(45deg)}to{transform:translateX(100%) rotate(45deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px, 2px)}40%{transform:translate(-2px, -2px)}60%{transform:translate(2px, 2px)}80%{transform:translate(2px, -2px)}100%{transform:translate(0)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0)}100%{transform:perspective(400px) rotateY(180deg)}}@keyframes ripple{0%{transform:scale(0.8);opacity:1}100%{transform:scale(2);opacity:0}}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}100%{transform:rotate3d(0, 0, 1, 0deg)}}.tpp-post-share{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.tpp-post-share .tpp-share-items{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.tpp-post-share .tpp-share-items .tpp-share-item{display:inline-flex;align-items:center;gap:5px;padding:8px 15px;border-radius:4px;color:var(--tpp-color-white);text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.tpp-post-share .tpp-share-items .tpp-share-item:hover{color:var(--tpp-color-white)}.tpp-post-share .tpp-share-items .tpp-share-item.hover-float:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.3)}.tpp-post-share .tpp-share-items .tpp-share-item.hover-scale:hover{transform:scale(1.1)}.tpp-post-share .tpp-share-items .tpp-share-item.hover-shake:hover{animation:shake .3s ease-in-out}.tpp-post-share .tpp-share-items .tpp-share-item.hover-rotate:hover{transform:rotate(8deg)}.tpp-post-share .tpp-share-items .tpp-share-item.hover-glitch:hover{animation:glitch .3s ease-in-out infinite}.tpp-post-share .tpp-share-items .tpp-share-item.hover-flip{transition:transform .6s;transform-style:preserve-3d}.tpp-post-share .tpp-share-items .tpp-share-item.hover-flip:hover{transform:rotateY(180deg)}.tpp-post-share .tpp-share-items .tpp-share-item.hover-ripple::before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:hsla(0,0%,100%,.3);border-radius:50%;transform:translate(-50%, -50%) scale(0)}.tpp-post-share .tpp-share-items .tpp-share-item.hover-ripple:hover::before{animation:ripple .6s ease-out}.tpp-post-share .tpp-share-items .tpp-share-item.hover-swing:hover{animation:swing 1s ease-in-out;transform-origin:top center}.tpp-post-share .tpp-share-items .tpp-share-item.hover-3d{transform-style:preserve-3d;perspective:800px}.tpp-post-share .tpp-share-items .tpp-share-item.hover-3d:hover{transform:translateZ(20px) rotateX(10deg)}.tpp-post-share .tpp-share-items .tpp-share-item.hover-neon:hover{box-shadow:0 0 5px currentColor,0 0 25px currentColor,0 0 50px currentColor;filter:brightness(1.2)}.tpp-post-share .tpp-share-items .tpp-share-item.hover-reveal::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);transition:.6s}.tpp-post-share .tpp-share-items .tpp-share-item.hover-reveal:hover::before{left:100%}.tpp-post-share .tpp-share-items .tpp-share-item.hover-bubble::after{content:"";position:absolute;top:50%;left:50%;width:150%;height:150%;background:hsla(0,0%,100%,.2);transform:translate(-50%, -50%) scale(0);border-radius:50%;transition:transform .5s ease-out}.tpp-post-share .tpp-share-items .tpp-share-item.hover-bubble:hover::after{transform:translate(-50%, -50%) scale(1)}.tpp-post-share .tpp-share-facebook{background-color:#3b5998}.tpp-post-share .tpp-share-twitter{background-color:#1da1f2}.tpp-post-share .tpp-share-linkedin{background-color:#0077b5}.tpp-post-share .tpp-share-pinterest{background-color:#bd081c}.tpp-post-share .tpp-share-email{background-color:#333}.tpp-post-share .tpp-share-whatsapp{background-color:#25d366}.tpp-post-share .tpp-share-telegram{background-color:#08c}.tpp-post-share .tpp-share-reddit{background-color:#ff4500}.tpp-post-share.custom-color .tpp-share-item{background-color:#333;color:var(--tpp-color-white)}.tpp-post-tags-wrapper .tpp-post-tag-inner{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.tpp-post-tags-wrapper .tpp-post-tag-inner .tpp-post-tag-title{font-size:18px;font-weight:600;font-weight:bold;color:var(--tpp-color-secondary)}.tpp-post-tags-wrapper .tpp-post-tag-inner .tpp-post-tag-item{display:flex;flex-wrap:wrap;gap:10px;width:auto}.tpp-post-tags-wrapper .tpp-post-tag-inner .tpp-post-tag-item a{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:4px;text-decoration:none;border:1px solid var(--tpp-color-border);color:var(--tpp-color-para);transition:all .4s ease;width:inherit}.tpp-post-tags-wrapper .tpp-post-tag-inner .tpp-post-tag-item a i{font-size:80%;top:3px;position:relative;transition:all .4s ease}.tpp-post-tags-wrapper .tpp-post-tag-inner .tpp-post-tag-item a .tag-count{margin-left:5px;font-size:80%}.tpp-post-tags-wrapper .tpp-post-tag-inner .tpp-post-tag-item a:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border-color:var(--tpp-color-primary)}.project-column{margin-bottom:2rem}.project-section .tpp-dote-pagination{display:flex;justify-content:center;gap:5px;margin-top:30px}.project-section .tpp-dote-pagination .swiper-pagination-bullet{cursor:pointer;height:20px;width:20px;background:var(--tpp-color-primary);margin:0 !important;padding:0}.project-section .tpp-dote-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active{background:var(--tpp-color-primary)}.project-wrapper{border-radius:1.5rem;box-shadow:0px 4px 40px 0px rgba(2,83,206,.08)}.project-wrapper .project-image{height:42rem;width:100%;border-radius:1.5rem 1.5rem 0 0;overflow:hidden;position:relative;transition:var(--tpp-anim-duration)}.project-wrapper .project-image .image-anim1{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:hsla(0,0%,100%,.3);width:200%;height:0;z-index:1}.project-wrapper .project-image .image-anim1.v2{left:50%;top:50%;transform:translate(-50%, -50%) rotate(-45deg)}.project-wrapper .project-image .image-anim2{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.3);width:200%;height:0;z-index:1;opacity:1}.project-wrapper .project-image .image-anim3{content:"";position:absolute;top:0;left:-100%;display:block;width:50%;height:100%;background:hsla(0,0%,100%,.3);transform:skewX(25deg);z-index:2}.project-wrapper .project-image img{height:100%;width:100%;object-fit:cover;overflow:hidden;transition:var(--tpp-anim-duration)}.project-wrapper .project-image .category{position:absolute;left:3rem;top:3rem;background-color:var(--tpp-color-primary);border-radius:3rem;z-index:999;padding:1rem 2rem;color:var(--tpp-color-white)}.project-wrapper .project-image .category:hover{background-color:var(--tpp-color-secondary)}.project-wrapper .project-text-content-wrapper{padding:3rem 4rem;display:flex;align-items:center;justify-content:space-between}.project-wrapper .project-text-content-wrapper .title{font-family:var(--tpp-title-font);font-size:2.4rem;font-weight:500;line-height:normal}.project-wrapper .project-text-content-wrapper .title a{color:var(--tpp-color-secondary)}.project-wrapper .project-text-content-wrapper .title a:hover{color:var(--tpp-color-primary)}.project-wrapper .project-text-content-wrapper .category{font-family:var(--tpp-title-font);color:var(--tpp-color-para)}.project-wrapper .project-text-content-wrapper .category:hover{color:var(--tpp-color-primary)}.project-wrapper .project-text-content-wrapper .button{height:5rem;width:5rem;min-width:5rem;border-radius:50%;background-color:var(--tpp-color-primary);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:var(--tpp-color-white);line-height:3px}.project-wrapper .project-text-content-wrapper .button:hover{background-color:var(--tpp-color-secondary)}.project-wrapper .project-text-content-wrapper .content{display:flex;align-items:center;flex-direction:column;align-items:start}.project-wrapper:hover .project-image img{transform:scale(1.05)}.project-wrapper:hover .project-image .image-anim1,.project-wrapper:hover .project-image .image-anim2{height:250%;opacity:0;transition:all 1000ms linear;background-color:rgba(0,0,0,0)}.project-wrapper:hover .project-image .image-anim3{animation:1s swipe}.project-wrapper.style-two{box-shadow:none}.project-wrapper.style-two .project-image{border-radius:2rem}.project-wrapper.style-two .project-text-content-wrapper{padding:0}.project-wrapper.style-two .project-text-content-wrapper .content{margin-top:3.5rem}.project-wrapper.style-two .project-text-content-wrapper .title{font-weight:500;line-height:normal;font-size:3.6rem}.project-wrapper.style-three{position:relative}.project-wrapper.style-three .project-image{border-radius:2rem;height:50rem}.project-wrapper.style-three .project-text-content-wrapper{position:absolute;background:var(--tpp-color-white);width:89%;left:50%;bottom:3rem;transform:translate(-50%, 0);margin:auto;border-radius:2rem;overflow:hidden;text-align:center;justify-content:center}.project-wrapper.style-three .project-text-content-wrapper::after{content:"";width:4rem;height:4rem;position:absolute;background:var(--tpp-color-primary);left:-1.2rem;border-radius:10rem;overflow:hidden;box-shadow:5px -2px 0 12px rgba(14,89,242,.1294117647);bottom:-1.5rem;transition:var(--tpp-anim-duration);transform:translate(-39px, 24px)}.project-wrapper.style-three:hover .project-text-content-wrapper::after{transform:translate(0, 0)}.project-wrapper.style-four{position:relative;overflow:hidden;border-radius:0}.project-wrapper.style-four .project-image{border-radius:0}.project-wrapper.style-four .project-text-content-wrapper{position:absolute;background:var(--tpp-color-white);width:89%;left:50%;bottom:-23rem;transform:translate(-50%, 0);margin:auto;transition:var(--tpp-anim-duration);z-index:999}.project-wrapper.style-four:hover .project-text-content-wrapper{bottom:3rem}.project-wrapper.style-five{position:relative;border-radius:0}.project-wrapper.style-five .project-image{border-radius:0}.project-wrapper.style-five .project-text-content-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:86%;width:89%;background-color:rgba(14,89,242,.96);z-index:99;align-items:flex-end;opacity:0;transition:var(--tpp-anim-duration)}.project-wrapper.style-five .project-text-content-wrapper .content{flex-direction:column-reverse}.project-wrapper.style-five .project-text-content-wrapper .content .title a,.project-wrapper.style-five .project-text-content-wrapper .content .category{color:var(--tpp-color-white)}.project-wrapper.style-five .project-text-content-wrapper .content .title a:hover,.project-wrapper.style-five .project-text-content-wrapper .content .category:hover{color:var(--tpp-color-secondary)}.project-wrapper.style-five:hover .project-text-content-wrapper{opacity:1}.project-wrapper.style-six{position:relative;overflow:hidden;border-radius:0}.project-wrapper.style-six .project-image{border-radius:0}.project-wrapper.style-six .project-text-content-wrapper{position:absolute;bottom:3rem;left:-60rem;background-color:var(--tpp-color-white);border-left:5px solid var(--tpp-color-primary);width:90%;border-radius:0 1rem 1rem 0;transition:var(--tpp-anim-duration);z-index:999}.project-wrapper.style-six:hover .project-text-content-wrapper{left:0}.tpp-post-author-section{box-shadow:0px 0px 10px 0px rgba(0,0,0,.1019607843);padding:35px;border-radius:10px}.tpp-post-author-section .tpp-post-author-inner{display:flex;gap:50px;align-items:center}@media(max-width: 768px){.tpp-post-author-section .tpp-post-author-inner{flex-wrap:wrap;gap:20px}}.tpp-post-author-section .tpp-post-author-inner .tpp-post-author-image-box .tpp-post-author-image{width:150px;height:150px}.tpp-post-author-section .tpp-post-author-inner .tpp-post-author-image-box .tpp-post-author-image img{width:100%;height:100%;object-fit:cover;border-radius:100%}.tpp-post-author-section .tpp-post-author-inner .tpp-post-author-content .tpp-post-author-name{font-size:20px;text-transform:capitalize;line-height:28px}.tpp-post-author-section .tpp-post-author-inner .tpp-post-author-content .tpp-post-author-description{font-size:16px;line-height:24px}.tpp-post-author-section .tpp-post-author-inner .tpp-post-author-content .tpp-post-author-social-links{display:flex;gap:10px;margin-top:25px}.tpp-post-author-section .tpp-post-author-inner .tpp-post-author-content .tpp-post-author-social-links a{width:45px;height:45px;background:var(--tpp-color-primary);display:flex;align-items:center;justify-content:center;border-radius:100%;color:var(--tpp-color-white)}.tpp-post-author-section .tpp-post-author-inner .tpp-post-author-content .tpp-post-author-social-links a:hover{background:var(--tpp-color-secondary);color:var(--tpp-color-white)}.tpp-post-comment-widget{font-family:var(--tpp-body-font);line-height:1.6;margin-bottom:30px}.tpp-post-comment-widget .tpp-comments-area,.tpp-post-comment-widget .comments-area,.tpp-post-comment-widget #comments{width:100%}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list,.tpp-post-comment-widget .tpp-comments-area .comment-list,.tpp-post-comment-widget .tpp-comments-area .commentlist,.tpp-post-comment-widget .comments-area .tpp-comments-list,.tpp-post-comment-widget .comments-area .comment-list,.tpp-post-comment-widget .comments-area .commentlist,.tpp-post-comment-widget #comments .tpp-comments-list,.tpp-post-comment-widget #comments .comment-list,.tpp-post-comment-widget #comments .commentlist{margin-bottom:40px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list .comment,.tpp-post-comment-widget .comments-area .comment-list .comment,.tpp-post-comment-widget .comments-area .commentlist .comment,.tpp-post-comment-widget #comments .tpp-comments-list .comment,.tpp-post-comment-widget #comments .comment-list .comment,.tpp-post-comment-widget #comments .commentlist .comment{margin-bottom:20px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list .comment .children,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list .comment .comment-children,.tpp-post-comment-widget .tpp-comments-area .comment-list .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list .comment .comment-children,.tpp-post-comment-widget .tpp-comments-area .commentlist .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist .comment .comment-children,.tpp-post-comment-widget .comments-area .tpp-comments-list .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list .comment .comment-children,.tpp-post-comment-widget .comments-area .comment-list .comment .children,.tpp-post-comment-widget .comments-area .comment-list .comment .comment-children,.tpp-post-comment-widget .comments-area .commentlist .comment .children,.tpp-post-comment-widget .comments-area .commentlist .comment .comment-children,.tpp-post-comment-widget #comments .tpp-comments-list .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list .comment .comment-children,.tpp-post-comment-widget #comments .comment-list .comment .children,.tpp-post-comment-widget #comments .comment-list .comment .comment-children,.tpp-post-comment-widget #comments .commentlist .comment .children,.tpp-post-comment-widget #comments .commentlist .comment .comment-children{margin-top:20px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list .comment .comment-header,.tpp-post-comment-widget .tpp-comments-area .comment-list .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list .comment .comment-header,.tpp-post-comment-widget .tpp-comments-area .commentlist .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist .comment .comment-header,.tpp-post-comment-widget .comments-area .tpp-comments-list .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list .comment .comment-header,.tpp-post-comment-widget .comments-area .comment-list .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list .comment .comment-header,.tpp-post-comment-widget .comments-area .commentlist .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist .comment .comment-header,.tpp-post-comment-widget #comments .tpp-comments-list .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list .comment .comment-header,.tpp-post-comment-widget #comments .comment-list .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list .comment .comment-header,.tpp-post-comment-widget #comments .commentlist .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist .comment .comment-header{margin-bottom:15px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list .comment .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list .comment .avatar,.tpp-post-comment-widget .tpp-comments-area .comment-list .comment .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list .comment .avatar,.tpp-post-comment-widget .tpp-comments-area .commentlist .comment .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist .comment .avatar,.tpp-post-comment-widget .comments-area .tpp-comments-list .comment .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list .comment .avatar,.tpp-post-comment-widget .comments-area .comment-list .comment .comment-author img,.tpp-post-comment-widget .comments-area .comment-list .comment .avatar,.tpp-post-comment-widget .comments-area .commentlist .comment .comment-author img,.tpp-post-comment-widget .comments-area .commentlist .comment .avatar,.tpp-post-comment-widget #comments .tpp-comments-list .comment .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list .comment .avatar,.tpp-post-comment-widget #comments .comment-list .comment .comment-author img,.tpp-post-comment-widget #comments .comment-list .comment .avatar,.tpp-post-comment-widget #comments .commentlist .comment .comment-author img,.tpp-post-comment-widget #comments .commentlist .comment .avatar{margin-right:10px;width:60px;height:60px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list .comment .reply a,.tpp-post-comment-widget #comments .comment-list .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist .comment .reply a,.tpp-post-comment-widget #comments .commentlist .comment .comment-reply-link{text-decoration:none}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment,.tpp-post-comment-widget .comments-area .comment-list.default .comment,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment,.tpp-post-comment-widget .comments-area .commentlist.default .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment,.tpp-post-comment-widget #comments .comment-list.style-default .comment,.tpp-post-comment-widget #comments .comment-list.default .comment,.tpp-post-comment-widget #comments .commentlist.style-default .comment,.tpp-post-comment-widget #comments .commentlist.default .comment{padding:20px;margin-bottom:20px;border-radius:8px;background-color:#f9f9f9;border:1px solid #eaeaea}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.style-default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.style-default .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.default .comment .comment-meta .comment-metadata{margin-top:10px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .comment-list.default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .commentlist.default .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .comment-list.style-default .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .comment-list.default .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .commentlist.style-default .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-default .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .commentlist.default .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.default .comment .comment-meta .comment-author .avatar{width:60px;height:60px;border-radius:100%}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .children,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .children,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .children,.tpp-post-comment-widget .comments-area .comment-list.default .comment .children,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .children,.tpp-post-comment-widget .comments-area .commentlist.default .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .children,.tpp-post-comment-widget #comments .comment-list.style-default .comment .children,.tpp-post-comment-widget #comments .comment-list.default .comment .children,.tpp-post-comment-widget #comments .commentlist.style-default .comment .children,.tpp-post-comment-widget #comments .commentlist.default .comment .children{margin-left:40px;margin-top:20px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .children .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .children .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .children .comment,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .children .comment,.tpp-post-comment-widget .comments-area .comment-list.default .comment .children .comment,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .children .comment,.tpp-post-comment-widget .comments-area .commentlist.default .comment .children .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .children .comment,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .children .comment,.tpp-post-comment-widget #comments .comment-list.style-default .comment .children .comment,.tpp-post-comment-widget #comments .comment-list.default .comment .children .comment,.tpp-post-comment-widget #comments .commentlist.style-default .comment .children .comment,.tpp-post-comment-widget #comments .commentlist.default .comment .children .comment{background-color:#f5f5f5}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .reply,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.default .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.default .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .reply,.tpp-post-comment-widget #comments .comment-list.style-default .comment .reply,.tpp-post-comment-widget #comments .comment-list.default .comment .reply,.tpp-post-comment-widget #comments .commentlist.style-default .comment .reply,.tpp-post-comment-widget #comments .commentlist.default .comment .reply{margin-top:15px;margin-bottom:5px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.default .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.default .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.default .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.default .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-default .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.default .comment .reply a,.tpp-post-comment-widget #comments .comment-list.default .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-default .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.default .comment .reply a,.tpp-post-comment-widget #comments .commentlist.default .comment .reply .comment-reply-link{display:inline-block;padding:6px 15px;background-color:#f0f0f0;color:#555;border-radius:4px;font-size:.9em;text-decoration:none;transition:all .2s ease;border:1px solid #e0e0e0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-default .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.default .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-default .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.default .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.default .comment .reply .comment-reply-link:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border-color:var(--tpp-color-primary)}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.default .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.default .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment:last-child,.tpp-post-comment-widget #comments .comment-list.style-default .comment:last-child,.tpp-post-comment-widget #comments .comment-list.default .comment:last-child,.tpp-post-comment-widget #comments .commentlist.style-default .comment:last-child,.tpp-post-comment-widget #comments .commentlist.default .comment:last-child{padding:10px;padding-bottom:1px;border:rgba(0,0,0,0)}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment,.tpp-post-comment-widget .comments-area .comment-list.cards .comment,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment,.tpp-post-comment-widget .comments-area .commentlist.cards .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment,.tpp-post-comment-widget #comments .comment-list.style-cards .comment,.tpp-post-comment-widget #comments .comment-list.cards .comment,.tpp-post-comment-widget #comments .commentlist.style-cards .comment,.tpp-post-comment-widget #comments .commentlist.cards .comment{padding:28px;margin-bottom:20px;border-radius:16px;background-color:var(--tpp-color-white);box-shadow:0 6px 15px rgba(0,0,0,.05),0 2px 8px rgba(0,0,0,.03);border:none;transition:all .3s ease}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment:hover{box-shadow:0 8px 20px rgba(0,0,0,.06),0 4px 10px rgba(0,0,0,.04);transform:translateY(-2px)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.cards .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.cards .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment:last-child,.tpp-post-comment-widget #comments .comment-list.style-cards .comment:last-child,.tpp-post-comment-widget #comments .comment-list.cards .comment:last-child,.tpp-post-comment-widget #comments .commentlist.style-cards .comment:last-child,.tpp-post-comment-widget #comments .commentlist.cards .comment:last-child{margin-bottom:0;box-shadow:0 4px 12px rgba(0,0,0,.04),0 2px 6px rgba(0,0,0,.02)}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.cards .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.cards .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment:last-child,.tpp-post-comment-widget #comments .comment-list.style-cards .comment:last-child,.tpp-post-comment-widget #comments .comment-list.cards .comment:last-child,.tpp-post-comment-widget #comments .commentlist.style-cards .comment:last-child,.tpp-post-comment-widget #comments .commentlist.cards .comment:last-child{margin-bottom:0px;box-shadow:none;padding:0}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment.parent,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment.parent,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment.parent,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment.parent,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment.parent,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment.parent,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment.parent,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment.parent,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment.parent,.tpp-post-comment-widget .comments-area .comment-list.cards .comment.parent,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment.parent,.tpp-post-comment-widget .comments-area .commentlist.cards .comment.parent,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment.parent,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment.parent,.tpp-post-comment-widget #comments .comment-list.style-cards .comment.parent,.tpp-post-comment-widget #comments .comment-list.cards .comment.parent,.tpp-post-comment-widget #comments .commentlist.style-cards .comment.parent,.tpp-post-comment-widget #comments .commentlist.cards .comment.parent{margin-bottom:35px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment.parent:last-child,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment.parent:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment.parent:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment.parent:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment.parent:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment.parent:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment.parent:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment.parent:last-child,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment.parent:last-child,.tpp-post-comment-widget .comments-area .comment-list.cards .comment.parent:last-child,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment.parent:last-child,.tpp-post-comment-widget .comments-area .commentlist.cards .comment.parent:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment.parent:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment.parent:last-child,.tpp-post-comment-widget #comments .comment-list.style-cards .comment.parent:last-child,.tpp-post-comment-widget #comments .comment-list.cards .comment.parent:last-child,.tpp-post-comment-widget #comments .commentlist.style-cards .comment.parent:last-child,.tpp-post-comment-widget #comments .commentlist.cards .comment.parent:last-child{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .children,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .children,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .children,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .children,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .children,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .children,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .children,.tpp-post-comment-widget #comments .comment-list.cards .comment .children,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .children,.tpp-post-comment-widget #comments .commentlist.cards .comment .children{margin-left:45px;margin-top:20px;margin-bottom:25px;position:relative}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .children:before,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .children:before,.tpp-post-comment-widget #comments .comment-list.cards .comment .children:before,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .children:before,.tpp-post-comment-widget #comments .commentlist.cards .comment .children:before{content:"";position:absolute;top:-15px;left:-25px;height:30px;width:2px;background-color:rgba(0,123,255,.3)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .children .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .children .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .children .comment,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .children .comment,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .children .comment,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .children .comment,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .children .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .children .comment,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .children .comment,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .children .comment,.tpp-post-comment-widget #comments .comment-list.cards .comment .children .comment,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .children .comment,.tpp-post-comment-widget #comments .commentlist.cards .comment .children .comment{background-color:#f8fafc;border-left:3px solid var(--tpp-color-primary);padding:22px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .children .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .children .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .children .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .children .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .children .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .children .comment .children .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .children .comment .children .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .children .comment .children .comment,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .children .comment .children .comment,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .children .comment .children .comment,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .children .comment .children .comment,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .children .comment .children .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .children .comment .children .comment,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .children .comment .children .comment,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .children .comment .children .comment,.tpp-post-comment-widget #comments .comment-list.cards .comment .children .comment .children .comment,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .children .comment .children .comment,.tpp-post-comment-widget #comments .commentlist.cards .comment .children .comment .children .comment{padding:18px;background-color:#f0f5fa}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .comments-area .comment-list.cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget .comments-area .commentlist.cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget #comments .comment-list.style-cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget #comments .comment-list.cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget #comments .commentlist.style-cards .comment .children .comment:not(:last-child),.tpp-post-comment-widget #comments .commentlist.cards .comment .children .comment:not(:last-child){margin-bottom:20px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta{border-bottom:1px solid #f0f0f0;padding-bottom:18px;margin-bottom:22px;display:flex;align-items:center;flex-wrap:wrap}@media(max-width: 576px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-metadata{margin-left:0 !important;margin-top:8px;width:100%}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-author,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-author,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-author,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-author,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-author,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-author,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-author,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-author{display:flex;align-items:center}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-author .avatar,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-author .avatar{border-radius:50%;border:3px solid var(--tpp-color-white);box-shadow:0 4px 10px rgba(0,0,0,.1);margin-right:15px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-author .fn,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-author .fn{font-weight:600;font-size:1.1em;color:#333}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-author .says,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-author .says{color:#888;font-size:.9em;margin-left:5px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-metadata{margin-left:auto;font-size:.85em;color:#888}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-metadata time,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-metadata time{display:inline-block}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-metadata .edit-link,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-metadata .edit-link{margin-left:10px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-metadata .edit-link a,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-metadata .edit-link a{color:var(--tpp-color-primary);text-decoration:none}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-meta .comment-metadata .edit-link a:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-meta .comment-metadata .edit-link a:hover{text-decoration:underline}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-content,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-content,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-content,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-content,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-content,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-content,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-content,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-content,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-content,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-content,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-content,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-content,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-content{color:#444;line-height:1.7;font-size:1.02em}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-content p,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-content p,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-content p,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-content p,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-content p,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-content p,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-content p,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-content p,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-content p,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-content p,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-content p,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-content p,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-content p,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-content p,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-content p,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-content p,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-content p,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-content p{margin-bottom:15px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .comment-content p:last-child,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .comment-content p:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .comment-content p:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .comment-content p:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .comment-content p:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .comment-content p:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .comment-content p:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .comment-content p:last-child,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .comment-content p:last-child,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .comment-content p:last-child,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .comment-content p:last-child,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .comment-content p:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .comment-content p:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .comment-content p:last-child,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .comment-content p:last-child,.tpp-post-comment-widget #comments .comment-list.cards .comment .comment-content p:last-child,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .comment-content p:last-child,.tpp-post-comment-widget #comments .commentlist.cards .comment .comment-content p:last-child{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .reply,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .reply,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .reply,.tpp-post-comment-widget #comments .comment-list.cards .comment .reply,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .reply,.tpp-post-comment-widget #comments .commentlist.cards .comment .reply{margin-top:18px;margin-bottom:20px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.cards .comment .reply a,.tpp-post-comment-widget #comments .comment-list.cards .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.cards .comment .reply a,.tpp-post-comment-widget #comments .commentlist.cards .comment .reply .comment-reply-link{display:inline-block;padding:3px 16px;background-color:#f5f5f5;color:#555;border-radius:30px;font-size:.9em;font-weight:500;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 5px rgba(0,0,0,.08);border:none}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment .reply .comment-reply-link:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.12)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .reply a:active,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .reply a:active,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .reply a:active,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .reply a:active,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .reply a:active,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .reply a:active,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .reply a:active,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .reply a:active,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .reply a:active,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .reply a:active,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .reply a:active,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .reply a:active,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .reply a:active,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .reply a:active,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .reply a:active,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget #comments .comment-list.cards .comment .reply a:active,.tpp-post-comment-widget #comments .comment-list.cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .reply a:active,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .reply .comment-reply-link:active,.tpp-post-comment-widget #comments .commentlist.cards .comment .reply a:active,.tpp-post-comment-widget #comments .commentlist.cards .comment .reply .comment-reply-link:active{transform:translateY(0);box-shadow:0 1px 3px rgba(0,0,0,.1)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment>.reply:last-child,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment>.reply:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment>.reply:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment>.reply:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment>.reply:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment>.reply:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment>.reply:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment>.reply:last-child,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment>.reply:last-child,.tpp-post-comment-widget .comments-area .comment-list.cards .comment>.reply:last-child,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment>.reply:last-child,.tpp-post-comment-widget .comments-area .commentlist.cards .comment>.reply:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment>.reply:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment>.reply:last-child,.tpp-post-comment-widget #comments .comment-list.style-cards .comment>.reply:last-child,.tpp-post-comment-widget #comments .comment-list.cards .comment>.reply:last-child,.tpp-post-comment-widget #comments .commentlist.style-cards .comment>.reply:last-child,.tpp-post-comment-widget #comments .commentlist.cards .comment>.reply:last-child{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment.depth-1>.reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment.depth-1>.reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment.depth-1>.reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment.depth-1>.reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment.depth-1>.reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment.depth-1>.reply,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment.depth-1>.reply,.tpp-post-comment-widget .comments-area .comment-list.cards .comment.depth-1>.reply,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment.depth-1>.reply,.tpp-post-comment-widget .comments-area .commentlist.cards .comment.depth-1>.reply,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment.depth-1>.reply,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment.depth-1>.reply,.tpp-post-comment-widget #comments .comment-list.style-cards .comment.depth-1>.reply,.tpp-post-comment-widget #comments .comment-list.cards .comment.depth-1>.reply,.tpp-post-comment-widget #comments .commentlist.style-cards .comment.depth-1>.reply,.tpp-post-comment-widget #comments .commentlist.cards .comment.depth-1>.reply{margin-top:22px;margin-bottom:10px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment.depth-1>.reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment.depth-1>.reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment.depth-1>.reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment.depth-1>.reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment.depth-1>.reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment.depth-1>.reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment.depth-1>.reply a,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.cards .comment.depth-1>.reply a,.tpp-post-comment-widget .comments-area .comment-list.cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment.depth-1>.reply a,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.cards .comment.depth-1>.reply a,.tpp-post-comment-widget .comments-area .commentlist.cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment.depth-1>.reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment.depth-1>.reply a,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-cards .comment.depth-1>.reply a,.tpp-post-comment-widget #comments .comment-list.style-cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.cards .comment.depth-1>.reply a,.tpp-post-comment-widget #comments .comment-list.cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-cards .comment.depth-1>.reply a,.tpp-post-comment-widget #comments .commentlist.style-cards .comment.depth-1>.reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.cards .comment.depth-1>.reply a,.tpp-post-comment-widget #comments .commentlist.cards .comment.depth-1>.reply .comment-reply-link{padding:4px 16px;font-weight:600;font-size:.95em;background-color:#f8f8f8;border:1px solid #eaeaea}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment.depth-1>.reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment.depth-1>.reply a:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment.depth-1>.reply .comment-reply-link:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .children .reply,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .children .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .children .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .children .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .children .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .children .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .children .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .children .reply,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .children .reply,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .children .reply,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .children .reply,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .children .reply,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .children .reply,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .children .reply,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .children .reply,.tpp-post-comment-widget #comments .comment-list.cards .comment .children .reply,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .children .reply,.tpp-post-comment-widget #comments .commentlist.cards .comment .children .reply{margin-top:12px;margin-bottom:5px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .children .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .children .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .children .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .children .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .children .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .children .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .children .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .children .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .children .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .children .reply a,.tpp-post-comment-widget .comments-area .comment-list.cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .children .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .children .reply a,.tpp-post-comment-widget .comments-area .commentlist.cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .children .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .children .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .children .reply a,.tpp-post-comment-widget #comments .comment-list.style-cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.cards .comment .children .reply a,.tpp-post-comment-widget #comments .comment-list.cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .children .reply a,.tpp-post-comment-widget #comments .commentlist.style-cards .comment .children .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.cards .comment .children .reply a,.tpp-post-comment-widget #comments .commentlist.cards .comment .children .reply .comment-reply-link{padding:6px 15px;font-size:.85em}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards>.comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards>.comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards>.comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .comment-list.cards>.comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards>.comment:not(:last-child),.tpp-post-comment-widget .tpp-comments-area .commentlist.cards>.comment:not(:last-child),.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards>.comment:not(:last-child),.tpp-post-comment-widget .comments-area .tpp-comments-list.cards>.comment:not(:last-child),.tpp-post-comment-widget .comments-area .comment-list.style-cards>.comment:not(:last-child),.tpp-post-comment-widget .comments-area .comment-list.cards>.comment:not(:last-child),.tpp-post-comment-widget .comments-area .commentlist.style-cards>.comment:not(:last-child),.tpp-post-comment-widget .comments-area .commentlist.cards>.comment:not(:last-child),.tpp-post-comment-widget #comments .tpp-comments-list.style-cards>.comment:not(:last-child),.tpp-post-comment-widget #comments .tpp-comments-list.cards>.comment:not(:last-child),.tpp-post-comment-widget #comments .comment-list.style-cards>.comment:not(:last-child),.tpp-post-comment-widget #comments .comment-list.cards>.comment:not(:last-child),.tpp-post-comment-widget #comments .commentlist.style-cards>.comment:not(:last-child),.tpp-post-comment-widget #comments .commentlist.cards>.comment:not(:last-child){margin-bottom:30px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond{background-color:var(--tpp-color-white);border-radius:16px;padding:25px 30px;margin-top:20px;margin-bottom:30px;box-shadow:0 6px 15px rgba(0,0,0,.05),0 2px 8px rgba(0,0,0,.03)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-reply-title,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-reply-title,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-reply-title,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-reply-title,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-reply-title,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-reply-title,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-reply-title,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-reply-title{font-size:1.2em;font-weight:600;margin-bottom:20px;color:#333;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-reply-title small,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-reply-title small{margin-left:10px;font-size:.8em}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-reply-title small a,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-reply-title small a{color:#888;text-decoration:none}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-reply-title small a:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-reply-title small a:hover{color:var(--tpp-color-primary);text-decoration:underline}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .logged-in-as,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .logged-in-as,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .logged-in-as,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .logged-in-as,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .logged-in-as,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .logged-in-as,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .logged-in-as,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .logged-in-as,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .logged-in-as,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .logged-in-as,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .logged-in-as,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .logged-in-as,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .logged-in-as,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .logged-in-as,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .logged-in-as,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .logged-in-as,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .logged-in-as,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .logged-in-as{margin-bottom:20px;font-size:.9em;color:#666}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .logged-in-as a,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .logged-in-as a,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .logged-in-as a,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .logged-in-as a,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .logged-in-as a,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .logged-in-as a,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .logged-in-as a,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .logged-in-as a{color:var(--tpp-color-primary);text-decoration:none}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .logged-in-as a:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .logged-in-as a:hover{text-decoration:underline}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form p,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form p,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form p,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form p,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form p,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form p,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form p,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form p,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form p,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form p,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form p,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form p,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form p,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form p,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form p,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form p,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form p,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form p{margin-bottom:20px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form label,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form label,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form label,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form label,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form label,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form label,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form label,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form label,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form label,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form label,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form label,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form label,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form label,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form label,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form label,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form label,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form label,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form label{display:block;margin-bottom:8px;font-weight:500;color:#444}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .required,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .required,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .required,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .required,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .required,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .required,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .required,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .required,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .required,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .required,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .required,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .required,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .required,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .required,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .required,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .required,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .required,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .required{color:#e53935}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form input[type=text],.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form input[type=email],.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form input[type=url],.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form textarea{width:100%;padding:12px 15px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9;font-size:1em;transition:all .2s ease}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form textarea:focus,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form textarea:focus{outline:none;border-color:rgba(0,123,255,.5);box-shadow:0 0 0 3px rgba(0,123,255,.1);background-color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form textarea,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form textarea{height:150px;resize:vertical}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .comment-form-url,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .comment-form-author,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .comment-form-email,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .comment-form-url{width:32%;float:left;margin-right:2%}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .comment-form-url:last-of-type,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .comment-form-author:last-of-type,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .comment-form-email:last-of-type,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .comment-form-url:last-of-type{margin-right:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .comment-form-cookies-consent{display:flex;align-items:center}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .comment-form-cookies-consent input,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .comment-form-cookies-consent input{margin-right:10px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .comment-form-cookies-consent label{margin-bottom:0;font-size:.9em}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .form-submit,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .form-submit{margin-top:10px;margin-bottom:0;text-align:right}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .form-submit .submit,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .form-submit input[type=submit],.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .form-submit .submit{display:inline-block;padding:12px 28px;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border:none;border-radius:30px;font-size:1em;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.1)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .form-submit .submit:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .form-submit input[type=submit]:hover,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .form-submit .submit:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.15)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-form .form-submit .submit:active,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .form-submit input[type=submit]:active,.tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-form .form-submit .submit:active{transform:translateY(0);box-shadow:0 2px 5px rgba(0,0,0,.1)}.comment .tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond,.comment .tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond,.comment .tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond,.comment .tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond,.comment .tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond,.comment .tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond,.comment .tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond,.comment .tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond,.comment .tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond,.comment .tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond,.comment .tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond,.comment .tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond,.comment .tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond,.comment .tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond,.comment .tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond,.comment .tpp-post-comment-widget #comments .comment-list.cards .comment-respond,.comment .tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond,.comment .tpp-post-comment-widget #comments .commentlist.cards .comment-respond{margin-top:25px;margin-left:0;padding:22px;background-color:#f8fafc;box-shadow:0 3px 10px rgba(0,0,0,.03);border-left:3px solid var(--tpp-color-primary)}.comment .tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .tpp-comments-area .comment-list.style-cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .tpp-comments-area .comment-list.cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .tpp-comments-area .commentlist.style-cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .tpp-comments-area .commentlist.cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .comments-area .tpp-comments-list.style-cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .comments-area .tpp-comments-list.cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .comments-area .comment-list.style-cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .comments-area .comment-list.cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .comments-area .commentlist.style-cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget .comments-area .commentlist.cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget #comments .tpp-comments-list.style-cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget #comments .tpp-comments-list.cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget #comments .comment-list.style-cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget #comments .comment-list.cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget #comments .commentlist.style-cards .comment-respond .comment-reply-title,.comment .tpp-post-comment-widget #comments .commentlist.cards .comment-respond .comment-reply-title{font-size:1.1em;padding-bottom:8px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment,.tpp-post-comment-widget .comments-area .comment-list.thread .comment,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment,.tpp-post-comment-widget .comments-area .commentlist.thread .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment,.tpp-post-comment-widget #comments .comment-list.style-thread .comment,.tpp-post-comment-widget #comments .comment-list.thread .comment,.tpp-post-comment-widget #comments .commentlist.style-thread .comment,.tpp-post-comment-widget #comments .commentlist.thread .comment{position:relative;padding-left:70px;margin-bottom:30px}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment,.tpp-post-comment-widget .comments-area .comment-list.thread .comment,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment,.tpp-post-comment-widget .comments-area .commentlist.thread .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment,.tpp-post-comment-widget #comments .comment-list.style-thread .comment,.tpp-post-comment-widget #comments .comment-list.thread .comment,.tpp-post-comment-widget #comments .commentlist.style-thread .comment,.tpp-post-comment-widget #comments .commentlist.thread .comment{padding-left:25px;margin-bottom:0;margin-top:30px}}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .comment-author span,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .comment-author span,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .comment-author cite,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .comment-author span,.tpp-post-comment-widget #comments .comment-list.thread .comment .comment-author cite,.tpp-post-comment-widget #comments .comment-list.thread .comment .comment-author span,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .comment-author cite,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .comment-author span,.tpp-post-comment-widget #comments .commentlist.thread .comment .comment-author cite,.tpp-post-comment-widget #comments .commentlist.thread .comment .comment-author span{font-size:16px;font-weight:500;text-transform:capitalize}}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment.parent .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment.parent .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment.parent .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment.parent .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment.parent .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment.parent .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment.parent .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment.parent .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment.parent .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.thread .comment.parent .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment.parent .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.thread .comment.parent .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment.parent .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment.parent .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-thread .comment.parent .comment-meta,.tpp-post-comment-widget #comments .comment-list.thread .comment.parent .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-thread .comment.parent .comment-meta,.tpp-post-comment-widget #comments .commentlist.thread .comment.parent .comment-meta{display:block}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-thread .comment.parent .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.thread .comment.parent .comment-meta .comment-author img{position:relative;display:block;margin-bottom:15px;padding:0;left:-2px}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment:before,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment:before,.tpp-post-comment-widget .comments-area .comment-list.thread .comment:before,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment:before,.tpp-post-comment-widget .comments-area .commentlist.thread .comment:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment:before,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment:before,.tpp-post-comment-widget #comments .comment-list.style-thread .comment:before,.tpp-post-comment-widget #comments .comment-list.thread .comment:before,.tpp-post-comment-widget #comments .commentlist.style-thread .comment:before,.tpp-post-comment-widget #comments .commentlist.thread .comment:before{content:"";position:absolute;top:0;left:30px;height:100%;width:1px;background-color:#f0f0f0}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment:before,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment:before,.tpp-post-comment-widget .comments-area .comment-list.thread .comment:before,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment:before,.tpp-post-comment-widget .comments-area .commentlist.thread .comment:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment:before,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment:before,.tpp-post-comment-widget #comments .comment-list.style-thread .comment:before,.tpp-post-comment-widget #comments .comment-list.thread .comment:before,.tpp-post-comment-widget #comments .commentlist.style-thread .comment:before,.tpp-post-comment-widget #comments .commentlist.thread .comment:before{content:unset}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .children,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .children,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .children,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .children,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .children,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .children,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .children,.tpp-post-comment-widget #comments .comment-list.thread .comment .children,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .children,.tpp-post-comment-widget #comments .commentlist.thread .comment .children{margin-top:30px;position:relative}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .children:before,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .children:before,.tpp-post-comment-widget #comments .comment-list.thread .comment .children:before,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .children:before,.tpp-post-comment-widget #comments .commentlist.thread .comment .children:before{content:"";position:absolute;top:0;left:-40px;height:30px;width:40px;border-left:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;border-bottom-left-radius:10px}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .children:before,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .children:before,.tpp-post-comment-widget #comments .comment-list.thread .comment .children:before,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .children:before,.tpp-post-comment-widget #comments .commentlist.thread .comment .children:before{content:unset}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .children .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .children .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .children .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .children .comment,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .children .comment,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .children .comment,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .children .comment,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .children .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .children .comment,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .children .comment,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .children .comment,.tpp-post-comment-widget #comments .comment-list.thread .comment .children .comment,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .children .comment,.tpp-post-comment-widget #comments .commentlist.thread .comment .children .comment{padding-left:50px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .children .comment:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .children .comment:before,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget #comments .comment-list.thread .comment .children .comment:before,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .children .comment:before,.tpp-post-comment-widget #comments .commentlist.thread .comment .children .comment:before{left:10px}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .children .comment:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .children .comment:before,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .children .comment:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .children .comment:before,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .children .comment:before,.tpp-post-comment-widget #comments .comment-list.thread .comment .children .comment:before,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .children .comment:before,.tpp-post-comment-widget #comments .commentlist.thread .comment .children .comment:before{content:unset}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.thread .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.thread .comment .comment-meta{display:flex;align-items:center;margin-bottom:15px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.thread .comment .comment-meta .comment-author img{border-radius:50%;border:2px solid var(--tpp-color-white);box-shadow:0 0 0 2px #e0e0e0;position:absolute;left:0px;top:0;z-index:1;background:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .reply,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .reply,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .reply,.tpp-post-comment-widget #comments .comment-list.thread .comment .reply,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .reply,.tpp-post-comment-widget #comments .commentlist.thread .comment .reply{margin-top:15px;margin-bottom:5px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.thread .comment .reply a,.tpp-post-comment-widget #comments .comment-list.thread .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.thread .comment .reply a,.tpp-post-comment-widget #comments .commentlist.thread .comment .reply .comment-reply-link{display:inline-block;padding:6px 15px;background-color:#f0f0f0;color:#555;border-radius:4px;font-size:.9em;text-decoration:none;transition:all .2s ease}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.thread .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.thread .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.thread .comment .reply .comment-reply-link:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.thread .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.thread .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment:last-child,.tpp-post-comment-widget #comments .comment-list.style-thread .comment:last-child,.tpp-post-comment-widget #comments .comment-list.thread .comment:last-child,.tpp-post-comment-widget #comments .commentlist.style-thread .comment:last-child,.tpp-post-comment-widget #comments .commentlist.thread .comment:last-child{padding:10px;padding-bottom:1px;border:rgba(0,0,0,0)}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment,.tpp-post-comment-widget #comments .comment-list.bubbles .comment,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment,.tpp-post-comment-widget #comments .commentlist.bubbles .comment{margin-bottom:25px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .comment-meta{display:flex;align-items:center;margin-bottom:10px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .comment-meta .comment-author img{border-radius:50%;margin-right:15px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .comment-content,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .comment-content,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .comment-content,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .comment-content,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .comment-content,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .comment-content,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .comment-content,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .comment-content,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .comment-content,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .comment-content,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .comment-content,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .comment-content,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .comment-content{position:relative;background-color:#f0f2f5;padding:15px 20px;border-radius:18px;margin-left:60px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .comment-content:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .comment-content:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .comment-content:before,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .comment-content:before,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .comment-content:before,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .comment-content:before,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .comment-content:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .comment-content:before,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .comment-content:before,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .comment-content:before,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .comment-content:before,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .comment-content:before,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .comment-content:before{content:"";position:absolute;top:15px;left:-12px;border-width:6px;border-style:solid;border-color:rgba(0,0,0,0) #f0f2f5 rgba(0,0,0,0) rgba(0,0,0,0)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .children .comment .comment-content,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .children .comment .comment-content{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .children .comment .comment-content:before,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .children .comment .comment-content:before{border-color:rgba(0,0,0,0) var(--tpp-color-primary) rgba(0,0,0,0) rgba(0,0,0,0)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .reply,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .reply,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .reply,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .reply,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .reply,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .reply{margin-top:10px;margin-bottom:5px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .reply a,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .reply a,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .reply .comment-reply-link{display:inline-block;padding:5px 12px;background-color:#f0f0f0;color:#555;border-radius:15px;font-size:.85em;text-decoration:none;transition:all .2s ease}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.bubbles .comment .reply .comment-reply-link:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment,.tpp-post-comment-widget .comments-area .comment-list.flat .comment,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment,.tpp-post-comment-widget .comments-area .commentlist.flat .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment,.tpp-post-comment-widget #comments .comment-list.style-flat .comment,.tpp-post-comment-widget #comments .comment-list.flat .comment,.tpp-post-comment-widget #comments .commentlist.style-flat .comment,.tpp-post-comment-widget #comments .commentlist.flat .comment{padding:20px;margin-bottom:15px;background-color:var(--tpp-color-white);border:none;border-bottom:2px solid #eee;border-radius:0}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment,.tpp-post-comment-widget .comments-area .comment-list.flat .comment,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment,.tpp-post-comment-widget .comments-area .commentlist.flat .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment,.tpp-post-comment-widget #comments .comment-list.style-flat .comment,.tpp-post-comment-widget #comments .comment-list.flat .comment,.tpp-post-comment-widget #comments .commentlist.style-flat .comment,.tpp-post-comment-widget #comments .commentlist.flat .comment{padding:10px;padding-bottom:1px;border:rgba(0,0,0,0)}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .children,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .children,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .children,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .children,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .children,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .children,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .children,.tpp-post-comment-widget #comments .comment-list.flat .comment .children,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .children,.tpp-post-comment-widget #comments .commentlist.flat .comment .children{margin-left:30px;margin-top:15px;position:relative}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .children:before,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .children:before,.tpp-post-comment-widget #comments .comment-list.flat .comment .children:before,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .children:before,.tpp-post-comment-widget #comments .commentlist.flat .comment .children:before{content:"";position:absolute;top:0;left:-15px;width:2px;height:100%;background-color:#eee}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.flat .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.flat .comment .comment-meta{display:flex;justify-content:space-between;margin-bottom:15px}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.flat .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.flat .comment .comment-meta{display:block}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.flat .comment .comment-meta .comment-author img{position:relative;display:block;margin-bottom:15px;padding:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .comment-list.flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .comment-list.flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .commentlist.flat .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .commentlist.flat .comment .comment-meta .comment-author span{font-size:16px;font-weight:500;text-transform:capitalize}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.flat .comment .comment-meta .comment-author img{border-radius:4px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .comment-content,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .comment-content,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .comment-content,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .comment-content,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .comment-content,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .comment-content,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .comment-content,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .comment-content,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .comment-content,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .comment-content,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .comment-content,.tpp-post-comment-widget #comments .comment-list.flat .comment .comment-content,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .comment-content,.tpp-post-comment-widget #comments .commentlist.flat .comment .comment-content{padding-left:10px;border-left:3px solid #eee}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .reply,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .reply,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .reply,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .reply,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .reply,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .reply,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .reply,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .reply,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .reply,.tpp-post-comment-widget #comments .comment-list.flat .comment .reply,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .reply,.tpp-post-comment-widget #comments .commentlist.flat .comment .reply{margin-top:12px;margin-bottom:5px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.flat .comment .reply a,.tpp-post-comment-widget #comments .comment-list.flat .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.flat .comment .reply a,.tpp-post-comment-widget #comments .commentlist.flat .comment .reply .comment-reply-link{display:inline-block;padding:5px 12px;text-transform:uppercase;background-color:rgba(0,0,0,0);color:#555;font-size:.8em;font-weight:500;text-decoration:none;transition:all .2s ease;border-bottom:2px solid #eee}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.flat .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.flat .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.flat .comment .reply .comment-reply-link:hover{color:var(--tpp-color-primary);border-color:var(--tpp-color-primary)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment,.tpp-post-comment-widget .comments-area .comment-list.material .comment,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment,.tpp-post-comment-widget .comments-area .commentlist.material .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment,.tpp-post-comment-widget #comments .comment-list.style-material .comment,.tpp-post-comment-widget #comments .comment-list.material .comment,.tpp-post-comment-widget #comments .commentlist.style-material .comment,.tpp-post-comment-widget #comments .commentlist.material .comment{padding:20px;margin-bottom:20px;background-color:var(--tpp-color-white);border-radius:4px;border:1px solid #f2f2f2}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment,.tpp-post-comment-widget .comments-area .comment-list.material .comment,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment,.tpp-post-comment-widget .comments-area .commentlist.material .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment,.tpp-post-comment-widget #comments .comment-list.style-material .comment,.tpp-post-comment-widget #comments .comment-list.material .comment,.tpp-post-comment-widget #comments .commentlist.style-material .comment,.tpp-post-comment-widget #comments .commentlist.material .comment{padding:10px;padding-bottom:1px;border:rgba(0,0,0,0)}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.material .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.material .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment:last-child,.tpp-post-comment-widget #comments .comment-list.style-material .comment:last-child,.tpp-post-comment-widget #comments .comment-list.material .comment:last-child,.tpp-post-comment-widget #comments .commentlist.style-material .comment:last-child,.tpp-post-comment-widget #comments .commentlist.material .comment:last-child{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .children,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .children,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .children,.tpp-post-comment-widget .comments-area .comment-list.material .comment .children,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .children,.tpp-post-comment-widget .comments-area .commentlist.material .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .children,.tpp-post-comment-widget #comments .comment-list.style-material .comment .children,.tpp-post-comment-widget #comments .comment-list.material .comment .children,.tpp-post-comment-widget #comments .commentlist.style-material .comment .children,.tpp-post-comment-widget #comments .commentlist.material .comment .children{margin-left:35px;margin-top:20px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.material .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.material .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-material .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.material .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-material .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.material .comment .comment-meta{display:flex;align-items:center;margin-bottom:15px}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.material .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.material .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-material .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.material .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-material .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.material .comment .comment-meta{display:block}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.material .comment .comment-meta .comment-author img{position:relative;display:block;margin-bottom:15px;padding:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.material .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .comment-list.style-material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .comment-list.style-material .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .comment-list.material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .comment-list.material .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .commentlist.style-material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .commentlist.style-material .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .commentlist.material .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .commentlist.material .comment .comment-meta .comment-author span{font-size:16px;font-weight:500;text-transform:capitalize}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-material .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.material .comment .comment-meta .comment-author img{border-radius:50%;margin-right:15px;border:2px solid var(--tpp-color-primary)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.material .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.material .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-material .comment .reply a,.tpp-post-comment-widget #comments .comment-list.material .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-material .comment .reply a,.tpp-post-comment-widget #comments .commentlist.material .comment .reply a{display:inline-block;padding:5px 15px;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border-radius:3px;text-transform:uppercase;font-size:12px;letter-spacing:.5px;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:all .3s}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.material .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-material .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.material .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-material .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.material .comment .reply a:hover{box-shadow:0 5px 15px rgba(0,0,0,.3);transform:translateY(-2px)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment,.tpp-post-comment-widget #comments .comment-list.bordered .comment,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment,.tpp-post-comment-widget #comments .commentlist.bordered .comment{padding:25px;margin-bottom:20px;background-color:rgba(0,0,0,0);border:1px solid #f2f2f2;border-radius:8px;transition:all .3s ease}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment:last-child,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment:last-child,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment:last-child,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment:last-child,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment:last-child,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment:last-child,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment:last-child,.tpp-post-comment-widget #comments .comment-list.bordered .comment:last-child,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment:last-child,.tpp-post-comment-widget #comments .commentlist.bordered .comment:last-child{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment:hover,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment:hover,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment:hover,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment:hover,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment:hover,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment:hover,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment:hover,.tpp-post-comment-widget #comments .comment-list.bordered .comment:hover,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment:hover,.tpp-post-comment-widget #comments .commentlist.bordered .comment:hover{border-color:var(--tpp-color-primary)}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment,.tpp-post-comment-widget #comments .comment-list.bordered .comment,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment,.tpp-post-comment-widget #comments .commentlist.bordered .comment{padding:10px;padding-bottom:1px;border:rgba(0,0,0,0)}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .children,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .children,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .children,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .children,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .children,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .children,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .children,.tpp-post-comment-widget #comments .comment-list.bordered .comment .children,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .children,.tpp-post-comment-widget #comments .commentlist.bordered .comment .children{margin-left:40px;margin-top:25px;position:relative}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .children:before,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .children:before,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .children:before,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .children:before,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .children:before,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .children:before,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .children:before,.tpp-post-comment-widget #comments .comment-list.bordered .comment .children:before,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .children:before,.tpp-post-comment-widget #comments .commentlist.bordered .comment .children:before{content:"";position:absolute;top:-15px;left:20px;height:15px;width:2px;background-color:#e1e1e1}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.bordered .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.bordered .comment .comment-meta{border-bottom:1px dashed #e1e1e1;padding-bottom:15px;margin-bottom:15px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.bordered .comment .comment-meta .comment-author img{border-radius:50%;border:2px solid #e1e1e1;padding:3px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.bordered .comment .comment-meta .comment-metadata{margin-top:10px}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.bordered .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.bordered .comment .comment-meta{display:block}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.bordered .comment .comment-meta .comment-author img{position:relative;display:block;margin-bottom:15px;padding:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .comment-list.bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .comment-list.bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .commentlist.bordered .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .commentlist.bordered .comment .comment-meta .comment-author span{font-size:16px;font-weight:500;text-transform:capitalize}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .reply a,.tpp-post-comment-widget #comments .comment-list.bordered .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .reply a,.tpp-post-comment-widget #comments .commentlist.bordered .comment .reply a{border:1px solid #e1e1e1;padding:5px 15px;border-radius:20px;transition:all .3s}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.bordered .comment .reply a:hover{background-color:var(--tpp-color-primary);border-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment,.tpp-post-comment-widget .comments-area .comment-list.classic .comment,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment,.tpp-post-comment-widget .comments-area .commentlist.classic .comment,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment,.tpp-post-comment-widget #comments .comment-list.style-classic .comment,.tpp-post-comment-widget #comments .comment-list.classic .comment,.tpp-post-comment-widget #comments .commentlist.style-classic .comment,.tpp-post-comment-widget #comments .commentlist.classic .comment{padding:15px 0;margin-bottom:15px;background-color:rgba(0,0,0,0);border:none;border-bottom:1px solid #eaeaea;border-radius:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .children,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .children,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .children,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .children,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .children,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .children,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .children,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .children,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .children,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .children,.tpp-post-comment-widget #comments .comment-list.classic .comment .children,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .children,.tpp-post-comment-widget #comments .commentlist.classic .comment .children{margin-left:30px;margin-top:15px;padding-left:15px;border-left:1px solid #eaeaea}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.classic .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.classic .comment .comment-meta{margin-bottom:10px;font-size:.9em;color:#777}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.classic .comment .comment-meta .comment-author img{border-radius:3px;margin-right:10px}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .comment-list.classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .comment-meta .comment-metadata,.tpp-post-comment-widget #comments .commentlist.classic .comment .comment-meta .comment-metadata{margin-top:10px}@media(max-width: 425px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .comment-meta,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .comment-meta,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .comment-meta,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .comment-meta,.tpp-post-comment-widget #comments .comment-list.classic .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .comment-meta,.tpp-post-comment-widget #comments .commentlist.classic .comment .comment-meta{display:block}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .comment-list.classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .comment-meta .comment-author img,.tpp-post-comment-widget #comments .commentlist.classic .comment .comment-meta .comment-author img{position:relative;display:block;margin-right:0;margin-bottom:15px;padding:0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .comment-list.classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .comment-list.classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .comment-meta .comment-author span,.tpp-post-comment-widget #comments .commentlist.classic .comment .comment-meta .comment-author cite,.tpp-post-comment-widget #comments .commentlist.classic .comment .comment-meta .comment-author span{font-size:16px;font-weight:500;text-transform:capitalize}}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .reply a,.tpp-post-comment-widget #comments .comment-list.classic .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .reply a,.tpp-post-comment-widget #comments .commentlist.classic .comment .reply a{font-size:.9em;color:var(--tpp-color-primary);text-decoration:underline}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .reply a,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .comment-reply-link,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .reply a,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.default .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.material .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .reply a,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.default .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.material .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.default .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.material .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .reply a,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.default .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.material .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .comment-reply-link,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .reply a,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .comment-reply-link,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-default .comment .reply a,.tpp-post-comment-widget #comments .comment-list.default .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .reply a,.tpp-post-comment-widget #comments .comment-list.flat .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .reply a,.tpp-post-comment-widget #comments .comment-list.thread .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-material .comment .reply a,.tpp-post-comment-widget #comments .comment-list.material .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .reply a,.tpp-post-comment-widget #comments .comment-list.bordered .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .reply a,.tpp-post-comment-widget #comments .comment-list.classic .comment .reply a,.tpp-post-comment-widget #comments .comment-list.style-default .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.default .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.flat .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.thread .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-material .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.material .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.bordered .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .comment-reply-link,.tpp-post-comment-widget #comments .comment-list.classic .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-default .comment .reply a,.tpp-post-comment-widget #comments .commentlist.default .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .reply a,.tpp-post-comment-widget #comments .commentlist.flat .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .reply a,.tpp-post-comment-widget #comments .commentlist.thread .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-material .comment .reply a,.tpp-post-comment-widget #comments .commentlist.material .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .reply a,.tpp-post-comment-widget #comments .commentlist.bordered .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .reply a,.tpp-post-comment-widget #comments .commentlist.classic .comment .reply a,.tpp-post-comment-widget #comments .commentlist.style-default .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.default .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.flat .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.thread .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-material .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.material .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.bordered .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .comment-reply-link,.tpp-post-comment-widget #comments .commentlist.classic .comment .comment-reply-link{display:inline-block;padding:5px 15px;background-color:#f5f5f5;color:#555;border-radius:4px;font-size:.9em;text-decoration:none;transition:all .2s ease;border:1px solid #eee}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-default .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.default .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-material .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.material .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.style-classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-list.classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-default .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.default .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-material .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.material .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.style-classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .comment-list.classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .reply a:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-default .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.default .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-material .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.material .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.style-classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .tpp-comments-area .commentlist.classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .reply a:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-default .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.default .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-material .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.material .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.style-classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .tpp-comments-list.classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .reply a:hover,.tpp-post-comment-widget .comments-area .comment-list.style-default .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.default .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-material .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.material .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.style-classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .comment-list.classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.default .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.material .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .reply a:hover,.tpp-post-comment-widget .comments-area .commentlist.style-default .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.default .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.flat .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.thread .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-material .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.material .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.style-classic .comment .comment-reply-link:hover,.tpp-post-comment-widget .comments-area .commentlist.classic .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .reply a:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-default .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.default .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-flat .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.flat .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-thread .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.thread .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-material .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.material .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.style-classic .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .tpp-comments-list.classic .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-default .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.default .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.flat .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.thread .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-material .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.material .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.classic .comment .reply a:hover,.tpp-post-comment-widget #comments .comment-list.style-default .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.default .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-flat .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.flat .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-thread .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.thread .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-material .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.material .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.style-classic .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .comment-list.classic .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-default .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.default .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.flat .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.thread .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-material .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.material .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.bordered .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.classic .comment .reply a:hover,.tpp-post-comment-widget #comments .commentlist.style-default .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.default .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-flat .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.flat .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-thread .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.thread .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-material .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.material .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.bordered .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.style-classic .comment .comment-reply-link:hover,.tpp-post-comment-widget #comments .commentlist.classic .comment .comment-reply-link:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border-color:var(--tpp-color-primary)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination,.tpp-post-comment-widget .tpp-comments-area .comments-pagination,.tpp-post-comment-widget .tpp-comments-area .navigation,.tpp-post-comment-widget .tpp-comments-area .comment-navigation,.tpp-post-comment-widget .comments-area .tpp-comments-pagination,.tpp-post-comment-widget .comments-area .comments-pagination,.tpp-post-comment-widget .comments-area .navigation,.tpp-post-comment-widget .comments-area .comment-navigation,.tpp-post-comment-widget #comments .tpp-comments-pagination,.tpp-post-comment-widget #comments .comments-pagination,.tpp-post-comment-widget #comments .navigation,.tpp-post-comment-widget #comments .comment-navigation{text-align:center;margin:30px 0}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination .page-numbers,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination .nav-links a,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination .nav-links span,.tpp-post-comment-widget .tpp-comments-area .comments-pagination .page-numbers,.tpp-post-comment-widget .tpp-comments-area .comments-pagination .nav-links a,.tpp-post-comment-widget .tpp-comments-area .comments-pagination .nav-links span,.tpp-post-comment-widget .tpp-comments-area .navigation .page-numbers,.tpp-post-comment-widget .tpp-comments-area .navigation .nav-links a,.tpp-post-comment-widget .tpp-comments-area .navigation .nav-links span,.tpp-post-comment-widget .tpp-comments-area .comment-navigation .page-numbers,.tpp-post-comment-widget .tpp-comments-area .comment-navigation .nav-links a,.tpp-post-comment-widget .tpp-comments-area .comment-navigation .nav-links span,.tpp-post-comment-widget .comments-area .tpp-comments-pagination .page-numbers,.tpp-post-comment-widget .comments-area .tpp-comments-pagination .nav-links a,.tpp-post-comment-widget .comments-area .tpp-comments-pagination .nav-links span,.tpp-post-comment-widget .comments-area .comments-pagination .page-numbers,.tpp-post-comment-widget .comments-area .comments-pagination .nav-links a,.tpp-post-comment-widget .comments-area .comments-pagination .nav-links span,.tpp-post-comment-widget .comments-area .navigation .page-numbers,.tpp-post-comment-widget .comments-area .navigation .nav-links a,.tpp-post-comment-widget .comments-area .navigation .nav-links span,.tpp-post-comment-widget .comments-area .comment-navigation .page-numbers,.tpp-post-comment-widget .comments-area .comment-navigation .nav-links a,.tpp-post-comment-widget .comments-area .comment-navigation .nav-links span,.tpp-post-comment-widget #comments .tpp-comments-pagination .page-numbers,.tpp-post-comment-widget #comments .tpp-comments-pagination .nav-links a,.tpp-post-comment-widget #comments .tpp-comments-pagination .nav-links span,.tpp-post-comment-widget #comments .comments-pagination .page-numbers,.tpp-post-comment-widget #comments .comments-pagination .nav-links a,.tpp-post-comment-widget #comments .comments-pagination .nav-links span,.tpp-post-comment-widget #comments .navigation .page-numbers,.tpp-post-comment-widget #comments .navigation .nav-links a,.tpp-post-comment-widget #comments .navigation .nav-links span,.tpp-post-comment-widget #comments .comment-navigation .page-numbers,.tpp-post-comment-widget #comments .comment-navigation .nav-links a,.tpp-post-comment-widget #comments .comment-navigation .nav-links span{display:inline-block;padding:5px 12px;margin:0 3px;border:1px solid #e0e0e0;border-radius:3px;color:#333;text-decoration:none}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination .page-numbers.current,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination .nav-links a.current,.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination .nav-links span.current,.tpp-post-comment-widget .tpp-comments-area .comments-pagination .page-numbers.current,.tpp-post-comment-widget .tpp-comments-area .comments-pagination .nav-links a.current,.tpp-post-comment-widget .tpp-comments-area .comments-pagination .nav-links span.current,.tpp-post-comment-widget .tpp-comments-area .navigation .page-numbers.current,.tpp-post-comment-widget .tpp-comments-area .navigation .nav-links a.current,.tpp-post-comment-widget .tpp-comments-area .navigation .nav-links span.current,.tpp-post-comment-widget .tpp-comments-area .comment-navigation .page-numbers.current,.tpp-post-comment-widget .tpp-comments-area .comment-navigation .nav-links a.current,.tpp-post-comment-widget .tpp-comments-area .comment-navigation .nav-links span.current,.tpp-post-comment-widget .comments-area .tpp-comments-pagination .page-numbers.current,.tpp-post-comment-widget .comments-area .tpp-comments-pagination .nav-links a.current,.tpp-post-comment-widget .comments-area .tpp-comments-pagination .nav-links span.current,.tpp-post-comment-widget .comments-area .comments-pagination .page-numbers.current,.tpp-post-comment-widget .comments-area .comments-pagination .nav-links a.current,.tpp-post-comment-widget .comments-area .comments-pagination .nav-links span.current,.tpp-post-comment-widget .comments-area .navigation .page-numbers.current,.tpp-post-comment-widget .comments-area .navigation .nav-links a.current,.tpp-post-comment-widget .comments-area .navigation .nav-links span.current,.tpp-post-comment-widget .comments-area .comment-navigation .page-numbers.current,.tpp-post-comment-widget .comments-area .comment-navigation .nav-links a.current,.tpp-post-comment-widget .comments-area .comment-navigation .nav-links span.current,.tpp-post-comment-widget #comments .tpp-comments-pagination .page-numbers.current,.tpp-post-comment-widget #comments .tpp-comments-pagination .nav-links a.current,.tpp-post-comment-widget #comments .tpp-comments-pagination .nav-links span.current,.tpp-post-comment-widget #comments .comments-pagination .page-numbers.current,.tpp-post-comment-widget #comments .comments-pagination .nav-links a.current,.tpp-post-comment-widget #comments .comments-pagination .nav-links span.current,.tpp-post-comment-widget #comments .navigation .page-numbers.current,.tpp-post-comment-widget #comments .navigation .nav-links a.current,.tpp-post-comment-widget #comments .navigation .nav-links span.current,.tpp-post-comment-widget #comments .comment-navigation .page-numbers.current,.tpp-post-comment-widget #comments .comment-navigation .nav-links a.current,.tpp-post-comment-widget #comments .comment-navigation .nav-links span.current{background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border-color:var(--tpp-color-primary)}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination .page-numbers:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination .nav-links a:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .tpp-comments-pagination .nav-links span:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .comments-pagination .page-numbers:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .comments-pagination .nav-links a:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .comments-pagination .nav-links span:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .navigation .page-numbers:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .navigation .nav-links a:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .navigation .nav-links span:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .comment-navigation .page-numbers:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .comment-navigation .nav-links a:hover:not(.current),.tpp-post-comment-widget .tpp-comments-area .comment-navigation .nav-links span:hover:not(.current),.tpp-post-comment-widget .comments-area .tpp-comments-pagination .page-numbers:hover:not(.current),.tpp-post-comment-widget .comments-area .tpp-comments-pagination .nav-links a:hover:not(.current),.tpp-post-comment-widget .comments-area .tpp-comments-pagination .nav-links span:hover:not(.current),.tpp-post-comment-widget .comments-area .comments-pagination .page-numbers:hover:not(.current),.tpp-post-comment-widget .comments-area .comments-pagination .nav-links a:hover:not(.current),.tpp-post-comment-widget .comments-area .comments-pagination .nav-links span:hover:not(.current),.tpp-post-comment-widget .comments-area .navigation .page-numbers:hover:not(.current),.tpp-post-comment-widget .comments-area .navigation .nav-links a:hover:not(.current),.tpp-post-comment-widget .comments-area .navigation .nav-links span:hover:not(.current),.tpp-post-comment-widget .comments-area .comment-navigation .page-numbers:hover:not(.current),.tpp-post-comment-widget .comments-area .comment-navigation .nav-links a:hover:not(.current),.tpp-post-comment-widget .comments-area .comment-navigation .nav-links span:hover:not(.current),.tpp-post-comment-widget #comments .tpp-comments-pagination .page-numbers:hover:not(.current),.tpp-post-comment-widget #comments .tpp-comments-pagination .nav-links a:hover:not(.current),.tpp-post-comment-widget #comments .tpp-comments-pagination .nav-links span:hover:not(.current),.tpp-post-comment-widget #comments .comments-pagination .page-numbers:hover:not(.current),.tpp-post-comment-widget #comments .comments-pagination .nav-links a:hover:not(.current),.tpp-post-comment-widget #comments .comments-pagination .nav-links span:hover:not(.current),.tpp-post-comment-widget #comments .navigation .page-numbers:hover:not(.current),.tpp-post-comment-widget #comments .navigation .nav-links a:hover:not(.current),.tpp-post-comment-widget #comments .navigation .nav-links span:hover:not(.current),.tpp-post-comment-widget #comments .comment-navigation .page-numbers:hover:not(.current),.tpp-post-comment-widget #comments .comment-navigation .nav-links a:hover:not(.current),.tpp-post-comment-widget #comments .comment-navigation .nav-links span:hover:not(.current){background-color:#f5f5f5}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form p,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form p,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form p,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form p,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form p,.tpp-post-comment-widget #comments .comment-respond.default .comment-form p{margin-bottom:20px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form label,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form label,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form label,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form label,.tpp-post-comment-widget #comments .comment-respond.default .comment-form label{display:block;margin-bottom:5px;font-weight:500}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form textarea,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.default .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-respond.default .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-respond.default .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-respond.default .comment-form textarea{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:4px;background-color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form textarea:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.default .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.default .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.default .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.default .comment-form textarea:focus{border-color:var(--tpp-color-primary);outline:none}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form .comment-form-url,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form .comment-form-author,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form .comment-form-email,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form .comment-form-author,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form .comment-form-email,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form .comment-form-url,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form .comment-form-author,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form .comment-form-email,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form .comment-form-url,.tpp-post-comment-widget #comments .comment-respond.default .comment-form .comment-form-author,.tpp-post-comment-widget #comments .comment-respond.default .comment-form .comment-form-email,.tpp-post-comment-widget #comments .comment-respond.default .comment-form .comment-form-url{width:32%;float:left;margin-right:2%}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form .comment-form-url,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form .comment-form-url,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form .comment-form-url,.tpp-post-comment-widget #comments .comment-respond.default .comment-form .comment-form-url{margin-right:0}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form .form-submit,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form .form-submit,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form .form-submit,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form .form-submit,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form .form-submit,.tpp-post-comment-widget #comments .comment-respond.default .comment-form .form-submit{clear:both}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-respond.default .comment-form .comment-form-cookies-consent{display:flex;align-items:center;margin-top:10px;width:100%;justify-content:flex-start;gap:10px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-respond.default .comment-form .comment-form-cookies-consent label{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form input[type=submit],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form .submit,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form input[type=submit],.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form .submit,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form input[type=submit],.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form .submit,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form input[type=submit],.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form .submit,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form input[type=submit],.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form .submit,.tpp-post-comment-widget #comments .comment-respond.default .comment-form input[type=submit],.tpp-post-comment-widget #comments .comment-respond.default .comment-form .submit{padding:10px 25px;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border:none;border-radius:4px;font-weight:500;cursor:pointer}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form input[type=submit]:hover,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-default .comment-form .submit:hover,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form input[type=submit]:hover,.tpp-post-comment-widget .tpp-comments-area .comment-respond.default .comment-form .submit:hover,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-respond.form-style-default .comment-form .submit:hover,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-respond.default .comment-form .submit:hover,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-respond.form-style-default .comment-form .submit:hover,.tpp-post-comment-widget #comments .comment-respond.default .comment-form input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-respond.default .comment-form .submit:hover{background-color:var(--tpp-color-primary)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed{background-color:#f7f7f7;padding:30px;border-radius:8px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form p,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form p,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form p{margin-bottom:20px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form label,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form label{display:block;margin-bottom:8px;font-weight:500}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;background-color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form textarea:focus{border-color:var(--tpp-color-primary);outline:none}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form .comment-form-cookies-consent label{display:inline;font-weight:normal}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form input[type=submit],.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form input[type=submit],.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form input[type=submit]{padding:12px 30px;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border:none;border-radius:4px;font-weight:500;cursor:pointer}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-boxed .comment-form input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-respond.form-style-boxed .comment-form input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-respond.form-style-boxed .comment-form input[type=submit]:hover{background-color:var(--tpp-color-primary)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined{border:2px solid #e0e0e0;padding:30px;border-radius:4px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-reply-title,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-reply-title,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-reply-title{margin-top:0;padding-bottom:15px;border-bottom:1px solid #e0e0e0}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form p,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form p,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form p{margin-bottom:20px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form label,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form label{display:block;margin-bottom:5px;font-weight:500;color:#555}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form textarea{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:0;background-color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form textarea:focus{border-color:var(--tpp-color-primary);outline:none}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form .comment-form-cookies-consent{display:flex;align-items:center;margin-top:10px;width:100%;justify-content:flex-start;gap:10px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form .comment-form-cookies-consent label{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form input[type=submit],.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form input[type=submit],.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form input[type=submit]{padding:12px 25px;background-color:rgba(0,0,0,0);color:var(--tpp-color-primary);border:2px solid var(--tpp-color-primary);border-radius:0;font-weight:500;cursor:pointer;transition:all .3s}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-outlined .comment-form input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-respond.form-style-outlined .comment-form input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-respond.form-style-outlined .comment-form input[type=submit]:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form p,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form p,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form p{margin-bottom:25px;position:relative}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form label,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form label{display:block;margin-bottom:8px;font-weight:400;font-size:.9em;color:#666}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form textarea{width:100%;padding:10px 2px;border:none;border-bottom:1px solid #ddd;border-radius:0;background-color:rgba(0,0,0,0);transition:border-color .3s}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form textarea:focus{border-color:var(--tpp-color-primary);outline:none}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form textarea{min-height:100px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form .form-submit,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form .form-submit,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form .form-submit{text-align:left}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form input[type=submit],.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form input[type=submit],.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form input[type=submit]{padding:8px 20px;background-color:rgba(0,0,0,0);color:var(--tpp-color-primary);border:1px solid var(--tpp-color-primary);border-radius:0;font-size:.9em;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form input[type=submit]:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form .comment-form-cookies-consent{display:flex;align-items:center;margin-top:10px;width:100%;justify-content:flex-start;gap:10px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-minimal .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-minimal .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-respond.form-style-minimal .comment-form .comment-form-cookies-consent label{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form p,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form p,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form p{margin-bottom:25px;position:relative}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form label,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form label{display:block;margin-bottom:8px;font-weight:500;color:#555;transition:all .3s}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form textarea{width:100%;padding:12px 15px;border:none;border-bottom:2px solid #ddd;border-radius:0;background-color:#f7f7f7;transition:all .3s}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form textarea:focus{border-color:var(--tpp-color-primary);outline:none;background-color:var(--tpp-color-white);box-shadow:0 1px 3px rgba(0,0,0,.12)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form .form-submit,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form .form-submit,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form .form-submit{text-align:left}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form input[type=submit],.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form input[type=submit],.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form input[type=submit]{padding:10px 25px;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border:none;border-radius:3px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:all .3s}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form input[type=submit]:hover{box-shadow:0 5px 15px rgba(0,0,0,.3);transform:translateY(-2px)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form .comment-form-cookies-consent{display:flex;align-items:center;margin-top:10px;width:100%;justify-content:flex-start;gap:10px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-material .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-material .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-respond.form-style-material .comment-form .comment-form-cookies-consent label{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form p,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form p,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form p{margin-bottom:30px;position:relative}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form .comment-form-comment,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form .comment-form-url,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form .comment-form-comment,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form .comment-form-author,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form .comment-form-email,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form .comment-form-url,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form .comment-form-comment,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form .comment-form-author,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form .comment-form-email,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form .comment-form-url{position:relative}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form label,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form label{position:absolute;top:10px;left:15px;color:#999;pointer-events:none;transition:all .3s ease}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form textarea{width:100%;padding:15px;border:1px solid #ddd;border-radius:4px;background-color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=text]:not(:placeholder-shown),.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=email]:not(:placeholder-shown),.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=url]:not(:placeholder-shown),.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form textarea:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form textarea:not(:placeholder-shown),.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=text]:not(:placeholder-shown),.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=email]:not(:placeholder-shown),.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=url]:not(:placeholder-shown),.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form textarea:not(:placeholder-shown),.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=text]:not(:placeholder-shown),.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=email]:not(:placeholder-shown),.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=url]:not(:placeholder-shown),.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form textarea:not(:placeholder-shown){padding-top:20px;padding-bottom:10px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=text]:focus+label,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=text]:not(:placeholder-shown)+label,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=email]:focus+label,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=email]:not(:placeholder-shown)+label,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=url]:focus+label,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=url]:not(:placeholder-shown)+label,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form textarea:focus+label,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form textarea:not(:placeholder-shown)+label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=text]:focus+label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=text]:not(:placeholder-shown)+label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=email]:focus+label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=email]:not(:placeholder-shown)+label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=url]:focus+label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=url]:not(:placeholder-shown)+label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form textarea:focus+label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form textarea:not(:placeholder-shown)+label,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=text]:focus+label,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=text]:not(:placeholder-shown)+label,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=email]:focus+label,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=email]:not(:placeholder-shown)+label,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=url]:focus+label,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=url]:not(:placeholder-shown)+label,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form textarea:focus+label,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form textarea:not(:placeholder-shown)+label{top:5px;left:15px;font-size:.75em;color:var(--tpp-color-primary)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form textarea:focus{border-color:var(--tpp-color-primary);outline:none}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=submit],.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=submit],.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=submit]{padding:12px 30px;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border:none;border-radius:4px;font-weight:500;cursor:pointer}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form input[type=submit]:hover{background-color:var(--tpp-color-primary)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-floating .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-respond.form-style-floating .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-respond.form-style-floating .comment-form .comment-form-cookies-consent{display:flex;align-items:center;margin-top:10px;width:100%}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form p,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form p,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form p{margin-bottom:25px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form label,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form label{display:block;margin-bottom:10px;font-weight:500;color:#333;border-left:3px solid var(--tpp-color-primary);padding-left:10px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form textarea{width:100%;padding:10px 5px;border:none;border-bottom:2px solid #ddd;border-radius:0;background-color:rgba(0,0,0,0)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form textarea:focus{border-color:var(--tpp-color-primary);outline:none}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form .comment-form-cookies-consent{display:flex;align-items:center;margin-top:10px;width:100%;justify-content:flex-start;gap:10px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form .comment-form-cookies-consent label{margin-bottom:0}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form .form-submit,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form .form-submit,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form .form-submit{text-align:left}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form input[type=submit],.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form input[type=submit],.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form input[type=submit]{padding:10px 30px;background-color:#333;color:var(--tpp-color-white);border:none;font-weight:500;text-transform:uppercase;letter-spacing:1px;cursor:pointer}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-underlined .comment-form input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-respond.form-style-underlined .comment-form input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-respond.form-style-underlined .comment-form input[type=submit]:hover{background-color:var(--tpp-color-primary)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded{background-color:#f9f9f9;padding:30px;border-radius:15px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-reply-title,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-reply-title,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-reply-title{text-align:center;position:relative;margin-bottom:30px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-reply-title:after,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-reply-title:after,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-reply-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:50px;height:3px;background-color:var(--tpp-color-primary);border-radius:3px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form p,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form p,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form p{margin-bottom:20px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form label,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form label{display:block;margin-bottom:8px;font-weight:500;color:#444}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form input[type=text],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form input[type=email],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form input[type=url],.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form input[type=text],.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form input[type=email],.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form input[type=url],.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form input[type=text],.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form input[type=email],.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form input[type=url],.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form textarea{width:100%;padding:15px 20px;border:2px solid #eee;border-radius:50px;background-color:var(--tpp-color-white)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form input[type=text]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form input[type=email]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form input[type=url]:focus,.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form textarea:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form input[type=text]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form input[type=email]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form input[type=url]:focus,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form textarea:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form input[type=text]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form input[type=email]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form input[type=url]:focus,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form textarea:focus{border-color:var(--tpp-color-primary);outline:none}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form textarea,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form textarea,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form textarea{border-radius:20px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form .form-submit,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form .form-submit,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form .form-submit{text-align:center}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form input[type=submit],.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form input[type=submit],.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form input[type=submit]{padding:15px 40px;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border:none;border-radius:50px;font-weight:600;cursor:pointer;box-shadow:0 5px 15px var(--tpp-color-border);transition:all .3s}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form input[type=submit]:hover,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form input[type=submit]:hover,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--tpp-color-border)}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form .comment-form-cookies-consent,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form .comment-form-cookies-consent{display:flex;align-items:center;margin-top:10px;width:100%;justify-content:flex-start;gap:10px}.tpp-post-comment-widget .tpp-comments-area .comment-respond.form-style-rounded .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget .comments-area .comment-respond.form-style-rounded .comment-form .comment-form-cookies-consent label,.tpp-post-comment-widget #comments .comment-respond.form-style-rounded .comment-form .comment-form-cookies-consent label{margin-bottom:0}@media screen and (max-width: 768px){.tpp-post-comment-widget .tpp-comments-area .comment-respond .comment-list .comment .children,.tpp-post-comment-widget .tpp-comments-area .comment-respond .tpp-comments-list .comment .children,.tpp-post-comment-widget .comments-area .comment-respond .comment-list .comment .children,.tpp-post-comment-widget .comments-area .comment-respond .tpp-comments-list .comment .children,.tpp-post-comment-widget #comments .comment-respond .comment-list .comment .children,.tpp-post-comment-widget #comments .comment-respond .tpp-comments-list .comment .children{margin-left:20px !important}.tpp-post-comment-widget .tpp-comments-area .comment-respond .comment-form-author,.tpp-post-comment-widget .tpp-comments-area .comment-respond .comment-form-email,.tpp-post-comment-widget .tpp-comments-area .comment-respond .comment-form-url,.tpp-post-comment-widget .comments-area .comment-respond .comment-form-author,.tpp-post-comment-widget .comments-area .comment-respond .comment-form-email,.tpp-post-comment-widget .comments-area .comment-respond .comment-form-url,.tpp-post-comment-widget #comments .comment-respond .comment-form-author,.tpp-post-comment-widget #comments .comment-respond .comment-form-email,.tpp-post-comment-widget #comments .comment-respond .comment-form-url{width:100% !important;margin-right:0 !important}}.tpp-post-comment-widget .tpp-no-comments-message{padding:20px;margin-bottom:20px;font-style:italic}.tpp-post-comment-widget .tpp-no-comments-message.message-style-default{background-color:#f7f7f7;border-left:4px solid #e0e0e0;color:#555}.tpp-post-comment-widget .tpp-no-comments-message.message-style-alert{background-color:#fff4e5;border-radius:6px;color:#663c00;border:1px solid #ffdfb0}.tpp-post-comment-widget .tpp-no-comments-message.message-style-simple{background-color:rgba(0,0,0,0);border-top:1px solid #eee;border-bottom:1px solid #eee;text-align:center;color:#777}.tpp-post-comment-widget .tpp-no-comments-message.message-style-boxed{background-color:#f9f9f9;border-radius:8px;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.05);text-align:center;position:relative;padding-top:40px}.tpp-post-comment-widget .tpp-no-comments-message.message-style-boxed:before{content:"!";position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:30px;height:30px;background:var(--tpp-color-primary);color:var(--tpp-color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-style:normal}.tpp-post-comment-widget .tpp-comments-area .tpp-comments-title{font-size:1.4em;font-weight:600;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #eaeaea;color:#333}.tpp-post-comment-widget .tpp-comments-area.style-cards .tpp-comments-title,.tpp-post-comment-widget .tpp-comments-area.style-material .tpp-comments-title{font-weight:500;letter-spacing:.5px}.tpp-post-comment-widget .tpp-comments-area.style-flat .tpp-comments-title{border-bottom:none;padding-bottom:5px}.tpp-post-comment-widget .tpp-comments-area.style-classic .tpp-comments-title{font-size:1.2em;margin-bottom:20px}@media(max-width: 767px){.tpp-post-comment-widget .tpp-comments-area .tpp-comments-title{font-size:1.2em;margin-bottom:20px;padding-bottom:10px}}.tpp-post-comment-widget .comment-respond{margin-top:25px !important;margin-bottom:30px !important;border-radius:10px;padding:20px;background-color:#f8f8f8;border:1px solid #eaeaea}.tpp-post-comment-widget .comment-respond .comment-reply-title{font-size:1.2em;margin-bottom:20px;border-bottom:1px solid #eaeaea;padding-bottom:10px}.tpp-post-comment-widget .comment-respond .comment-form input[type=text],.tpp-post-comment-widget .comment-respond .comment-form input[type=email],.tpp-post-comment-widget .comment-respond .comment-form input[type=url],.tpp-post-comment-widget .comment-respond .comment-form textarea{border:1px solid #ddd;padding:10px;border-radius:4px;width:100%}.tpp-post-comment-widget .comment-respond .comment-form textarea{min-height:120px}.tpp-post-comment-widget .comment-respond .comment-form .form-submit{margin-top:15px}.tpp-post-comment-widget .comment-respond .comment-form .form-submit .submit{background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border:none;padding:10px 20px;border-radius:4px;cursor:pointer}.tpp-post-comment-widget .style-default .comment .reply,.tpp-post-comment-widget .default .comment .reply,.tpp-post-comment-widget .style-cards .comment .reply,.tpp-post-comment-widget .cards .comment .reply,.tpp-post-comment-widget .style-thread .comment .reply,.tpp-post-comment-widget .thread .comment .reply,.tpp-post-comment-widget .style-bubbles .comment .reply,.tpp-post-comment-widget .bubbles .comment .reply,.tpp-post-comment-widget .style-flat .comment .reply,.tpp-post-comment-widget .flat .comment .reply,.tpp-post-comment-widget .style-material .comment .reply,.tpp-post-comment-widget .material .comment .reply,.tpp-post-comment-widget .style-bordered .comment .reply,.tpp-post-comment-widget .bordered .comment .reply,.tpp-post-comment-widget .style-classic .comment .reply,.tpp-post-comment-widget .classic .comment .reply{margin-top:15px !important;margin-bottom:10px !important}.tpp-post-comment-widget .style-default .comment .reply a,.tpp-post-comment-widget .style-default .comment .reply .comment-reply-link,.tpp-post-comment-widget .default .comment .reply a,.tpp-post-comment-widget .default .comment .reply .comment-reply-link,.tpp-post-comment-widget .style-cards .comment .reply a,.tpp-post-comment-widget .style-cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .cards .comment .reply a,.tpp-post-comment-widget .cards .comment .reply .comment-reply-link,.tpp-post-comment-widget .style-thread .comment .reply a,.tpp-post-comment-widget .style-thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .thread .comment .reply a,.tpp-post-comment-widget .thread .comment .reply .comment-reply-link,.tpp-post-comment-widget .style-bubbles .comment .reply a,.tpp-post-comment-widget .style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .bubbles .comment .reply a,.tpp-post-comment-widget .bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .style-flat .comment .reply a,.tpp-post-comment-widget .style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .flat .comment .reply a,.tpp-post-comment-widget .flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .style-material .comment .reply a,.tpp-post-comment-widget .style-material .comment .reply .comment-reply-link,.tpp-post-comment-widget .material .comment .reply a,.tpp-post-comment-widget .material .comment .reply .comment-reply-link,.tpp-post-comment-widget .style-bordered .comment .reply a,.tpp-post-comment-widget .style-bordered .comment .reply .comment-reply-link,.tpp-post-comment-widget .bordered .comment .reply a,.tpp-post-comment-widget .bordered .comment .reply .comment-reply-link,.tpp-post-comment-widget .style-classic .comment .reply a,.tpp-post-comment-widget .style-classic .comment .reply .comment-reply-link,.tpp-post-comment-widget .classic .comment .reply a,.tpp-post-comment-widget .classic .comment .reply .comment-reply-link{display:inline-block !important;padding:6px 15px !important;background-color:#f0f0f0 !important;color:#555 !important;border-radius:4px !important;font-size:.9em !important;text-decoration:none !important;transition:all .2s ease !important;border:1px solid #e0e0e0 !important}.tpp-post-comment-widget .style-default .comment .reply a:hover,.tpp-post-comment-widget .style-default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .default .comment .reply a:hover,.tpp-post-comment-widget .default .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .style-cards .comment .reply a:hover,.tpp-post-comment-widget .style-cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .cards .comment .reply a:hover,.tpp-post-comment-widget .cards .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .style-thread .comment .reply a:hover,.tpp-post-comment-widget .style-thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .thread .comment .reply a:hover,.tpp-post-comment-widget .thread .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .style-bubbles .comment .reply a:hover,.tpp-post-comment-widget .style-bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .bubbles .comment .reply a:hover,.tpp-post-comment-widget .bubbles .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .style-flat .comment .reply a:hover,.tpp-post-comment-widget .style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .flat .comment .reply a:hover,.tpp-post-comment-widget .flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .style-material .comment .reply a:hover,.tpp-post-comment-widget .style-material .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .material .comment .reply a:hover,.tpp-post-comment-widget .material .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .style-bordered .comment .reply a:hover,.tpp-post-comment-widget .style-bordered .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .bordered .comment .reply a:hover,.tpp-post-comment-widget .bordered .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .style-classic .comment .reply a:hover,.tpp-post-comment-widget .style-classic .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .classic .comment .reply a:hover,.tpp-post-comment-widget .classic .comment .reply .comment-reply-link:hover{background-color:var(--tpp-color-primary) !important;color:var(--tpp-color-white) !important;border-color:var(--tpp-color-primary) !important}.tpp-post-comment-widget .style-bubbles .comment .reply,.tpp-post-comment-widget .bubbles .comment .reply{text-align:right !important}.tpp-post-comment-widget .style-bubbles .comment .reply a,.tpp-post-comment-widget .style-bubbles .comment .reply .comment-reply-link,.tpp-post-comment-widget .bubbles .comment .reply a,.tpp-post-comment-widget .bubbles .comment .reply .comment-reply-link{border-radius:20px !important}.tpp-post-comment-widget .style-flat .comment .reply a,.tpp-post-comment-widget .style-flat .comment .reply .comment-reply-link,.tpp-post-comment-widget .flat .comment .reply a,.tpp-post-comment-widget .flat .comment .reply .comment-reply-link{background-color:rgba(0,0,0,0) !important;border:none !important;border-bottom:2px solid #eee !important}.tpp-post-comment-widget .style-flat .comment .reply a:hover,.tpp-post-comment-widget .style-flat .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .flat .comment .reply a:hover,.tpp-post-comment-widget .flat .comment .reply .comment-reply-link:hover{background-color:rgba(0,0,0,0) !important;color:var(--tpp-color-primary) !important;border-color:var(--tpp-color-primary) !important}.tpp-post-comment-widget .style-material .comment .reply a,.tpp-post-comment-widget .style-material .comment .reply .comment-reply-link,.tpp-post-comment-widget .material .comment .reply a,.tpp-post-comment-widget .material .comment .reply .comment-reply-link{border-radius:2px !important;text-transform:uppercase !important;font-weight:500 !important;box-shadow:0 1px 3px rgba(0,0,0,.1) !important}.tpp-post-comment-widget .style-bordered .comment .reply a,.tpp-post-comment-widget .style-bordered .comment .reply .comment-reply-link,.tpp-post-comment-widget .bordered .comment .reply a,.tpp-post-comment-widget .bordered .comment .reply .comment-reply-link{background-color:rgba(0,0,0,0) !important;border:2px solid #ddd !important}.tpp-post-comment-widget .style-bordered .comment .reply a:hover,.tpp-post-comment-widget .style-bordered .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .bordered .comment .reply a:hover,.tpp-post-comment-widget .bordered .comment .reply .comment-reply-link:hover{background-color:rgba(0,0,0,0) !important;color:var(--tpp-color-primary) !important;border-color:var(--tpp-color-primary) !important}.tpp-post-comment-widget .style-classic .comment .reply a,.tpp-post-comment-widget .style-classic .comment .reply .comment-reply-link,.tpp-post-comment-widget .classic .comment .reply a,.tpp-post-comment-widget .classic .comment .reply .comment-reply-link{background-color:rgba(0,0,0,0) !important;border:none !important;padding:3px 10px !important}.tpp-post-comment-widget .style-classic .comment .reply a:hover,.tpp-post-comment-widget .style-classic .comment .reply .comment-reply-link:hover,.tpp-post-comment-widget .classic .comment .reply a:hover,.tpp-post-comment-widget .classic .comment .reply .comment-reply-link:hover{background-color:rgba(0,0,0,0) !important;color:var(--tpp-color-primary) !important;text-decoration:underline !important}@media(max-width: 767px){.tpp-post-comment-widget .comment .reply{margin-top:12px !important;margin-bottom:8px !important}.tpp-post-comment-widget .comment .reply a,.tpp-post-comment-widget .comment .reply .comment-reply-link{padding:5px 12px !important;font-size:.85em !important;display:inline-block !important}.tpp-post-comment-widget .comment-respond{padding:15px !important}}.tpp-team-v1-wrapper .tpp-swiper-slider.swiper{width:100%;height:100%;position:relative;overflow:hidden}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item{position:relative;transition:all 4s;margin-bottom:2rem;height:38rem;max-width:50rem;border-radius:1rem;overflow:hidden}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-img{height:100%;position:relative}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s;transition:.4s}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-img:hover img{transform:scale(1.1)}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-content-area{background:var(--tpp-color-white);padding:2.4rem 3rem;margin:1.5rem;border-radius:1rem;text-align:center}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-content{position:absolute;opacity:0;bottom:-30%;left:0;right:0;margin:0 auto;transition:all .4s;transform:scale(0.4);z-index:99}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-title{font-family:var(--tpp-title-font);font-size:2.2rem;font-weight:600;margin-bottom:.5rem}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-title a{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-title a:hover{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-stitle{color:var(--tpp-color-primary);font-family:var(--tpp-title-font);font-size:1.4rem;font-weight:400;padding-bottom:1.5rem;border-bottom:1px solid #f1f1f1;margin-bottom:2rem}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item ul{display:inline-flex;gap:1rem;align-items:center}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-content .team-v1-social-icon{background:rgba(9,61,49,.1);height:4rem;width:4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--tpp-color-primary);font-size:1.4rem;transition:.3s}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item .tpp-team-v1-content .team-v1-social-icon:hover{background:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v1 .tpp-team-v1-item:hover .tpp-team-v1-content{opacity:1;transform:scale(1);bottom:0}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item{margin-bottom:2.4rem;padding:.5rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1);background:var(--tpp-color-white);transition:.4s}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-img{height:24rem;border-radius:1rem;overflow:hidden;position:relative}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s;transition:.4s}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-img:hover img{transform:scale(1.1)}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-content-area{padding:1.7rem 2rem 0;text-align:center}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-title{font-family:var(--tpp-title-font);font-size:2.2rem;font-weight:500;line-height:3rem;margin-bottom:1.3rem}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-title a{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-title a:hover{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-stitle{color:var(--tpp-color-para);font-family:var(--tpp-title-font);font-size:1.4rem;line-height:2.6rem;order:3}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item ul{display:flex;justify-content:center;gap:4rem;padding:1.5rem 0 2rem;border-top:1px solid rgba(0,0,0,.1);margin-bottom:-5.2rem;opacity:0;visibility:hidden;transition:.4s}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item ul a{color:var(--tpp-color-para)}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item ul a:hover{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v2 .tpp-team-v1-item:hover .tpp-team-v1-social-item ul{opacity:1 !important;visibility:visible !important;margin-bottom:0}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item{position:relative;text-align:center;overflow:hidden;margin-bottom:2rem;height:45rem;border-radius:1.5rem}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-img{position:relative;height:100%}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s;transition:.4s}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-img:hover img{transform:scale(1.1)}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-content{position:absolute;top:0;left:-100%;height:100%;width:100%;opacity:0;background:var(--tpp-color-primary);transition:.4s;z-index:99}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-content-area{position:absolute;bottom:0;left:0;width:100%;padding:0px 3rem 3rem;text-align:left}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item:hover .tpp-team-v1-content{opacity:1;left:0}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-stitle{color:var(--tpp-color-white);font-size:1.2rem;line-height:1.7rem;display:inline-block;margin-bottom:.5rem;text-transform:uppercase;order:3}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-title{line-height:3.8rem;margin-bottom:.8rem;font-weight:500}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-title a{color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-title a:hover{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-social-item ul{display:inline-flex;gap:1rem}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-social-item ul a{display:flex;justify-content:center;align-items:center;color:var(--tpp-color-white);font-size:1.4rem;text-transform:uppercase}.tpp-team-v1-wrapper.team-v3 .tpp-team-v1-item .tpp-team-v1-social-item ul a:hover{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item{background:var(--tpp-color-primary);border-radius:2rem;margin-bottom:2rem;overflow:hidden;text-align:center}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-img{position:relative;overflow:hidden}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s;transition:.4s}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-img:hover img{transform:scale(1.1)}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-content-area{padding:2.3rem 3rem 3rem}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title{font-size:2.4rem;margin-bottom:1px}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a{color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a:hover{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-stitle{font-size:1.4rem;margin-bottom:1.7rem;color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-social-item ul{display:inline-flex;gap:.5rem}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-social-item ul a{border-radius:.5rem;height:4rem;width:4rem;display:flex;justify-content:center;align-items:center;color:var(--tpp-color-white);font-size:1.4rem;border:1px solid #f1f1f1}.tpp-team-v1-wrapper.team-v4 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-social-item ul a:hover{color:var(--tpp-color-primary);background:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item{overflow:hidden;margin-bottom:2rem;border:1px solid #e4e4e4;background:#f6f6f7}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item .tpp-team-v1-img{height:30rem;position:relative;overflow:hidden}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s;transition:.4s}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul{background:var(--tpp-color-primary);width:max-content;display:flex;gap:2.2rem;align-items:center;justify-content:center;padding:1.4rem 3rem;position:absolute;right:-80%;bottom:0;transition:.4s;z-index:99}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul a{color:var(--tpp-color-white);font-size:1.4rem;font-weight:400;line-height:normal}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item:hover .tpp-team-v1-social-item ul{right:0}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item:hover .tpp-team-v1-img img{transform:scale(1.1)}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item .tpp-team-v1-content-area{padding:2.3rem 3rem 2.5rem}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title{font-size:2.4rem;font-weight:500;margin-bottom:.5rem}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a:hover{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v5 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-stitle{color:var(--tpp-color-para);font-size:1.4rem;font-family:var(--tpp-title-font);text-transform:uppercase}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item{margin-bottom:3rem}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-img{position:relative;overflow:hidden;height:40rem;border-radius:1.5rem}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s;transition:.4s}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul{margin:0;padding:1.3rem 2.5rem;list-style:none;position:absolute;bottom:8rem;left:50%;transform:translate(-50%, 0) rotateY(90deg);background:var(--tpp-color-white);text-align:center;border-radius:10rem;display:inline-flex;gap:2.5rem;z-index:99;transition:.4s}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul a{color:var(--tpp-color-primary);display:flex;align-items:center;justify-content:center}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul a:hover{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item:hover .tpp-team-v1-social-item ul{transform:translate(-50%, 0) rotateY(0)}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item:hover .tpp-team-v1-img img{transform:scale(1.1)}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item:hover .tpp-team-v1-content-area{background:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item:hover .tpp-team-v1-content-area .tpp-team-v1-title a,.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item:hover .tpp-team-v1-content-area .tpp-team-v1-stitle{color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-content-area{padding:2.7rem 1.5rem 2.9rem;background:var(--tpp-color-white);position:relative;margin:-5.8rem 2.5rem 0;border:1px solid #e3e3e3;text-align:center;border-radius:1.5rem;z-index:99;transition:.4s}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title{font-size:2.4rem;margin-bottom:.5rem}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a:hover{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v6 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-stitle{font-size:1.6rem;margin:0}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item{text-align:center;background:var(--tpp-color-secondary);position:relative;padding:15rem 3.2rem 3.2rem;border:.5rem solid rgba(225,225,225,.1);transition:.4s;margin:15rem 0 3rem}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item:hover{background:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item:hover .tpp-team-v1-stitle,.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item:hover .tpp-team-v1-title{color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item:hover .tpp-team-v1-img img{transform:scale(1.1)}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item:hover .tpp-team-v1-social-item ul a{color:var(--tpp-color-primary);background:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item .tpp-team-v1-img{position:absolute;top:-15rem;left:50%;transform:translateX(-50%);width:30rem;height:30rem;border-radius:50%;overflow:hidden;border:.2rem solid #ff0}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s;transition:.4s}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item .tpp-team-v1-title{font-size:2.4rem;font-weight:700;line-height:3.4rem;margin:3.1rem 0 .2rem;transition:.4s}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item .tpp-team-v1-title a{color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item .tpp-team-v1-stitle{font-size:1.6rem;font-weight:500;line-height:2.8rem;margin-bottom:2.1rem;transition:.4s}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item .tpp-team-v1-social-item ul{display:inline-flex;gap:1.5rem}.tpp-team-v1-wrapper.team-v7 .tpp-team-v1-item .tpp-team-v1-social-item ul a{width:3.5rem;height:3.5rem;border-radius:.5rem;background:hsla(0,0%,100%,.05);display:flex;align-items:center;justify-content:center;color:var(--tpp-color-white);transition:.4s}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item{position:relative;text-align:center;margin-bottom:3rem}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img{width:21.5rem;height:29.5rem;display:inline-block;position:relative;margin:1.5rem 0 2.6rem}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s;border-radius:100%;filter:grayscale(0);transition:filter .4s}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img:hover img{filter:grayscale(1)}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img:after,.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img::before{content:"";position:absolute;border-radius:100%;transition:all .4s linear}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img:after{height:100%;width:100%;left:-1.5rem;border:1px solid var(--tpp-color-primary);top:-1.5rem}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img::before{pointer-events:none;opacity:1;z-index:3;top:50%;bottom:50%;left:0;right:0;background:hsla(0,0%,100%,.3)}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img:hover::before{top:0;bottom:0;opacity:0}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item{position:absolute;right:1.5rem;top:1.5rem;z-index:1111}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul{margin:0;padding:0;list-style:none}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul a{opacity:0;transition:opacity .4s,margin-top .4s;margin-top:-3rem}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul li a,.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item button.team-v1-social-share{width:4.5rem;height:4.5rem;border:1px solid var(--tpp-color-primary);background:var(--tpp-color-white);display:flex;align-items:center;justify-content:center;color:var(--tpp-color-primary);border-radius:50%;margin-bottom:.8rem}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li a{opacity:1;margin-top:0;transition-delay:0s}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li:nth-child(2) a{transition-delay:.1s}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li:nth-child(3) a{transition-delay:.2s}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li:nth-child(4) a{transition-delay:.3s}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item:hover .tpp-team-v1-img:after{left:0;top:0}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-title{font-family:var(--tpp-title-font);font-size:2.4rem;font-weight:600;line-height:3.4rem;text-transform:uppercase}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-title a{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-title a:hover{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v8 .tpp-team-v1-item .tpp-team-v1-stitle{color:var(--tpp-color-primary);font-size:1.2rem;font-weight:400;line-height:2.6rem;text-transform:uppercase;margin:0;order:3}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item{margin-bottom:3rem;border-radius:1.5rem;background:var(--tpp-color-white);box-shadow:0px .9rem 3rem 0px #eaedf1;overflow:hidden;transition:all .3s ease-in}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img{position:relative;overflow:hidden}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item{position:absolute;bottom:2rem;right:2rem;z-index:99;display:flex;flex-direction:column-reverse;align-items:center;overflow:hidden}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul{margin:0;padding:0;list-style:none}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul li a{opacity:0;transition:.4s;margin-bottom:-3rem}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item button.team-v1-social-share{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;color:var(--tpp-color-primary);background:var(--tpp-color-white);border-radius:100%;border:1px solid var(--tpp-color-primary);z-index:999}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul li a,.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item button.team-v1-social-share{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;color:var(--tpp-color-primary);background:var(--tpp-color-white);border-radius:100%;border:1px solid var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li a{opacity:1;margin-bottom:.8rem}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li:first-child a{transition-delay:.3s}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li:nth-child(2) a{transition-delay:.2s}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li:nth-child(3) a{transition-delay:.1s}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li:nth-child(4) a,.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul li:nth-child(5) a{transition-delay:0s}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-content-area{padding:3.3rem 4rem 3.2rem}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title{font-size:2.4rem;font-weight:600;line-height:3.4rem;margin-bottom:.3rem}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a:hover{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-stitle{font-size:1.5rem;font-weight:400;line-height:normal}.tpp-team-v1-wrapper.team-v9 .tpp-team-v1-item:hover .tpp-team-v1-img img{transform:scale(1.1);transition:.4s}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item{text-align:center;margin-bottom:3rem}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-img{position:relative}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-img img{height:38rem;width:38rem;border-radius:100%;object-fit:cover;border:.4rem solid var(--tpp-color-primary);padding:1rem}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item{position:absolute;bottom:0;left:0;right:0}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item button.team-v1-social-share{width:5.4rem;height:5.4rem;display:inline-flex;border-radius:5.4rem;background:var(--tpp-color-primary);align-items:center;justify-content:center;font-size:2.2rem;color:var(--tpp-color-white);position:absolute;left:50%;transform:translate(-50%, 0);bottom:-2rem;z-index:999}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul{margin:0;padding:0;position:absolute;left:50%;transform:translate(-50%, 0);bottom:1rem;display:flex;gap:1rem;opacity:0;transition:.5s}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item ul li a{color:var(--tpp-color-primary);font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;width:4rem;height:4rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--tpp-color-white);border-radius:10rem}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item:hover ul{opacity:1;bottom:5rem}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title{color:var(--tpp-color-secondary);font-family:Outfit;font-size:2.4rem;font-weight:500;margin-top:3.8rem;margin-bottom:.5rem}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a:hover{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v10 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-stitle{font-family:var(--tpp-title-font);font-size:1.4rem;font-weight:600;text-transform:uppercase}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item{height:50rem;overflow:hidden;position:relative;margin-bottom:3rem;border-radius:2rem;transition:.4s}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background:rgba(0,0,0,0);opacity:0;transition:background .4s ease,.4s}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-img{height:100%;position:relative;transition:.4s}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item{position:absolute;top:3rem;left:3rem;z-index:11}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item a{color:var(--tpp-color-primary);font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;width:0px;height:3.5rem;background:var(--tpp-color-white);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;visibility:hidden;opacity:0;transition:.4s}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item a:hover{background:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-content{position:absolute;bottom:0;left:0;z-index:1111;transition:.4s}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-content-area{margin:3rem}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-title{font-size:1.8rem;font-weight:500;text-transform:uppercase;margin:0;padding:1.1rem 1.8rem;transition:all .3s ease-in-out;position:relative;opacity:0;visibility:hidden}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-title a{color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-title a:hover{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-title::before{position:absolute;content:"";background:var(--tpp-color-primary);height:100%;width:0;z-index:-1;transition:all .3s ease-in-out;left:0;top:0}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-stitle{color:var(--tpp-color-primary);font-family:var(--tpp-body-font);font-size:1.2rem;font-weight:400;line-height:2.6rem;padding:.2rem 1.8rem .1rem;width:max-content;position:relative;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item .tpp-team-v1-stitle::before{position:absolute;content:"";background-color:var(--tpp-color-white);height:100%;width:0;z-index:-1;transition:all .3s ease-in-out;left:0;top:0}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item:hover .tpp-team-v1-img img{transform:scale(1.1);transition:.4s}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item:hover .tpp-team-v1-stitle,.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item:hover .tpp-team-v1-title{opacity:1;visibility:visible}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item:hover .tpp-team-v1-stitle::before,.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item:hover .tpp-team-v1-title::before{width:100%}.tpp-team-v1-wrapper.team-v11 .tpp-team-v1-item:hover .tpp-team-v1-social-item a{width:3.5rem;opacity:1;visibility:visible}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item{position:relative;overflow:hidden;border-radius:1rem;margin-bottom:2.5rem;height:45rem}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-img{height:100%;transition:.4s;position:relative}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-content{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:90%;width:90%;display:inline-flex;align-items:flex-end;cursor:pointer;opacity:0;transform:scale(0.6);z-index:99;transition:all .4s ease-in-out}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-content-area{display:flex;justify-content:space-between;align-items:flex-end;width:100%;height:100%;padding:0 2.5rem 2rem;background:rgba(7,7,7,.92);border-radius:1rem}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title{font-size:2.4rem;font-weight:500;margin-bottom:.5rem}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a{color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a:hover{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-stitle{color:#bdc1ca;font-size:1.6rem;font-weight:400}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-social-item{display:flex;flex-direction:column-reverse;align-items:center}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-social-item .team-v1-social-icon,.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-social-item .team-v1-social-share{color:var(--tpp-color-secondary);background:var(--tpp-color-white);border-radius:10rem;width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;font-size:2rem;font-weight:600}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-social-item .team-v1-social-icon{font-family:"Font Awesome 6 Brands";font-size:1.4rem;font-weight:400;width:3.7rem;height:3.7rem;margin-bottom:.9rem;position:relative;bottom:-5.5rem;opacity:0}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item .tpp-team-v1-social-item:hover .team-v1-social-icon{opacity:1;bottom:0}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item:hover .tpp-team-v1-img img{transform:scale(1.1);transition:.4s}.tpp-team-v1-wrapper.team-v12 .tpp-team-v1-item:hover .tpp-team-v1-content{opacity:1;transform:scale(1)}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item{position:relative;transition:all 4s;margin-bottom:2rem;height:38rem;border-radius:1rem;overflow:hidden;max-width:50rem}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-img{height:100%;position:relative}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s;transition:.4s}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-img:hover img{transform:scale(1.1)}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content-area{background:var(--tpp-color-white);padding:2.4rem 3rem 3rem;margin:1.5rem;border-radius:1rem;text-align:center;display:flex;justify-content:space-between;align-items:center}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content{position:absolute;opacity:1;bottom:0;left:0;right:0;margin:0 auto;transition:all .4s}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-title{font:600 2rem var(--tpp-title-font);margin-bottom:.5rem}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-title a{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-title a:hover{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-stitle{color:var(--tpp-color-primary);font:400 1.4rem var(--tpp-title-font)}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item{display:flex;flex-direction:column-reverse;position:relative}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item button.team-v1-social-share{width:3.8rem;height:3.8rem;background:var(--tpp-color-primary);border-radius:.4rem;color:var(--tpp-color-white);display:flex;align-items:center;justify-content:center;z-index:1}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item ul{position:absolute;bottom:0;background:var(--tpp-color-primary);border-radius:1rem;left:50%;transform:translateX(-50%);opacity:0;transition:.4s}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item ul .team-v1-social-icon{display:flex;align-items:center;justify-content:center;color:var(--tpp-color-white);font-family:"Font Awesome 6 Brands";font-size:1.4rem;padding-bottom:1.5rem;margin:2rem 1.2rem;border-bottom:1px solid rgba(249,238,238,.62)}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item ul .team-v1-social-icon:last-child{border-bottom:none;margin-bottom:0}.tpp-team-v1-wrapper.team-v13 .tpp-team-v1-item .tpp-team-v1-content .tpp-team-v1-social-item:hover ul{opacity:1;bottom:4.5rem}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item{background:var(--tpp-color-white);overflow:hidden;margin-bottom:2rem}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-img{height:35rem;position:relative;overflow:hidden;transition:.5s}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-img img{filter:grayscale(0);width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-img:before,.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-img::after{content:"";position:absolute;left:0;top:0;width:0%;height:0%;transition:all .5s ease}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-img:before{background:rgba(26,26,26,.6);z-index:11}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-img::after{left:6%;top:6%;z-index:16}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item button.team-v1-social-share,.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item ul{position:absolute;left:2.3rem;top:2.2rem;z-index:1111}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item ul li a,.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item button.team-v1-social-share{width:5rem;height:5rem;border:none;display:flex;align-items:center;justify-content:center;color:var(--tpp-color-primary);background:var(--tpp-color-white);margin-bottom:1rem}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item button.team-v1-social-share{z-index:99}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item ul{top:8rem}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item ul li a{opacity:0;transition:.4s;margin-top:-3rem}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item:hover ul li a{opacity:1;margin-top:0px}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item:hover ul li a:hover{background:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item:hover .tpp-team-v1-social-item ul li:nth-child(1) a{transition-delay:0s}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item:hover .tpp-team-v1-social-item ul li:nth-child(2) a{transition-delay:.1s}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item:hover .tpp-team-v1-social-item ul li:nth-child(3) a{transition-delay:.2s}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-social-item:hover .tpp-team-v1-social-item ul li:nth-child(4) a{transition-delay:.3s}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-content-area{padding:2.2rem 3rem}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title{font-family:var(--tpp-title-font);font-size:2.4rem;font-weight:600;margin-bottom:.4rem}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a{color:var(--tpp-color-secondary);transition:color .3s}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a:hover{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-stitle{color:var(--tpp-color-primary);font-family:var(--tpp-title-font);font-size:1.6rem;font-weight:400;margin-bottom:1.3rem}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-des{color:#74787c;font-size:1.6rem;font-weight:400;line-height:2.6rem}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item:hover .tpp-team-v1-img img{transform:scale(1.1);filter:grayscale(1)}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item:hover .tpp-team-v1-img:before{width:100%;height:100%}.tpp-team-v1-wrapper.team-v14 .tpp-team-v1-item:hover .tpp-team-v1-img:after{width:88%;height:88%;border:1px solid hsla(0,0%,100%,.23)}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item{display:flex;align-items:center;gap:2.5rem;padding:2rem;margin-bottom:2rem;border-radius:2rem;background:#fdfeff;border:1px solid #e7ebf0;transition:.4s}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-img{position:relative;width:25.1rem;height:19.1rem;min-width:25rem;border-radius:1rem;overflow:hidden}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title,.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-stitle,.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-des{font-weight:500;line-height:normal}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title{font-size:2.4rem;margin-bottom:1px}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a{color:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-stitle{color:var(--tpp-color-secondary);font-size:1.6rem;padding-bottom:1rem;margin-bottom:1.4rem;border-bottom:1px solid #e7ebf0;display:inline-block}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-des{color:var(--tpp-color-para);font-size:1.4rem;margin-bottom:1.8rem;line-height:2.4rem}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-social-item ul{display:inline-flex;align-items:center;gap:1rem}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item .tpp-team-v1-social-item ul a{display:flex;align-items:center;justify-content:center;width:3.7rem;height:3.7rem;font-size:1.4rem;font-family:"Font Awesome 6 Brands";background:#eef4ff;color:var(--tpp-color-primary);border-radius:100%}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item:hover{background:#092b68}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item:hover .tpp-team-v1-title a,.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item:hover .tpp-team-v1-stitle,.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item:hover .tpp-team-v1-des{color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v15 .tpp-team-v1-item:hover .tpp-team-v1-img img{transform:scale(1.1);transition:.4s}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item{text-align:center;margin-bottom:3rem}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-img{position:relative;overflow:hidden;height:40rem}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-img img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.4s}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item{position:absolute;top:3rem;left:3rem;z-index:11}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item a{color:var(--tpp-color-primary);font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;width:0px;height:3.5rem;background:var(--tpp-color-white);display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:var(--tpp-anim-duration);border-radius:.5rem;margin-bottom:1rem}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-img .tpp-team-v1-social-item a:hover{background:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-content{width:90%}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-content-area{padding:2.9rem 3.5rem 2.7rem;background:var(--tpp-color-primary);text-align:left;margin-top:-6rem;clip-path:polygon(0 1%, 100% 0%, 84% 100%, 0% 100%);position:relative;transition:all .4s ease;z-index:99;overflow:hidden}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-content-area::before,.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-content-area:after{content:"";position:absolute;height:100%;width:100%;left:-0.9rem;bottom:0;clip-path:polygon(0 1%, 100% 0%, 84% 100%, 0% 100%);background:var(--tpp-color-white);transition:all .4s ease;z-index:2}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-content-area::before{width:0;background:var(--tpp-color-primary);z-index:3}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-content-wrap{position:relative;z-index:9}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title{font-size:2rem;line-height:2.8rem;text-transform:capitalize;margin-bottom:.6rem}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-content-area .tpp-team-v1-title a{color:var(--tpp-color-secondary)}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item .tpp-team-v1-content-area .team-four-designation{display:inline-block;text-transform:capitalize;font-weight:500;color:var(--tpp-color-para)}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item:hover .tpp-team-v1-content-area::before{width:100%;background:var(--tpp-color-primary)}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item:hover .tpp-team-v1-content-area:hover{background:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item:hover .tpp-team-v1-title a,.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item:hover .tpp-team-v1-stitle,.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item:hover .tpp-team-v1-des{color:var(--tpp-color-white)}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item:hover .tpp-team-v1-img img{transform:scale(1.1);transition:.4s}.tpp-team-v1-wrapper.team-v16 .tpp-team-v1-item:hover .tpp-team-v1-social-item a{width:3.5rem;opacity:1;visibility:visible}.tpp-team-v1-content-wrap{display:flex;flex-direction:column-reverse}.tpp-team-v1-content-wrap .tpp-team-v1-title{order:2}.tpp-team-v1-content-wrap .tpp-team-v1-stitle{order:1}.tpp-team-v1-content-wrap .tpp-team-v1-des{order:0}.team-v1-pagination{display:flex;gap:1rem;margin:0;justify-content:center;margin-top:3rem}.team-v1-pagination .swiper-pagination-bullet{height:2rem;width:2rem;background:var(--tpp-color-primary);margin:0 !important;padding:0}.tpp-team-v1-item .image-anim1{content:"";position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%);background:hsla(0,0%,100%,.3);width:200%;height:0}.tpp-team-v1-item .image-anim1 .v2{left:50%;top:50%;transform:translate(-50%, -50%) rotate(-45deg)}.tpp-team-v1-item .image-anim2{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.3);width:200%;height:0;opacity:1}.tpp-team-v1-item .image-anim3{content:"";position:absolute;z-index:1;top:0;left:-100%;display:block;width:50%;height:100%;background:hsla(0,0%,100%,.3);transform:skewX(25deg)}.tpp-team-v1-item:hover .tpp-team-v1-img .image-anim1,.tpp-team-v1-item:hover .tpp-team-v1-img .image-anim2{height:250%;opacity:0;transition:all 1000ms linear;background-color:rgba(0,0,0,0)}.tpp-team-v1-item:hover .image-anim3{animation:1s swipe}@keyframes swipe{100%{left:125%}}.tpp-sidebar-post__item{display:flex;gap:15px;margin-bottom:30px}.tpp-sidebar-post__item:last-child{margin-bottom:0}.tpp-sidebar-post__image__inner{width:110px;height:110px}.tpp-sidebar-post__image__inner img{width:100%;height:100%}.tpp-sidebar-post__title{font-size:20px;font-weight:normal;line-height:28px;margin-bottom:10px}.tpp-sidebar-post__title a{color:var(--tpp-color-secondary);text-decoration:none}.tpp-sidebar-post__title a:hover{color:var(--tpp-color-primary)}.tpp-sidebar-post__desc{font-size:16px;margin-bottom:10px}.tpp-sidebar-post__meta{display:flex;gap:12px;text-transform:capitalize}.tpp-sidebar-post__meta a{font-size:14px;color:var(--tpp-color-primary);text-decoration:none}.tpp-sidebar-post__meta a:hover{color:var(--tpp-color-secondary)}.tpp-search-box__wrapper{margin-bottom:30px;transition:all .3s ease}.tpp-search-box__title-text{margin-bottom:15px}.tpp-search-box__form{position:relative;display:flex;flex-wrap:wrap;box-shadow:0 3px 10px rgba(0,0,0,.05);border-radius:6px;transition:all .3s ease;background-color:var(--tpp-color-white);overflow:hidden;border:1px solid #e0e0e0}.tpp-search-box__form:focus-within{box-shadow:0 5px 15px rgba(0,0,0,.1);border-color:#d0d0d0}.tpp-search-box__form .tpp-search-box__input-group{display:flex;width:100%;align-items:stretch}.tpp-search-box__form .tpp-search-box__category{width:auto;min-width:150px;max-width:40%;border-right:1px solid #e0e0e0}.tpp-search-box__form .tpp-search-box__category select{width:100%;height:100%;padding:0 15px;appearance:none;background-color:rgba(0,0,0,0);border:none;outline:none;color:#333;font-size:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;cursor:pointer;padding-right:30px}.tpp-search-box__form .tpp-search-box__input-wrap{flex:1;width:auto;position:relative}.tpp-search-box__form .tpp-search-box__input-wrap .tpp-search-input{width:100%;height:54px;padding:14px 18px;font-size:15px;color:#333;background-color:rgba(0,0,0,0);border:none;outline:none}.tpp-search-box__form .tpp-search-box__input-wrap .tpp-search-input::placeholder{color:#999}.tpp-search-box__form .tpp-search-box__input-wrap .tpp-search-clear-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;padding:5px;font-size:12px;line-height:1;display:none}.tpp-search-box__form .tpp-search-box__input-wrap .tpp-search-clear-button:hover{color:#555}.tpp-search-box__form .tpp-search-box__button{min-width:54px;height:54px;display:flex;align-items:center;justify-content:center;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);border:none;cursor:pointer;transition:all .3s ease;padding:0 20px;font-size:15px;font-weight:500}.tpp-search-box__form .tpp-search-box__button:hover{background-color:var(--tpp-color-secondary);color:var(--tpp-color-white)}.tpp-search-box__form .tpp-search-box__button i{font-size:18px}.tpp-search-box--style-1 .tpp-search-box__form{border-radius:30px}.tpp-search-box--style-1 .tpp-search-box__form .tpp-search-box__category select{border-radius:30px 0 0 30px}.tpp-search-box--style-1 .tpp-search-box__form .tpp-search-box__button{border-radius:0 30px 30px 0}.tpp-search-box--style-2 .tpp-search-box__form{border-radius:0}.tpp-search-box--style-2 .tpp-search-box__form .tpp-search-box__category select,.tpp-search-box--style-2 .tpp-search-box__form .tpp-search-box__button{border-radius:0}.tpp-search-box--style-3 .tpp-search-box__form{border-radius:4px;background-color:#f5f5f5}.tpp-search-box--style-3 .tpp-search-box__form .tpp-search-box__category select{background-color:#f5f5f5}.tpp-search-box--style-3 .tpp-search-box__form .tpp-search-input{background-color:#f5f5f5}.tpp-search-box--style-4 .tpp-search-box__form{border-radius:0;border-width:0 0 2px 0;box-shadow:none}.tpp-search-box--style-4 .tpp-search-box__form .tpp-search-box__category{border-right:1px solid #e0e0e0}.tpp-search-box--style-4 .tpp-search-box__form .tpp-search-box__button{background-color:rgba(0,0,0,0);color:var(--tpp-color-primary)}.tpp-search-box--style-4 .tpp-search-box__form .tpp-search-box__button:hover{background-color:rgba(0,0,0,0);opacity:.85}@media(max-width: 767px){.tpp-search-box__form .tpp-search-box__input-group{flex-direction:column}.tpp-search-box__form .tpp-search-box__category{width:100%;max-width:100%;border-right:none;border-bottom:1px solid #e0e0e0}.tpp-search-box__form .tpp-search-box__category select{height:50px}.tpp-search-box__form .tpp-search-box__input-wrap{width:100%}.tpp-search-box__form .tpp-search-box__input-wrap .tpp-search-input{height:50px}.tpp-search-box__form .tpp-search-box__button{width:100%;border-radius:0 0 6px 6px}.tpp-search-box--style-1 .tpp-search-box__form .tpp-search-box__category select{border-radius:30px 30px 0 0}.tpp-search-box--style-1 .tpp-search-box__form .tpp-search-box__button{border-radius:0 0 30px 30px}}[data-widget_type^=wp-widget-]{margin-bottom:30px;border-radius:5px;padding:20px;background-color:var(--tpp-color-white);box-shadow:0 2px 8px rgba(0,0,0,.05)}[data-widget_type^=wp-widget-] h5{font-size:18px;font-weight:600;margin-bottom:15px;color:var(--tpp-color-secondary);position:relative;padding-bottom:10px}[data-widget_type^=wp-widget-] h5:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-] ul,[data-widget_type^=wp-widget-] ol{list-style:none;padding:0;margin:0 0 20px 0}[data-widget_type^=wp-widget-] ul:last-child,[data-widget_type^=wp-widget-] ol:last-child{margin-bottom:0}[data-widget_type^=wp-widget-] ul li,[data-widget_type^=wp-widget-] ol li{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}[data-widget_type^=wp-widget-] ul li:last-child,[data-widget_type^=wp-widget-] ol li:last-child{border-bottom:none}[data-widget_type^=wp-widget-] a{color:var(--tpp-color-secondary);text-decoration:none;transition:color .3s ease}[data-widget_type^=wp-widget-] a:hover{color:var(--tpp-color-primary)}[data-widget_type^=wp-widget-] p{margin-bottom:15px;line-height:1.6}[data-widget_type^=wp-widget-] img{max-width:100%;height:auto;border-radius:3px}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-pages.default"] ul li a{display:block}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-pages.default"] ul li a:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:8px;color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-calendar.default"] table{width:100%;border-collapse:collapse}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-calendar.default"] table caption{margin-bottom:10px;font-weight:600;color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-calendar.default"] table th,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-calendar.default"] table td{padding:8px 5px;text-align:center;border:1px solid #eee}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-calendar.default"] table th{background-color:#f7f7f7}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-calendar.default"] table #today{background-color:var(--tpp-color-primary);font-weight:bold;color:var(--tpp-color-white)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-calendar.default"] table a{display:block;border-radius:50%;width:30px;height:30px;line-height:30px;margin:0 auto}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-calendar.default"] table a:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-archives.default"] select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;background-color:var(--tpp-color-white)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-archives.default"] li{position:relative}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-archives.default"] li a{display:inline-block}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-archives.default"] li a:hover{color:var(--tpp-color-primary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-archives.default"] li a:before{content:"";font-family:"Font Awesome 5 Free";margin-right:8px;color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-archives.default"] li .post-count{background:#f1f1f1;padding:2px 8px;border-radius:10px;font-size:12px;margin-left:5px}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-audio.default"] .wp-audio-shortcode,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-audio.default"] .wp-video-shortcode,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-video.default"] .wp-audio-shortcode,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-video.default"] .wp-video-shortcode{margin-bottom:0}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-audio.default"] .mejs-container,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-video.default"] .mejs-container{border-radius:5px;overflow:hidden}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-audio.default"] .mejs-controls,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-video.default"] .mejs-controls{background:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-image.default"] img,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] img{transition:transform .3s ease}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-image.default"] img:hover,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] img:hover{transform:scale(1.03)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-image.default"] .wp-caption-text,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .wp-caption-text{margin-top:8px;font-size:14px;color:#666;text-align:center;font-style:italic}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery{display:grid;grid-gap:15px;margin-bottom:0;grid-template-columns:repeat(auto-fill, minmax(120px, 1fr))}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-size-thumbnail img{aspect-ratio:1/1;object-fit:cover}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-size-medium img{aspect-ratio:4/3;object-fit:cover}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-size-large img{aspect-ratio:16/9;object-fit:cover}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery .gallery-item{margin:0 !important;position:relative;overflow:hidden;border-radius:5px}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery .gallery-item .gallery-icon{border-radius:5px;overflow:hidden}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery .gallery-item img{transition:transform .3s ease;margin-bottom:0;width:100%;height:auto}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery .gallery-item img:hover{transform:scale(1.05)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery .gallery-item .wp-caption-text.gallery-caption{margin-top:8px;font-size:13px;color:#666;line-height:1.4}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-1{grid-template-columns:1fr}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-2{grid-template-columns:repeat(2, 1fr)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-3{grid-template-columns:repeat(3, 1fr)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-4{grid-template-columns:repeat(4, 1fr)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-5{grid-template-columns:repeat(5, 1fr)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-6{grid-template-columns:repeat(6, 1fr)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-7{grid-template-columns:repeat(7, 1fr)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-8{grid-template-columns:repeat(8, 1fr)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-9{grid-template-columns:repeat(9, 1fr)}@media(max-width: 1200px){[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-7,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-8,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-9{grid-template-columns:repeat(4, 1fr)}}@media(max-width: 992px){[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-5,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-6,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-7,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-8,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-9{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 767px){[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-3,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-4,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-5,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-6{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery{grid-template-columns:repeat(2, 1fr)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-7,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-8,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery.gallery-columns-9{grid-template-columns:repeat(2, 1fr)}}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] figcaption,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] .gallery-caption{margin-top:8px;font-size:13px;color:#666;text-align:center}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] a{display:block;height:100%}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-media_gallery.default"] a:hover{color:var(--tpp-color-primary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-meta.default"] li a{display:block}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-search.default"] .search-form{display:flex;position:relative}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-search.default"] .search-form label{flex:1;margin-bottom:0}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-search.default"] .search-form .search-field{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:4px 0 0 4px;transition:border-color .3s}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-search.default"] .search-form .search-field:focus{outline:none;border-color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-search.default"] .search-form .search-submit{padding:10px 20px;background-color:var(--tpp-color-secondary);color:var(--tpp-color-white);border:none;border-radius:0 4px 4px 0;cursor:pointer;transition:background-color .3s}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-search.default"] .search-form .search-submit:hover{background-color:var(--tpp-color-primary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-text.default"] p:last-child,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-custom_html.default"] p:last-child{margin-bottom:0}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-text.default"] strong,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-text.default"] b,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-custom_html.default"] strong,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-custom_html.default"] b{color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-text.default"] blockquote,[data-widget_type^=wp-widget-][data-widget_type="wp-widget-custom_html.default"] blockquote{border-left:3px solid var(--tpp-color-secondary);padding-left:15px;margin:20px 0;font-style:italic;color:#666}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-categories.default"] select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-categories.default"] li{position:relative}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-categories.default"] li a{display:inline-block}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-categories.default"] li a:hover{color:var(--tpp-color-primary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-categories.default"] li a:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:8px;color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-categories.default"] li .count{background:#f1f1f1;padding:2px 8px;border-radius:10px;font-size:12px;margin-left:5px}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-recent-posts.default"] li{padding:10px 0}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-recent-posts.default"] li a{font-weight:500}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-recent-posts.default"] li a:hover{color:var(--tpp-color-primary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-recent-posts.default"] li .post-date{display:block;font-size:12px;margin-top:5px;color:#888}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-recent-posts.default"] li .post-date:before{content:"";font-family:"Font Awesome 5 Free";margin-right:5px}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-recent-comments.default"] li{padding:10px 0}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-recent-comments.default"] li .comment-author-link{font-weight:600;color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-recent-comments.default"] li .recentcomments{position:relative;padding-left:25px}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-recent-comments.default"] li .recentcomments:before{content:"";font-family:"Font Awesome 5 Free";position:absolute;left:0;top:3px;color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-rss.default"] li{margin-bottom:15px;padding-bottom:15px}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-rss.default"] .rsswidget{font-weight:600;font-size:16px;display:block}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-rss.default"] .rss-date{display:block;font-size:12px;color:#888;margin:5px 0}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-rss.default"] .rss-date:before{content:"";font-family:"Font Awesome 5 Free";margin-right:5px}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-rss.default"] .rssSummary{margin:8px 0;font-size:14px;line-height:1.6}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-rss.default"] cite{font-style:italic;font-size:12px;color:#888}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-tag_cloud.default"] .tagcloud{display:flex;flex-wrap:wrap}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-tag_cloud.default"] .tagcloud a{display:inline-block;padding:5px 12px;margin:0 5px 8px 0;background-color:#f5f5f5;border-radius:3px;font-size:12px !important;transition:all .3s ease}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-tag_cloud.default"] .tagcloud a:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-nav_menu.default"] .menu li{position:relative}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-nav_menu.default"] .menu li a{display:block;padding:8px 0}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-nav_menu.default"] .menu li a:hover{color:var(--tpp-color-primary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-nav_menu.default"] .menu li a:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:10px;color:var(--tpp-color-secondary)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-nav_menu.default"] .menu li.current-menu-item>a{color:var(--tpp-color-secondary);font-weight:600}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-nav_menu.default"] .menu li .sub-menu{padding-left:15px;margin-top:5px;margin-bottom:5px;border-left:1px solid rgba(0,0,0,.05)}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-nav_menu.default"] .menu li .sub-menu li{padding:5px 0}[data-widget_type^=wp-widget-][data-widget_type="wp-widget-nav_menu.default"] .menu li .sub-menu li:last-child{padding-bottom:0}.elementor-widget-sidebar .widget{margin-bottom:30px;border-radius:5px;padding:20px;background-color:var(--tpp-color-white);box-shadow:0 2px 8px rgba(0,0,0,.05)}.elementor-widget-sidebar .widget h2{font-size:18px;font-weight:600;margin-bottom:15px;color:var(--tpp-color-secondary);position:relative;padding-bottom:10px}.elementor-widget-sidebar .widget h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:var(--tpp-color-secondary)}.elementor-widget-sidebar .widget.widget_block.widget_search .wp-block-search__inside-wrapper{display:flex}.elementor-widget-sidebar .widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input{flex:1;padding:10px 15px;border:1px solid #ddd;border-radius:4px 0 0 4px;transition:border-color .3s}.elementor-widget-sidebar .widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none;border-color:var(--tpp-color-secondary)}.elementor-widget-sidebar .widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button{padding:10px 20px;background-color:var(--tpp-color-secondary);color:var(--tpp-color-white);border:none;border-radius:0 4px 4px 0;cursor:pointer;transition:background-color .3s}.elementor-widget-sidebar .widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover{background-color:var(--tpp-color-secondary)}.elementor-widget-sidebar .widget .wp-block-latest-posts__list{list-style:none;padding:0;margin:0}.elementor-widget-sidebar .widget .wp-block-latest-posts__list li{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}.elementor-widget-sidebar .widget .wp-block-latest-posts__list li:last-child{border-bottom:none}.elementor-widget-sidebar .widget .wp-block-latest-posts__list li a{color:var(--tpp-color-secondary);text-decoration:none;transition:color .3s ease;display:block}.elementor-widget-sidebar .widget .wp-block-latest-posts__list li a:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:8px;color:var(--tpp-color-secondary)}.elementor-widget-sidebar .widget .wp-block-latest-posts__list li a:hover{color:var(--tpp-color-primary)}.elementor-widget-sidebar .widget .wp-block-latest-posts__list li .wp-block-latest-posts__post-date{display:block;font-size:12px;color:#888;margin-top:5px}.elementor-widget-sidebar .widget .wp-block-latest-comments{padding:0;margin:0}.elementor-widget-sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment{margin:0;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.elementor-widget-sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment:last-child{border-bottom:none}.elementor-widget-sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment article{margin:0}.elementor-widget-sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author{font-weight:600;color:var(--tpp-color-secondary)}.elementor-widget-sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-link{color:var(--tpp-color-secondary);text-decoration:none}.elementor-widget-sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-link:hover{color:var(--tpp-color-primary)}.elementor-widget-sidebar .widget .wp-block-archives-list{list-style:none;padding:0;margin:0}.elementor-widget-sidebar .widget .wp-block-archives-list li{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}.elementor-widget-sidebar .widget .wp-block-archives-list li:last-child{border-bottom:none}.elementor-widget-sidebar .widget .wp-block-archives-list li a{color:var(--tpp-color-secondary);text-decoration:none;transition:color .3s ease;display:block}.elementor-widget-sidebar .widget .wp-block-archives-list li a:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:8px;color:var(--tpp-color-secondary)}.elementor-widget-sidebar .widget .wp-block-archives-list li a:hover{color:var(--tpp-color-primary)}.elementor-widget-sidebar .widget .wp-block-categories-list{list-style:none;padding:0;margin:0}.elementor-widget-sidebar .widget .wp-block-categories-list li{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}.elementor-widget-sidebar .widget .wp-block-categories-list li:last-child{border-bottom:none}.elementor-widget-sidebar .widget .wp-block-categories-list li a{color:var(--tpp-color-secondary);text-decoration:none;transition:color .3s ease;display:block}.elementor-widget-sidebar .widget .wp-block-categories-list li a:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:8px;color:var(--tpp-color-secondary)}.elementor-widget-sidebar .widget .wp-block-categories-list li a:hover{color:var(--tpp-color-primary)}.tpp-breadcrumb{width:100%}.tpp-breadcrumb__wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}@media(max-width: 767px){.tpp-breadcrumb__wrapper{flex-direction:column;gap:15px}}.tpp-breadcrumb__title{flex:0 0 auto}.tpp-breadcrumb__title-text{margin:0;font-size:28px;font-weight:700;color:var(--tpp-color-secondary);line-height:1.3}.tpp-breadcrumb__list{flex:0 0 auto}.tpp-breadcrumb__list-items{display:flex;flex-wrap:wrap;align-items:center;margin:0;padding:0;list-style:none}.tpp-breadcrumb__list-item{display:inline-flex;align-items:center;font-size:16px}.tpp-breadcrumb__list-item a{color:var(--tpp-color-secondary);text-decoration:none;transition:color .3s ease}.tpp-breadcrumb__list-item a:hover{color:var(--tpp-color-primary)}.tpp-breadcrumb__list-item:last-child{color:var(--tpp-color-primary);font-weight:600}.tpp-breadcrumb .tpp-breadcrumb-separator{display:flex;align-items:center;justify-content:center;margin:0 10px;color:var(--tpp-color-secondary);font-size:12px;opacity:.7}.tpp-breadcrumb .tpp-breadcrumb-separator i,.tpp-breadcrumb .tpp-breadcrumb-separator svg{font-size:12px;width:12px;height:12px}.tpp-breadcrumb.tpp-breadcrumb-underlined .tpp-breadcrumb__title{position:relative}.tpp-breadcrumb.tpp-breadcrumb-underlined .tpp-breadcrumb__title:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:2px;background-color:var(--tpp-color-primary)}.tpp-breadcrumb.tpp-breadcrumb-line-separator .tpp-breadcrumb-separator{width:15px;height:1px;background-color:currentColor;margin:0 15px}.tpp-breadcrumb.tpp-breadcrumb-line-separator .tpp-breadcrumb-separator i,.tpp-breadcrumb.tpp-breadcrumb-line-separator .tpp-breadcrumb-separator svg{display:none}.tpp-breadcrumb.tpp-breadcrumb-dot-separator .tpp-breadcrumb__list-item{position:relative;padding:0 15px}.tpp-breadcrumb.tpp-breadcrumb-dot-separator .tpp-breadcrumb__list-item:first-child{padding-left:0}.tpp-breadcrumb.tpp-breadcrumb-dot-separator .tpp-breadcrumb__list-item:not(:last-child):after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background-color:currentColor;opacity:.5}.tpp-breadcrumb.tpp-breadcrumb-dot-separator .tpp-breadcrumb-separator{display:none}.tpp-breadcrumb.tpp-breadcrumb-boxed-items .tpp-breadcrumb__list-item{background-color:rgba(0,0,0,.05);padding:5px 15px;border-radius:3px;margin:0 5px}.tpp-breadcrumb.tpp-breadcrumb-boxed-items .tpp-breadcrumb__list-item:first-child{margin-left:0}.tpp-breadcrumb.tpp-breadcrumb-boxed-items .tpp-breadcrumb__list-item:last-child{background-color:var(--tpp-color-primary);color:#fff}.tpp-breadcrumb.tpp-breadcrumb-boxed-items .tpp-breadcrumb-separator{margin:0}.tpp-breadcrumb.tpp-breadcrumb-sidebar .tpp-breadcrumb__wrapper{background-color:rgba(0,0,0,.03);padding:15px 20px;border-radius:5px}.tpp-breadcrumb.tpp-breadcrumb-sidebar .tpp-breadcrumb__title{position:relative;padding-left:15px}.tpp-breadcrumb.tpp-breadcrumb-sidebar .tpp-breadcrumb__title:before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background-color:var(--tpp-color-primary);border-radius:3px}.tpp-breadcrumb.tpp-breadcrumb-minimal-centered{text-align:center}.tpp-breadcrumb.tpp-breadcrumb-minimal-centered .tpp-breadcrumb__wrapper{flex-direction:column;gap:20px;justify-content:center;align-items:center}.tpp-breadcrumb.tpp-breadcrumb-minimal-centered .tpp-breadcrumb__title-text{font-size:32px;margin-bottom:10px}.tpp-breadcrumb.tpp-breadcrumb-minimal-centered .tpp-breadcrumb__list-items{justify-content:center}.tpp-breadcrumb.tpp-breadcrumb-minimal-centered .tpp-breadcrumb-separator{color:rgba(0,0,0,.3)}@media(max-width: 767px){.tpp-breadcrumb__title-text{font-size:24px}.tpp-breadcrumb__list-item{font-size:14px}.tpp-breadcrumb .tpp-breadcrumb-separator{margin:0 8px}.tpp-breadcrumb.tpp-breadcrumb-minimal-centered .tpp-breadcrumb__title-text{font-size:28px}}.tpp-flip-box{position:relative;width:100%;height:300px;perspective:1000px;overflow:hidden}.tpp-flip-box.tpp-flip-trigger-click{cursor:pointer}.tpp-flip-box .tpp-flip-box-inner{position:relative;width:100%;height:100%;transition:transform .6s ease;transform-style:preserve-3d}.tpp-flip-box .tpp-flip-box-front,.tpp-flip-box .tpp-flip-box-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .6s ease}.tpp-flip-box .tpp-flip-box-items{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1)}.tpp-flip-box.tpp-flip-flip .tpp-flip-box-back{transform:rotateY(180deg)}.tpp-flip-box.tpp-flip-flip.tpp-flip-trigger-hover:hover .tpp-flip-box-inner,.tpp-flip-box.tpp-flip-flip.tpp-flip-trigger-click.flipped .tpp-flip-box-inner{transform:rotateY(180deg)}.tpp-flip-box.tpp-flip-flip-vertical .tpp-flip-box-back{transform:rotateX(180deg)}.tpp-flip-box.tpp-flip-flip-vertical.tpp-flip-trigger-hover:hover .tpp-flip-box-inner,.tpp-flip-box.tpp-flip-flip-vertical.tpp-flip-trigger-click.flipped .tpp-flip-box-inner{transform:rotateX(180deg)}.tpp-flip-box.tpp-flip-slide-left{overflow:hidden}.tpp-flip-box.tpp-flip-slide-left .tpp-flip-box-back{transform:translateX(100%);opacity:0}.tpp-flip-box.tpp-flip-slide-left.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-slide-left.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:translateX(-100%);opacity:0}.tpp-flip-box.tpp-flip-slide-left.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-slide-left.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:translateX(0);opacity:1}.tpp-flip-box.tpp-flip-slide-right{overflow:hidden}.tpp-flip-box.tpp-flip-slide-right .tpp-flip-box-back{transform:translateX(-100%);opacity:0}.tpp-flip-box.tpp-flip-slide-right.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-slide-right.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:translateX(100%);opacity:0}.tpp-flip-box.tpp-flip-slide-right.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-slide-right.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:translateX(0);opacity:1}.tpp-flip-box.tpp-flip-slide-up{overflow:hidden}.tpp-flip-box.tpp-flip-slide-up .tpp-flip-box-back{transform:translateY(100%);opacity:0}.tpp-flip-box.tpp-flip-slide-up.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-slide-up.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:translateY(-100%);opacity:0}.tpp-flip-box.tpp-flip-slide-up.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-slide-up.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:translateY(0);opacity:1}.tpp-flip-box.tpp-flip-slide-down{overflow:hidden}.tpp-flip-box.tpp-flip-slide-down .tpp-flip-box-back{transform:translateY(-100%);opacity:0}.tpp-flip-box.tpp-flip-slide-down.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-slide-down.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:translateY(100%);opacity:0}.tpp-flip-box.tpp-flip-slide-down.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-slide-down.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:translateY(0);opacity:1}.tpp-flip-box.tpp-flip-zoom-in .tpp-flip-box-back{transform:scale(0);opacity:0}.tpp-flip-box.tpp-flip-zoom-in.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-zoom-in.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:scale(0);opacity:0}.tpp-flip-box.tpp-flip-zoom-in.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-zoom-in.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:scale(1);opacity:1}.tpp-flip-box.tpp-flip-zoom-out .tpp-flip-box-back{transform:scale(1.5);opacity:0}.tpp-flip-box.tpp-flip-zoom-out.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-zoom-out.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:scale(1.5);opacity:0}.tpp-flip-box.tpp-flip-zoom-out.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-zoom-out.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:scale(1);opacity:1}.tpp-flip-box.tpp-flip-fade .tpp-flip-box-back{opacity:0}.tpp-flip-box.tpp-flip-fade.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-fade.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0}.tpp-flip-box.tpp-flip-fade.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-fade.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1}.tpp-flip-box.tpp-flip-rotate-x .tpp-flip-box-back{transform:rotateX(90deg);opacity:0;transform-origin:center center}.tpp-flip-box.tpp-flip-rotate-x.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-rotate-x.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:rotateX(-90deg);opacity:0}.tpp-flip-box.tpp-flip-rotate-x.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-rotate-x.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:rotateX(0);opacity:1}.tpp-flip-box.tpp-flip-rotate-y .tpp-flip-box-back{transform:rotateY(90deg);opacity:0;transform-origin:center center}.tpp-flip-box.tpp-flip-rotate-y.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-rotate-y.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:rotateY(-90deg);opacity:0}.tpp-flip-box.tpp-flip-rotate-y.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-rotate-y.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:rotateY(0);opacity:1}.tpp-flip-box.tpp-flip-rotate-z .tpp-flip-box-back{transform:rotateZ(90deg);opacity:0;transform-origin:center center}.tpp-flip-box.tpp-flip-rotate-z.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-box.tpp-flip-rotate-z.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:rotateZ(-90deg);opacity:0}.tpp-flip-box.tpp-flip-rotate-z.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-box.tpp-flip-rotate-z.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:rotateZ(0);opacity:1}.tpp-flip-box .tpp-flip-box-front{background-color:var(--tpp-color-border);color:var(--tpp-color-para);z-index:2}.tpp-flip-box .tpp-flip-box-front .tpp-front-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.tpp-flip-box .tpp-flip-box-back{background-color:var(--tpp-color-secondary);color:var(--tpp-color-white);z-index:1}.tpp-flip-box .tpp-flip-box-back .tpp-back-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.tpp-flip-box .tpp-flip-box-icon{margin-bottom:15px;font-size:16px;display:inline-flex;align-items:center;justify-content:center}.tpp-flip-box .tpp-flip-box-icon img{max-width:60px;height:auto}.tpp-flip-box .tpp-flip-title h1,.tpp-flip-box .tpp-flip-title h2,.tpp-flip-box .tpp-flip-title h3,.tpp-flip-box .tpp-flip-title h4,.tpp-flip-box .tpp-flip-title h5,.tpp-flip-box .tpp-flip-title h6{margin:0;padding:0}.tpp-flip-box .tpp-flip-title .tpp-flip-front-box-title-text{font-size:24px;line-height:normal;margin-bottom:10px}.tpp-flip-box .tpp-flip-title .tpp-flip-back-box-title-text{color:var(--tpp-color-white);font-size:24px;line-height:normal;margin-bottom:10px}.tpp-flip-box .tpp-flip-description{margin-bottom:15px}.tpp-flip-box .tpp-flip-button{margin-top:10px}.tpp-flip-box .tpp-flip-button .tpp-flip-btn{display:inline-block;padding:8px 16px;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);text-decoration:none;border-radius:4px;transition:all .3s ease}.tpp-flip-box .tpp-flip-button .tpp-flip-btn:hover{background-color:var(--tpp-color-primary)}.tpp-flip-front-box-title-text,.tpp-flip-back-box-title-text{line-height:normal;font-size:24px}.tpp-flip-box-link{display:block;text-decoration:none;color:inherit}.tpp-flip-tilt{perspective:1200px}.tpp-flip-tilt .tpp-flip-box-front,.tpp-flip-tilt .tpp-flip-box-back{transition:transform .7s cubic-bezier(0.175, 0.885, 0.32, 1.275),opacity .7s}.tpp-flip-tilt .tpp-flip-box-back{transform:rotateY(30deg) rotateX(20deg);opacity:0}.tpp-flip-tilt.tpp-flip-trigger-hover:hover .tpp-flip-box-front{transform:rotateY(-30deg) rotateX(-20deg);opacity:0}.tpp-flip-tilt.tpp-flip-trigger-hover:hover .tpp-flip-box-back{transform:rotateY(0) rotateX(0);opacity:1}.tpp-flip-tilt.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:rotateY(-30deg) rotateX(-20deg);opacity:0}.tpp-flip-tilt.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:rotateY(0) rotateX(0);opacity:1}.tpp-flip-3d-prism{perspective:800px;overflow:hidden}.tpp-flip-3d-prism .tpp-flip-box-inner{transform-style:preserve-3d;transition:transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.tpp-flip-3d-prism .tpp-flip-box-front{transform:translateZ(40px);backface-visibility:hidden}.tpp-flip-3d-prism .tpp-flip-box-back{transform:rotateY(90deg) translateZ(40px);backface-visibility:hidden;opacity:0}.tpp-flip-3d-prism.tpp-flip-trigger-hover:hover .tpp-flip-box-inner,.tpp-flip-3d-prism.tpp-flip-trigger-click.flipped .tpp-flip-box-inner{transform:rotateY(-90deg)}.tpp-flip-3d-prism.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-3d-prism.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0}.tpp-flip-3d-prism.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-3d-prism.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1}.tpp-flip-3d-cylinder{perspective:800px;overflow:hidden}.tpp-flip-3d-cylinder .tpp-flip-box-inner{transform-style:preserve-3d;transition:transform .8s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.tpp-flip-3d-cylinder .tpp-flip-box-front,.tpp-flip-3d-cylinder .tpp-flip-box-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.tpp-flip-3d-cylinder .tpp-flip-box-front{transform:translateZ(40px) rotateX(0deg)}.tpp-flip-3d-cylinder .tpp-flip-box-back{transform:translateZ(40px) rotateX(180deg)}.tpp-flip-3d-cylinder.tpp-flip-trigger-hover:hover .tpp-flip-box-inner,.tpp-flip-3d-cylinder.tpp-flip-trigger-click.flipped .tpp-flip-box-inner{transform:rotateX(180deg)}.tpp-flip-3d-cascade{perspective:2000px}.tpp-flip-3d-cascade .tpp-flip-box-inner{transform-style:preserve-3d;transition:transform .8s cubic-bezier(0.645, 0.045, 0.355, 1);position:relative}.tpp-flip-3d-cascade .tpp-flip-box-front,.tpp-flip-3d-cascade .tpp-flip-box-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.tpp-flip-3d-cascade .tpp-flip-box-front{transform:translateZ(0);transition:transform .8s cubic-bezier(0.645, 0.045, 0.355, 1)}.tpp-flip-3d-cascade .tpp-flip-box-back{transform:translateZ(-100px) translateY(100px) rotateX(-90deg);transition:transform .8s cubic-bezier(0.645, 0.045, 0.355, 1) .1s;opacity:0}.tpp-flip-3d-cascade.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-3d-cascade.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:translateZ(100px) translateY(-100px) rotateX(90deg);opacity:0}.tpp-flip-3d-cascade.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-3d-cascade.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:translateZ(0);opacity:1}.tpp-flip-3d-helix{perspective:1200px}.tpp-flip-3d-helix .tpp-flip-box-inner{transform-style:preserve-3d;transition:all 1s cubic-bezier(0.645, 0.045, 0.355, 1)}.tpp-flip-3d-helix .tpp-flip-box-front,.tpp-flip-3d-helix .tpp-flip-box-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.tpp-flip-3d-helix .tpp-flip-box-back{transform:rotateY(180deg) rotateX(180deg);opacity:0}.tpp-flip-3d-helix.tpp-flip-trigger-hover:hover .tpp-flip-box-inner,.tpp-flip-3d-helix.tpp-flip-trigger-click.flipped .tpp-flip-box-inner{transform:rotateY(180deg) rotateX(180deg)}.tpp-flip-3d-helix.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-3d-helix.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0}.tpp-flip-3d-helix.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-3d-helix.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1}.tpp-flip-3d-pyramid{perspective:1000px;overflow:hidden}.tpp-flip-3d-pyramid .tpp-flip-box-inner{transform-style:preserve-3d;transition:transform .9s cubic-bezier(0.175, 0.885, 0.32, 1.275);position:relative;width:100%;height:100%}.tpp-flip-3d-pyramid .tpp-flip-box-front,.tpp-flip-3d-pyramid .tpp-flip-box-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.tpp-flip-3d-pyramid .tpp-flip-box-front{transform-origin:center bottom;transform:translateZ(30px)}.tpp-flip-3d-pyramid .tpp-flip-box-back{transform-origin:center top;transform:rotateX(-50deg) translateY(50%) translateZ(-30px);opacity:0}.tpp-flip-3d-pyramid.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-3d-pyramid.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:rotateX(50deg) translateY(-50%) translateZ(-30px);opacity:0}.tpp-flip-3d-pyramid.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-3d-pyramid.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:translateZ(30px);opacity:1}.tpp-flip-3d-carousel{perspective:800px;overflow:hidden}.tpp-flip-3d-carousel .tpp-flip-box-inner{transform-style:preserve-3d;transition:transform .8s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%;height:100%}.tpp-flip-3d-carousel .tpp-flip-box-front,.tpp-flip-3d-carousel .tpp-flip-box-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.tpp-flip-3d-carousel .tpp-flip-box-front{transform:translateZ(50px)}.tpp-flip-3d-carousel .tpp-flip-box-back{transform:rotateY(180deg) translateZ(50px)}.tpp-flip-3d-carousel.tpp-flip-trigger-hover:hover .tpp-flip-box-inner,.tpp-flip-3d-carousel.tpp-flip-trigger-click.flipped .tpp-flip-box-inner{transform:rotateY(-180deg)}.tpp-flip-3d-accordion{perspective:1200px}.tpp-flip-3d-accordion .tpp-flip-box-inner{transform-style:preserve-3d;transition:all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.tpp-flip-3d-accordion .tpp-flip-box-front,.tpp-flip-3d-accordion .tpp-flip-box-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.tpp-flip-3d-accordion .tpp-flip-box-front{transform-origin:center left}.tpp-flip-3d-accordion .tpp-flip-box-back{transform-origin:center right;transform:translateX(-100%) rotateY(-90deg)}.tpp-flip-3d-accordion.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-3d-accordion.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:rotateY(90deg)}.tpp-flip-3d-accordion.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-3d-accordion.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:translateX(0) rotateY(0)}.tpp-flip-water-through{overflow:hidden;position:relative}.tpp-flip-water-through .tpp-flip-box-front,.tpp-flip-water-through .tpp-flip-box-back{transition:opacity .5s ease,transform .5s ease;position:absolute;top:0;left:0;width:100%;height:100%}.tpp-flip-water-through .tpp-flip-box-back{opacity:0}.tpp-flip-water-through::before{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 100%);z-index:2;transition:top 1s ease;opacity:0;pointer-events:none}.tpp-flip-water-through.tpp-flip-trigger-hover:hover::before,.tpp-flip-water-through.tpp-flip-trigger-click.flipped::before{top:100%;opacity:1}.tpp-flip-water-through.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-water-through.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0}.tpp-flip-water-through.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-water-through.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1}.tpp-flip-page-turn{perspective:1200px;overflow:hidden}.tpp-flip-page-turn .tpp-flip-box-inner{transform-style:preserve-3d;position:relative;width:100%;height:100%}.tpp-flip-page-turn .tpp-flip-box-front,.tpp-flip-page-turn .tpp-flip-box-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.tpp-flip-page-turn .tpp-flip-box-front{transform-origin:left center;transition:transform .7s cubic-bezier(0.645, 0.045, 0.355, 1);box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:2}.tpp-flip-page-turn .tpp-flip-box-back{left:0;opacity:0;transition:opacity .4s ease .3s;z-index:1}.tpp-flip-page-turn.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-page-turn.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:rotateY(-90deg)}.tpp-flip-page-turn.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-page-turn.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1}.tpp-flip-morph{perspective:1200px}.tpp-flip-morph .tpp-flip-box-front,.tpp-flip-morph .tpp-flip-box-back{transition:all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.tpp-flip-morph .tpp-flip-box-back{opacity:0;transform:scale(0.5) rotate(45deg)}.tpp-flip-morph.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-morph.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0;transform:scale(0.5) rotate(-45deg)}.tpp-flip-morph.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-morph.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1;transform:scale(1) rotate(0deg)}.tpp-flip-elastic .tpp-flip-box-front,.tpp-flip-elastic .tpp-flip-box-back{transition:all .6s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.tpp-flip-elastic .tpp-flip-box-back{opacity:0;transform:scale(0.5)}.tpp-flip-elastic.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-elastic.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0;transform:scale(1.5)}.tpp-flip-elastic.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-elastic.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1;transform:scale(1)}.tpp-flip-shatter{overflow:hidden}.tpp-flip-shatter .tpp-flip-box-front,.tpp-flip-shatter .tpp-flip-box-back{transition:all .5s ease}.tpp-flip-shatter .tpp-flip-box-back{opacity:0;clip-path:polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)}.tpp-flip-shatter.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-shatter.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0;transform:scale(0.9);clip-path:polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%)}.tpp-flip-shatter.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-shatter.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1;clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}.tpp-flip-origami{perspective:800px}.tpp-flip-origami .tpp-flip-box-inner{transform-style:preserve-3d}.tpp-flip-origami .tpp-flip-box-front{transform-origin:center center;transition:transform .7s ease-out;backface-visibility:hidden}.tpp-flip-origami .tpp-flip-box-back{opacity:0;transform:translateZ(-100px);transition:all .7s ease-out}.tpp-flip-origami.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-origami.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:rotateX(90deg) rotateY(45deg);opacity:0}.tpp-flip-origami.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-origami.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:translateZ(0);opacity:1}.tpp-flip-door{perspective:1000px;overflow:hidden}.tpp-flip-door .tpp-flip-box-front{transform-origin:left center;transition:transform .7s cubic-bezier(0.4, 0, 0.2, 1);backface-visibility:hidden;box-shadow:5px 0 15px rgba(0,0,0,.1)}.tpp-flip-door .tpp-flip-box-back{transform:scale(0.9);opacity:0;transition:all .5s .2s}.tpp-flip-door.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-door.tpp-flip-trigger-click.flipped .tpp-flip-box-front{transform:rotateY(-110deg)}.tpp-flip-door.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-door.tpp-flip-trigger-click.flipped .tpp-flip-box-back{transform:scale(1);opacity:1}.tpp-flip-box-back.tpp-flip-box-items{z-index:999}.tpp-flip-celestial-swirl{perspective:1000px;overflow:hidden}.tpp-flip-celestial-swirl .tpp-flip-box-front,.tpp-flip-celestial-swirl .tpp-flip-box-back{transition:all .8s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.tpp-flip-celestial-swirl .tpp-flip-box-back{opacity:0;transform:scale(0.8) rotate(-45deg)}.tpp-flip-celestial-swirl.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-celestial-swirl.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0;transform:scale(0.8) rotate(45deg)}.tpp-flip-celestial-swirl.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-celestial-swirl.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1;transform:scale(1) rotate(0)}.tpp-flip-gravity-bounce{perspective:1000px}.tpp-flip-gravity-bounce .tpp-flip-box-front,.tpp-flip-gravity-bounce .tpp-flip-box-back{transition:all .6s cubic-bezier(0.68, -0.6, 0.32, 1.6)}.tpp-flip-gravity-bounce .tpp-flip-box-back{opacity:0;transform:translateY(100%)}.tpp-flip-gravity-bounce.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-gravity-bounce.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0;transform:translateY(-100%)}.tpp-flip-gravity-bounce.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-gravity-bounce.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1;transform:translateY(0)}.tpp-flip-hyperwave-flow{overflow:hidden}.tpp-flip-hyperwave-flow .tpp-flip-box-front,.tpp-flip-hyperwave-flow .tpp-flip-box-back{transition:all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.tpp-flip-hyperwave-flow .tpp-flip-box-back{opacity:0;transform:translateY(10px) scale(0.95)}.tpp-flip-hyperwave-flow.tpp-flip-trigger-hover:hover .tpp-flip-box-front,.tpp-flip-hyperwave-flow.tpp-flip-trigger-click.flipped .tpp-flip-box-front{opacity:0;transform:translateY(-10px) scale(0.95)}.tpp-flip-hyperwave-flow.tpp-flip-trigger-hover:hover .tpp-flip-box-back,.tpp-flip-hyperwave-flow.tpp-flip-trigger-click.flipped .tpp-flip-box-back{opacity:1;transform:translateY(0) scale(1)}.tpp-flip-hyperwave-flow.tpp-flip-trigger-hover:hover::after,.tpp-flip-hyperwave-flow.tpp-flip-trigger-click.flipped::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);opacity:0;transform:translateX(-100%) translateY(-100%);animation:hyperwave .7s forwards}@keyframes hyperwave{to{opacity:1;transform:translateX(100%) translateY(100%)}}.tpp-facebook-feed-container{width:100%}.tpp-facebook-feed-container.tpp-facebook-feed-columns-2 .tpp-facebook-feed__wrapper{width:calc(50% - var(--gutter-size, 0px))}.tpp-facebook-feed-container.tpp-facebook-feed-columns-3 .tpp-facebook-feed__wrapper{width:calc(33.333% - var(--gutter-size, 0px))}.tpp-facebook-feed-container.tpp-facebook-feed-columns-4 .tpp-facebook-feed__wrapper{width:calc(25% - var(--gutter-size, 0px))}@media(max-width: 1024px){.tpp-facebook-feed-container .tpp-facebook-feed__wrapper{width:calc(50% - var(--gutter-size, 0px)) !important}}@media(max-width: 767px){.tpp-facebook-feed-container .tpp-facebook-feed__wrapper{width:calc(100% - var(--gutter-size, 0px)) !important}}.tpp-facebook-feed__wrapper{float:left;background:var(--tpp-color-white);border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease;margin-bottom:var(--gutter-size, 0px)}.tpp-facebook-feed__wrapper:hover{transform:translateY(-5px)}.tpp-facebook-feed__header{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #eee}.tpp-facebook-feed__header-left{display:flex;align-items:center}.tpp-facebook-feed__header-right{color:#666;font-size:12px}.tpp-facebook-feed__user{display:flex;align-items:center;gap:8px}.tpp-facebook-feed__user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden}.tpp-facebook-feed__user-avatar img{width:100%;height:100%;object-fit:cover}.tpp-facebook-feed__user-name a{color:#333;font-weight:500;text-decoration:none;font-size:14px;transition:color .3s ease}.tpp-facebook-feed__user-name a:hover{color:var(--tpp-color-primary)}.tpp-facebook-feed__featured-image{position:relative}.tpp-facebook-feed__featured-image img{width:100%;height:auto;display:block}.tpp-facebook-feed__featured-image .tpp-facebook-feed__video-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:var(--tpp-color-white);font-size:40px;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.3)}.tpp-facebook-feed__content{padding:10px}.tpp-facebook-feed__content-text{color:#444;line-height:1.4;margin-bottom:10px;font-size:14px}.tpp-facebook-feed__read-more a{color:var(--tpp-color-primary);text-decoration:none;font-weight:500;font-size:13px;transition:color .3s ease}.tpp-facebook-feed__footer{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-top:1px solid #eee;background:var(--tpp-color-white)}.tpp-facebook-feed__footer-left{display:flex;gap:12px;color:#666;font-size:13px}.tpp-facebook-feed__footer-left i{color:var(--tpp-color-primary)}.tpp-facebook-feed__footer-left-like,.tpp-facebook-feed__footer-left-comment{display:flex;align-items:center;gap:4px}.tpp-facebook-feed__footer-right-share{display:flex;align-items:center;gap:4px;color:#666;font-size:13px}.tpp-facebook-feed__footer-right-share i{color:var(--tpp-color-primary)}.tpp-facebook-feed--error{padding:20px;text-align:center;background:var(--tpp-color-white);border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.1);color:#dc3545;font-size:14px}.tpp-facebook-feed-carousel .slick-slide{margin:0 8px}.tpp-facebook-feed-carousel .slick-list{margin:0 -8px}.tpp-facebook-feed-carousel .slick-dots{display:flex;justify-content:center;gap:6px;margin-top:15px;padding:0;list-style:none}.tpp-facebook-feed-carousel .slick-dots li button{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#ddd;text-indent:-9999px;cursor:pointer;transition:background .3s ease}.tpp-facebook-feed-carousel .slick-dots li.slick-active button{background:var(--tpp-color-primary)}.tpp-facebook-feed-carousel .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:32px;height:32px;border:none;border-radius:50%;background:hsla(0,0%,100%,.9);box-shadow:0 1px 3px rgba(0,0,0,.1);color:#333;cursor:pointer;transition:all .3s ease}.tpp-facebook-feed-carousel .slick-arrow:hover{background:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-facebook-feed-carousel .slick-arrow.slick-prev{left:-16px}.tpp-facebook-feed-carousel .slick-arrow.slick-next{right:-16px}.tpp-instagram-feed__wrapper{position:relative;width:100%;text-align:center}.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry{display:grid;row-gap:20px;column-gap:20px}.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-1,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-1,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-1{grid-template-columns:repeat(1, minmax(0, 1fr));--column-count: 1}.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-2,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-2,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-2{grid-template-columns:repeat(2, minmax(0, 1fr));--column-count: 2}.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-3,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-3,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-3{grid-template-columns:repeat(3, minmax(0, 1fr));--column-count: 3}.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-4,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-4,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-4{grid-template-columns:repeat(4, minmax(0, 1fr));--column-count: 4}.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-5,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-5,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-5{grid-template-columns:repeat(5, minmax(0, 1fr));--column-count: 5}.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-6,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-6,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-6{grid-template-columns:repeat(6, minmax(0, 1fr));--column-count: 6}@media(max-width: 1024px){.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-3,.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-4,.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-5,.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-6,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-3,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-4,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-5,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-6,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-3,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-4,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-5,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-6{grid-template-columns:repeat(3, minmax(0, 1fr));--column-count: 3}}@media(max-width: 768px){.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-3,.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-4,.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-5,.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid.tpp-col-6,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-3,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-4,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-5,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list.tpp-col-6,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-3,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-4,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-5,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-6{grid-template-columns:repeat(2, minmax(0, 1fr));--column-count: 2}}@media(max-width: 480px){.tpp-instagram-feed__wrapper .tpp-instagram-feed-grid,.tpp-instagram-feed__wrapper .tpp-instagram-feed-list,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry{grid-template-columns:repeat(1, minmax(0, 1fr)) !important;--column-count: 1}}.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry{display:block !important;--gutter-size: 20px;--column-count: 3}@media(max-width: 1024px){.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry{--column-count: 3;grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(max-width: 767px){.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry{--column-count: 2;grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 480px){.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry{--column-count: 1;grid-template-columns:repeat(1, minmax(0, 1fr))}}.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry:after{content:"";display:block;clear:both}.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry .tpp-instagram-item{float:left;width:100%;margin-bottom:var(--gutter-size)}@media(max-width: 768px){.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry .tpp-instagram-item{width:calc(50% - var(--gutter-size)/2) !important}}@media(max-width: 480px){.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry .tpp-instagram-item{width:100% !important}}.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry .tpp-instagram-item img{width:100%;height:auto;display:block}.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry .tpp-instagram-item .tpp-instagram-media{overflow:hidden}.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-1,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-2,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-3,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-4,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-5,.tpp-instagram-feed__wrapper .tpp-instagram-feed-masonry.tpp-col-6{display:block !important;grid-template-columns:none !important}.tpp-instagram-feed__wrapper .tpp-instagram-feed-list .tpp-instagram-item{display:flex}.tpp-instagram-feed__wrapper .tpp-instagram-feed-list .tpp-instagram-item .tpp-instagram-media{width:150px}.tpp-instagram-feed__wrapper .tpp-instagram-feed-fullwidth{display:flex;flex-wrap:nowrap;align-items:center}.tpp-instagram-feed__wrapper .tpp-instagram-item{position:relative;overflow:hidden}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media{position:relative;overflow:hidden}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media .tpp-instagram-overlay{position:absolute;width:100%;height:100%;background:rgba(11,66,255,.14);z-index:0;left:0;top:0;margin:auto;right:0;bottom:0}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements-top{background:var(--tpp-color-white);padding:15px;border-radius:0;border-width:1px;border-color:#e3e3e3;border-style:solid;border-bottom:none}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements-bottom{background:var(--tpp-color-white);padding:15px;border-radius:0;border-width:1px;border-color:#e3e3e3;border-style:solid;border-top:none}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element{margin-right:10px}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element:last-child{margin-right:0}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element .tpp-instagram-item-inner{display:inline-block}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-username .tpp-instagram-title{font-size:16px;text-transform:capitalize;font-weight:normal;margin:0;padding:0;line-height:26px}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-username .tpp-instagram-title a{color:var(--tpp-color-secondary)}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-username .tpp-instagram-title a:hover{color:var(--tpp-color-primary)}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-comments i{font-size:16px;text-transform:capitalize;font-weight:normal;color:var(--tpp-color-primary)}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-comments .tpp-comments-count{font-size:16px;text-transform:capitalize;font-weight:normal}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-date i{font-size:16px;text-transform:capitalize;font-weight:normal;color:var(--tpp-color-primary)}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-date .tpp-date-count{font-size:16px;text-transform:capitalize}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-icon a{display:flex;align-items:center;justify-content:center;color:var(--tpp-color-primary);font-size:20px}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-icon a:hover{color:var(--tpp-color-secondary)}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-lightbox a{display:flex;align-items:center;justify-content:center;color:var(--tpp-color-primary);font-size:20px}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-lightbox a:hover{color:var(--tpp-color-secondary)}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-share .tpp-instagram-share-icon{display:flex;gap:15px;flex-wrap:wrap;align-items:center;align-content:center}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-share .tpp-instagram-share-icon a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:100%;font-size:14px;color:var(--tpp-color-white)}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-share .tpp-instagram-share-fb{background-color:#1877f2}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-share .tpp-instagram-share-tw{background-color:#1da1f2}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-share .tpp-instagram-share-in{background-color:#0a66c2}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-share .tpp-instagram-share-what{background-color:#25d366}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-share .tpp-instagram-share-pin{background-color:#e60023}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-share .tpp-instagram-share-tele{background-color:#08c}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-elements .tpp-instagram-element.tpp-instagram-share .tpp-instagram-share-redd{background-color:#ff4500}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:1;visibility:visible;transition:all .3s ease-in-out}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container{display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:90}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container .tpp-instagram-table{display:table;width:100%;height:100%}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container .tpp-instagram-table .tpp-instagram-table-cell{display:table-cell;vertical-align:middle}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container .tpp-instagram-table .tpp-instagram-table-cell .tpp-instagram-media-center{justify-content:center}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container .tpp-instagram-table .tpp-instagram-table-cell .tpp-instagram-media-top{justify-content:flex-start}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container .tpp-instagram-table .tpp-instagram-table-cell .tpp-instagram-media-bottom{justify-content:flex-end}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container .tpp-instagram-table .tpp-instagram-table-cell .tpp-instagram-elements{padding:0 15px;display:flex}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container .tpp-instagram-table .tpp-instagram-table-cell .tpp-instagram-elements .tpp-instagram-item-display-inline.tpp-instagram-item-align-left{position:absolute;top:5%}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container .tpp-instagram-table .tpp-instagram-table-cell .tpp-instagram-elements .tpp-instagram-item-display-inline.tpp-instagram-item-align-right{position:absolute;bottom:5%}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media-hover .tpp-instagram-center-container .tpp-instagram-table .tpp-instagram-table-cell .tpp-instagram-elements .tpp-instagram-item-display-inline.tpp-instagram-item-align-center{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-media:hover .tpp-instagram-media-hover{opacity:1;visibility:visible}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-block{clear:both}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-block.tpp-instagram-item-align-left{text-align:left}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-block.tpp-instagram-item-align-right{text-align:right}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-block.tpp-instagram-item-align-center{text-align:center}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-inline.tpp-instagram-item-align-left,.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-custom.tpp-instagram-item-align-left{float:left}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-inline.tpp-instagram-item-align-right,.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-custom.tpp-instagram-item-align-right{float:right}.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-inline.tpp-instagram-item-align-center,.tpp-instagram-feed__wrapper .tpp-instagram-item .tpp-instagram-item-display-custom.tpp-instagram-item-align-center{float:none;display:inline-block;vertical-align:middle}.tpp-instagram-feed__wrapper .tpp-instagram-button-wrapper a.tpp-instagram-button{background:var(--tpp-color-primary);display:inline-flex;align-items:center;padding:16px 40px;border-radius:5px;gap:8px;color:var(--tpp-color-white);font-size:16px;font-weight:500;line-height:100%}.tpp-instagram-feed__wrapper .tpp-instagram-button-wrapper a.tpp-instagram-button:hover{background:var(--tpp-color-secondary);color:var(--tpp-color-white)}.tpp-instagram-feed__wrapper .tpp-instagram-button-wrapper.tpp-instagram-button-wrapper{position:absolute;z-index:999}.tpp-instagram-feed__wrapper .tpp-instagram-button-wrapper.tpp-instagram-button-wrapper.tpp-instagram-button-vertical-align-top{top:0}.tpp-instagram-feed__wrapper .tpp-instagram-button-wrapper.tpp-instagram-button-wrapper.tpp-instagram-button-vertical-align-center{top:0;bottom:0;align-content:center}.tpp-instagram-feed__wrapper .tpp-instagram-button-wrapper.tpp-instagram-button-wrapper.tpp-instagram-button-vertical-align-bottom{bottom:0}.tpp-instagram-feed__wrapper .tpp-instagram-button-wrapper.tpp-instagram-button-wrapper.tpp-instagram-button-horizontal-align-left{left:0}.tpp-instagram-feed__wrapper .tpp-instagram-button-wrapper.tpp-instagram-button-wrapper.tpp-instagram-button-horizontal-align-center{left:0;right:0;align-content:center}.tpp-instagram-feed__wrapper .tpp-instagram-button-wrapper.tpp-instagram-button-wrapper.tpp-instagram-button-horizontal-align-right{right:0}.elementor-element-edit-mode .tpp-masonry-initialized .tpp-instagram-item{margin-bottom:var(--row-gap) !important}.elementor-editor-active .tpp-instagram-feed-masonry,.elementor-editor-preview .tpp-instagram-feed-masonry{display:block !important}.elementor-editor-active .tpp-instagram-feed-masonry .tpp-instagram-item,.elementor-editor-preview .tpp-instagram-feed-masonry .tpp-instagram-item{float:left}.tpp-instagram-feed__wrapper.swiper{overflow:hidden;position:relative}.tpp-instagram-feed__wrapper.swiper .swiper-wrapper{display:flex;transition-property:transform;box-sizing:content-box;flex-direction:row}.tpp-instagram-feed__wrapper.swiper .tpp-instagram-item.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;margin:0 !important}.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-grid,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-list,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-masonry{display:flex;row-gap:0;column-gap:0}.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-grid.tpp-col-1,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-grid.tpp-col-2,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-grid.tpp-col-3,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-grid.tpp-col-4,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-grid.tpp-col-5,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-grid.tpp-col-6,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-list.tpp-col-1,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-list.tpp-col-2,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-list.tpp-col-3,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-list.tpp-col-4,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-list.tpp-col-5,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-list.tpp-col-6,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-masonry.tpp-col-1,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-masonry.tpp-col-2,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-masonry.tpp-col-3,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-masonry.tpp-col-4,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-masonry.tpp-col-5,.tpp-instagram-feed__wrapper.swiper.slider-instagram .tpp-instagram-feed-masonry.tpp-col-6{grid-template-columns:none}.tpp-instagram-feed__wrapper.swiper .swiper-pagination{position:relative;margin-top:20px}.tpp-instagram-feed__wrapper.swiper .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;display:inline-block;border-radius:50%;margin:0 5px;background:#ccc;opacity:.7;cursor:pointer}.tpp-instagram-feed__wrapper.swiper .swiper-pagination .swiper-pagination-bullet-active{opacity:1;background:var(--tpp-color-primary)}.product-thumbnail-zoom img{transition:transform .3s ease;transform-origin:center center}.product-thumbnail-zoom:hover img{transform:scale(1.2)}.product-thumbnail-zoom{overflow:hidden}.tpp-product-price{font-size:2rem;font-weight:600;color:var(--tpp-color-secondary)}.tpp-product-price bdi{display:inline-flex}.tpp-product-price ins{text-decoration:none}.tpp-product-price del{color:#666}.tpp-product-price del bdi{font-weight:500;color:#666;font-size:1.6rem;display:inline-flex}.tpp-mailchimp-form .tpp-message{margin-bottom:15px;padding:10px;border-radius:4px;display:none}.tpp-mailchimp-form .tpp-message.success{display:block;background-color:#dff0d8;color:#3c763d;border:1px solid #d6e9c6}.tpp-mailchimp-form .tpp-message.error{display:block;background-color:#f2dede;color:#a94442;border:1px solid #ebccd1}.tpp-mailchimp-form .tpp-form-fields.tpp-inline-form{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.tpp-mailchimp-form .tpp-form-fields.tpp-inline-form .tpp-form-field{flex:1;min-width:200px}.tpp-mailchimp-form .tpp-form-fields.tpp-full-width-form .tpp-form-field{margin-bottom:15px}.tpp-mailchimp-form .tpp-form-input{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-size:14px;line-height:1.5;transition:all .3s ease}.tpp-mailchimp-form .tpp-form-input:focus{outline:none;border-color:#666;box-shadow:0 0 5px rgba(0,0,0,.1)}.tpp-mailchimp-form .tpp-form-input::placeholder{color:#999}.tpp-mailchimp-form .tpp-submit-button{display:inline-block;padding:12px 25px;background-color:#0073aa;color:var(--tpp-color-white);border:none;border-radius:4px;font-size:14px;font-weight:500;line-height:1.5;cursor:pointer;transition:all .3s ease;width:100%;position:relative;overflow:hidden}.tpp-mailchimp-form .tpp-submit-button:hover{transform:translateY(-2px)}.tpp-mailchimp-form .tpp-submit-button:active{transform:translateY(1px)}.tpp-mailchimp-form .tpp-submit-button.elementor-animation-grow{transition:transform .3s ease}.tpp-mailchimp-form .tpp-submit-button.elementor-animation-grow:hover{transform:scale(1.1)}.tpp-mailchimp-form .tpp-submit-button.elementor-animation-shrink{transition:transform .3s ease}.tpp-mailchimp-form .tpp-submit-button.elementor-animation-shrink:hover{transform:scale(0.9)}.tpp-mailchimp-form .tpp-submit-button.elementor-animation-pulse:hover{animation:elementor-animation-pulse 1s infinite}.tpp-mailchimp-form .tpp-submit-button.elementor-animation-float{transition:transform .3s ease}.tpp-mailchimp-form .tpp-submit-button.elementor-animation-float:hover{transform:translateY(-8px)}.tpp-mailchimp-form .tpp-submit-button.elementor-animation-bob:hover{animation:elementor-animation-bob 1.5s infinite}@keyframes elementor-animation-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(0)}100%{transform:translateY(-8px)}}@media screen and (max-width: 767px){.tpp-mailchimp-form .tpp-form-fields.tpp-inline-form{flex-direction:column}.tpp-mailchimp-form .tpp-form-fields.tpp-inline-form .tpp-form-field{width:100%;margin-bottom:15px}}.tpp-section-title-wrapper{display:flex;width:100%}.tpp-section-title-content{width:100%}.tpp-section-small-title{display:inline-block;color:var(--tpp-color-primary);font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;margin-bottom:1.2rem;position:relative}.tpp-section-small-title.icons{display:inline-flex;align-items:center;gap:10px}.tpp-section-small-title.icons span{display:inline-flex;align-items:center;justify-content:center}.tpp-section-small-title.line{display:inline-block;vertical-align:middle}.tpp-section-small-title.line::before,.tpp-section-small-title.line::after{content:"";width:4rem;height:.2rem;background-color:#d7d7d7;display:inline-block;vertical-align:middle}.tpp-section-small-title.line::before{margin-right:15px}.tpp-section-small-title.line::after{margin-left:15px}.tpp-section-title{font-size:3.6rem;font-weight:700;line-height:1.2;margin-bottom:2.5rem;color:var(--tpp-color-secondary);position:relative;display:block;width:100%;transition:all .3s ease}.tpp-section-title .tpp-section-typewrite{display:inline;position:relative}.tpp-section-title .tpp-section-typewrite .tpp-section-wrap{display:inline;white-space:normal;background-size:100% 100%;background-repeat:no-repeat}.tpp-section-title .tpp-section-typewrite .tpp-section-cursor{display:none;color:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;margin-left:2px;animation:blink .7s infinite}.tpp-section-title .tpp-section-typewrite .tpp-section-cursor:not(:empty){display:inline-block}.tpp-section-title.animate__animated{animation-duration:1s;animation-fill-mode:both;animation-iteration-count:1}.tpp-section-title.animate__slow{animation-duration:2s}.tpp-section-title.animate__fast{animation-duration:.5s}.tpp-strong-image{background-image:url("' . esc_url($image_url) . '");-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:inline}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.tpp-section-description{font-size:16px;color:#666;margin-bottom:2rem}.tpp-gradient-text{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-fill-color:rgba(0,0,0,0)}.tpp-gradient-linear{background-size:100% 100%;background-repeat:no-repeat}.tpp-gradient-radial{background-size:100% 100%;background-repeat:no-repeat}.tpp-strong-gradient{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-fill-color:rgba(0,0,0,0)}.tpp-strong-gradient-linear{background-size:100% 100%;background-repeat:no-repeat}.tpp-strong-gradient-radial{background-size:100% 100%;background-repeat:no-repeat}.tpp-strong-image{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:inline;background-size:cover;background-position:center center;background-repeat:no-repeat}@media(max-width: 767px){.tpp-section-title{font-size:2.8rem}}@media(max-width: 575px){.tpp-section-title{font-size:2.4rem}}.brand-logo-wrapper{position:relative}.brand-logo-wrapper .brand-logo-arrow{position:absolute;bottom:0;width:100%;top:50%;transform:translateY(-50%)}.brand-logo-wrapper .brand-logo-arrow .button{position:absolute;cursor:pointer;padding:14px 20px;z-index:10;background:var(--tpp-color-primary);color:var(--tpp-color-white);border-radius:100px;display:flex;align-items:center;justify-content:center}.brand-logo-wrapper .brand-logo-arrow .tpp-arrow-prev{left:-100px}.brand-logo-wrapper .brand-logo-arrow .tpp-arrow-next{right:-100px}@media(max-width: 1199px){.brand-logo-wrapper .brand-logo-arrow{display:none}}@media(max-width: 1350px){.brand-logo-wrapper .brand-logo-arrow .tpp-arrow-prev{left:-50px}.brand-logo-wrapper .brand-logo-arrow .tpp-arrow-next{right:-50px}}.brand-logo-wrapper .tpp-dote-pagination{display:flex;justify-content:center;gap:5px;margin-top:30px}.brand-logo-wrapper .tpp-dote-pagination .swiper-pagination-bullet{cursor:pointer;height:20px;width:20px;background:var(--tpp-color-primary);margin:0 !important;padding:0}.brand-logo-wrapper .tpp-dote-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active{background:var(--tpp-color-primary)}.brand-logo-wrapper .brand-logo-item{display:flex;justify-content:center}.brand-logo-wrapper .brand-logo-item .brand-logo{border-radius:15px;border:1px solid #e2e5e7;background:var(--tpp-color-white);padding:20px 40px;display:inline-block;font-size:18px;line-height:normal;transition:.4s;position:relative;z-index:1;overflow:hidden;color:var(--tpp-color-secondary)}.brand-logo-wrapper .brand-logo-item .brand-logo img{width:auto}.brand-logo-wrapper .brand-logo-item .brand-logo:hover{color:var(--tpp-color-white)}.brand-logo-wrapper .brand-logo-item .brand-logo.bottom::before,.brand-logo-wrapper .brand-logo-item .brand-logo.left::before,.brand-logo-wrapper .brand-logo-item .brand-logo.right::before,.brand-logo-wrapper .brand-logo-item .brand-logo.top::before,.brand-logo-wrapper .brand-logo-item .brand-logo.zoom-in::before,.brand-logo-wrapper .brand-logo-item .brand-logo.zoom-out::before,.brand-logo-wrapper .brand-logo-item .brand-logo.rotate::before,.brand-logo-wrapper .brand-logo-item .brand-logo.swing::before{position:absolute;content:"";height:100%;width:100%;transition:all .3s ease;z-index:-1;background:var(--tpp-color-primary)}.brand-logo-wrapper .brand-logo-item .brand-logo.bottom::before{top:105%;left:0;right:0}.brand-logo-wrapper .brand-logo-item .brand-logo.left::before{top:0;left:100%;right:0}.brand-logo-wrapper .brand-logo-item .brand-logo.right::before{top:0;bottom:0;right:100%}.brand-logo-wrapper .brand-logo-item .brand-logo.top::before{bottom:100%;left:0;right:0}.brand-logo-wrapper .brand-logo-item .brand-logo.zoom-in::before{transform:scale(0);left:0;top:0}.brand-logo-wrapper .brand-logo-item .brand-logo.zoom-out::before{transform:scale(1);left:0;top:0}.brand-logo-wrapper .brand-logo-item .brand-logo.rotate::before{transform:rotate(0);opacity:0}.brand-logo-wrapper .brand-logo-item .brand-logo:hover::before{opacity:1}.brand-logo-wrapper .brand-logo-item .brand-logo.bottom:hover::before{top:0}.brand-logo-wrapper .brand-logo-item .brand-logo.left:hover::before{left:0}.brand-logo-wrapper .brand-logo-item .brand-logo.right:hover::before{right:0}.brand-logo-wrapper .brand-logo-item .brand-logo.top:hover::before{bottom:0}.brand-logo-wrapper .brand-logo-item .brand-logo.zoom-in::before{left:0;top:0}.brand-logo-wrapper .brand-logo-item .brand-logo.zoom-in:hover::before{transform:scale(1)}.brand-logo-wrapper .brand-logo-item .brand-logo.zoom-out::before{left:0;top:0}.brand-logo-wrapper .brand-logo-item .brand-logo.zoom-out:hover::before{transform:scale(0)}.brand-logo-wrapper .brand-logo-item .brand-logo.rotate::before{left:0;top:0}.brand-logo-wrapper .brand-logo-item .brand-logo.rotate:hover::before{transform:rotate(360deg)}.brand-logo-wrapper .brand-logo-item .brand-logo.swing::before{left:0;top:0}.brand-logo-wrapper .brand-logo-item .brand-logo.swing:hover{animation:swing .4s ease-in-out infinite alternate}@keyframes swing{0%{transform:rotate(-10deg)}100%{transform:rotate(10deg)}}.brand-logo-wrapper .no-slider .brand-logo-item .brand-logo{margin-bottom:24px}.brand-logo-wrapper.logo-v2{margin-bottom:0}.brand-logo-wrapper.logo-v2 [class*=col-]{padding:0}.brand-logo-wrapper.logo-v2 .row{border:1px solid #e3e8f4;border-radius:15px;overflow:hidden;margin-left:5px;margin-right:5px}.brand-logo-wrapper.logo-v2 .brand-logo-item{display:block}.brand-logo-wrapper.logo-v2 .brand-logo-item .brand-logo{margin-bottom:0;display:flex;align-items:center;justify-content:center;border:1px solid #e3e8f4;padding:70px 20px;gap:8px;background:rgba(0,0,0,0);border-radius:0;margin-left:-1px;margin-bottom:-1px;font-size:22px}.tpp-post-navication-thum .tpp-nav-links{display:flex;align-items:center;gap:15px;justify-content:space-between}.tpp-post-navication-thum .tpp-nav-links .tpp-nav-holder{display:flex;align-items:center;gap:20px}.tpp-post-navication-thum .tpp-nav-links .tpp-nav-holder .tpp-nav-thumb a{width:100px;height:100px;border-radius:8px;display:block}.tpp-post-navication-thum .tpp-nav-links .tpp-nav-holder .tpp-nav-thumb a img{width:100%;height:100%;border-radius:8px;overflow:hidden}.tpp-post-navication-thum .tpp-nav-links .tpp-nav-holder .tpp-nav-content .tpp-nav-subtitle{font-size:16px;text-transform:capitalize;color:var(--tpp-color-para);display:block}.tpp-post-navication-thum .tpp-nav-links .tpp-nav-holder .tpp-nav-content .tpp-nav-title{font-size:18px;font-weight:600;text-transform:capitalize;line-height:28px;color:var(--tpp-color-secondary)}.tpp-post-navication-thum .tpp-nav-links .tpp-nav-holder .tpp-nav-content .tpp-nav-title:hover{color:var(--tpp-color-primary)}.tpp-post-navication-thum .tpp-nav-links .tpp-nav-next{text-align:right}.tpp-skills-wrapper .skillbar-item{margin-bottom:10px;display:inline-block;width:100%}.tpp-skills-wrapper .skillbar-item .skill-title{font-size:14px;margin-bottom:13px;color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.tpp-skills-wrapper .skillbar-item .skillbar{height:8px;position:relative;text-align:right;border-radius:20px;background:#e4e4e4;padding:0}.tpp-skills-wrapper .skillbar-item .skillbar .skill-percent-count-wrap{position:absolute;right:0;top:-36px;font-size:16px;font-weight:500;color:var(--tpp-color-primary)}.tpp-skills-wrapper .skillbar-item .skillbar .count-bar{background:var(--tpp-color-primary);height:100%;position:relative;text-align:right;position:relative;text-align:right;padding-right:0;border-radius:20px;overflow:visible !important;width:0}.tpp-skills-wrapper .skillbar-item .skillbar .count-bar span{font-size:18px;color:var(--tpp-color-white);position:absolute;bottom:0;margin-bottom:2px;right:0;padding:0 20px}.tpp-skills-wrapper.progress-v2 .skillbar-item .skillbar{height:34px}.tpp-skills-wrapper.progress-v2 .skillbar-item .skillbar span.skill-title{position:absolute;margin:auto;line-height:0;z-index:99;color:var(--tpp-color-white);left:0;bottom:0;margin:auto;font-size:14px;padding:0 20px;top:50%}.main-wrapper .brand-logo-arrow{position:absolute;bottom:0;width:100%;top:50%;transform:translateY(-50%)}.main-wrapper .brand-logo-arrow .button{position:absolute;cursor:pointer;padding:14px 20px;z-index:10;background:var(--tpp-color-primary);color:var(--tpp-color-white);border-radius:100px;display:flex;align-items:center;justify-content:center}.main-wrapper .brand-logo-arrow .tpp-arrow-prev{left:-100px}.main-wrapper .brand-logo-arrow .tpp-arrow-next{right:-100px}@media(max-width: 1199px){.main-wrapper .brand-logo-arrow{display:none}}@media(max-width: 1350px){.main-wrapper .brand-logo-arrow .tpp-arrow-prev{left:-50px}.main-wrapper .brand-logo-arrow .tpp-arrow-next{right:-50px}}.main-wrapper .tpp-dote-pagination{display:flex;justify-content:center;gap:5px;margin-top:30px}.main-wrapper .tpp-dote-pagination .swiper-pagination-bullet{cursor:pointer;height:20px;width:20px;background:var(--tpp-color-primary);margin:0 !important;padding:0}.main-wrapper .tpp-dote-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active{background:var(--tpp-color-primary)}.tpp-product-wrp .product-items{border:1px solid var(--tpp-color-border)}.tpp-product-wrp .product-items .tpp-btn{border-radius:.5rem}.tpp-product-wrp .product-items .tpp-store-product-img{height:32rem;position:relative;overflow:hidden}.tpp-product-wrp .product-items .tpp-store-product-img img{transition:var(--tpp-anim-duration)}.tpp-product-wrp .product-items .tpp-store-product-img .image-anim1{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:hsla(0,0%,100%,.3);width:200%;height:0;z-index:1}.tpp-product-wrp .product-items .tpp-store-product-img .image-anim1.v2{left:50%;top:50%;transform:translate(-50%, -50%) rotate(-45deg)}.tpp-product-wrp .product-items .tpp-store-product-img .image-anim2{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.3);width:200%;height:0;z-index:1;opacity:1}.tpp-product-wrp .product-items .tpp-store-product-img .image-anim3{content:"";position:absolute;top:0;left:-100%;display:block;width:50%;height:100%;background:hsla(0,0%,100%,.3);transform:skewX(25deg);z-index:2}.tpp-product-wrp .product-items .tpp-store-product-img img{height:100%;width:100%}.tpp-product-wrp .product-items .tpp-store-product-img .actions{display:inline-flex;align-items:center;gap:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:var(--tpp-anim-duration);opacity:0;z-index:99}.tpp-product-wrp .product-items .tpp-store-product-img .actions .yith-add-to-wishlist-button-block{margin:0}.tpp-product-wrp .product-items .tpp-store-product-img .actions a{display:inline-flex;align-items:center;justify-content:center;background-color:var(--tpp-color-white);height:4.5rem;width:4.5rem;font-size:1.8rem;color:var(--tpp-color-secondary)}.tpp-product-wrp .product-items .tpp-store-product-img .actions a:hover{background-color:#d8cccc}.tpp-product-wrp .product-items .tpp-store-product-img .actions span.yith-wcwl-add-to-wishlist-button__label{display:none}.tpp-product-wrp .product-items .tpp-store-product-img .actions .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg{height:2.3rem;width:2.3rem}.tpp-product-wrp .product-items .tpp-store-product-img .actions .add_to_cart_button.added{display:none}.tpp-product-wrp .product-items .tpp-store-product-img .actions a.added_to_cart{margin-top:0;font-size:0;position:relative}.tpp-product-wrp .product-items .tpp-store-product-img .actions a.added_to_cart::before{content:"";font-family:"Font Awesome 5 Free";position:absolute;font-size:2.4rem;font-weight:600}.tpp-product-wrp .product-items .tpp-store-product-img .actions a.added_to_cart:hover{color:var(--tpp-color-primary)}.tpp-product-wrp .product-items .tpp-store-product-img .tpp-product-offer{position:absolute;top:1.5rem;left:1.5rem;background-color:var(--tpp-color-primary);padding:.8rem;color:var(--tpp-color-white)}.tpp-product-wrp .product-items .tpp-store-content{padding:2rem}.tpp-product-wrp .product-items .tpp-store-content .cart-button.tpp-btn-wrapper{width:100%;display:inline-flex}.tpp-product-wrp .product-items .tpp-store-content .tpp-store-title{margin-bottom:0}.tpp-product-wrp .product-items .tpp-store-content .tpp-store-title a{font-size:2rem;font-weight:500;line-height:normal}.tpp-product-wrp .product-items .tpp-store-content .tpp-store-price-wrp{margin-top:.8rem;margin-bottom:.8rem;font-size:1.8rem;font-weight:500}.tpp-product-wrp .product-items .tpp-store-content .tpp-store-price-wrp del bdi{font-weight:500;color:#666;font-size:1.6rem}.tpp-product-wrp .product-items .tpp-store-content .tpp-store-price-wrp ins{text-decoration:none}.tpp-product-wrp .product-items .tpp-store-content .tpp-store-price-wrp bdi{font-size:1.8rem;font-weight:600;color:var(--tpp-color-secondary)}.tpp-product-wrp .product-items .tpp-store-content .tpp-btn{margin-top:1.5rem}.tpp-product-wrp .product-items .tpp-store-content .tpp-btn:hover{color:var(--tpp-color-white)}.tpp-product-wrp .product-items .prodcut-rating i{margin-right:.3rem;color:#ffab00}.tpp-product-wrp .product-items .prodcut-rating i:last-child{margin-right:0}.tpp-product-wrp .product-items:hover .actions{opacity:1}.tpp-product-wrp .product-items:hover .tpp-store-product-img img{transform:scale(1.05)}.tpp-product-wrp .product-items:hover .tpp-store-product-img .image-anim1,.tpp-product-wrp .product-items:hover .tpp-store-product-img .image-anim2{height:250%;opacity:0;transition:all 1000ms linear;background-color:rgba(0,0,0,0)}.tpp-product-wrp .product-items:hover .tpp-store-product-img .image-anim3{animation:1s swipe}.tpp-product-wrp.style-two .product-items .tpp-store-product-img .actions{top:auto;left:auto;right:0;bottom:-10rem;transform:inherit;opacity:1;gap:2rem;background-color:var(--tpp-color-white);padding:1rem 2rem}.tpp-product-wrp.style-two .product-items .tpp-store-product-img .actions a{height:inherit;width:inherit;background-color:rgba(0,0,0,0)}.tpp-product-wrp.style-two .product-items .tpp-store-product-img .actions a.added_to_cart.tpp-btn{padding:0;height:2.4rem;width:2.4rem;border-radius:0}.tpp-product-wrp.style-two .product-items .tpp-store-product-img .actions a:hover{background-color:rgba(0,0,0,0)}.tpp-product-wrp.style-two .product-items:hover .tpp-store-product-img .actions{bottom:0}.tpp-product-wrp.style-three .product-items{overflow:hidden;border:none;transition:all .5s cubic-bezier(0.17, 0.67, 0.35, 0.95)}.tpp-product-wrp.style-three .product-items .tpp-store-product-img .actions{flex-direction:column;left:auto;bottom:auto;right:-10rem;top:2rem;transform:inherit;opacity:1;gap:1rem;background-color:rgba(0,0,0,0);padding:0;transition:all .5s cubic-bezier(0.17, 0.67, 0.35, 0.95)}.tpp-product-wrp.style-three .product-items .tpp-store-product-img .actions a{background:var(--tpp-color-white);border-radius:100%;height:4.5rem;width:4.5rem;transition:all .5s cubic-bezier(0.17, 0.67, 0.35, 0.95)}.tpp-product-wrp.style-three .product-items .tpp-store-product-img .actions a i{transition:unset}.tpp-product-wrp.style-three .product-items .tpp-store-product-img .actions a svg path{transition:all .5s cubic-bezier(0.17, 0.67, 0.35, 0.95)}.tpp-product-wrp.style-three .product-items .tpp-store-product-img .actions a:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-product-wrp.style-three .product-items .tpp-store-product-img .actions a:hover svg path{fill:var(--tpp-color-white)}.tpp-product-wrp.style-three .product-items .tpp-store-content{position:relative;background-color:var(--tpp-color-white);transition:all .5s cubic-bezier(0.17, 0.67, 0.35, 0.95);transform:translateY(0);z-index:99}.tpp-product-wrp.style-three .product-items .tpp-store-content .tpp-store-price-wrp{order:1}.tpp-product-wrp.style-three .product-items .tpp-store-content .tpp-store-title a{color:var(--tpp-color-secondary)}.tpp-product-wrp.style-three .product-items .tpp-store-content .tpp-store-title a:hover{color:var(--tpp-color-primary)}.tpp-product-wrp.style-three .product-items .tpp-store-content .prodcut-rating{padding-bottom:1rem}.tpp-product-wrp.style-three .product-items .tpp-store-content .cart-button .tpp-btn{opacity:0;position:absolute;transition:all .5s cubic-bezier(0.17, 0.67, 0.35, 0.95);bottom:-3rem}.tpp-product-wrp.style-three .product-items .tpp-store-content .cart-button .added{display:none}.tpp-product-wrp.style-three .product-items .tpp-store-content .cart-button .added_to_cart{display:inline-block}.tpp-product-wrp.style-three .product-items:hover .tpp-store-content{transform:translateY(-4rem)}.tpp-product-wrp.style-three .product-items:hover .actions{right:2rem}.tpp-product-wrp.style-three .product-items:hover .cart-button .tpp-btn{opacity:1}.tpp-product-wrp.style-four .product-items .tpp-store-product-img .actions{flex-direction:column;left:auto;bottom:auto;right:-10rem;top:2rem;transform:inherit;opacity:1;gap:1rem;background-color:rgba(0,0,0,0);padding:0;transition:all .5s cubic-bezier(0.17, 0.67, 0.35, 0.95)}.tpp-product-wrp.style-four .product-items .tpp-store-product-img .actions a{background:var(--tpp-color-white);border-radius:100%;height:4.5rem;width:4.5rem;transition:all .5s cubic-bezier(0.17, 0.67, 0.35, 0.95)}.tpp-product-wrp.style-four .product-items .tpp-store-product-img .actions a i{transition:unset}.tpp-product-wrp.style-four .product-items .tpp-store-product-img .actions a svg path{transition:all .5s cubic-bezier(0.17, 0.67, 0.35, 0.95)}.tpp-product-wrp.style-four .product-items .tpp-store-product-img .actions a:hover{background-color:var(--tpp-color-primary);color:var(--tpp-color-white)}.tpp-product-wrp.style-four .product-items .tpp-store-product-img .actions a:hover svg path{fill:var(--tpp-color-white)}.tpp-product-wrp.style-four .product-items .tpp-store-product-img .cart-button .tpp-btn{position:absolute;bottom:2rem;width:60%;left:50%;transform:translate(-50%, 0%);margin:auto;text-align:center;opacity:0;transition:var(--tpp-anim-duration)}.tpp-product-wrp.style-four .product-items .tpp-store-product-img .cart-button .added{display:none}.tpp-product-wrp.style-four .product-items .tpp-store-product-img .cart-button .added_to_cart{display:inline-block}.tpp-product-wrp.style-four .product-items:hover .actions{right:2rem}.tpp-product-wrp.style-four .product-items:hover .cart-button .tpp-btn{opacity:1}.tpp-product-wrp.style-five .product-items .tpp-store-product-img{position:relative;overflow:hidden}.tpp-product-wrp.style-five .product-items .tpp-store-product-img .actions{flex-direction:column;position:absolute;top:1.5rem;right:-10rem;left:auto;transform:inherit;display:flex;gap:10px;opacity:0;transition:right .5s ease,opacity .5s ease}.tpp-product-wrp.style-five .product-items .tpp-store-product-img .actions a{padding:0;border-radius:0;opacity:0;transform:translateX(20px);transition:opacity .3s ease,transform .3s ease}.tpp-product-wrp.style-five .product-items:hover .actions{right:1.5rem;opacity:1}.tpp-product-wrp.style-five .product-items:hover .actions a:nth-child(1){transition-delay:.1s;opacity:1;transform:translateX(0)}.tpp-product-wrp.style-five .product-items:hover .actions a:nth-child(2){transition-delay:.2s;opacity:1;transform:translateX(0)}.tpp-product-wrp.style-five .product-items:hover .actions a:nth-child(3){transition-delay:.3s;opacity:1;transform:translateX(0)}.quick-view-content{position:relative}.quick-view-content .tpp-quick-view-wrap{background-color:var(--tpp-color-white);padding:3rem;position:relative}.quick-view-content .tpp-quick-view-wrap .row{align-items:center}.quick-view-content .tpp-quick-view-wrap .tpp-store-product-img{margin-right:3rem;height:47rem;width:100%}.quick-view-content .tpp-quick-view-wrap .tpp-store-product-img img{height:100%;width:100%}.quick-view-content .tpp-quick-view-wrap .tpp-product-offer{position:absolute;top:4rem;left:4rem;background-color:var(--tpp-color-primary);color:var(--tpp-color-white);padding:.2rem 1rem}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-price.tpp-product-price p{font-size:2rem}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-price.tpp-product-price p del{color:#74787c;font-size:1.6rem;line-height:normal}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-price.tpp-product-price p ins{color:var(--tpp-color-primary);font-weight:600;text-decoration:none}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-title{text-decoration:none;color:var(--tpp-color-secondary)}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-title h2{font-size:3.6rem;line-height:normal}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-rating{color:var(--tpp-color-primary)}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-description{margin-top:2rem;margin-bottom:2rem}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-description .woocommerce-product-details__short-description p{font-weight:500}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-cart-and-quantity{margin-bottom:2rem}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-cart-and-quantity form{display:flex;align-items:center;gap:1.5rem}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-cart-and-quantity form .quantity{width:8rem}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-cart-and-quantity form .quantity input{text-align:center;background-color:var(--tpp-color-secondary);color:var(--tpp-color-white);width:8rem;padding:.6rem;border:none;height:3.8rem;font-size:1.6rem}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-cart-and-quantity form.variations_form{flex-direction:column;align-items:flex-start}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-cart-and-quantity form.variations_form .variations tr td select{word-wrap:normal;padding:1rem;margin-left:1rem;border-color:var(--tpp-color-border);margin-right:1rem;font-weight:500}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-cart-and-quantity form.variations_form .variations tr td select:focus{outline:none;border:1px solid var(--tpp-color-border);box-shadow:none}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .tpp-product-cart-and-quantity form.variations_form .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{display:flex;justify-content:space-between;gap:1.5rem}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box button.single_add_to_cart_button.button.alt{padding:.8rem 2rem;background:var(--tpp-color-primary);font-family:var(--tpp-title-font);font-size:1.4rem;font-weight:600;text-transform:uppercase;border:none;color:var(--tpp-color-white)}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box button.single_add_to_cart_button.button.alt:hover{background-color:var(--tpp-color-secondary)}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .product_meta span{font-weight:500;color:var(--tpp-color-secondary)}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .product_meta span a{text-decoration:none}.quick-view-content .tpp-quick-view-wrap .tpp-quick-view-content-box .product_meta span a:hover{color:var(--tpp-color-secondary)}.quick-view-content button.mfp-close:hover{background-color:rgba(0,0,0,0);color:var(--tpp-color-primary)}.yith-wcwl-feedback-messages-container{display:none}.slider-v1-wrapper{position:relative}.slider-v1-wrapper .themepul-pack-table{display:table;height:100%;width:100%}.slider-v1-wrapper .themepul-pack-table .themepul-pack-table-cell{display:table-cell;width:100%;vertical-align:middle}.slider-v1-wrapper .themepul-pack-table .themepul-pack-table-cell .row{align-items:center}.slider-v1-item-bg{height:800px;display:flex !important;align-items:center;position:relative;z-index:0;background:center/cover no-repeat}.slider-v1-item-bg::before{content:"";position:absolute;height:100%;left:0;width:100%;background:rgba(22,20,20,0);backdrop-filter:blur(0px)}.slider-v1-content-box{position:relative;z-index:9}.slider-v1-content-box .slider-v1-stitle{margin-bottom:1.5rem;color:var(--tpp-color-white);font-size:1.4rem;font-style:normal;font-weight:500;line-height:2.6rem;text-transform:uppercase;position:relative;padding-left:2.3rem;display:inline-block}.slider-v1-content-box .slider-v1-stitle::after,.slider-v1-content-box .slider-v1-stitle:before{content:"";position:absolute;bottom:0;height:.8rem;width:.8rem;background:var(--tpp-color-primary);top:0;margin:auto;left:0;border-radius:2px}.slider-v1-content-box .slider-v1-stitle::after{right:-2rem;left:auto}.slider-v1-content-box .slider-v1-title{color:var(--tpp-color-white);font-style:normal;font-weight:500;margin-bottom:2.8rem;font-size:6rem;line-height:normal}.slider-v1-content-box .slider-v1-des{margin-bottom:4.2rem;color:var(--tpp-color-white);font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.6rem}.animeslide-slide.swiper-slide-active .slider-v1-stitle{transition-delay:.4s}.animeslide-slide.swiper-slide-active .slider-v1-title{transition-delay:.8s}.animeslide-slide.swiper-slide-active .slider-v1-des{transition-delay:1s}.animeslide-slide.swiper-slide-active .slider-v1-buttom-area{transition-delay:1.2s}.slider-v1-video-icon{z-index:99}.animeslide-slide.swiper-slide-active [data-animate]{opacity:1;transform:none}[data-animate]{opacity:0;transition:all .5s ease-out}[data-animate=bottom]{transform:translate3d(0, 15px, 0)}.slider-v1-video-wrp{text-align:center}@media screen and (max-width: 991px){.slider-v1-video-wrp{text-align:left;margin-top:5rem}}.slider-v1-video-icon{display:inline-flex;position:relative;z-index:1;align-items:center}.slider-v1-video-icon .play-icon{text-align:center;color:var(--tpp-color-white);z-index:1;transition:all ease .4s;position:relative;display:flex;align-items:center;justify-content:center;font-family:"Font Awesome 5 Free";font-size:2.7rem;font-style:normal;font-weight:900;border-radius:8.2rem;background:rgba(0,0,0,0);width:8rem;height:8rem;background:var(--tpp-color-primary)}.slider-v1-video-icon .play-icon:after,.slider-v1-video-icon .play-icon:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;border-radius:50%;transition:all ease .4s;animation-duration:5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-name:ripple;border-radius:100px;border:1px solid var(--tpp-color-primary)}@keyframes ripple{0%{transform:scale(1);opacity:0}30%{opacity:.8}100%{transform:scale(1);opacity:0}}.slider-v1-wrapper{position:relative}.slider-v1-wrapper .slider-v1-pagination.swiper-pagination-bullets{position:absolute;left:12rem;top:0;bottom:0;margin:auto;z-index:1111;display:flex;justify-content:center;flex-direction:column;width:auto;transition:.4s;gap:1rem}@media screen and (max-width: 1599px){.slider-v1-wrapper .slider-v1-pagination.swiper-pagination-bullets{left:auto;right:2rem}}.slider-v1-wrapper .slider-v1-pagination.swiper-pagination-bullets .swiper-pagination-bullet{width:4rem;height:4rem;flex-shrink:0;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;color:var(--tpp-color-primary);background:var(--tpp-color-white);font-size:1.4rem;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;opacity:1;border:1px solid rgba(159,161,167,.21)}.slider-v1-wrapper .slider-v1-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--tpp-color-primary);color:var(--tpp-color-white)}.slider-v1-wrapper .slider-arrow-wrp{top:0;bottom:0;position:absolute;width:100%;z-index:99}.slider-v1-wrapper .slider-arrow-wrp .button{position:absolute;top:47%;font-size:2rem;right:12rem;display:flex;align-items:center;justify-content:center;transition:.4s ease-in-out;display:flex;background:var(--tpp-color-white);color:var(--tpp-color-primary);border-radius:100px;width:6rem;height:6rem}.slider-v1-wrapper .slider-arrow-wrp .button:hover{color:var(--tpp-color-white);background:var(--tpp-color-primary)}@media screen and (max-width: 1599px){.slider-v1-wrapper .slider-arrow-wrp .button{right:6rem}}.slider-v1-wrapper .slider-arrow-wrp .slider-prev.button{left:12rem;right:auto}@media screen and (max-width: 1599px){.slider-v1-wrapper .slider-arrow-wrp .slider-prev.button{left:6rem}}@media screen and (max-width: 991px){.slider-v1-wrapper .slider-arrow-wrp{display:none}}.tpp-timeline-wrapper{padding-top:3.2rem}.tpp-timeline-wrapper ul li{position:relative;width:.2rem;margin:0 auto 4.8rem;background:#9a9a9a;list-style-type:none}.tpp-timeline-wrapper ul li:before{content:"";position:absolute;left:50%;top:-3.2rem;width:1.6rem;height:1.6rem;background:var(--tpp-color-primary);transform:translateX(-50%);border-radius:50%}.tpp-timeline-wrapper ul li:after{content:"";background:#0e59f2;height:2px;width:50px;position:absolute;left:0;z-index:11;top:-2.5rem}.tpp-timeline-wrapper ul li .hidden{opacity:0}.tpp-timeline-wrapper ul li .tpp-timeline-content{position:relative;top:-3.6rem;width:40rem}.tpp-timeline-wrapper ul li .tpp-timeline-content.animation-box{opacity:0;transform:translateY(50px);transition:all .6s ease-out}.tpp-timeline-wrapper ul li .tpp-timeline-content.animate-bottom{transform:translateY(50px)}.tpp-timeline-wrapper ul li .tpp-timeline-content.animate-left{transform:translateX(-50px)}.tpp-timeline-wrapper ul li .tpp-timeline-content.animate-right{transform:translateX(50px)}.tpp-timeline-wrapper ul li .tpp-timeline-content.animate-fade{opacity:0}.tpp-timeline-wrapper ul li .tpp-timeline-content.animate-zoom{transform:scale(0.6)}.tpp-timeline-wrapper ul li .tpp-timeline-content.animate-rotate{transform:rotate(-180deg)}.tpp-timeline-wrapper ul li .tpp-timeline-content.animate-flip{transform:rotateY(90deg)}.tpp-timeline-wrapper ul li .tpp-timeline-content.animate-scale{transform:scale(0.4)}.tpp-timeline-wrapper ul li .tpp-timeline-content.animate-bounce{transform:translateY(-80px)}.tpp-timeline-wrapper ul li .tpp-timeline-content.show{opacity:1;transform:translateY(0)}.tpp-timeline-wrapper ul li .tpp-timeline-content .tpp-timeline-badge{display:inline-block;padding:.6rem 1.5rem .6rem;font-size:1.2rem;line-height:1.6rem;text-transform:uppercase;color:var(--tpp-color-white);background:var(--tpp-color-primary);border-radius:100rem}.tpp-timeline-wrapper ul li .tpp-timeline-content .tpp-timeline-title{margin:1.2rem 0 1.4rem;font-size:2rem;font-weight:600;line-height:normal;color:var(--tpp-color-secondary)}.tpp-timeline-wrapper ul li .tpp-timeline-content .tpp-timeline-description{font-size:1.4rem;font-weight:400;line-height:2rem}.tpp-timeline-wrapper ul li .tpp-timeline-content .tpp-timeline-image-image{margin-top:30px}.tpp-timeline-wrapper ul li .tpp-timeline-content .tpp-timeline-image-image img{width:100%;height:100%}.tpp-timeline-wrapper ul li:nth-child(odd) .tpp-timeline-content{left:6rem}.tpp-timeline-wrapper ul li:nth-child(odd) .tpp-timeline-content:before{left:-3.8rem}.tpp-timeline-wrapper ul li:nth-child(even) .tpp-timeline-content{left:-46rem}.tpp-timeline-wrapper ul li:nth-child(even) .tpp-timeline-content:before{right:-3.8rem}.tpp-timeline-wrapper ul li:nth-child(even):after{left:auto;right:0}@media screen and (max-width: 1499px){.tpp-timeline-wrapper ul li .tpp-timeline-content{width:36vw}.tpp-timeline-wrapper ul li:nth-child(even) .tpp-timeline-content{left:calc(-36vw - 3.5rem)}.tpp-timeline-wrapper ul li:nth-child(odd) .tpp-timeline-content{left:4rem}}@media screen and (max-width: 1299px){.tpp-timeline-wrapper ul li .tpp-timeline-content{width:40vw}.tpp-timeline-wrapper ul li:nth-child(even) .tpp-timeline-content{left:calc(-40vw - 4rem)}}@media screen and (max-width: 1024px){.tpp-timeline-wrapper ul li .tpp-timeline-content{width:44vw}.tpp-timeline-wrapper ul li:nth-child(even) .tpp-timeline-content{left:calc(-44vw - 4rem)}}@media screen and (max-width: 767px){.tpp-timeline-wrapper ul li{margin-left:2rem !important}.tpp-timeline-wrapper ul li .tpp-timeline-content{width:calc(100vw - 10rem);transition:.2s;top:0}.tpp-timeline-wrapper ul li:nth-child(even) .tpp-timeline-content,.tpp-timeline-wrapper ul li:nth-child(odd) .tpp-timeline-content{left:3.8rem}.tpp-timeline-wrapper ul li:nth-child(even) .tpp-timeline-content:before{left:-3.3rem}.tpp-timeline-wrapper ul li:nth-child(even):after{right:auto}}.tpp-timeline-wrapper.timeline-v2 .tpp-timeline-content{text-align:center;background:var(--tpp-color-secondary);border:1px solid #ddd;padding:3rem 2rem 2.5rem}.tpp-timeline-wrapper.timeline-v2 .tpp-timeline-content .tpp-timeline-title{color:var(--tpp-color-white)}.tpp-timeline-wrapper.timeline-v3{position:relative;padding-top:0}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-line{position:absolute;top:0;bottom:0;width:2px;background:linear-gradient(45deg, transparent, black, transparent);left:40px;transform:translateX(-50%)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item{display:flex;margin-bottom:60px;position:relative}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item:last-child{margin-bottom:0 !important}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animation-box{opacity:0;transform:translateY(50px);transition:all .6s ease-out}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animate-bottom{transform:translateY(50px)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animate-left{transform:translateX(-50px)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animate-right{transform:translateX(50px)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animate-fade{opacity:0}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animate-zoom{transform:scale(0.6)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animate-rotate{transform:rotate(-180deg)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animate-flip{transform:rotateY(90deg)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animate-scale{transform:scale(0.4)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.animate-bounce{transform:translateY(-80px)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item.show{opacity:1;transform:translateY(0)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item .tpp-timeline-number{border-radius:50%;background-color:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:500;z-index:2;flex-shrink:0;margin-right:40px;width:40px;height:40px;transform:translateX(20px)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item .tpp-timeline-image-image{background-color:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:300px;height:200px;margin-left:40px;margin-top:0;overflow:hidden}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item .tpp-timeline-image-image img{max-width:100%;max-height:100%;height:100%;width:100%}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-content{flex:1;margin-left:0;margin-top:0;padding-top:0}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-content .tpp-timeline-title{font-size:20px;margin-bottom:10px;color:#333;font-weight:600;font-size:24px;margin-bottom:15px}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-content .tpp-timeline-description{color:#666;font-size:16px;margin-bottom:15px;max-width:100%;font-size:16px;max-width:500px}@media screen and (max-width: 767px){.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-line{left:20px}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item{flex-direction:column;margin-bottom:60px}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item .tpp-timeline-number{transform:translateX(0px)}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-item .tpp-timeline-image-image{margin-left:50px;margin-top:30px;width:250}.tpp-timeline-wrapper.timeline-v3 .tpp-timeline-content{margin-left:50px;margin-top:-40px}}.tpp-twitter-feed__wrapper{position:relative;width:100%}.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry{width:calc(100% + var(--gutter-size, 15px))}.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry .tpp-twitter-feed__item{width:calc(33.333% - var(--gutter-size, 15px));margin-bottom:calc(var(--gutter-size, 15px)/2);float:left}.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry.tpp-twitter-feed__column-2 .tpp-twitter-feed__item{width:calc(50% - var(--gutter-size, 15px))}.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry.tpp-twitter-feed__column-3 .tpp-twitter-feed__item{width:calc(33.333% - var(--gutter-size, 15px))}.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry.tpp-twitter-feed__column-4 .tpp-twitter-feed__item{width:calc(25% - var(--gutter-size, 15px))}.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry.tpp-twitter-feed__column-6 .tpp-twitter-feed__item{width:calc(16.666% - var(--gutter-size, 15px))}.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry::after{content:"";display:block;clear:both}.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-list{display:flex;flex-direction:column;gap:var(--gutter-size, 15px)}.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-list .tpp-twitter-feed__item{width:100%}.tpp-twitter-feed__item{background:var(--tpp-color-white);border:1px solid #e1e8ed;border-radius:8px;padding:15px;transition:all .3s ease}.tpp-twitter-feed__item:hover{box-shadow:0 1px 3px rgba(0,0,0,.1)}.tpp-twitter-feed__header{display:flex;align-items:center;gap:10px;margin-bottom:10px;justify-content:space-between}.tpp-twitter-feed__header__left{display:flex;align-items:center;gap:10px}.tpp-twitter-feed__header__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden}.tpp-twitter-feed__header__avatar img{width:100%;height:100%;object-fit:cover}.tpp-twitter-feed__user-info{flex:1}.tpp-twitter-feed__name{margin:0;font-size:16px;font-weight:600}.tpp-twitter-feed__username{color:#657786;font-size:14px;display:block}.tpp-twitter-feed__date{color:#657786;font-size:12px}.tpp-twitter-feed__content{margin-bottom:15px}.tpp-twitter-feed__text{margin:0 0 10px;font-size:14px;line-height:1.4}.tpp-twitter-feed__text a{color:#1da1f2;text-decoration:none}.tpp-twitter-feed__text a:hover{text-decoration:underline}.tpp-twitter-feed__media{margin-top:10px;border-radius:8px;overflow:hidden}.tpp-twitter-feed__media img{width:100%;height:auto;display:block}.tpp-twitter-feed__footer{border-top:1px solid #e1e8ed;padding-top:10px}.tpp-twitter-feed__footer__items{display:flex;gap:20px}.tpp-twitter-feed__footer__items__item{display:flex;align-items:center;gap:5px;color:#657786;font-size:14px}.tpp-twitter-feed__footer__items__item i{font-size:16px}.tpp-twitter-feed__video-thumbnail{position:relative}.tpp-twitter-feed__video-thumbnail .tpp-twitter-feed__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;background-color:rgba(0,0,0,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--tpp-color-white);font-size:20px}.tpp-twitter-feed__video-thumbnail .tpp-twitter-feed__play-button:hover{background-color:rgba(0,0,0,.9)}.tpp-twitter-feed__readmore{display:inline-block;margin-top:8px;color:#1da1f2;font-size:.9em;font-weight:500;text-decoration:none}.tpp-twitter-feed__readmore:hover{text-decoration:underline}.tpp-twitter-feed__error{padding:20px;background-color:#f8d7da;color:#721c24;border-radius:8px}@media(max-width: 1024px){.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry .tpp-twitter-feed__item{width:calc(33.333% - var(--gutter-size, 15px)) !important}}@media(max-width: 768px){.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry .tpp-twitter-feed__item{width:calc(50% - var(--gutter-size, 15px)) !important}}@media(max-width: 480px){.tpp-twitter-feed__wrapper.tpp-twitter-feed__layout-mesonry .tpp-twitter-feed__item{width:calc(100% - var(--gutter-size, 15px)) !important}}.product-thumbnail-zoom img{transition:transform .3s ease;transform-origin:center center}.product-thumbnail-zoom:hover img{transform:scale(1.2)}.product-thumbnail-zoom{overflow:hidden}.woocommerce div.product .tpp-btn-wrapper form.cart button.tpp-btn{background:var(--tpp-color-primary);border-radius:0;font-size:1.6rem;line-height:normal;padding:0rem 2rem;height:5rem}.woocommerce div.product .tpp-btn-wrapper form.cart button.tpp-btn:hover{background-color:var(--tpp-color-secondary)}.woocommerce div.product .tpp-add-to-cart-with-options form.cart .variations{font-size:1.2rem}.woocommerce div.product .tpp-add-to-cart-with-options form.cart .variations select{border-radius:0;height:5rem;font-size:1.6rem;border-color:var(--tpp-color-border);margin-bottom:1rem}.woocommerce div.product .tpp-add-to-cart-with-options form.cart .variations select:focus-visible{border-color:var(--tpp-color-border);border-radius:0}.woocommerce div.product form.cart{margin-bottom:0}.woocommerce .tpp-add-to-cart-with-options .input-text.qty.text{height:5rem;width:8rem;font-size:1.8rem;border:1px solid var(--tpp-color-border);border-radius:0}.woocommerce .tpp-add-to-cart-with-options select#pa_size,.woocommerce .tpp-add-to-cart-with-options select#pa_color{height:5rem;font-size:1.6rem;padding:0 1rem;border:1px solid var(--tpp-color-border);margin-bottom:1.6rem;border-radius:0}.woocommerce .tpp-add-to-cart-with-options form.variations_form.cart .variations{margin-bottom:0}.woocommerce p.logged-in-as a{font-weight:600}.woocommerce p.logged-in-as a:hover{color:var(--tpp-color-secondary)}.tpp-product-categories-tags .tpp-meta-label{margin-bottom:0;font-size:1.6rem;font-weight:600;line-height:normal}.tpp-product-categories-tags .tpp-tags-list-wrapper ul{display:flex}.tpp-product-categories-tags .tpp-categories-list-wrapper a:hover,.tpp-product-categories-tags .tpp-tags-list-wrapper ul li a:hover{color:var(--tpp-color-primary)}.tpp-product-price{font-size:2rem;font-weight:600;color:var(--tpp-color-secondary)}.tpp-product-price ins{text-decoration:none}.tpp-product-price del{color:#666}.tpp-product-price del bdi{font-weight:500;color:#666;font-size:1.6rem}.tpp-product-review-comment #review_form #respond{background:var(--tpp-color-bg);padding:3rem;border-radius:1rem}.tpp-product-review-comment form textarea{width:100%;padding:1rem;border-color:var(--tpp-color-border)}.tpp-product-review-comment .comment-form-author,.tpp-product-review-comment .comment-form-email,.tpp-product-review-comment .comment-form-url{display:flex;flex-direction:column}.tpp-product-review-comment .comment-form-author input#author,.tpp-product-review-comment .comment-form-author input#email,.tpp-product-review-comment .comment-form-author input#url,.tpp-product-review-comment .comment-form-email input#author,.tpp-product-review-comment .comment-form-email input#email,.tpp-product-review-comment .comment-form-email input#url,.tpp-product-review-comment .comment-form-url input#author,.tpp-product-review-comment .comment-form-url input#email,.tpp-product-review-comment .comment-form-url input#url{border:1px solid var(--tpp-color-border);padding:1rem}.tpp-product-review-comment .tpp-review-rating{margin-bottom:2rem}.tpp-product-review-comment .tpp-review-rating select#rating{padding:.8rem;font-size:1.4rem;border:1px solid var(--tpp-color-border)}.woocommerce #review_form #respond{background:var(--tpp-color-bg);padding:3rem;border-radius:1rem}.woocommerce .woocommerce-Reviews .comment-reply-title{font-weight:500;font-size:2.6rem}.woocommerce .comment-respond select#rating{padding:.8rem;font-size:1.4rem;border:1px solid var(--tpp-color-border);margin-left:1rem}.woocommerce .comment-respond input#submit:hover{background-color:var(--tpp-color-secondary);color:var(--tpp-color-white)}.woocommerce .comment-form-comment textarea#comment,.woocommerce .comment-form-comment input#author,.woocommerce .comment-form-comment input#email,.woocommerce .comment-form-comment input#url,.woocommerce .comment-form-author textarea#comment,.woocommerce .comment-form-author input#author,.woocommerce .comment-form-author input#email,.woocommerce .comment-form-author input#url,.woocommerce .comment-form-email textarea#comment,.woocommerce .comment-form-email input#author,.woocommerce .comment-form-email input#email,.woocommerce .comment-form-email input#url,.woocommerce .comment-form-url textarea#comment,.woocommerce .comment-form-url input#author,.woocommerce .comment-form-url input#email,.woocommerce .comment-form-url input#url{border:1px solid var(--tpp-color-border);padding:1rem;width:100%}.woocommerce-notices-wrapper{margin-bottom:2rem}.woocommerce-notices-wrapper .woocommerce-info,.woocommerce-notices-wrapper .woocommerce-error,.woocommerce-notices-wrapper .woocommerce-message{background:var(--tpp-color-white);padding:1.5rem 3.5rem;margin:0 0 1rem;border:none;box-shadow:var(--tpp-color-shadow);font-family:var(--tpp-body-font);font-size:1.5rem;color:var(--tpp-color-secondary);display:flex;align-items:center;gap:1rem}.woocommerce-notices-wrapper .woocommerce-info::before,.woocommerce-notices-wrapper .woocommerce-error::before,.woocommerce-notices-wrapper .woocommerce-message::before{content:"";font-family:var(--tpp-title-font);font-weight:900;font-size:1.8rem;color:#28a745;left:11px;top:50%;transform:translate(0%, -50%);position:absolute}.woocommerce-notices-wrapper .woocommerce-info a,.woocommerce-notices-wrapper .woocommerce-error a,.woocommerce-notices-wrapper .woocommerce-message a{color:var(--tpp-color-primary);font-weight:600;text-decoration:none;transition:var(--tpp-anim-duration)}.woocommerce-notices-wrapper .woocommerce-info a:hover,.woocommerce-notices-wrapper .woocommerce-error a:hover,.woocommerce-notices-wrapper .woocommerce-message a:hover{color:var(--tpp-color-secondary)}.woocommerce-notices-wrapper .woocommerce-info{border-left:4px solid var(--tpp-color-primary)}.woocommerce-notices-wrapper .woocommerce-info::before{content:"";color:var(--tpp-color-primary)}.woocommerce-notices-wrapper .woocommerce-error{border-left:4px solid #dc3545}.woocommerce-notices-wrapper .woocommerce-error::before{content:"";color:#dc3545}.woocommerce-notices-wrapper .woocommerce-message{border-left:4px solid #28a745}.woocommerce-notices-wrapper .woocommerce-message::before{content:"";font-family:var(--tpp-icon-font);font-weight:900;font-size:1.8rem;color:#28a745}.woocommerce-cart .woocommerce table.shop_table{border:none !important}.woocommerce-cart .woocommerce table.shop_table th,.woocommerce-cart .woocommerce table.shop_table td{border:none !important}.tpp-theme-cart-content #add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .tpp-theme-cart-content .wc-proceed-to-checkout a.checkout-button,.tpp-theme-cart-content .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;background-color:var(--tpp-color-primary);margin-bottom:1em;font-size:1.5rem;padding:1em;line-height:2.7rem;border-radius:0}.tpp-theme-cart-content #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-cart .tpp-theme-cart-content .wc-proceed-to-checkout a.checkout-button:hover,.tpp-theme-cart-content .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{background-color:var(--tpp-color-secondary) !important}.tpp-theme-cart-content .woocommerce table.shop_table tbody:first-child tr:first-child td,.tpp-theme-cart-content .woocommerce table.shop_table tbody:first-child tr:first-child th,.tpp-theme-cart-content .cart-collaterals .cart_totals .shop_table .order-total th,.cart-collaterals .cart_totals .shop_table .order-total td .tpp-theme-cart-content .cart-collaterals .cart_totals .shop_table .order-total th,.cart-collaterals .cart_totals .shop_table .order-total td{padding:1rem 2rem}.woocommerce-cart-form .shop_table{border:none !important;background:var(--tpp-color-white);border-radius:16px;box-shadow:var(--tpp-color-shadow);margin-bottom:3rem;font-family:var(--tpp-body-font)}.woocommerce-cart-form .shop_table thead{background:var(--tpp-color-bg)}.woocommerce-cart-form .shop_table thead th{padding:1.8rem;font-family:var(--tpp-title-font);font-weight:600;font-size:1.6rem;color:var(--tpp-color-secondary);border:none !important;text-transform:uppercase;letter-spacing:.5px}.woocommerce-cart-form .shop_table tbody tr{border:none !important;transition:var(--tpp-anim-duration)}.woocommerce-cart-form .shop_table tbody tr:hover{background:rgba(var(--tpp-color-primary), 0.02)}.woocommerce-cart-form .shop_table tbody tr:last-child{border:none !important}.woocommerce-cart-form .shop_table tbody td{padding:2rem 1.8rem;vertical-align:middle;font-size:1.5rem;border:none !important}.woocommerce-cart-form__cart-item .product-thumbnail img{width:100px;height:100px;object-fit:cover;border-radius:12px;border:none !important;transition:var(--tpp-anim-duration);box-shadow:0 4px 12px rgba(0,0,0,.05)}.woocommerce-cart-form__cart-item .product-thumbnail img:hover{transform:scale(1.05)}.woocommerce-cart-form__cart-item .product-name a{color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-weight:600;font-size:1.6rem;text-decoration:none;transition:var(--tpp-anim-duration)}.woocommerce-cart-form__cart-item .product-name a:hover{color:var(--tpp-color-primary)}.woocommerce-cart-form__cart-item .product-price{color:var(--tpp-color-secondary);font-weight:500;font-size:1.5rem}.woocommerce-cart-form__cart-item .product-subtotal{color:var(--tpp-color-primary);font-weight:700;font-size:1.7rem}.tpp-theme-cart-content .woocommerce-cart-form__cart-item a.remove{font-size:1.5em;height:inherit;width:inherit;border-radius:100%;color:var(--tpp-color-primary) !important;font-weight:700;background:rgba(0,0,0,0);box-shadow:none;padding-left:1rem;text-align:inherit;line-height:inherit}.tpp-theme-cart-content .woocommerce-cart-form__cart-item a.remove:hover{background:rgba(0,0,0,0);color:var(--tpp-color-secondary) !important}.tpp-theme-cart-content .woocommerce .quantity .qty{width:6rem;height:auto;border:none !important;border-radius:0;text-align:center;font-size:1.5rem;color:var(--tpp-color-secondary);font-weight:500;transition:var(--tpp-anim-duration);background:var(--tpp-color-white)}.tpp-theme-cart-content .woocommerce .quantity .qty:focus{border-color:var(--tpp-color-primary);box-shadow:0 0 0 3px rgba(var(--tpp-color-primary), 0.1);outline:none}.tpp-theme-cart-content .coupon{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:2rem;background:var(--tpp-color-bg)}.tpp-theme-cart-content .coupon input#coupon_code{height:auto;max-height:inherit;width:auto;padding:1.3rem;border:none !important;border-radius:0;font-size:1.5rem;font-weight:500;transition:var(--tpp-anim-duration);background:var(--tpp-color-white)}.tpp-theme-cart-content .coupon input#coupon_code:focus{border-color:var(--tpp-color-primary);box-shadow:0 0 0 3px rgba(var(--tpp-color-primary), 0.1);outline:none}.tpp-theme-cart-content .coupon button.button{height:48px;padding:0 2rem;background:var(--tpp-color-white);border:none !important;border-radius:0;color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-weight:600;font-size:1.4rem;text-transform:uppercase;letter-spacing:.5px;transition:var(--tpp-anim-duration)}.tpp-theme-cart-content .coupon button.button:hover{background:var(--tpp-color-primary);border-color:var(--tpp-color-primary);color:var(--tpp-color-white);transform:translateY(-2px)}.actions>button.button{height:48px;padding:0 2.5rem;background:var(--tpp-color-white);border:none !important;border-radius:8px;color:var(--tpp-color-secondary);font-family:var(--tpp-title-font);font-weight:600;font-size:1.4rem;text-transform:uppercase;letter-spacing:.5px;transition:var(--tpp-anim-duration)}.actions>button.button:hover{background:var(--tpp-color-primary);border-color:var(--tpp-color-primary);color:var(--tpp-color-white);transform:translateY(-2px)}.cart-collaterals{background:var(--tpp-color-white);border-radius:16px;box-shadow:var(--tpp-color-shadow);padding:3rem}.cart-collaterals .cart_totals h2{font-family:var(--tpp-title-font);font-size:2.2rem;font-weight:700;margin-bottom:2rem;color:var(--tpp-color-secondary);text-transform:uppercase;letter-spacing:.5px}.cart-collaterals .cart_totals .shop_table{border:none !important;margin-bottom:2rem}.cart-collaterals .cart_totals .shop_table th{padding:1.2rem 0;color:var(--tpp-color-secondary);font-weight:600;font-size:1.6rem}.cart-collaterals .cart_totals .shop_table td{padding:1.2rem 0;text-align:right;color:var(--tpp-color-secondary);font-size:1.6rem}.cart-collaterals .cart_totals .shop_table .order-total th,.cart-collaterals .cart_totals .shop_table .order-total td{font-weight:700;color:var(--tpp-color-primary);font-size:1.8rem;border-top:none}.cart-collaterals .wc-proceed-to-checkout{margin-top:2rem}.cart-collaterals .wc-proceed-to-checkout .checkout-button{display:block;width:100%;height:56px;line-height:56px;text-align:center;background:var(--tpp-color-primary);color:var(--tpp-color-white);font-family:var(--tpp-title-font);font-weight:700;font-size:1.6rem;text-transform:uppercase;letter-spacing:.5px;border-radius:8px;text-decoration:none;transition:var(--tpp-anim-duration);box-shadow:0 4px 12px rgba(var(--tpp-color-primary), 0.2);border:none;cursor:pointer}.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover{background:var(--tpp-color-secondary);transform:translateY(-2px);box-shadow:0 6px 15px rgba(var(--tpp-color-primary), 0.3)}.cart-collaterals .wc-proceed-to-checkout .checkout-button:focus{outline:none}.cart-empty.woocommerce-info{background:var(--tpp-color-white);border-radius:16px;padding:3rem;margin-bottom:2rem;text-align:center;color:var(--tpp-color-secondary);font-size:1.8rem;font-weight:500;box-shadow:var(--tpp-color-shadow)}.return-to-shop{text-align:center;margin-top:3rem}.return-to-shop .button{display:inline-block;padding:1.2rem 3rem;background:var(--tpp-color-white);color:var(--tpp-color-secondary);border:1px solid var(--tpp-color-border);border-radius:8px;font-family:var(--tpp-title-font);font-weight:600;font-size:1.4rem;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:var(--tpp-anim-duration);box-shadow:0 2px 8px rgba(0,0,0,.05)}.return-to-shop .button:hover{background:var(--tpp-color-primary);border-color:var(--tpp-color-primary);color:var(--tpp-color-white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--tpp-color-primary), 0.2)}@media(max-width: 768px){.woocommerce-cart-form .shop_table thead{display:none}.woocommerce-cart-form .shop_table tbody tr{display:block;margin-bottom:2rem;padding:1.5rem;border:1px solid var(--tpp-color-border);border-radius:12px;background:var(--tpp-color-white);box-shadow:var(--tpp-color-shadow)}.woocommerce-cart-form .shop_table tbody td{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border:none;font-size:1.4rem}.woocommerce-cart-form .shop_table tbody td::before{content:attr(data-title);font-family:var(--tpp-title-font);font-weight:600;color:var(--tpp-color-secondary);font-size:1.4rem}.coupon{flex-direction:column;align-items:stretch;padding:1.5rem}.coupon input#coupon_code{width:100%}.cart-collaterals{margin-top:2rem;padding:2rem}}.woocommerce-cart-form input,.woocommerce-cart-form select,.woocommerce-cart-form textarea{border:none !important}.woocommerce-cart-form .quantity .qty{border:none !important}.woocommerce-cart-form .coupon input#coupon_code{border:none !important}.woocommerce-cart-form .coupon button.button{border:none !important}.woocommerce-cart-form .actions button.button{border:none !important;border-radius:0;background-color:var(--tpp-color-white)}.woocommerce-cart-form .actions button.button:hover{background:var(--tpp-color-primary);color:var(--tpp-color-white)}.woocommerce-cart-form__cart-item .product-thumbnail img{border:none !important}.woocommerce-cart-form__cart-item a.remove{border:none !important}.woocommerce-notices-wrapper .woocommerce-info,.woocommerce-notices-wrapper .woocommerce-error,.woocommerce-notices-wrapper .woocommerce-message{border:none !important}.player{position:relative;background:#f1f3f4;box-shadow:0 50px 80px rgba(0,0,0,.25);overflow:hidden}.player .imgbx{position:relative;width:100%;height:350px}.player .imgbx img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.player audio{width:100%;outline:none}.elementor-widget-tpp_custom_carousel_widget.tpp-e-animation-cards .tpp-e-wrp{width:100%}.elementor-widget-tpp_custom_carousel_widget.tpp-e-animation-cards .swiper-slide .tpp-e-item{filter:brightness(0.7);transition:filter .3s cubic-bezier(0.24, 1, 0.3, 1);border-radius:var(--tpp-e-radius)}.elementor-widget-tpp_custom_carousel_widget.tpp-e-animation-cards .swiper-slide-next .tpp-e-item,.elementor-widget-tpp_custom_carousel_widget.tpp-e-animation-cards .swiper-slide-prev .tpp-e-item{filter:brightness(0.85)}.elementor-widget-tpp_custom_carousel_widget.tpp-e-animation-cards .swiper-slide.is-selected .tpp-e-item{filter:brightness(1)}.elementor-widget-tpp_custom_carousel_widget.tpp-e-animation-marquee .tpp-custom-carousel{overflow:hidden;user-select:none}.elementor-widget-tpp_custom_carousel_widget.tpp-e-animation-marquee .swiper-wrapper{transition-timing-function:linear}.elementor-widget-tpp_custom_carousel_widget.tpp-e-animation-default .tpp-custom-carousel{overflow:hidden}.elementor-widget-tpp_custom_carousel_widget.tpp-e-fade-edges-yes .tpp-custom-carousel{mask-image:linear-gradient(to var(--tpp-e-fade-edge-direction, "right"), rgba(255, 255, 255, var(--tpp-e-fade-edge-alpha, 0.35)), #fff var(--tpp-e-fade-edge-deep, 30%), #fff calc(100% - var(--tpp-e-fade-edge-deep, 30%)), rgba(255, 255, 255, var(--tpp-e-fade-edge-alpha, 0.35)))}.elementor-widget-tpp_custom_carousel_widget.tpp-e-match-height-yes .tpp-e-match-height{margin-top:auto}.elementor-widget-tpp_custom_carousel_widget.tpp-e-vertical-true .tpp-e-wrp{overflow:hidden}.elementor-widget-tpp_custom_carousel_widget.tpp-e-vertical-true .tpp-e-item{height:inherit}.elementor-widget-tpp_custom_carousel_widget :has(~.tpp-e-dots){margin-bottom:25px}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-dots{position:absolute;width:fit-content;height:fit-content;padding:0;list-style:none;text-align:center;line-height:1;transform:translate3d(var(--tpp-e-dots-h-off, 0), var(--tpp-e-dots-v-off, 0), 0);display:flex;align-items:center;z-index:10}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-dots .dot{display:inline-block;background:rgba(51,51,51,.25);border-radius:50%;font-size:8px;width:var(--tpp-e-dots-width);height:var(--tpp-e-dots-height);transition:all .6s cubic-bezier(0.29, 0.7, 0.34, 1.04);cursor:pointer}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-dots .dot.is-selected{background:#333}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button{position:absolute;width:fit-content;height:fit-content;border:none;background:0 0;padding:0;z-index:10;transition:.3s cubic-bezier(0.24, 1, 0.3, 1)}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button:hover{cursor:pointer}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button:active,.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button:focus,.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button:hover{background:inherit}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button i,.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button svg{transition:.3s cubic-bezier(0.24, 1, 0.3, 1);display:block}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button i{text-align:center}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button.tpp-e-previous{transform:translate3d(var(--tpp-e-prev-arrow-h-off, -15px), var(--tpp-e-prev-arrow-v-off, 0), 0)}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-button.tpp-e-next{transform:translate3d(var(--tpp-e-next-arrow-h-off, 15px), var(--tpp-e-next-arrow-v-off, 0), 0)}.elementor-widget-tpp_custom_carousel_widget .tpp-custom-carousel-fraction{position:absolute;width:fit-content;height:fit-content;z-index:10;transform:translate3d(var(--tpp-e-fraction-h-off, 0), var(--tpp-e-fraction-v-off, 0), 0)}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:var(--tpp-color-primary) !important;color:var(--tpp-color-white)}.tpp-checkout .woocommerce .woocommerce-info{border-top-color:#1e85be;font-size:1.4rem}.tpp-checkout .woocommerce .order-review-wrapper #order_review .shop_table tbody tr td{padding:1.5rem}.tpp-checkout .woocommerce .select2-container .select2-dropdown,.tpp-checkout .woocommerce .select2-container .select2-selection{border:none}.tpp-checkout .woocommerce form.checkout.woocommerce-checkout .col2-set,.tpp-checkout .woocommerce form.checkout.woocommerce-checkout .woocommerce-page .col2-set{display:grid;grid-template-columns:repeat(1, 1fr)}.tpp-checkout .woocommerce form.checkout.woocommerce-checkout .col2-set .col-2,.tpp-checkout .woocommerce form.checkout.woocommerce-checkout .woocommerce-page .col2-set .col-2{width:100%}.tpp-checkout .woocommerce form.checkout.woocommerce-checkout .col2-set .col-1,.tpp-checkout .woocommerce form.checkout.woocommerce-checkout .woocommerce-page .col2-set .col-1{width:100%}.tpp-checkout .woocommerce .form-row{margin-bottom:2.5rem;position:relative}.tpp-checkout .woocommerce .form-row label{display:block;font-family:var(--tpp-title-font);font-size:1.4rem;font-weight:600;color:var(--tpp-color-secondary);margin-bottom:.8rem;transition:var(--tpp-anim-duration)}.tpp-checkout .woocommerce .form-row .input-text,.tpp-checkout .woocommerce .form-row .select2-container .select2-selection--single .select2-selection__rendered,.tpp-checkout .woocommerce .form-row select,.tpp-checkout .woocommerce .form-row textarea{width:100%;height:4.5rem;padding:0 2rem;border:1px solid var(--tpp-color-border);border-radius:0;font-family:var(--tpp-body-font);font-size:1.5rem;color:var(--tpp-color-secondary);background:var(--tpp-color-white);transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.02);display:flex;align-items:center}.tpp-checkout .woocommerce .form-row .input-text:focus,.tpp-checkout .woocommerce .form-row .select2-container .select2-selection--single .select2-selection__rendered:focus,.tpp-checkout .woocommerce .form-row select:focus,.tpp-checkout .woocommerce .form-row textarea:focus{border-color:var(--tpp-color-primary);box-shadow:0 0 0 3px rgba(var(--tpp-color-primary), 0.1);outline:none}.tpp-checkout .woocommerce .form-row .input-text::placeholder,.tpp-checkout .woocommerce .form-row .select2-container .select2-selection--single .select2-selection__rendered::placeholder,.tpp-checkout .woocommerce .form-row select::placeholder,.tpp-checkout .woocommerce .form-row textarea::placeholder{color:var(--tpp-color-para);opacity:.7}.tpp-checkout .woocommerce .form-row .input-text:hover:not(:focus),.tpp-checkout .woocommerce .form-row .select2-container .select2-selection--single .select2-selection__rendered:hover:not(:focus),.tpp-checkout .woocommerce .form-row select:hover:not(:focus),.tpp-checkout .woocommerce .form-row textarea:hover:not(:focus){border-color:var(--tpp-color-secondary)}.tpp-checkout .woocommerce .form-row .select2-container .select2-selection--single .select2-selection__rendered:hover,.tpp-checkout .woocommerce .form-row select:hover{border-color:var(--tpp-color-secondary)}.tpp-checkout .woocommerce .form-row .select2-container .select2-selection--single .select2-selection__rendered:focus,.tpp-checkout .woocommerce .form-row select:focus{border-color:var(--tpp-color-primary);box-shadow:0 0 0 3px rgba(var(--tpp-color-primary), 0.1)}.tpp-checkout .woocommerce .form-row .select2-container .select2-selection--single .select2-selection__rendered option,.tpp-checkout .woocommerce .form-row select option{padding:1rem;font-size:1.5rem;color:var(--tpp-color-secondary);background:var(--tpp-color-white)}.tpp-checkout .woocommerce .form-row textarea{min-height:120px;padding:1.5rem 2rem;resize:vertical}.tpp-checkout .woocommerce .form-row label abbr[title]{color:#dc3545;border:none;text-decoration:none;margin-left:.3rem}.tpp-checkout .woocommerce .form-row .woocommerce-form__input-checkbox,.tpp-checkout .woocommerce .form-row .woocommerce-form__input-radio{width:1.8rem;height:1.8rem;margin-right:1rem;vertical-align:middle;cursor:pointer}.tpp-checkout .woocommerce .select2-container--default .select2-search--dropdown .select2-search__field,.tpp-checkout .woocommerce select{border-radius:0;font-size:1.2rem}.tpp-checkout .woocommerce .select2-results__option[aria-selected],.tpp-checkout .woocommerce .select2-results__option[data-selected]{font-size:1.4rem}.tpp-checkout .woocommerce .woocommerce-privacy-policy-text p{font-size:1.2rem}@media(max-width: 768px){.tpp-checkout .tpp-checkout .form-row{margin-bottom:2rem}.tpp-checkout .tpp-checkout .form-row .input-text,.tpp-checkout .tpp-checkout .form-row select,.tpp-checkout .tpp-checkout .form-row textarea{height:4.5rem;font-size:1.4rem;padding:0 1.5rem}.tpp-checkout .tpp-checkout .form-row .select2-container .select2-selection--single .select2-selection__rendered{background-position:right 1.2rem center;padding-right:3.5rem}.tpp-checkout .tpp-checkout .form-row textarea{min-height:100px;padding:1.2rem 1.5rem}.tpp-checkout .tpp-checkout .form-row label{font-size:1.3rem}}.order-review-wrapper{background:var(--tpp-color-white);border-radius:16px;box-shadow:var(--tpp-color-shadow);padding:3rem;margin-bottom:3rem}@media(max-width: 991px){.order-review-wrapper{padding:2rem;margin-bottom:2rem}.order-review-wrapper #order_review_heading{font-size:2rem;margin-bottom:1.5rem}.order-review-wrapper #order_review .shop_table thead th{font-size:1.4rem;padding:1.2rem 0}.order-review-wrapper #order_review .shop_table tbody tr td{font-size:1.4rem;padding:1.2rem 0}.order-review-wrapper #order_review .shop_table tfoot th,.order-review-wrapper #order_review .shop_table tfoot td{font-size:1.4rem;padding:1.2rem 0}.order-review-wrapper #order_review .shop_table tfoot .order-total th,.order-review-wrapper #order_review .shop_table tfoot .order-total td{font-size:1.6rem}.order-review-wrapper #payment{padding:2rem}.order-review-wrapper #payment .place-order #place_order{padding:1.2rem;font-size:1.4rem}}@media(max-width: 767px){.order-review-wrapper{padding:1.5rem;margin-bottom:1.5rem}.order-review-wrapper #order_review_heading{font-size:1.8rem;margin-bottom:1.2rem}.order-review-wrapper #order_review .shop_table thead th{font-size:1.3rem;padding:1rem 0}.order-review-wrapper #order_review .shop_table tbody tr td{font-size:1.3rem;padding:1rem 0}.order-review-wrapper #order_review .shop_table tfoot th,.order-review-wrapper #order_review .shop_table tfoot td{font-size:1.3rem;padding:1rem 0}.order-review-wrapper #order_review .shop_table tfoot .order-total th,.order-review-wrapper #order_review .shop_table tfoot .order-total td{font-size:1.5rem}.order-review-wrapper #payment{padding:1.5rem}.order-review-wrapper #payment .place-order #place_order{padding:1rem;font-size:1.3rem}}@media(max-width: 479px){.order-review-wrapper{padding:1rem;margin-bottom:1rem}.order-review-wrapper #order_review_heading{font-size:1.6rem;margin-bottom:1rem}.order-review-wrapper #order_review .shop_table thead th{font-size:1.2rem;padding:.8rem 0}.order-review-wrapper #order_review .shop_table tbody tr td{font-size:1.2rem;padding:.8rem 0}.order-review-wrapper #order_review .shop_table tfoot th,.order-review-wrapper #order_review .shop_table tfoot td{font-size:1.2rem;padding:.8rem 0}.order-review-wrapper #order_review .shop_table tfoot .order-total th,.order-review-wrapper #order_review .shop_table tfoot .order-total td{font-size:1.4rem}.order-review-wrapper #payment{padding:1rem}.order-review-wrapper #payment .place-order #place_order{padding:.8rem;font-size:1.2rem}}.order-review-wrapper #order_review_heading{font-family:var(--tpp-title-font);font-size:2.2rem;font-weight:700;color:var(--tpp-color-secondary);margin-bottom:2rem;text-transform:uppercase;letter-spacing:.5px}.order-review-wrapper #order_review .shop_table{border:none;margin-bottom:2rem}.order-review-wrapper #order_review .shop_table thead th{font-family:var(--tpp-title-font);font-size:1.6rem;font-weight:600;color:var(--tpp-color-secondary);padding:1.5rem 0;border:none}.order-review-wrapper #order_review .shop_table tbody tr{border:none}.order-review-wrapper #order_review .shop_table tbody tr td{padding:1.5rem 0;font-size:1.5rem;color:var(--tpp-color-secondary);border:none}.order-review-wrapper #order_review .shop_table tfoot th{font-family:var(--tpp-title-font);font-size:1.6rem;font-weight:600;color:var(--tpp-color-secondary);padding:1.5rem 0;border:none}.order-review-wrapper #order_review .shop_table tfoot td{padding:1.5rem 0;text-align:right;font-size:1.6rem;color:var(--tpp-color-secondary);border:none}.order-review-wrapper #order_review .shop_table tfoot .order-total th,.order-review-wrapper #order_review .shop_table tfoot .order-total td{font-weight:700;color:var(--tpp-color-primary);font-size:1.8rem;border:none}.order-review-wrapper #payment{background:var(--tpp-color-white);border-radius:16px;box-shadow:var(--tpp-color-shadow);padding:3rem}.order-review-wrapper #payment .place-order{padding:0}.order-review-wrapper #payment .place-order #place_order{width:100%;height:auto;padding:1.5rem;text-align:center;background:var(--tpp-color-primary);color:var(--tpp-color-white);font-family:var(--tpp-title-font);font-weight:700;font-size:1.6rem;text-transform:uppercase;border-radius:0;border:none;transition:var(--tpp-anim-duration);box-shadow:0 4px 12px rgba(var(--tpp-color-primary), 0.2);margin-top:1.5rem}.order-review-wrapper #payment .place-order #place_order:hover{background:var(--tpp-color-secondary);transform:translateY(-2px);box-shadow:0 6px 15px rgba(var(--tpp-color-primary), 0.3)}.order-review-wrapper #payment .place-order #place_order:focus{outline:none}.tpp-scroll-to-top-wrap.tpp-scroll-to-top-hide{display:none}.tpp-scroll-to-top-wrap.edit-mode,.tpp-scroll-to-top-wrap.single-page-off{display:none !important}.tpp-scroll-to-top-button{position:fixed;right:15px;bottom:15px;z-index:9999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:50px;height:50px;border-radius:50px;background-color:#5636d1;color:#fff;text-align:center;opacity:1;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.tpp-scroll-to-top-button i{color:#fff;font-size:16px}.tpp-scroll-to-top-button:hover{background-color:#e2498a}