.tp-features-4 *{margin:0;padding:0}.tp-features-4 a{color:inherit}.tp-features-4 .tp__flex{display:flex}.tp-features-4 .tp__text-left{text-align:left}.tp-features-4 .tp__text-center{text-align:center}.tp-features-4 .tp__text-right{text-align:right}.tp-features-4 .tp__container{max-width:var(--tp-section-width, 1440px);padding-block:var(--tp-padding-block, 0px 0px);flex-direction:column;justify-content:space-between;margin:0 auto;padding-inline:20px;gap:60px}.tp-features-4 .tp__details{max-width:var(--tp-header-width, 560px);top:var(--tp-header-sticky-top-space, 0px);position:static;align-self:flex-start}.tp-features-4 .tp__heading{color:var(--tp-heading-color, #000000);font-size:var(--tp-heading-size, 50px);font-weight:var(--tp-heading-text-weight, 400);margin-bottom:var(--tp-heading-bottom-space, 28px);line-height:1.2}.tp-features-4 .tp__description{font-size:var(--tp-description-size, 16px);font-weight:var(--tp-description-text-weight, 400)}.tp-features-4 .tp__btn{color:var(--tp-button-color, #000000);font-size:var(--tp-button-text-size, 16px);background-color:var(--tp-button-background-color, #baf67c);border-radius:var(--tp-button-border-radius, 10px);font-weight:var(--tp-button-text-weight, 700);padding:10px 20px;outline:none;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;display:inline-block;margin-top:var(--tp-heading-bottom-space, 28px)}.tp-features-4 .tp__btn--fade:hover{opacity:.8}.tp-features-4 .tp__btn--invert:hover{color:var(--tp-button-background-color);background-color:var(--tp-button-color);border-color:currentColor}.tp-features-4 .tp__features{gap:var(--tp-features-gap, 16px);max-width:100%;flex-wrap:wrap}.tp-features-4 .tp__feature{background-color:var(--tp-feature-background-color, #f1f1f1);padding-block:var(--tp-featured-padding-block, 50px);padding-inline:var(--tp-featured-padding-inline, 50px);border:1px solid var(--tp-feature-border-color, #28282a);border-radius:var(--tp-feature-border-radius, 24px);top:var(--tp-header-sticky-top-space, 0px);position:sticky;width:100%}.tp-features-4 .tp__feature:nth-child(odd){transform:rotate(1.2deg)}.tp-features-4 .tp__feature:nth-child(2n){transform:rotate(-1.2deg)}.tp-features-4 .tp__feature h2{font-size:var(--tp-feature-heading-size, 40px);font-weight:var(--tp-feature-heading-text-weight, 800);color:var(--tp-feature-heading-color, #28282a);margin-bottom:10px}.tp-features-4 .tp__feature p{font-size:var(--tp-feature-description-size, 16px);font-weight:var(--tp-feature-description-text-weight, 400);color:var(--tp-feature-description-color, #28282a);line-height:1.5;margin-bottom:5px}.tp-features-4 .tp__features-icon svg,img{font-size:0;object-fit:contain}.tp-features-4 .tp__feature-link{color:var(--tp-feature-link-text-color, #28282a);font-size:var(--tp-feature-link-text-size, 16px);font-weight:var(--tp-feature-link-text-weight, 700)}@media screen and (min-width: 1100px){.tp-features-4 .tp__details{position:var(--tp-header-position, sticky)}.tp-features-4 .tp__features{max-width:var(--tp-features-width, 645px);display:flex;flex-wrap:wrap}}@media screen and (min-width: 1024px){.tp-features-4 .tp__container{flex-direction:row}}@media screen and (min-width: 767px){.tp-features-4 .tp__container{gap:30px}.tp-features-4 .tp__btn{padding:14px 24px}}.tp-marquee-2 *{margin:0;padding:0}.tp-marquee-2{position:relative;overflow:hidden}.tp-marquee-2 .tp__marquee a{color:inherit}.tp-marquee-2 .tp__marquee{background:var(--tp-top-marquee-background, #ea4646);padding-block:var(--tp-padding-top, 10px) var(--tp-padding-bottom, 10px);gap:var(--tp-item-gap, 40px);display:flex;position:absolute;top:50%;left:-50%;width:200%;transform:rotate(-3deg) translateY(-50%);transform-origin:center;z-index:2}.tp-marquee-2 .tp__marquee--bottom{background:var(--tp-bottom-marquee-background, #4646ea);transform:rotate(3deg) translateY(-50%);top:30%;z-index:1}.tp-marquee-2 .tp__marquee-wrapper{animation:tpMarqueeRightToLeft var(--tp-animation-duration, 40s) linear infinite;gap:var(--tp-item-gap, 40px);width:max-content;flex-shrink:0;display:flex;align-items:center}.tp-marquee-2 .tp__marquee-wrapper--reverse{animation:tpMarqueeLeftToRight var(--tp-animation-duration, 40s) linear infinite}.tp-marquee-2 .tp__marquee:hover .tp__marquee-wrapper{animation-play-state:var(--tp-pause-on-hover, true)}@keyframes tpMarqueeRightToLeft{0%{transform:translate(0)}to{transform:translate(calc(-50% - var(--tp-item-gap, 40px) / 2))}}@keyframes tpMarqueeLeftToRight{0%{transform:translate(calc(-50% - var(--tp-item-gap, 40px) / 2))}to{transform:translate(0)}}.tp-marquee-2 .tp__marquee-item{font-size:var(--tp-text-size, 32px);font-weight:var(--tp-font-weight, 500);color:var(--tp-top-text-color, #FFFFFF);white-space:nowrap;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;flex-shrink:0;position:relative}.tp-marquee-2 .tp__marquee--bottom .tp__marquee-item{color:var(--tp-bottom-text-color, #FFFFFF)}.tp-marquee-2 .tp__marquee-item a{text-decoration:none}.tp-marquee-2 .tp__marquee-img{width:60px}.tp-marquee-2 .marquee-separator{font-size:var(--tp-text-size, 32px);color:var(--tp-top-text-color, #FFFFFF);flex-shrink:0}.tp-marquee-2 .tp__marquee--bottom .marquee-separator{color:var(--tp-bottom-text-color, #FFFFFF)}.tp-marquee-2 .marquee-separator-image{height:var(--tp-separator-image-height, 20px);width:auto;object-fit:contain}@media (min-width: 768px){.tp-marquee-2 .tp__marquee--bottom{top:50%}}.tp-timeline-1 *{margin:0;padding:0;box-sizing:border-box}.tp-timeline-1 a{color:inherit}.tp-timeline-1 .tp__timeline-container{padding-block:var(--tp-section-padding-top, 80px) var(--tp-section-padding-bottom, 80px);max-width:var(--tp-section-width, 1440px);width:100%;padding-inline:20px;margin-inline:auto}.tp-timeline-1 .tp__heading{margin-bottom:var(--tp-header-margin-bottom, 24px);text-align:var(--tp-heading-alignment, center);font-size:var(--tp-heading-size, 32px);font-weight:var(--tp-heading-weight, 500);color:var(--tp-heading-color, #000000)}.tp-timeline-1 .tp__timeline-wrapper{position:relative;padding:200px 0;z-index:1;overflow-x:auto}.tp-timeline-1 .tp__timeline-line{position:absolute;top:50%;left:0;width:100%;height:var(--tp-line-thickness, 1px);background-color:var(--tp-line-color, #E5E5E5);min-width:calc(var(--tp-card-width, 280px) * var(--tp-total-events, 1) + var(--tp-event-gap, 30px) * (var(--tp-total-events, 1) - 1));transform:translateY(-50%);z-index:1}.tp-timeline-1 .tp__timeline-content{position:relative;z-index:1;display:flex;gap:var(--tp-event-gap, 30px);justify-content:flex-start;width:max-content;min-width:100%;height:400px}.tp-timeline-1 .tp__event{position:relative;height:100%;width:220px;display:flex;flex-direction:column;align-items:center;flex:1}.tp-timeline-1 .tp__event-card{background-color:var(--tp-card-background-color, #FFFFFF);border-radius:var(--tp-card-border-radius, 12px);padding:var(--tp-card-padding, 20px);width:220px;height:280px;position:absolute;left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column}.tp-timeline-1 .tp__event:nth-child(odd) .tp__event-card{bottom:50%;margin-bottom:50px}.tp-timeline-1 .tp__event:nth-child(2n) .tp__event-card{top:50%;margin-top:50px}.tp-timeline-1 .tp__event-card:after{content:"";position:absolute;left:50%;width:0;height:0;border-style:solid;transform:translate(-50%)}.tp-timeline-1 .tp__event:nth-child(odd) .tp__event-card:after{bottom:calc(-1 * var(--tp-pointer-size, 12px));border-width:var(--tp-pointer-size, 12px) var(--tp-pointer-size, 12px) 0 var(--tp-pointer-size, 12px);border-color:var(--tp-card-background-color, #FFFFFF) transparent transparent transparent}.tp-timeline-1 .tp__event:nth-child(2n) .tp__event-card:after{top:calc(-1 * var(--tp-pointer-size, 12px));border-width:0 var(--tp-pointer-size, 12px) var(--tp-pointer-size, 12px) var(--tp-pointer-size, 12px);border-color:transparent transparent var(--tp-card-background-color, #FFFFFF) transparent}.tp-timeline-1 .tp__event-image{height:var(--tp-image-height, 140px);border-radius:var(--tp-image-border-radius, 8px);width:100%;display:block;object-fit:cover}.tp-timeline-1 .tp__event-title{font-size:var(--tp-title-size, 18px);font-weight:var(--tp-title-weight, 700);color:var(--tp-title-color, #121212);margin-top:var(--tp-title-margin-top, 16px);line-height:130%}.tp-timeline-1 .tp__event-description{font-size:var(--tp-description-size, 14px);font-weight:var(--tp-description-weight, 400);color:var(--tp-description-color, #000000);margin-top:var(--tp-title-margin-bottom, 8px);line-height:150%}.tp-timeline-1 .tp__timeline-node{width:var(--tp-node-size, 24px);height:var(--tp-node-size, 24spx);background-color:var(--tp-node-color, #000000);border-radius:50%;z-index:3;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.tp-timeline-1 .tp__event-date{position:absolute;left:50%;transform:translate(-50%);text-align:center;font-family:inherit;line-height:1.2;z-index:2}.tp-timeline-1 .tp__event:nth-child(odd) .tp__event-date{bottom:calc(20% + var(--tp-card-margin, 42px))}.tp-timeline-1 .tp__event:nth-child(2n) .tp__event-date{top:calc(20% + var(--tp-card-margin, 42px))}.tp-timeline-1 .tp__event-date span:nth-child(1){font-size:var(--tp-date-label-size, 18px);font-weight:var(--tp-date-label-weight, 700);color:var(--tp-date-label-color, #121212);display:block}.tp-timeline-1 .tp__event-date span:nth-child(2){font-size:var(--tp-date-size, 14px);font-weight:var(--tp-date-weight, 400);color:var(--tp-date-color, #868585);margin-top:var(--tp-date-margin-top, 16px);display:block}@media screen and (max-width: 767px){.tp-timeline-1 .tp__event{flex:0 0 var(--tp-card-width, 280px)}}@media screen and (min-width: 768px){.tp-timeline-1 .tp__event{width:var(--tp-card-width, 280px)}.tp-timeline-1 .tp__event-card{width:var(--tp-card-width, 280px);height:var(--tp-card-height, 330px)}.tp-timeline-1 .tp__event-image{width:100%;margin:0 auto}}
/*# sourceMappingURL=/cdn/shop/t/15/compiled_assets/styles.css.map */
