.hr-flip-box{position:relative;height:220px;-webkit-perspective:1000px;perspective:1000px;outline:none;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation}.hr-flip-box__inner{position:relative;width:100%;height:100%;-webkit-transition:-webkit-transform 0.9s cubic-bezier(.4,0,.2,1);transition:-webkit-transform 0.9s cubic-bezier(.4,0,.2,1);transition:transform 0.9s cubic-bezier(.4,0,.2,1);transition:transform 0.9s cubic-bezier(.4,0,.2,1),-webkit-transform 0.9s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;will-change:transform}.hr-flip-box.is-flipped .hr-flip-box__inner{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.hr-flip-box.is-flipped .hr-flip-box__face--solution{-webkit-box-shadow:0 4px 20px 0 rgb(241 95 34 / .2);box-shadow:0 4px 20px 0 rgb(241 95 34 / .2)}@media (hover:hover) and (pointer:fine){.hr-flip-box:hover .hr-flip-box__inner,.hr-flip-box:focus-within .hr-flip-box__inner{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.hr-flip-box:hover .hr-flip-box__face--solution,.hr-flip-box:focus-within .hr-flip-box__face--solution{-webkit-box-shadow:0 4px 20px 0 rgb(241 95 34 / .2);box-shadow:0 4px 20px 0 rgb(241 95 34 / .2)}}.hr-flip-box__face{position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:32px 24px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-font-smoothing:antialiased}.hr-flip-box__face--problem{background:#fff;color:#333;-webkit-box-shadow:0 4px 20px rgb(0 0 0 / .04);box-shadow:0 4px 20px rgb(0 0 0 / .04);-webkit-transition:-webkit-box-shadow 0.3s ease;transition:-webkit-box-shadow 0.3s ease;transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease,-webkit-box-shadow 0.3s ease}.hr-flip-box__face--solution{background:#fff;color:#333;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);border:1px solid rgb(0 0 0 / .03);-webkit-box-shadow:0 4px 20px rgb(0 0 0 / .04);box-shadow:0 4px 20px rgb(0 0 0 / .04)}.hr-flip-box__eyebrow{text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:20px;text-transform:uppercase;margin-bottom:8px}.hr-flip-box__eyebrow--problem{color:#8C8F94;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}.hr-flip-box__eyebrow--solution{color:var(--e-global-color-primary,#f15f22)}.hr-flip-box__title{margin:0;text-align:center;leading-trim:both;text-edge:cap;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:24px}.hr-flip-box__desc{margin:10px 0 0 0;color:#7B7B7B;text-align:center;leading-trim:both;text-edge:cap;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.hr-flip-box__hint{position:absolute;bottom:16px;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;border-radius:4px;background:#ffefe9;color:var(--e-global-color-primary,#f15f22);pointer-events:none;-webkit-transition:opacity 0.3s ease,-webkit-transform 0.3s ease;transition:opacity 0.3s ease,-webkit-transform 0.3s ease;transition:opacity 0.3s ease,transform 0.3s ease;transition:opacity 0.3s ease,transform 0.3s ease,-webkit-transform 0.3s ease}.hr-flip-box__hint svg{width:16px;height:16px;display:block;fill:currentColor}@media (max-width:767px){.hr-flip-box__hint{opacity:1}}@media (prefers-reduced-motion:reduce){.hr-flip-box__inner{-webkit-transition-duration:0.01ms;transition-duration:0.01ms}}