.made-with-love{display:flex;flex-direction:row;white-space:nowrap}.made-with-love__icons{position:relative;display:flex;align-items:center;justify-content:center;width:30px}.made-with-love__icons:hover .made-with-love__heart-icon{opacity:0}.made-with-love__icons:hover .made-with-love__fire-icon{opacity:1}.made-with-love__fire-icon,.made-with-love__heart-icon{position:absolute;will-change:opacity;transition:opacity var(--ease-in-out) .5s;width:1rem;height:1rem}.made-with-love__heart-icon{opacity:1}.made-with-love__fire-icon{opacity:0}.made-with-love__countries{position:relative;display:inline-block;z-index:1;overflow:hidden;width:100%}.made-with-love__country{white-space:nowrap;position:absolute;top:0;left:0;transform:translate3d(0,-120%,0)}.made-with-love__country--in{transform:translate3d(0,-120%,0);animation:country--in .75s .375s forwards}.made-with-love__country--out{transform:translateZ(0);animation:country--out .75s forwards}.made-with-love__country-underline{position:absolute;z-index:1;left:0;bottom:0;width:0;height:1px;background:#fe734f;will-change:width;transition:width .375s .375s}@keyframes country--in{0%{transform:translate3d(0,-120%,0)}to{transform:translateZ(0)}}@keyframes country--out{0%{transform:translateZ(0)}50%{transform:translate3d(0,-20%,0)}to{transform:translate3d(0,120%,0)}}body:before{display:none;content:"mobile"}@media(min-width:375px){body:before{content:"mobile-m"}}@media(min-width:414px){body:before{content:"mobile-l"}}@media(min-width:768px){body:before{content:"tablet"}}@media(min-width:1024px){body:before{content:"desktop"}}@media(min-width:1280px){body:before{content:"desktop-m"}}@media(min-width:1440px){body:before{content:"desktop-l"}}@media(min-width:1920px){body:before{content:"desktop-xl"}}.modal-float{height:100vh;width:100%;top:0;left:0;z-index:100;position:fixed}.modal-float__container{display:flex;align-items:center;justify-content:center;height:100vh}.modal-float__close{position:absolute;top:1rem;right:1rem;z-index:10;cursor:pointer}.modal-float__content{position:relative;z-index:103;height:100vh;width:100%}@media(min-width:1024px){.modal-float__content{width:auto;height:auto}}.modal-float__overlay{position:absolute;top:0;left:0;background:var(--gray-500-50);z-index:101;height:100vh;width:100%}.modal-float--pt{background-color:#fff;background-position:top;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center}.modal-float--pt .modal-float__container{max-width:34.8125rem;position:relative;margin:auto;max-height:600px}.modal-float--pt .modal-float__close{top:2.5rem;right:0;border:none;background-color:transparent}@media(min-width:1024px){.modal-float--pt .modal-float__close{top:2.1875rem;right:1.5625rem}}.modal-float--pt .modal-float__close .icon svg{width:1.5rem;height:1.5rem}