@charset "UTF-8";.hint_box_margin_top{margin-top:1em!important}.chart__container{display:flex;flex-direction:column;gap:30px;justify-content:center;margin:30px 0}.chart__container div{flex:1 1 100%;height:300px;max-height:300px;min-height:300px;width:100%}@media screen and (min-width:1200px){.chart__container div{height:300px;max-height:300px;min-height:300px;width:50%}.chart__container{flex-direction:row}}.range__container{display:flex;flex-direction:row;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.range__container::-webkit-scrollbar{display:none}.range__container div{margin:10px}.range__container div button{padding:10px}.exchange__item{align-items:center;display:flex;font-size:.8rem;font-weight:var(--bold);justify-content:flex-start;line-height:1.5;margin:0 0 10px;position:relative;transition:var(--theme-text);width:-moz-max-content;width:max-content}.exchange__item--down{color:var(--color-accent)}.exchange__item--down:after{color:var(--color-accent);content:"▼"}.exchange__item--up{color:var(--color-red)}.exchange__item--up:after{color:var(--color-red);content:"▲"}.exchange__item:after{font-size:.4rem;position:absolute;right:-15px;top:5px;transition:var(--theme-text)}.exchange__list{display:grid;gap:15px;grid-template-columns:1fr}@media screen and (min-width:500px){.exchange__list{grid-template-columns:1fr}}@media screen and (min-width:768px){.exchange__list{grid-template-columns:1fr 1fr}}@media screen and (min-width:1200px){.exchange__list{grid-template-columns:1fr 1fr 1fr}}.exchange__more{font-size:1rem;font-weight:var(--bold);margin:0 0 30px}@media screen and (min-width:1200px){.exchange__more{font-size:1.2rem}}.exchange__note{display:flex;flex-direction:column;font-size:.8rem;margin:30px 0 0;max-width:690px}.exchange__range{background:var(--color-gray-light);border:1px solid var(--color-gray-mid-light);border-radius:3px;color:var(--color-secondary);cursor:pointer;display:flex;font-size:.9rem;font-weight:var(--semibold);margin:0!important;padding:7px 15px;text-transform:capitalize;transition:var(--theme),var(--theme-border),var(--theme-text);white-space:nowrap}.exchange__range:hover{background-color:var(--color-gray-light-fx);border:1px solid var(--color-gray-light-fx)}.exchange__range--active,.exchange__range--active:hover{background:var(--color-gray-light-fx);border:1px solid var(--color-gray-mid-light)}
