.new-our-world{background:#000;padding:40px}
.new-our-world h2{font-size:48px !important;margin-bottom:33px;font-weight:bold;margin-top:40px;line-height:52px}
.new-our-world__heading p{font-family:"FlyingFlea-Bold" !important;font-size:48px !important;margin-bottom:33px;font-weight:bold;margin-top:40px;line-height:52px}
.new-our-world .white{color:#fff}
.new-our-world .blue{color:#00a8a3}
.new-our-world .green{color:#d0fd0a}
.new-our-world__content{display:flex;flex-wrap:wrap;gap:24px;overflow:auto;margin-bottom:40px}
.new-our-world__feature--large{background-repeat:no-repeat;background-size:cover;min-height:333px}
.new-our-world__feature{position:relative;border-radius:10px;overflow:hidden;width:100%;height:40vw;justify-content:flex-end;background-size:cover;transition:all .8s ease-in-out}
.new-our-world__feature.collapsed{background-position:52%}
.new-our-world__feature img{width:auto;height:100%;min-width:100%;transform:translateX(0);transition:transform .8s ease-in-out}
.new-our-world__feature.collapsed img{height:100%;width:initial;transform:translateX(-40%)}
.new-our-world__img--mobile{display:none}
.new-our-world__feature-authentic{background-image:url("../../../../../world/images/full.jpg");background-size:contain;background-repeat:no-repeat;width:100%;height:333px}
.new-our-world__feature-electric{background-image:url("../../../../../world/images/second.jpg");background-size:cover;background-repeat:no-repeat;width:100%;height:350px}
.new-our-world__feature-gradient{position:sticky;inset:0;height:70%;bottom:0;z-index:1;width:100%;pointer-events:none}
.new-our-world__text-box{z-index:10;display:flex;justify-content:space-between;width:100%;align-items:center;color:#e6e6e6;padding:40px 16px;position:absolute;bottom:0}
.new-our-world__overlay{position:absolute;bottom:0;padding:40px;z-index:2}
.new-our-world__overlay h3{font-size:40px;margin:0 0 .5rem;text-align:left;margin-bottom:20px;font-family:"FlyingFlea-Bold" !important}
.new-our-world__overlay-heading p{font-size:40px !important;margin:0 0 .5rem !important;text-align:left !important;margin-bottom:20px !important;font-family:"FlyingFlea-Bold" !important}
.new-our-world__overlay p{font-size:16px;margin:0;font-family:"Inter Regular";font-weight:300;color:#e6e6e6;text-align:left}
.new-our-world__text-box-title{font-size:20px;font-weight:700;width:145px;font-family:"FlyingFlea-Bold" !important}
.new-our-world__text-box p{font-size:20px;margin:0;font-weight:700;font-family:"FlyingFlea-Bold" !important}
.new-our-world__arrow{display:inline-block;margin-top:.5rem;width:48px;height:48px;border:none !important;background:none !important;cursor:pointer;transition:transform .8s ease-in-out}
.new-our-world__arrow:hover{transform:scale(1.1)}
@keyframes newOurWorldExpand{0{opacity:.8}
100%{opacity:1}
}
@keyframes newOurWorldCollapse{0{opacity:1}
100%{opacity:.8}
}
.new-our-world__feature.expanded{width:100% !important;flex:1 !important;animation:newOurWorldExpand .8s ease-in-out}
.new-our-world__feature.expanded .new-our-world__text-box{display:none !important;visibility:hidden !important;opacity:0 !important}
.new-our-world__feature.expanded .new-our-world__overlay{display:block !important;visibility:visible !important;opacity:0 !important;transition:opacity .8s ease-in-out,width .8s ease-in-out;transition-delay:.05s}
.new-our-world__feature.expanded .new-our-world__overlay.animate-in{opacity:1 !important}
.new-our-world__feature.collapsed{width:100% !important;flex:1 !important;opacity:.8 !important;animation:newOurWorldCollapse .8s ease-in-out}
.new-our-world__feature.collapsed .new-our-world__text-box{display:flex !important;visibility:visible !important;opacity:1 !important}
.new-our-world__feature.collapsed .new-our-world__overlay{display:none !important;visibility:hidden !important;opacity:0 !important}
@media(max-width:920px){.new-our-world{box-sizing:border-box;padding:32px 15px 34px 16px}
.new-our-world h2{font-size:32px !important;margin-bottom:19px;font-weight:bold;margin-top:0}
.new-our-world__heading p{font-size:32px !important}
.new-our-world__content{display:flex;flex-direction:column;gap:16px !important;margin-bottom:0}
.new-our-world__feature{position:relative;border-radius:10px;overflow:hidden;width:100%;height:81px;background-size:cover;background-position:center}
.new-our-world__feature img{max-height:540px;object-fit:cover}
.new-our-world__img--desktop{display:none}
.new-our-world__img--mobile{display:block}
.new-our-world__feature.collapsed img{transform:translateX(0) translateY(-28%)}
.new-our-world__feature--large{background-repeat:no-repeat;background-size:cover;background-position:center}
.new-our-world__feature--large .new-our-world__arrow svg{transform:rotate(90deg)}
.new-our-world__feature-authentic{background-image:url("../../../../../world/images/full-mob.jpg");background-size:cover;background-position:center;background-repeat:no-repeat}
.new-our-world__feature-electric{background-image:url("../../../../../world/images/second-mob.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:81px}
.new-our-world__feature--small{background-size:cover;background-position:center;height:81px}
.new-our-world__feature--small .new-our-world__text-box{top:0 !important;width:100% !important}
.new-our-world__feature--small .new-our-world__arrow svg{transform:rotate(90deg) !important}
.new-our-world__text-box-title{width:94px !important}
.new-our-world__text-box p{font-size:14px !important;margin:0}
.new-our-world__arrow{margin-top:0;width:24px;height:24px}
.new-our-world__arrow svg{width:14px !important;height:14px !important}
.new-our-world__overlay{padding:16px}
.new-our-world__overlay h3{font-size:20px !important;margin-bottom:8px !important}
.new-our-world__overlay-heading p{font-size:20px !important;margin-bottom:8px !important}
.new-our-world__overlay p{font-size:12px;margin:0 !important}
.new-our-world__feature.expanded{width:100% !important;height:450px !important;min-height:450px !important;max-height:450px !important}
.new-our-world__feature.expanded .new-our-world__text-box{max-height:80px !important;padding:0 16px !important}
.new-our-world__feature.collapsed{height:150px !important;min-height:150px !important;max-height:150px !important;background-position:center top !important}
.new-our-world__feature.collapsed .new-our-world__text-box{height:140px !important;min-height:140px !important;max-height:140px !important}
}
@media(max-width:850px){.new-our-world__feature img{max-height:480px}
}
@media(max-width:768px){.new-our-world__feature img{max-height:450px}
}
@media(max-width:500px){.new-our-world__feature img{max-height:333px}
.new-our-world__feature.expanded{width:100% !important;height:333px !important;min-height:333px !important;max-height:333px !important}
.new-our-world__feature.collapsed{height:80px !important;min-height:80px !important;max-height:80px !important}
.new-our-world__feature.collapsed .new-our-world__text-box{height:80px !important;min-height:80px !important;max-height:80px !important}
}