@font-face{font-family:Carter One;font-style:normal;font-weight:400;src:local("Carter One"),local("CarterOne"),url(../fonts/CarterOne.11010a0.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}*{margin:0;padding:0;position:relative;box-sizing:border-box;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#app,body,html{height:100%;width:100%;overflow:hidden}body{font-family:Carter One,Arial;font-size:16px;color:#3c4d56;background:#f8f7f3}#app{background:#465b65}#app.app-green{background-color:#567c73}#app.app-green .game .game-header .score .score-nb{background-color:#567c73;box-shadow:0 0 16px 16px #567c73}#app.app-green .game .game-content,#app.app-green .game .game-content .life{box-shadow:0 -2px 0 2px #4d7068}#app.app-green .game .game-content .life .dot{background-color:#496962}#app.app-brown{background-color:#a28d65}#app.app-brown .game .game-header .score .score-nb{background-color:#a28d65;box-shadow:0 0 16px 16px #a28d65}#app.app-brown .game .game-content,#app.app-brown .game .game-content .life{box-shadow:0 -2px 0 2px #947f59}#app.app-brown .game .game-content .life .dot{background-color:#8b7854}#app.app-purple{background-color:#c65b32}#app.app-purple .game .game-header .score .score-nb{background-color:#c65b32;box-shadow:0 0 16px 16px #c65b32}#app.app-purple .game .game-content,#app.app-purple .game .game-content .life{box-shadow:0 -2px 0 2px #b2522d}#app.app-purple .game .game-content .life .dot{background-color:#a84d2a}.screen{position:absolute;left:0;top:0;right:0;bottom:0;height:100%;width:100%}.home .logo{position:absolute;top:55%;left:50%;transform:translate3D(-50%,-50%,0)}.home .logo .text{font-size:32px;color:#fff;text-align:center;line-height:34px}.home .logo .cards{position:absolute;left:50%;top:-110px;width:72px;height:88px;background:#f44336;transform:translate3D(-50%,0,0);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background:rgba(0,0,0,.15);border-radius:4px;box-shadow:0 0 0 6px rgba(0,0,0,.15)}.home .logo .cards .card{position:absolute;left:0;top:0}.home .logo .cards .card:first-child{transform:translate3D(0,-2px,0)}.home .logo .cards .card:nth-child(2){transform:translate3D(0,-6px,0)}.home .logo .cards .card:nth-child(3){transform:translate3D(0,-10px,0)}.home .logo .cards .card:nth-child(4){transform:translate3D(0,-14px,0)}.home .logo .cards .card:nth-child(5){transform:translate3D(0,-18px,0)}.home .hint{position:absolute;left:0;right:0;bottom:24px;text-align:center;color:#f8f7f3;opacity:.5;animation:hint 4s infinite}@keyframes hint{0%{opacity:.5;transform:scale(1)}40%{transform:scale(1.1);opacity:1}60%{opacity:1;transform:scale(1.1)}to{opacity:.5;transform:scale(1)}}.card{display:inline-block;width:72px;height:88px;background-color:#add8e6;text-shadow:2px 2px 0 #6fbbd3;box-shadow:inset 0 -4px #60b3ce;border-radius:8px;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:32px;color:#fff}.card.card-value-1{background-color:#03a9f4;text-shadow:2px 2px 0 #0287c3;box-shadow:inset 0 -4px #027fb7}.card.card-value-2{background-color:#26a69a;text-shadow:2px 2px 0 #1e857b;box-shadow:inset 0 -4px #1c7d74}.card.card-value-3{background-color:#7cb342;text-shadow:2px 2px 0 #638f35;box-shadow:inset 0 -4px #5d8631}.card.card-value-4{background-color:#fbc02d;text-shadow:2px 2px 0 #e8a704;box-shadow:inset 0 -4px #da9d04}.card.card-value-5{background-color:#f57c00;text-shadow:2px 2px 0 #c46300;box-shadow:inset 0 -4px #b85d00}.card.card-value-6{background-color:#f44336;text-shadow:2px 2px 0 #e21b0c;box-shadow:inset 0 -4px #d4190c}.card.card-value-7{background-color:#e91e63;text-shadow:2px 2px 0 #c0134e;box-shadow:inset 0 -4px #b41249}.card.card-value-8{background-color:#7e57c2;text-shadow:2px 2px 0 #623ca5;box-shadow:inset 0 -4px #5c389b}.card.card-value-9{background-color:#546e7a;text-shadow:2px 2px 0 #435862;box-shadow:inset 0 -4px #3f525b}.card.card-logo .card-value{font-size:64px}.card:before{content:"";position:absolute;left:50%;top:0;right:0;bottom:0;background:rgba(0,0,0,.05)}.card .card-illustration .bg-icon,.card .card-illustration .main-icon{display:block;position:absolute;left:50%;top:50%;transform:translate3D(-50%,-50%,0)}.card .card-illustration .bg-icon{color:#8ec9dd;transform:translate3D(-46%,-46%,0)}.slideup-enter-active,.slideup-leave-active{transition:.5s cubic-bezier(.165,.84,.44,1)}.slideup-enter,.slideup-leave-to{transform:translate3D(0,80%,0) rotateX(-80deg)}.opacity-enter-active,.opacity-leave-active{transition:.25s cubic-bezier(.165,.84,.44,1)}.opacity-enter,.opacity-leave-to{opacity:0}.game{perspective:1000px}.game.tuto.tuto-step-2 .game-header .score,.game.tuto.tuto-step-3 .game-content .board .slot.slot-1,.game.tuto.tuto-step-4 .game-content .life,.game.tuto.tuto-step-5 .game-content .board .slot.slot-5,.game.tuto.tuto-step-6 .game-header .score,.game.tuto.tuto-step-8 .game-content .board .slot.slot-15,.game.tuto.tuto-step-9 .game-content .board .slot.slot-8{z-index:3}.game.tuto .game-tuto-bg{position:absolute;left:0;top:0;right:0;height:100%;z-index:2;background:rgba(0,0,0,.3)}.game.tuto .game-content .board .slot:active{transform:none}.game .game-header{position:absolute;left:0;right:0;top:0;height:calc(100% - 502px);text-align:center}.game .game-header .button-info,.game .game-header .button-menu{position:absolute;top:0;width:56px;height:56px;line-height:56px;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;opacity:.5}.game .game-header .button-info .icon,.game .game-header .button-menu .icon{display:block}.game .game-header .button-info{left:0}.game .game-header .button-menu{right:0}.game .game-content{left:16px;right:16px;bottom:16px;border-radius:16px;height:472px;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;background:#f8f7f3}.game .game-content,.game .game-content .life{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;box-shadow:0 -2px 0 2px #3c4d56}.game .game-content .life{left:50%;top:0;transform:translate3D(-50%,-100%,0);height:32px;padding:0 20px;width:auto;background:hsla(48,26%,96%,.5);background:#f8f7f3;border-top-left-radius:16px;border-top-right-radius:16px;-ms-flex-align:end;align-items:flex-end}.game .game-content .life:before{content:"";position:absolute;left:0;right:0;top:100%;height:16px;background:#f8f7f3;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.game .game-content .life .dot{display:inline-block;width:16px;height:16px;border-radius:6px;transform:rotate(45deg);margin:0 6px;transition:.25s cubic-bezier(.165,.84,.44,1);background-color:#5b7683;background-color:#465b65}.game .game-content .life .dot:first-child{transition-delay:0}.game .game-content .life .dot:nth-child(2){transition-delay:.05s}.game .game-content .life .dot:nth-child(3){transition-delay:.1s}.game .game-content .life .dot:nth-child(4){transition-delay:.15s}.game .game-content .life .dot.empty{opacity:0;transform:rotate(45deg) scale(2)}@media (max-height:620px){.game .game-header{height:calc(100% - 442px)}.game .game-header .score{font-size:48px;height:48px;line-height:48px}.game .game-content{height:422px}}@media (max-width:359px){.game .game-content{left:0;right:0;bottom:0;border-radius:0}}@media (min-width:420px){.game .game-content{left:calc(50% - 195px);right:auto;width:390px}}@media (min-height:700px){.game .game-header{height:calc(100% - 566px)}.game .game-content{bottom:64px}}@media (min-height:780px){.game .game-header{height:calc(100% - 598px)}.game .game-content{bottom:96px}}.card-enter-active,.card-leave-active{transition:.25s cubic-bezier(.165,.84,.44,1)}.card-enter{opacity:0;transform:translate3D(0,-44px,0);transform:scale(0)}.card-leave-to{opacity:0;transform:scale(2)}.board{width:308px;height:372px;padding:2px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.board .slot{margin:2px;display:inline-block;width:72px;height:88px;border-radius:8px;transition:.25s cubic-bezier(.165,.84,.44,1)}.board .slot:active{transform:translate3D(0,2px,0) scale(.95)}.board .slot.slot-enter-active:first-child,.board .slot.slot-leave-active:first-child{transition-delay:.05s}.board .slot.slot-enter-active:nth-child(2),.board .slot.slot-leave-active:nth-child(2){transition-delay:.1s}.board .slot.slot-enter-active:nth-child(3),.board .slot.slot-leave-active:nth-child(3){transition-delay:.15s}.board .slot.slot-enter-active:nth-child(4),.board .slot.slot-leave-active:nth-child(4){transition-delay:.2s}.board .slot.slot-enter-active:nth-child(5),.board .slot.slot-leave-active:nth-child(5){transition-delay:.25s}.board .slot.slot-enter-active:nth-child(6),.board .slot.slot-leave-active:nth-child(6){transition-delay:.3s}.board .slot.slot-enter-active:nth-child(7),.board .slot.slot-leave-active:nth-child(7){transition-delay:.35s}.board .slot.slot-enter-active:nth-child(8),.board .slot.slot-leave-active:nth-child(8){transition-delay:.4s}.board .slot.slot-enter-active:nth-child(9),.board .slot.slot-leave-active:nth-child(9){transition-delay:.45s}.board .slot.slot-enter-active:nth-child(10),.board .slot.slot-leave-active:nth-child(10){transition-delay:.5s}.board .slot.slot-enter-active:nth-child(11),.board .slot.slot-leave-active:nth-child(11){transition-delay:.55s}.board .slot.slot-enter-active:nth-child(12),.board .slot.slot-leave-active:nth-child(12){transition-delay:.6s}.board .slot.slot-enter-active:nth-child(13),.board .slot.slot-leave-active:nth-child(13){transition-delay:.65s}.board .slot.slot-enter-active:nth-child(14),.board .slot.slot-leave-active:nth-child(14){transition-delay:.7s}.board .slot.slot-enter-active:nth-child(15),.board .slot.slot-leave-active:nth-child(15){transition-delay:.75s}.board .slot.slot-enter-active:nth-child(16),.board .slot.slot-leave-active:nth-child(16){transition-delay:.8s}.board .slot.slot-leave-active{transition:.75s cubic-bezier(.165,.84,.44,1)}.board .slot.slot-enter,.board .slot.slot-leave-to{opacity:0;transform:translate3D(0,-800px,0)}.board .slot .position{position:absolute;left:8px;top:4px;font-size:14px}.tuto-info-enter-active{transition:.25s cubic-bezier(.165,.84,.44,1)}.tuto-info-enter{opacity:0}.tuto-info-enter.up{transform:translate3D(0,24px,0)}.tuto-info-enter.down{transform:translate3D(0,-24px,0)}.tuto-info{position:absolute;width:250px;padding:8px 16px;border-radius:4px;background:#fff;z-index:6;text-align:left}.tuto-info.middle .arrow{display:none}.tuto-info.tuto-info-step-1,.tuto-info.tuto-info-step-7,.tuto-info.tuto-info-step-11{left:50%;top:50%;transform:translate3D(-50%,-50%,0)}.tuto-info.tuto-info-step-2,.tuto-info.tuto-info-step-6{top:80px;left:50%;transform:translate3D(-50%,0,0)}.tuto-info.tuto-info-step-2 .arrow,.tuto-info.tuto-info-step-6 .arrow{left:calc(50% - 12px)}.tuto-info.tuto-info-step-3,.tuto-info.tuto-info-step-5{top:calc(100% + 8px);left:8px}.tuto-info.tuto-info-step-4{top:64px}.tuto-info.tuto-info-step-4,.tuto-info.tuto-info-step-4 .arrow{left:50%;transform:translate3D(-50%,0,0)}.tuto-info.tuto-info-step-8{bottom:calc(100% + 12px);right:-32px}.tuto-info.tuto-info-step-8 .arrow{right:42px;transform:translate3D(-50%,0,0)}.tuto-info.tuto-info-step-9{bottom:calc(100% + 12px);right:-4px}.tuto-info.tuto-info-step-9 .arrow{right:15px;transform:translate3D(-50%,0,0)}.tuto-info .arrow{content:"";position:absolute;width:0;height:0;border-style:solid}.tuto-info .arrow.up{top:-10px;border-width:0 12px 10px;border-color:transparent transparent #fff}.tuto-info .arrow.down{bottom:-10px;border-width:10px 12px 0;border-color:#fff transparent transparent}.tuto-info .text{color:#333;font-size:14px;line-height:18px}.tuto-info .text.error{color:#f44336}.tuto-info .text p{padding:4px 0 2px}.tuto-info .text p strong{font-weight:400;color:#03a9f4}.tuto-info .next{margin:8px 0 0;color:#aaa;font-size:10px;line-height:11px;text-align:right}.tuto-info .next .icon{float:right;margin:0 0 0 4px;top:1px}@media (max-height:620px){.tuto-info.tuto-info-step-2,.tuto-info.tuto-info-step-6{top:64px}}.score .changings .changing{transition:.75s cubic-bezier(.165,.84,.44,1)}.score .changings .changing.gain-gem-enter.position-1{transform:translate3D(-114px,194px,0)}.score .changings .changing.gain-gem-enter.position-2{transform:translate3D(-38px,194px,0)}.score .changings .changing.gain-gem-enter.position-3{transform:translate3D(38px,194px,0)}.score .changings .changing.gain-gem-enter.position-4{transform:translate3D(114px,194px,0)}.score .changings .changing.gain-gem-enter.position-5{transform:translate3D(-114px,286px,0)}.score .changings .changing.gain-gem-enter.position-6{transform:translate3D(-38px,286px,0)}.score .changings .changing.gain-gem-enter.position-7{transform:translate3D(38px,286px,0)}.score .changings .changing.gain-gem-enter.position-8{transform:translate3D(114px,286px,0)}.score .changings .changing.gain-gem-enter.position-9{transform:translate3D(-114px,378px,0)}.score .changings .changing.gain-gem-enter.position-10{transform:translate3D(-38px,378px,0)}.score .changings .changing.gain-gem-enter.position-11{transform:translate3D(38px,378px,0)}.score .changings .changing.gain-gem-enter.position-12{transform:translate3D(114px,378px,0)}.score .changings .changing.gain-gem-enter.position-13{transform:translate3D(-114px,470px,0)}.score .changings .changing.gain-gem-enter.position-14{transform:translate3D(-38px,470px,0)}.score .changings .changing.gain-gem-enter.position-15{transform:translate3D(38px,470px,0)}.score .changings .changing.gain-gem-enter.position-16{transform:translate3D(114px,470px,0)}.score{position:absolute;left:50%;transform:translate3D(-50%,0,0);font-size:64px;bottom:48px;text-align:center;height:64px;line-height:64px;color:#f8f7f3;z-index:2}.score .score-nb{display:inline-block;z-index:3;height:40px;background:#465b65;line-height:40px;box-shadow:0 0 16px 16px #465b65;border-radius:100%}.score .changings{position:absolute;left:calc(50% - 8px);top:calc(50% - 8px);color:#fbc02d;z-index:2;width:16px;height:16px}.score .changings .changing,.score .changings .changing .gem{position:absolute;left:0;top:0;width:16px;height:16px}.score .changings .changing .gem.value-1{color:#03a9f4}.score .changings .changing .gem.value-2{color:#26a69a}.score .changings .changing .gem.value-3{color:#7cb342}.score .changings .changing .gem.value-4{color:#fbc02d}.score .changings .changing .gem.value-5{color:#f57c00}.score .changings .changing .gem.value-6{color:#f44336}.score .changings .changing .gem.value-7{color:#e91e63}.score .changings .changing .gem.value-8{color:#7e57c2}.score .changings .changing .gem.value-9{color:#546e7a}.score .changings .changing .gem .icon{display:block}.end{position:absolute;left:0;top:0;right:0;bottom:0}.end .end-content{position:absolute;left:8px;top:8px;right:8px;height:calc(100% - 96px);overflow:auto}.end .end-content .end-scores{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end .end-content .end-scores .end-score{padding:24px 0;width:50%}.end .end-content .end-scores .end-score .end-score-label{display:block;color:#999;font-size:14px}.end .end-content .end-scores .end-score .end-score-value{display:block;font-size:40px;line-height:40px}.end .end-content .end-stats{margin:8px 0 0;padding:0 12px}.end .end-content .end-stats .end-stat{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:4px 16px;background:rgba(0,0,0,.05);margin:0 0 4px;border-radius:4px}.end .end-content .end-stats .end-stat .end-stat-label{display:inline-block}.end .end-content .end-stats .end-stat .end-stat-value{display:inline-block;font-size:24px}.end .end-buttons{position:absolute;left:16px;right:16px;bottom:16px;text-align:center}.end .end-buttons .button{display:inline-block;height:56px;padding:0 28px;background:#03a9f4;border-radius:8px;box-shadow:inset 0 -4px 0 0 rgba(0,0,0,.15);line-height:54px;color:#fff;font-size:20px}.end .end-buttons .button:active{transform:translate3D(0,2px,0) scale(.95)}.card-info{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:2}.card-info .card-info-content{height:100%;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;color:#fff}.card-info .card-info-content .name{padding:16px 32px;font-size:32px;line-height:36px;text-align:center}.card-info .card-info-content .card{transform:scale(2);margin:48px 0}.card-info .card-info-content .text{padding:16px 60px;text-align:center;font-size:16px;line-height:20px}.options-enter-active,.options-enter-active .options-bg,.options-enter-active .options-content,.options-leave-active,.options-leave-active .options-bg,.options-leave-active .options-content{transition:.25s cubic-bezier(.165,.84,.44,1)}.options-enter .options-bg{opacity:0}.options-enter .options-content{opacity:0;transform:translate3D(0,24px,0)}.options-leave-to{opacity:0}.options,.options .options-bg{position:absolute;left:0;top:0;right:0;bottom:0}.options .options-bg{background:rgba(70,91,101,.75)}.options .options-content{position:absolute;top:56px;right:4px;width:300px;padding:8px 16px;background:#f8f7f3;border-radius:8px}.options .options-content:before{content:"";position:absolute;right:16px;top:-8px;width:0;height:0;border-style:solid;border-width:0 8px 8px;border-color:transparent transparent #f8f7f3}.options .options-content .option-row{height:64px;line-height:32px;padding:16px 0;border-radius:4px;border-bottom:1px dotted #ddd}.options .options-content .option-row:last-child{margin-bottom:0;border-bottom:none}.options .options-content .option-row .label{float:left;padding-left:8px}.options .options-content .option-row .values{float:right}.options .options-content .option-row .values .switch .switch-value{float:left;width:40px;text-align:center;background:#e6e6e6;color:rgba(0,0,0,.5);text-transform:lowercase}.options .options-content .option-row .values .switch .switch-value:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.options .options-content .option-row .values .switch .switch-value:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.options .options-content .option-row .values .switch .switch-value.active{background:#7cb342;color:#fff}.options .options-content .option-row .values .colors .color{float:left;margin:0 0 0 8px;width:32px;height:32px;border-radius:100%;background:#465b65}.options .options-content .option-row .values .colors .color.green{background-color:#567c73}.options .options-content .option-row .values .colors .color.brown{background-color:#a28d65}.options .options-content .option-row .values .colors .color.purple{background-color:#c65b32}.options .options-content .option-row .values .colors .color.active{opacity:1;box-shadow:inset 0 0 0 2px #7cb342,0 0 0 2px #7cb342}.about-enter-active,.about-enter-active .about-bg,.about-enter-active .about-content,.about-leave-active,.about-leave-active .about-bg,.about-leave-active .about-content{transition:.25s cubic-bezier(.165,.84,.44,1)}.about-enter .about-bg{opacity:0}.about-enter .about-content{opacity:0;transform:translate3D(0,24px,0)}.about-leave-to{opacity:0}.about,.about .about-bg{position:absolute;left:0;top:0;right:0;bottom:0}.about .about-bg{background:rgba(70,91,101,.75)}.about .about-content{position:absolute;top:56px;left:4px;width:300px;padding:16px;background:#f8f7f3;border-radius:8px;font-size:14px;line-height:18px}.about .about-content:before{content:"";position:absolute;left:16px;top:-8px;width:0;height:0;border-style:solid;border-width:0 8px 8px;border-color:transparent transparent #f8f7f3}.about .about-content .about-infos p{margin:0 0 8px;color:#666}.about .about-content .about-infos p a{text-decoration:underline;color:#666}.about .about-content .about-infos p strong{color:#333;font-weight:400}.about .about-content .about-infos .buttons .button{display:inline-block;height:48px;padding:8px 12px;border-radius:4px;background:#7cb342;text-decoration:none;color:#fff;line-height:30px;box-shadow:inset 0 -4px 0 0 rgba(0,0,0,.1)}.about .about-content .about-infos .buttons .button .icon{float:left;margin:3px 8px 0 0}.about .about-content .about-credits{margin:24px 0 0;padding:24px 0 0;font-size:12px;line-height:16px;color:#aaa}.about .about-content .about-credits:before{content:"";position:absolute;left:25%;right:25%;top:0;height:2px;width:50%;background:#eee}.about .about-content .about-credits a{color:#888}.language{position:absolute;left:0;top:0;right:0;bottom:0;background:#465b65;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-direction:column;flex-direction:column;font-size:24px;color:#fff;opacity:0}.language.visible{opacity:1}.language .langs .lang{display:inline-block;padding:16px;color:#cdd7dc}.language .langs .lang.active{color:#7cb342}.language .buttons{margin:8px 0 0}.language .buttons .button{width:120px;height:120px;background:#7cb342;border-radius:100%;text-align:center;line-height:120px;font-size:24px;transition:.5s cubic-bezier(.165,.84,.44,1);background:#3f525b;color:#fff}.language .buttons .button.left{background:#7cb342}.language .buttons .button.left .arrow{transform:rotate(-30deg);color:#7cb342}.language .buttons .button.right{background:#7cb342}.language .buttons .button.right .arrow{transform:rotate(30deg);color:#7cb342}.language .buttons .button .arrow{position:absolute;top:-16px;left:calc(50% - 12px);transform-origin:12px 76px;transition:.5s cubic-bezier(.165,.84,.44,1);color:#3f525b}.language .buttons .button .arrow .icon{display:block}.language .buttons .button .question{color:#465b65;font-size:40px}.icon{display:inline-block;vertical-align:middle}.icon.invert svg{-webkit-filter:invert(1);filter:invert(1)}.icon svg{position:absolute;left:0;top:0;right:0;bottom:0;height:100%!important;width:100%!important}
/*# sourceMappingURL=app.771afe1c4ade279fb2afd72b383402bb.css.map */