.text-input {
    display:flex;
    align-items:center
}
.text-input input[type=email],.text-input input[type=number],.text-input input[type=text] {
    font-size:.75rem;
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1));
    border-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(186 186 186/var(--tw-border-opacity,1));
    height:21px;
    padding:0 6px;
    width:100%;
    box-sizing:border-box;
    box-shadow:none
}
.text-input input[type=email]:focus,.text-input input[type=email]:hover,.text-input input[type=number]:focus,.text-input input[type=number]:hover,.text-input input[type=text]:focus,.text-input input[type=text]:hover {
    box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.15)
}
.text-input input[type=email]:focus,.text-input input[type=number]:focus,.text-input input[type=text]:focus {
    outline:none;
    border-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.text-input [type=number]::-webkit-inner-spin-button,.text-input [type=number]::-webkit-outer-spin-button {
    -webkit-appearance:none;
    margin:0
}
@media (max-width:599px) {
    .text-input input[type=email],.text-input input[type=number],.text-input input[type=search],.text-input input[type=text] {
        font-size:1rem
    }
}
.chartContainer {
    display:block;
    font-family:Roboto,Helvetica,sans-serif;
    font-size:12px;
    position:relative
}
.sharing .ciq-no-share {
    display:none!important
}
.stx-canvas-shim {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:0
}
[dir=ltr] .stx-canvas-shim {
    left:0
}
[dir=rtl] .stx-canvas-shim {
    right:0
}
.stx-btn {
    display:inline-block;
    cursor:pointer;
    padding:0 8px;
    border:1px solid #ddd;
    font-weight:700;
    line-height:27px;
    color:#7e7e7e;
    text-align:center;
    overflow:visible;
    background-repeat:no-repeat;
    border-radius:3px;
    transition:color .25s,border .25s,box-shadow .25s;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.stx-btn:active {
    color:#333;
    box-shadow:inset 0 8px 6px hsla(0,0%,39%,.03)
}
.stx-btn-panel,.stx-btn-panel span {
    display:inline-block;
    width:25px;
    height:25px;
    cursor:pointer;
    transition:transform .2s
}
.stx-btn-panel {
    margin:3px 2px
}
.stx-btn-panel:active span {
    opacity:1
}
.stx-btn-panel:active {
    transform:scale(1.2)
}
.stx-btn-panel span {
    background-image:url(/_next/static/media/stx-sprite-panels.79a4c819.svg);
    opacity:.6;
    transition:opacity .2s
}
[dir=ltr] .stx-btn-panel>span.stx-ico-up {
    background-position:-150px -25px
}
[dir=rtl] .stx-btn-panel>span.stx-ico-up {
    background-position:right -150px top -25px
}
[dir=ltr] .stx-btn-panel>span.stx-ico-down {
    background-position:-200px -25px
}
[dir=rtl] .stx-btn-panel>span.stx-ico-down {
    background-position:right -200px top -25px
}
[dir=ltr] .stx-btn-panel>span.stx-ico-close {
    background-position:-250px -25px
}
[dir=rtl] .stx-btn-panel>span.stx-ico-close {
    background-position:right -250px top -25px
}
[dir=ltr] .stx-btn-panel>span.stx-ico-edit {
    background-position:-300px -25px
}
[dir=rtl] .stx-btn-panel>span.stx-ico-edit {
    background-position:right -300px top -25px
}
[dir=ltr] .stx-btn-panel>span.stx-ico-focus {
    background-position:-350px -25px
}
[dir=rtl] .stx-btn-panel>span.stx-ico-focus {
    background-position:right -350px top -25px
}
.stx_chart_controls {
    position:absolute;
    display:block;
    bottom:60px;
    height:25px;
    margin-bottom:0;
    width:auto;
    text-align:center;
    z-index:30
}
[dir=ltr] .stx_chart_controls {
    left:50%;
    transform:translateX(calc(-50% - .5px))
}
[dir=rtl] .stx_chart_controls {
    right:50%;
    transform:translateX(calc(-1*(-50% - .5px)))
}
.chartSize,.chartSize span {
    height:25px;
    display:inline-block;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.chartSize {
    margin:0 auto;
    position:relative;
    border-radius:3px;
    background:hsla(0,0%,98%,.8);
    box-shadow:0 1px 1px rgba(0,0,0,.2);
    transform-origin:bottom center;
    transform:scale(1.15);
    transition:transform .35s cubic-bezier(.77,0,.175,1),opacity .35s linear
}
.chartSize span:after {
    content:"";
    display:block;
    position:relative;
    top:10%;
    width:1px;
    height:80%;
    background:rgba(0,0,0,.2)
}
[dir=ltr] .chartSize span:after {
    float:right
}
[dir=rtl] .chartSize span:after {
    float:left
}
.chartSize span {
    background-image:url(/_next/static/media/stx-sprite-panels.79a4c819.svg);
    width:35px;
    cursor:pointer;
    transition:opacity .25s,transform .2s;
    opacity:.6
}
.chartSize .stx-zoom-out {
    border-radius:0
}
[dir=ltr] .chartSize .stx-zoom-out {
    background-position:-45px -25px
}
[dir=rtl] .chartSize .stx-zoom-out {
    background-position:right -45px top -25px
}
.chartSize .stx-zoom-in {
    border-radius:0
}
[dir=ltr] .chartSize .stx-zoom-in {
    background-position:-95px -25px
}
[dir=rtl] .chartSize .stx-zoom-in {
    background-position:right -95px top -25px
}
.chartSize .stx-chart-control-button {
    position:relative;
    background:#ccc 50% no-repeat;
    background-size:contain;
    height:25px;
    box-sizing:border-box;
    transition:none
}
.chartSize .stx-chart-control-button.active {
    border-bottom:3px solid #398dff;
    height:22px;
    margin-bottom:0
}
.chartSize span.stx-chart-control-button:active {
    transform:scale(1)
}
.chartSize .stx-smart-zoom {
    background:url(/_next/static/media/smart-zoom.19e71b28.svg) 50% no-repeat;
    background-size:contain
}
.chartSize .stx-full-screen {
    background:url(/_next/static/media/full-screen.1ef852b6.svg) 50% no-repeat;
    background-size:19px;
    background-position:50% calc(50% + 1px)
}
.chartSize span:active,.stx_jump_today:active {
    opacity:1
}
.chartSize span:active {
    transform:scale(1.2)
}
[interactable]:not([last-interaction=touch]) .chartSize span:hover {
    opacity:1
}
.stx_chart_controls .stx-tooltip {
    position:absolute;
    display:block;
    opacity:0;
    top:50%;
    width:auto;
    height:auto;
    padding:3px;
    min-width:44px;
    text-align:center;
    font-weight:400;
    font-size:10px;
    background:#398dff;
    color:#f8f8f8;
    border:1px solid #e4e4e4;
    border-radius:1px;
    z-index:4
}
[dir=ltr] .stx_chart_controls .stx-tooltip {
    left:50%;
    transform:translate(-50%) scale(.86)
}
[dir=rtl] .stx_chart_controls .stx-tooltip {
    right:50%;
    transform:translate(50%) scale(.86)
}
[interactable]:not([last-interaction=touch]) .stx_chart_controls :hover>.stx-tooltip {
    top:110%;
    opacity:1;
    transition:opacity .1s .1s,top .5s .1s
}
.stx_notification_tray {
    cursor:pointer;
    position:absolute;
    z-index:30;
    background:#fafafa;
    border-radius:3px
}
[dir=ltr] .stx_notification_tray {
    right:70px
}
[dir=rtl] .stx_notification_tray {
    left:70px
}
.stx_notification_tray div {
    box-sizing:content-box;
    position:relative;
    text-align:end
}
.stx_notification_tray div,.stx_notification_tray div>* {
    height:16px;
    padding:4px;
    margin-bottom:1px
}
.stx_jump_today {
    color:#fff;
    overflow:hidden;
    position:absolute;
    bottom:12px;
    line-height:0px;
    height:25px;
    width:30px;
    padding:0;
    border-radius:3px;
    background:#fafafa;
    box-shadow:0 1px 1px rgba(0,0,0,.2);
    transition:background .25s;
    cursor:pointer;
    z-index:30
}
[dir=ltr] .stx_jump_today {
    right:10px
}
[dir=rtl] .stx_jump_today {
    left:10px
}
.stx_jump_today span {
    background-image:url(/_next/static/media/stx-sprite-panels.79a4c819.svg);
    background-repeat:no-repeat;
    display:inline-block;
    line-height:25px;
    height:25px;
    width:30px;
    padding-top:25px;
    transition:opacity .25s,transform .2s;
    opacity:.6
}
[dir=ltr] .stx_jump_today span {
    background-position:-448px -25px
}
[dir=rtl] .stx_jump_today span {
    background-position:right -448px top -25px
}
[interactable]:not([last-interaction=touch]) .stx_jump_today:hover span {
    opacity:1
}
cq-translate {
    pointer-events:none
}
.stx-baseline-handle {
    background-image:url(/_next/static/media/stx-sprite-ui.a6a97145.svg);
    display:none;
    height:25px;
    position:absolute;
    width:25px;
    z-index:30;
    background-color:#eee;
    border:1px solid #999;
    border-radius:5px;
    transform:scale(.75);
    box-sizing:border-box
}
[dir=ltr] .stx-baseline-handle {
    background-position:-770px -26px
}
[dir=rtl] .stx-baseline-handle {
    background-position:right -770px top -26px
}
.stx-baseline-handle:active,.stx-baseline-handle:hover {
    transform:scale(1)
}
.stx_anchor_handle {
    width:5px;
    position:absolute;
    z-index:30;
    background-color:#398dff;
    border-radius:6px;
    cursor:ew-resize
}
[dir=ltr] .stx_anchor_handle {
    border-left-color:#888
}
[dir=rtl] .stx_anchor_handle {
    border-right-color:#888
}
.stx-baseline-handle.stx-grab,.stx-baseline-handle:active {
    opacity:1
}
.stx-drag-chart {
    cursor:url(/_next/static/media/closedhand.715fe9a0.cur),default!important
}
.stx-ico-handle {
    position:absolute;
    height:6px;
    width:100%;
    overflow:hidden;
    cursor:url(/_next/static/media/vertical.19e52910.cur),ns-resize;
    z-index:30
}
[dir=ltr] .stx-ico-handle {
    left:0
}
[dir=rtl] .stx-ico-handle {
    right:0
}
.stx-ico-handle:active {
    cursor:url(/_next/static/media/vertical.19e52910.cur),ns-resize
}
.stx-panel-control {
    position:absolute;
    top:10px;
    overflow:hidden;
    z-index:30;
    display:none
}
[dir=ltr] .stx-panel-control {
    left:0
}
[dir=rtl] .stx-panel-control {
    right:0
}
.stx-panel-control * {
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.stx-panel-control.stx-show {
    display:inline-block
}
.stx-panel-control.stx-show .stx-btn-panel {
    display:none
}
.stx-panel-control.stx-show .stx-btn-panel.stx-show {
    display:inline
}
.stx-panel-title {
    margin:2px 10px 5px;
    color:#333;
    padding:0 10px;
    line-height:22px;
    font-size:12px;
    text-transform:uppercase;
    box-shadow:0 1px 1px rgba(0,0,0,.2)
}
[dir=ltr] .stx-panel-title {
    float:left;
    text-align:left
}
[dir=rtl] .stx-panel-title {
    float:right;
    text-align:right
}
[dir=ltr] .stx-panel-control .stx-btn {
    float:left
}
[dir=rtl] .stx-panel-control .stx-btn {
    float:right
}
.stx-panel-control .stx-panel-legend {
    display:none
}
.stx-panel-legend .stx-panel-control .stx-panel-legend {
    display:inline-block;
    vertical-align:top;
    width:154px
}
.mSticky {
    display:none;
    background:#efefef;
    border:1px solid #ddd;
    border-radius:3px;
    color:#666;
    font-size:11px;
    white-space:nowrap;
    z-index:40
}
.mSticky.hide {
    padding:0;
    border:none
}
.mSticky,.overlayEdit,.overlayText,.overlayTrashCan,.vectorTrashCan {
    position:absolute;
    z-index:40
}
#sMeasure,.mStickyInterior {
    margin:0;
    padding:5px 10px
}
[dir=ltr] #sMeasure,[dir=ltr] .mStickyInterior {
    float:left
}
[dir=rtl] #sMeasure,[dir=rtl] .mStickyInterior {
    float:right
}
.overlayEdit.stx-btn,.overlayText.stx-btn,.overlayTrashCan.stx-btn,.vectorTrashCan.stx-btn {
    background:#efefef;
    cursor:pointer;
    display:inline-block;
    text-align:center;
    width:23px;
    height:23px;
    padding:0;
    border:1px solid #ddd
}
[dir=ltr] .overlayEdit.stx-btn,[dir=ltr] .overlayText.stx-btn,[dir=ltr] .overlayTrashCan.stx-btn,[dir=ltr] .vectorTrashCan.stx-btn {
    margin:0 0 0 18px
}
[dir=rtl] .overlayEdit.stx-btn,[dir=rtl] .overlayText.stx-btn,[dir=rtl] .overlayTrashCan.stx-btn,[dir=rtl] .vectorTrashCan.stx-btn {
    margin:0 18px 0 0
}
.overlayEdit.stx-btn span,.overlayText.stx-btn span,.overlayTrashCan.stx-btn span,.vectorTrashCan.stx-btn span {
    display:block;
    margin:0;
    width:23px;
    height:25px;
    overflow:hidden;
    text-indent:100px;
    background:transparent;
    background-image:url(/_next/static/media/stx-sprite-panels.79a4c819.svg)
}
[dir=ltr] .overlayEdit.stx-btn span,[dir=ltr] .overlayText.stx-btn span,[dir=ltr] .overlayTrashCan.stx-btn span,[dir=ltr] .vectorTrashCan.stx-btn span {
    background-position:-400px -26px
}
[dir=rtl] .overlayEdit.stx-btn span,[dir=rtl] .overlayText.stx-btn span,[dir=rtl] .overlayTrashCan.stx-btn span,[dir=rtl] .vectorTrashCan.stx-btn span {
    background-position:right -400px top -26px
}
.overlayEdit {
    opacity:0
}
[dir=ltr] .overlayTrashCan {
    margin-left:5px
}
[dir=rtl] .overlayTrashCan {
    margin-right:5px
}
.customInstructions,.mouseDeleteInstructions,.stickyLongPressText {
    margin:0;
    display:block;
    clear:both;
    font-size:xx-small
}
.dragAnchorText,.mouseDeleteText,.mouseManageText {
    display:none
}
.customInstructions .dragAnchorText,.rightclick_drawing .mouseDeleteText,.rightclick_series .mouseDeleteText,.rightclick_study .mouseDeleteText {
    display:inline
}
.stx-loader {
    position:absolute;
    top:280px;
    width:40px;
    height:40px;
    z-index:50
}
[dir=ltr] .stx-loader {
    left:50%;
    margin-left:-20px
}
[dir=rtl] .stx-loader {
    right:50%;
    margin-right:-20px
}
.stx_drag_ok,.stx_draw_ok {
    position:absolute;
    z-index:40;
    background-color:hsla(0,0%,100%,.5);
    display:none;
    vertical-align:top;
    padding:3px 3px 0;
    border-radius:10px;
    border:1px solid rgba(0,0,0,.2)
}
.stx_drag_ok .field,.stx_draw_ok .field {
    white-space:nowrap;
    color:#000
}
[dir=ltr] .stx_drag_ok .field,[dir=ltr] .stx_draw_ok .field {
    padding-left:3px;
    float:right
}
[dir=rtl] .stx_drag_ok .field,[dir=rtl] .stx_draw_ok .field {
    padding-right:3px;
    float:left
}
.stx_drag_ok .icon,.stx_draw_ok .icon {
    margin-bottom:.5em;
    margin-top:0;
    background-color:#fff;
    border:1px solid #5cb85c;
    box-sizing:content-box;
    color:#5cb85c;
    border-radius:50%;
    width:1em;
    height:1em
}
[dir=ltr] .stx_drag_ok .icon,[dir=ltr] .stx_draw_ok .icon {
    float:left
}
[dir=rtl] .stx_drag_ok .icon,[dir=rtl] .stx_draw_ok .icon {
    float:right
}
.stx_drag_ok .icon:after,.stx_draw_ok .icon:after {
    animation-duration:1.5s;
    animation-timing-function:ease;
    animation-name:checkmark;
    opacity:1;
    height:.5em;
    width:.25em;
    border-top:2px solid #5cb85c;
    content:"";
    top:.8em;
    position:absolute
}
[dir=ltr] .stx_drag_ok .icon:after,[dir=ltr] .stx_draw_ok .icon:after {
    transform:scaleX(-1) rotate(135deg);
    transform-origin:left top;
    border-right:2px solid #5cb85c;
    left:.4em
}
[dir=rtl] .stx_drag_ok .icon:after,[dir=rtl] .stx_draw_ok .icon:after {
    transform:scaleX(-1) rotate(-135deg);
    transform-origin:right top;
    border-left:2px solid #5cb85c;
    right:.4em
}
@keyframes checkmark {
    0% {
        height:0;
        width:0;
        opacity:1
    }
    20% {
        height:0;
        width:.25em;
        opacity:1
    }
    40% {
        height:.5em;
        width:.25em;
        opacity:1
    }
    to {
        height:.5em;
        width:.25em;
        opacity:1
    }
}
.stx-draggable {
    cursor:grab
}
.stx-draggable.stx-drag-series {
    cursor:url(/_next/static/media/all-directional.bd22b261.cur),move!important
}
.stx-draggable.stx-drag-axis {
    cursor:url(/_next/static/media/horizontal.f5227ab3.cur),ew-resize!important
}
.stx_current_hr_up {
    background-color:#8cc176;
    color:#fff
}
.stx_current_hr_down {
    background-color:#b82c0c;
    color:#fff
}
.stx_xaxis {
    font-size:12px;
    font-family:Helvetica,sans-serif;
    color:#666
}
.stx_xaxis_dark {
    color:#444
}
.stx_yaxis {
    font-size:12px;
    font-family:Helvetica,sans-serif;
    color:#333
}
.stx-float-date {
    position:absolute;
    font-size:10px;
    font-family:Helvetica,sans-serif;
    z-index:30;
    border-radius:3px;
    padding:1px 6px;
    text-align:center;
    width:70px
}
.stx-float-date,.stx-float-price {
    color:#fff;
    background-color:#333
}
.stx_crosshair {
    position:absolute;
    z-index:10;
    background-color:#999
}
.stx_crosshair_drawing {
    position:absolute;
    z-index:10;
    background-color:#333
}
.crossY,.stx_crosshair_y {
    height:1px;
    width:98%;
    margin-top:-1px
}
[dir=ltr] .crossY,[dir=ltr] .stx_crosshair_y {
    left:0
}
[dir=rtl] .crossY,[dir=rtl] .stx_crosshair_y {
    right:0
}
.crossX,.stx_crosshair_x {
    top:0;
    width:1px;
    height:100%
}
.stx-crosshair-on {
    cursor:crosshair
}
.stx_panels {
    font-family:Helvetica,sans-serif;
    font-size:10px;
    color:#fff
}
.stx_panel_background {
    color:#7c878b
}
.stx_panel_border {
    width:1px;
    color:#ccc
}
.stx_panel_drag {
    width:2px;
    color:#666
}
.stx_solo_lit span {
    background-color:#b1b7b8;
    color:#fff;
    opacity:1
}
.stx_grid {
    color:#efefef;
    opacity:1;
    border-style:solid
}
.stx_grid_dark {
    color:#ccc;
    opacity:.9;
    border-style:solid
}
.stx_grid_border {
    color:#999;
    border-style:solid
}
.stx_line_chart,.stx_line_down,.stx_line_up {
    width:1px;
    border-top-style:solid
}
.stx_bar_chart,.stx_bar_down,.stx_bar_even,.stx_bar_up {
    width:1px
}
.stx_bar_chart,.stx_line_chart {
    color:#000
}
.stx_bar_down {
    color:#b82c0c
}
.stx_bar_up {
    color:#8cc176
}
.stx_baseline_delta_mountain {
    padding:3px
}
.stx_baseline_delta_mountain,.stx_colored_mountain_chart {
    background-color:rgba(163,102,255,.5);
    color:rgba(163,102,255,.01);
    border:transparent
}
.stx_colored_mountain_chart {
    width:2px;
    padding:4px
}
.stx_mountain_chart {
    background-color:rgba(102,202,196,.5);
    color:rgba(102,202,196,.01);
    border:#66cac4;
    width:1px
}
.stx_histogram_down {
    color:#b82c0c
}
[dir=ltr] .stx_histogram_down {
    border-left-color:#000
}
[dir=rtl] .stx_histogram_down {
    border-right-color:#000
}
.stx_histogram_up {
    color:#8cc176
}
[dir=ltr] .stx_histogram_up {
    border-left-color:#000
}
[dir=rtl] .stx_histogram_up {
    border-right-color:#000
}
.stx_histogram_even {
    color:#999
}
[dir=ltr] .stx_histogram_even {
    border-left-color:#000
}
[dir=rtl] .stx_histogram_even {
    border-right-color:#000
}
.stx_highlight_vector {
    color:red;
    width:3px
}
.stx_bar_even,.stx_candle_shadow {
    color:#2e383b
}
.stx_candle_down,.stx_line_down {
    color:#b82c0c
}
[dir=ltr] .stx_candle_down,[dir=ltr] .stx_line_down {
    border-left-color:#000
}
[dir=rtl] .stx_candle_down,[dir=rtl] .stx_line_down {
    border-right-color:#000
}
.stx_candle_up,.stx_line_up {
    color:#8cc176
}
[dir=ltr] .stx_candle_up,[dir=ltr] .stx_line_up {
    border-left-color:#000
}
[dir=rtl] .stx_candle_up,[dir=rtl] .stx_line_up {
    border-right-color:#000
}
.stx_hollow_candle_down {
    color:#b82c0c
}
.stx_hollow_candle_up {
    color:#8cc176
}
.stx_hollow_candle_even {
    color:#888
}
.stx_baseline {
    color:#2e383b;
    width:2px
}
.stx_baseline_down {
    color:#eb242b;
    width:2px
}
.stx_baseline_up {
    color:#49ba59;
    width:2px
}
.stx_channel_down {
    color:rgba(235,36,43,.25)
}
.stx_channel_up {
    color:rgba(73,186,89,.25)
}
.stx_hlcbox_chart {
    color:aqua;
    background-color:blue
}
[dir=ltr] .stx_hlcbox_chart {
    border-left-color:blue
}
[dir=rtl] .stx_hlcbox_chart {
    border-right-color:blue
}
.stx_kagi_down {
    color:red;
    width:1px
}
.stx_kagi_up {
    color:lime;
    width:3px
}
.stx_pandf_down {
    color:red;
    padding:2px 0;
    width:2px
}
.stx_pandf_up {
    color:lime;
    padding:2px 0;
    width:2px
}
.stx_volume_up {
    color:#8cc176;
    border:#000
}
.stx_volume_down {
    color:#b82c0c;
    border:#000
}
.stx_volume_underlay_up {
    color:#8cc176;
    opacity:.6
}
[dir=ltr] .stx_volume_underlay_up {
    border-left-color:#000
}
[dir=rtl] .stx_volume_underlay_up {
    border-right-color:#000
}
.stx_volume_underlay_down {
    color:#b82d0c;
    opacity:.6
}
[dir=ltr] .stx_volume_underlay_down {
    border-left-color:#000
}
[dir=rtl] .stx_volume_underlay_down {
    border-right-color:#000
}
.stx_volume_profile {
    opacity:.3;
    border-color:#000
}
.stx_projection_new {
    color:blue
}
.stx_gaps {
    color:#b1b7b8;
    opacity:.3
}
.stx_histogram {
    color:#000;
    opacity:.2
}
.stx_annotation {
    padding:0;
    font-size:12px;
    font-family:Helvetica,sans-serif;
    background:transparent;
    border:none;
    box-shadow:none;
    outline:none;
    color:#333;
    resize:none;
    z-index:1000
}
.stx_annotation_bg {
    color:#f5f5f5
}
.stx_annotation_highlight {
    color:#fff
}
.stx_annotation_highlight_bg {
    color:#3d4447
}
.stx-btn.stx_annotation_cancel,.stx-btn.stx_annotation_save {
    position:absolute;
    display:none;
    width:25px;
    height:25px;
    cursor:pointer;
    opacity:.8;
    z-index:50
}
.stx-btn.stx_annotation_save {
    background-image:url(/_next/static/media/stx-sprite-ui.a6a97145.svg)
}
[dir=ltr] .stx-btn.stx_annotation_save {
    background-position:-573px -50px
}
[dir=rtl] .stx-btn.stx_annotation_save {
    background-position:right -573px top -50px
}
.stx-btn.stx_annotation_cancel {
    background-image:url(/_next/static/media/stx-sprite-ui.a6a97145.svg)
}
[dir=ltr] .stx-btn.stx_annotation_cancel {
    background-position:-523px -77px
}
[dir=rtl] .stx-btn.stx_annotation_cancel {
    background-position:right -523px top -77px
}
.stx-btn.stx_annotation_cancel:hover,.stx-btn.stx_annotation_save:hover {
    opacity:1
}
.stx_watermark {
    font-size:16px
}
.stx_fib_levels,.stx_watermark {
    font-family:Helvetica,sans-serif
}
.stx_fib_levels {
    font-size:12px;
    color:transparent
}
.stx_share {
    font-size:14px;
    font-family:Georgia,Times New Roman,serif;
    color:#000;
    width:1px
}
.stx_share_symbol {
    font-size:14px;
    font-family:Arial,sans-serif;
    font-weight:700
}
.stx-holder {
    display:block;
    z-index:20
}
.stx-holder,.stx-subholder {
    position:absolute;
    overflow:hidden
}
.stx-subholder {
    box-sizing:border-box;
    border:5px #398bff
}
.stx-subholder.dropzone.all {
    border-style:solid
}
.stx-subholder.dropzone.top {
    border-top-style:solid
}
.stx-subholder.dropzone.bottom {
    border-bottom-style:solid
}
[dir=ltr] .stx-subholder.dropzone.left {
    border-left-style:solid
}
[dir=ltr] .stx-subholder.dropzone.right,[dir=rtl] .stx-subholder.dropzone.left {
    border-right-style:solid
}
[dir=rtl] .stx-subholder.dropzone.right {
    border-left-style:solid
}
.stx_market_session.divider {
    background-color:rgba(0,255,0,.8);
    width:1px
}
.stx_market_session.pre {
    background-color:rgba(255,255,0,.1)
}
.stx_market_session.post {
    background-color:rgba(0,0,255,.2)
}
stx-hu-tooltip {
    display:none
}
.hu-tooltip {
    position:absolute;
    z-index:30;
    white-space:nowrap;
    padding:6px;
    border:2px solid #4ea1fe;
    background-color:hsla(0,0%,100%,.9);
    color:#000;
    font-size:14px
}
[dir=ltr] .hu-tooltip {
    left:-50000px
}
[dir=rtl] .hu-tooltip {
    right:-50000px
}
.hu-tooltip caption {
    height:0;
    opacity:0
}
.hu-tooltip .hu-tooltip-sr-only {
    opacity:0;
    font-size:0
}
.hu-tooltip [hu-tooltip-field]:first-of-type * {
    padding-top:5px
}
.hu-tooltip [hu-tooltip-field]:last-of-type * {
    padding-bottom:5px
}
.hu-tooltip .hu-tooltip-name {
    padding:0 5px;
    font-weight:700
}
[dir=ltr] .hu-tooltip .hu-tooltip-name {
    text-align:left
}
[dir=rtl] .hu-tooltip .hu-tooltip-name {
    text-align:right
}
.hu-tooltip .hu-tooltip-name:after {
    content:":"
}
.hu-tooltip .hu-tooltip-value {
    padding:0 5px
}
[dir=ltr] .hu-tooltip .hu-tooltip-value {
    text-align:right
}
[dir=rtl] .hu-tooltip .hu-tooltip-value {
    text-align:left
}
.hu-tooltip-highlight {
    position:absolute;
    height:100%;
    z-index:10;
    background-color:hsla(0,0%,75%,.2)
}
*,:after,:before {
    --tw-border-spacing-x:0;
    --tw-border-spacing-y:0;
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness:proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width:0px;
    --tw-ring-offset-color:#fff;
    --tw-ring-color:rgba(59,130,246,.5);
    --tw-ring-offset-shadow:0 0 #0000;
    --tw-ring-shadow:0 0 #0000;
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}
::backdrop {
    --tw-border-spacing-x:0;
    --tw-border-spacing-y:0;
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness:proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width:0px;
    --tw-ring-offset-color:#fff;
    --tw-ring-color:rgba(59,130,246,.5);
    --tw-ring-offset-shadow:0 0 #0000;
    --tw-ring-shadow:0 0 #0000;
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}
/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/*,:after,:before {
    box-sizing:border-box;
    border:0 solid #e5e7eb
}
:after,:before {
    --tw-content:""
}
:host,html {
    line-height:1.5;
    -webkit-text-size-adjust:100%;
    -moz-tab-size:4;
    -o-tab-size:4;
    tab-size:4;
    font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-feature-settings:normal;
    font-variation-settings:normal;
    -webkit-tap-highlight-color:transparent
}
body {
    margin:0;
    line-height:inherit
}
hr {
    height:0;
    color:inherit;
    border-top-width:1px
}
abbr:where([title]) {
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
h1,h2,h3,h4,h5,h6 {
    font-size:inherit;
    font-weight:inherit
}
a {
    color:inherit;
    text-decoration:inherit
}
b,strong {
    font-weight:bolder
}
code,kbd,pre,samp {
    font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-feature-settings:normal;
    font-variation-settings:normal;
    font-size:1em
}
small {
    font-size:80%
}
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub {
    bottom:-.25em
}
sup {
    top:-.5em
}
table {
    text-indent:0;
    border-color:inherit;
    border-collapse:collapse
}
button,input,optgroup,select,textarea {
    font-family:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    font-size:100%;
    font-weight:inherit;
    line-height:inherit;
    letter-spacing:inherit;
    color:inherit;
    margin:0;
    padding:0
}
button,select {
    text-transform:none
}
button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
    -webkit-appearance:button;
    background-color:transparent;
    background-image:none
}
:-moz-focusring {
    outline:auto
}
:-moz-ui-invalid {
    box-shadow:none
}
progress {
    vertical-align:baseline
}
::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height:auto
}
[type=search] {
    -webkit-appearance:textfield;
    outline-offset:-2px
}
::-webkit-search-decoration {
    -webkit-appearance:none
}
::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit
}
summary {
    display:list-item
}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin:0
}
fieldset {
    margin:0
}
fieldset,legend {
    padding:0
}
menu,ol,ul {
    list-style:none;
    margin:0;
    padding:0
}
dialog {
    padding:0
}
textarea {
    resize:vertical
}
input::-moz-placeholder,textarea::-moz-placeholder {
    opacity:1;
    color:#9ca3af
}
input::placeholder,textarea::placeholder {
    opacity:1;
    color:#9ca3af
}
[role=button],button {
    cursor:pointer
}
:disabled {
    cursor:default
}
audio,canvas,embed,iframe,img,object,svg,video {
    display:block;
    vertical-align:middle
}
img,video {
    max-width:100%;
    height:auto
}
[hidden]:where(:not([hidden=until-found])) {
    display:none
}
.\!container {
    width:100%!important
}
.container {
    width:100%
}
@media (min-width:320px) {
    .\!container {
        max-width:320px!important
    }
}
@media (min-width:600px) {
    .\!container {
        max-width:600px!important
    }
    .container {
        max-width:600px
    }
}
@media (min-width:970px) {
    .\!container {
        max-width:970px!important
    }
    .container {
        max-width:970px
    }
}
@media (min-width:1250px) {
    .\!container {
        max-width:1250px!important
    }
    .container {
        max-width:1250px
    }
}
@media (min-width:1280px) {
    .\!container {
        max-width:1280px!important
    }
    .container {
        max-width:1280px
    }
}
@media (min-width:1336px) {
    .\!container {
        max-width:1336px!important
    }
    .container {
        max-width:1336px
    }
}
@media (min-width:1440px) {
    .\!container {
        max-width:1440px!important
    }
    .container {
        max-width:1440px
    }
}
@media (min-width:1760px) {
    .\!container {
        max-width:1760px!important
    }
    .container {
        max-width:1760px
    }
}
@media (min-width:2040px) {
    .\!container {
        max-width:2040px!important
    }
    .container {
        max-width:2040px
    }
}
.prose {
    color:var(--tw-prose-body);
    max-width:65ch
}
.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:1.25em;
    margin-bottom:1.25em
}
.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-lead);
    font-size:1.25em;
    line-height:1.6;
    margin-top:1.2em;
    margin-bottom:1.2em
}
.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-links);
    text-decoration:underline;
    font-weight:500
}
.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-bold);
    font-weight:600
}
.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit
}
.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit
}
.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit
}
.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:decimal;
    margin-top:1.25em;
    margin-bottom:1.25em;
    padding-inline-start:1.625em
}
.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:upper-alpha
}
.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:lower-alpha
}
.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:upper-alpha
}
.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:lower-alpha
}
.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:upper-roman
}
.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:lower-roman
}
.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:upper-roman
}
.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:lower-roman
}
.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:decimal
}
.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type:disc;
    margin-top:1.25em;
    margin-bottom:1.25em;
    padding-inline-start:1.625em
}
.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
    font-weight:400;
    color:var(--tw-prose-counters)
}
.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
    color:var(--tw-prose-bullets)
}
.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-headings);
    font-weight:600;
    margin-top:1.25em
}
.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-color:var(--tw-prose-hr);
    border-top-width:1px;
    margin-top:3em;
    margin-bottom:3em
}
.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight:500;
    font-style:italic;
    color:var(--tw-prose-quotes);
    border-inline-start-width:.25rem;
    border-inline-start-color:var(--tw-prose-quote-borders);
    quotes:"\201C""\201D""\2018""\2019";
    margin-top:1.6em;
    margin-bottom:1.6em;
    padding-inline-start:1em
}
.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
    content:open-quote
}
.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
    content:close-quote
}
.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-headings);
    font-weight:800;
    font-size:2.25em;
    margin-top:0;
    margin-bottom:.8888889em;
    line-height:1.1111111
}
.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight:900;
    color:inherit
}
.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-headings);
    font-weight:700;
    font-size:1.5em;
    margin-top:2em;
    margin-bottom:1em;
    line-height:1.3333333
}
.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight:800;
    color:inherit
}
.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-headings);
    font-weight:600;
    font-size:1.25em;
    margin-top:1.6em;
    margin-bottom:.6em;
    line-height:1.6
}
.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight:700;
    color:inherit
}
.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-headings);
    font-weight:600;
    margin-top:1.5em;
    margin-bottom:.5em;
    line-height:1.5
}
.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight:700;
    color:inherit
}
.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:2em;
    margin-bottom:2em
}
.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
    display:block;
    margin-top:2em;
    margin-bottom:2em
}
.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:2em;
    margin-bottom:2em
}
.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight:500;
    font-family:inherit;
    color:var(--tw-prose-kbd);
    box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
    font-size:.875em;
    border-radius:.3125rem;
    padding-top:.1875em;
    padding-inline-end:.375em;
    padding-bottom:.1875em;
    padding-inline-start:.375em
}
.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-code);
    font-weight:600;
    font-size:.875em
}
.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
    content:"`"
}
.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
    content:"`"
}
.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit
}
.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit
}
.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit;
    font-size:.875em
}
.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit;
    font-size:.9em
}
.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit
}
.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit
}
.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:inherit
}
.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-pre-code);
    background-color:var(--tw-prose-pre-bg);
    overflow-x:auto;
    font-weight:400;
    font-size:.875em;
    line-height:1.7142857;
    margin-top:1.7142857em;
    margin-bottom:1.7142857em;
    border-radius:.375rem;
    padding-top:.8571429em;
    padding-inline-end:1.1428571em;
    padding-bottom:.8571429em;
    padding-inline-start:1.1428571em
}
.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    background-color:transparent;
    border-width:0;
    border-radius:0;
    padding:0;
    font-weight:inherit;
    color:inherit;
    font-size:inherit;
    font-family:inherit;
    line-height:inherit
}
.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
    content:none
}
.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
    content:none
}
.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
    width:100%;
    table-layout:auto;
    margin-top:2em;
    margin-bottom:2em;
    font-size:.875em;
    line-height:1.7142857
}
.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-bottom-width:1px;
    border-bottom-color:var(--tw-prose-th-borders)
}
.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-headings);
    font-weight:600;
    vertical-align:bottom;
    padding-inline-end:.5714286em;
    padding-bottom:.5714286em;
    padding-inline-start:.5714286em
}
.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-bottom-width:1px;
    border-bottom-color:var(--tw-prose-td-borders)
}
.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-bottom-width:0
}
.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    vertical-align:baseline
}
.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-top-width:1px;
    border-top-color:var(--tw-prose-th-borders)
}
.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    vertical-align:top
}
.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    text-align:start
}
.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:0;
    margin-bottom:0
}
.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color:var(--tw-prose-captions);
    font-size:.875em;
    line-height:1.4285714;
    margin-top:.8571429em
}
.prose {
    --tw-prose-body:#374151;
    --tw-prose-headings:#111827;
    --tw-prose-lead:#4b5563;
    --tw-prose-links:#111827;
    --tw-prose-bold:#111827;
    --tw-prose-counters:#6b7280;
    --tw-prose-bullets:#d1d5db;
    --tw-prose-hr:#e5e7eb;
    --tw-prose-quotes:#111827;
    --tw-prose-quote-borders:#e5e7eb;
    --tw-prose-captions:#6b7280;
    --tw-prose-kbd:#111827;
    --tw-prose-kbd-shadows:17 24 39;
    --tw-prose-code:#111827;
    --tw-prose-pre-code:#e5e7eb;
    --tw-prose-pre-bg:#1f2937;
    --tw-prose-th-borders:#d1d5db;
    --tw-prose-td-borders:#e5e7eb;
    --tw-prose-invert-body:#d1d5db;
    --tw-prose-invert-headings:#fff;
    --tw-prose-invert-lead:#9ca3af;
    --tw-prose-invert-links:#fff;
    --tw-prose-invert-bold:#fff;
    --tw-prose-invert-counters:#9ca3af;
    --tw-prose-invert-bullets:#4b5563;
    --tw-prose-invert-hr:#374151;
    --tw-prose-invert-quotes:#f3f4f6;
    --tw-prose-invert-quote-borders:#374151;
    --tw-prose-invert-captions:#9ca3af;
    --tw-prose-invert-kbd:#fff;
    --tw-prose-invert-kbd-shadows:255 255 255;
    --tw-prose-invert-code:#fff;
    --tw-prose-invert-pre-code:#d1d5db;
    --tw-prose-invert-pre-bg:rgba(0,0,0,.5);
    --tw-prose-invert-th-borders:#4b5563;
    --tw-prose-invert-td-borders:#374151;
    font-size:1rem;
    line-height:1.75
}
.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:0;
    margin-bottom:0
}
.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:.5em;
    margin-bottom:.5em
}
.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:.375em
}
.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:.375em
}
.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:.75em;
    margin-bottom:.75em
}
.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:1.25em
}
.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom:1.25em
}
.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:1.25em
}
.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom:1.25em
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:.75em;
    margin-bottom:.75em
}
.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:1.25em;
    margin-bottom:1.25em
}
.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:.5em;
    padding-inline-start:1.625em
}
.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:0
}
.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:0
}
.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:0
}
.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:0
}
.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:0
}
.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-end:0
}
.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-top:.5714286em;
    padding-inline-end:.5714286em;
    padding-bottom:.5714286em;
    padding-inline-start:.5714286em
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:0
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-end:0
}
.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:2em;
    margin-bottom:2em
}
.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top:0
}
.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom:0
}
.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border-width:0
}
.pointer-events-none {
    pointer-events:none
}
.\!visible {
    visibility:visible!important
}
.visible {
    visibility:visible
}
.\!invisible {
    visibility:hidden!important
}
.invisible {
    visibility:hidden
}
.collapse {
    visibility:collapse
}
.\!static {
    position:static!important
}
.static {
    position:static
}
.\!fixed {
    position:fixed!important
}
.fixed {
    position:fixed
}
.\!absolute {
    position:absolute!important
}
.absolute {
    position:absolute
}
.relative {
    position:relative
}
.\!sticky {
    position:sticky!important
}
.sticky {
    position:sticky
}
.inset-0 {
    inset:0
}
.inset-x-0 {
    left:0;
    right:0
}
[dir=ltr] .\!-left-\[150px\] {
    left:-150px!important
}
[dir=rtl] .\!-left-\[150px\] {
    right:-150px!important
}
.\!-top-\[11px\] {
    top:-11px!important
}
.\!-top-\[400px\] {
    top:-400px!important
}
.\!bottom-10 {
    bottom:2.5rem!important
}
.\!bottom-\[101px\] {
    bottom:101px!important
}
.\!bottom-\[19px\] {
    bottom:19px!important
}
.\!bottom-\[21\.5px\] {
    bottom:21.5px!important
}
.\!bottom-\[31px\] {
    bottom:31px!important
}
.\!bottom-\[36px\] {
    bottom:36px!important
}
.\!bottom-\[45px\] {
    bottom:45px!important
}
.\!bottom-\[65px\] {
    bottom:65px!important
}
.\!bottom-\[calc\(100\%-1px\)\] {
    bottom:calc(100% - 1px)!important
}
[dir=ltr] .\!left-3 {
    left:.75rem!important
}
[dir=rtl] .\!left-3 {
    right:.75rem!important
}
[dir=ltr] .\!left-3\.5 {
    left:.875rem!important
}
[dir=rtl] .\!left-3\.5 {
    right:.875rem!important
}
[dir=ltr] .\!left-\[-109px\] {
    left:-109px!important
}
[dir=rtl] .\!left-\[-109px\] {
    right:-109px!important
}
[dir=ltr] .\!left-\[-130px\] {
    left:-130px!important
}
[dir=rtl] .\!left-\[-130px\] {
    right:-130px!important
}
[dir=ltr] .\!left-\[100px\] {
    left:100px!important
}
[dir=rtl] .\!left-\[100px\] {
    right:100px!important
}
[dir=ltr] .\!left-\[10px\] {
    left:10px!important
}
[dir=rtl] .\!left-\[10px\] {
    right:10px!important
}
[dir=ltr] .\!left-\[15px\] {
    left:15px!important
}
[dir=rtl] .\!left-\[15px\] {
    right:15px!important
}
[dir=ltr] .\!left-\[36\.5px\] {
    left:36.5px!important
}
[dir=rtl] .\!left-\[36\.5px\] {
    right:36.5px!important
}
[dir=ltr] .\!left-\[37px\] {
    left:37px!important
}
[dir=rtl] .\!left-\[37px\] {
    right:37px!important
}
[dir=ltr] .\!left-\[39\.5px\] {
    left:39.5px!important
}
[dir=rtl] .\!left-\[39\.5px\] {
    right:39.5px!important
}
[dir=ltr] .\!left-\[3px\] {
    left:3px!important
}
[dir=rtl] .\!left-\[3px\] {
    right:3px!important
}
[dir=ltr] .\!left-\[41px\] {
    left:41px!important
}
[dir=rtl] .\!left-\[41px\] {
    right:41px!important
}
[dir=ltr] .\!left-\[44px\] {
    left:44px!important
}
[dir=rtl] .\!left-\[44px\] {
    right:44px!important
}
[dir=ltr] .\!left-\[47px\] {
    left:47px!important
}
[dir=rtl] .\!left-\[47px\] {
    right:47px!important
}
[dir=ltr] .\!left-\[64\.5px\] {
    left:64.5px!important
}
[dir=rtl] .\!left-\[64\.5px\] {
    right:64.5px!important
}
[dir=ltr] .\!left-\[67px\] {
    left:67px!important
}
[dir=rtl] .\!left-\[67px\] {
    right:67px!important
}
[dir=ltr] .\!left-\[98px\] {
    left:98px!important
}
[dir=rtl] .\!left-\[98px\] {
    right:98px!important
}
[dir=ltr] .\!left-\[9px\] {
    left:9px!important
}
[dir=rtl] .\!left-\[9px\] {
    right:9px!important
}
[dir=ltr] .\!left-\[calc\(100\%-2px\)\] {
    left:calc(100% - 2px)!important
}
[dir=rtl] .\!left-\[calc\(100\%-2px\)\] {
    right:calc(100% - 2px)!important
}
[dir=ltr] .\!right-3\.5 {
    right:.875rem!important
}
[dir=rtl] .\!right-3\.5 {
    left:.875rem!important
}
[dir=ltr] .\!right-\[38px\] {
    right:38px!important
}
[dir=rtl] .\!right-\[38px\] {
    left:38px!important
}
[dir=ltr] .\!right-\[calc\(100\%-2px\)\] {
    right:calc(100% - 2px)!important
}
[dir=rtl] .\!right-\[calc\(100\%-2px\)\] {
    left:calc(100% - 2px)!important
}
[dir=ltr] .\!right-auto {
    right:auto!important
}
[dir=rtl] .\!right-auto {
    left:auto!important
}
.\!top-0 {
    top:0!important
}
.\!top-2\.5 {
    top:.625rem!important
}
.\!top-\[10px\] {
    top:10px!important
}
.\!top-\[113px\] {
    top:113px!important
}
.\!top-\[15px\] {
    top:15px!important
}
.\!top-\[37px\] {
    top:37px!important
}
.\!top-\[3px\] {
    top:3px!important
}
.\!top-\[44px\] {
    top:44px!important
}
.\!top-\[56px\] {
    top:56px!important
}
.\!top-\[58px\] {
    top:58px!important
}
.\!top-\[84px\] {
    top:84px!important
}
.\!top-\[9px\] {
    top:9px!important
}
.\!top-\[calc\(100\%-1px\)\] {
    top:calc(100% - 1px)!important
}
.\!top-auto {
    top:auto!important
}
.-bottom-px {
    bottom:-1px
}
[dir=ltr] .-left-0\.5 {
    left:-.125rem
}
[dir=rtl] .-left-0\.5 {
    right:-.125rem
}
[dir=ltr] .-left-16 {
    left:-4rem
}
[dir=rtl] .-left-16 {
    right:-4rem
}
[dir=ltr] .-left-2 {
    left:-.5rem
}
[dir=rtl] .-left-2 {
    right:-.5rem
}
[dir=ltr] .-left-4 {
    left:-1rem
}
[dir=rtl] .-left-4 {
    right:-1rem
}
[dir=ltr] .-left-44 {
    left:-11rem
}
[dir=rtl] .-left-44 {
    right:-11rem
}
[dir=ltr] .-right-1\/2 {
    right:-50%
}
[dir=rtl] .-right-1\/2 {
    left:-50%
}
[dir=ltr] .-right-2\.5 {
    right:-.625rem
}
[dir=rtl] .-right-2\.5 {
    left:-.625rem
}
[dir=ltr] .-right-5 {
    right:-1.25rem
}
[dir=rtl] .-right-5 {
    left:-1.25rem
}
[dir=ltr] .-right-\[18px\] {
    right:-18px
}
[dir=rtl] .-right-\[18px\] {
    left:-18px
}
[dir=ltr] .-right-\[30px\] {
    right:-30px
}
[dir=rtl] .-right-\[30px\] {
    left:-30px
}
.-top-2\.5 {
    top:-.625rem
}
.-top-6 {
    top:-1.5rem
}
.-top-8 {
    top:-2rem
}
.-top-\[1\.6rem\] {
    top:-1.6rem
}
.-top-\[3px\] {
    top:-3px
}
.-top-\[90px\] {
    top:-90px
}
.bottom-0 {
    bottom:0
}
.bottom-0\.5 {
    bottom:.125rem
}
.bottom-1\.5 {
    bottom:.375rem
}
.bottom-10 {
    bottom:2.5rem
}
.bottom-12 {
    bottom:3rem
}
.bottom-16 {
    bottom:4rem
}
.bottom-3 {
    bottom:.75rem
}
.bottom-4 {
    bottom:1rem
}
.bottom-6 {
    bottom:1.5rem
}
.bottom-7 {
    bottom:1.75rem
}
.bottom-8 {
    bottom:2rem
}
.bottom-\[23px\] {
    bottom:23px
}
.bottom-\[26px\] {
    bottom:26px
}
.bottom-\[51px\] {
    bottom:51px
}
.bottom-\[5px\] {
    bottom:5px
}
.bottom-\[62px\] {
    bottom:62px
}
.bottom-full {
    bottom:100%
}
.bottom-px {
    bottom:1px
}
[dir=ltr] .left-0 {
    left:0
}
[dir=rtl] .left-0 {
    right:0
}
[dir=ltr] .left-1\.5 {
    left:.375rem
}
[dir=rtl] .left-1\.5 {
    right:.375rem
}
[dir=ltr] .left-1\/2 {
    left:50%
}
[dir=rtl] .left-1\/2 {
    right:50%
}
[dir=ltr] .left-2 {
    left:.5rem
}
[dir=rtl] .left-2 {
    right:.5rem
}
[dir=ltr] .left-2\.5 {
    left:.625rem
}
[dir=rtl] .left-2\.5 {
    right:.625rem
}
[dir=ltr] .left-2\/4 {
    left:50%
}
[dir=rtl] .left-2\/4 {
    right:50%
}
[dir=ltr] .left-3 {
    left:.75rem
}
[dir=rtl] .left-3 {
    right:.75rem
}
[dir=ltr] .left-4 {
    left:1rem
}
[dir=rtl] .left-4 {
    right:1rem
}
[dir=ltr] .left-6 {
    left:1.5rem
}
[dir=rtl] .left-6 {
    right:1.5rem
}
[dir=ltr] .left-\[-146px\] {
    left:-146px
}
[dir=rtl] .left-\[-146px\] {
    right:-146px
}
[dir=ltr] .left-\[-274px\] {
    left:-274px
}
[dir=rtl] .left-\[-274px\] {
    right:-274px
}
[dir=ltr] .left-\[-74px\] {
    left:-74px
}
[dir=rtl] .left-\[-74px\] {
    right:-74px
}
[dir=ltr] .left-\[10\%\] {
    left:10%
}
[dir=rtl] .left-\[10\%\] {
    right:10%
}
[dir=ltr] .left-\[100\%\] {
    left:100%
}
[dir=rtl] .left-\[100\%\] {
    right:100%
}
[dir=ltr] .left-\[124px\] {
    left:124px
}
[dir=rtl] .left-\[124px\] {
    right:124px
}
[dir=ltr] .left-\[13px\] {
    left:13px
}
[dir=rtl] .left-\[13px\] {
    right:13px
}
[dir=ltr] .left-\[15px\] {
    left:15px
}
[dir=rtl] .left-\[15px\] {
    right:15px
}
[dir=ltr] .left-\[23px\] {
    left:23px
}
[dir=rtl] .left-\[23px\] {
    right:23px
}
[dir=ltr] .left-\[24px\] {
    left:24px
}
[dir=rtl] .left-\[24px\] {
    right:24px
}
[dir=ltr] .left-\[30px\] {
    left:30px
}
[dir=rtl] .left-\[30px\] {
    right:30px
}
[dir=ltr] .left-\[333px\] {
    left:333px
}
[dir=rtl] .left-\[333px\] {
    right:333px
}
[dir=ltr] .left-auto {
    left:auto
}
[dir=rtl] .left-auto {
    right:auto
}
[dir=ltr] .left-bar-1 {
    left:calc(var(--bar-width) / 2)
}
[dir=rtl] .left-bar-1 {
    right:calc(var(--bar-width) / 2)
}
[dir=ltr] .left-bar-2 {
    left:calc(var(--bar-width) + var(--bar-width) / 2 + 4px)
}
[dir=rtl] .left-bar-2 {
    right:calc(var(--bar-width) + var(--bar-width) / 2 + 4px)
}
[dir=ltr] .right-0 {
    right:0
}
[dir=rtl] .right-0 {
    left:0
}
[dir=ltr] .right-1 {
    right:.25rem
}
[dir=rtl] .right-1 {
    left:.25rem
}
[dir=ltr] .right-1\.5 {
    right:.375rem
}
[dir=rtl] .right-1\.5 {
    left:.375rem
}
[dir=ltr] .right-10 {
    right:2.5rem
}
[dir=rtl] .right-10 {
    left:2.5rem
}
[dir=ltr] .right-2 {
    right:.5rem
}
[dir=rtl] .right-2 {
    left:.5rem
}
[dir=ltr] .right-3 {
    right:.75rem
}
[dir=rtl] .right-3 {
    left:.75rem
}
[dir=ltr] .right-4 {
    right:1rem
}
[dir=rtl] .right-4 {
    left:1rem
}
[dir=ltr] .right-5 {
    right:1.25rem
}
[dir=rtl] .right-5 {
    left:1.25rem
}
[dir=ltr] .right-\[-12px\] {
    right:-12px
}
[dir=rtl] .right-\[-12px\] {
    left:-12px
}
[dir=ltr] .right-\[-36px\] {
    right:-36px
}
[dir=rtl] .right-\[-36px\] {
    left:-36px
}
[dir=ltr] .right-\[11px\] {
    right:11px
}
[dir=rtl] .right-\[11px\] {
    left:11px
}
[dir=ltr] .right-\[12px\] {
    right:12px
}
[dir=rtl] .right-\[12px\] {
    left:12px
}
[dir=ltr] .right-\[15px\] {
    right:15px
}
[dir=rtl] .right-\[15px\] {
    left:15px
}
[dir=ltr] .right-\[3\.5vh\] {
    right:3.5vh
}
[dir=rtl] .right-\[3\.5vh\] {
    left:3.5vh
}
[dir=ltr] .right-\[30px\] {
    right:30px
}
[dir=rtl] .right-\[30px\] {
    left:30px
}
[dir=ltr] .right-\[333px\] {
    right:333px
}
[dir=rtl] .right-\[333px\] {
    left:333px
}
[dir=ltr] .right-\[36px\] {
    right:36px
}
[dir=rtl] .right-\[36px\] {
    left:36px
}
[dir=ltr] .right-bar-1 {
    right:calc(var(--bar-width) / 2)
}
[dir=rtl] .right-bar-1 {
    left:calc(var(--bar-width) / 2)
}
[dir=ltr] .right-bar-2 {
    right:calc(var(--bar-width) + var(--bar-width) / 2 + 4px)
}
[dir=rtl] .right-bar-2 {
    left:calc(var(--bar-width) + var(--bar-width) / 2 + 4px)
}
[dir=ltr] .right-px {
    right:1px
}
[dir=rtl] .right-px {
    left:1px
}
.start-1\/2 {
    inset-inline-start:50%
}
.top-0 {
    top:0
}
.top-1 {
    top:.25rem
}
.top-1\.5 {
    top:.375rem
}
.top-1\/2 {
    top:50%
}
.top-10 {
    top:2.5rem
}
.top-12 {
    top:3rem
}
.top-14 {
    top:3.5rem
}
.top-2 {
    top:.5rem
}
.top-2\/4 {
    top:50%
}
.top-20 {
    top:5rem
}
.top-24 {
    top:6rem
}
.top-3 {
    top:.75rem
}
.top-30 {
    top:7.5rem
}
.top-4 {
    top:1rem
}
.top-5 {
    top:1.25rem
}
.top-6 {
    top:1.5rem
}
.top-7 {
    top:1.75rem
}
.top-8 {
    top:2rem
}
.top-9 {
    top:2.25rem
}
.top-\[-10px\] {
    top:-10px
}
.top-\[-13px\] {
    top:-13px
}
.top-\[-2px\] {
    top:-2px
}
.top-\[-3px\] {
    top:-3px
}
.top-\[-45px\] {
    top:-45px
}
.top-\[100px\] {
    top:100px
}
.top-\[106px\] {
    top:106px
}
.top-\[114px\] {
    top:114px
}
.top-\[11px\] {
    top:11px
}
.top-\[139px\] {
    top:139px
}
.top-\[140px\] {
    top:140px
}
.top-\[151px\] {
    top:151px
}
.top-\[18px\] {
    top:18px
}
.top-\[244px\] {
    top:244px
}
.top-\[25px\] {
    top:25px
}
.top-\[27px\] {
    top:27px
}
.top-\[3px\] {
    top:3px
}
.top-\[42px\] {
    top:42px
}
.top-\[43px\] {
    top:43px
}
.top-\[44px\] {
    top:44px
}
.top-\[47px\] {
    top:47px
}
.top-\[49px\] {
    top:49px
}
.top-\[50\%\] {
    top:50%
}
.top-\[50px\] {
    top:50px
}
.top-\[54px\] {
    top:54px
}
.top-\[74px\] {
    top:74px
}
.top-\[7px\] {
    top:7px
}
.top-\[85px\] {
    top:85px
}
.top-\[calc\(100\%_\+_4px\)\] {
    top:calc(100% + 4px)
}
.top-full {
    top:100%
}
.\!z-11 {
    z-index:11!important
}
.\!z-12 {
    z-index:12!important
}
.\!z-14 {
    z-index:14!important
}
.\!z-2 {
    z-index:2!important
}
.\!z-50 {
    z-index:50!important
}
.\!z-\[21\] {
    z-index:21!important
}
.\!z-\[25\] {
    z-index:25!important
}
.-z-1 {
    z-index:-1
}
.z-0 {
    z-index:0
}
.z-1 {
    z-index:1
}
.z-10 {
    z-index:10
}
.z-100 {
    z-index:100
}
.z-11 {
    z-index:11
}
.z-12 {
    z-index:12
}
.z-14 {
    z-index:14
}
.z-15 {
    z-index:15
}
.z-2 {
    z-index:2
}
.z-20 {
    z-index:20
}
.z-3 {
    z-index:3
}
.z-30 {
    z-index:30
}
.z-4 {
    z-index:4
}
.z-40 {
    z-index:40
}
.z-5 {
    z-index:5
}
.z-50 {
    z-index:50
}
.z-\[11\] {
    z-index:11
}
.z-\[15\] {
    z-index:15
}
.z-\[18\] {
    z-index:18
}
.z-\[19\] {
    z-index:19
}
.z-\[21\] {
    z-index:21
}
.z-\[22\] {
    z-index:22
}
.z-\[25\] {
    z-index:25
}
.z-\[2\] {
    z-index:2
}
.z-\[30\] {
    z-index:30
}
.z-\[31\] {
    z-index:31
}
.order-1 {
    order:1
}
.order-10 {
    order:10
}
.order-11 {
    order:11
}
.order-12 {
    order:12
}
.order-2 {
    order:2
}
.order-3 {
    order:3
}
.order-4 {
    order:4
}
.order-5 {
    order:5
}
.order-6 {
    order:6
}
.order-7 {
    order:7
}
.order-8 {
    order:8
}
.order-9 {
    order:9
}
.col-\[1\] {
    grid-column:1
}
.col-\[2\] {
    grid-column:2
}
.col-\[3\] {
    grid-column:3
}
.col-end-12 {
    grid-column-end:span 12
}
.float-end {
    float:inline-end
}
[dir=ltr] .float-right {
    float:right
}
[dir=ltr] .float-left,[dir=rtl] .float-right {
    float:left
}
[dir=rtl] .float-left {
    float:right
}
.m-0 {
    margin:0
}
.m-0\.5 {
    margin:.125rem
}
.m-1 {
    margin:.25rem
}
.m-2 {
    margin:.5rem
}
.m-auto {
    margin:auto
}
.\!mx-auto {
    margin-left:auto!important;
    margin-right:auto!important
}
.-mx-4 {
    margin-left:-1rem;
    margin-right:-1rem
}
.mx-0 {
    margin-left:0;
    margin-right:0
}
.mx-1 {
    margin-left:.25rem;
    margin-right:.25rem
}
.mx-1\.5 {
    margin-left:.375rem;
    margin-right:.375rem
}
.mx-2 {
    margin-left:.5rem;
    margin-right:.5rem
}
.mx-2\.5 {
    margin-left:.625rem;
    margin-right:.625rem
}
.mx-3 {
    margin-left:.75rem;
    margin-right:.75rem
}
.mx-3\.5 {
    margin-left:.875rem;
    margin-right:.875rem
}
.mx-4 {
    margin-left:1rem;
    margin-right:1rem
}
.mx-6 {
    margin-left:1.5rem;
    margin-right:1.5rem
}
.mx-\[1\.4vh\] {
    margin-left:1.4vh;
    margin-right:1.4vh
}
.mx-auto {
    margin-left:auto;
    margin-right:auto
}
.my-0 {
    margin-top:0;
    margin-bottom:0
}
.my-1 {
    margin-top:.25rem;
    margin-bottom:.25rem
}
.my-1\.5 {
    margin-top:.375rem;
    margin-bottom:.375rem
}
.my-10 {
    margin-top:2.5rem;
    margin-bottom:2.5rem
}
.my-12 {
    margin-top:3rem;
    margin-bottom:3rem
}
.my-16 {
    margin-top:4rem;
    margin-bottom:4rem
}
.my-3 {
    margin-top:.75rem;
    margin-bottom:.75rem
}
.my-4 {
    margin-top:1rem;
    margin-bottom:1rem
}
.my-5 {
    margin-top:1.25rem;
    margin-bottom:1.25rem
}
.my-6 {
    margin-top:1.5rem;
    margin-bottom:1.5rem
}
.my-8 {
    margin-top:2rem;
    margin-bottom:2rem
}
.my-\[170px\] {
    margin-top:170px;
    margin-bottom:170px
}
.my-\[30px\] {
    margin-top:30px;
    margin-bottom:30px
}
.\!mb-4 {
    margin-bottom:1rem!important
}
.\!mb-5 {
    margin-bottom:1.25rem!important
}
.\!mb-6 {
    margin-bottom:1.5rem!important
}
[dir=ltr] .\!ml-0 {
    margin-left:0!important
}
[dir=rtl] .\!ml-0 {
    margin-right:0!important
}
[dir=ltr] .\!ml-2 {
    margin-left:.5rem!important
}
[dir=rtl] .\!ml-2 {
    margin-right:.5rem!important
}
[dir=ltr] .\!ml-3 {
    margin-left:.75rem!important
}
[dir=rtl] .\!ml-3 {
    margin-right:.75rem!important
}
[dir=ltr] .\!mr-0 {
    margin-right:0!important
}
[dir=rtl] .\!mr-0 {
    margin-left:0!important
}
[dir=ltr] .\!mr-2 {
    margin-right:.5rem!important
}
[dir=rtl] .\!mr-2 {
    margin-left:.5rem!important
}
.\!mt-0 {
    margin-top:0!important
}
.\!mt-10 {
    margin-top:2.5rem!important
}
.\!mt-2 {
    margin-top:.5rem!important
}
.\!mt-3 {
    margin-top:.75rem!important
}
.\!mt-4 {
    margin-top:1rem!important
}
.\!mt-6 {
    margin-top:1.5rem!important
}
.\!mt-7 {
    margin-top:1.75rem!important
}
.-mb-0\.75 {
    margin-bottom:-.1875rem
}
.-mb-2 {
    margin-bottom:-.5rem
}
.-mb-px {
    margin-bottom:-1px
}
[dir=ltr] .-ml-0\.5 {
    margin-left:-.125rem
}
[dir=rtl] .-ml-0\.5 {
    margin-right:-.125rem
}
[dir=ltr] .-ml-1 {
    margin-left:-.25rem
}
[dir=rtl] .-ml-1 {
    margin-right:-.25rem
}
[dir=ltr] .-ml-4 {
    margin-left:-1rem
}
[dir=rtl] .-ml-4 {
    margin-right:-1rem
}
[dir=ltr] .-mr-3 {
    margin-right:-.75rem
}
[dir=rtl] .-mr-3 {
    margin-left:-.75rem
}
.-mt-0\.25 {
    margin-top:-.0625rem
}
.-mt-0\.5 {
    margin-top:-.125rem
}
.-mt-0\.75 {
    margin-top:-.1875rem
}
.-mt-1 {
    margin-top:-.25rem
}
.-mt-1\.5 {
    margin-top:-.375rem
}
.-mt-2 {
    margin-top:-.5rem
}
.-mt-2\.5 {
    margin-top:-.625rem
}
.-mt-3 {
    margin-top:-.75rem
}
.-mt-4 {
    margin-top:-1rem
}
.-mt-px {
    margin-top:-1px
}
.mb-0\.5 {
    margin-bottom:.125rem
}
.mb-1 {
    margin-bottom:.25rem
}
.mb-1\.5 {
    margin-bottom:.375rem
}
.mb-10 {
    margin-bottom:2.5rem
}
.mb-12 {
    margin-bottom:3rem
}
.mb-14 {
    margin-bottom:3.5rem
}
.mb-16 {
    margin-bottom:4rem
}
.mb-2 {
    margin-bottom:.5rem
}
.mb-2\.5 {
    margin-bottom:.625rem
}
.mb-3 {
    margin-bottom:.75rem
}
.mb-3\.5 {
    margin-bottom:.875rem
}
.mb-4 {
    margin-bottom:1rem
}
.mb-5 {
    margin-bottom:1.25rem
}
.mb-6 {
    margin-bottom:1.5rem
}
.mb-7 {
    margin-bottom:1.75rem
}
.mb-8 {
    margin-bottom:2rem
}
.mb-\[18px\] {
    margin-bottom:18px
}
.mb-\[23px\] {
    margin-bottom:23px
}
.mb-\[26px\] {
    margin-bottom:26px
}
.mb-\[30px\] {
    margin-bottom:30px
}
.mb-\[46px\] {
    margin-bottom:46px
}
.mb-\[7px\] {
    margin-bottom:7px
}
.mb-\[9px\] {
    margin-bottom:9px
}
[dir=ltr] .ml-0 {
    margin-left:0
}
[dir=rtl] .ml-0 {
    margin-right:0
}
[dir=ltr] .ml-0\.5 {
    margin-left:.125rem
}
[dir=rtl] .ml-0\.5 {
    margin-right:.125rem
}
[dir=ltr] .ml-1 {
    margin-left:.25rem
}
[dir=rtl] .ml-1 {
    margin-right:.25rem
}
[dir=ltr] .ml-1\.5 {
    margin-left:.375rem
}
[dir=rtl] .ml-1\.5 {
    margin-right:.375rem
}
[dir=ltr] .ml-10 {
    margin-left:2.5rem
}
[dir=rtl] .ml-10 {
    margin-right:2.5rem
}
[dir=ltr] .ml-2 {
    margin-left:.5rem
}
[dir=rtl] .ml-2 {
    margin-right:.5rem
}
[dir=ltr] .ml-2\.5 {
    margin-left:.625rem
}
[dir=rtl] .ml-2\.5 {
    margin-right:.625rem
}
[dir=ltr] .ml-3 {
    margin-left:.75rem
}
[dir=rtl] .ml-3 {
    margin-right:.75rem
}
[dir=ltr] .ml-3\.5 {
    margin-left:.875rem
}
[dir=rtl] .ml-3\.5 {
    margin-right:.875rem
}
[dir=ltr] .ml-4 {
    margin-left:1rem
}
[dir=rtl] .ml-4 {
    margin-right:1rem
}
[dir=ltr] .ml-5 {
    margin-left:1.25rem
}
[dir=rtl] .ml-5 {
    margin-right:1.25rem
}
[dir=ltr] .ml-6 {
    margin-left:1.5rem
}
[dir=rtl] .ml-6 {
    margin-right:1.5rem
}
[dir=ltr] .ml-9 {
    margin-left:2.25rem
}
[dir=rtl] .ml-9 {
    margin-right:2.25rem
}
[dir=ltr] .ml-\[-16px\] {
    margin-left:-16px
}
[dir=rtl] .ml-\[-16px\] {
    margin-right:-16px
}
[dir=ltr] .ml-\[0\.05em\] {
    margin-left:.05em
}
[dir=rtl] .ml-\[0\.05em\] {
    margin-right:.05em
}
[dir=ltr] .ml-\[11px\] {
    margin-left:11px
}
[dir=rtl] .ml-\[11px\] {
    margin-right:11px
}
[dir=ltr] .ml-\[22px\] {
    margin-left:22px
}
[dir=rtl] .ml-\[22px\] {
    margin-right:22px
}
[dir=ltr] .ml-\[3px\] {
    margin-left:3px
}
[dir=rtl] .ml-\[3px\] {
    margin-right:3px
}
[dir=ltr] .ml-auto {
    margin-left:auto
}
[dir=rtl] .ml-auto {
    margin-right:auto
}
[dir=ltr] .mr-0 {
    margin-right:0
}
[dir=rtl] .mr-0 {
    margin-left:0
}
[dir=ltr] .mr-0\.5 {
    margin-right:.125rem
}
[dir=rtl] .mr-0\.5 {
    margin-left:.125rem
}
[dir=ltr] .mr-1 {
    margin-right:.25rem
}
[dir=rtl] .mr-1 {
    margin-left:.25rem
}
[dir=ltr] .mr-1\.5 {
    margin-right:.375rem
}
[dir=rtl] .mr-1\.5 {
    margin-left:.375rem
}
[dir=ltr] .mr-12 {
    margin-right:3rem
}
[dir=rtl] .mr-12 {
    margin-left:3rem
}
[dir=ltr] .mr-2 {
    margin-right:.5rem
}
[dir=rtl] .mr-2 {
    margin-left:.5rem
}
[dir=ltr] .mr-2\.5 {
    margin-right:.625rem
}
[dir=rtl] .mr-2\.5 {
    margin-left:.625rem
}
[dir=ltr] .mr-3 {
    margin-right:.75rem
}
[dir=rtl] .mr-3 {
    margin-left:.75rem
}
[dir=ltr] .mr-3\.5 {
    margin-right:.875rem
}
[dir=rtl] .mr-3\.5 {
    margin-left:.875rem
}
[dir=ltr] .mr-4 {
    margin-right:1rem
}
[dir=rtl] .mr-4 {
    margin-left:1rem
}
[dir=ltr] .mr-5 {
    margin-right:1.25rem
}
[dir=rtl] .mr-5 {
    margin-left:1.25rem
}
[dir=ltr] .mr-6 {
    margin-right:1.5rem
}
[dir=rtl] .mr-6 {
    margin-left:1.5rem
}
[dir=ltr] .mr-\[-11px\] {
    margin-right:-11px
}
[dir=rtl] .mr-\[-11px\] {
    margin-left:-11px
}
[dir=ltr] .mr-\[32px\] {
    margin-right:32px
}
[dir=rtl] .mr-\[32px\] {
    margin-left:32px
}
[dir=ltr] .mr-\[6px\] {
    margin-right:6px
}
[dir=rtl] .mr-\[6px\] {
    margin-left:6px
}
[dir=ltr] .mr-\[7px\] {
    margin-right:7px
}
[dir=rtl] .mr-\[7px\] {
    margin-left:7px
}
[dir=ltr] .mr-auto {
    margin-right:auto
}
[dir=rtl] .mr-auto {
    margin-left:auto
}
.mt-0 {
    margin-top:0
}
.mt-0\.25 {
    margin-top:.0625rem
}
.mt-0\.5 {
    margin-top:.125rem
}
.mt-1 {
    margin-top:.25rem
}
.mt-1\.5 {
    margin-top:.375rem
}
.mt-10 {
    margin-top:2.5rem
}
.mt-12 {
    margin-top:3rem
}
.mt-16 {
    margin-top:4rem
}
.mt-2 {
    margin-top:.5rem
}
.mt-2\.5 {
    margin-top:.625rem
}
.mt-3 {
    margin-top:.75rem
}
.mt-3\.5 {
    margin-top:.875rem
}
.mt-4 {
    margin-top:1rem
}
.mt-5 {
    margin-top:1.25rem
}
.mt-6 {
    margin-top:1.5rem
}
.mt-7 {
    margin-top:1.75rem
}
.mt-8 {
    margin-top:2rem
}
.mt-\[-24px\] {
    margin-top:-24px
}
.mt-\[-40px\] {
    margin-top:-40px
}
.mt-\[-5px\] {
    margin-top:-5px
}
.mt-\[-6px\] {
    margin-top:-6px
}
.mt-\[0\.5rem\] {
    margin-top:.5rem
}
.mt-\[10px\] {
    margin-top:10px
}
.mt-\[114px\] {
    margin-top:114px
}
.mt-\[11px\] {
    margin-top:11px
}
.mt-\[15px\] {
    margin-top:15px
}
.mt-\[18px\] {
    margin-top:18px
}
.mt-\[1px\] {
    margin-top:1px
}
.mt-\[200px\] {
    margin-top:200px
}
.mt-\[26px\] {
    margin-top:26px
}
.mt-\[2px\] {
    margin-top:2px
}
.mt-\[39px\] {
    margin-top:39px
}
.mt-\[3px\] {
    margin-top:3px
}
.mt-\[60px\] {
    margin-top:60px
}
.mt-auto {
    margin-top:auto
}
.mt-px {
    margin-top:1px
}
.box-border {
    box-sizing:border-box
}
.box-content {
    box-sizing:content-box
}
.line-clamp-2 {
    -webkit-line-clamp:2
}
.line-clamp-2,.line-clamp-3 {
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical
}
.line-clamp-3 {
    -webkit-line-clamp:3
}
.\!block {
    display:block!important
}
.block {
    display:block
}
.inline-block {
    display:inline-block
}
.\!inline {
    display:inline!important
}
.inline {
    display:inline
}
.\!flex {
    display:flex!important
}
.flex {
    display:flex
}
.\!inline-flex {
    display:inline-flex!important
}
.inline-flex {
    display:inline-flex
}
.table {
    display:table
}
.table-cell {
    display:table-cell
}
.table-row {
    display:table-row
}
.grid {
    display:grid
}
.\!hidden {
    display:none!important
}
.hidden {
    display:none
}
.aspect-square {
    aspect-ratio:1/1
}
.size-2 {
    width:.5rem;
    height:.5rem
}
.size-4 {
    width:1rem;
    height:1rem
}
.size-5 {
    width:1.25rem;
    height:1.25rem
}
.size-7 {
    width:1.75rem;
    height:1.75rem
}
.size-9 {
    width:2.25rem;
    height:2.25rem
}
.\!h-1 {
    height:.25rem!important
}
.\!h-3 {
    height:.75rem!important
}
.\!h-3\.5 {
    height:.875rem!important
}
.\!h-4 {
    height:1rem!important
}
.\!h-6 {
    height:1.5rem!important
}
.\!h-7 {
    height:1.75rem!important
}
.\!h-9 {
    height:2.25rem!important
}
.\!h-\[102px\] {
    height:102px!important
}
.\!h-\[106px\] {
    height:106px!important
}
.\!h-\[118px\] {
    height:118px!important
}
.\!h-\[12px\] {
    height:12px!important
}
.\!h-\[130px\] {
    height:130px!important
}
.\!h-\[135px\] {
    height:135px!important
}
.\!h-\[14px\] {
    height:14px!important
}
.\!h-\[15px\] {
    height:15px!important
}
.\!h-\[174px\] {
    height:174px!important
}
.\!h-\[198px\] {
    height:198px!important
}
.\!h-\[25px\] {
    height:25px!important
}
.\!h-\[26px\] {
    height:26px!important
}
.\!h-\[30px\] {
    height:30px!important
}
.\!h-\[39\.5px\] {
    height:39.5px!important
}
.\!h-\[42\.5px\] {
    height:42.5px!important
}
.\!h-\[42px\] {
    height:42px!important
}
.\!h-\[47px\] {
    height:47px!important
}
.\!h-\[50px\] {
    height:50px!important
}
.\!h-\[52px\] {
    height:52px!important
}
.\!h-\[60px\] {
    height:60px!important
}
.\!h-\[61px\] {
    height:61px!important
}
.\!h-\[63px\] {
    height:63px!important
}
.\!h-\[67px\] {
    height:67px!important
}
.\!h-\[68px\] {
    height:68px!important
}
.\!h-\[70px\] {
    height:70px!important
}
.\!h-\[73px\] {
    height:73px!important
}
.\!h-\[79px\] {
    height:79px!important
}
.\!h-\[80px\] {
    height:80px!important
}
.\!h-\[87px\] {
    height:87px!important
}
.\!h-\[calc\(100\%_-_106px\)\] {
    height:calc(100% - 106px)!important
}
.\!h-\[calc\(100\%_-_151px\)\] {
    height:calc(100% - 151px)!important
}
.\!h-\[calc\(100\%_-_40px\)\] {
    height:calc(100% - 40px)!important
}
.\!h-\[calc\(100\%_-_85px\)\] {
    height:calc(100% - 85px)!important
}
.\!h-auto {
    height:auto!important
}
.\!h-full {
    height:100%!important
}
.h-0 {
    height:0
}
.h-0\.5 {
    height:.125rem
}
.h-0\.75 {
    height:.1875rem
}
.h-1 {
    height:.25rem
}
.h-1\.5 {
    height:.375rem
}
.h-1\/2 {
    height:50%
}
.h-1\/4 {
    height:25%
}
.h-10 {
    height:2.5rem
}
.h-11 {
    height:2.75rem
}
.h-12 {
    height:3rem
}
.h-14 {
    height:3.5rem
}
.h-16 {
    height:4rem
}
.h-18 {
    height:4.5rem
}
.h-2 {
    height:.5rem
}
.h-2\.5 {
    height:.625rem
}
.h-3 {
    height:.75rem
}
.h-3\.25 {
    height:.8125rem
}
.h-3\.5 {
    height:.875rem
}
.h-3\/4 {
    height:75%
}
.h-36 {
    height:9rem
}
.h-4 {
    height:1rem
}
.h-5 {
    height:1.25rem
}
.h-6 {
    height:1.5rem
}
.h-64 {
    height:16rem
}
.h-7 {
    height:1.75rem
}
.h-8 {
    height:2rem
}
.h-9 {
    height:2.25rem
}
.h-\[0px\] {
    height:0
}
.h-\[1\.375rem\] {
    height:1.375rem
}
.h-\[1\.4vh\] {
    height:1.4vh
}
.h-\[100px\] {
    height:100px
}
.h-\[108px\] {
    height:108px
}
.h-\[109px\] {
    height:109px
}
.h-\[10px\] {
    height:10px
}
.h-\[117px\] {
    height:117px
}
.h-\[11px\] {
    height:11px
}
.h-\[128px\] {
    height:128px
}
.h-\[148px\] {
    height:148px
}
.h-\[14px\] {
    height:14px
}
.h-\[158px\] {
    height:158px
}
.h-\[160px\] {
    height:160px
}
.h-\[16px\] {
    height:16px
}
.h-\[176px\] {
    height:176px
}
.h-\[17px\] {
    height:17px
}
.h-\[183px\] {
    height:183px
}
.h-\[188px\] {
    height:188px
}
.h-\[18px\] {
    height:18px
}
.h-\[1em\] {
    height:1em
}
.h-\[1px\] {
    height:1px
}
.h-\[2\.3vh\] {
    height:2.3vh
}
.h-\[20\.54px\] {
    height:20.54px
}
.h-\[200px\] {
    height:200px
}
.h-\[20px\] {
    height:20px
}
.h-\[216px\] {
    height:216px
}
.h-\[21px\] {
    height:21px
}
.h-\[221px\] {
    height:221px
}
.h-\[22px\] {
    height:22px
}
.h-\[24px\] {
    height:24px
}
.h-\[260px\] {
    height:260px
}
.h-\[26px\] {
    height:26px
}
.h-\[294px\] {
    height:294px
}
.h-\[296px\] {
    height:296px
}
.h-\[298px\] {
    height:298px
}
.h-\[2px\] {
    height:2px
}
.h-\[300px\] {
    height:300px
}
.h-\[30px\] {
    height:30px
}
.h-\[32px\] {
    height:32px
}
.h-\[34px\] {
    height:34px
}
.h-\[351px\] {
    height:351px
}
.h-\[358px\] {
    height:358px
}
.h-\[38px\] {
    height:38px
}
.h-\[39px\] {
    height:39px
}
.h-\[3px\] {
    height:3px
}
.h-\[400px\] {
    height:400px
}
.h-\[40px\] {
    height:40px
}
.h-\[41px\] {
    height:41px
}
.h-\[42px\] {
    height:42px
}
.h-\[43px\] {
    height:43px
}
.h-\[440px\] {
    height:440px
}
.h-\[460px\] {
    height:460px
}
.h-\[503px\] {
    height:503px
}
.h-\[50px\] {
    height:50px
}
.h-\[52px\] {
    height:52px
}
.h-\[53px\] {
    height:53px
}
.h-\[54px\] {
    height:54px
}
.h-\[55px\] {
    height:55px
}
.h-\[568px\] {
    height:568px
}
.h-\[58px\] {
    height:58px
}
.h-\[59px\] {
    height:59px
}
.h-\[5px\] {
    height:5px
}
.h-\[60px\] {
    height:60px
}
.h-\[61px\] {
    height:61px
}
.h-\[66px\] {
    height:66px
}
.h-\[68px\] {
    height:68px
}
.h-\[6px\] {
    height:6px
}
.h-\[70px\] {
    height:70px
}
.h-\[72px\] {
    height:72px
}
.h-\[7px\] {
    height:7px
}
.h-\[85px\] {
    height:85px
}
.h-\[88px\] {
    height:88px
}
.h-\[8px\] {
    height:8px
}
.h-\[95vh\] {
    height:95vh
}
.h-\[97\%\] {
    height:97%
}
.h-\[calc\(100vh-200px\)\] {
    height:calc(100vh - 200px)
}
.h-\[calc\(100vh_-_317px\)\] {
    height:calc(100vh - 317px)
}
.h-\[calc\(100vh_-_351px\)\] {
    height:calc(100vh - 351px)
}
.h-\[calc\(100vh_-_383px\)\] {
    height:calc(100vh - 383px)
}
.h-\[calc\(100vh_-_417px\)\] {
    height:calc(100vh - 417px)
}
.h-auto {
    height:auto
}
.h-fit {
    height:-moz-fit-content;
    height:fit-content
}
.h-full {
    height:100%
}
.h-max {
    height:-moz-max-content;
    height:max-content
}
.h-min {
    height:-moz-min-content;
    height:min-content
}
.h-px {
    height:1px
}
.h-screen {
    height:100vh
}
.\!max-h-\[200px\] {
    max-height:200px!important
}
.\!max-h-none {
    max-height:none!important
}
.max-h-10 {
    max-height:2.5rem
}
.max-h-11 {
    max-height:2.75rem
}
.max-h-30 {
    max-height:7.5rem
}
.max-h-4 {
    max-height:1rem
}
.max-h-44 {
    max-height:11rem
}
.max-h-5 {
    max-height:1.25rem
}
.max-h-52 {
    max-height:13rem
}
.max-h-6 {
    max-height:1.5rem
}
.max-h-60 {
    max-height:15rem
}
.max-h-75 {
    max-height:18.75rem
}
.max-h-96 {
    max-height:24rem
}
.max-h-\[180px\] {
    max-height:180px
}
.max-h-\[276px\] {
    max-height:276px
}
.max-h-\[344px\] {
    max-height:344px
}
.max-h-\[38px\] {
    max-height:38px
}
.max-h-\[39px\] {
    max-height:39px
}
.max-h-\[400px\] {
    max-height:400px
}
.max-h-\[40px\] {
    max-height:40px
}
.max-h-\[420px\] {
    max-height:420px
}
.max-h-\[430px\] {
    max-height:430px
}
.max-h-\[450px\] {
    max-height:450px
}
.max-h-\[600px\] {
    max-height:600px
}
.max-h-\[750px\] {
    max-height:750px
}
.max-h-\[90\%\] {
    max-height:90%
}
.max-h-\[calc\(100vh-80px\)\] {
    max-height:calc(100vh - 80px)
}
.min-h-0 {
    min-height:0
}
.min-h-12 {
    min-height:3rem
}
.min-h-3 {
    min-height:.75rem
}
.min-h-\[104px\] {
    min-height:104px
}
.min-h-\[110px\] {
    min-height:110px
}
.min-h-\[18\.75rem\] {
    min-height:18.75rem
}
.min-h-\[257px\] {
    min-height:257px
}
.min-h-\[27px\] {
    min-height:27px
}
.min-h-\[400px\] {
    min-height:400px
}
.min-h-\[450px\] {
    min-height:450px
}
.min-h-\[48px\] {
    min-height:48px
}
.min-h-\[50px\] {
    min-height:50px
}
.min-h-\[600px\] {
    min-height:600px
}
.min-h-full {
    min-height:100%
}
.min-h-screen {
    min-height:100vh
}
.\!w-1 {
    width:.25rem!important
}
.\!w-3 {
    width:.75rem!important
}
.\!w-3\.5 {
    width:.875rem!important
}
.\!w-4 {
    width:1rem!important
}
.\!w-6 {
    width:1.5rem!important
}
.\!w-80 {
    width:20rem!important
}
.\!w-87 {
    width:21.75rem!important
}
.\!w-\[100px\] {
    width:100px!important
}
.\!w-\[118px\] {
    width:118px!important
}
.\!w-\[13\.5px\] {
    width:13.5px!important
}
.\!w-\[130px\] {
    width:130px!important
}
.\!w-\[136px\] {
    width:136px!important
}
.\!w-\[16px\] {
    width:16px!important
}
.\!w-\[174px\] {
    width:174px!important
}
.\!w-\[17px\] {
    width:17px!important
}
.\!w-\[198px\] {
    width:198px!important
}
.\!w-\[19px\] {
    width:19px!important
}
.\!w-\[204px\] {
    width:204px!important
}
.\!w-\[250px\] {
    width:250px!important
}
.\!w-\[270px\] {
    width:270px!important
}
.\!w-\[300px\] {
    width:300px!important
}
.\!w-\[30px\] {
    width:30px!important
}
.\!w-\[330px\] {
    width:330px!important
}
.\!w-\[375px\] {
    width:375px!important
}
.\!w-\[61px\] {
    width:61px!important
}
.\!w-\[67px\] {
    width:67px!important
}
.\!w-\[70px\] {
    width:70px!important
}
.\!w-\[73px\] {
    width:73px!important
}
.\!w-\[79px\] {
    width:79px!important
}
.\!w-\[85px\] {
    width:85px!important
}
.\!w-\[87px\] {
    width:87px!important
}
.\!w-\[90px\] {
    width:90px!important
}
.\!w-\[92px\] {
    width:92px!important
}
.\!w-\[94px\] {
    width:94px!important
}
.\!w-auto {
    width:auto!important
}
.\!w-full {
    width:100%!important
}
.w-0 {
    width:0
}
.w-0\.25 {
    width:.0625rem
}
.w-0\.5 {
    width:.125rem
}
.w-1 {
    width:.25rem
}
.w-1\.5 {
    width:.375rem
}
.w-1\/2 {
    width:50%
}
.w-1\/5 {
    width:20%
}
.w-10 {
    width:2.5rem
}
.w-11 {
    width:2.75rem
}
.w-12 {
    width:3rem
}
.w-16 {
    width:4rem
}
.w-18 {
    width:4.5rem
}
.w-2 {
    width:.5rem
}
.w-2\.5 {
    width:.625rem
}
.w-2\/5 {
    width:40%
}
.w-20 {
    width:5rem
}
.w-24 {
    width:6rem
}
.w-28 {
    width:7rem
}
.w-3 {
    width:.75rem
}
.w-3\.25 {
    width:.8125rem
}
.w-3\.5 {
    width:.875rem
}
.w-30 {
    width:7.5rem
}
.w-36 {
    width:9rem
}
.w-4 {
    width:1rem
}
.w-40 {
    width:10rem
}
.w-44 {
    width:11rem
}
.w-48 {
    width:12rem
}
.w-5 {
    width:1.25rem
}
.w-52 {
    width:13rem
}
.w-6 {
    width:1.5rem
}
.w-60 {
    width:15rem
}
.w-64 {
    width:16rem
}
.w-7 {
    width:1.75rem
}
.w-75 {
    width:18.75rem
}
.w-8 {
    width:2rem
}
.w-87 {
    width:21.75rem
}
.w-9 {
    width:2.25rem
}
.w-\[1\.375rem\] {
    width:1.375rem
}
.w-\[1\.4vh\] {
    width:1.4vh
}
.w-\[10\%\] {
    width:10%
}
.w-\[100px\] {
    width:100px
}
.w-\[104px\] {
    width:104px
}
.w-\[10px\] {
    width:10px
}
.w-\[113px\] {
    width:113px
}
.w-\[116px\] {
    width:116px
}
.w-\[11px\] {
    width:11px
}
.w-\[124px\] {
    width:124px
}
.w-\[130px\] {
    width:130px
}
.w-\[13px\] {
    width:13px
}
.w-\[142px\] {
    width:142px
}
.w-\[14px\] {
    width:14px
}
.w-\[15\%\] {
    width:15%
}
.w-\[156px\] {
    width:156px
}
.w-\[15px\] {
    width:15px
}
.w-\[16px\] {
    width:16px
}
.w-\[17px\] {
    width:17px
}
.w-\[180px\] {
    width:180px
}
.w-\[18px\] {
    width:18px
}
.w-\[190px\] {
    width:190px
}
.w-\[198px\] {
    width:198px
}
.w-\[1em\] {
    width:1em
}
.w-\[1px\] {
    width:1px
}
.w-\[2\.3vh\] {
    width:2.3vh
}
.w-\[20\.54px\] {
    width:20.54px
}
.w-\[204px\] {
    width:204px
}
.w-\[207px\] {
    width:207px
}
.w-\[20px\] {
    width:20px
}
.w-\[223px\] {
    width:223px
}
.w-\[224px\] {
    width:224px
}
.w-\[22px\] {
    width:22px
}
.w-\[23px\] {
    width:23px
}
.w-\[250px\] {
    width:250px
}
.w-\[26\%\] {
    width:26%
}
.w-\[264px\] {
    width:264px
}
.w-\[266px\] {
    width:266px
}
.w-\[268px\] {
    width:268px
}
.w-\[26px\] {
    width:26px
}
.w-\[270px\] {
    width:270px
}
.w-\[298px\] {
    width:298px
}
.w-\[300px\] {
    width:300px
}
.w-\[30px\] {
    width:30px
}
.w-\[313px\] {
    width:313px
}
.w-\[316px\] {
    width:316px
}
.w-\[318px\] {
    width:318px
}
.w-\[328px\] {
    width:328px
}
.w-\[348px\] {
    width:348px
}
.w-\[34px\] {
    width:34px
}
.w-\[350px\] {
    width:350px
}
.w-\[358px\] {
    width:358px
}
.w-\[360px\] {
    width:360px
}
.w-\[36px\] {
    width:36px
}
.w-\[380px\] {
    width:380px
}
.w-\[400px\] {
    width:400px
}
.w-\[40px\] {
    width:40px
}
.w-\[442px\] {
    width:442px
}
.w-\[46px\] {
    width:46px
}
.w-\[500px\] {
    width:500px
}
.w-\[50px\] {
    width:50px
}
.w-\[51px\] {
    width:51px
}
.w-\[57px\] {
    width:57px
}
.w-\[5px\] {
    width:5px
}
.w-\[60px\] {
    width:60px
}
.w-\[626px\] {
    width:626px
}
.w-\[666px\] {
    width:666px
}
.w-\[6px\] {
    width:6px
}
.w-\[700px\] {
    width:700px
}
.w-\[70px\] {
    width:70px
}
.w-\[75px\] {
    width:75px
}
.w-\[7px\] {
    width:7px
}
.w-\[80\%\] {
    width:80%
}
.w-\[80px\] {
    width:80px
}
.w-\[880px\] {
    width:880px
}
.w-\[8px\] {
    width:8px
}
.w-\[90px\] {
    width:90px
}
.w-\[94px\] {
    width:94px
}
.w-\[calc\(100\%-8px\)\] {
    width:calc(100% - 8px)
}
.w-auto {
    width:auto
}
.w-fit {
    width:-moz-fit-content;
    width:fit-content
}
.w-full {
    width:100%
}
.w-max {
    width:-moz-max-content;
    width:max-content
}
.w-min {
    width:-moz-min-content;
    width:min-content
}
.w-px {
    width:1px
}
.w-screen {
    width:100vw
}
.\!min-w-\[360px\] {
    min-width:360px!important
}
.\!min-w-full {
    min-width:100%!important
}
.min-w-0 {
    min-width:0
}
.min-w-28 {
    min-width:7rem
}
.min-w-3 {
    min-width:.75rem
}
.min-w-5 {
    min-width:1.25rem
}
.min-w-72 {
    min-width:18rem
}
.min-w-\[100px\] {
    min-width:100px
}
.min-w-\[106px\] {
    min-width:106px
}
.min-w-\[107px\] {
    min-width:107px
}
.min-w-\[10px\] {
    min-width:10px
}
.min-w-\[110px\] {
    min-width:110px
}
.min-w-\[112px\] {
    min-width:112px
}
.min-w-\[120px\] {
    min-width:120px
}
.min-w-\[122px\] {
    min-width:122px
}
.min-w-\[123px\] {
    min-width:123px
}
.min-w-\[130px\] {
    min-width:130px
}
.min-w-\[137px\] {
    min-width:137px
}
.min-w-\[140px\] {
    min-width:140px
}
.min-w-\[141px\] {
    min-width:141px
}
.min-w-\[142px\] {
    min-width:142px
}
.min-w-\[14px\] {
    min-width:14px
}
.min-w-\[154px\] {
    min-width:154px
}
.min-w-\[16px\] {
    min-width:16px
}
.min-w-\[190px\] {
    min-width:190px
}
.min-w-\[26px\] {
    min-width:26px
}
.min-w-\[280px\] {
    min-width:280px
}
.min-w-\[30px\] {
    min-width:30px
}
.min-w-\[318px\] {
    min-width:318px
}
.min-w-\[348px\] {
    min-width:348px
}
.min-w-\[34px\] {
    min-width:34px
}
.min-w-\[360px\] {
    min-width:360px
}
.min-w-\[36px\] {
    min-width:36px
}
.min-w-\[40px\] {
    min-width:40px
}
.min-w-\[50px\] {
    min-width:50px
}
.min-w-\[72px\] {
    min-width:72px
}
.min-w-\[77px\] {
    min-width:77px
}
.min-w-\[82px\] {
    min-width:82px
}
.min-w-\[87px\] {
    min-width:87px
}
.min-w-fit {
    min-width:-moz-fit-content;
    min-width:fit-content
}
.min-w-full {
    min-width:100%
}
.\!max-w-\[200px\] {
    max-width:200px!important
}
.\!max-w-md {
    max-width:28rem!important
}
.\!max-w-side-space {
    max-width:calc(100% - 32px)!important
}
.max-w-10ch {
    max-width:10ch
}
.max-w-18ch {
    max-width:18ch
}
.max-w-32 {
    max-width:8rem
}
.max-w-36 {
    max-width:9rem
}
.max-w-3xl {
    max-width:48rem
}
.max-w-4 {
    max-width:1rem
}
.max-w-48 {
    max-width:12rem
}
.max-w-4xl {
    max-width:56rem
}
.max-w-52 {
    max-width:13rem
}
.max-w-\[110px\] {
    max-width:110px
}
.max-w-\[120px\] {
    max-width:120px
}
.max-w-\[130px\] {
    max-width:130px
}
.max-w-\[140px\] {
    max-width:140px
}
.max-w-\[144px\] {
    max-width:144px
}
.max-w-\[150px\] {
    max-width:150px
}
.max-w-\[155px\] {
    max-width:155px
}
.max-w-\[160px\] {
    max-width:160px
}
.max-w-\[170px\] {
    max-width:170px
}
.max-w-\[180px\] {
    max-width:180px
}
.max-w-\[200px\] {
    max-width:200px
}
.max-w-\[210px\] {
    max-width:210px
}
.max-w-\[220px\] {
    max-width:220px
}
.max-w-\[230px\] {
    max-width:230px
}
.max-w-\[240px\] {
    max-width:240px
}
.max-w-\[250px\] {
    max-width:250px
}
.max-w-\[260px\] {
    max-width:260px
}
.max-w-\[270px\] {
    max-width:270px
}
.max-w-\[300px\] {
    max-width:300px
}
.max-w-\[312px\] {
    max-width:312px
}
.max-w-\[320px\] {
    max-width:320px
}
.max-w-\[330px\] {
    max-width:330px
}
.max-w-\[348px\] {
    max-width:348px
}
.max-w-\[360px\] {
    max-width:360px
}
.max-w-\[36px\] {
    max-width:36px
}
.max-w-\[440px\] {
    max-width:440px
}
.max-w-\[50px\] {
    max-width:50px
}
.max-w-\[54px\] {
    max-width:54px
}
.max-w-\[550px\] {
    max-width:550px
}
.max-w-\[552px\] {
    max-width:552px
}
.max-w-\[55px\] {
    max-width:55px
}
.max-w-\[600px\] {
    max-width:600px
}
.max-w-\[60px\] {
    max-width:60px
}
.max-w-\[65px\] {
    max-width:65px
}
.max-w-\[75px\] {
    max-width:75px
}
.max-w-\[80px\] {
    max-width:80px
}
.max-w-\[85px\] {
    max-width:85px
}
.max-w-\[90px\] {
    max-width:90px
}
.max-w-\[91px\] {
    max-width:91px
}
.max-w-\[93px\] {
    max-width:93px
}
.max-w-\[95px\] {
    max-width:95px
}
.max-w-\[calc\(100\%_-_50px\)\] {
    max-width:calc(100% - 50px)
}
.max-w-\[calc\(100vw-110px\)\] {
    max-width:calc(100vw - 110px)
}
.max-w-\[calc\(100vw-130px\)\] {
    max-width:calc(100vw - 130px)
}
.max-w-\[calc\(100vw_-_32px\)\] {
    max-width:calc(100vw - 32px)
}
.max-w-fit {
    max-width:-moz-fit-content;
    max-width:fit-content
}
.max-w-full {
    max-width:100%
}
.max-w-md {
    max-width:28rem
}
.max-w-none {
    max-width:none
}
.max-w-screen-desktop {
    max-width:970px
}
.max-w-screen-md {
    max-width:1250px
}
.\!flex-1 {
    flex:1 1 0%!important
}
.\!flex-none {
    flex:none!important
}
.flex-1 {
    flex:1 1 0%
}
.flex-2 {
    flex:2 1 0%
}
.flex-auto {
    flex:1 1 auto
}
.flex-initial {
    flex:0 1 auto
}
.flex-none {
    flex:none
}
.flex-shrink {
    flex-shrink:1
}
.flex-shrink-0 {
    flex-shrink:0
}
.shrink {
    flex-shrink:1
}
.shrink-0 {
    flex-shrink:0
}
.flex-grow {
    flex-grow:1
}
.flex-grow-0 {
    flex-grow:0
}
.grow {
    flex-grow:1
}
.grow-0 {
    flex-grow:0
}
.basis-0 {
    flex-basis:0px
}
.basis-1\/2 {
    flex-basis:50%
}
.basis-auto {
    flex-basis:auto
}
.basis-full {
    flex-basis:100%
}
.table-fixed {
    table-layout:fixed
}
.border-collapse {
    border-collapse:collapse
}
.border-separate {
    border-collapse:separate
}
[dir=ltr] .origin-left {
    transform-origin:left
}
[dir=rtl] .origin-left {
    transform-origin:right
}
.origin-top {
    transform-origin:top
}
[dir=ltr] .origin-top-left {
    transform-origin:top left
}
[dir=ltr] .origin-top-right,[dir=rtl] .origin-top-left {
    transform-origin:top right
}
[dir=rtl] .origin-top-right {
    transform-origin:top left
}
.-translate-x-1\/2,.-translate-x-2\/4 {
    --tw-translate-x:-50%
}
.-translate-x-1\/2,.-translate-x-2\/4,.-translate-y-1\/2 {
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-translate-y-1\/2 {
    --tw-translate-y:-50%
}
.translate-x-1\/2 {
    --tw-translate-x:50%
}
.translate-x-1\/2,.translate-y-0 {
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-y-0 {
    --tw-translate-y:0px
}
.translate-y-full {
    --tw-translate-y:100%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.\!rotate-180 {
    --tw-rotate:180deg!important;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important
}
.-rotate-90 {
    --tw-rotate:-90deg
}
.-rotate-90,.rotate-180 {
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rotate-180 {
    --tw-rotate:180deg
}
.rotate-90 {
    --tw-rotate:90deg;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.\!scale-100 {
    --tw-scale-x:1!important;
    --tw-scale-y:1!important;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important
}
.-scale-100 {
    --tw-scale-x:-1;
    --tw-scale-y:-1
}
.-scale-100,.scale-0 {
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.scale-0 {
    --tw-scale-x:0;
    --tw-scale-y:0
}
.scale-100 {
    --tw-scale-x:1;
    --tw-scale-y:1
}
.scale-100,.scale-125 {
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.scale-125 {
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
}
.scale-75 {
    --tw-scale-x:.75;
    --tw-scale-y:.75
}
.-scale-x-100,.scale-75 {
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-scale-x-100 {
    --tw-scale-x:-1
}
.-scale-y-100 {
    --tw-scale-y:-1
}
.-scale-y-100,.transform {
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
@keyframes pulse {
    50% {
        opacity:.5
    }
}
.animate-pulse {
    animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite
}
.animate-spin {
    animation:spin 1s linear infinite
}
@keyframes spin {
    to {
        transform:rotate(1turn)
    }
}
.animate-spin-fast {
    animation:spin .5s linear infinite
}
@keyframes zoom-in {
    0% {
        transform:scale(.5)
    }
    to {
        transform:scale(1)
    }
}
.animate-zoom-in {
    animation:zoom-in .3s cubic-bezier(.54,1.12,.38,1.11)
}
.\!cursor-default {
    cursor:default!important
}
.cursor-auto {
    cursor:auto
}
.cursor-default {
    cursor:default
}
.cursor-not-allowed {
    cursor:not-allowed
}
.cursor-pointer {
    cursor:pointer
}
.cursor-text {
    cursor:text
}
.touch-none {
    touch-action:none
}
.select-none {
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.select-text {
    -webkit-user-select:text;
    -moz-user-select:text;
    user-select:text
}
.resize-none {
    resize:none
}
.resize {
    resize:both
}
.scroll-mt-32 {
    scroll-margin-top:8rem
}
.list-disc {
    list-style-type:disc
}
.\!appearance-none {
    -webkit-appearance:none!important;
    -moz-appearance:none!important;
    appearance:none!important
}
.appearance-none {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.grid-flow-col {
    grid-auto-flow:column
}
.auto-rows-auto {
    grid-auto-rows:auto
}
.grid-cols-1 {
    grid-template-columns:repeat(1,minmax(0,1fr))
}
.grid-cols-2 {
    grid-template-columns:repeat(2,minmax(0,1fr))
}
.grid-cols-4 {
    grid-template-columns:repeat(4,minmax(0,1fr))
}
.grid-cols-\[repeat\(3\2c 1fr\)\] {
    grid-template-columns:repeat(3,1fr)
}
.grid-cols-\[repeat\(5\2c 1fr\)\] {
    grid-template-columns:repeat(5,1fr)
}
.grid-cols-paw {
    grid-template-columns:repeat(5,minmax(154px,1fr))
}
.grid-rows-1 {
    grid-template-rows:repeat(1,minmax(0,1fr))
}
.grid-rows-4 {
    grid-template-rows:repeat(4,minmax(0,1fr))
}
.\!flex-row {
    flex-direction:row!important
}
.flex-row {
    flex-direction:row
}
.flex-row-reverse {
    flex-direction:row-reverse
}
.flex-col {
    flex-direction:column
}
.flex-wrap {
    flex-wrap:wrap
}
.flex-nowrap {
    flex-wrap:nowrap
}
.place-items-center {
    place-items:center
}
.content-center {
    align-content:center
}
.content-start {
    align-content:flex-start
}
.\!items-start {
    align-items:flex-start!important
}
.items-start {
    align-items:flex-start
}
.items-end {
    align-items:flex-end
}
.items-center {
    align-items:center
}
.items-baseline {
    align-items:baseline
}
.justify-start {
    justify-content:flex-start
}
.\!justify-end {
    justify-content:flex-end!important
}
.justify-end {
    justify-content:flex-end
}
.justify-center {
    justify-content:center
}
.justify-between {
    justify-content:space-between
}
.justify-around {
    justify-content:space-around
}
.justify-evenly {
    justify-content:space-evenly
}
.justify-items-start {
    justify-items:start
}
.justify-items-center {
    justify-items:center
}
.\!gap-2\.5 {
    gap:.625rem!important
}
.gap-0 {
    gap:0
}
.gap-0\.5 {
    gap:.125rem
}
.gap-1 {
    gap:.25rem
}
.gap-1\.5 {
    gap:.375rem
}
.gap-10 {
    gap:2.5rem
}
.gap-12 {
    gap:3rem
}
.gap-16 {
    gap:4rem
}
.gap-2 {
    gap:.5rem
}
.gap-2\.5 {
    gap:.625rem
}
.gap-3 {
    gap:.75rem
}
.gap-3\.5 {
    gap:.875rem
}
.gap-4 {
    gap:1rem
}
.gap-5 {
    gap:1.25rem
}
.gap-6 {
    gap:1.5rem
}
.gap-7 {
    gap:1.75rem
}
.gap-8 {
    gap:2rem
}
.gap-9 {
    gap:2.25rem
}
.gap-\[1\.7px\] {
    gap:1.7px
}
.gap-\[1\.875rem\] {
    gap:1.875rem
}
.gap-\[10px\] {
    gap:10px
}
.gap-\[14px\] {
    gap:14px
}
.gap-\[1em\] {
    gap:1em
}
.gap-\[26px\] {
    gap:26px
}
.gap-\[3px\] {
    gap:3px
}
.gap-\[5px\] {
    gap:5px
}
.gap-\[6px\] {
    gap:6px
}
.gap-\[7px\] {
    gap:7px
}
.gap-\[8\.3px\] {
    gap:8.3px
}
.gap-\[9px\] {
    gap:9px
}
.gap-px {
    gap:1px
}
.gap-x-1 {
    -moz-column-gap:.25rem;
    column-gap:.25rem
}
.gap-x-1\.5 {
    -moz-column-gap:.375rem;
    column-gap:.375rem
}
.gap-x-2 {
    -moz-column-gap:.5rem;
    column-gap:.5rem
}
.gap-x-2\.5 {
    -moz-column-gap:.625rem;
    column-gap:.625rem
}
.gap-x-3 {
    -moz-column-gap:.75rem;
    column-gap:.75rem
}
.gap-x-4 {
    -moz-column-gap:1rem;
    column-gap:1rem
}
.gap-x-5 {
    -moz-column-gap:1.25rem;
    column-gap:1.25rem
}
.gap-x-6 {
    -moz-column-gap:1.5rem;
    column-gap:1.5rem
}
.gap-x-8 {
    -moz-column-gap:2rem;
    column-gap:2rem
}
.gap-y-0\.5 {
    row-gap:.125rem
}
.gap-y-1\.5 {
    row-gap:.375rem
}
.gap-y-10 {
    row-gap:2.5rem
}
.gap-y-2 {
    row-gap:.5rem
}
.gap-y-2\.5 {
    row-gap:.625rem
}
.gap-y-3 {
    row-gap:.75rem
}
.gap-y-4 {
    row-gap:1rem
}
.gap-y-5 {
    row-gap:1.25rem
}
.gap-y-\[9px\] {
    row-gap:9px
}
.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0
}
[dir=ltr] .space-x-1>:not([hidden])~:not([hidden]) {
    margin-right:calc(.25rem * var(--tw-space-x-reverse));
    margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}
[dir=rtl] .space-x-1>:not([hidden])~:not([hidden]) {
    margin-left:calc(.25rem * var(--tw-space-x-reverse));
    margin-right:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-1\.5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0
}
[dir=ltr] .space-x-1\.5>:not([hidden])~:not([hidden]) {
    margin-right:calc(.375rem * var(--tw-space-x-reverse));
    margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))
}
[dir=rtl] .space-x-1\.5>:not([hidden])~:not([hidden]) {
    margin-left:calc(.375rem * var(--tw-space-x-reverse));
    margin-right:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-12>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0
}
[dir=ltr] .space-x-12>:not([hidden])~:not([hidden]) {
    margin-right:calc(3rem * var(--tw-space-x-reverse));
    margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
}
[dir=rtl] .space-x-12>:not([hidden])~:not([hidden]) {
    margin-left:calc(3rem * var(--tw-space-x-reverse));
    margin-right:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0
}
[dir=ltr] .space-x-2>:not([hidden])~:not([hidden]) {
    margin-right:calc(.5rem * var(--tw-space-x-reverse));
    margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}
[dir=rtl] .space-x-2>:not([hidden])~:not([hidden]) {
    margin-left:calc(.5rem * var(--tw-space-x-reverse));
    margin-right:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-2\.5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0
}
[dir=ltr] .space-x-2\.5>:not([hidden])~:not([hidden]) {
    margin-right:calc(.625rem * var(--tw-space-x-reverse));
    margin-left:calc(.625rem * calc(1 - var(--tw-space-x-reverse)))
}
[dir=rtl] .space-x-2\.5>:not([hidden])~:not([hidden]) {
    margin-left:calc(.625rem * var(--tw-space-x-reverse));
    margin-right:calc(.625rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0
}
[dir=ltr] .space-x-3>:not([hidden])~:not([hidden]) {
    margin-right:calc(.75rem * var(--tw-space-x-reverse));
    margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}
[dir=rtl] .space-x-3>:not([hidden])~:not([hidden]) {
    margin-left:calc(.75rem * var(--tw-space-x-reverse));
    margin-right:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0
}
[dir=ltr] .space-x-4>:not([hidden])~:not([hidden]) {
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}
[dir=rtl] .space-x-4>:not([hidden])~:not([hidden]) {
    margin-left:calc(1rem * var(--tw-space-x-reverse));
    margin-right:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-7>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0
}
[dir=ltr] .space-x-7>:not([hidden])~:not([hidden]) {
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
}
[dir=rtl] .space-x-7>:not([hidden])~:not([hidden]) {
    margin-left:calc(1.75rem * var(--tw-space-x-reverse));
    margin-right:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-8>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:0
}
[dir=ltr] .space-x-8>:not([hidden])~:not([hidden]) {
    margin-right:calc(2rem * var(--tw-space-x-reverse));
    margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}
[dir=rtl] .space-x-8>:not([hidden])~:not([hidden]) {
    margin-left:calc(2rem * var(--tw-space-x-reverse));
    margin-right:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(.5rem * var(--tw-space-y-reverse))
}
.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(.75rem * var(--tw-space-y-reverse))
}
.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
}
.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2rem * var(--tw-space-y-reverse))
}
.self-start {
    align-self:flex-start
}
.self-end {
    align-self:flex-end
}
.self-center {
    align-self:center
}
.self-stretch {
    align-self:stretch
}
.justify-self-center {
    justify-self:center
}
.overflow-auto {
    overflow:auto
}
.\!overflow-hidden {
    overflow:hidden!important
}
.overflow-hidden {
    overflow:hidden
}
.overflow-scroll {
    overflow:scroll
}
.overflow-x-auto {
    overflow-x:auto
}
.\!overflow-y-auto {
    overflow-y:auto!important
}
.overflow-y-auto {
    overflow-y:auto
}
.overflow-x-hidden {
    overflow-x:hidden
}
.overflow-y-hidden {
    overflow-y:hidden
}
.overflow-x-clip {
    overflow-x:clip
}
.overflow-x-scroll {
    overflow-x:scroll
}
.overflow-y-scroll {
    overflow-y:scroll
}
.scroll-smooth {
    scroll-behavior:smooth
}
.truncate {
    overflow:hidden;
    white-space:nowrap
}
.overflow-ellipsis,.text-ellipsis,.truncate {
    text-overflow:ellipsis
}
.\!whitespace-normal {
    white-space:normal!important
}
.whitespace-normal {
    white-space:normal
}
.whitespace-nowrap {
    white-space:nowrap
}
.whitespace-pre-line {
    white-space:pre-line
}
.whitespace-pre-wrap {
    white-space:pre-wrap
}
.whitespace-break-spaces {
    white-space:break-spaces
}
.text-nowrap {
    text-wrap:nowrap
}
.text-balance {
    text-wrap:balance
}
.break-normal {
    overflow-wrap:normal;
    word-break:normal
}
.break-words {
    overflow-wrap:break-word
}
.break-all {
    word-break:break-all
}
.break-keep {
    word-break:keep-all
}
.\!rounded {
    border-radius:.25rem!important
}
.\!rounded-2xl {
    border-radius:1rem!important
}
.\!rounded-\[3px\] {
    border-radius:3px!important
}
.\!rounded-full {
    border-radius:9999px!important
}
.\!rounded-lg {
    border-radius:.5rem!important
}
.\!rounded-none {
    border-radius:0!important
}
.rounded {
    border-radius:.25rem
}
.rounded-2xl {
    border-radius:1rem
}
.rounded-\[10px\] {
    border-radius:10px
}
.rounded-\[13px\] {
    border-radius:13px
}
.rounded-\[20\.887px\] {
    border-radius:20.887px
}
.rounded-\[3\.33px\] {
    border-radius:3.33px
}
.rounded-\[3px\] {
    border-radius:3px
}
.rounded-\[46px\] {
    border-radius:46px
}
.rounded-\[50\%\] {
    border-radius:50%
}
.rounded-full {
    border-radius:9999px
}
.rounded-lg {
    border-radius:.5rem
}
.rounded-md {
    border-radius:.375rem
}
.rounded-sm {
    border-radius:.125rem
}
.rounded-xl {
    border-radius:.75rem
}
.rounded-b {
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.rounded-b-none {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
[dir=ltr] .rounded-l {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
}
[dir=rtl] .rounded-l {
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
}
[dir=ltr] .rounded-l-sm {
    border-top-left-radius:.125rem;
    border-bottom-left-radius:.125rem
}
[dir=rtl] .rounded-l-sm {
    border-top-right-radius:.125rem;
    border-bottom-right-radius:.125rem
}
[dir=ltr] .rounded-r {
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
}
[dir=rtl] .rounded-r {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
}
[dir=ltr] .rounded-r-\[3px\] {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px
}
[dir=rtl] .rounded-r-\[3px\] {
    border-top-left-radius:3px;
    border-bottom-left-radius:3px
}
[dir=ltr] .rounded-r-md {
    border-top-right-radius:.375rem;
    border-bottom-right-radius:.375rem
}
[dir=rtl] .rounded-r-md {
    border-top-left-radius:.375rem;
    border-bottom-left-radius:.375rem
}
[dir=ltr] .rounded-r-sm {
    border-top-right-radius:.125rem;
    border-bottom-right-radius:.125rem
}
[dir=rtl] .rounded-r-sm {
    border-top-left-radius:.125rem;
    border-bottom-left-radius:.125rem
}
.rounded-s-md {
    border-start-start-radius:.375rem;
    border-end-start-radius:.375rem
}
.rounded-t {
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.rounded-t-2xl {
    border-top-left-radius:1rem;
    border-top-right-radius:1rem
}
.rounded-t-\[0\.5vh\] {
    border-top-left-radius:.5vh;
    border-top-right-radius:.5vh
}
.rounded-t-\[16px\] {
    border-top-left-radius:16px;
    border-top-right-radius:16px
}
.rounded-t-md {
    border-top-left-radius:.375rem;
    border-top-right-radius:.375rem
}
[dir=ltr] .rounded-bl {
    border-bottom-left-radius:.25rem
}
[dir=rtl] .rounded-bl {
    border-bottom-right-radius:.25rem
}
[dir=ltr] .rounded-bl-none {
    border-bottom-left-radius:0
}
[dir=rtl] .rounded-bl-none {
    border-bottom-right-radius:0
}
[dir=ltr] .rounded-br {
    border-bottom-right-radius:.25rem
}
[dir=rtl] .rounded-br {
    border-bottom-left-radius:.25rem
}
[dir=ltr] .rounded-br-none {
    border-bottom-right-radius:0
}
[dir=rtl] .rounded-br-none {
    border-bottom-left-radius:0
}
[dir=ltr] .rounded-tl-3xl {
    border-top-left-radius:1.5rem
}
[dir=rtl] .rounded-tl-3xl {
    border-top-right-radius:1.5rem
}
[dir=ltr] .rounded-tl-\[16px\] {
    border-top-left-radius:16px
}
[dir=rtl] .rounded-tl-\[16px\] {
    border-top-right-radius:16px
}
[dir=ltr] .rounded-tl-md {
    border-top-left-radius:.375rem
}
[dir=rtl] .rounded-tl-md {
    border-top-right-radius:.375rem
}
[dir=ltr] .rounded-tr {
    border-top-right-radius:.25rem
}
[dir=rtl] .rounded-tr {
    border-top-left-radius:.25rem
}
[dir=ltr] .rounded-tr-3xl {
    border-top-right-radius:1.5rem
}
[dir=rtl] .rounded-tr-3xl {
    border-top-left-radius:1.5rem
}
[dir=ltr] .rounded-tr-\[16px\] {
    border-top-right-radius:16px
}
[dir=rtl] .rounded-tr-\[16px\] {
    border-top-left-radius:16px
}
.\!border {
    border-width:1px!important
}
.\!border-0 {
    border-width:0!important
}
.\!border-2 {
    border-width:2px!important
}
.border {
    border-width:1px
}
.border-0 {
    border-width:0
}
.border-2 {
    border-width:2px
}
.border-4 {
    border-width:4px
}
.border-\[0\.25vh\] {
    border-width:.25vh
}
.border-\[1px\] {
    border-width:1px
}
.border-\[2px\] {
    border-width:2px
}
.border-\[3px\] {
    border-width:3px
}
.\!border-x-0 {
    border-left-width:0!important;
    border-right-width:0!important
}
.\!border-y-0 {
    border-top-width:0!important;
    border-bottom-width:0!important
}
.border-x {
    border-left-width:1px;
    border-right-width:1px
}
.border-x-\[0\.5px\] {
    border-left-width:.5px;
    border-right-width:.5px
}
.border-y {
    border-top-width:1px;
    border-bottom-width:1px
}
.border-y-3 {
    border-top-width:3px;
    border-bottom-width:3px
}
.\!border-b {
    border-bottom-width:1px!important
}
.\!border-b-0 {
    border-bottom-width:0!important
}
[dir=ltr] .\!border-l {
    border-left-width:1px!important
}
[dir=rtl] .\!border-l {
    border-right-width:1px!important
}
.\!border-t-0 {
    border-top-width:0!important
}
.border-b {
    border-bottom-width:1px
}
.border-b-0 {
    border-bottom-width:0
}
.border-b-2 {
    border-bottom-width:2px
}
.border-b-3,.border-b-\[3px\] {
    border-bottom-width:3px
}
[dir=ltr] .border-l {
    border-left-width:1px
}
[dir=rtl] .border-l {
    border-right-width:1px
}
[dir=ltr] .border-l-2 {
    border-left-width:2px
}
[dir=rtl] .border-l-2 {
    border-right-width:2px
}
[dir=ltr] .border-l-4 {
    border-left-width:4px
}
[dir=rtl] .border-l-4 {
    border-right-width:4px
}
[dir=ltr] .border-r {
    border-right-width:1px
}
[dir=rtl] .border-r {
    border-left-width:1px
}
[dir=ltr] .border-r-2 {
    border-right-width:2px
}
[dir=rtl] .border-r-2 {
    border-left-width:2px
}
[dir=ltr] .border-r-4 {
    border-right-width:4px
}
[dir=rtl] .border-r-4 {
    border-left-width:4px
}
.border-t {
    border-top-width:1px
}
.border-t-0 {
    border-top-width:0
}
.border-t-2 {
    border-top-width:2px
}
.border-t-3 {
    border-top-width:3px
}
.\!border-solid {
    border-style:solid!important
}
.border-solid {
    border-style:solid
}
.\!border-none {
    border-style:none!important
}
.border-none {
    border-style:none
}
.\!border-\[\#1256A0\] {
    --tw-border-opacity:1!important;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))!important
}
.\!border-\[\#5b616e80\] {
    border-color:#5b616e80!important
}
.\!border-\[\#848892\] {
    --tw-border-opacity:1!important;
    border-color:rgb(132 136 146/var(--tw-border-opacity,1))!important
}
.\!border-\[\#B5B8BB\] {
    --tw-border-opacity:1!important;
    border-color:rgb(181 184 187/var(--tw-border-opacity,1))!important
}
.\!border-\[\#BDBFC2\] {
    --tw-border-opacity:1!important;
    border-color:rgb(189 191 194/var(--tw-border-opacity,1))!important
}
.\!border-\[\#E4EAF1\] {
    --tw-border-opacity:1!important;
    border-color:rgb(228 234 241/var(--tw-border-opacity,1))!important
}
.\!border-\[rgba\(18\2c 86\2c 160\2c 0\.32\)\] {
    border-color:rgba(18,86,160,.32)!important
}
.\!border-\[unset\] {
    border-color:initial!important
}
.\!border-inv-blue-500 {
    --tw-border-opacity:1!important;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))!important
}
.\!border-inv-grey-400 {
    --tw-border-opacity:1!important;
    border-color:rgb(218 218 218/var(--tw-border-opacity,1))!important
}
.\!border-warren-gray-100 {
    --tw-border-opacity:1!important;
    border-color:rgb(189 191 194/var(--tw-border-opacity,1))!important
}
.\!border-warren-gray-700 {
    --tw-border-opacity:1!important;
    border-color:rgb(91 97 110/var(--tw-border-opacity,1))!important
}
.border-\[\#007C32\] {
    --tw-border-opacity:1;
    border-color:rgb(0 124 50/var(--tw-border-opacity,1))
}
.border-\[\#0A65DB\] {
    --tw-border-opacity:1;
    border-color:rgb(10 101 219/var(--tw-border-opacity,1))
}
.border-\[\#1256A0\] {
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.border-\[\#1256a04d\] {
    border-color:#1256a04d
}
.border-\[\#1256a0\] {
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.border-\[\#181C21\],.border-\[\#181c21\] {
    --tw-border-opacity:1;
    border-color:rgb(24 28 33/var(--tw-border-opacity,1))
}
.border-\[\#333333\] {
    --tw-border-opacity:1;
    border-color:rgb(51 51 51/var(--tw-border-opacity,1))
}
.border-\[\#3A82F7\] {
    --tw-border-opacity:1;
    border-color:rgb(58 130 247/var(--tw-border-opacity,1))
}
.border-\[\#4d4d4d\] {
    --tw-border-opacity:1;
    border-color:rgb(77 77 77/var(--tw-border-opacity,1))
}
.border-\[\#5138384a\] {
    border-color:#5138384a
}
.border-\[\#5B616E80\] {
    border-color:#5b616e80
}
.border-\[\#5b616e\]\/50 {
    border-color:rgba(91,97,110,.5)
}
.border-\[\#5c708033\] {
    border-color:#5c708033
}
.border-\[\#848892\] {
    --tw-border-opacity:1;
    border-color:rgb(132 136 146/var(--tw-border-opacity,1))
}
.border-\[\#B5B8BB\] {
    --tw-border-opacity:1;
    border-color:rgb(181 184 187/var(--tw-border-opacity,1))
}
.border-\[\#BDBFC2\] {
    --tw-border-opacity:1;
    border-color:rgb(189 191 194/var(--tw-border-opacity,1))
}
.border-\[\#CFD4DA\] {
    --tw-border-opacity:1;
    border-color:rgb(207 212 218/var(--tw-border-opacity,1))
}
.border-\[\#D9DCDF\] {
    --tw-border-opacity:1;
    border-color:rgb(217 220 223/var(--tw-border-opacity,1))
}
.border-\[\#DADADA\] {
    --tw-border-opacity:1;
    border-color:rgb(218 218 218/var(--tw-border-opacity,1))
}
.border-\[\#E4EAF1\] {
    --tw-border-opacity:1;
    border-color:rgb(228 234 241/var(--tw-border-opacity,1))
}
.border-\[\#E6E9EB\] {
    --tw-border-opacity:1;
    border-color:rgb(230 233 235/var(--tw-border-opacity,1))
}
.border-\[\#E81600\] {
    --tw-border-opacity:1;
    border-color:rgb(232 22 0/var(--tw-border-opacity,1))
}
.border-\[\#ECEDEF\] {
    --tw-border-opacity:1;
    border-color:rgb(236 237 239/var(--tw-border-opacity,1))
}
.border-\[\#F5F5F5\] {
    --tw-border-opacity:1;
    border-color:rgb(245 245 245/var(--tw-border-opacity,1))
}
.border-\[\#F7F7F8\] {
    --tw-border-opacity:1;
    border-color:rgb(247 247 248/var(--tw-border-opacity,1))
}
.border-\[\#FAC761\] {
    --tw-border-opacity:1;
    border-color:rgb(250 199 97/var(--tw-border-opacity,1))
}
.border-\[\#a60000\] {
    --tw-border-opacity:1;
    border-color:rgb(166 0 0/var(--tw-border-opacity,1))
}
.border-\[\#b5b8bb\] {
    --tw-border-opacity:1;
    border-color:rgb(181 184 187/var(--tw-border-opacity,1))
}
.border-\[\#bababa\] {
    --tw-border-opacity:1;
    border-color:rgb(186 186 186/var(--tw-border-opacity,1))
}
.border-\[\#bdbfc2\] {
    --tw-border-opacity:1;
    border-color:rgb(189 191 194/var(--tw-border-opacity,1))
}
.border-\[\#d9dcdf14\] {
    border-color:#d9dcdf14
}
.border-\[\#d9dcdf\] {
    --tw-border-opacity:1;
    border-color:rgb(217 220 223/var(--tw-border-opacity,1))
}
.border-\[\#dadce0\] {
    --tw-border-opacity:1;
    border-color:rgb(218 220 224/var(--tw-border-opacity,1))
}
.border-\[\#e4eaf1\] {
    --tw-border-opacity:1;
    border-color:rgb(228 234 241/var(--tw-border-opacity,1))
}
.border-\[\#e5e5e5\] {
    --tw-border-opacity:1;
    border-color:rgb(229 229 229/var(--tw-border-opacity,1))
}
.border-\[\#e6e9eb\] {
    --tw-border-opacity:1;
    border-color:rgb(230 233 235/var(--tw-border-opacity,1))
}
.border-\[\#f5f5f5\] {
    --tw-border-opacity:1;
    border-color:rgb(245 245 245/var(--tw-border-opacity,1))
}
.border-\[\#ff7901\] {
    --tw-border-opacity:1;
    border-color:rgb(255 121 1/var(--tw-border-opacity,1))
}
.border-\[\#ffffff80\] {
    border-color:#ffffff80
}
.border-\[\#ffffff\] {
    --tw-border-opacity:1;
    border-color:rgb(255 255 255/var(--tw-border-opacity,1))
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
    border-color:rgba(0,0,0,.15)
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
    border-color:hsla(0,0%,100%,.08)
}
.border-\[rgba\(91\2c 97\2c 110\2c 0\.5\)\] {
    border-color:rgba(91,97,110,.5)
}
.border-black {
    --tw-border-opacity:1;
    border-color:rgb(0 0 0/var(--tw-border-opacity,1))
}
.border-black\/10 {
    border-color:rgba(0,0,0,.1)
}
.border-gray-200 {
    --tw-border-opacity:1;
    border-color:rgb(229 231 235/var(--tw-border-opacity,1))
}
.border-gray-400 {
    --tw-border-opacity:1;
    border-color:rgb(156 163 175/var(--tw-border-opacity,1))
}
.border-inv-blue-500 {
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.border-inv-grey-400 {
    --tw-border-opacity:1;
    border-color:rgb(218 218 218/var(--tw-border-opacity,1))
}
.border-inv-grey-500 {
    --tw-border-opacity:1;
    border-color:rgb(186 186 186/var(--tw-border-opacity,1))
}
.border-inv-grey-650 {
    --tw-border-opacity:1;
    border-color:rgb(134 134 134/var(--tw-border-opacity,1))
}
.border-inv-grey-900 {
    --tw-border-opacity:1;
    border-color:rgb(25 25 25/var(--tw-border-opacity,1))
}
.border-negative-main {
    border-color:var(--negative-change-main)
}
.border-neutral-200 {
    --tw-border-opacity:1;
    border-color:rgb(229 229 229/var(--tw-border-opacity,1))
}
.border-neutral-300 {
    --tw-border-opacity:1;
    border-color:rgb(212 212 212/var(--tw-border-opacity,1))
}
.border-neutral-400 {
    --tw-border-opacity:1;
    border-color:rgb(163 163 163/var(--tw-border-opacity,1))
}
.border-neutral-500 {
    --tw-border-opacity:1;
    border-color:rgb(115 115 115/var(--tw-border-opacity,1))
}
.border-neutral-600 {
    --tw-border-opacity:1;
    border-color:rgb(82 82 82/var(--tw-border-opacity,1))
}
.border-neutral-800 {
    --tw-border-opacity:1;
    border-color:rgb(38 38 38/var(--tw-border-opacity,1))
}
.border-positive-main {
    border-color:var(--positive-change-main)
}
.border-slate-200 {
    --tw-border-opacity:1;
    border-color:rgb(226 232 240/var(--tw-border-opacity,1))
}
.border-transparent {
    border-color:transparent
}
.border-v2-blue {
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.border-v2-gray-light-2 {
    --tw-border-opacity:1;
    border-color:rgb(247 247 248/var(--tw-border-opacity,1))
}
.border-warren-black {
    --tw-border-opacity:1;
    border-color:rgb(0 0 0/var(--tw-border-opacity,1))
}
.border-warren-black-400 {
    --tw-border-opacity:1;
    border-color:rgb(235 235 235/var(--tw-border-opacity,1))
}
.border-warren-black-800 {
    --tw-border-opacity:1;
    border-color:rgb(51 51 51/var(--tw-border-opacity,1))
}
.border-warren-black\/10 {
    border-color:rgba(0,0,0,.1)
}
.border-warren-border-secondary {
    --tw-border-opacity:1;
    border-color:rgb(217 220 223/var(--tw-border-opacity,1))
}
.border-warren-gray-100 {
    --tw-border-opacity:1;
    border-color:rgb(189 191 194/var(--tw-border-opacity,1))
}
.border-warren-gray-15 {
    --tw-border-opacity:1;
    border-color:rgb(228 234 241/var(--tw-border-opacity,1))
}
.border-warren-gray-50 {
    --tw-border-opacity:1;
    border-color:rgb(217 220 223/var(--tw-border-opacity,1))
}
.border-warren-other-orange {
    --tw-border-opacity:1;
    border-color:rgb(242 169 59/var(--tw-border-opacity,1))
}
.border-warren-other-red {
    --tw-border-opacity:1;
    border-color:rgb(255 0 0/var(--tw-border-opacity,1))
}
.border-white {
    --tw-border-opacity:1;
    border-color:rgb(255 255 255/var(--tw-border-opacity,1))
}
.border-white\/20 {
    border-color:hsla(0,0%,100%,.2)
}
.border-white\/30 {
    border-color:hsla(0,0%,100%,.3)
}
.border-white\/\[\.35\] {
    border-color:hsla(0,0%,100%,.35)
}
.\!border-t-\[\#e6e9eb\] {
    --tw-border-opacity:1!important;
    border-top-color:rgb(230 233 235/var(--tw-border-opacity,1))!important
}
.border-b-\[\#1256a0\] {
    --tw-border-opacity:1;
    border-bottom-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.border-b-\[\#D9DCDF\] {
    --tw-border-opacity:1;
    border-bottom-color:rgb(217 220 223/var(--tw-border-opacity,1))
}
.border-b-\[\#E6E9EB\],.border-b-\[\#e6e9eb\] {
    --tw-border-opacity:1;
    border-bottom-color:rgb(230 233 235/var(--tw-border-opacity,1))
}
.border-b-gray-200 {
    --tw-border-opacity:1;
    border-bottom-color:rgb(229 231 235/var(--tw-border-opacity,1))
}
.border-b-inv-blue-500 {
    --tw-border-opacity:1;
    border-bottom-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.border-b-neutral-300 {
    --tw-border-opacity:1;
    border-bottom-color:rgb(212 212 212/var(--tw-border-opacity,1))
}
.border-b-transparent {
    border-bottom-color:transparent
}
.border-b-v2-secondary {
    --tw-border-opacity:1;
    border-bottom-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.border-b-warren-black-800 {
    --tw-border-opacity:1;
    border-bottom-color:rgb(51 51 51/var(--tw-border-opacity,1))
}
.border-b-warren-gray-15 {
    --tw-border-opacity:1;
    border-bottom-color:rgb(228 234 241/var(--tw-border-opacity,1))
}
.border-b-warren-gray-200 {
    --tw-border-opacity:1;
    border-bottom-color:rgb(234 236 240/var(--tw-border-opacity,1))
}
.border-l-\[\#0A69E5\] {
    --tw-border-opacity:1
}
[dir=ltr] .border-l-\[\#0A69E5\] {
    border-left-color:rgb(10 105 229/var(--tw-border-opacity,1))
}
[dir=rtl] .border-l-\[\#0A69E5\] {
    border-right-color:rgb(10 105 229/var(--tw-border-opacity,1))
}
.border-l-\[\#D9DCDF\] {
    --tw-border-opacity:1
}
[dir=ltr] .border-l-\[\#D9DCDF\] {
    border-left-color:rgb(217 220 223/var(--tw-border-opacity,1))
}
[dir=rtl] .border-l-\[\#D9DCDF\] {
    border-right-color:rgb(217 220 223/var(--tw-border-opacity,1))
}
.border-l-\[\#ECEDEF\] {
    --tw-border-opacity:1
}
[dir=ltr] .border-l-\[\#ECEDEF\] {
    border-left-color:rgb(236 237 239/var(--tw-border-opacity,1))
}
[dir=rtl] .border-l-\[\#ECEDEF\] {
    border-right-color:rgb(236 237 239/var(--tw-border-opacity,1))
}
.border-r-\[\#dadada\] {
    --tw-border-opacity:1
}
[dir=ltr] .border-r-\[\#dadada\] {
    border-right-color:rgb(218 218 218/var(--tw-border-opacity,1))
}
[dir=rtl] .border-r-\[\#dadada\] {
    border-left-color:rgb(218 218 218/var(--tw-border-opacity,1))
}
.border-r-\[\#e6e9eb\] {
    --tw-border-opacity:1
}
[dir=ltr] .border-r-\[\#e6e9eb\] {
    border-right-color:rgb(230 233 235/var(--tw-border-opacity,1))
}
[dir=rtl] .border-r-\[\#e6e9eb\] {
    border-left-color:rgb(230 233 235/var(--tw-border-opacity,1))
}
[dir=ltr] .border-r-transparent {
    border-right-color:transparent
}
[dir=rtl] .border-r-transparent {
    border-left-color:transparent
}
.border-r-white {
    --tw-border-opacity:1
}
[dir=ltr] .border-r-white {
    border-right-color:rgb(255 255 255/var(--tw-border-opacity,1))
}
[dir=rtl] .border-r-white {
    border-left-color:rgb(255 255 255/var(--tw-border-opacity,1))
}
.border-t-\[\#5c7080cc\] {
    border-top-color:#5c7080cc
}
.border-t-\[\#646464\] {
    --tw-border-opacity:1;
    border-top-color:rgb(100 100 100/var(--tw-border-opacity,1))
}
.border-t-\[\#E6E9EB\],.border-t-\[\#e6e9eb\] {
    --tw-border-opacity:1;
    border-top-color:rgb(230 233 235/var(--tw-border-opacity,1))
}
.border-t-current {
    border-top-color:currentColor
}
.border-t-gray-200 {
    --tw-border-opacity:1;
    border-top-color:rgb(229 231 235/var(--tw-border-opacity,1))
}
.border-t-transparent {
    border-top-color:transparent
}
.border-opacity-0 {
    --tw-border-opacity:0
}
.border-opacity-20 {
    --tw-border-opacity:0.2
}
.border-opacity-30 {
    --tw-border-opacity:0.3
}
.\!bg-\[\#1256a01a\] {
    background-color:#1256a01a!important
}
.\!bg-\[\#6A707C\] {
    --tw-bg-opacity:1!important;
    background-color:rgb(106 112 124/var(--tw-bg-opacity,1))!important
}
.\!bg-\[\#D91400\] {
    --tw-bg-opacity:1!important;
    background-color:rgb(217 20 0/var(--tw-bg-opacity,1))!important
}
.\!bg-\[\#FFFFFF\] {
    --tw-bg-opacity:1!important;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important
}
.\!bg-\[\#f4f4f4\] {
    --tw-bg-opacity:1!important;
    background-color:rgb(244 244 244/var(--tw-bg-opacity,1))!important
}
.\!bg-\[rgba\(16\2c 22\2c 26\2c 0\.7\)\] {
    background-color:rgba(16,22,26,.7)!important
}
.\!bg-black {
    --tw-bg-opacity:1!important;
    background-color:rgb(0 0 0/var(--tw-bg-opacity,1))!important
}
.\!bg-inv-blue-500 {
    --tw-bg-opacity:1!important;
    background-color:rgb(18 86 160/var(--tw-bg-opacity,1))!important
}
.\!bg-inv-orange-400 {
    --tw-bg-opacity:1!important;
    background-color:rgb(255 165 0/var(--tw-bg-opacity,1))!important
}
.\!bg-transparent {
    background-color:transparent!important
}
.\!bg-v2-blue-dark {
    background-color:#1256a01a!important
}
.\!bg-v2-excellent {
    --tw-bg-opacity:1!important;
    background-color:rgb(0 124 50/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-android-bg-primary {
    --tw-bg-opacity:1!important;
    background-color:rgb(31 39 45/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-android-dark-basic-gray10 {
    --tw-bg-opacity:1!important;
    background-color:rgb(31 36 42/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-android-dark-bg-quaternary {
    --tw-bg-opacity:1!important;
    background-color:rgb(22 29 34/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-android-light-basic-gray10 {
    background-color:hsla(0,0%,57%,.1)!important
}
.\!bg-warren-android-light-bg-quaternary {
    --tw-bg-opacity:1!important;
    background-color:rgb(246 246 246/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-gray-100 {
    --tw-bg-opacity:1!important;
    background-color:rgb(189 191 194/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-ios-dark-basic-blue-bright {
    --tw-bg-opacity:1!important;
    background-color:rgb(10 132 255/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-ios-dark-bg-primary {
    --tw-bg-opacity:1!important;
    background-color:rgb(31 36 42/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-ios-dark-bg-tertiary3 {
    --tw-bg-opacity:1!important;
    background-color:rgb(25 29 34/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-ios-light-basic-blue-bright {
    --tw-bg-opacity:1!important;
    background-color:rgb(51 114 246/var(--tw-bg-opacity,1))!important
}
.\!bg-warren-ios-light-bg-tertiary3 {
    --tw-bg-opacity:1!important;
    background-color:rgb(248 248 248/var(--tw-bg-opacity,1))!important
}
.\!bg-white {
    --tw-bg-opacity:1!important;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important
}
.bg-\[\#00000005\] {
    background-color:#00000005
}
.bg-\[\#00000026\] {
    background-color:#00000026
}
.bg-\[\#0000004d\] {
    background-color:#0000004d
}
.bg-\[\#000\] {
    --tw-bg-opacity:1;
    background-color:rgb(0 0 0/var(--tw-bg-opacity,1))
}
.bg-\[\#006BF60A\] {
    background-color:#006bf60a
}
.bg-\[\#006BF60F\] {
    background-color:#006bf60f
}
.bg-\[\#006BF614\] {
    background-color:#006bf614
}
.bg-\[\#006BF6\] {
    --tw-bg-opacity:1;
    background-color:rgb(0 107 246/var(--tw-bg-opacity,1))
}
.bg-\[\#006bf608\] {
    background-color:#006bf608
}
.bg-\[\#006bf6\] {
    --tw-bg-opacity:1;
    background-color:rgb(0 107 246/var(--tw-bg-opacity,1))
}
.bg-\[\#0070EB\]\/10 {
    background-color:rgba(0,112,235,.1)
}
.bg-\[\#007C3233\] {
    background-color:#007c3233
}
.bg-\[\#007C32F2\] {
    background-color:#007c32f2
}
.bg-\[\#007C32\] {
    --tw-bg-opacity:1;
    background-color:rgb(0 124 50/var(--tw-bg-opacity,1))
}
.bg-\[\#007C32\]\/\[\.06\] {
    background-color:rgba(0,124,50,.06)
}
.bg-\[\#05B24A\] {
    --tw-bg-opacity:1;
    background-color:rgb(5 178 74/var(--tw-bg-opacity,1))
}
.bg-\[\#0A69E514\] {
    background-color:#0a69e514
}
.bg-\[\#0A69E5\] {
    --tw-bg-opacity:1;
    background-color:rgb(10 105 229/var(--tw-bg-opacity,1))
}
.bg-\[\#0B0F14\] {
    --tw-bg-opacity:1;
    background-color:rgb(11 15 20/var(--tw-bg-opacity,1))
}
.bg-\[\#0EA60033\] {
    background-color:#0ea60033
}
.bg-\[\#0a69e50f\] {
    background-color:#0a69e50f
}
.bg-\[\#0a69e514\] {
    background-color:#0a69e514
}
.bg-\[\#0a69e5\] {
    --tw-bg-opacity:1;
    background-color:rgb(10 105 229/var(--tw-bg-opacity,1))
}
.bg-\[\#10161ab3\] {
    background-color:#10161ab3
}
.bg-\[\#1256A0\] {
    --tw-bg-opacity:1;
    background-color:rgb(18 86 160/var(--tw-bg-opacity,1))
}
.bg-\[\#1256a01a\] {
    background-color:#1256a01a
}
.bg-\[\#181818\]\/90 {
    background-color:hsla(0,0%,9%,.9)
}
.bg-\[\#181C21\] {
    --tw-bg-opacity:1;
    background-color:var(--main-color);
}
.bg-\[\#181c214c\] {
    background-color:#181c214c
}
.bg-\[\#191919\] {
    --tw-bg-opacity:1;
    background-color:rgb(25 25 25/var(--tw-bg-opacity,1))
}
.bg-\[\#202123\] {
    --tw-bg-opacity:1;
    background-color:rgb(32 33 35/var(--tw-bg-opacity,1))
}
.bg-\[\#232526\] {
    --tw-bg-opacity:1;
    background-color:rgb(35 37 38/var(--tw-bg-opacity,1))
}
.bg-\[\#232526\]\/95 {
    background-color:rgba(35,37,38,.95)
}
.bg-\[\#3A82F7\] {
    --tw-bg-opacity:1;
    background-color:rgb(58 130 247/var(--tw-bg-opacity,1))
}
.bg-\[\#4ca42e\] {
    --tw-bg-opacity:1;
    background-color:rgb(76 164 46/var(--tw-bg-opacity,1))
}
.bg-\[\#5B616E\] {
    --tw-bg-opacity:1;
    background-color:rgb(91 97 110/var(--tw-bg-opacity,1))
}
.bg-\[\#6A707C40\] {
    background-color:#6a707c40
}
.bg-\[\#6A707C\] {
    --tw-bg-opacity:1;
    background-color:rgb(106 112 124/var(--tw-bg-opacity,1))
}
.bg-\[\#8488924d\] {
    background-color:#8488924d
}
.bg-\[\#848892\] {
    --tw-bg-opacity:1;
    background-color:rgb(132 136 146/var(--tw-bg-opacity,1))
}
.bg-\[\#8B8F98\] {
    --tw-bg-opacity:1;
    background-color:rgb(139 143 152/var(--tw-bg-opacity,1))
}
.bg-\[\#B5A31033\] {
    background-color:#b5a31033
}
.bg-\[\#BDBFC2\] {
    --tw-bg-opacity:1;
    background-color:rgb(189 191 194/var(--tw-bg-opacity,1))
}
.bg-\[\#D9140033\] {
    background-color:#d9140033
}
.bg-\[\#D91400\] {
    --tw-bg-opacity:1;
    background-color:rgb(217 20 0/var(--tw-bg-opacity,1))
}
.bg-\[\#D9860033\] {
    background-color:#d9860033
}
.bg-\[\#D9DCDF\] {
    --tw-bg-opacity:1;
    background-color:rgb(217 220 223/var(--tw-bg-opacity,1))
}
.bg-\[\#E4EAF1\] {
    --tw-bg-opacity:1;
    background-color:rgb(228 234 241/var(--tw-bg-opacity,1))
}
.bg-\[\#E6E9EB\] {
    --tw-bg-opacity:1;
    background-color:rgb(230 233 235/var(--tw-bg-opacity,1))
}
.bg-\[\#ECEDEF\] {
    --tw-bg-opacity:1;
    background-color:rgb(236 237 239/var(--tw-bg-opacity,1))
}
.bg-\[\#F0F3F5\] {
    --tw-bg-opacity:1;
    background-color:rgb(240 243 245/var(--tw-bg-opacity,1))
}
.bg-\[\#F1F1F1\] {
    --tw-bg-opacity:1;
    background-color:rgb(241 241 241/var(--tw-bg-opacity,1))
}
.bg-\[\#F2A93B\] {
    --tw-bg-opacity:1;
    background-color:rgb(242 169 59/var(--tw-bg-opacity,1))
}
.bg-\[\#F3F3F3\] {
    --tw-bg-opacity:1;
    background-color:rgb(243 243 243/var(--tw-bg-opacity,1))
}
.bg-\[\#F5F5F5\] {
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245/var(--tw-bg-opacity,1))
}
.bg-\[\#F69425\] {
    --tw-bg-opacity:1;
    background-color:rgb(246 148 37/var(--tw-bg-opacity,1))
}
.bg-\[\#F6F6F6\] {
    --tw-bg-opacity:1;
    background-color:rgb(246 246 246/var(--tw-bg-opacity,1))
}
.bg-\[\#F7F7F880\] {
    background-color:#f7f7f880
}
.bg-\[\#F7F7F8\] {
    --tw-bg-opacity:1;
    background-color:rgb(247 247 248/var(--tw-bg-opacity,1))
}
.bg-\[\#F8F8F8\] {
    --tw-bg-opacity:1;
    background-color:rgb(248 248 248/var(--tw-bg-opacity,1))
}
.bg-\[\#FF0000\] {
    --tw-bg-opacity:1;
    background-color:rgb(255 0 0/var(--tw-bg-opacity,1))
}
.bg-\[\#FF7901\] {
    --tw-bg-opacity:1;
    background-color:rgb(255 121 1/var(--tw-bg-opacity,1))
}
.bg-\[\#FFFFE5\] {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 229/var(--tw-bg-opacity,1))
}
.bg-\[\#FFF\] {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.bg-\[\#d91400\] {
    --tw-bg-opacity:1;
    background-color:rgb(217 20 0/var(--tw-bg-opacity,1))
}
.bg-\[\#d9dcdf\] {
    --tw-bg-opacity:1;
    background-color:rgb(217 220 223/var(--tw-bg-opacity,1))
}
.bg-\[\#dadada\] {
    --tw-bg-opacity:1;
    background-color:rgb(218 218 218/var(--tw-bg-opacity,1))
}
.bg-\[\#e6e9eb\] {
    --tw-bg-opacity:1;
    background-color:rgb(230 233 235/var(--tw-bg-opacity,1))
}
.bg-\[\#ea3323\] {
    --tw-bg-opacity:1;
    background-color:rgb(234 51 35/var(--tw-bg-opacity,1))
}
.bg-\[\#ececec\] {
    --tw-bg-opacity:1;
    background-color:rgb(236 236 236/var(--tw-bg-opacity,1))
}
.bg-\[\#f2f2f2\] {
    --tw-bg-opacity:1;
    background-color:rgb(242 242 242/var(--tw-bg-opacity,1))
}
.bg-\[\#f5f5f5\] {
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245/var(--tw-bg-opacity,1))
}
.bg-\[\#f7f7f8\] {
    --tw-bg-opacity:1;
    background-color:rgb(247 247 248/var(--tw-bg-opacity,1))
}
.bg-\[\#f8f8f8\] {
    --tw-bg-opacity:1;
    background-color:rgb(248 248 248/var(--tw-bg-opacity,1))
}
.bg-\[\#fff\] {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.bg-\[rgba\(0\2c 107\2c 246\2c \.03\)\] {
    background-color:rgba(0,107,246,.03)
}
.bg-\[rgba\(0\2c 107\2c 246\2c \.04\)\] {
    background-color:rgba(0,107,246,.04)
}
.bg-\[rgba\(0\2c 107\2c 246\2c 0\.08\)\] {
    background-color:rgba(0,107,246,.08)
}
.bg-\[rgba\(18\2c 86\2c 160\2c 0\.10\)\] {
    background-color:rgba(18,86,160,.1)
}
.bg-\[rgba\(35\2c 37\2c 38\)\]\/95 {
    background-color:rgba(35,37,38,.95)
}
.bg-black {
    --tw-bg-opacity:1;
    background-color:rgb(0 0 0/var(--tw-bg-opacity,1))
}
.bg-black\/20 {
    background-color:rgba(0,0,0,.2)
}
.bg-black\/5 {
    background-color:rgba(0,0,0,.05)
}
.bg-black\/60 {
    background-color:rgba(0,0,0,.6)
}
.bg-black\/80 {
    background-color:rgba(0,0,0,.8)
}
.bg-blue-500 {
    --tw-bg-opacity:1;
    background-color:rgb(59 130 246/var(--tw-bg-opacity,1))
}
.bg-gray-100 {
    --tw-bg-opacity:1;
    background-color:rgb(243 244 246/var(--tw-bg-opacity,1))
}
.bg-gray-50 {
    --tw-bg-opacity:1;
    background-color:rgb(249 250 251/var(--tw-bg-opacity,1))
}
.bg-gray-500 {
    --tw-bg-opacity:1;
    background-color:rgb(107 114 128/var(--tw-bg-opacity,1))
}
.bg-gray-500\/50 {
    background-color:hsla(220,9%,46%,.5)
}
.bg-gray-600 {
    --tw-bg-opacity:1;
    background-color:rgb(75 85 99/var(--tw-bg-opacity,1))
}
.bg-gray-900 {
    --tw-bg-opacity:1;
    background-color:rgb(17 24 39/var(--tw-bg-opacity,1))
}
.bg-green-500 {
    --tw-bg-opacity:1;
    background-color:rgb(34 197 94/var(--tw-bg-opacity,1))
}
.bg-inherit {
    background-color:inherit
}
.bg-inv-blue-200 {
    --tw-bg-opacity:1;
    background-color:rgb(206 236 255/var(--tw-bg-opacity,1))
}
.bg-inv-blue-500 {
    --tw-bg-opacity:1;
    background-color:rgb(18 86 160/var(--tw-bg-opacity,1))
}
.bg-inv-blue-500\/\[0\.2\] {
    background-color:rgba(18,86,160,.2)
}
.bg-inv-grey-200 {
    --tw-bg-opacity:1;
    background-color:rgb(242 242 242/var(--tw-bg-opacity,1))
}
.bg-inv-grey-700 {
    --tw-bg-opacity:1;
    background-color:rgb(51 51 51/var(--tw-bg-opacity,1))
}
.bg-inv-orange-400 {
    --tw-bg-opacity:1;
    background-color:rgb(255 165 0/var(--tw-bg-opacity,1))
}
.bg-inv-red-700 {
    --tw-bg-opacity:1;
    background-color:rgb(241 13 63/var(--tw-bg-opacity,1))
}
.bg-negative-light {
    background-color:var(--negative-change-light)
}
.bg-negative-main {
    background-color:var(--negative-change-main)
}
.bg-neutral-100 {
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245/var(--tw-bg-opacity,1))
}
.bg-neutral-300 {
    --tw-bg-opacity:1;
    background-color:rgb(212 212 212/var(--tw-bg-opacity,1))
}
.bg-positive-light {
    background-color:var(--positive-change-light)
}
.bg-positive-main {
    background-color:var(--positive-change-main)
}
.bg-slate-300 {
    --tw-bg-opacity:1;
    background-color:rgb(203 213 225/var(--tw-bg-opacity,1))
}
.bg-transparent {
    background-color:transparent
}
.bg-v2-blue {
    --tw-bg-opacity:1;
    background-color:rgb(18 86 160/var(--tw-bg-opacity,1))
}
.bg-v2-blue-dark {
    background-color:#1256a01a
}
.bg-v2-excellent {
    --tw-bg-opacity:1;
    background-color:rgb(0 124 50/var(--tw-bg-opacity,1))
}
.bg-v2-fair {
    --tw-bg-opacity:1;
    background-color:rgb(240 117 4/var(--tw-bg-opacity,1))
}
.bg-v2-good {
    --tw-bg-opacity:1;
    background-color:rgb(235 174 4/var(--tw-bg-opacity,1))
}
.bg-v2-gray-light-2 {
    --tw-bg-opacity:1;
    background-color:rgb(247 247 248/var(--tw-bg-opacity,1))
}
.bg-v2-great {
    --tw-bg-opacity:1;
    background-color:rgb(181 163 16/var(--tw-bg-opacity,1))
}
.bg-v2-secondary {
    --tw-bg-opacity:1;
    background-color:rgb(18 86 160/var(--tw-bg-opacity,1))
}
.bg-v2-skeleton {
    background-color:#6a707c40
}
.bg-v2-weak {
    --tw-bg-opacity:1;
    background-color:rgb(255 0 0/var(--tw-bg-opacity,1))
}
.bg-v3-excellent {
    --tw-bg-opacity:1;
    background-color:rgb(0 124 50/var(--tw-bg-opacity,1))
}
.bg-v3-fair {
    --tw-bg-opacity:1;
    background-color:rgb(217 134 0/var(--tw-bg-opacity,1))
}
.bg-v3-good {
    --tw-bg-opacity:1;
    background-color:rgb(181 163 16/var(--tw-bg-opacity,1))
}
.bg-v3-great {
    --tw-bg-opacity:1;
    background-color:rgb(14 166 0/var(--tw-bg-opacity,1))
}
.bg-v3-weak {
    --tw-bg-opacity:1;
    background-color:rgb(217 20 0/var(--tw-bg-opacity,1))
}
.bg-warren-android-basic-orange {
    --tw-bg-opacity:1;
    background-color:rgb(255 165 0/var(--tw-bg-opacity,1))
}
.bg-warren-android-basic-whiteBlack6 {
    background-color:rgba(0,0,0,.06)
}
.bg-warren-android-dark-bg-quaternary {
    --tw-bg-opacity:1;
    background-color:rgb(22 29 34/var(--tw-bg-opacity,1))
}
.bg-warren-android-light-bg-primary {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.bg-warren-android-light-bg-quaternary {
    --tw-bg-opacity:1;
    background-color:rgb(246 246 246/var(--tw-bg-opacity,1))
}
.bg-warren-android-light-bg-secondary2,.bg-warren-android-light-bg-tertiary {
    --tw-bg-opacity:1;
    background-color:rgb(237 237 237/var(--tw-bg-opacity,1))
}
.bg-warren-basic-orange {
    --tw-bg-opacity:1;
    background-color:rgb(255 165 0/var(--tw-bg-opacity,1))
}
.bg-warren-black {
    --tw-bg-opacity:1;
    background-color:rgb(0 0 0/var(--tw-bg-opacity,1))
}
.bg-warren-black-100 {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.bg-warren-black-800 {
    --tw-bg-opacity:1;
    background-color:rgb(51 51 51/var(--tw-bg-opacity,1))
}
.bg-warren-gray-10 {
    --tw-bg-opacity:1;
    background-color:rgb(247 247 248/var(--tw-bg-opacity,1))
}
.bg-warren-gray-20 {
    --tw-bg-opacity:1;
    background-color:rgb(230 233 235/var(--tw-bg-opacity,1))
}
.bg-warren-gray-200 {
    --tw-bg-opacity:1;
    background-color:rgb(234 236 240/var(--tw-bg-opacity,1))
}
.bg-warren-gray-5 {
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245/var(--tw-bg-opacity,1))
}
.bg-warren-gray-50 {
    --tw-bg-opacity:1;
    background-color:rgb(217 220 223/var(--tw-bg-opacity,1))
}
.bg-warren-gray-500 {
    --tw-bg-opacity:1;
    background-color:rgb(132 136 146/var(--tw-bg-opacity,1))
}
.bg-warren-gray-800 {
    --tw-bg-opacity:1;
    background-color:rgb(39 45 51/var(--tw-bg-opacity,1))
}
.bg-warren-gray-900 {
    --tw-bg-opacity:1;
    background-color:rgb(24 28 33/var(--tw-bg-opacity,1))
}
.bg-warren-ios-basic-whiteBlack6 {
    background-color:rgba(0,0,0,.06)
}
.bg-warren-ios-dark-bg-primary {
    --tw-bg-opacity:1;
    background-color:rgb(31 36 42/var(--tw-bg-opacity,1))
}
.bg-warren-ios-dark-divider-quaternary380 {
    background-color:#1f242a
}
.bg-warren-ios-light-basic-divider-quaternary-280 {
    background-color:hsla(0,0%,94%,.8)
}
.bg-warren-ios-light-basic-whiteBlack6 {
    background-color:rgba(0,0,0,.06)
}
.bg-warren-ios-light-bg-primary2 {
    --tw-bg-opacity:1;
    background-color:rgb(248 248 248/var(--tw-bg-opacity,1))
}
.bg-warren-ios-light-bg-secondary {
    --tw-bg-opacity:1;
    background-color:rgb(239 239 239/var(--tw-bg-opacity,1))
}
.bg-warren-ios-light-bg-tertiary3 {
    --tw-bg-opacity:1;
    background-color:rgb(248 248 248/var(--tw-bg-opacity,1))
}
.bg-warren-ios-light-divider-quaternary280 {
    background-color:#efefef
}
.bg-warren-ios-light-divider-quaternary380 {
    background-color:#f2f2f2
}
.bg-warren-other-green {
    --tw-bg-opacity:1;
    background-color:rgb(14 166 0/var(--tw-bg-opacity,1))
}
.bg-warren-other-main {
    --tw-bg-opacity:1;
    background-color:rgb(232 153 66/var(--tw-bg-opacity,1))
}
.bg-warren-other-orange {
    --tw-bg-opacity:1;
    background-color:rgb(242 169 59/var(--tw-bg-opacity,1))
}
.bg-warren-other-redText {
    --tw-bg-opacity:1;
    background-color:rgb(240 15 0/var(--tw-bg-opacity,1))
}
.bg-warren-ui-orange {
    --tw-bg-opacity:1;
    background-color:rgb(242 169 59/var(--tw-bg-opacity,1))
}
.bg-warren-ui-pro {
    --tw-bg-opacity:1;
    background-color:rgb(255 121 1/var(--tw-bg-opacity,1))
}
.bg-warren-ui-surfaceBlue {
    --tw-bg-opacity:1;
    background-color:rgb(18 86 160/var(--tw-bg-opacity,1))
}
.bg-white {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.bg-white\/30 {
    background-color:hsla(0,0%,100%,.3)
}
.bg-white\/60 {
    background-color:hsla(0,0%,100%,.6)
}
.bg-opacity-5 {
    --tw-bg-opacity:0.05
}
.bg-opacity-50 {
    --tw-bg-opacity:0.5
}
.bg-opacity-60 {
    --tw-bg-opacity:0.6
}
.bg-opacity-80 {
    --tw-bg-opacity:0.8
}
.bg-opacity-95 {
    --tw-bg-opacity:0.95
}
.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\2c _rgba\(255\2c _121\2c _1\2c _0\.25\)_0\%\2c _rgba\(255\2c _121\2c _1\2c _0\.05\)_100\%\)\2c _linear-gradient\(0deg\2c _var\(--color-grey-900\2c _\#181C21\)\2c _var\(--color-grey-900\2c _\#181C21\)\)\] {
    background-image:radial-gradient(50% 50% at 50% 50%,rgba(255,121,1,.25) 0,rgba(255,121,1,.05) 100%),linear-gradient(0deg,var(--color-grey-900,#181c21),var(--color-grey-900,#181c21))
}
[dir=ltr] .bg-gradient-blur {
    background-image:linear-gradient(90deg,#fff,hsla(0,0%,100%,0) 50%,#fff 88.53%),linear-gradient(180deg,#fff,hsla(0,0%,100%,.1) 15%,#fff 68.53%)
}
[dir=rtl] .bg-gradient-blur {
    background-image:linear-gradient(-90deg,#fff,hsla(0,0%,100%,0) 50%,#fff 88.53%),linear-gradient(-180deg,#fff,hsla(0,0%,100%,.1) 15%,#fff 68.53%)
}
[dir=ltr] .bg-gradient-custom {
    background-image:linear-gradient(90deg,rgba(47,47,71,.05),rgba(47,47,71,0))
}
[dir=rtl] .bg-gradient-custom {
    background-image:linear-gradient(-90deg,rgba(47,47,71,.05),rgba(47,47,71,0))
}
[dir=ltr] .bg-gradient-key-categories {
    background-image:linear-gradient(270deg,#fff,hsla(0,0%,100%,0))
}
[dir=rtl] .bg-gradient-key-categories {
    background-image:linear-gradient(-270deg,#fff,hsla(0,0%,100%,0))
}
[dir=ltr] .bg-gradient-key-categories-ltr {
    background-image:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
}
[dir=rtl] .bg-gradient-key-categories-ltr {
    background-image:linear-gradient(-90deg,#fff,hsla(0,0%,100%,0))
}
[dir=ltr] .bg-gradient-pro-custom {
    background-image:linear-gradient(86deg,#fac761 8%,#f7681c 114.4%)
}
[dir=rtl] .bg-gradient-pro-custom {
    background-image:linear-gradient(-86deg,#fac761 8%,#f7681c 114.4%)
}
[dir=ltr] .bg-gradient-pro-separator {
    background-image:linear-gradient(90deg,#ff7901,rgba(255,121,1,0))
}
[dir=rtl] .bg-gradient-pro-separator {
    background-image:linear-gradient(-90deg,#ff7901,rgba(255,121,1,0))
}
[dir=ltr] .bg-gradient-score-pro {
    background-image:linear-gradient(90deg,#f6f6f6 -3.32%,#e3e3e3 58.99%,#f1f1f1 98.83%)
}
[dir=rtl] .bg-gradient-score-pro {
    background-image:linear-gradient(-90deg,#f6f6f6 -3.32%,#e3e3e3 58.99%,#f1f1f1 98.83%)
}
[dir=ltr] .bg-gradient-scroll-list {
    background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 88.53%)
}
[dir=rtl] .bg-gradient-scroll-list {
    background-image:linear-gradient(-180deg,hsla(0,0%,100%,0),#fff 88.53%)
}
.bg-gradient-to-b {
    background-image:linear-gradient(to bottom,var(--tw-gradient-stops))
}
[dir=ltr] .bg-gradient-to-l {
    background-image:linear-gradient(to left,var(--tw-gradient-stops))
}
[dir=ltr] .bg-gradient-to-r,[dir=rtl] .bg-gradient-to-l {
    background-image:linear-gradient(to right,var(--tw-gradient-stops))
}
[dir=rtl] .bg-gradient-to-r {
    background-image:linear-gradient(to left,var(--tw-gradient-stops))
}
.bg-gradient-to-t {
    background-image:linear-gradient(to top,var(--tw-gradient-stops))
}
[dir=ltr] .bg-gradient-transparent-to-black {
    background-image:linear-gradient(180deg,hsla(223,6%,55%,0),hsla(223,6%,55%,.7))
}
[dir=rtl] .bg-gradient-transparent-to-black {
    background-image:linear-gradient(-180deg,hsla(223,6%,55%,0),hsla(223,6%,55%,.7))
}
.bg-none {
    background-image:none
}
.bg-select-custom {
    background-image:url(../images/arrow-down-custom.svg)
}
.from-\[\#2F2F47\]\/\[2\%\] {
    --tw-gradient-from:rgb(47 47 71/2%) var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(47,47,71,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-\[\#2F2F47\]\/\[5\%\] {
    --tw-gradient-from:rgb(47 47 71/5%) var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(47,47,71,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-\[\#F7681C\] {
    --tw-gradient-from:#f7681c var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(247,104,28,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-\[\#FFF6EE\] {
    --tw-gradient-from:#fff6ee var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(255,246,238,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-\[\#d5e7ff\] {
    --tw-gradient-from:#d5e7ff var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(213,231,255,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-\[\#fac760\] {
    --tw-gradient-from:#fac760 var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(250,199,96,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-\[\#fac761\] {
    --tw-gradient-from:#fac761 var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(250,199,97,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-\[\#ffffff\] {
    --tw-gradient-from:#fff var(--tw-gradient-from-position);
    --tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-pro-light {
    --tw-gradient-from:#fac761 var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(250,199,97,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-sky-50 {
    --tw-gradient-from:#f0f9ff var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(240,249,255,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-transparent {
    --tw-gradient-from:transparent var(--tw-gradient-from-position);
    --tw-gradient-to:transparent var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-v2-black-pro {
    --tw-gradient-from:#333 var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(51,51,51,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-v2-excellent {
    --tw-gradient-from:#007c32 var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(0,124,50,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-v2-weak {
    --tw-gradient-from:red var(--tw-gradient-from-position);
    --tw-gradient-to:rgba(255,0,0,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-white {
    --tw-gradient-from:#fff var(--tw-gradient-from-position);
    --tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-white\/40 {
    --tw-gradient-from:hsla(0,0%,100%,.4) var(--tw-gradient-from-position);
    --tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-0\% {
    --tw-gradient-from-position:0%
}
.via-v2-good {
    --tw-gradient-to:rgba(235,174,4,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),#ebae04 var(--tw-gradient-via-position),var(--tw-gradient-to)
}
.via-white {
    --tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)
}
.to-\[\#0a69e5\] {
    --tw-gradient-to:#0a69e5 var(--tw-gradient-to-position)
}
.to-\[\#FAC761\] {
    --tw-gradient-to:#fac761 var(--tw-gradient-to-position)
}
.to-\[\#f4f4f4\] {
    --tw-gradient-to:#f4f4f4 var(--tw-gradient-to-position)
}
.to-\[\#f7681c\],.to-pro-dark {
    --tw-gradient-to:#f7681c var(--tw-gradient-to-position)
}
.to-transparent {
    --tw-gradient-to:transparent var(--tw-gradient-to-position)
}
.to-v2-excellent {
    --tw-gradient-to:#007c32 var(--tw-gradient-to-position)
}
.to-v2-weak {
    --tw-gradient-to:red var(--tw-gradient-to-position)
}
.to-white {
    --tw-gradient-to:#fff var(--tw-gradient-to-position)
}
.to-100\% {
    --tw-gradient-to-position:100%
}
.bg-cover {
    background-size:cover
}
.\!bg-clip-padding {
    background-clip:padding-box!important
}
.bg-clip-content {
    background-clip:content-box
}
.bg-center {
    background-position:50%
}
.bg-no-repeat {
    background-repeat:no-repeat
}
.\!fill-warren-android-dark-basic-blueBright {
    fill:#0a84ff!important
}
.\!fill-warren-android-light-basic-blueBright {
    fill:#006edb!important
}
.\!fill-warren-gray-700 {
    fill:#5b616e!important
}
.\!fill-warren-ios-basic-BlueBright_Basic {
    fill:#0a84ff!important
}
.\!fill-warren-other-orange {
    fill:#f2a93b!important
}
.fill-\[\#181C21\] {
    fill:#181c21
}
.fill-\[\#BDBFC2\] {
    fill:#bdbfc2
}
.fill-blue-600 {
    fill:#2563eb
}
.fill-inv-blue-500 {
    fill:#1256a0
}
.fill-inv-grey-700 {
    fill:#333
}
.fill-v2-secondary {
    fill:#1256a0
}
.fill-warren-gray-900 {
    fill:#181c21
}
.fill-warren-ui-pro {
    fill:#ff7901
}
.fill-warren-ui-surfaceBlue {
    fill:#1256a0
}
.fill-white {
    fill:#fff
}
.\!stroke-v2-blue {
    stroke:#1256a0!important
}
.stroke-\[\#33A8FF\] {
    stroke:#33a8ff
}
.stroke-\[\#5B616E\],.stroke-\[\#5b616e\] {
    stroke:#5b616e
}
.stroke-warren-gray-500 {
    stroke:#848892
}
.stroke-warren-gray-900 {
    stroke:#181c21
}
.stroke-white {
    stroke:#fff
}
.stroke-\[1\.5px\] {
    stroke-width:1.5px
}
.stroke-\[2px\] {
    stroke-width:2px
}
.stroke-\[4px\] {
    stroke-width:4px
}
.object-contain {
    -o-object-fit:contain;
    object-fit:contain
}
.object-cover {
    -o-object-fit:cover;
    object-fit:cover
}
.\!p-0 {
    padding:0!important
}
.\!p-2\.5 {
    padding:.625rem!important
}
.p-0 {
    padding:0
}
.p-0\.5 {
    padding:.125rem
}
.p-1 {
    padding:.25rem
}
.p-1\.5 {
    padding:.375rem
}
.p-12 {
    padding:3rem
}
.p-2 {
    padding:.5rem
}
.p-2\.5 {
    padding:.625rem
}
.p-20 {
    padding:5rem
}
.p-3 {
    padding:.75rem
}
.p-3\.25 {
    padding:.8125rem
}
.p-3\.5 {
    padding:.875rem
}
.p-4 {
    padding:1rem
}
.p-5 {
    padding:1.25rem
}
.p-6 {
    padding:1.5rem
}
.p-8 {
    padding:2rem
}
.p-\[0\.5px\] {
    padding:.5px
}
.p-\[11px\] {
    padding:11px
}
.p-\[15px\] {
    padding:15px
}
.p-\[2\.727px\] {
    padding:2.727px
}
.p-\[3px\] {
    padding:3px
}
.p-\[9px\] {
    padding:9px
}
.\!px-0 {
    padding-left:0!important;
    padding-right:0!important
}
.\!px-1\.5 {
    padding-left:.375rem!important;
    padding-right:.375rem!important
}
.\!px-2 {
    padding-left:.5rem!important;
    padding-right:.5rem!important
}
.\!px-2\.5 {
    padding-left:.625rem!important;
    padding-right:.625rem!important
}
.\!px-3 {
    padding-left:.75rem!important;
    padding-right:.75rem!important
}
.\!px-4 {
    padding-left:1rem!important;
    padding-right:1rem!important
}
.\!px-\[4\.8\] {
    padding-left:4.8!important;
    padding-right:4.8!important
}
.\!py-0 {
    padding-top:0!important;
    padding-bottom:0!important
}
.\!py-1 {
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
}
.\!py-2 {
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
}
.\!py-2\.5 {
    padding-top:.625rem!important;
    padding-bottom:.625rem!important
}
.\!py-3 {
    padding-top:.75rem!important;
    padding-bottom:.75rem!important
}
.\!py-3\.5 {
    padding-top:.875rem!important;
    padding-bottom:.875rem!important
}
.\!py-4 {
    padding-top:1rem!important;
    padding-bottom:1rem!important
}
.\!py-6 {
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
}
.\!py-\[17px\] {
    padding-top:17px!important;
    padding-bottom:17px!important
}
.\!py-\[18px\] {
    padding-top:18px!important;
    padding-bottom:18px!important
}
.\!py-\[2\.4px\] {
    padding-top:2.4px!important;
    padding-bottom:2.4px!important
}
.\!py-\[9px\] {
    padding-top:9px!important;
    padding-bottom:9px!important
}
.\!py-px {
    padding-top:1px!important;
    padding-bottom:1px!important
}
.px-0 {
    padding-left:0;
    padding-right:0
}
.px-0\.5 {
    padding-left:.125rem;
    padding-right:.125rem
}
.px-1 {
    padding-left:.25rem;
    padding-right:.25rem
}
.px-1\.5 {
    padding-left:.375rem;
    padding-right:.375rem
}
.px-10 {
    padding-left:2.5rem;
    padding-right:2.5rem
}
.px-12 {
    padding-left:3rem;
    padding-right:3rem
}
.px-2 {
    padding-left:.5rem;
    padding-right:.5rem
}
.px-2\.5 {
    padding-left:.625rem;
    padding-right:.625rem
}
.px-3 {
    padding-left:.75rem;
    padding-right:.75rem
}
.px-3\.5 {
    padding-left:.875rem;
    padding-right:.875rem
}
.px-32 {
    padding-left:8rem;
    padding-right:8rem
}
.px-4 {
    padding-left:1rem;
    padding-right:1rem
}
.px-5 {
    padding-left:1.25rem;
    padding-right:1.25rem
}
.px-6 {
    padding-left:1.5rem;
    padding-right:1.5rem
}
.px-8 {
    padding-left:2rem;
    padding-right:2rem
}
.px-\[1\.2vh\] {
    padding-left:1.2vh;
    padding-right:1.2vh
}
.px-\[11px\] {
    padding-left:11px;
    padding-right:11px
}
.px-\[12\.8px\] {
    padding-left:12.8px;
    padding-right:12.8px
}
.px-\[13px\] {
    padding-left:13px;
    padding-right:13px
}
.px-\[14px\] {
    padding-left:14px;
    padding-right:14px
}
.px-\[15px\] {
    padding-left:15px;
    padding-right:15px
}
.px-\[16px\] {
    padding-left:16px;
    padding-right:16px
}
.px-\[25px\] {
    padding-left:25px;
    padding-right:25px
}
.px-\[5px\] {
    padding-left:5px;
    padding-right:5px
}
.px-\[6px\] {
    padding-left:6px;
    padding-right:6px
}
.px-\[7px\] {
    padding-left:7px;
    padding-right:7px
}
.py-0 {
    padding-top:0;
    padding-bottom:0
}
.py-0\.5 {
    padding-top:.125rem;
    padding-bottom:.125rem
}
.py-0\.75 {
    padding-top:.1875rem;
    padding-bottom:.1875rem
}
.py-1 {
    padding-top:.25rem;
    padding-bottom:.25rem
}
.py-1\.5 {
    padding-top:.375rem;
    padding-bottom:.375rem
}
.py-10 {
    padding-top:2.5rem;
    padding-bottom:2.5rem
}
.py-11 {
    padding-top:2.75rem;
    padding-bottom:2.75rem
}
.py-12 {
    padding-top:3rem;
    padding-bottom:3rem
}
.py-2 {
    padding-top:.5rem;
    padding-bottom:.5rem
}
.py-2\.5 {
    padding-top:.625rem;
    padding-bottom:.625rem
}
.py-20 {
    padding-top:5rem;
    padding-bottom:5rem
}
.py-3 {
    padding-top:.75rem;
    padding-bottom:.75rem
}
.py-3\.25 {
    padding-top:.8125rem;
    padding-bottom:.8125rem
}
.py-3\.5 {
    padding-top:.875rem;
    padding-bottom:.875rem
}
.py-30 {
    padding-top:7.5rem;
    padding-bottom:7.5rem
}
.py-4 {
    padding-top:1rem;
    padding-bottom:1rem
}
.py-5 {
    padding-top:1.25rem;
    padding-bottom:1.25rem
}
.py-6 {
    padding-top:1.5rem;
    padding-bottom:1.5rem
}
.py-8 {
    padding-top:2rem;
    padding-bottom:2rem
}
.py-\[0\.45rem\] {
    padding-top:.45rem;
    padding-bottom:.45rem
}
.py-\[0\.5vh\] {
    padding-top:.5vh;
    padding-bottom:.5vh
}
.py-\[10px\] {
    padding-top:10px;
    padding-bottom:10px
}
.py-\[15px\] {
    padding-top:15px;
    padding-bottom:15px
}
.py-\[2px\] {
    padding-top:2px;
    padding-bottom:2px
}
.py-\[3px\] {
    padding-top:3px;
    padding-bottom:3px
}
.py-\[5px\] {
    padding-top:5px;
    padding-bottom:5px
}
.py-\[6\.50px\] {
    padding-top:6.5px;
    padding-bottom:6.5px
}
.py-\[6px\] {
    padding-top:6px;
    padding-bottom:6px
}
.py-\[7px\] {
    padding-top:7px;
    padding-bottom:7px
}
.py-\[8px\] {
    padding-top:8px;
    padding-bottom:8px
}
.py-\[9px\] {
    padding-top:9px;
    padding-bottom:9px
}
.py-px {
    padding-top:1px;
    padding-bottom:1px
}
.\!pb-0 {
    padding-bottom:0!important
}
.\!pb-3 {
    padding-bottom:.75rem!important
}
[dir=ltr] .\!pl-0 {
    padding-left:0!important
}
[dir=rtl] .\!pl-0 {
    padding-right:0!important
}
[dir=ltr] .\!pl-1\.5 {
    padding-left:.375rem!important
}
[dir=rtl] .\!pl-1\.5 {
    padding-right:.375rem!important
}
[dir=ltr] .\!pl-2 {
    padding-left:.5rem!important
}
[dir=rtl] .\!pl-2 {
    padding-right:.5rem!important
}
[dir=ltr] .\!pl-2\.5 {
    padding-left:.625rem!important
}
[dir=rtl] .\!pl-2\.5 {
    padding-right:.625rem!important
}
[dir=ltr] .\!pl-3 {
    padding-left:.75rem!important
}
[dir=rtl] .\!pl-3 {
    padding-right:.75rem!important
}
[dir=ltr] .\!pl-4 {
    padding-left:1rem!important
}
[dir=rtl] .\!pl-4 {
    padding-right:1rem!important
}
[dir=ltr] .\!pl-6 {
    padding-left:1.5rem!important
}
[dir=rtl] .\!pl-6 {
    padding-right:1.5rem!important
}
[dir=ltr] .\!pr-0 {
    padding-right:0!important
}
[dir=rtl] .\!pr-0 {
    padding-left:0!important
}
[dir=ltr] .\!pr-1\.5 {
    padding-right:.375rem!important
}
[dir=rtl] .\!pr-1\.5 {
    padding-left:.375rem!important
}
[dir=ltr] .\!pr-2\.5 {
    padding-right:.625rem!important
}
[dir=rtl] .\!pr-2\.5 {
    padding-left:.625rem!important
}
.\!pt-0 {
    padding-top:0!important
}
.\!pt-14 {
    padding-top:3.5rem!important
}
.\!pt-2 {
    padding-top:.5rem!important
}
.\!pt-3 {
    padding-top:.75rem!important
}
.\!pt-4 {
    padding-top:1rem!important
}
.pb-0 {
    padding-bottom:0
}
.pb-0\.5 {
    padding-bottom:.125rem
}
.pb-0\.75 {
    padding-bottom:.1875rem
}
.pb-1 {
    padding-bottom:.25rem
}
.pb-1\.5 {
    padding-bottom:.375rem
}
.pb-10 {
    padding-bottom:2.5rem
}
.pb-12 {
    padding-bottom:3rem
}
.pb-14 {
    padding-bottom:3.5rem
}
.pb-16 {
    padding-bottom:4rem
}
.pb-2 {
    padding-bottom:.5rem
}
.pb-2\.5 {
    padding-bottom:.625rem
}
.pb-20 {
    padding-bottom:5rem
}
.pb-3 {
    padding-bottom:.75rem
}
.pb-3\.25 {
    padding-bottom:.8125rem
}
.pb-3\.5 {
    padding-bottom:.875rem
}
.pb-4 {
    padding-bottom:1rem
}
.pb-5 {
    padding-bottom:1.25rem
}
.pb-6 {
    padding-bottom:1.5rem
}
.pb-8 {
    padding-bottom:2rem
}
.pb-\[0\.3125rem\] {
    padding-bottom:.3125rem
}
.pb-\[1\.5px\] {
    padding-bottom:1.5px
}
.pb-\[100px\] {
    padding-bottom:100px
}
.pb-\[11px\] {
    padding-bottom:11px
}
.pb-\[13px\] {
    padding-bottom:13px
}
.pb-\[15px\] {
    padding-bottom:15px
}
.pb-\[17px\] {
    padding-bottom:17px
}
.pb-\[18px\] {
    padding-bottom:18px
}
.pb-\[33px\] {
    padding-bottom:33px
}
.pb-\[59\.60\%\] {
    padding-bottom:59.6%
}
.pb-\[60px\] {
    padding-bottom:60px
}
.pb-\[625px\] {
    padding-bottom:625px
}
.pb-\[7px\] {
    padding-bottom:7px
}
.pb-px {
    padding-bottom:1px
}
[dir=ltr] .pl-0 {
    padding-left:0
}
[dir=rtl] .pl-0 {
    padding-right:0
}
[dir=ltr] .pl-0\.5 {
    padding-left:.125rem
}
[dir=rtl] .pl-0\.5 {
    padding-right:.125rem
}
[dir=ltr] .pl-1 {
    padding-left:.25rem
}
[dir=rtl] .pl-1 {
    padding-right:.25rem
}
[dir=ltr] .pl-1\.5 {
    padding-left:.375rem
}
[dir=rtl] .pl-1\.5 {
    padding-right:.375rem
}
[dir=ltr] .pl-10 {
    padding-left:2.5rem
}
[dir=rtl] .pl-10 {
    padding-right:2.5rem
}
[dir=ltr] .pl-11 {
    padding-left:2.75rem
}
[dir=rtl] .pl-11 {
    padding-right:2.75rem
}
[dir=ltr] .pl-14 {
    padding-left:3.5rem
}
[dir=rtl] .pl-14 {
    padding-right:3.5rem
}
[dir=ltr] .pl-2 {
    padding-left:.5rem
}
[dir=rtl] .pl-2 {
    padding-right:.5rem
}
[dir=ltr] .pl-2\.5 {
    padding-left:.625rem
}
[dir=rtl] .pl-2\.5 {
    padding-right:.625rem
}
[dir=ltr] .pl-3 {
    padding-left:.75rem
}
[dir=rtl] .pl-3 {
    padding-right:.75rem
}
[dir=ltr] .pl-4 {
    padding-left:1rem
}
[dir=rtl] .pl-4 {
    padding-right:1rem
}
[dir=ltr] .pl-5 {
    padding-left:1.25rem
}
[dir=rtl] .pl-5 {
    padding-right:1.25rem
}
[dir=ltr] .pl-8 {
    padding-left:2rem
}
[dir=rtl] .pl-8 {
    padding-right:2rem
}
[dir=ltr] .pl-\[1\.5px\] {
    padding-left:1.5px
}
[dir=rtl] .pl-\[1\.5px\] {
    padding-right:1.5px
}
[dir=ltr] .pl-\[14px\] {
    padding-left:14px
}
[dir=rtl] .pl-\[14px\] {
    padding-right:14px
}
[dir=ltr] .pl-\[22px\] {
    padding-left:22px
}
[dir=rtl] .pl-\[22px\] {
    padding-right:22px
}
[dir=ltr] .pl-\[27px\] {
    padding-left:27px
}
[dir=rtl] .pl-\[27px\] {
    padding-right:27px
}
[dir=ltr] .pl-\[30px\] {
    padding-left:30px
}
[dir=rtl] .pl-\[30px\] {
    padding-right:30px
}
[dir=ltr] .pl-\[33px\] {
    padding-left:33px
}
[dir=rtl] .pl-\[33px\] {
    padding-right:33px
}
[dir=ltr] .pl-\[6px\] {
    padding-left:6px
}
[dir=rtl] .pl-\[6px\] {
    padding-right:6px
}
[dir=ltr] .pl-\[7px\] {
    padding-left:7px
}
[dir=rtl] .pl-\[7px\] {
    padding-right:7px
}
[dir=ltr] .pl-px {
    padding-left:1px
}
[dir=rtl] .pl-px {
    padding-right:1px
}
[dir=ltr] .pr-0 {
    padding-right:0
}
[dir=rtl] .pr-0 {
    padding-left:0
}
[dir=ltr] .pr-1 {
    padding-right:.25rem
}
[dir=rtl] .pr-1 {
    padding-left:.25rem
}
[dir=ltr] .pr-1\.5 {
    padding-right:.375rem
}
[dir=rtl] .pr-1\.5 {
    padding-left:.375rem
}
[dir=ltr] .pr-10 {
    padding-right:2.5rem
}
[dir=rtl] .pr-10 {
    padding-left:2.5rem
}
[dir=ltr] .pr-12 {
    padding-right:3rem
}
[dir=rtl] .pr-12 {
    padding-left:3rem
}
[dir=ltr] .pr-2 {
    padding-right:.5rem
}
[dir=rtl] .pr-2 {
    padding-left:.5rem
}
[dir=ltr] .pr-2\.5 {
    padding-right:.625rem
}
[dir=rtl] .pr-2\.5 {
    padding-left:.625rem
}
[dir=ltr] .pr-3 {
    padding-right:.75rem
}
[dir=rtl] .pr-3 {
    padding-left:.75rem
}
[dir=ltr] .pr-3\.5 {
    padding-right:.875rem
}
[dir=rtl] .pr-3\.5 {
    padding-left:.875rem
}
[dir=ltr] .pr-4 {
    padding-right:1rem
}
[dir=rtl] .pr-4 {
    padding-left:1rem
}
[dir=ltr] .pr-5 {
    padding-right:1.25rem
}
[dir=rtl] .pr-5 {
    padding-left:1.25rem
}
[dir=ltr] .pr-6 {
    padding-right:1.5rem
}
[dir=rtl] .pr-6 {
    padding-left:1.5rem
}
[dir=ltr] .pr-7 {
    padding-right:1.75rem
}
[dir=rtl] .pr-7 {
    padding-left:1.75rem
}
[dir=ltr] .pr-8 {
    padding-right:2rem
}
[dir=rtl] .pr-8 {
    padding-left:2rem
}
[dir=ltr] .pr-\[30px\] {
    padding-right:30px
}
[dir=rtl] .pr-\[30px\] {
    padding-left:30px
}
[dir=ltr] .pr-\[31px\] {
    padding-right:31px
}
[dir=rtl] .pr-\[31px\] {
    padding-left:31px
}
[dir=ltr] .pr-\[7px\] {
    padding-right:7px
}
[dir=rtl] .pr-\[7px\] {
    padding-left:7px
}
[dir=ltr] .pr-px {
    padding-right:1px
}
[dir=rtl] .pr-px {
    padding-left:1px
}
.pt-0 {
    padding-top:0
}
.pt-0\.25 {
    padding-top:.0625rem
}
.pt-0\.5 {
    padding-top:.125rem
}
.pt-1 {
    padding-top:.25rem
}
.pt-1\.5 {
    padding-top:.375rem
}
.pt-10 {
    padding-top:2.5rem
}
.pt-12 {
    padding-top:3rem
}
.pt-14 {
    padding-top:3.5rem
}
.pt-16 {
    padding-top:4rem
}
.pt-2 {
    padding-top:.5rem
}
.pt-2\.5 {
    padding-top:.625rem
}
.pt-3 {
    padding-top:.75rem
}
.pt-3\.5 {
    padding-top:.875rem
}
.pt-4 {
    padding-top:1rem
}
.pt-5 {
    padding-top:1.25rem
}
.pt-6 {
    padding-top:1.5rem
}
.pt-8 {
    padding-top:2rem
}
.pt-\[0\.3125rem\] {
    padding-top:.3125rem
}
.pt-\[114px\] {
    padding-top:114px
}
.pt-\[13px\] {
    padding-top:13px
}
.pt-\[18px\] {
    padding-top:18px
}
.pt-\[2\.5px\] {
    padding-top:2.5px
}
.pt-\[25px\] {
    padding-top:25px
}
.pt-\[29px\] {
    padding-top:29px
}
.pt-\[34px\] {
    padding-top:34px
}
.pt-\[5px\] {
    padding-top:5px
}
.pt-\[60px\] {
    padding-top:60px
}
[dir=ltr] .\!text-left {
    text-align:left!important
}
[dir=rtl] .\!text-left {
    text-align:right!important
}
[dir=ltr] .text-left {
    text-align:left
}
[dir=rtl] .text-left {
    text-align:right
}
.\!text-center {
    text-align:center!important
}
.text-center {
    text-align:center
}
[dir=ltr] .\!text-right {
    text-align:right!important
}
[dir=rtl] .\!text-right {
    text-align:left!important
}
[dir=ltr] .text-right {
    text-align:right
}
[dir=rtl] .text-right {
    text-align:left
}
.\!text-start {
    text-align:start!important
}
.text-start {
    text-align:start
}
.text-end {
    text-align:end
}
.align-baseline {
    vertical-align:baseline
}
.align-top {
    vertical-align:top
}
.align-middle {
    vertical-align:middle
}
.align-bottom {
    vertical-align:bottom
}
.\!font-sans-v2 {
    font-family:Inter,var(--site-font,Inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important
}
.font-\[\'Arial\'\] {
    font-family:Arial
}
.font-\[Inter\],.font-\[\'Inter\'\] {
    font-family:Inter
}
.font-arial {
    font-family:Arial,sans-serif
}
.font-sans {
    font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}
.font-sans-v2 {
    font-family:Inter,var(--site-font,Inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif
}
.\!text-2xl {
    font-size:1.375rem!important
}
.\!text-2xs {
    font-size:.6875rem!important
}
.\!text-3xl {
    font-size:1.5rem!important
}
.\!text-3xs {
    font-size:.625rem!important
}
.\!text-\[17px\] {
    font-size:17px!important
}
.\!text-base {
    font-size:1rem!important
}
.\!text-lg {
    font-size:1.125rem!important
}
.\!text-sm,.\!text-sm\/5 {
    font-size:.875rem!important
}
.\!text-sm\/5 {
    line-height:1.25rem!important
}
.\!text-xs {
    font-size:.75rem!important
}
.text-2xl {
    font-size:1.375rem
}
.text-2xs {
    font-size:.6875rem
}
.text-3xl {
    font-size:1.5rem
}
.text-3xs,.text-3xs\/3\.5 {
    font-size:.625rem
}
.text-3xs\/3\.5 {
    line-height:.875rem
}
.text-3xs\/4 {
    font-size:.625rem;
    line-height:1rem
}
.text-3xs\/5 {
    font-size:.625rem;
    line-height:1.25rem
}
.text-4xl {
    font-size:1.75rem
}
.text-5xl,.text-5xl\/9 {
    font-size:1.875rem
}
.text-5xl\/9 {
    line-height:2.25rem
}
.text-6xl {
    font-size:2.125rem;
    line-height:1.4
}
.text-\[0\.78em\] {
    font-size:.78em
}
.text-\[0\.9em\] {
    font-size:.9em
}
.text-\[1\.11111em\] {
    font-size:1.11111em
}
.text-\[1\.25rem\] {
    font-size:1.25rem
}
.text-\[1\.5vh\] {
    font-size:1.5vh
}
.text-\[1\.8vh\] {
    font-size:1.8vh
}
.text-\[10px\] {
    font-size:10px
}
.text-\[11px\] {
    font-size:11px
}
.text-\[12\.5px\] {
    font-size:12.5px
}
.text-\[12px\] {
    font-size:12px
}
.text-\[13px\] {
    font-size:13px
}
.text-\[17px\] {
    font-size:17px
}
.text-\[18px\] {
    font-size:18px
}
.text-\[1em\] {
    font-size:1em
}
.text-\[20px\] {
    font-size:20px
}
.text-\[22px\] {
    font-size:22px
}
.text-\[2vh\] {
    font-size:2vh
}
.text-\[8px\] {
    font-size:8px
}
.text-\[9px\] {
    font-size:9px
}
.text-base {
    font-size:1rem
}
.text-base\/4\.5 {
    font-size:1rem;
    line-height:1.125rem
}
.text-base\/5 {
    font-size:1rem;
    line-height:1.25rem
}
.text-base\/6 {
    font-size:1rem;
    line-height:1.5rem
}
.text-base\/\[28px\] {
    font-size:1rem;
    line-height:28px
}
.text-lg,.text-lg\/5 {
    font-size:1.125rem
}
.text-lg\/5 {
    line-height:1.25rem
}
.text-lg\/6 {
    font-size:1.125rem;
    line-height:1.5rem
}
.text-sm,.text-sm\/4 {
    font-size:.875rem
}
.text-sm\/4 {
    line-height:1rem
}
.text-sm\/5 {
    font-size:.875rem;
    line-height:1.25rem
}
.text-sm\/6 {
    font-size:.875rem;
    line-height:1.5rem
}
.text-sm\/7 {
    font-size:.875rem;
    line-height:1.75rem
}
.text-sm\/\[18px\] {
    font-size:.875rem;
    line-height:18px
}
.text-sm\/\[20px\] {
    font-size:.875rem;
    line-height:20px
}
.text-xl,.text-xl\/7 {
    font-size:1.25rem
}
.text-xl\/7 {
    line-height:1.75rem
}
.text-xs,.text-xs\/3\.5 {
    font-size:.75rem
}
.text-xs\/3\.5 {
    line-height:.875rem
}
.text-xs\/4 {
    font-size:.75rem;
    line-height:1rem
}
.text-xs\/5 {
    font-size:.75rem;
    line-height:1.25rem
}
.text-xs\/6 {
    font-size:.75rem;
    line-height:1.5rem
}
.text-xs\/tight {
    font-size:.75rem;
    line-height:1.25
}
.\!font-bold {
    font-weight:700!important
}
.\!font-normal {
    font-weight:400!important
}
.\!font-semibold {
    font-weight:600!important
}
.font-bold {
    font-weight:700
}
.font-medium {
    font-weight:500
}
.font-normal {
    font-weight:400
}
.font-semibold {
    font-weight:600
}
.\!uppercase {
    text-transform:uppercase!important
}
.uppercase {
    text-transform:uppercase
}
.lowercase {
    text-transform:lowercase
}
.capitalize {
    text-transform:capitalize
}
.not-italic {
    font-style:normal
}
.ordinal {
    --tw-ordinal:ordinal
}
.ordinal,.tabular-nums {
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}
.tabular-nums {
    --tw-numeric-spacing:tabular-nums
}
.\!leading-4 {
    line-height:1rem!important
}
.\!leading-5 {
    line-height:1.25rem!important
}
.\!leading-6 {
    line-height:1.5rem!important
}
.\!leading-tight {
    line-height:1.25!important
}
.leading-10 {
    line-height:2.5rem
}
.leading-3 {
    line-height:.75rem
}
.leading-3\.5 {
    line-height:.875rem
}
.leading-4 {
    line-height:1rem
}
.leading-4\.5 {
    line-height:1.125rem
}
.leading-5 {
    line-height:1.25rem
}
.leading-6 {
    line-height:1.5rem
}
.leading-7 {
    line-height:1.75rem
}
.leading-8 {
    line-height:2rem
}
.leading-9 {
    line-height:2.25rem
}
.leading-\[1\.15\] {
    line-height:1.15
}
.leading-\[1\.25em\] {
    line-height:1.25em
}
.leading-\[1\.38rem\] {
    line-height:1.38rem
}
.leading-\[1\.4\] {
    line-height:1.4
}
.leading-\[10px\] {
    line-height:10px
}
.leading-\[14px\] {
    line-height:14px
}
.leading-\[18px\] {
    line-height:18px
}
.leading-\[2\.3rem\] {
    line-height:2.3rem
}
.leading-\[2\.3vh\] {
    line-height:2.3vh
}
.leading-\[21px\] {
    line-height:21px
}
.leading-\[24px\] {
    line-height:24px
}
.leading-\[42px\] {
    line-height:42px
}
.leading-\[normal\] {
    line-height:normal
}
.leading-none {
    line-height:1
}
.leading-normal {
    line-height:1.5
}
.leading-snug {
    line-height:1.375
}
.leading-tight {
    line-height:1.25
}
.tracking-\[-0\.0125em\] {
    letter-spacing:-.0125em
}
.tracking-\[0\.027px\] {
    letter-spacing:.027px
}
.tracking-\[0\.2px\] {
    letter-spacing:.2px
}
.tracking-tight {
    letter-spacing:-.025em
}
.\!text-\[\#006BF6\],.\!text-\[\#006bf6\] {
    --tw-text-opacity:1!important;
    color:rgb(0 107 246/var(--tw-text-opacity,1))!important
}
.\!text-\[\#007C32\] {
    --tw-text-opacity:1!important;
    color:rgb(0 124 50/var(--tw-text-opacity,1))!important
}
.\!text-\[\#048de3\] {
    --tw-text-opacity:1!important;
    color:rgb(4 141 227/var(--tw-text-opacity,1))!important
}
.\!text-\[\#1256A0\],.\!text-\[\#1256a0\] {
    --tw-text-opacity:1!important;
    color:rgb(18 86 160/var(--tw-text-opacity,1))!important
}
.\!text-\[\#181C21\],.\!text-\[\#181c21\] {
    --tw-text-opacity:1!important;
    color:rgb(24 28 33/var(--tw-text-opacity,1))!important
}
.\!text-\[\#232526\] {
    --tw-text-opacity:1!important;
    color:rgb(35 37 38/var(--tw-text-opacity,1))!important
}
.\!text-\[\#333333\] {
    --tw-text-opacity:1!important;
    color:rgb(51 51 51/var(--tw-text-opacity,1))!important
}
.\!text-\[\#5B616E\],.\!text-\[\#5b616e\] {
    --tw-text-opacity:1!important;
    color:rgb(91 97 110/var(--tw-text-opacity,1))!important
}
.\!text-\[\#9b9b9b\] {
    --tw-text-opacity:1!important;
    color:rgb(155 155 155/var(--tw-text-opacity,1))!important
}
.\!text-\[\#D91400\] {
    --tw-text-opacity:1!important;
    color:rgb(217 20 0/var(--tw-text-opacity,1))!important
}
.\!text-\[\#FF7901\] {
    --tw-text-opacity:1!important;
    color:rgb(255 121 1/var(--tw-text-opacity,1))!important
}
.\!text-\[\#bababa\] {
    --tw-text-opacity:1!important;
    color:rgb(186 186 186/var(--tw-text-opacity,1))!important
}
.\!text-black {
    --tw-text-opacity:1!important;
    color:rgb(0 0 0/var(--tw-text-opacity,1))!important
}
.\!text-gray-900 {
    --tw-text-opacity:1!important;
    color:rgb(17 24 39/var(--tw-text-opacity,1))!important
}
.\!text-inv-blue-500 {
    --tw-text-opacity:1!important;
    color:rgb(18 86 160/var(--tw-text-opacity,1))!important
}
.\!text-inv-grey-500 {
    --tw-text-opacity:1!important;
    color:rgb(186 186 186/var(--tw-text-opacity,1))!important
}
.\!text-inv-grey-600 {
    --tw-text-opacity:1!important;
    color:rgb(155 155 155/var(--tw-text-opacity,1))!important
}
.\!text-inv-grey-650 {
    --tw-text-opacity:1!important;
    color:rgb(134 134 134/var(--tw-text-opacity,1))!important
}
.\!text-inv-grey-700 {
    --tw-text-opacity:1!important;
    color:rgb(51 51 51/var(--tw-text-opacity,1))!important
}
.\!text-negative-main {
    color:var(--negative-change-main)!important
}
.\!text-positive-main {
    color:var(--positive-change-main)!important
}
.\!text-v2-blue {
    --tw-text-opacity:1!important;
    color:rgb(18 86 160/var(--tw-text-opacity,1))!important
}
.\!text-warren-android-light-basic-redDown {
    --tw-text-opacity:1!important;
    color:rgb(231 84 77/var(--tw-text-opacity,1))!important
}
.\!text-warren-android-text-blueBright {
    --tw-text-opacity:1!important;
    color:rgb(10 132 255/var(--tw-text-opacity,1))!important
}
.\!text-warren-basic-redDown {
    --tw-text-opacity:1!important;
    color:rgb(231 84 77/var(--tw-text-opacity,1))!important
}
.\!text-warren-black-800 {
    --tw-text-opacity:1!important;
    color:rgb(51 51 51/var(--tw-text-opacity,1))!important
}
.\!text-warren-gray-500 {
    --tw-text-opacity:1!important;
    color:rgb(132 136 146/var(--tw-text-opacity,1))!important
}
.\!text-warren-gray-900 {
    --tw-text-opacity:1!important;
    color:rgb(24 28 33/var(--tw-text-opacity,1))!important
}
.\!text-white {
    --tw-text-opacity:1!important;
    color:rgb(255 255 255/var(--tw-text-opacity,1))!important
}
.text-\[\#\#dadada\] {
    color:##dadada
}
.text-\[\#000\] {
    --tw-text-opacity:1;
    color:rgb(0 0 0/var(--tw-text-opacity,1))
}
.text-\[\#004b93\] {
    --tw-text-opacity:1;
    color:rgb(0 75 147/var(--tw-text-opacity,1))
}
.text-\[\#006BF6\],.text-\[\#006bf6\] {
    --tw-text-opacity:1;
    color:rgb(0 107 246/var(--tw-text-opacity,1))
}
.text-\[\#0070EB\] {
    --tw-text-opacity:1;
    color:rgb(0 112 235/var(--tw-text-opacity,1))
}
.text-\[\#007C32\] {
    --tw-text-opacity:1;
    color:rgb(0 124 50/var(--tw-text-opacity,1))
}
.text-\[\#048de3\] {
    --tw-text-opacity:1;
    color:rgb(4 141 227/var(--tw-text-opacity,1))
}
.text-\[\#0A69E5\] {
    --tw-text-opacity:1;
    color:rgb(10 105 229/var(--tw-text-opacity,1))
}
.text-\[\#0EA600\],.text-\[\#0ea600\] {
    --tw-text-opacity:1;
    color:rgb(14 166 0/var(--tw-text-opacity,1))
}
.text-\[\#111\] {
    --tw-text-opacity:1;
    color:rgb(17 17 17/var(--tw-text-opacity,1))
}
.text-\[\#1256A0\],.text-\[\#1256a0\] {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.text-\[\#181C21\],.text-\[\#181c21\] {
    --tw-text-opacity:1;
    color:rgb(24 28 33/var(--tw-text-opacity,1))
}
.text-\[\#191919\] {
    --tw-text-opacity:1;
    color:rgb(25 25 25/var(--tw-text-opacity,1))
}
.text-\[\#1c2a37\] {
    --tw-text-opacity:1;
    color:rgb(28 42 55/var(--tw-text-opacity,1))
}
.text-\[\#222\] {
    --tw-text-opacity:1;
    color:rgb(34 34 34/var(--tw-text-opacity,1))
}
.text-\[\#232526\] {
    --tw-text-opacity:1;
    color:rgb(35 37 38/var(--tw-text-opacity,1))
}
.text-\[\#28559B\] {
    --tw-text-opacity:1;
    color:rgb(40 85 155/var(--tw-text-opacity,1))
}
.text-\[\#318712\] {
    --tw-text-opacity:1;
    color:rgb(49 135 18/var(--tw-text-opacity,1))
}
.text-\[\#333333\],.text-\[\#333\] {
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1))
}
.text-\[\#3A82F7\] {
    --tw-text-opacity:1;
    color:rgb(58 130 247/var(--tw-text-opacity,1))
}
.text-\[\#3F444D\] {
    --tw-text-opacity:1;
    color:rgb(63 68 77/var(--tw-text-opacity,1))
}
.text-\[\#4d4d4f\] {
    --tw-text-opacity:1;
    color:rgb(77 77 79/var(--tw-text-opacity,1))
}
.text-\[\#5B616E\] {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.text-\[\#5B616E\]\/40 {
    color:rgba(91,97,110,.4)
}
.text-\[\#5B616E\]\/70 {
    color:rgba(91,97,110,.7)
}
.text-\[\#5b616e\] {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.text-\[\#5b616eb3\] {
    color:#5b616eb3
}
.text-\[\#5b616f\] {
    --tw-text-opacity:1;
    color:rgb(91 97 111/var(--tw-text-opacity,1))
}
.text-\[\#666\] {
    --tw-text-opacity:1;
    color:rgb(102 102 102/var(--tw-text-opacity,1))
}
.text-\[\#6A707C\] {
    --tw-text-opacity:1;
    color:rgb(106 112 124/var(--tw-text-opacity,1))
}
.text-\[\#6AC64C\] {
    --tw-text-opacity:1;
    color:rgb(106 198 76/var(--tw-text-opacity,1))
}
.text-\[\#6C727F\] {
    --tw-text-opacity:1;
    color:rgb(108 114 127/var(--tw-text-opacity,1))
}
.text-\[\#6F889C\] {
    --tw-text-opacity:1;
    color:rgb(111 136 156/var(--tw-text-opacity,1))
}
.text-\[\#707070\] {
    --tw-text-opacity:1;
    color:rgb(112 112 112/var(--tw-text-opacity,1))
}
.text-\[\#798187\] {
    --tw-text-opacity:1;
    color:rgb(121 129 135/var(--tw-text-opacity,1))
}
.text-\[\#848892\] {
    --tw-text-opacity:1;
    color:rgb(132 136 146/var(--tw-text-opacity,1))
}
.text-\[\#858687\] {
    --tw-text-opacity:1;
    color:rgb(133 134 135/var(--tw-text-opacity,1))
}
.text-\[\#868686\] {
    --tw-text-opacity:1;
    color:rgb(134 134 134/var(--tw-text-opacity,1))
}
.text-\[\#8990a1\] {
    --tw-text-opacity:1;
    color:rgb(137 144 161/var(--tw-text-opacity,1))
}
.text-\[\#929292\] {
    --tw-text-opacity:1;
    color:rgb(146 146 146/var(--tw-text-opacity,1))
}
.text-\[\#999\] {
    --tw-text-opacity:1;
    color:rgb(153 153 153/var(--tw-text-opacity,1))
}
.text-\[\#9b9b9b\] {
    --tw-text-opacity:1;
    color:rgb(155 155 155/var(--tw-text-opacity,1))
}
.text-\[\#A6A6A6\] {
    --tw-text-opacity:1;
    color:rgb(166 166 166/var(--tw-text-opacity,1))
}
.text-\[\#B19E00\] {
    --tw-text-opacity:1;
    color:rgb(177 158 0/var(--tw-text-opacity,1))
}
.text-\[\#B5A310\] {
    --tw-text-opacity:1;
    color:rgb(181 163 16/var(--tw-text-opacity,1))
}
.text-\[\#BABABA\] {
    --tw-text-opacity:1;
    color:rgb(186 186 186/var(--tw-text-opacity,1))
}
.text-\[\#BAC1C8\] {
    --tw-text-opacity:1;
    color:rgb(186 193 200/var(--tw-text-opacity,1))
}
.text-\[\#BDBFC2\] {
    --tw-text-opacity:1;
    color:rgb(189 191 194/var(--tw-text-opacity,1))
}
.text-\[\#C7CACD\] {
    --tw-text-opacity:1;
    color:rgb(199 202 205/var(--tw-text-opacity,1))
}
.text-\[\#D91400\] {
    --tw-text-opacity:1;
    color:rgb(217 20 0/var(--tw-text-opacity,1))
}
.text-\[\#D98600\] {
    --tw-text-opacity:1;
    color:rgb(217 134 0/var(--tw-text-opacity,1))
}
.text-\[\#D9DCDF\] {
    --tw-text-opacity:1;
    color:rgb(217 220 223/var(--tw-text-opacity,1))
}
.text-\[\#F2A93B\] {
    --tw-text-opacity:1;
    color:rgb(242 169 59/var(--tw-text-opacity,1))
}
.text-\[\#FF7901\] {
    --tw-text-opacity:1;
    color:rgb(255 121 1/var(--tw-text-opacity,1))
}
.text-\[\#FFD60A\] {
    --tw-text-opacity:1;
    color:rgb(255 214 10/var(--tw-text-opacity,1))
}
.text-\[\#FFFFFF\],.text-\[\#FFF\] {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.text-\[\#bdbfc2\] {
    --tw-text-opacity:1;
    color:rgb(189 191 194/var(--tw-text-opacity,1))
}
.text-\[\#d9dcdf\] {
    --tw-text-opacity:1;
    color:rgb(217 220 223/var(--tw-text-opacity,1))
}
.text-\[\#f07504\] {
    --tw-text-opacity:1;
    color:rgb(240 117 4/var(--tw-text-opacity,1))
}
.text-\[\#f33838\] {
    --tw-text-opacity:1;
    color:rgb(243 56 56/var(--tw-text-opacity,1))
}
.text-\[\#fd6262\] {
    --tw-text-opacity:1;
    color:rgb(253 98 98/var(--tw-text-opacity,1))
}
.text-\[\#ff0000\] {
    --tw-text-opacity:1;
    color:rgb(255 0 0/var(--tw-text-opacity,1))
}
.text-\[\#ff7901\] {
    --tw-text-opacity:1;
    color:rgb(255 121 1/var(--tw-text-opacity,1))
}
.text-\[hsl\(220\2c 8\.9\%\2c 46\.1\%\)\] {
    --tw-text-opacity:1;
    color:hsl(220 8.9% 46.1%/var(--tw-text-opacity,1))
}
.text-\[white\] {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.text-black {
    --tw-text-opacity:1;
    color:rgb(0 0 0/var(--tw-text-opacity,1))
}
.text-blue-500 {
    --tw-text-opacity:1;
    color:rgb(59 130 246/var(--tw-text-opacity,1))
}
.text-fair-value-bargain {
    color:var(--bargain-color)
}
.text-fair-value-expensive {
    color:var(--expensive-color)
}
.text-fair-value-fair {
    color:var(--fair-color)
}
.text-fair-value-overvalued {
    color:var(--overvalued-color)
}
.text-fair-value-undervalued {
    color:var(--undervalued-color)
}
.text-gray-100 {
    --tw-text-opacity:1;
    color:rgb(243 244 246/var(--tw-text-opacity,1))
}
.text-gray-200 {
    --tw-text-opacity:1;
    color:rgb(229 231 235/var(--tw-text-opacity,1))
}
.text-gray-300 {
    --tw-text-opacity:1;
    color:rgb(209 213 219/var(--tw-text-opacity,1))
}
.text-gray-400 {
    --tw-text-opacity:1;
    color:rgb(156 163 175/var(--tw-text-opacity,1))
}
.text-gray-500 {
    --tw-text-opacity:1;
    color:var(--main-color);
}
.text-gray-700 {
    --tw-text-opacity:1;
    color:rgb(55 65 81/var(--tw-text-opacity,1))
}
.text-gray-800 {
    --tw-text-opacity:1;
    color:rgb(31 41 55/var(--tw-text-opacity,1))
}
.text-gray-900 {
    --tw-text-opacity:1;
    color:rgb(17 24 39/var(--tw-text-opacity,1))
}
.text-green-500 {
    --tw-text-opacity:1;
    color:rgb(34 197 94/var(--tw-text-opacity,1))
}
.text-green-600 {
    --tw-text-opacity:1;
    color:rgb(22 163 74/var(--tw-text-opacity,1))
}
.text-inv-blue-500 {
    --tw-text-opacity:1;
    color:var(--main-color)
}
.text-inv-grey-500 {
    --tw-text-opacity:1;
    color:rgb(186 186 186/var(--tw-text-opacity,1))
}
.text-inv-grey-600 {
    --tw-text-opacity:1;
    color:rgb(155 155 155/var(--tw-text-opacity,1))
}
.text-inv-grey-650 {
    --tw-text-opacity:1;
    color:rgb(134 134 134/var(--tw-text-opacity,1))
}
.text-inv-grey-700 {
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1))
}
.text-market-closed {
    --tw-text-opacity:1;
    color:rgb(217 20 0/var(--tw-text-opacity,1))
}
.text-market-open {
    --tw-text-opacity:1;
    color:rgb(0 124 50/var(--tw-text-opacity,1))
}
.text-negative-main {
    color:var(--negative-change-main)
}
.text-neutral-300 {
    --tw-text-opacity:1;
    color:rgb(212 212 212/var(--tw-text-opacity,1))
}
.text-neutral-400 {
    --tw-text-opacity:1;
    color:rgb(163 163 163/var(--tw-text-opacity,1))
}
.text-neutral-500 {
    --tw-text-opacity:1;
    color:rgb(115 115 115/var(--tw-text-opacity,1))
}
.text-neutral-700 {
    --tw-text-opacity:1;
    color:rgb(64 64 64/var(--tw-text-opacity,1))
}
.text-neutral-900 {
    --tw-text-opacity:1;
    color:rgb(23 23 23/var(--tw-text-opacity,1))
}
.text-orange-500 {
    --tw-text-opacity:1;
    color:rgb(249 115 22/var(--tw-text-opacity,1))
}
.text-positive-main {
    color:var(--positive-change-main)
}
.text-red-500 {
    --tw-text-opacity:1;
    color:rgb(239 68 68/var(--tw-text-opacity,1))
}
.text-red-600 {
    --tw-text-opacity:1;
    color:rgb(220 38 38/var(--tw-text-opacity,1))
}
.text-secondary {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.text-sky-700 {
    --tw-text-opacity:1;
    color:rgb(3 105 161/var(--tw-text-opacity,1))
}
.text-transparent {
    color:transparent
}
.text-v2-black {
    --tw-text-opacity:1;
    color:rgb(35 37 38/var(--tw-text-opacity,1))
}
.text-v2-black-pro {
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1))
}
.text-v2-blue {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.text-v2-excellent {
    --tw-text-opacity:1;
    color:rgb(0 124 50/var(--tw-text-opacity,1))
}
.text-v2-fair {
    --tw-text-opacity:1;
    color:rgb(240 117 4/var(--tw-text-opacity,1))
}
.text-v2-good {
    --tw-text-opacity:1;
    color:rgb(235 174 4/var(--tw-text-opacity,1))
}
.text-v2-gray-dark {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.text-v2-great {
    --tw-text-opacity:1;
    color:rgb(181 163 16/var(--tw-text-opacity,1))
}
.text-v2-secondary {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.text-v2-weak {
    --tw-text-opacity:1;
    color:rgb(255 0 0/var(--tw-text-opacity,1))
}
.text-warren-android-dark-basic-blueBright {
    --tw-text-opacity:1;
    color:rgb(10 132 255/var(--tw-text-opacity,1))
}
.text-warren-android-light-basic-blueBright {
    --tw-text-opacity:1;
    color:rgb(0 110 219/var(--tw-text-opacity,1))
}
.text-warren-android-light-basic-gray2 {
    --tw-text-opacity:1;
    color:rgb(165 165 165/var(--tw-text-opacity,1))
}
.text-warren-android-light-basic-redDown {
    --tw-text-opacity:1;
    color:rgb(231 84 77/var(--tw-text-opacity,1))
}
.text-warren-android-light-icon-primary {
    --tw-text-opacity:1;
    color:rgb(12 17 21/var(--tw-text-opacity,1))
}
.text-warren-android-light-text-tertiary {
    --tw-text-opacity:1;
    color:rgb(102 102 102/var(--tw-text-opacity,1))
}
.text-warren-android-light-text-tertiary2 {
    --tw-text-opacity:1;
    color:rgb(146 146 146/var(--tw-text-opacity,1))
}
.text-warren-android-light-text-tertiary3 {
    --tw-text-opacity:1;
    color:rgb(29 31 32/var(--tw-text-opacity,1))
}
.text-warren-basic-orange {
    --tw-text-opacity:1;
    color:rgb(255 165 0/var(--tw-text-opacity,1))
}
.text-warren-basic-premium {
    --tw-text-opacity:1;
    color:rgb(234 51 35/var(--tw-text-opacity,1))
}
.text-warren-black {
    --tw-text-opacity:1;
    color:rgb(0 0 0/var(--tw-text-opacity,1))
}
.text-warren-black-500 {
    --tw-text-opacity:1;
    color:rgb(218 218 218/var(--tw-text-opacity,1))
}
.text-warren-black-600 {
    --tw-text-opacity:1;
    color:rgb(186 186 186/var(--tw-text-opacity,1))
}
.text-warren-black-800 {
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1))
}
.text-warren-black-900 {
    --tw-text-opacity:1;
    color:rgb(34 34 34/var(--tw-text-opacity,1))
}
.text-warren-gray-100 {
    --tw-text-opacity:1;
    color:rgb(189 191 194/var(--tw-text-opacity,1))
}
.text-warren-gray-20 {
    --tw-text-opacity:1;
    color:rgb(230 233 235/var(--tw-text-opacity,1))
}
.text-warren-gray-200 {
    --tw-text-opacity:1;
    color:rgb(234 236 240/var(--tw-text-opacity,1))
}
.text-warren-gray-50 {
    --tw-text-opacity:1;
    color:rgb(217 220 223/var(--tw-text-opacity,1))
}
.text-warren-gray-500 {
    --tw-text-opacity:1;
    color:rgb(132 136 146/var(--tw-text-opacity,1))
}
.text-warren-gray-700 {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.text-warren-gray-800 {
    --tw-text-opacity:1;
    color:rgb(39 45 51/var(--tw-text-opacity,1))
}
.text-warren-gray-900 {
    --tw-text-opacity:1;
    color:rgb(24 28 33/var(--tw-text-opacity,1))
}
.text-warren-icon-secondary2 {
    --tw-text-opacity:1;
    color:rgb(125 130 135/var(--tw-text-opacity,1))
}
.text-warren-ios-dark-basic-blue-bright {
    --tw-text-opacity:1;
    color:rgb(10 132 255/var(--tw-text-opacity,1))
}
.text-warren-ios-light-basic-blue-bright {
    --tw-text-opacity:1;
    color:rgb(51 114 246/var(--tw-text-opacity,1))
}
.text-warren-ios-light-basic-gray2 {
    --tw-text-opacity:1;
    color:rgb(148 148 149/var(--tw-text-opacity,1))
}
.text-warren-ios-light-icon-secondary,.text-warren-ios-light-icon-secondary2 {
    --tw-text-opacity:1;
    color:rgb(13 16 22/var(--tw-text-opacity,1))
}
.text-warren-text-lightLink {
    --tw-text-opacity:1;
    color:rgb(0 107 246/var(--tw-text-opacity,1))
}
.text-warren-ui-blue {
    --tw-text-opacity:1;
    color:rgb(66 112 232/var(--tw-text-opacity,1))
}
.text-warren-ui-lightBlue {
    --tw-text-opacity:1;
    color:rgb(0 107 246/var(--tw-text-opacity,1))
}
.text-warren-ui-orange {
    --tw-text-opacity:1;
    color:rgb(242 169 59/var(--tw-text-opacity,1))
}
.text-warren-ui-pink {
    --tw-text-opacity:1;
    color:rgb(232 66 215/var(--tw-text-opacity,1))
}
.text-warren-ui-purple {
    --tw-text-opacity:1;
    color:rgb(139 66 232/var(--tw-text-opacity,1))
}
.text-warren-ui-red {
    --tw-text-opacity:1;
    color:rgb(232 66 66/var(--tw-text-opacity,1))
}
.text-white {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.text-yellow-500 {
    --tw-text-opacity:1;
    color:rgb(234 179 8/var(--tw-text-opacity,1))
}
.text-zinc-900 {
    --tw-text-opacity:1;
    color:rgb(24 24 27/var(--tw-text-opacity,1))
}
.text-opacity-40 {
    --tw-text-opacity:0.4
}
.text-opacity-60 {
    --tw-text-opacity:0.6
}
.text-opacity-70 {
    --tw-text-opacity:0.7
}
.\!underline {
    text-decoration-line:underline!important
}
.underline {
    text-decoration-line:underline
}
.no-underline {
    text-decoration-line:none
}
.decoration-dotted {
    text-decoration-style:dotted
}
.antialiased {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.placeholder-\[\#5B616E\]::-moz-placeholder {
    --tw-placeholder-opacity:1;
    color:rgb(91 97 110/var(--tw-placeholder-opacity,1))
}
.placeholder-\[\#5B616E\]::placeholder {
    --tw-placeholder-opacity:1;
    color:rgb(91 97 110/var(--tw-placeholder-opacity,1))
}
.\!opacity-20 {
    opacity:.2!important
}
.\!opacity-50 {
    opacity:.5!important
}
.opacity-0 {
    opacity:0
}
.opacity-10 {
    opacity:.1
}
.opacity-30 {
    opacity:.3
}
.opacity-35 {
    opacity:.35
}
.opacity-40 {
    opacity:.4
}
.opacity-5 {
    opacity:.05
}
.opacity-50 {
    opacity:.5
}
.opacity-60 {
    opacity:.6
}
.opacity-70 {
    opacity:.7
}
.opacity-75 {
    opacity:.75
}
.opacity-80 {
    opacity:.8
}
.mix-blend-difference {
    mix-blend-mode:difference
}
.\!shadow-\[0_6px_20px_0_rgba\(35\2c 37\2c 38\2c 0\.16\)\] {
    --tw-shadow:0 6px 20px 0 rgba(35,37,38,.16)!important;
    --tw-shadow-colored:0 6px 20px 0 var(--tw-shadow-color)!important
}
.\!shadow-\[0_6px_20px_0_rgba\(35\2c 37\2c 38\2c 0\.16\)\],.\!shadow-none {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important
}
.\!shadow-none {
    --tw-shadow:0 0 #0000!important;
    --tw-shadow-colored:0 0 #0000!important
}
.\!shadow-secondary {
    --tw-shadow:0 6px 20px rgba(35,37,38,.16)!important;
    --tw-shadow-colored:0 6px 20px var(--tw-shadow-color)!important;
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important
}
.shadow {
    --tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}
.shadow,.shadow-2xl {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-2xl {
    --tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);
    --tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)
}
.shadow-\[0_-1px_0_0_inset\] {
    --tw-shadow:0 -1px 0 0 inset;
    --tw-shadow-colored:inset 0 -1px 0 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_-4px_8px_rgba\(0\2c 0\2c 0\2c 0\.07\)\],.shadow-\[0_-4px_8px_rgba\(0\2c 0\2c 0\2c \.07\)\] {
    --tw-shadow:0 -4px 8px rgba(0,0,0,.07);
    --tw-shadow-colored:0 -4px 8px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_0_0_5px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
    --tw-shadow:0 0 0 5px rgba(0,0,0,.4);
    --tw-shadow-colored:0 0 0 5px var(--tw-shadow-color)
}
.shadow-\[0_0_0_5px_rgba\(0\2c 0\2c 0\2c 0\.4\)\],.shadow-\[0_0_0_6px\] {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_0_0_6px\] {
    --tw-shadow:0 0 0 6px;
    --tw-shadow-colored:0 0 0 6px var(--tw-shadow-color)
}
.shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
    --tw-shadow:0 0 10px rgba(0,0,0,.1);
    --tw-shadow-colored:0 0 10px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_4px_4px_rgba\(47\2c 47\2c 71\2c \.08\)\] {
    --tw-shadow:0 4px 4px rgba(47,47,71,.08);
    --tw-shadow-colored:0 4px 4px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_4px_8px_0_rgba\(18\2c 86\2c 160\2c 0\.15\)\] {
    --tw-shadow:0 4px 8px 0 rgba(18,86,160,.15);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_4px_8px_0_rgba\(18\2c 86\2c 160\2c 0\.25\)\] {
    --tw-shadow:0 4px 8px 0 rgba(18,86,160,.25);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_4px_8px_0_rgba\(189\2c 191\2c 194\2c 0\.25\)\] {
    --tw-shadow:0 4px 8px 0 hsla(216,4%,75%,.25);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_4px_8px_0_rgba\(35\2c 37\2c 38\2c 0\.07\)\] {
    --tw-shadow:0 4px 8px 0 rgba(35,37,38,.07);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_4px_8px_rgba\(0\2c 0\2c 0\2c \.07\)\] {
    --tw-shadow:0 4px 8px rgba(0,0,0,.07);
    --tw-shadow-colored:0 4px 8px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_6px_20px_0_rgba\(35\2c 37\2c 38\2c 0\.16\)\] {
    --tw-shadow:0 6px 20px 0 rgba(35,37,38,.16);
    --tw-shadow-colored:0 6px 20px 0 var(--tw-shadow-color)
}
.shadow-\[0_6px_20px_0_rgba\(35\2c 37\2c 38\2c 0\.16\)\],.shadow-\[0px_0\.5px_0px\] {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0px_0\.5px_0px\] {
    --tw-shadow:0px 0.5px 0px;
    --tw-shadow-colored:0px 0.5px 0px var(--tw-shadow-color)
}
.shadow-\[0px_12px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
    --tw-shadow:0px 12px 8px 0px rgba(0,0,0,.16);
    --tw-shadow-colored:0px 12px 8px 0px var(--tw-shadow-color)
}
.shadow-\[0px_12px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.16\)\],.shadow-\[0px_1px_2px_\#1018280d\] {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0px_1px_2px_\#1018280d\] {
    --tw-shadow:0px 1px 2px #1018280d;
    --tw-shadow-colored:0px 1px 2px var(--tw-shadow-color)
}
.shadow-\[0px_4px_48px_0px_rgba\(24\2c 28\2c 33\2c 0\.08\)\] {
    --tw-shadow:0px 4px 48px 0px rgba(24,28,33,.08);
    --tw-shadow-colored:0px 4px 48px 0px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0px_4px_6px_-2px_rgba\(16\2c 24\2c 40\2c 0\.03\)\2c 0px_12px_16px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\] {
    --tw-shadow:0px 4px 6px -2px rgba(16,24,40,.03),0px 12px 16px -4px rgba(16,24,40,.08);
    --tw-shadow-colored:0px 4px 6px -2px var(--tw-shadow-color),0px 12px 16px -4px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0px_4px_8px_0px_\#1256a040\] {
    --tw-shadow:0px 4px 8px 0px #1256a040;
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0px_4px_8px_0px_rgba\(189\2c 191\2c 194\2c 0\.25\)\] {
    --tw-shadow:0px 4px 8px 0px hsla(216,4%,75%,.25);
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0px_4px_8px_0px_rgba\(242\2c 169\2c 59\2c 0\.25\)\] {
    --tw-shadow:0px 4px 8px 0px rgba(242,169,59,.25);
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[0px_6px_20px_0px_\#23252629\] {
    --tw-shadow:0px 6px 20px 0px #23252629;
    --tw-shadow-colored:0px 6px 20px 0px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[inset_0_4px_4px_rgba\(0\2c 0\2c 0\2c \.03\)\] {
    --tw-shadow:inset 0 4px 4px rgba(0,0,0,.03);
    --tw-shadow-colored:inset 0 4px 4px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[inset_0_4px_4px_rgba\(0\2c 0\2c 0\2c \.05\)\] {
    --tw-shadow:inset 0 4px 4px rgba(0,0,0,.05);
    --tw-shadow-colored:inset 0 4px 4px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[inset_0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.03\)\] {
    --tw-shadow:inset 0 4px 4px rgba(0,0,0,.03);
    --tw-shadow-colored:inset 0 4px 4px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[inset_0_4px_8px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
    --tw-shadow:inset 0 4px 8px rgba(0,0,0,.06);
    --tw-shadow-colored:inset 0 4px 8px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-\[rgba\(0\2c 0\2c 0\2c 0\.08\)_-4px_4px_32px_0\] {
    --tw-shadow:rgba(0,0,0,.08) -4px 4px 32px 0;
    --tw-shadow-colored:-4px 4px 32px 0 var(--tw-shadow-color)
}
.shadow-\[rgba\(0\2c 0\2c 0\2c 0\.08\)_-4px_4px_32px_0\],.shadow-adNotificationPopup {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-adNotificationPopup {
    --tw-shadow:0 4px 6px rgba(0,0,0,.15);
    --tw-shadow-colored:0 4px 6px var(--tw-shadow-color)
}
.shadow-button {
    --tw-shadow:0 4px 8px 0 rgba(18,86,160,.25);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color)
}
.shadow-button,.shadow-buttonSecondary {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-buttonSecondary {
    --tw-shadow:0 4px 8px 0 rgba(35,37,38,.07);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color)
}
.shadow-buyAdFree {
    --tw-shadow:0 3px 6px rgba(18,86,160,.2);
    --tw-shadow-colored:0 3px 6px var(--tw-shadow-color)
}
.shadow-buyAdFree,.shadow-buyInvPro {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-buyInvPro {
    --tw-shadow:0 3px 6px rgba(247,104,28,.2);
    --tw-shadow-colored:0 3px 6px var(--tw-shadow-color)
}
.shadow-commentBox {
    --tw-shadow:inset 0 4px 8px rgba(0,0,0,.06);
    --tw-shadow-colored:inset 0 4px 8px var(--tw-shadow-color)
}
.shadow-commentBox,.shadow-dropdown {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-dropdown {
    --tw-shadow:0 4px 4px rgba(0,0,0,.03);
    --tw-shadow-colored:0 4px 4px var(--tw-shadow-color)
}
.shadow-fab {
    --tw-shadow:0 4px 8px rgba(35,37,38,.25);
    --tw-shadow-colored:0 4px 8px var(--tw-shadow-color)
}
.shadow-fab,.shadow-fabOption {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-fabOption {
    --tw-shadow:0 4px 8px rgba(24,28,33,.25);
    --tw-shadow-colored:0 4px 8px var(--tw-shadow-color)
}
.shadow-info {
    --tw-shadow:0px 4px 8px 0px rgba(35,37,38,.06),0px 6px 12px 0px rgba(35,37,38,.12);
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color),0px 6px 12px 0px var(--tw-shadow-color)
}
.shadow-info,.shadow-innerBox {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-innerBox {
    --tw-shadow:inset 0 4px 4px rgba(0,0,0,.03);
    --tw-shadow-colored:inset 0 4px 4px var(--tw-shadow-color)
}
.shadow-insights {
    --tw-shadow:0 4px 8px rgba(35,37,38,.06);
    --tw-shadow-colored:0 4px 8px var(--tw-shadow-color)
}
.shadow-insights,.shadow-invPro {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-invPro {
    --tw-shadow:0 4px 8px rgba(35,37,38,.07);
    --tw-shadow-colored:0 4px 8px var(--tw-shadow-color)
}
.shadow-invProButton {
    --tw-shadow:0 3px 6px 0px rgba(247,104,28,.2);
    --tw-shadow-colored:0 3px 6px 0px var(--tw-shadow-color)
}
.shadow-invProButton,.shadow-invProPromote {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-invProPromote {
    --tw-shadow:0 4px 64px 0px rgba(0,0,0,.25);
    --tw-shadow-colored:0 4px 64px 0px var(--tw-shadow-color)
}
.shadow-invProWSButton {
    --tw-shadow:0px 4px 8px 0px rgba(242,169,59,.25);
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color)
}
.shadow-invProWSButton,.shadow-lg {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-lg {
    --tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}
.shadow-lightGray {
    --tw-shadow:0px 4px 8px 0px hsla(216,4%,75%,.25);
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color)
}
.shadow-lightGray,.shadow-lightblue {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-lightblue {
    --tw-shadow:0px 4px 4px 0px rgba(0,0,0,.05);
    --tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color)
}
.shadow-md {
    --tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}
.shadow-md,.shadow-none {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-none {
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000
}
.shadow-postCommentButton {
    --tw-shadow:0 4px 8px rgba(18,86,160,.25);
    --tw-shadow-colored:0 4px 8px var(--tw-shadow-color)
}
.shadow-postCommentButton,.shadow-primary {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-primary {
    --tw-shadow:0 6px 12px 0 rgba(35,37,38,.12);
    --tw-shadow-colored:0 6px 12px 0 var(--tw-shadow-color)
}
.shadow-proScore {
    --tw-shadow:0px 4px 8px 0px rgba(35,37,38,.06),0px 6px 12px 0px rgba(35,37,38,.12);
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color),0px 6px 12px 0px var(--tw-shadow-color)
}
.shadow-proScore,.shadow-proScorePopup {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-proScorePopup {
    --tw-shadow:0px 1px 40px 0px rgba(0,0,0,.25);
    --tw-shadow-colored:0px 1px 40px 0px var(--tw-shadow-color)
}
.shadow-quotesBoxApplyButton {
    --tw-shadow:0 4px 8px hsla(222,6%,57%,.25);
    --tw-shadow-colored:0 4px 8px var(--tw-shadow-color)
}
.shadow-quotesBoxApplyButton,.shadow-secondary {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-secondary {
    --tw-shadow:0 6px 20px rgba(35,37,38,.16);
    --tw-shadow-colored:0 6px 20px var(--tw-shadow-color)
}
.shadow-select {
    --tw-shadow:0px 4px 4px 0px rgba(0,0,0,.03);
    --tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color)
}
.shadow-select,.shadow-sm {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-sm {
    --tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)
}
.shadow-sticky {
    --tw-shadow:0px 6px 6px -6px #c4c4c4;
    --tw-shadow-colored:0px 6px 6px -6px var(--tw-shadow-color)
}
.shadow-sticky,.shadow-strategiesButton {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-strategiesButton {
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color)
}
[dir=ltr] .shadow-strategiesButton,[dir=rtl] .shadow-strategiesButton {
    --tw-shadow:0px 4px 8px 0px rgba(242,169,59,.25)
}
.shadow-tab {
    --tw-shadow:0 2px 4px rgba(35,37,38,.03);
    --tw-shadow-colored:0 2px 4px var(--tw-shadow-color)
}
.shadow-tab,.shadow-workstation {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-workstation {
    --tw-shadow:0 0 8px rgba(35,37,38,.07);
    --tw-shadow-colored:0 0 8px var(--tw-shadow-color)
}
.shadow-xl {
    --tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
    --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-inv-grey-500 {
    --tw-shadow-color:#bababa;
    --tw-shadow:var(--tw-shadow-colored)
}
.shadow-inv-grey-700\/60 {
    --tw-shadow-color:rgba(51,51,51,.6);
    --tw-shadow:var(--tw-shadow-colored)
}
.shadow-warren-icon-secondary2 {
    --tw-shadow-color:#7d8287;
    --tw-shadow:var(--tw-shadow-colored)
}
.\!outline-none {
    outline:2px solid transparent!important;
    outline-offset:2px!important
}
.outline-none {
    outline:2px solid transparent;
    outline-offset:2px
}
.outline {
    outline-style:solid
}
.outline-2 {
    outline-width:2px
}
.outline-offset-0 {
    outline-offset:0
}
.outline-\[\#006bf6\]\/50 {
    outline-color:rgba(0,107,246,.5)
}
.ring-1 {
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}
.ring-black {
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))
}
.ring-opacity-5 {
    --tw-ring-opacity:0.05
}
.blur {
    --tw-blur:blur(8px)
}
.blur,.blur-\[7px\] {
    filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.blur-\[7px\] {
    --tw-blur:blur(7px)
}
.blur-sm {
    --tw-blur:blur(4px)
}
.blur-sm,.drop-shadow {
    filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.drop-shadow {
    --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))
}
.\!filter {
    filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important
}
.filter {
    filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.backdrop-blur {
    --tw-backdrop-blur:blur(8px)
}
.backdrop-blur,.backdrop-blur-\[14px\] {
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.backdrop-blur-\[14px\] {
    --tw-backdrop-blur:blur(14px)
}
.backdrop-blur-\[3px\] {
    --tw-backdrop-blur:blur(3px)
}
.backdrop-blur-\[3px\],.backdrop-blur-md {
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.backdrop-blur-md {
    --tw-backdrop-blur:blur(12px)
}
.backdrop-brightness-100 {
    --tw-backdrop-brightness:brightness(1);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.transition {
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
}
.transition-\[height\] {
    transition-property:height;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
}
.transition-all {
    transition-property:all;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
}
.transition-colors {
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
}
.transition-opacity {
    transition-property:opacity;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
}
.transition-transform {
    transition-property:transform;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
}
.duration-100 {
    transition-duration:.1s
}
.duration-1000 {
    transition-duration:1s
}
.duration-200 {
    transition-duration:.2s
}
.duration-300 {
    transition-duration:.3s
}
.duration-500 {
    transition-duration:.5s
}
.duration-700 {
    transition-duration:.7s
}
.duration-75 {
    transition-duration:75ms
}
.ease-in {
    transition-timing-function:cubic-bezier(.4,0,1,1)
}
.ease-in-out {
    transition-timing-function:cubic-bezier(.4,0,.2,1)
}
.ease-linear {
    transition-timing-function:linear
}
.content-none {
    --tw-content:none;
    content:var(--tw-content)
}
.content-pro-icon {
    --tw-content:url(../images/pro-icon-lg.svg);
    content:var(--tw-content)
}
[dir=ltr] .soft-rtl {
    direction:rtl
}
[dir=rtl] .soft-rtl {
    direction:ltr
}
.no-scrollbar::-webkit-scrollbar {
    display:none
}
.no-scrollbar {
    -ms-overflow-style:none;
    scrollbar-width:none
}
.grid-auto-rows-min-content {
    grid-auto-rows:min-content
}
.recurly-element {
    height:2.25rem;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width:100%;
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1));
    border-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(218 218 218/var(--tw-border-opacity,1));
    border-radius:.125rem;
    padding-left:.375rem;
    padding-right:.375rem;
    --tw-bg-opacity:1;
    background-color:rgb(248 248 248/var(--tw-bg-opacity,1))
}
.recurly-element-focus,.recurly-element:focus,.recurly-element:hover {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
    border-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(186 186 186/var(--tw-border-opacity,1));
    outline:2px solid transparent;
    outline-offset:2px
}
.recurly-element-invalid {
    --tw-border-opacity:1;
    border-color:rgb(255 134 134/var(--tw-border-opacity,1));
    background-color:#ff00000f
}
.highcharts-container {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    line-height:normal;
    z-index:0;
    -webkit-tap-highlight-color:transparent;
    font-family:lucida grande,lucida sans unicode,Arial,Helvetica,sans-serif;
    font-size:12px;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    touch-action:manipulation;
    outline:none
}
[dir=ltr] .highcharts-container {
    text-align:left
}
[dir=rtl] .highcharts-container {
    text-align:right
}
.highcharts-root {
    display:block
}
.highcharts-root text {
    stroke-width:0
}
.highcharts-strong {
    font-weight:700
}
.highcharts-emphasized {
    font-style:italic
}
.highcharts-anchor {
    cursor:pointer
}
.highcharts-background {
    fill:#fff
}
.highcharts-label-box,.highcharts-plot-background,.highcharts-plot-border {
    fill:none
}
.highcharts-button-box {
    fill:inherit
}
.highcharts-tracker-line {
    stroke-linejoin:round;
    stroke:hsla(0,0%,75%,0);
    stroke-width:22;
    fill:none
}
.highcharts-tracker-area {
    fill:hsla(0,0%,75%,0);
    stroke-width:0
}
.highcharts-title {
    fill:#333;
    font-size:1.5em
}
.highcharts-subtitle {
    fill:#666;
    font-size:1em
}
.highcharts-axis-line {
    fill:none;
    stroke:#ccd6eb
}
.highcharts-yaxis .highcharts-axis-line {
    stroke-width:0
}
.highcharts-axis-title {
    fill:#666
}
.highcharts-axis-labels {
    fill:#666;
    cursor:default;
    font-size:.9em
}
.highcharts-grid-line {
    fill:none;
    stroke:#e6e6e6
}
.highcharts-xaxis-grid .highcharts-grid-line {
    stroke-width:0
}
.highcharts-tick {
    stroke:#ccd6eb
}
.highcharts-yaxis .highcharts-tick {
    stroke-width:0
}
.highcharts-minor-grid-line {
    stroke:#f2f2f2
}
.highcharts-crosshair-thin {
    stroke-width:1px;
    stroke:#ccc
}
.highcharts-crosshair-category {
    stroke:#ccd6eb;
    stroke-opacity:.25
}
.highcharts-credits {
    cursor:pointer;
    fill:#999;
    font-size:.7em;
    transition:fill .25s,font-size .25s
}
.highcharts-credits:hover {
    fill:#000;
    font-size:1em
}
.highcharts-tooltip {
    cursor:default;
    pointer-events:none;
    white-space:nowrap;
    transition:stroke .15s
}
.highcharts-tooltip text {
    fill:#333
}
.highcharts-tooltip .highcharts-header {
    font-size:.85em
}
.highcharts-tooltip-box {
    stroke-width:1px
}
.highcharts-tooltip-box,.highcharts-tooltip-box .highcharts-label-box {
    fill:#f7f7f7;
    fill-opacity:.85
}
div.highcharts-tooltip {
    filter:none
}
.highcharts-selection-marker {
    fill:#335cad;
    fill-opacity:.25
}
.highcharts-graph {
    fill:none;
    stroke-width:2px;
    stroke-linecap:round;
    stroke-linejoin:round
}
.highcharts-empty-series {
    stroke-width:1px;
    fill:none;
    stroke:#ccc
}
.highcharts-state-hover .highcharts-graph {
    stroke-width:3
}
.highcharts-point-inactive,.highcharts-series-inactive {
    opacity:.2;
    transition:opacity 50ms
}
.highcharts-state-hover path {
    transition:stroke-width 50ms
}
.highcharts-state-normal path {
    transition:stroke-width .25s
}
.highcharts-data-labels,.highcharts-markers,.highcharts-point,g.highcharts-series {
    transition:opacity .25s
}
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover),.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover) {
    opacity:.2
}
.highcharts-color-0 {
    fill:#7cb5ec;
    stroke:#7cb5ec
}
.highcharts-color-1 {
    fill:#434348;
    stroke:#434348
}
.highcharts-color-2 {
    fill:#90ed7d;
    stroke:#90ed7d
}
.highcharts-color-3 {
    fill:#f7a35c;
    stroke:#f7a35c
}
.highcharts-color-4 {
    fill:#8085e9;
    stroke:#8085e9
}
.highcharts-color-5 {
    fill:#f15c80;
    stroke:#f15c80
}
.highcharts-color-6 {
    fill:#e4d354;
    stroke:#e4d354
}
.highcharts-color-7 {
    fill:#2b908f;
    stroke:#2b908f
}
.highcharts-color-8 {
    fill:#f45b5b;
    stroke:#f45b5b
}
.highcharts-color-9 {
    fill:#91e8e1;
    stroke:#91e8e1
}
.highcharts-area {
    fill-opacity:.75;
    stroke-width:0
}
.highcharts-markers {
    stroke-width:1px;
    stroke:#fff
}
.highcharts-a11y-marker-hidden,.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible) {
    opacity:0
}
.highcharts-point {
    stroke-width:1px
}
.highcharts-dense-data .highcharts-point {
    stroke-width:0
}
.highcharts-data-label {
    font-size:.9em;
    font-weight:700
}
.highcharts-data-label-box {
    fill:none;
    stroke-width:0
}
.highcharts-data-label text,text.highcharts-data-label {
    fill:#333
}
.highcharts-data-label-connector {
    fill:none
}
.highcharts-data-label-hidden {
    pointer-events:none
}
.highcharts-halo {
    fill-opacity:.25;
    stroke-width:0
}
.highcharts-markers .highcharts-point-select,.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select {
    fill:#ccc;
    stroke:#000
}
.highcharts-column-series rect.highcharts-point {
    stroke:#fff
}
.highcharts-column-series .highcharts-point {
    transition:fill-opacity .25s
}
.highcharts-column-series .highcharts-point-hover {
    fill-opacity:.75;
    transition:fill-opacity 50ms
}
.highcharts-pie-series .highcharts-point {
    stroke-linejoin:round;
    stroke:#fff
}
.highcharts-pie-series .highcharts-point-hover {
    fill-opacity:.75;
    transition:fill-opacity 50ms
}
.highcharts-funnel-series .highcharts-point {
    stroke-linejoin:round;
    stroke:#fff
}
.highcharts-funnel-series .highcharts-point-hover {
    fill-opacity:.75;
    transition:fill-opacity 50ms
}
.highcharts-funnel-series .highcharts-point-select {
    fill:inherit;
    stroke:inherit
}
.highcharts-pyramid-series .highcharts-point {
    stroke-linejoin:round;
    stroke:#fff
}
.highcharts-pyramid-series .highcharts-point-hover {
    fill-opacity:.75;
    transition:fill-opacity 50ms
}
.highcharts-pyramid-series .highcharts-point-select {
    fill:inherit;
    stroke:inherit
}
.highcharts-solidgauge-series .highcharts-point {
    stroke-width:0
}
.highcharts-treemap-series .highcharts-point {
    stroke-width:1px;
    stroke:#e6e6e6;
    transition:stroke .25s,fill .25s,fill-opacity .25s
}
.highcharts-treemap-series .highcharts-point-hover {
    stroke:#999;
    transition:stroke 25ms,fill 25ms,fill-opacity 25ms
}
.highcharts-treemap-series .highcharts-above-level {
    display:none
}
.highcharts-treemap-series .highcharts-internal-node {
    fill:none
}
.highcharts-treemap-series .highcharts-internal-node-interactive {
    fill-opacity:.15;
    cursor:pointer
}
.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
    fill-opacity:.75
}
.highcharts-vector-series .highcharts-point,.highcharts-windbarb-series .highcharts-point {
    fill:none;
    stroke-width:2px
}
.highcharts-lollipop-stem {
    stroke:#000
}
.highcharts-focus-border {
    fill:none;
    stroke-width:2px
}
.highcharts-legend-item-hidden .highcharts-focus-border {
    fill:none!important
}
.highcharts-legend-box {
    fill:none;
    stroke-width:0
}
.highcharts-legend-item>text {
    fill:#333;
    font-weight:700;
    font-size:1em;
    cursor:pointer;
    stroke-width:0
}
.highcharts-legend-item:hover text {
    fill:#000
}
.highcharts-legend-item-hidden * {
    fill:#ccc!important;
    stroke:#ccc!important;
    transition:fill .25s
}
.highcharts-legend-nav-active {
    fill:#039;
    cursor:pointer
}
.highcharts-legend-nav-inactive {
    fill:#ccc
}
circle.highcharts-legend-nav-active,circle.highcharts-legend-nav-inactive {
    fill:hsla(0,0%,75%,0)
}
.highcharts-legend-title-box {
    fill:none;
    stroke-width:0
}
.highcharts-bubble-legend-symbol {
    stroke-width:2;
    fill-opacity:.5
}
.highcharts-bubble-legend-connectors {
    stroke-width:1
}
.highcharts-bubble-legend-labels {
    fill:#333
}
.highcharts-loading {
    position:absolute;
    background-color:#fff;
    opacity:.5;
    text-align:center;
    z-index:10;
    transition:opacity .25s
}
.highcharts-loading-hidden {
    height:0!important;
    opacity:0;
    overflow:hidden;
    transition:opacity .25s,height .25s step-end
}
.highcharts-loading-inner {
    font-weight:700;
    position:relative;
    top:45%
}
.highcharts-pane,.highcharts-plot-band {
    fill:#000;
    fill-opacity:.05
}
.highcharts-plot-line {
    fill:none;
    stroke:#999;
    stroke-width:1px
}
.highcharts-boxplot-box {
    fill:#fff
}
.highcharts-boxplot-median {
    stroke-width:2px
}
.highcharts-bubble-series .highcharts-point {
    fill-opacity:.5
}
.highcharts-errorbar-series .highcharts-point {
    stroke:#000
}
.highcharts-gauge-series .highcharts-data-label-box {
    stroke:#ccc;
    stroke-width:1px
}
.highcharts-gauge-series .highcharts-dial {
    fill:#000;
    stroke-width:0
}
.highcharts-polygon-series .highcharts-graph {
    fill:inherit;
    stroke-width:0
}
.highcharts-waterfall-series .highcharts-graph {
    stroke:#333;
    stroke-dasharray:1,3
}
.highcharts-sankey-series .highcharts-point {
    stroke-width:0
}
.highcharts-sankey-series .highcharts-link {
    transition:fill .25s,fill-opacity .25s;
    fill-opacity:.5
}
.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
    transition:fill 50ms,fill-opacity 50ms;
    fill-opacity:1
}
.highcharts-venn-series .highcharts-point {
    fill-opacity:.75;
    stroke:#ccc;
    transition:stroke .25s,fill-opacity .25s
}
.highcharts-venn-series .highcharts-point-hover {
    fill-opacity:1;
    stroke:#ccc
}
.highcharts-navigator-mask-outside {
    fill-opacity:0
}
.highcharts-navigator-mask-inside {
    fill:#6685c2;
    fill-opacity:.25;
    cursor:ew-resize
}
.highcharts-navigator-outline {
    stroke:#ccc;
    fill:none
}
.highcharts-navigator-handle {
    stroke:#ccc;
    fill:#f2f2f2;
    cursor:ew-resize
}
.highcharts-navigator-series {
    fill:#335cad;
    stroke:#335cad
}
.highcharts-navigator-series .highcharts-graph {
    stroke-width:1px
}
.highcharts-navigator-series .highcharts-area {
    fill-opacity:.05
}
.highcharts-navigator-xaxis .highcharts-axis-line {
    stroke-width:0
}
.highcharts-navigator-xaxis .highcharts-grid-line {
    stroke-width:1px;
    stroke:#e6e6e6
}
.highcharts-navigator-xaxis.highcharts-axis-labels {
    fill:#999
}
.highcharts-navigator-yaxis .highcharts-grid-line {
    stroke-width:0
}
.highcharts-scrollbar-thumb {
    fill:#ccc;
    stroke:#ccc;
    stroke-width:1px
}
.highcharts-scrollbar-button {
    fill:#e6e6e6;
    stroke:#ccc;
    stroke-width:1px
}
.highcharts-scrollbar-arrow {
    fill:#666
}
.highcharts-scrollbar-rifles {
    stroke:#666;
    stroke-width:1px
}
.highcharts-scrollbar-track {
    fill:#f2f2f2;
    stroke:#f2f2f2;
    stroke-width:1px
}
.highcharts-button {
    fill:#f7f7f7;
    stroke:#ccc;
    cursor:default;
    stroke-width:1px;
    transition:fill .25s
}
.highcharts-button text {
    fill:#333
}
.highcharts-button-hover {
    transition:fill 0ms;
    fill:#e6e6e6;
    stroke:#ccc
}
.highcharts-button-hover text {
    fill:#333
}
.highcharts-button-pressed {
    font-weight:700;
    fill:#e6ebf5;
    stroke:#ccc
}
.highcharts-button-pressed text {
    fill:#333;
    font-weight:700
}
.highcharts-button-disabled text {
    fill:#333
}
.highcharts-range-selector-buttons .highcharts-button {
    stroke-width:0
}
.highcharts-range-label rect {
    fill:none
}
.highcharts-range-label text {
    fill:#666
}
.highcharts-range-input rect {
    fill:none
}
.highcharts-range-input text {
    fill:#333
}
.highcharts-range-input {
    stroke-width:1px;
    stroke:#ccc
}
input.highcharts-range-selector {
    position:absolute;
    border:0;
    width:1px;
    height:1px;
    padding:0;
    text-align:center
}
[dir=ltr] input.highcharts-range-selector {
    left:-9em
}
[dir=rtl] input.highcharts-range-selector {
    right:-9em
}
.highcharts-crosshair-label text {
    fill:#fff;
    font-size:1.1em
}
.highcharts-crosshair-label .highcharts-label-box {
    fill:inherit
}
.highcharts-candlestick-series .highcharts-point {
    stroke:#000;
    stroke-width:1px
}
.highcharts-candlestick-series .highcharts-point-up {
    fill:#fff
}
.highcharts-hollowcandlestick-series .highcharts-point-down {
    fill:#f21313;
    stroke:#f21313
}
.highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
    fill:#06b535;
    stroke:#06b535
}
.highcharts-hollowcandlestick-series .highcharts-point-up {
    fill:transparent;
    stroke:#06b535
}
.highcharts-ohlc-series .highcharts-point-hover {
    stroke-width:3px
}
.highcharts-flags-series .highcharts-point .highcharts-label-box {
    stroke:#999;
    fill:#fff;
    transition:fill .25s
}
.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
    stroke:#000;
    fill:#ccd6eb
}
.highcharts-flags-series .highcharts-point text {
    fill:#000;
    font-size:.9em;
    font-weight:700
}
.highcharts-map-series .highcharts-point {
    transition:fill .5s,fill-opacity .5s,stroke-width .25s;
    stroke:#ccc
}
.highcharts-map-series .highcharts-point-hover {
    transition:fill 0ms,fill-opacity 0ms;
    fill-opacity:.5;
    stroke-width:2px
}
.highcharts-mapline-series .highcharts-point {
    fill:none
}
.highcharts-heatmap-series .highcharts-point {
    stroke-width:0
}
.highcharts-map-navigation {
    font-size:1.3em;
    font-weight:700;
    text-align:center
}
.highcharts-coloraxis {
    stroke-width:0
}
.highcharts-coloraxis-marker {
    fill:#999
}
.highcharts-null-point {
    fill:#f7f7f7
}
.highcharts-3d-frame {
    fill:transparent
}
.highcharts-contextbutton {
    fill:#fff;
    stroke:none;
    stroke-linecap:round
}
.highcharts-contextbutton:hover {
    fill:#e6e6e6;
    stroke:#e6e6e6
}
.highcharts-button-symbol {
    stroke:#666;
    stroke-width:3px
}
.highcharts-menu {
    border:1px solid #999;
    background:#fff;
    padding:5px 0
}
[dir=ltr] .highcharts-menu {
    box-shadow:3px 3px 10px #888
}
[dir=rtl] .highcharts-menu {
    box-shadow:-3px 3px 10px #888
}
.highcharts-menu-item {
    padding:.5em 1em;
    color:#333;
    cursor:pointer;
    transition:background .25s,color .25s
}
[dir=ltr] .highcharts-menu-item {
    background:0 0
}
[dir=rtl] .highcharts-menu-item {
    background:100% 0
}
.highcharts-menu-item:hover {
    background:#335cad;
    color:#fff
}
.highcharts-drilldown-point {
    cursor:pointer
}
.highcharts-drilldown-axis-label,.highcharts-drilldown-data-label text,text.highcharts-drilldown-data-label {
    cursor:pointer;
    fill:#039;
    font-weight:700;
    text-decoration:underline
}
.highcharts-no-data text {
    font-weight:700;
    font-size:12px;
    fill:#666
}
.highcharts-axis-resizer {
    cursor:ns-resize;
    stroke:#000;
    stroke-width:2px
}
.highcharts-bullet-target {
    stroke-width:0
}
.highcharts-lineargauge-target,.highcharts-lineargauge-target-line {
    stroke-width:1px;
    stroke:#333
}
.highcharts-annotation-label-box {
    stroke-width:1px;
    stroke:#000;
    fill:#000;
    fill-opacity:.75
}
.highcharts-annotation-label text {
    fill:#e6e6e6
}
.highcharts-treegrid-node-collapsed,.highcharts-treegrid-node-expanded {
    cursor:pointer
}
.highcharts-point-connecting-path {
    fill:none
}
.highcharts-grid-axis .highcharts-axis-line,.highcharts-grid-axis .highcharts-tick {
    stroke-width:1px
}
.barchart-story {
    --primary-column:#1256a0;
    --secondry-column:#b2b2b2;
    --selected-buttton:#e89942;
    --selected-buttton-text:#fff;
    --non-selected-buttton:#f8f8f8;
    --non-selected-buttton-text:#9b9b9b;
    --direction:ltr
}
.barchart.chart-container {
    margin-top:15px;
    width:100%;
    height:100%
}
.barchart.chart-container.earnings-chart .highcharts-axis-labels text {
    fill:#5b616e!important;
    font-size:.75rem!important;
    font-family:Inter,sans-serif
}
.barchart.chart-container .highcharts-root {
    font-family:var(--site-font,Arial,Helvetica,sans-serif)!important
}
.barchart.chart-container .highcharts-legend-item.highcharts-color-0 .highcharts-point,.barchart.chart-container .highcharts-point.highcharts-color-0,.barchart.chart-container .highcharts-tooltip .highcharts-color-0 {
    fill:var(--primary-column,#1256a0);
    stroke:var(--primary-column,#1256a0)
}
.barchart.chart-container .highcharts-legend-item.highcharts-color-1 .highcharts-point,.barchart.chart-container .highcharts-point.highcharts-color-1,.barchart.chart-container .highcharts-tooltip .highcharts-color-1 {
    fill:var(--secondry-column,#b2b2b2);
    stroke:var(--secondry-column,#b2b2b2)
}
.barchart.chart-container .highcharts-exporting-group text {
    font-size:10px
}
.barchart.chart-container .non-selected {
    fill:var(--non-selected-buttton,#f8f8f8)
}
.barchart.chart-container .non-selected text {
    fill:var(--non-selected-buttton-text,#9b9b9b)!important
}
.barchart.chart-container .selected {
    fill:var(--selected-buttton,#e89942)
}
.barchart.chart-container .selected text {
    fill:var(--selected-buttton-text,#fff)!important
}
.barchart.chart-container .highcharts-axis-labels text {
    fill:var(--labels-color,#9b9b9b)!important
}
.barchart.chart-container .tooltip-box-earnings .highcharts-tooltip-box {
    fill:#fff
}
.barchart.chart-container .highcharts-tooltip-box {
    fill:#f2f2f2;
    fill-opacity:1;
    stroke:#b2b2b2;
    stroke-width:1;
    width:14rem
}
.barchart.chart-container .inv-bar-chart {
    display:block;
    min-width:14rem;
    direction:var(--direction);
    font-family:var(--site-font,Arial,Helvetica,sans-serif)
}
.barchart.chart-container .inv-bar-chart .headline {
    display:block;
    text-align:start;
    width:100%;
    padding-bottom:.25rem;
    margin-bottom:.5rem;
    font-family:var(--site-font,Arial,Helvetica,sans-serif);
    font-weight:700;
    border-bottom:1px solid #e0e0e0
}
.barchart.chart-container .inv-bar-chart .tooltip-dot {
    width:.5rem;
    height:.5rem;
    display:block
}
[dir=ltr] .barchart.chart-container .inv-bar-chart .tooltip-dot {
    margin-right:.5rem;
    margin-left:.25rem
}
[dir=rtl] .barchart.chart-container .inv-bar-chart .tooltip-dot {
    margin-left:.5rem;
    margin-right:.25rem
}
.barchart.chart-container .inv-bar-chart .tooltip-name {
    text-align:start
}
[dir=ltr] .barchart.chart-container .inv-bar-chart .tooltip-value {
    direction:ltr
}
[dir=rtl] .barchart.chart-container .inv-bar-chart .tooltip-value {
    direction:rtl
}
.barchart.chart-container .inv-bar-chart .tooltip-dot-0,.barchart.chart-container .inv-bar-chart .tooltip-dot-earnings-0 {
    background-color:var(--primary-column,#1256a0)
}
.barchart.chart-container .inv-bar-chart .tooltip-dot-1,.barchart.chart-container .inv-bar-chart .tooltip-dot-earnings-3 {
    background-color:var(--secondry-column,#b2b2b2)
}
.barchart.chart-container .inv-bar-chart .tooltip-dot-earnings-1,.barchart.chart-container .inv-bar-chart .tooltip-dot-earnings-4 {
    background-color:var(--secondry-column,#f2a93b)
}
.barchart.chart-container .highcharts-legend-item rect {
    display:none
}
.barchart.chart-container div .highcharts-legend {
    max-width:50%
}
[dir=ltr] .barchart.chart-container div .highcharts-legend {
    right:0;
    left:auto!important
}
[dir=rtl] .barchart.chart-container div .highcharts-legend {
    left:0;
    right:auto!important
}
.barchart.chart-container div .highcharts-legend div,.barchart.chart-container div .highcharts-legend div .highcharts-legend-item {
    position:static!important
}
[dir=ltr] .barchart.chart-container div .highcharts-legend div .highcharts-legend-item {
    float:right;
    margin-right:1rem
}
[dir=rtl] .barchart.chart-container div .highcharts-legend div .highcharts-legend-item {
    float:left;
    margin-left:1rem
}
.barchart.chart-container div .highcharts-legend .highcharts-legend-item span {
    position:static!important;
    font-weight:400!important;
    font-family:var(--site-font,Arial,Helvetica,sans-serif)!important
}
.barchart.chart-container div .highcharts-legend .legend-dot {
    width:.75rem;
    height:.75rem;
    display:block
}
[dir=ltr] .barchart.chart-container div .highcharts-legend .legend-dot {
    margin-right:.5rem;
    margin-left:.25rem
}
[dir=rtl] .barchart.chart-container div .highcharts-legend .legend-dot {
    margin-left:.5rem;
    margin-right:.25rem
}
.barchart.chart-container div .highcharts-legend .legend-dot-0 {
    background-color:var(--primary-column,#1256a0)
}
.barchart.chart-container div .highcharts-legend .legend-dot-1 {
    background-color:var(--secondry-column,#b2b2b2)
}
.chartContainer {
    background:#fff;
    color:#000;
    z-index:1;
    flex-grow:1
}
.stx_watermark,.stx_xaxis,.stx_yaxis {
    font-family:Roboto,sans-serif
}
[cq-context] .stx-chart-panel.stx-show,cq-context .stx-chart-panel.stx-show {
    display:none
}
.overview-chart .overview-chart-header {
    display:flex;
    border-bottom:1px solid #adadad;
    padding:4px 8px
}
.overview-chart .overview-chart-header .chart-time-intervals {
    display:flex
}
.overview-chart .overview-chart-header .chart-buttons {
    display:flex;
    align-items:center
}
.overview-chart .overview-chart-header .chart-button {
    display:flex;
    width:22px;
    height:22px;
    border-radius:2px
}
[dir=ltr] .overview-chart .overview-chart-header .chart-button {
    margin-right:6px
}
[dir=rtl] .overview-chart .overview-chart-header .chart-button {
    margin-left:6px
}
.overview-chart .overview-chart-header .chart-button:hover {
    border:1px solid #dadada
}
.overview-chart .overview-chart-header .chart-button.selected {
    border:1px solid #dadada;
    background-color:#f8f8f8
}
.overview-chart .overview-chart-header .chart-button-text {
    font-size:12px;
    text-align:center;
    font-weight:700;
    margin:auto;
    color:#1256a0
}
.overview-chart .overview-chart-header .chart-button-icon {
    display:block;
    width:18px;
    height:auto;
    margin:auto
}
.overview-chart .overview-chart-header .chart-button-icon.news {
    margin-top:2px
}
.overview-chart .overview-chart-header .chart-button-link {
    display:flex;
    align-items:center;
    font-size:12px;
    font-weight:700;
    color:#1256a0;
    cursor:pointer
}
[dir=ltr] .overview-chart .overview-chart-header .chart-button-link {
    margin-left:auto
}
[dir=rtl] .overview-chart .overview-chart-header .chart-button-link {
    margin-right:auto
}
.overview-chart .overview-chart-header .chart-button-link:focus,.overview-chart .overview-chart-header .chart-button-link:hover {
    text-decoration:underline
}
.overview-chart .overview-chart-header .chart-button-link-icon {
    width:6px;
    height:auto;
    color:inherit
}
[dir=ltr] .overview-chart .overview-chart-header .chart-button-link-icon {
    margin-left:6px
}
[dir=rtl] .overview-chart .overview-chart-header .chart-button-link-icon {
    margin-right:6px;
    [dir=rtl] & {
        transform:rotate(-180deg)
    }
}
@media(max-width:768px) {
    .overview-chart .overview-chart-header {
        flex-wrap:wrap
    }
    .overview-chart .overview-chart-header .chart-time-intervals {
        justify-content:space-between;
        order:1;
        flex:1 0 100%;
        margin-top:10px
    }
}
@media(min-width:769px) {
    .overview-chart .overview-chart-header .chart-time-intervals {
        margin:0 10px;
        padding:0 10px;
        border-right:1px solid #bfbfbf;
        border-left:1px solid #bfbfbf
    }
    [dir=ltr] .overview-chart .overview-chart-header .chart-buttons .chart-button:first-child {
        margin-right:16px
    }
    [dir=rtl] .overview-chart .overview-chart-header .chart-buttons .chart-button:first-child {
        margin-left:16px
    }
    [dir=ltr] .overview-chart .overview-chart-header .chart-buttons .chart-button:last-child {
        margin-right:0
    }
    [dir=rtl] .overview-chart .overview-chart-header .chart-buttons .chart-button:last-child {
        margin-left:0
    }
}
.overview-chart .overview-chart-footer {
    margin-top:16px
}
.overview-chart .overview-chart-footer .overview-chart-time-frame {
    font-size:12px;
    white-space:nowrap
}
[dir=ltr] .overview-chart .overview-chart-footer .overview-chart-time-frame:not(:last-child) {
    border-right:1px solid #dadada
}
[dir=rtl] .overview-chart .overview-chart-footer .overview-chart-time-frame:not(:last-child) {
    border-left:1px solid #dadada
}
.overview-chart .overview-chart-footer .overview-chart-time-frame-button {
    width:100%
}
.overview-chart .overview-chart-footer .overview-chart-time-frame.selected {
    background-color:#edf4fa;
    font-weight:600
}
@media(max-width:768px) {
    .overview-chart .overview-chart-footer {
        border:1px solid #dadada;
        overflow-x:scroll;
        overflow-y:hidden;
        -webkit-overflow-scrolling:touch;
        width:100%
    }
    .overview-chart .overview-chart-footer-list {
        display:flex;
        width:-moz-fit-content;
        width:fit-content
    }
    .overview-chart .overview-chart-footer .overview-chart-time-frame-button {
        padding:4px 8px
    }
}
@media(min-width:769px) {
    .overview-chart .overview-chart-footer-list {
        display:inline-flex;
        max-width:570px;
        border:1px solid #dadada
    }
    .overview-chart .overview-chart-footer .overview-chart-time-frame {
        flex:1 1
    }
    .overview-chart .overview-chart-footer .overview-chart-time-frame-button {
        padding:4px 15px
    }
}
.overview-chart .chart-loader {
    border-radius:50%;
    width:5em;
    height:5em;
    position:relative;
    text-indent:-9999em;
    border-top:1.1em solid rgba(45,93,128,.2);
    border-bottom:1.1em solid rgba(45,93,128,.2);
    transform:translateZ(0);
    animation:load 1.1s linear infinite
}
[dir=ltr] .overview-chart .chart-loader {
    border-right:1.1em solid rgba(45,93,128,.2);
    border-left:1.1em solid #2d5d80
}
[dir=rtl] .overview-chart .chart-loader {
    border-left:1.1em solid rgba(45,93,128,.2);
    border-right:1.1em solid #2d5d80
}
.overview-chart .chart-loader:after {
    border-radius:inherit;
    width:5em;
    height:5em
}
.overview-chart .chart-loader-wrapper {
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:365px;
    position:absolute;
    top:0;
    z-index:1;
    width:100%
}
.overview-chart .chart-loader-wrapper.hide {
    display:none
}
@keyframes load {
    0% {
        transform:rotate(0deg)
    }
    to {
        transform:rotate(1turn)
    }
}
.overview-chart-body {
    cursor:pointer;
    position:relative;
    padding:10px
}
.overview-chart-body .water-mark {
    position:absolute;
    bottom:var(--chart-bottom-position,90px);
    left:16px;
    z-index:1
}
.overview-chart-body .chart-title {
    margin-bottom:8px
}
.overview-chart-context {
    position:static;
    display:block;
    background-color:#fff;
    border:1px solid #c7c7c7
}
.overview-chart .stx-draggable {
    cursor:default
}
.overview-chart .chartContainer {
    margin-top:15px;
    width:100%;
    height:100%;
    min-height:356px;
    background-color:transparent
}
@media(max-width:769px) {
    .overview-chart .chartContainer {
        min-height:256px
    }
}
.overview-chart .chartContainer.hide {
    visibility:hidden
}
.overview-chart .chartContainer.mountain stx-hu-tooltip {
    display:none
}
.overview-chart .stx_mountain_chart {
    background-color:rgba(0,96,152,.1);
    color:rgba(0,96,152,.1);
    border-color:#78add4;
    width:1px
}
.overview-chart .stx_grid_border {
    color:#e3e7ec;
    border-style:solid
}
.overview-chart .stx_grid,.overview-chart .stx_grid_dark {
    color:#f9f9f9;
    opacity:1
}
.overview-chart .marker {
    position:absolute
}
.overview-chart .marker-button {
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-weight:700;
    cursor:pointer;
    width:20px;
    height:20px;
    color:#3b88ca;
    background-color:#e6e6e6
}
[dir=ltr] .overview-chart .marker-button {
    box-shadow:2px 2px 3px 1px rgba(0,0,0,.25)
}
[dir=rtl] .overview-chart .marker-button {
    box-shadow:-2px 2px 3px 1px rgba(0,0,0,.25)
}
.overview-chart .marker:hover {
    z-index:10
}
.overview-chart .marker:hover:after {
    content:"";
    width:70px;
    height:30px;
    display:block;
    position:absolute;
    top:0;
    z-index:-1
}
.overview-chart .marker:hover .marker-button {
    color:#fff;
    background-color:#1a667d
}
.overview-chart .marker:hover .marker-body {
    display:block
}
.overview-chart .marker-body {
    display:none;
    position:absolute;
    top:0;
    color:#222;
    background-color:#f2f2f2;
    min-width:100px;
    padding:8px
}
[dir=ltr] .overview-chart .marker-body {
    box-shadow:2px 2px 3px 1px rgba(0,0,0,.25);
    left:calc(100% + 6px)
}
[dir=rtl] .overview-chart .marker-body {
    box-shadow:-2px 2px 3px 1px rgba(0,0,0,.25);
    right:calc(100% + 6px)
}
.overview-chart .marker-body .event-container .tooltipHead {
    display:flex;
    padding-bottom:6px;
    margin-bottom:6px;
    border-bottom:1px solid #adadad
}
.overview-chart .marker-body .event-container .tooltipRow {
    display:flex;
    white-space:nowrap
}
.overview-chart .marker-body .event-container .tooltipRow+.tooltipRow {
    margin-top:4px
}
.overview-chart .marker-body .event-container a {
    display:block;
    min-width:180px;
    font-size:12px;
    line-height:1.2;
    color:#1256a0;
    margin-bottom:4px
}
.overview-chart .marker-body .event-container a:hover {
    text-decoration:underline
}
.overview-chart .marker-body .event-container .event-credits {
    font-size:10px
}
.overview-chart .marker-body .chartsTooltipGroupRow {
    display:flex;
    white-space:nowrap;
    font-size:.75rem
}
.overview-chart .marker-body .bold {
    font-weight:700
}
[dir=ltr] .overview-chart .marker-body .bold {
    margin-right:2px
}
[dir=rtl] .overview-chart .marker-body .bold {
    margin-left:2px
}
.overview-chart stx-hu-tooltip {
    font-size:.75rem;
    line-height:1.3;
    border:0;
    color:#222;
    background-color:#f2f2f2
}
[dir=ltr] .overview-chart stx-hu-tooltip {
    box-shadow:2px 2px 3px 1px rgba(0,0,0,.25)
}
[dir=rtl] .overview-chart stx-hu-tooltip {
    box-shadow:-2px 2px 3px 1px rgba(0,0,0,.25)
}
.overview-chart stx-hu-tooltip-field:first-child {
    display:flex;
    justify-content:center
}
.overview-chart stx-hu-tooltip-field:first-child stx-hu-tooltip-field-name:after {
    content:""
}
.overview-chart .stx-panel-study,.overview-chart .stx_chart_controls {
    display:none!important
}
.overview-chart .stx-stem {
    height:25px
}
.overview-chart .stx_candle_down {
    color:#fe3232;
    color:var(--negative-chart,#fe3232);
    border-color:#000
}
.overview-chart .stx_candle_up {
    color:#32ea32;
    color:var(--positive-chart,#32ea32);
    border-color:#000
}
.overview-chart .stx_volume {
    margin:0 5px
}
.overview-chart .stx_volume_up {
    width:4px;
    border:.5px solid #4ea268
}
.overview-chart .stx_volume_down {
    width:4px;
    border:.5px solid #a55f55
}
.overview-chart .stx-ico-handle {
    display:none
}
.overview-chart .stx-holder,.overview-chart .stx-subholder {
    overflow:visible
}
.overview-chart .stx-float-date,.overview-chart .stx-float-price {
    color:#222;
    background-color:#d3d3d3;
    border:1px solid #5b91c5
}
.overview-chart .stx_crosshair,.overview-chart_drawing {
    background-color:#5b91c5
}
.overview-chart .stx_current_hr_down,.overview-chart .stx_current_hr_up {
    color:#fff;
    background-color:#222
}
.overview-chart .stick {
    height:8px
}
[dir=ltr] .overview-chart .stick {
    border-left:2px solid #e6e6e6;
    margin-left:9px
}
[dir=rtl] .overview-chart .stick {
    border-right:2px solid #e6e6e6;
    margin-right:9px
}
.reverse-theme {
    --positive-change-main:red;
    --negative-change-main:#0ea600;
    --positive-change-light:#fcdede;
    --negative-change-light:#c2f2c2;
    --positive-chart:red;
    --negative-chart:#32ea32;
    --bargain-color:#d91400;
    --undervalued-color:#d98600;
    --fair-color:#0ea600;
    --overvalued-color:#007c32;
    --expensive-color:#005723;
    --excellent-color:#d91400;
    --great-color:#d98600;
    --good-color:#b5a310;
    --weak-color:#007c32;
    --positive-strategies:#d91400
}
.reverse-theme .font-sans-v2 {
    --positive-change-main:#d91400;
    --negative-change-main:#007c32;
    --positive-change-light:#d9140014;
    --negative-change-light:#007c3214;
    --positive-chart:red;
    --negative-chart:#32ea32
}
.default-theme {
    --positive-change-main:#0ea600;
    --negative-change-main:red;
    --positive-change-light:#c2f2c2;
    --negative-change-light:#fcdede;
    --positive-chart:#32ea32;
    --negative-chart:red;
    --bargain-color:#0ea600;
    --undervalued-color:#007c32;
    --fair-color:#d98600;
    --overvalued-color:#d91400;
    --expensive-color:#a21001;
    --excellent-color:#007c32;
    --great-color:#0ea600;
    --good-color:#b5a310;
    --weak-color:#d91400;
    --positive-strategies:#318712
}
.default-theme .font-sans-v2 {
    --positive-change-main:#007c32;
    --negative-change-main:#d91400;
    --positive-change-light:#007c3214;
    --negative-change-light:#d9140014;
    --positive-chart:#32ea32;
    --negative-chart:red
}
.kr-theme {
    --positive-change-main:red;
    --negative-change-main:#048de3;
    --positive-change-light:#fcdede;
    --negative-change-light:#ceecff;
    --positive-chart:red;
    --negative-chart:#4da1d6;
    --bargain-color:#0070eb;
    --undervalued-color:#13b6ac;
    --fair-color:#0ea600;
    --overvalued-color:#007c32;
    --expensive-color:#005723;
    --excellent-color:#005723;
    --great-color:#13b6ac;
    --good-color:#b5a310;
    --weak-color:#007c32;
    --positive-strategies:#d91400
}
.kr-theme .font-sans-v2 {
    --positive-change-main:#d91400;
    --negative-change-main:#0a69e5;
    --positive-change-light:#d9140014;
    --negative-change-light:#0a69e514;
    --positive-chart:red;
    --negative-chart:#4da1d6
}
.sa-theme {
    --site-font:"Noto Naskh Arabic",Arial
}
.th-theme {
    --site-font:"Noto Sans Thai Looped",Arial
}
.hi-theme {
    --site-font:"Noto Sans",Arial
}
.cn-theme {
    --site-font:"Noto Sans SC",Arial
}
.hk-theme {
    --site-font:"Noto Sans HK",Arial
}
.error-page>div {
    height:auto!important
}
a:hover {
    color:inherit;
    text-decoration:none;
    text-decoration:initial
}
.scrollbar-v2::-webkit-scrollbar {
    width:3px;
    border-radius:2px
}
.scrollbar-v2::-webkit-scrollbar-track {
    opacity:.15;
    border-radius:2px
}
.scrollbar-v2::-webkit-scrollbar-thumb {
    background:rgba(35,37,38,.15);
    border-radius:2px
}
.ob-ad-choices {
    z-index:1!important
}
.has-link a {
    color:#006bf6
}
.has-link a:hover {
    text-decoration:underline
}
.no-contextual-alternatives {
    font-feature-settings:"liga" 1,"calt" 0
}
.no-native-scrollbar::-webkit-scrollbar {
    -webkit-appearance:none
}
.dark\:prose-invert:is(.dark *) {
    --tw-prose-body:var(--tw-prose-invert-body);
    --tw-prose-headings:var(--tw-prose-invert-headings);
    --tw-prose-lead:var(--tw-prose-invert-lead);
    --tw-prose-links:var(--tw-prose-invert-links);
    --tw-prose-bold:var(--tw-prose-invert-bold);
    --tw-prose-counters:var(--tw-prose-invert-counters);
    --tw-prose-bullets:var(--tw-prose-invert-bullets);
    --tw-prose-hr:var(--tw-prose-invert-hr);
    --tw-prose-quotes:var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
    --tw-prose-captions:var(--tw-prose-invert-captions);
    --tw-prose-kbd:var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code:var(--tw-prose-invert-code);
    --tw-prose-pre-code:var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders:var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders:var(--tw-prose-invert-td-borders)
}
@media (min-width:1440px) {
    .xl\:container {
        width:100%
    }
    @media (min-width:320px) {
        .xl\:container {
            max-width:320px
        }
    }
    @media (min-width:600px) {
        .xl\:container {
            max-width:600px
        }
    }
    @media (min-width:970px) {
        .xl\:container {
            max-width:970px
        }
    }
    @media (min-width:1250px) {
        .xl\:container {
            max-width:1250px
        }
    }
    @media (min-width:1280px) {
        .xl\:container {
            max-width:1280px
        }
    }
    @media (min-width:1336px) {
        .xl\:container {
            max-width:1336px
        }
    }
    @media (min-width:1440px) {
        .xl\:container {
            max-width:1440px
        }
    }
    @media (min-width:1760px) {
        .xl\:container {
            max-width:1760px
        }
    }
    @media (min-width:2040px) {
        .xl\:container {
            max-width:2040px
        }
    }
}
.\*\:\*\:flex>*>*,.\*\:flex>* {
    display:flex
}
.\*\:min-w-\[150px\]>* {
    min-width:150px
}
.\*\:cursor-pointer>* {
    cursor:pointer
}
.\*\:\*\:items-center>*>*,.\*\:items-center>* {
    align-items:center
}
.\*\:gap-3>* {
    gap:.75rem
}
.\*\:\*\:whitespace-nowrap>*>* {
    white-space:nowrap
}
.\*\:border-b>* {
    border-bottom-width:1px
}
.\*\:border-t>* {
    border-top-width:1px
}
.\*\:border-inv-grey-400>* {
    --tw-border-opacity:1;
    border-color:rgb(218 218 218/var(--tw-border-opacity,1))
}
.\*\:px-2>* {
    padding-left:.5rem;
    padding-right:.5rem
}
.\*\:px-4>* {
    padding-left:1rem;
    padding-right:1rem
}
.\*\:px-6>* {
    padding-left:1.5rem;
    padding-right:1.5rem
}
.\*\:py-2>* {
    padding-top:.5rem;
    padding-bottom:.5rem
}
.\*\:py-3>* {
    padding-top:.75rem;
    padding-bottom:.75rem
}
.\*\:text-start>* {
    text-align:start
}
.\*\:\*\:text-\[15px\]>*>* {
    font-size:15px
}
.\*\:text-xs\/4>* {
    font-size:.75rem;
    line-height:1rem
}
.\*\:\*\:text-inv-grey-700>*>* {
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1))
}
.\*\:text-\[\#006BF6\]>* {
    --tw-text-opacity:1;
    color:rgb(0 107 246/var(--tw-text-opacity,1))
}
.\*\:text-\[\#5B616E\]>* {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.\*\:opacity-50>* {
    opacity:.5
}
.selection\:bg-warren-other-main ::-moz-selection {
    --tw-bg-opacity:1;
    background-color:rgb(232 153 66/var(--tw-bg-opacity,1))
}
.selection\:bg-warren-other-main ::selection {
    --tw-bg-opacity:1;
    background-color:rgb(232 153 66/var(--tw-bg-opacity,1))
}
.selection\:text-white ::-moz-selection {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.selection\:text-white ::selection {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.selection\:bg-warren-other-main::-moz-selection {
    --tw-bg-opacity:1;
    background-color:rgb(232 153 66/var(--tw-bg-opacity,1))
}
.selection\:bg-warren-other-main::selection {
    --tw-bg-opacity:1;
    background-color:rgb(232 153 66/var(--tw-bg-opacity,1))
}
.selection\:text-white::-moz-selection {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.selection\:text-white::selection {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.placeholder\:text-black::-moz-placeholder {
    --tw-text-opacity:1;
    color:rgb(0 0 0/var(--tw-text-opacity,1))
}
.placeholder\:text-black::placeholder {
    --tw-text-opacity:1;
    color:rgb(0 0 0/var(--tw-text-opacity,1))
}
.placeholder\:text-warren-gray-700::-moz-placeholder {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.placeholder\:text-warren-gray-700::placeholder {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.placeholder\:text-warren-gray-900::-moz-placeholder {
    --tw-text-opacity:1;
    color:rgb(24 28 33/var(--tw-text-opacity,1))
}
.placeholder\:text-warren-gray-900::placeholder {
    --tw-text-opacity:1;
    color:rgb(24 28 33/var(--tw-text-opacity,1))
}
.before\:invisible:before {
    content:var(--tw-content);
    visibility:hidden
}
.before\:absolute:before {
    content:var(--tw-content);
    position:absolute
}
.before\:\!-top-1\.5:before {
    content:var(--tw-content);
    top:-.375rem!important
}
.before\:\!-top-3:before {
    content:var(--tw-content);
    top:-.75rem!important
}
.before\:-bottom-2:before {
    content:var(--tw-content);
    bottom:-.5rem
}
.before\:-left-4:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:-left-4:before {
    left:-1rem
}
[dir=rtl] .before\:-left-4:before {
    right:-1rem
}
.before\:-left-px:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:-left-px:before {
    left:-1px
}
[dir=rtl] .before\:-left-px:before {
    right:-1px
}
.before\:-right-2:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:-right-2:before {
    right:-.5rem
}
[dir=rtl] .before\:-right-2:before {
    left:-.5rem
}
.before\:-top-2:before {
    content:var(--tw-content);
    top:-.5rem
}
.before\:-top-4:before {
    top:-1rem
}
.before\:-top-4:before,.before\:left-0:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:left-0:before {
    left:0
}
[dir=rtl] .before\:left-0:before {
    right:0
}
.before\:left-2:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:left-2:before {
    left:.5rem
}
[dir=rtl] .before\:left-2:before {
    right:.5rem
}
.before\:left-4:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:left-4:before {
    left:1rem
}
[dir=rtl] .before\:left-4:before {
    right:1rem
}
.before\:left-5:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:left-5:before {
    left:1.25rem
}
[dir=rtl] .before\:left-5:before {
    right:1.25rem
}
.before\:right-0:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:right-0:before {
    right:0
}
[dir=rtl] .before\:right-0:before {
    left:0
}
.before\:right-2:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:right-2:before {
    right:.5rem
}
[dir=rtl] .before\:right-2:before {
    left:.5rem
}
.before\:right-4:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:right-4:before {
    right:1rem
}
[dir=rtl] .before\:right-4:before {
    left:1rem
}
.before\:top-0:before {
    content:var(--tw-content);
    top:0
}
.before\:top-1\/2:before {
    content:var(--tw-content);
    top:50%
}
.before\:top-2:before {
    content:var(--tw-content);
    top:.5rem
}
.before\:top-5:before {
    content:var(--tw-content);
    top:1.25rem
}
.before\:-z-1:before {
    content:var(--tw-content);
    z-index:-1
}
.before\:z-1:before {
    content:var(--tw-content);
    z-index:1
}
.before\:h-0:before {
    content:var(--tw-content);
    height:0
}
.before\:h-14:before {
    content:var(--tw-content);
    height:3.5rem
}
.before\:h-3:before {
    content:var(--tw-content);
    height:.75rem
}
.before\:h-px:before {
    content:var(--tw-content);
    height:1px
}
.before\:w-0:before {
    content:var(--tw-content);
    width:0
}
.before\:w-16:before {
    content:var(--tw-content);
    width:4rem
}
.before\:w-px:before {
    content:var(--tw-content);
    width:1px
}
.before\:-translate-y-1\/2:before {
    content:var(--tw-content);
    --tw-translate-y:-50%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.before\:border-8:before {
    content:var(--tw-content);
    border-width:8px
}
.before\:border-b-8:before {
    content:var(--tw-content);
    border-bottom-width:8px
}
.before\:border-l-8:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:border-l-8:before {
    border-left-width:8px
}
[dir=rtl] .before\:border-l-8:before {
    border-right-width:8px
}
.before\:border-r-8:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:border-r-8:before {
    border-right-width:8px
}
[dir=rtl] .before\:border-r-8:before {
    border-left-width:8px
}
.before\:border-t-8:before {
    content:var(--tw-content);
    border-top-width:8px
}
.before\:border-x-transparent:before {
    content:var(--tw-content);
    border-left-color:transparent;
    border-right-color:transparent
}
.before\:border-b-\[\#232526\]:before {
    content:var(--tw-content);
    --tw-border-opacity:1;
    border-bottom-color:rgb(35 37 38/var(--tw-border-opacity,1))
}
.before\:border-b-transparent:before {
    content:var(--tw-content);
    border-bottom-color:transparent
}
.before\:border-b-white:before {
    border-bottom-color:rgb(255 255 255/var(--tw-border-opacity,1))
}
.before\:border-b-white:before,.before\:border-l-\[\#232526\]:before {
    content:var(--tw-content);
    --tw-border-opacity:1
}
[dir=ltr] .before\:border-l-\[\#232526\]:before {
    border-left-color:rgb(35 37 38/var(--tw-border-opacity,1))
}
[dir=rtl] .before\:border-l-\[\#232526\]:before {
    border-right-color:rgb(35 37 38/var(--tw-border-opacity,1))
}
.before\:border-l-transparent:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:border-l-transparent:before {
    border-left-color:transparent
}
[dir=rtl] .before\:border-l-transparent:before {
    border-right-color:transparent
}
.before\:border-r-transparent:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:border-r-transparent:before {
    border-right-color:transparent
}
[dir=rtl] .before\:border-r-transparent:before {
    border-left-color:transparent
}
.before\:border-t-\[\#232526\]:before {
    content:var(--tw-content);
    --tw-border-opacity:1;
    border-top-color:rgb(35 37 38/var(--tw-border-opacity,1))
}
.before\:border-t-transparent:before {
    content:var(--tw-content);
    border-top-color:transparent
}
.before\:border-opacity-95:before {
    content:var(--tw-content);
    --tw-border-opacity:0.95
}
.before\:\!bg-transparent:before {
    content:var(--tw-content);
    background-color:transparent!important
}
.before\:bg-\[\#DADADA\]:before {
    content:var(--tw-content);
    --tw-bg-opacity:1;
    background-color:rgb(218 218 218/var(--tw-bg-opacity,1))
}
.before\:bg-\[\#ECEDEF\]:before {
    content:var(--tw-content);
    --tw-bg-opacity:1;
    background-color:rgb(236 237 239/var(--tw-bg-opacity,1))
}
.before\:bg-inv-grey-500:before {
    content:var(--tw-content);
    --tw-bg-opacity:1;
    background-color:rgb(186 186 186/var(--tw-bg-opacity,1))
}
.before\:bg-gradient-to-r:before {
    content:var(--tw-content)
}
[dir=ltr] .before\:bg-gradient-to-r:before {
    background-image:linear-gradient(to right,var(--tw-gradient-stops))
}
[dir=rtl] .before\:bg-gradient-to-r:before {
    background-image:linear-gradient(to left,var(--tw-gradient-stops))
}
.before\:from-white:before {
    content:var(--tw-content);
    --tw-gradient-from:#fff var(--tw-gradient-from-position);
    --tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.before\:to-transparent:before {
    content:var(--tw-content);
    --tw-gradient-to:transparent var(--tw-gradient-to-position)
}
.before\:\!p-0:before {
    content:var(--tw-content);
    padding:0!important
}
.before\:\!py-0:before {
    content:var(--tw-content);
    padding-top:0!important;
    padding-bottom:0!important
}
.before\:\!text-3xs:before {
    content:var(--tw-content);
    font-size:.625rem!important
}
.before\:\!normal-case:before {
    content:var(--tw-content);
    text-transform:none!important
}
.before\:leading-3:before {
    content:var(--tw-content);
    line-height:.75rem
}
.before\:tracking-wide:before {
    content:var(--tw-content);
    letter-spacing:.025em
}
.before\:\!text-\[\#5B616E\]:before {
    content:var(--tw-content);
    --tw-text-opacity:1!important;
    color:rgb(91 97 110/var(--tw-text-opacity,1))!important
}
.before\:\!text-\[\#8C8C8C\]:before {
    content:var(--tw-content);
    --tw-text-opacity:1!important;
    color:rgb(140 140 140/var(--tw-text-opacity,1))!important
}
.before\:shadow-primary:before {
    content:var(--tw-content);
    --tw-shadow:0 6px 12px 0 rgba(35,37,38,.12);
    --tw-shadow-colored:0 6px 12px 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.before\:content-\[\'\'\]:before {
    --tw-content:"";
    content:var(--tw-content)
}
.before\:content-\[\'\(\'\]:before {
    --tw-content:"(";
    content:var(--tw-content)
}
.after\:invisible:after {
    content:var(--tw-content);
    visibility:hidden
}
.after\:absolute:after {
    content:var(--tw-content);
    position:absolute
}
.after\:relative:after {
    content:var(--tw-content);
    position:relative
}
.after\:inset-x-6:after {
    content:var(--tw-content);
    left:1.5rem;
    right:1.5rem
}
.after\:\!-top-\[9px\]:after {
    content:var(--tw-content);
    top:-9px!important
}
.after\:\!left-0:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:\!left-0:after {
    left:0!important
}
[dir=rtl] .after\:\!left-0:after {
    right:0!important
}
.after\:\!top-1\.5:after {
    top:.375rem!important
}
.after\:-right-4:after,.after\:\!top-1\.5:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:-right-4:after {
    right:-1rem
}
[dir=rtl] .after\:-right-4:after {
    left:-1rem
}
.after\:bottom-0:after {
    bottom:0
}
.after\:bottom-0:after,.after\:left-0:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:left-0:after {
    left:0
}
[dir=rtl] .after\:left-0:after {
    right:0
}
.after\:left-0\.5:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:left-0\.5:after {
    left:.125rem
}
[dir=rtl] .after\:left-0\.5:after {
    right:.125rem
}
.after\:left-2:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:left-2:after {
    left:.5rem
}
[dir=rtl] .after\:left-2:after {
    right:.5rem
}
.after\:left-4:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:left-4:after {
    left:1rem
}
[dir=rtl] .after\:left-4:after {
    right:1rem
}
.after\:right-0:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:right-0:after {
    right:0
}
[dir=rtl] .after\:right-0:after {
    left:0
}
.after\:right-2:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:right-2:after {
    right:.5rem
}
[dir=rtl] .after\:right-2:after {
    left:.5rem
}
.after\:right-4:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:right-4:after {
    right:1rem
}
[dir=rtl] .after\:right-4:after {
    left:1rem
}
.after\:right-\[-10px\]:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:right-\[-10px\]:after {
    right:-10px
}
[dir=rtl] .after\:right-\[-10px\]:after {
    left:-10px
}
.after\:right-\[-1px\]:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:right-\[-1px\]:after {
    right:-1px
}
[dir=rtl] .after\:right-\[-1px\]:after {
    left:-1px
}
.after\:top-0:after {
    content:var(--tw-content);
    top:0
}
.after\:top-0\.5:after {
    content:var(--tw-content);
    top:.125rem
}
.after\:top-\[-4px\]:after {
    content:var(--tw-content);
    top:-4px
}
.after\:z-1:after {
    content:var(--tw-content);
    z-index:1
}
.after\:mb-\[50px\]:after {
    content:var(--tw-content);
    margin-bottom:50px
}
.after\:ml-1:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:ml-1:after {
    margin-left:.25rem
}
[dir=rtl] .after\:ml-1:after {
    margin-right:.25rem
}
.after\:hidden:after {
    content:var(--tw-content);
    display:none
}
.after\:size-2:after {
    content:var(--tw-content);
    width:.5rem;
    height:.5rem
}
.after\:h-14:after {
    content:var(--tw-content);
    height:3.5rem
}
.after\:h-full:after {
    content:var(--tw-content);
    height:100%
}
.after\:h-px:after {
    content:var(--tw-content);
    height:1px
}
.after\:\!w-full:after {
    content:var(--tw-content);
    width:100%!important
}
.after\:w-16:after {
    content:var(--tw-content);
    width:4rem
}
.after\:w-\[10px\]:after {
    content:var(--tw-content);
    width:10px
}
.after\:rounded-full:after {
    content:var(--tw-content);
    border-radius:9999px
}
.after\:\!bg-\[\#848892\]:after {
    content:var(--tw-content);
    --tw-bg-opacity:1!important;
    background-color:rgb(132 136 146/var(--tw-bg-opacity,1))!important
}
.after\:\!bg-\[\#dedede\]:after {
    content:var(--tw-content);
    --tw-bg-opacity:1!important;
    background-color:rgb(222 222 222/var(--tw-bg-opacity,1))!important
}
.after\:bg-\[\#E6E9EB\]:after {
    content:var(--tw-content);
    --tw-bg-opacity:1;
    background-color:rgb(230 233 235/var(--tw-bg-opacity,1))
}
.after\:bg-\[\#ECEDEF\]:after {
    content:var(--tw-content);
    --tw-bg-opacity:1;
    background-color:rgb(236 237 239/var(--tw-bg-opacity,1))
}
.after\:bg-inv-blue-500:after {
    content:var(--tw-content);
    --tw-bg-opacity:1;
    background-color:rgb(18 86 160/var(--tw-bg-opacity,1))
}
.after\:bg-gradient-custom:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:bg-gradient-custom:after {
    background-image:linear-gradient(90deg,rgba(47,47,71,.05),rgba(47,47,71,0))
}
[dir=rtl] .after\:bg-gradient-custom:after {
    background-image:linear-gradient(-90deg,rgba(47,47,71,.05),rgba(47,47,71,0))
}
.after\:bg-gradient-to-l:after {
    content:var(--tw-content)
}
[dir=ltr] .after\:bg-gradient-to-l:after {
    background-image:linear-gradient(to left,var(--tw-gradient-stops))
}
[dir=rtl] .after\:bg-gradient-to-l:after {
    background-image:linear-gradient(to right,var(--tw-gradient-stops))
}
.after\:from-white:after {
    content:var(--tw-content);
    --tw-gradient-from:#fff var(--tw-gradient-from-position);
    --tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.after\:to-transparent:after {
    content:var(--tw-content);
    --tw-gradient-to:transparent var(--tw-gradient-to-position)
}
.after\:content-\[\'\'\]:after {
    --tw-content:"";
    content:var(--tw-content)
}
.after\:content-\[\'\)\'\]:after {
    --tw-content:")";
    content:var(--tw-content)
}
.after\:content-pro-icon:after {
    --tw-content:url(../images/pro-icon-lg.svg);
    content:var(--tw-content)
}
[dir=ltr] .first\:ml-0:first-child {
    margin-left:0
}
[dir=rtl] .first\:ml-0:first-child {
    margin-right:0
}
.first\:mt-0:first-child {
    margin-top:0
}
[dir=ltr] .first\:\!rounded-l:first-child {
    border-top-left-radius:.25rem!important;
    border-bottom-left-radius:.25rem!important
}
[dir=rtl] .first\:\!rounded-l:first-child {
    border-top-right-radius:.25rem!important;
    border-bottom-right-radius:.25rem!important
}
.first\:rounded-t-\[13px\]:first-child {
    border-top-left-radius:13px;
    border-top-right-radius:13px
}
.first\:border-t:first-child {
    border-top-width:1px
}
.first\:border-t-0:first-child {
    border-top-width:0
}
.first\:border-\[\#E6E9EB\]:first-child {
    --tw-border-opacity:1;
    border-color:rgb(230 233 235/var(--tw-border-opacity,1))
}
[dir=ltr] .first\:pl-0:first-child {
    padding-left:0
}
[dir=rtl] .first\:pl-0:first-child {
    padding-right:0
}
.first\:pt-0:first-child {
    padding-top:0
}
.first\:text-white:first-child {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.first\:\*\:border-t-0>:first-child {
    border-top-width:0
}
.first\:before\:absolute:first-child:before {
    content:var(--tw-content);
    position:absolute
}
.first\:before\:left-2:first-child:before {
    content:var(--tw-content)
}
[dir=ltr] .first\:before\:left-2:first-child:before {
    left:.5rem
}
[dir=rtl] .first\:before\:left-2:first-child:before {
    right:.5rem
}
.first\:before\:right-2:first-child:before {
    content:var(--tw-content)
}
[dir=ltr] .first\:before\:right-2:first-child:before {
    right:.5rem
}
[dir=rtl] .first\:before\:right-2:first-child:before {
    left:.5rem
}
.first\:before\:top-0:first-child:before {
    content:var(--tw-content);
    top:0
}
.first\:before\:h-px:first-child:before {
    content:var(--tw-content);
    height:1px
}
.first\:before\:bg-\[\#ECEDEF\]:first-child:before {
    content:var(--tw-content);
    --tw-bg-opacity:1;
    background-color:rgb(236 237 239/var(--tw-bg-opacity,1))
}
.first\:before\:content-none:first-child:before {
    --tw-content:none;
    content:var(--tw-content)
}
.last\:mb-0:last-child {
    margin-bottom:0
}
.last\:mb-2:last-child {
    margin-bottom:.5rem
}
[dir=ltr] .last\:mr-0:last-child {
    margin-right:0
}
[dir=rtl] .last\:mr-0:last-child {
    margin-left:0
}
[dir=ltr] .last\:\!rounded-r:last-child {
    border-top-right-radius:.25rem!important;
    border-bottom-right-radius:.25rem!important
}
[dir=rtl] .last\:\!rounded-r:last-child {
    border-top-left-radius:.25rem!important;
    border-bottom-left-radius:.25rem!important
}
.last\:rounded-b-\[13px\]:last-child {
    border-bottom-right-radius:13px;
    border-bottom-left-radius:13px
}
.last\:border-0:last-child {
    border-width:0
}
.last\:border-b:last-child {
    border-bottom-width:1px
}
.last\:border-b-0:last-child {
    border-bottom-width:0
}
.last\:border-\[\#848892\]:last-child {
    --tw-border-opacity:1;
    border-color:rgb(132 136 146/var(--tw-border-opacity,1))
}
[dir=ltr] .last\:pr-0:last-child {
    padding-right:0
}
[dir=rtl] .last\:pr-0:last-child {
    padding-left:0
}
.last\:shadow-none:last-child {
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.last\:\*\:border-b-0>:last-child {
    border-bottom-width:0
}
.checked\:border-inv-blue-800:checked {
    --tw-border-opacity:1;
    border-color:rgb(18 86 200/var(--tw-border-opacity,1))
}
.checked\:bg-inv-blue-800:checked {
    --tw-bg-opacity:1;
    background-color:rgb(18 86 200/var(--tw-bg-opacity,1))
}
.read-only\:cursor-default:-moz-read-only {
    cursor:default
}
.read-only\:cursor-default:read-only {
    cursor:default
}
.read-only\:rounded:-moz-read-only {
    border-radius:.25rem
}
.read-only\:rounded:read-only {
    border-radius:.25rem
}
.read-only\:border:-moz-read-only {
    border-width:1px
}
.read-only\:border:read-only {
    border-width:1px
}
.read-only\:\!bg-transparent:-moz-read-only {
    background-color:transparent!important
}
.read-only\:\!bg-transparent:read-only {
    background-color:transparent!important
}
.empty\:hidden:empty {
    display:none
}
.focus-within\:\!border-inv-blue-500:focus-within {
    --tw-border-opacity:1!important;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))!important
}
.focus-within\:shadow-\[inset_0_4px_4px_rgba\(0\2c 0\2c 0\2c \.03\)\]:focus-within {
    --tw-shadow:inset 0 4px 4px rgba(0,0,0,.03);
    --tw-shadow-colored:inset 0 4px 4px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.hover\:scale-110:hover {
    --tw-scale-x:1.1;
    --tw-scale-y:1.1;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hover\:cursor-pointer:hover {
    cursor:pointer
}
.hover\:rounded-sm:hover {
    border-radius:.125rem
}
.hover\:border-\[\#006BF6\]:hover {
    --tw-border-opacity:1;
    border-color:rgb(0 107 246/var(--tw-border-opacity,1))
}
.hover\:border-\[\#116BCC\]:hover {
    --tw-border-opacity:1;
    border-color:rgb(17 107 204/var(--tw-border-opacity,1))
}
.hover\:border-\[\#1256A0\]:hover,.hover\:border-\[\#1256a0\]:hover {
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.hover\:border-\[\#A0AAB5\]:hover {
    --tw-border-opacity:1;
    border-color:rgb(160 170 181/var(--tw-border-opacity,1))
}
.hover\:border-\[\#f2a93b\]:hover {
    --tw-border-opacity:1;
    border-color:rgb(242 169 59/var(--tw-border-opacity,1))
}
.hover\:border-inv-grey-500:hover {
    --tw-border-opacity:1;
    border-color:rgb(186 186 186/var(--tw-border-opacity,1))
}
.hover\:border-negative-main:hover {
    border-color:var(--negative-change-main)
}
.hover\:border-positive-main:hover {
    border-color:var(--positive-change-main)
}
.hover\:border-opacity-100:hover {
    --tw-border-opacity:1
}
.hover\:\!bg-\[\#1256a01a\]:hover {
    background-color:#1256a01a!important
}
.hover\:\!bg-transparent:hover {
    background-color:transparent!important
}
.hover\:bg-\[\#006BF614\]:hover {
    background-color:#006bf614
}
.hover\:bg-\[\#006BF6\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(0 107 246/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#006bf60f\]:hover {
    background-color:#006bf60f
}
.hover\:bg-\[\#0a69e50f\]:hover {
    background-color:#0a69e50f
}
.hover\:bg-\[\#0a69e514\]:hover {
    background-color:#0a69e514
}
.hover\:bg-\[\#116BCC\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(17 107 204/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#1256a01a\]:hover {
    background-color:#1256a01a
}
.hover\:bg-\[\#1256a01f\]:hover {
    background-color:#1256a01f
}
.hover\:bg-\[\#181818\]\/90:hover {
    background-color:hsla(0,0%,9%,.9)
}
.hover\:bg-\[\#3a3e43\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(58 62 67/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#51b52f\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(81 181 47/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#5b616e0f\]:hover {
    background-color:#5b616e0f
}
.hover\:bg-\[\#E6E9EB\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(230 233 235/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#F2F2F2\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(242 242 242/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#F3F3F3\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(243 243 243/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#F5F5F5\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#F7F7F8\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(247 247 248/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#FAFAFB\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(250 250 251/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#FFFFFF08\]:hover {
    background-color:#ffffff08
}
.hover\:bg-\[\#e6e9eb\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(230 233 235/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#ecedef\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(236 237 239/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#f5f5f5\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#f7f7f8\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(247 247 248/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#f8f8f8\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(248 248 248/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#fc5142\]:hover {
    --tw-bg-opacity:1;
    background-color:rgb(252 81 66/var(--tw-bg-opacity,1))
}
.hover\:bg-\[\#ffffff59\]:hover {
    background-color:#ffffff59
}
.hover\:bg-blue-700:hover {
    --tw-bg-opacity:1;
    background-color:rgb(29 78 216/var(--tw-bg-opacity,1))
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity:1;
    background-color:rgb(243 244 246/var(--tw-bg-opacity,1))
}
.hover\:bg-gray-200:hover {
    --tw-bg-opacity:1;
    background-color:rgb(229 231 235/var(--tw-bg-opacity,1))
}
.hover\:bg-gray-500\/10:hover {
    background-color:hsla(220,9%,46%,.1)
}
.hover\:bg-inv-grey-400:hover {
    --tw-bg-opacity:1;
    background-color:rgb(218 218 218/var(--tw-bg-opacity,1))
}
.hover\:bg-neutral-100:hover {
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245/var(--tw-bg-opacity,1))
}
.hover\:bg-pro-base:hover {
    --tw-bg-opacity:1;
    background-color:rgb(253 191 66/var(--tw-bg-opacity,1))
}
.hover\:bg-v2-blue-dark:hover {
    background-color:#1256a01a
}
.hover\:bg-v2-gray-light:hover {
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245/var(--tw-bg-opacity,1))
}
.hover\:bg-v2-gray-light-2:hover {
    --tw-bg-opacity:1;
    background-color:rgb(247 247 248/var(--tw-bg-opacity,1))
}
.hover\:bg-warren-black:hover {
    --tw-bg-opacity:1;
    background-color:rgb(0 0 0/var(--tw-bg-opacity,1))
}
.hover\:bg-warren-gray-200:hover {
    --tw-bg-opacity:1;
    background-color:rgb(234 236 240/var(--tw-bg-opacity,1))
}
.hover\:bg-white:hover {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.hover\:bg-none:hover {
    background-image:none
}
.hover\:stroke-black:hover {
    stroke:#000
}
.hover\:stroke-v2-blue:hover {
    stroke:#1256a0
}
.hover\:\!text-\[\#FF7901\]:hover {
    --tw-text-opacity:1!important;
    color:rgb(255 121 1/var(--tw-text-opacity,1))!important
}
.hover\:\!text-white:hover {
    --tw-text-opacity:1!important;
    color:rgb(255 255 255/var(--tw-text-opacity,1))!important
}
.hover\:text-\[\#006BF6\]:hover {
    --tw-text-opacity:1;
    color:rgb(0 107 246/var(--tw-text-opacity,1))
}
.hover\:text-\[\#116BCC\]:hover {
    --tw-text-opacity:1;
    color:rgb(17 107 204/var(--tw-text-opacity,1))
}
.hover\:text-\[\#1256A0\]:hover,.hover\:text-\[\#1256a0\]:hover {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.hover\:text-\[\#181c21\]:hover {
    --tw-text-opacity:1;
    color:rgb(24 28 33/var(--tw-text-opacity,1))
}
.hover\:text-\[\#232526\]:hover {
    --tw-text-opacity:1;
    color:rgb(35 37 38/var(--tw-text-opacity,1))
}
.hover\:text-\[\#ff7901\]:hover {
    --tw-text-opacity:1;
    color:rgb(255 121 1/var(--tw-text-opacity,1))
}
.hover\:text-black:hover {
    --tw-text-opacity:1;
    color:rgb(0 0 0/var(--tw-text-opacity,1))
}
.hover\:text-blue-600:hover {
    --tw-text-opacity:1;
    color:rgb(37 99 235/var(--tw-text-opacity,1))
}
.hover\:text-gray-400:hover {
    --tw-text-opacity:1;
    color:rgb(156 163 175/var(--tw-text-opacity,1))
}
.hover\:text-inv-blue-500:hover {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.hover\:text-inv-grey-700:hover {
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1))
}
.hover\:text-neutral-100:hover {
    --tw-text-opacity:1;
    color:rgb(245 245 245/var(--tw-text-opacity,1))
}
.hover\:text-neutral-400:hover {
    --tw-text-opacity:1;
    color:rgb(163 163 163/var(--tw-text-opacity,1))
}
.hover\:text-v2-blue:hover {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.hover\:text-v2-gray-dark:hover {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.hover\:text-v2-secondary:hover {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.hover\:text-warren-gray-700:hover {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.hover\:text-warren-ui-lightBlue:hover {
    --tw-text-opacity:1;
    color:rgb(0 107 246/var(--tw-text-opacity,1))
}
.hover\:text-white:hover {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.hover\:underline:hover {
    text-decoration-line:underline
}
.hover\:no-underline:hover {
    text-decoration-line:none
}
.hover\:decoration-\[\#1256A0\]:hover {
    text-decoration-color:#1256a0
}
.hover\:opacity-100:hover {
    opacity:1
}
.hover\:opacity-50:hover {
    opacity:.5
}
.hover\:opacity-80:hover {
    opacity:.8
}
.hover\:\!shadow-none:hover {
    --tw-shadow:0 0 #0000!important;
    --tw-shadow-colored:0 0 #0000!important;
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important
}
.hover\:shadow-buttonHover:hover {
    --tw-shadow:0 4px 8px 0 rgba(17,107,204,.25);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color)
}
.hover\:shadow-buttonHover:hover,.hover\:shadow-lg:hover {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.hover\:shadow-lg:hover {
    --tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}
.hover\:shadow-postCommentButtonHover:hover {
    --tw-shadow:0 4px 8px rgba(17,107,204,.25);
    --tw-shadow-colored:0 4px 8px var(--tw-shadow-color)
}
.hover\:shadow-postCommentButtonHover:hover,.hover\:shadow-turnOffAdNotification:hover {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.hover\:shadow-turnOffAdNotification:hover {
    --tw-shadow:0 6px 12px rgba(17,107,204,.3);
    --tw-shadow-colored:0 6px 12px var(--tw-shadow-color)
}
.hover\:\*\:bg-\[\#F7F7F8\]>:hover,.hover\:\*\:bg-\[\#f7f7f8\]>:hover {
    --tw-bg-opacity:1;
    background-color:rgb(247 247 248/var(--tw-bg-opacity,1))
}
.hover\:\*\:\*\:text-inv-blue-500>*>:hover {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.hover\:\*\:text-\[\#006BF6\]>:hover {
    --tw-text-opacity:1;
    color:rgb(0 107 246/var(--tw-text-opacity,1))
}
.hover\:\*\:\*\:underline>*>:hover,.hover\:\*\:underline>:hover {
    text-decoration-line:underline
}
.focus\:visible:focus {
    visibility:visible
}
.focus\:border:focus {
    border-width:1px
}
.focus\:border-inv-blue-500:focus {
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.focus\:border-inv-grey-500:focus {
    --tw-border-opacity:1;
    border-color:rgb(186 186 186/var(--tw-border-opacity,1))
}
.focus\:border-neutral-100:focus {
    --tw-border-opacity:1;
    border-color:rgb(245 245 245/var(--tw-border-opacity,1))
}
.focus\:border-warren-black-400:focus {
    --tw-border-opacity:1;
    border-color:rgb(235 235 235/var(--tw-border-opacity,1))
}
.focus\:border-warren-ui-surfaceBlue:focus {
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.focus\:bg-blue-500:focus {
    --tw-bg-opacity:1;
    background-color:rgb(59 130 246/var(--tw-bg-opacity,1))
}
.focus\:bg-v2-blue-dark:focus {
    background-color:#1256a01a
}
.focus\:text-base:focus {
    font-size:1rem
}
.focus\:text-inv-blue-500:focus {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.focus\:underline:focus {
    text-decoration-line:underline
}
.focus\:no-underline:focus {
    text-decoration-line:none
}
.focus\:outline-none:focus {
    outline:2px solid transparent;
    outline-offset:2px
}
.focus\:outline-0:focus {
    outline-width:0
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}
.focus\:ring-blue-500:focus {
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))
}
.focus\:ring-orange-500:focus {
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity,1))
}
.focus\:\*\:\*\:underline>*>:focus {
    text-decoration-line:underline
}
.active\:border-\[\#006BF6\]:active {
    --tw-border-opacity:1;
    border-color:rgb(0 107 246/var(--tw-border-opacity,1))
}
.active\:bg-\[\#006BF6\]:active {
    --tw-bg-opacity:1;
    background-color:rgb(0 107 246/var(--tw-bg-opacity,1))
}
.active\:bg-black\/5:active {
    background-color:rgba(0,0,0,.05)
}
.active\:text-\[\#006BF6\]:active {
    --tw-text-opacity:1;
    color:rgb(0 107 246/var(--tw-text-opacity,1))
}
.active\:text-inv-blue-500:active {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.active\:shadow-buttonHover:active {
    --tw-shadow:0 4px 8px 0 rgba(17,107,204,.25);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.disabled\:cursor-default:disabled {
    cursor:default
}
.disabled\:cursor-no-drop:disabled {
    cursor:no-drop
}
.disabled\:cursor-not-allowed:disabled {
    cursor:not-allowed
}
.disabled\:border-\[\#5B616E\]:disabled {
    --tw-border-opacity:1;
    border-color:rgb(91 97 110/var(--tw-border-opacity,1))
}
.disabled\:bg-\[\#8B8F98\]:disabled {
    --tw-bg-opacity:1;
    background-color:rgb(139 143 152/var(--tw-bg-opacity,1))
}
.disabled\:bg-\[\#BDBFC2\]:disabled {
    --tw-bg-opacity:1;
    background-color:rgb(189 191 194/var(--tw-bg-opacity,1))
}
.disabled\:bg-inv-grey-50:disabled {
    --tw-bg-opacity:1;
    background-color:rgb(251 251 251/var(--tw-bg-opacity,1))
}
.disabled\:bg-warren-gray-100:disabled {
    --tw-bg-opacity:1;
    background-color:rgb(189 191 194/var(--tw-bg-opacity,1))
}
.disabled\:bg-warren-gray-700:disabled {
    --tw-bg-opacity:1;
    background-color:rgb(91 97 110/var(--tw-bg-opacity,1))
}
.disabled\:bg-warren-ios-light-basic-whiteBlack6:disabled {
    background-color:rgba(0,0,0,.06)
}
.disabled\:bg-white:disabled {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.disabled\:text-\[\#5B616E\]:disabled {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.disabled\:text-inv-grey-400:disabled {
    --tw-text-opacity:1;
    color:rgb(218 218 218/var(--tw-text-opacity,1))
}
.disabled\:text-white:disabled {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.disabled\:opacity-50:disabled {
    opacity:.5
}
.disabled\:shadow-\[0_4px_8px_0_rgba\(189\2c 191\2c 194\2c 0\.25\)\]:disabled {
    --tw-shadow:0 4px 8px 0 hsla(216,4%,75%,.25);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.disabled\:shadow-none:disabled {
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000
}
.disabled\:shadow-none:disabled,.disabled\:shadow-quotesBoxApplyButton:disabled {
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.disabled\:shadow-quotesBoxApplyButton:disabled {
    --tw-shadow:0 4px 8px hsla(222,6%,57%,.25);
    --tw-shadow-colored:0 4px 8px var(--tw-shadow-color)
}
.group\/parent:hover .group-hover\/parent\:\!visible {
    visibility:visible!important
}
.group:hover .group-hover\:visible {
    visibility:visible
}
.group:hover .group-hover\:block {
    display:block
}
.group:hover .group-hover\:flex {
    display:flex
}
.group:hover .group-hover\:scale-100 {
    --tw-scale-x:1;
    --tw-scale-y:1;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group:hover .group-hover\:border {
    border-width:1px
}
.group:hover .group-hover\:border-b-2 {
    border-bottom-width:2px
}
.group:hover .group-hover\:bg-\[\#FAFAFB\] {
    --tw-bg-opacity:1;
    background-color:rgb(250 250 251/var(--tw-bg-opacity,1))
}
.group:hover .group-hover\:bg-\[\#f5f5f5\] {
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245/var(--tw-bg-opacity,1))
}
.group:hover .group-hover\:bg-\[\#fafafb\] {
    --tw-bg-opacity:1;
    background-color:rgb(250 250 251/var(--tw-bg-opacity,1))
}
.group:hover .group-hover\:text-\[\#1256A0\] {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.group:hover .group-hover\:text-\[\#D91400\] {
    --tw-text-opacity:1;
    color:rgb(217 20 0/var(--tw-text-opacity,1))
}
.group:hover .group-hover\:opacity-40 {
    opacity:.4
}
.group:hover .group-hover\:opacity-50 {
    opacity:.5
}
.group:hover .group-hover\:hover\:opacity-100:hover {
    opacity:1
}
.peer:checked~.peer-checked\:block {
    display:block
}
.peer:disabled~.peer-disabled\:cursor-not-allowed {
    cursor:not-allowed
}
.peer:disabled~.peer-disabled\:text-inv-grey-400 {
    --tw-text-opacity:1;
    color:rgb(218 218 218/var(--tw-text-opacity,1))
}
.dark\:rounded-\[10px\]:is(.dark *) {
    border-radius:10px
}
.dark\:rounded-md:is(.dark *) {
    border-radius:.375rem
}
.dark\:border:is(.dark *) {
    border-width:1px
}
.dark\:\!border-none:is(.dark *) {
    border-style:none!important
}
.dark\:border-none:is(.dark *) {
    border-style:none
}
.dark\:\!border-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\]:is(.dark *) {
    border-color:hsla(0,0%,100%,.08)!important
}
.dark\:border-\[\#3f444d\]:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(63 68 77/var(--tw-border-opacity,1))
}
.dark\:border-\[rgba\(217\2c 220\2c 223\2c 0\.08\)\]:is(.dark *) {
    border-color:hsla(210,9%,86%,.08)
}
.dark\:border-\[rgba\(255\2c 255\2c 255\2c 0\.15\)\]:is(.dark *) {
    border-color:hsla(0,0%,100%,.15)
}
.dark\:border-inv-blue-500:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.dark\:border-neutral-100:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(245 245 245/var(--tw-border-opacity,1))
}
.dark\:border-neutral-500:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(115 115 115/var(--tw-border-opacity,1))
}
.dark\:border-neutral-600:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(82 82 82/var(--tw-border-opacity,1))
}
.dark\:border-neutral-700:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(64 64 64/var(--tw-border-opacity,1))
}
.dark\:border-neutral-800:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(38 38 38/var(--tw-border-opacity,1))
}
.dark\:border-warren-black-800:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(51 51 51/var(--tw-border-opacity,1))
}
.dark\:border-warren-gray-700:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(91 97 110/var(--tw-border-opacity,1))
}
.dark\:border-warren-gray-900:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(24 28 33/var(--tw-border-opacity,1))
}
.dark\:border-warren-gray-900\/50:is(.dark *) {
    border-color:rgba(24,28,33,.5)
}
.dark\:border-white:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(255 255 255/var(--tw-border-opacity,1))
}
.dark\:border-white\/20:is(.dark *) {
    border-color:hsla(0,0%,100%,.2)
}
.dark\:border-b-gray-800:is(.dark *) {
    --tw-border-opacity:1;
    border-bottom-color:rgb(31 41 55/var(--tw-border-opacity,1))
}
.dark\:border-b-warren-gray-800:is(.dark *) {
    --tw-border-opacity:1;
    border-bottom-color:rgb(39 45 51/var(--tw-border-opacity,1))
}
.dark\:border-t-gray-800:is(.dark *) {
    --tw-border-opacity:1;
    border-top-color:rgb(31 41 55/var(--tw-border-opacity,1))
}
.dark\:border-opacity-50:is(.dark *) {
    --tw-border-opacity:0.5
}
.dark\:\!bg-\[\#3f444d\]:is(.dark *) {
    --tw-bg-opacity:1!important;
    background-color:rgb(63 68 77/var(--tw-bg-opacity,1))!important
}
.dark\:\!bg-warren-android-bg-primary:is(.dark *) {
    --tw-bg-opacity:1!important;
    background-color:rgb(31 39 45/var(--tw-bg-opacity,1))!important
}
.dark\:\!bg-warren-android-dark-basic-gray10:is(.dark *) {
    --tw-bg-opacity:1!important;
    background-color:rgb(31 36 42/var(--tw-bg-opacity,1))!important
}
.dark\:\!bg-warren-android-dark-bg-quaternary:is(.dark *) {
    --tw-bg-opacity:1!important;
    background-color:rgb(22 29 34/var(--tw-bg-opacity,1))!important
}
.dark\:\!bg-warren-gray-900:is(.dark *) {
    --tw-bg-opacity:1!important;
    background-color:rgb(24 28 33/var(--tw-bg-opacity,1))!important
}
.dark\:\!bg-warren-ios-dark-basic-blue-bright:is(.dark *) {
    --tw-bg-opacity:1!important;
    background-color:rgb(10 132 255/var(--tw-bg-opacity,1))!important
}
.dark\:\!bg-warren-ios-dark-bg-primary:is(.dark *) {
    --tw-bg-opacity:1!important;
    background-color:rgb(31 36 42/var(--tw-bg-opacity,1))!important
}
.dark\:\!bg-warren-ios-dark-bg-tertiary3:is(.dark *) {
    --tw-bg-opacity:1!important;
    background-color:rgb(25 29 34/var(--tw-bg-opacity,1))!important
}
.dark\:bg-\[\#0D1016\]:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(13 16 22/var(--tw-bg-opacity,1))
}
.dark\:bg-\[\#111518\]:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(17 21 24/var(--tw-bg-opacity,1))
}
.dark\:bg-\[\#161D22\]:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(22 29 34/var(--tw-bg-opacity,1))
}
.dark\:bg-\[\#191D22\]:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(25 29 34/var(--tw-bg-opacity,1))
}
.dark\:bg-\[\#1F272D\]:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(31 39 45/var(--tw-bg-opacity,1))
}
.dark\:bg-\[\#2D3136\]:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(45 49 54/var(--tw-bg-opacity,1))
}
.dark\:bg-\[\#333333\]:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(51 51 51/var(--tw-bg-opacity,1))
}
.dark\:bg-\[\#40414F\]:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(64 65 79/var(--tw-bg-opacity,1))
}
.dark\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.05\)\]:is(.dark *) {
    background-color:hsla(0,0%,100%,.05)
}
.dark\:bg-black:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(0 0 0/var(--tw-bg-opacity,1))
}
.dark\:bg-gray-800:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(31 41 55/var(--tw-bg-opacity,1))
}
.dark\:bg-gray-900:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(17 24 39/var(--tw-bg-opacity,1))
}
.dark\:bg-transparent:is(.dark *) {
    background-color:transparent
}
.dark\:bg-warren-android-basic-blackWhite6:is(.dark *) {
    background-color:hsla(0,0%,100%,.06)
}
.dark\:bg-warren-android-dark-bg-primary:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(31 39 45/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-android-dark-bg-quaternary:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(22 29 34/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-android-dark-bg-secondary2:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(43 52 59/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-android-dark-bg-tertiary:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(12 17 21/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-bg-secondary3:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(44 48 55/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-bg-tertiary3:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(25 29 34/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-black-900:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:var(--main-color);
}
.dark\:bg-warren-gray-700:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(91 97 110/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-gray-800:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(39 45 51/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-gray-900:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(24 28 33/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-ios-dark-basic-divider-quaternary-280:is(.dark *) {
    background-color:rgba(45,50,56,.8)
}
.dark\:bg-warren-ios-dark-basic-whiteBlack6:is(.dark *) {
    background-color:hsla(0,0%,100%,.06)
}
.dark\:bg-warren-ios-dark-bg-primary:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(31 36 42/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-ios-dark-bg-primary2:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(31 36 42/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-ios-dark-bg-secondary:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(13 16 22/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-ios-dark-bg-tertiary:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(45 50 56/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-ios-dark-bg-tertiary3:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(25 29 34/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-ios-dark-bg-tertiary4:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(25 29 34/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-ios-dark-divider-quaternary280:is(.dark *) {
    background-color:#2d3238
}
.dark\:bg-warren-ios-dark-divider-quaternary380:is(.dark *) {
    background-color:#1f242a
}
.dark\:bg-warren-other-main:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(232 153 66/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-primary:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(24 24 24/var(--tw-bg-opacity,1))
}
.dark\:bg-warren-secondary:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(32 33 35/var(--tw-bg-opacity,1))
}
.dark\:bg-white:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.dark\:dark\:bg-warren-gray-800:is(.dark *):is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(39 45 51/var(--tw-bg-opacity,1))
}
.dark\:bg-gradient-unlock-more:is(.dark *) {
    background-image:linear-gradient(0deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.05) 100%,#181c21)
}
.dark\:via-\[\#181818\]:is(.dark *) {
    --tw-gradient-to:hsla(0,0%,9%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from),#181818 var(--tw-gradient-via-position),var(--tw-gradient-to)
}
.dark\:to-\[\#181818\]:is(.dark *) {
    --tw-gradient-to:#181818 var(--tw-gradient-to-position)
}
.dark\:\!fill-warren-android-dark-basic-blueBright:is(.dark *) {
    fill:#0a84ff!important
}
.dark\:fill-white:is(.dark *) {
    fill:#fff
}
.dark\:stroke-black:is(.dark *) {
    stroke:#000
}
.dark\:\!text-warren-android-dark-basic-redDown:is(.dark *) {
    --tw-text-opacity:1!important;
    color:rgb(231 84 77/var(--tw-text-opacity,1))!important
}
.dark\:\!text-warren-basic-redDown:is(.dark *) {
    --tw-text-opacity:1!important;
    color:rgb(231 84 77/var(--tw-text-opacity,1))!important
}
.dark\:\!text-warren-black-100:is(.dark *) {
    --tw-text-opacity:1!important;
    color:rgb(255 255 255/var(--tw-text-opacity,1))!important
}
.dark\:\!text-warren-black-300:is(.dark *) {
    --tw-text-opacity:1!important;
    color:rgb(242 242 242/var(--tw-text-opacity,1))!important
}
.dark\:\!text-warren-gray-100:is(.dark *) {
    --tw-text-opacity:1!important;
    color:rgb(189 191 194/var(--tw-text-opacity,1))!important
}
.dark\:\!text-warren-gray-500:is(.dark *) {
    --tw-text-opacity:1!important;
    color:rgb(132 136 146/var(--tw-text-opacity,1))!important
}
.dark\:\!text-white:is(.dark *) {
    --tw-text-opacity:1!important;
    color:rgb(255 255 255/var(--tw-text-opacity,1))!important
}
.dark\:text-\[\#798086\]:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(121 128 134/var(--tw-text-opacity,1))
}
.dark\:text-\[\#BCC0C2\]:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(188 192 194/var(--tw-text-opacity,1))
}
.dark\:text-black:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(0 0 0/var(--tw-text-opacity,1))
}
.dark\:text-gray-100:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(243 244 246/var(--tw-text-opacity,1))
}
.dark\:text-gray-400:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(156 163 175/var(--tw-text-opacity,1))
}
.dark\:text-gray-600:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(75 85 99/var(--tw-text-opacity,1))
}
.dark\:text-gray-800:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(31 41 55/var(--tw-text-opacity,1))
}
.dark\:text-green-400:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(74 222 128/var(--tw-text-opacity,1))
}
.dark\:text-neutral-100:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(245 245 245/var(--tw-text-opacity,1))
}
.dark\:text-neutral-200:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(229 229 229/var(--tw-text-opacity,1))
}
.dark\:text-neutral-300:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(212 212 212/var(--tw-text-opacity,1))
}
.dark\:text-warren-android-dark-basic-blueBright:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(10 132 255/var(--tw-text-opacity,1))
}
.dark\:text-warren-android-dark-basic-gray2:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(161 166 170/var(--tw-text-opacity,1))
}
.dark\:text-warren-android-dark-basic-redDown:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(231 84 77/var(--tw-text-opacity,1))
}
.dark\:text-warren-android-dark-icon-primary:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(121 128 134/var(--tw-text-opacity,1))
}
.dark\:text-warren-android-dark-text-tertiary:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(188 192 194/var(--tw-text-opacity,1))
}
.dark\:text-warren-android-dark-text-tertiary3:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(161 166 170/var(--tw-text-opacity,1))
}
.dark\:text-warren-black:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(0 0 0/var(--tw-text-opacity,1))
}
.dark\:text-warren-black-300:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(242 242 242/var(--tw-text-opacity,1))
}
.dark\:text-warren-black-700:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(155 155 155/var(--tw-text-opacity,1))
}
.dark\:text-warren-gray-10:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(247 247 248/var(--tw-text-opacity,1))
}
.dark\:text-warren-gray-100:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(189 191 194/var(--tw-text-opacity,1))
}
.dark\:text-warren-gray-20:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(230 233 235/var(--tw-text-opacity,1))
}
.dark\:text-warren-gray-5:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(245 245 245/var(--tw-text-opacity,1))
}
.dark\:text-warren-gray-50:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(217 220 223/var(--tw-text-opacity,1))
}
.dark\:text-warren-gray-500:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(132 136 146/var(--tw-text-opacity,1))
}
.dark\:text-warren-gray-700:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(91 97 110/var(--tw-text-opacity,1))
}
.dark\:text-warren-gray-800:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(39 45 51/var(--tw-text-opacity,1))
}
.dark\:text-warren-ios-dark-basic-blue-bright:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(10 132 255/var(--tw-text-opacity,1))
}
.dark\:text-warren-ios-dark-icon-secondary:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(125 130 135/var(--tw-text-opacity,1))
}
.dark\:text-warren-ios-dark-icon-secondary2:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(125 130 135/var(--tw-text-opacity,1))
}
.dark\:text-white:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.dark\:placeholder-white:is(.dark *)::-moz-placeholder {
    --tw-placeholder-opacity:1;
    color:rgb(255 255 255/var(--tw-placeholder-opacity,1))
}
.dark\:placeholder-white:is(.dark *)::placeholder {
    --tw-placeholder-opacity:1;
    color:rgb(255 255 255/var(--tw-placeholder-opacity,1))
}
.dark\:shadow-\[0_0_15px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]:is(.dark *) {
    --tw-shadow:0 0 15px rgba(0,0,0,.1);
    --tw-shadow-colored:0 0 15px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.dark\:shadow-\[0_4px_8px_0_rgba\(63\2c 68\2c 77\2c 0\.25\)\]:is(.dark *) {
    --tw-shadow:0 4px 8px 0 rgba(63,68,77,.25);
    --tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.dark\:shadow-\[0px_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.03\)_inset\]:is(.dark *) {
    --tw-shadow:0px 4px 4px 0px rgba(0,0,0,.03) inset;
    --tw-shadow-colored:inset 0px 4px 4px 0px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.dark\:shadow-\[0px_4px_8px_0px_rgba\(18\2c 86\2c 160\2c 0\.25\)\]:is(.dark *) {
    --tw-shadow:0px 4px 8px 0px rgba(18,86,160,.25);
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.dark\:placeholder\:text-white:is(.dark *)::-moz-placeholder {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.dark\:placeholder\:text-white:is(.dark *)::placeholder {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.dark\:hover\:bg-neutral-800:hover:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(38 38 38/var(--tw-bg-opacity,1))
}
.dark\:hover\:bg-warren-gray-800:hover:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(39 45 51/var(--tw-bg-opacity,1))
}
.dark\:hover\:text-gray-300:hover:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(209 213 219/var(--tw-text-opacity,1))
}
.dark\:focus\:border-warren-ui-surfaceBlue:focus:is(.dark *) {
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.dark\:disabled\:bg-warren-gray-800:disabled:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(39 45 51/var(--tw-bg-opacity,1))
}
.dark\:disabled\:bg-warren-ios-dark-basic-gray3:disabled:is(.dark *) {
    --tw-bg-opacity:1;
    background-color:rgb(64 71 79/var(--tw-bg-opacity,1))
}
.dark\:disabled\:text-\[\#949495\]:disabled:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(148 148 149/var(--tw-text-opacity,1))
}
.dark\:disabled\:text-warren-gray-500:disabled:is(.dark *) {
    --tw-text-opacity:1;
    color:rgb(132 136 146/var(--tw-text-opacity,1))
}
.dark\:disabled\:shadow-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:disabled:is(.dark *) {
    --tw-shadow:0px 4px 8px 0px rgba(0,0,0,.25);
    --tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
@media (min-width:970px) {
    .desktop\:\!hidden {
        display:none!important
    }
}
@media (max-height:600px) {
    [dir=ltr] .short\:right-\[20px\] {
        right:20px
    }
    [dir=rtl] .short\:right-\[20px\] {
        left:20px
    }
    .short\:mx-\[9px\] {
        margin-left:9px;
        margin-right:9px
    }
    [dir=ltr] .short\:mr-\[9px\] {
        margin-right:9px
    }
    [dir=rtl] .short\:mr-\[9px\] {
        margin-left:9px
    }
    .short\:h-\[14px\] {
        height:14px
    }
    .short\:h-\[9px\] {
        height:9px
    }
    .short\:w-\[14px\] {
        width:14px
    }
    .short\:w-\[9px\] {
        width:9px
    }
    .short\:rounded-t-\[3px\] {
        border-top-left-radius:3px;
        border-top-right-radius:3px
    }
    .short\:border-\[1\.5px\] {
        border-width:1.5px
    }
    .short\:px-\[7px\] {
        padding-left:7px;
        padding-right:7px
    }
    .short\:py-\[3px\] {
        padding-top:3px;
        padding-bottom:3px
    }
    .short\:text-\[9px\] {
        font-size:9px
    }
    .short\:leading-\[14px\] {
        line-height:14px
    }
}
@media (max-width:599px) {
    .smMax\:\!bottom-\[19px\] {
        bottom:19px!important
    }
    .smMax\:\!bottom-\[65px\] {
        bottom:65px!important
    }
    [dir=ltr] .smMax\:\!left-\[3px\] {
        left:3px!important
    }
    [dir=rtl] .smMax\:\!left-\[3px\] {
        right:3px!important
    }
    [dir=ltr] .smMax\:\!left-\[64\.5px\] {
        left:64.5px!important
    }
    [dir=rtl] .smMax\:\!left-\[64\.5px\] {
        right:64.5px!important
    }
    [dir=ltr] .smMax\:\!left-\[67px\] {
        left:67px!important
    }
    [dir=rtl] .smMax\:\!left-\[67px\] {
        right:67px!important
    }
    [dir=ltr] .smMax\:\!left-\[9px\] {
        left:9px!important
    }
    [dir=rtl] .smMax\:\!left-\[9px\] {
        right:9px!important
    }
    .smMax\:\!top-\[3px\] {
        top:3px!important
    }
    .smMax\:\!top-\[84px\] {
        top:84px!important
    }
    .smMax\:\!top-\[9px\] {
        top:9px!important
    }
    .smMax\:mt-1 {
        margin-top:.25rem
    }
    .smMax\:block {
        display:block
    }
    .smMax\:hidden {
        display:none
    }
    .smMax\:\!h-\[106px\] {
        height:106px!important
    }
    .smMax\:\!h-\[118px\] {
        height:118px!important
    }
    .smMax\:\!h-\[130px\] {
        height:130px!important
    }
    .smMax\:\!h-\[42px\] {
        height:42px!important
    }
    .smMax\:\!h-\[68px\] {
        height:68px!important
    }
    .smMax\:\!w-\[118px\] {
        width:118px!important
    }
    .smMax\:\!w-\[130px\] {
        width:130px!important
    }
    .smMax\:\!w-\[136px\] {
        width:136px!important
    }
    .smMax\:\!w-\[300px\] {
        width:300px!important
    }
    .smMax\:\!w-\[3px\] {
        width:3px!important
    }
    .smMax\:flex-col {
        flex-direction:column
    }
    .smMax\:items-start {
        align-items:flex-start
    }
    .smMax\:items-end {
        align-items:flex-end
    }
    .smMax\:items-center {
        align-items:center
    }
    .smMax\:gap-y-3 {
        row-gap:.75rem
    }
    .smMax\:overflow-hidden {
        overflow:hidden
    }
}
@media (max-width:1250px) {
    .mdMax\:grow {
        flex-grow:1
    }
    .mdMax\:gap-x-4 {
        -moz-column-gap:1rem;
        column-gap:1rem
    }
    .mdMax\:overflow-x-auto {
        overflow-x:auto
    }
    [dir=ltr] .mdMax\:border-r {
        border-right-width:1px
    }
    [dir=rtl] .mdMax\:border-r {
        border-left-width:1px
    }
    .mdMax\:\!p-3 {
        padding:.75rem!important
    }
    .mdMax\:px-2 {
        padding-left:.5rem;
        padding-right:.5rem
    }
    .mdMax\:px-3 {
        padding-left:.75rem;
        padding-right:.75rem
    }
    .mdMax\:pb-5 {
        padding-bottom:1.25rem
    }
    [dir=ltr] .mdMax\:pl-2 {
        padding-left:.5rem
    }
    [dir=rtl] .mdMax\:pl-2 {
        padding-right:.5rem
    }
}
@media (min-width:600px) {
    .sm\:visible {
        visibility:visible
    }
    .sm\:absolute {
        position:absolute
    }
    .sm\:relative {
        position:relative
    }
    [dir=ltr] .sm\:-left-\[31px\] {
        left:-31px
    }
    [dir=rtl] .sm\:-left-\[31px\] {
        right:-31px
    }
    .sm\:bottom-8 {
        bottom:2rem
    }
    [dir=ltr] .sm\:left-5 {
        left:1.25rem
    }
    [dir=rtl] .sm\:left-5 {
        right:1.25rem
    }
    [dir=ltr] .sm\:left-\[15px\] {
        left:15px
    }
    [dir=rtl] .sm\:left-\[15px\] {
        right:15px
    }
    [dir=ltr] .sm\:left-\[280px\] {
        left:280px
    }
    [dir=rtl] .sm\:left-\[280px\] {
        right:280px
    }
    [dir=ltr] .sm\:right-8 {
        right:2rem
    }
    [dir=rtl] .sm\:right-8 {
        left:2rem
    }
    [dir=ltr] .sm\:right-\[15px\] {
        right:15px
    }
    [dir=rtl] .sm\:right-\[15px\] {
        left:15px
    }
    [dir=ltr] .sm\:right-\[44px\] {
        right:44px
    }
    [dir=rtl] .sm\:right-\[44px\] {
        left:44px
    }
    [dir=ltr] .sm\:right-auto {
        right:auto
    }
    [dir=rtl] .sm\:right-auto {
        left:auto
    }
    .sm\:top-0 {
        top:0
    }
    .sm\:top-0\.5 {
        top:.125rem
    }
    .sm\:top-\[18px\] {
        top:18px
    }
    .sm\:top-\[48px\] {
        top:48px
    }
    .sm\:order-1 {
        order:1
    }
    .sm\:order-3 {
        order:3
    }
    .sm\:m-0 {
        margin:0
    }
    .sm\:mx-1\.5 {
        margin-left:.375rem;
        margin-right:.375rem
    }
    .sm\:mx-6 {
        margin-left:1.5rem;
        margin-right:1.5rem
    }
    .sm\:my-8 {
        margin-top:2rem;
        margin-bottom:2rem
    }
    .sm\:\!mt-4 {
        margin-top:1rem!important
    }
    .sm\:mb-0 {
        margin-bottom:0
    }
    .sm\:mb-10 {
        margin-bottom:2.5rem
    }
    .sm\:mb-12 {
        margin-bottom:3rem
    }
    .sm\:mb-16 {
        margin-bottom:4rem
    }
    .sm\:mb-4 {
        margin-bottom:1rem
    }
    .sm\:mb-6 {
        margin-bottom:1.5rem
    }
    .sm\:mb-8 {
        margin-bottom:2rem
    }
    .sm\:mb-\[28px\] {
        margin-bottom:28px
    }
    .sm\:mb-\[34px\] {
        margin-bottom:34px
    }
    [dir=ltr] .sm\:ml-0 {
        margin-left:0
    }
    [dir=rtl] .sm\:ml-0 {
        margin-right:0
    }
    [dir=ltr] .sm\:ml-1\.5 {
        margin-left:.375rem
    }
    [dir=rtl] .sm\:ml-1\.5 {
        margin-right:.375rem
    }
    [dir=ltr] .sm\:ml-3 {
        margin-left:.75rem
    }
    [dir=rtl] .sm\:ml-3 {
        margin-right:.75rem
    }
    [dir=ltr] .sm\:ml-4 {
        margin-left:1rem
    }
    [dir=rtl] .sm\:ml-4 {
        margin-right:1rem
    }
    [dir=ltr] .sm\:ml-6 {
        margin-left:1.5rem
    }
    [dir=rtl] .sm\:ml-6 {
        margin-right:1.5rem
    }
    [dir=ltr] .sm\:mr-1\.5 {
        margin-right:.375rem
    }
    [dir=rtl] .sm\:mr-1\.5 {
        margin-left:.375rem
    }
    [dir=ltr] .sm\:mr-4 {
        margin-right:1rem
    }
    [dir=rtl] .sm\:mr-4 {
        margin-left:1rem
    }
    [dir=ltr] .sm\:mr-6 {
        margin-right:1.5rem
    }
    [dir=rtl] .sm\:mr-6 {
        margin-left:1.5rem
    }
    [dir=ltr] .sm\:mr-8 {
        margin-right:2rem
    }
    [dir=rtl] .sm\:mr-8 {
        margin-left:2rem
    }
    [dir=ltr] .sm\:mr-\[-20px\] {
        margin-right:-20px
    }
    [dir=rtl] .sm\:mr-\[-20px\] {
        margin-left:-20px
    }
    .sm\:mt-0 {
        margin-top:0
    }
    .sm\:mt-10 {
        margin-top:2.5rem
    }
    .sm\:mt-12 {
        margin-top:3rem
    }
    .sm\:mt-2 {
        margin-top:.5rem
    }
    .sm\:mt-3 {
        margin-top:.75rem
    }
    .sm\:mt-8 {
        margin-top:2rem
    }
    .sm\:line-clamp-2 {
        overflow:hidden;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2
    }
    .sm\:block {
        display:block
    }
    .sm\:inline-block {
        display:inline-block
    }
    .sm\:inline {
        display:inline
    }
    .sm\:flex {
        display:flex
    }
    .sm\:table-cell {
        display:table-cell
    }
    .sm\:table-row {
        display:table-row
    }
    .sm\:grid {
        display:grid
    }
    .sm\:contents {
        display:contents
    }
    .sm\:\!hidden {
        display:none!important
    }
    .sm\:h-10 {
        height:2.5rem
    }
    .sm\:h-4 {
        height:1rem
    }
    .sm\:h-75 {
        height:18.75rem
    }
    .sm\:h-8 {
        height:2rem
    }
    .sm\:h-\[107px\] {
        height:107px
    }
    .sm\:h-\[270px\] {
        height:270px
    }
    .sm\:h-\[321px\] {
        height:321px
    }
    .sm\:h-\[414px\] {
        height:414px
    }
    .sm\:h-\[420px\] {
        height:420px
    }
    .sm\:h-auto {
        height:auto
    }
    .sm\:h-screen {
        height:100vh
    }
    .sm\:max-h-\[248px\] {
        max-height:248px
    }
    .sm\:max-h-\[600px\] {
        max-height:600px
    }
    .sm\:max-h-\[800px\] {
        max-height:800px
    }
    .sm\:\!w-\[440px\] {
        width:440px!important
    }
    .sm\:w-1\/2 {
        width:50%
    }
    .sm\:w-4 {
        width:1rem
    }
    .sm\:w-8 {
        width:2rem
    }
    .sm\:w-\[100px\] {
        width:100px
    }
    .sm\:w-\[173px\] {
        width:173px
    }
    .sm\:w-\[180px\] {
        width:180px
    }
    .sm\:w-\[20\%\] {
        width:20%
    }
    .sm\:w-\[210px\] {
        width:210px
    }
    .sm\:w-\[22\%\] {
        width:22%
    }
    .sm\:w-\[220px\] {
        width:220px
    }
    .sm\:w-\[260px\] {
        width:260px
    }
    .sm\:w-\[288px\] {
        width:288px
    }
    .sm\:w-\[296px\] {
        width:296px
    }
    .sm\:w-\[40\%\] {
        width:40%
    }
    .sm\:w-\[400px\] {
        width:400px
    }
    .sm\:w-\[440px\] {
        width:440px
    }
    .sm\:w-\[60\%\] {
        width:60%
    }
    .sm\:w-auto {
        width:auto
    }
    .sm\:w-fit {
        width:-moz-fit-content;
        width:fit-content
    }
    .sm\:w-full {
        width:100%
    }
    .sm\:\!min-w-\[552px\] {
        min-width:552px!important
    }
    .sm\:\!max-w-\[250px\] {
        max-width:250px!important
    }
    .sm\:\!max-w-side-space-sm {
        max-width:calc(100% - 48px)!important
    }
    .sm\:max-w-\[220px\] {
        max-width:220px
    }
    .sm\:max-w-\[410px\] {
        max-width:410px
    }
    .sm\:max-w-\[450px\] {
        max-width:450px
    }
    .sm\:max-w-\[852px\] {
        max-width:852px
    }
    .sm\:max-w-fit {
        max-width:-moz-fit-content;
        max-width:fit-content
    }
    .sm\:max-w-full {
        max-width:100%
    }
    .sm\:max-w-lg {
        max-width:32rem
    }
    .sm\:max-w-none,.sm\:max-w-unset {
        max-width:none
    }
    .sm\:flex-1 {
        flex:1 1 0%
    }
    .sm\:flex-none {
        flex:none
    }
    .sm\:flex-grow {
        flex-grow:1
    }
    .sm\:basis-\[33\.333\%\] {
        flex-basis:33.333%
    }
    .sm\:scale-100 {
        --tw-scale-x:1;
        --tw-scale-y:1;
        transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    .sm\:cursor-default {
        cursor:default
    }
    .sm\:grid-cols-2 {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .sm\:grid-cols-4 {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }
    .sm\:grid-cols-8 {
        grid-template-columns:repeat(8,minmax(0,1fr))
    }
    .sm\:grid-rows-2 {
        grid-template-rows:repeat(2,minmax(0,1fr))
    }
    .sm\:flex-row {
        flex-direction:row
    }
    .sm\:flex-row-reverse {
        flex-direction:row-reverse
    }
    .sm\:flex-wrap {
        flex-wrap:wrap
    }
    .sm\:content-center {
        align-content:center
    }
    .sm\:items-start {
        align-items:flex-start
    }
    .sm\:items-end {
        align-items:flex-end
    }
    .sm\:items-center {
        align-items:center
    }
    .sm\:justify-start {
        justify-content:flex-start
    }
    .sm\:justify-center {
        justify-content:center
    }
    .sm\:justify-between {
        justify-content:space-between
    }
    .sm\:gap-0 {
        gap:0
    }
    .sm\:gap-12 {
        gap:3rem
    }
    .sm\:gap-16 {
        gap:4rem
    }
    .sm\:gap-2 {
        gap:.5rem
    }
    .sm\:gap-2\.5 {
        gap:.625rem
    }
    .sm\:gap-3 {
        gap:.75rem
    }
    .sm\:gap-4 {
        gap:1rem
    }
    .sm\:gap-5 {
        gap:1.25rem
    }
    .sm\:gap-6 {
        gap:1.5rem
    }
    .sm\:gap-\[11px\] {
        gap:11px
    }
    .sm\:gap-y-12 {
        row-gap:3rem
    }
    .sm\:gap-y-4 {
        row-gap:1rem
    }
    .sm\:space-x-6>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse:0
    }
    [dir=ltr] .sm\:space-x-6>:not([hidden])~:not([hidden]) {
        margin-right:calc(1.5rem * var(--tw-space-x-reverse));
        margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
    }
    [dir=rtl] .sm\:space-x-6>:not([hidden])~:not([hidden]) {
        margin-left:calc(1.5rem * var(--tw-space-x-reverse));
        margin-right:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
    }
    .sm\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse:0;
        margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom:calc(0px * var(--tw-space-y-reverse))
    }
    .sm\:self-stretch {
        align-self:stretch
    }
    .sm\:overflow-auto {
        overflow:auto
    }
    .sm\:overflow-visible {
        overflow:visible
    }
    .sm\:overflow-x-auto {
        overflow-x:auto
    }
    .sm\:border-y {
        border-top-width:1px
    }
    .sm\:border-b,.sm\:border-y {
        border-bottom-width:1px
    }
    .sm\:border-b-0 {
        border-bottom-width:0
    }
    [dir=ltr] .sm\:border-r {
        border-right-width:1px
    }
    [dir=rtl] .sm\:border-r {
        border-left-width:1px
    }
    .sm\:border-t {
        border-top-width:1px
    }
    .sm\:border-t-0 {
        border-top-width:0
    }
    .sm\:border-\[\#E4EAF1\] {
        --tw-border-opacity:1;
        border-color:rgb(228 234 241/var(--tw-border-opacity,1))
    }
    .sm\:bg-inherit {
        background-color:inherit
    }
    .sm\:bg-white {
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
    }
    .sm\:p-0 {
        padding:0
    }
    .sm\:p-10 {
        padding:2.5rem
    }
    .sm\:p-5 {
        padding:1.25rem
    }
    .sm\:p-6 {
        padding:1.5rem
    }
    .sm\:\!px-2 {
        padding-left:.5rem!important;
        padding-right:.5rem!important
    }
    .sm\:\!px-6 {
        padding-left:1.5rem!important;
        padding-right:1.5rem!important
    }
    .sm\:px-12 {
        padding-left:3rem;
        padding-right:3rem
    }
    .sm\:px-4 {
        padding-left:1rem;
        padding-right:1rem
    }
    .sm\:px-6 {
        padding-left:1.5rem;
        padding-right:1.5rem
    }
    .sm\:py-0 {
        padding-top:0;
        padding-bottom:0
    }
    .sm\:py-1\.5 {
        padding-top:.375rem;
        padding-bottom:.375rem
    }
    .sm\:py-10 {
        padding-top:2.5rem;
        padding-bottom:2.5rem
    }
    .sm\:py-2 {
        padding-top:.5rem;
        padding-bottom:.5rem
    }
    .sm\:py-2\.5 {
        padding-top:.625rem;
        padding-bottom:.625rem
    }
    .sm\:py-3 {
        padding-top:.75rem;
        padding-bottom:.75rem
    }
    .sm\:py-3\.5 {
        padding-top:.875rem;
        padding-bottom:.875rem
    }
    .sm\:py-4 {
        padding-top:1rem;
        padding-bottom:1rem
    }
    .sm\:py-5 {
        padding-top:1.25rem;
        padding-bottom:1.25rem
    }
    .sm\:py-8 {
        padding-top:2rem;
        padding-bottom:2rem
    }
    .sm\:py-\[9px\] {
        padding-top:9px;
        padding-bottom:9px
    }
    .sm\:\!pb-5 {
        padding-bottom:1.25rem!important
    }
    .sm\:pb-0 {
        padding-bottom:0
    }
    .sm\:pb-12 {
        padding-bottom:3rem
    }
    .sm\:pb-2 {
        padding-bottom:.5rem
    }
    .sm\:pb-2\.5 {
        padding-bottom:.625rem
    }
    .sm\:pb-4 {
        padding-bottom:1rem
    }
    .sm\:pb-5 {
        padding-bottom:1.25rem
    }
    [dir=ltr] .sm\:pl-0 {
        padding-left:0
    }
    [dir=rtl] .sm\:pl-0 {
        padding-right:0
    }
    [dir=ltr] .sm\:pl-1\.5 {
        padding-left:.375rem
    }
    [dir=rtl] .sm\:pl-1\.5 {
        padding-right:.375rem
    }
    [dir=ltr] .sm\:pl-2 {
        padding-left:.5rem
    }
    [dir=rtl] .sm\:pl-2 {
        padding-right:.5rem
    }
    [dir=ltr] .sm\:pl-4 {
        padding-left:1rem
    }
    [dir=rtl] .sm\:pl-4 {
        padding-right:1rem
    }
    [dir=ltr] .sm\:pr-10 {
        padding-right:2.5rem
    }
    [dir=rtl] .sm\:pr-10 {
        padding-left:2.5rem
    }
    [dir=ltr] .sm\:pr-2\.5 {
        padding-right:.625rem
    }
    [dir=rtl] .sm\:pr-2\.5 {
        padding-left:.625rem
    }
    [dir=ltr] .sm\:pr-4 {
        padding-right:1rem
    }
    [dir=rtl] .sm\:pr-4 {
        padding-left:1rem
    }
    [dir=ltr] .sm\:pr-5 {
        padding-right:1.25rem
    }
    [dir=rtl] .sm\:pr-5 {
        padding-left:1.25rem
    }
    [dir=ltr] .sm\:pr-8 {
        padding-right:2rem
    }
    [dir=rtl] .sm\:pr-8 {
        padding-left:2rem
    }
    .sm\:pt-0 {
        padding-top:0
    }
    .sm\:pt-1 {
        padding-top:.25rem
    }
    .sm\:pt-4 {
        padding-top:1rem
    }
    .sm\:pt-\[25px\] {
        padding-top:25px
    }
    .sm\:pt-\[40px\] {
        padding-top:40px
    }
    [dir=ltr] .sm\:text-left {
        text-align:left
    }
    [dir=rtl] .sm\:text-left {
        text-align:right
    }
    .sm\:text-center {
        text-align:center
    }
    [dir=ltr] .sm\:text-right {
        text-align:right
    }
    [dir=rtl] .sm\:text-right {
        text-align:left
    }
    .sm\:align-middle {
        vertical-align:middle
    }
    .sm\:\!text-xl {
        font-size:1.25rem!important
    }
    .sm\:text-2xl {
        font-size:1.375rem
    }
    .sm\:text-3xl {
        font-size:1.5rem
    }
    .sm\:text-3xl\/8 {
        font-size:1.5rem;
        line-height:2rem
    }
    .sm\:text-4xl {
        font-size:1.75rem
    }
    .sm\:text-base {
        font-size:1rem
    }
    .sm\:text-lg {
        font-size:1.125rem
    }
    .sm\:text-lg\/\[28px\] {
        font-size:1.125rem;
        line-height:28px
    }
    .sm\:text-sm {
        font-size:.875rem
    }
    .sm\:text-xl {
        font-size:1.25rem
    }
    .sm\:text-xs {
        font-size:.75rem
    }
    .sm\:font-bold {
        font-weight:700
    }
    .sm\:font-normal {
        font-weight:400
    }
    .sm\:leading-4 {
        line-height:1rem
    }
    .sm\:leading-5 {
        line-height:1.25rem
    }
    .sm\:leading-6 {
        line-height:1.5rem
    }
    .sm\:leading-7 {
        line-height:1.75rem
    }
    .sm\:leading-8 {
        line-height:2rem
    }
    .sm\:text-neutral-700 {
        --tw-text-opacity:1;
        color:rgb(64 64 64/var(--tw-text-opacity,1))
    }
    .sm\:before\:-left-6:before {
        content:var(--tw-content)
    }
    [dir=ltr] .sm\:before\:-left-6:before {
        left:-1.5rem
    }
    [dir=rtl] .sm\:before\:-left-6:before {
        right:-1.5rem
    }
    .after\:sm\:static:after {
        position:static
    }
    .after\:sm\:static:after,.sm\:after\:-right-6:after {
        content:var(--tw-content)
    }
    [dir=ltr] .sm\:after\:-right-6:after {
        right:-1.5rem
    }
    [dir=rtl] .sm\:after\:-right-6:after {
        left:-1.5rem
    }
    .after\:sm\:content-none:after {
        --tw-content:none;
        content:var(--tw-content)
    }
    [dir=ltr] .sm\:first\:pl-0:first-child {
        padding-left:0
    }
    [dir=ltr] .sm\:last\:pr-0:last-child,[dir=rtl] .sm\:first\:pl-0:first-child {
        padding-right:0
    }
    [dir=rtl] .sm\:last\:pr-0:last-child {
        padding-left:0
    }
    .sm\:hover\:no-underline:hover {
        text-decoration-line:none
    }
}
@media (min-width:1250px) {
    .md\:visible {
        visibility:visible
    }
    .md\:\!static {
        position:static!important
    }
    .md\:static {
        position:static
    }
    .md\:\!absolute {
        position:absolute!important
    }
    .md\:absolute {
        position:absolute
    }
    .md\:relative {
        position:relative
    }
    .md\:sticky {
        position:sticky
    }
    .md\:\!inset-x-auto {
        left:auto!important;
        right:auto!important
    }
    [dir=ltr] .md\:\!left-6 {
        left:1.5rem!important
    }
    [dir=rtl] .md\:\!left-6 {
        right:1.5rem!important
    }
    [dir=ltr] .md\:\!left-auto {
        left:auto!important
    }
    [dir=rtl] .md\:\!left-auto {
        right:auto!important
    }
    [dir=ltr] .md\:\!right-0 {
        right:0!important
    }
    [dir=rtl] .md\:\!right-0 {
        left:0!important
    }
    .md\:\!top-\[42px\] {
        top:42px!important
    }
    .md\:\!top-\[45px\] {
        top:45px!important
    }
    .md\:\!top-\[53px\] {
        top:53px!important
    }
    .md\:\!top-\[66px\] {
        top:66px!important
    }
    [dir=ltr] .md\:-left-\[250px\] {
        left:-250px
    }
    [dir=rtl] .md\:-left-\[250px\] {
        right:-250px
    }
    [dir=ltr] .md\:-left-\[27px\] {
        left:-27px
    }
    [dir=rtl] .md\:-left-\[27px\] {
        right:-27px
    }
    [dir=ltr] .md\:left-\[20\%\] {
        left:20%
    }
    [dir=rtl] .md\:left-\[20\%\] {
        right:20%
    }
    [dir=ltr] .md\:left-\[333px\] {
        left:333px
    }
    [dir=rtl] .md\:left-\[333px\] {
        right:333px
    }
    [dir=ltr] .md\:right-0 {
        right:0
    }
    [dir=rtl] .md\:right-0 {
        left:0
    }
    [dir=ltr] .md\:right-\[333px\] {
        right:333px
    }
    [dir=rtl] .md\:right-\[333px\] {
        left:333px
    }
    [dir=ltr] .md\:right-\[calc\(100\%_-_46px\)\] {
        right:calc(100% - 46px)
    }
    [dir=rtl] .md\:right-\[calc\(100\%_-_46px\)\] {
        left:calc(100% - 46px)
    }
    .md\:top-0 {
        top:0
    }
    .md\:top-10 {
        top:2.5rem
    }
    .md\:top-12 {
        top:3rem
    }
    .md\:top-2\.5 {
        top:.625rem
    }
    .md\:top-20 {
        top:5rem
    }
    .md\:top-8 {
        top:2rem
    }
    .md\:top-\[114px\] {
        top:114px
    }
    .md\:top-\[148px\] {
        top:148px
    }
    .md\:top-\[30px\] {
        top:30px
    }
    .md\:top-\[82px\] {
        top:82px
    }
    .md\:top-full {
        top:100%
    }
    .md\:\!z-11 {
        z-index:11!important
    }
    .md\:order-1 {
        order:1
    }
    .md\:order-2 {
        order:2
    }
    .md\:order-3 {
        order:3
    }
    .md\:order-4 {
        order:4
    }
    .md\:order-5 {
        order:5
    }
    [dir=ltr] .md\:float-left {
        float:left
    }
    [dir=rtl] .md\:float-left {
        float:right
    }
    .md\:\!mx-0 {
        margin-left:0!important;
        margin-right:0!important
    }
    .md\:\!mx-8 {
        margin-left:2rem!important;
        margin-right:2rem!important
    }
    .md\:mx-0 {
        margin-left:0;
        margin-right:0
    }
    .md\:mx-4 {
        margin-left:1rem;
        margin-right:1rem
    }
    .md\:mx-auto {
        margin-left:auto;
        margin-right:auto
    }
    .md\:my-16 {
        margin-top:4rem;
        margin-bottom:4rem
    }
    .md\:my-4 {
        margin-top:1rem;
        margin-bottom:1rem
    }
    .md\:my-5 {
        margin-top:1.25rem;
        margin-bottom:1.25rem
    }
    .md\:my-\[130px\] {
        margin-top:130px;
        margin-bottom:130px
    }
    .md\:\!-mb-5 {
        margin-bottom:-1.25rem!important
    }
    .md\:\!mb-0 {
        margin-bottom:0!important
    }
    .md\:\!mb-\[111px\] {
        margin-bottom:111px!important
    }
    .md\:\!mb-\[34px\] {
        margin-bottom:34px!important
    }
    .md\:\!mb-\[66px\] {
        margin-bottom:66px!important
    }
    .md\:\!mb-\[78px\] {
        margin-bottom:78px!important
    }
    .md\:-mb-5 {
        margin-bottom:-1.25rem
    }
    [dir=ltr] .md\:-ml-2 {
        margin-left:-.5rem
    }
    [dir=rtl] .md\:-ml-2 {
        margin-right:-.5rem
    }
    .md\:-mt-1 {
        margin-top:-.25rem
    }
    .md\:mb-0 {
        margin-bottom:0
    }
    .md\:mb-0\.5 {
        margin-bottom:.125rem
    }
    .md\:mb-1\.5 {
        margin-bottom:.375rem
    }
    .md\:mb-10 {
        margin-bottom:2.5rem
    }
    .md\:mb-12 {
        margin-bottom:3rem
    }
    .md\:mb-16 {
        margin-bottom:4rem
    }
    .md\:mb-2 {
        margin-bottom:.5rem
    }
    .md\:mb-20 {
        margin-bottom:5rem
    }
    .md\:mb-4 {
        margin-bottom:1rem
    }
    .md\:mb-5 {
        margin-bottom:1.25rem
    }
    .md\:mb-6 {
        margin-bottom:1.5rem
    }
    .md\:mb-8 {
        margin-bottom:2rem
    }
    .md\:mb-9 {
        margin-bottom:2.25rem
    }
    .md\:mb-\[30px\] {
        margin-bottom:30px
    }
    .md\:mb-\[60px\] {
        margin-bottom:60px
    }
    [dir=ltr] .md\:ml-0 {
        margin-left:0
    }
    [dir=rtl] .md\:ml-0 {
        margin-right:0
    }
    [dir=ltr] .md\:ml-1\.5 {
        margin-left:.375rem
    }
    [dir=rtl] .md\:ml-1\.5 {
        margin-right:.375rem
    }
    [dir=ltr] .md\:ml-2\.5 {
        margin-left:.625rem
    }
    [dir=rtl] .md\:ml-2\.5 {
        margin-right:.625rem
    }
    [dir=ltr] .md\:ml-5 {
        margin-left:1.25rem
    }
    [dir=rtl] .md\:ml-5 {
        margin-right:1.25rem
    }
    [dir=ltr] .md\:ml-6 {
        margin-left:1.5rem
    }
    [dir=rtl] .md\:ml-6 {
        margin-right:1.5rem
    }
    [dir=ltr] .md\:ml-7 {
        margin-left:1.75rem
    }
    [dir=rtl] .md\:ml-7 {
        margin-right:1.75rem
    }
    [dir=ltr] .md\:ml-\[300px\] {
        margin-left:300px
    }
    [dir=rtl] .md\:ml-\[300px\] {
        margin-right:300px
    }
    [dir=ltr] .md\:mr-0 {
        margin-right:0
    }
    [dir=rtl] .md\:mr-0 {
        margin-left:0
    }
    [dir=ltr] .md\:mr-12 {
        margin-right:3rem
    }
    [dir=rtl] .md\:mr-12 {
        margin-left:3rem
    }
    [dir=ltr] .md\:mr-2\.5 {
        margin-right:.625rem
    }
    [dir=rtl] .md\:mr-2\.5 {
        margin-left:.625rem
    }
    [dir=ltr] .md\:mr-24 {
        margin-right:6rem
    }
    [dir=rtl] .md\:mr-24 {
        margin-left:6rem
    }
    [dir=ltr] .md\:mr-6 {
        margin-right:1.5rem
    }
    [dir=rtl] .md\:mr-6 {
        margin-left:1.5rem
    }
    [dir=ltr] .md\:mr-8 {
        margin-right:2rem
    }
    [dir=rtl] .md\:mr-8 {
        margin-left:2rem
    }
    .md\:mt-0 {
        margin-top:0
    }
    .md\:mt-12 {
        margin-top:3rem
    }
    .md\:mt-16 {
        margin-top:4rem
    }
    .md\:mt-2 {
        margin-top:.5rem
    }
    .md\:mt-2\.5 {
        margin-top:.625rem
    }
    .md\:mt-3 {
        margin-top:.75rem
    }
    .md\:mt-3\.5 {
        margin-top:.875rem
    }
    .md\:mt-4 {
        margin-top:1rem
    }
    .md\:mt-5 {
        margin-top:1.25rem
    }
    .md\:mt-6 {
        margin-top:1.5rem
    }
    .md\:mt-\[26px\] {
        margin-top:26px
    }
    .md\:mt-\[33px\] {
        margin-top:33px
    }
    .md\:mt-\[52px\] {
        margin-top:52px
    }
    .md\:line-clamp-1 {
        -webkit-line-clamp:1
    }
    .md\:line-clamp-1,.md\:line-clamp-2 {
        overflow:hidden;
        display:-webkit-box;
        -webkit-box-orient:vertical
    }
    .md\:line-clamp-2 {
        -webkit-line-clamp:2
    }
    .md\:line-clamp-3 {
        -webkit-line-clamp:3
    }
    .md\:line-clamp-3,.md\:line-clamp-4 {
        overflow:hidden;
        display:-webkit-box;
        -webkit-box-orient:vertical
    }
    .md\:line-clamp-4 {
        -webkit-line-clamp:4
    }
    .md\:line-clamp-5 {
        -webkit-line-clamp:5
    }
    .md\:line-clamp-5,.md\:line-clamp-6 {
        overflow:hidden;
        display:-webkit-box;
        -webkit-box-orient:vertical
    }
    .md\:line-clamp-6 {
        -webkit-line-clamp:6
    }
    .md\:\!block {
        display:block!important
    }
    .md\:block {
        display:block
    }
    .md\:inline-block {
        display:inline-block
    }
    .md\:inline {
        display:inline
    }
    .md\:flex {
        display:flex
    }
    .md\:\!inline-flex {
        display:inline-flex!important
    }
    .md\:inline-flex {
        display:inline-flex
    }
    .md\:table {
        display:table
    }
    .md\:table-cell {
        display:table-cell
    }
    .md\:table-row {
        display:table-row
    }
    .md\:grid {
        display:grid
    }
    .md\:\!hidden {
        display:none!important
    }
    .md\:hidden {
        display:none
    }
    .md\:\!h-10 {
        height:2.5rem!important
    }
    .md\:\!h-8 {
        height:2rem!important
    }
    .md\:\!h-\[12px\] {
        height:12px!important
    }
    .md\:\!h-\[14px\] {
        height:14px!important
    }
    .md\:\!h-\[60px\] {
        height:60px!important
    }
    .md\:h-0\.5 {
        height:.125rem
    }
    .md\:h-10 {
        height:2.5rem
    }
    .md\:h-11 {
        height:2.75rem
    }
    .md\:h-14 {
        height:3.5rem
    }
    .md\:h-18 {
        height:4.5rem
    }
    .md\:h-4 {
        height:1rem
    }
    .md\:h-48 {
        height:12rem
    }
    .md\:h-6 {
        height:1.5rem
    }
    .md\:h-7 {
        height:1.75rem
    }
    .md\:h-8 {
        height:2rem
    }
    .md\:h-\[104px\] {
        height:104px
    }
    .md\:h-\[130px\] {
        height:130px
    }
    .md\:h-\[214px\] {
        height:214px
    }
    .md\:h-\[34px\] {
        height:34px
    }
    .md\:h-\[3px\] {
        height:3px
    }
    .md\:h-\[400px\] {
        height:400px
    }
    .md\:h-\[406px\] {
        height:406px
    }
    .md\:h-\[440px\] {
        height:440px
    }
    .md\:h-\[448px\] {
        height:448px
    }
    .md\:h-\[58px\] {
        height:58px
    }
    .md\:h-\[60px\] {
        height:60px
    }
    .md\:h-\[764px\] {
        height:764px
    }
    .md\:h-\[84px\] {
        height:84px
    }
    .md\:h-\[90vh\] {
        height:90vh
    }
    .md\:h-\[calc\(100vh_-_122px\)\] {
        height:calc(100vh - 122px)
    }
    .md\:h-\[calc\(100vh_-_156px\)\] {
        height:calc(100vh - 156px)
    }
    .md\:h-\[calc\(100vh_-_56px\)\] {
        height:calc(100vh - 56px)
    }
    .md\:h-\[calc\(100vh_-_90px\)\] {
        height:calc(100vh - 90px)
    }
    .md\:h-auto {
        height:auto
    }
    .md\:h-full {
        height:100%
    }
    .md\:h-max {
        height:-moz-max-content;
        height:max-content
    }
    .md\:\!max-h-5 {
        max-height:1.25rem!important
    }
    .md\:max-h-5 {
        max-height:1.25rem
    }
    .md\:max-h-7 {
        max-height:1.75rem
    }
    .md\:max-h-\[104px\] {
        max-height:104px
    }
    .md\:max-h-\[240px\] {
        max-height:240px
    }
    .md\:max-h-\[270px\] {
        max-height:270px
    }
    .md\:max-h-full {
        max-height:100%
    }
    .md\:max-h-max {
        max-height:-moz-max-content;
        max-height:max-content
    }
    .md\:min-h-\[350px\] {
        min-height:350px
    }
    .md\:min-h-full {
        min-height:100%
    }
    .md\:\!w-\[13\.5px\] {
        width:13.5px!important
    }
    .md\:\!w-\[19px\] {
        width:19px!important
    }
    .md\:\!w-\[450px\] {
        width:450px!important
    }
    .md\:\!w-\[760px\] {
        width:760px!important
    }
    .md\:\!w-\[76px\] {
        width:76px!important
    }
    .md\:\!w-\[80px\] {
        width:80px!important
    }
    .md\:\!w-\[900px\] {
        width:900px!important
    }
    .md\:w-1\/2 {
        width:50%
    }
    .md\:w-1\/3 {
        width:33.333333%
    }
    .md\:w-1\/4 {
        width:25%
    }
    .md\:w-14 {
        width:3.5rem
    }
    .md\:w-2\.5 {
        width:.625rem
    }
    .md\:w-2\/3 {
        width:66.666667%
    }
    .md\:w-4 {
        width:1rem
    }
    .md\:w-5 {
        width:1.25rem
    }
    .md\:w-\[10\%\] {
        width:10%
    }
    .md\:w-\[102px\] {
        width:102px
    }
    .md\:w-\[11\%\] {
        width:11%
    }
    .md\:w-\[112px\] {
        width:112px
    }
    .md\:w-\[12\%\] {
        width:12%
    }
    .md\:w-\[125px\] {
        width:125px
    }
    .md\:w-\[140px\] {
        width:140px
    }
    .md\:w-\[146px\] {
        width:146px
    }
    .md\:w-\[170px\] {
        width:170px
    }
    .md\:w-\[180px\] {
        width:180px
    }
    .md\:w-\[19\%\] {
        width:19%
    }
    .md\:w-\[219px\] {
        width:219px
    }
    .md\:w-\[22\%\] {
        width:22%
    }
    .md\:w-\[222px\] {
        width:222px
    }
    .md\:w-\[250px\] {
        width:250px
    }
    .md\:w-\[260px\] {
        width:260px
    }
    .md\:w-\[275px\] {
        width:275px
    }
    .md\:w-\[280px\] {
        width:280px
    }
    .md\:w-\[295px\] {
        width:295px
    }
    .md\:w-\[30\%\] {
        width:30%
    }
    .md\:w-\[300px\] {
        width:300px
    }
    .md\:w-\[340px\] {
        width:340px
    }
    .md\:w-\[380px\] {
        width:380px
    }
    .md\:w-\[383px\] {
        width:383px
    }
    .md\:w-\[410px\] {
        width:410px
    }
    .md\:w-\[764px\] {
        width:764px
    }
    .md\:w-\[92px\] {
        width:92px
    }
    .md\:w-\[calc\(100\%-252px\)\] {
        width:calc(100% - 252px)
    }
    .md\:w-\[calc\(2_\*_calc\(100\%_-_64px\)_\/_3_\+_32px\)\] {
        width:calc(2 * calc(100% - 64px) / 3 + 32px)
    }
    .md\:w-\[calc\(50\%-1\.5rem\)\] {
        width:calc(50% - 1.5rem)
    }
    .md\:w-auto {
        width:auto
    }
    .md\:w-fit {
        width:-moz-fit-content;
        width:fit-content
    }
    .md\:w-full {
        width:100%
    }
    .md\:min-w-full {
        min-width:100%
    }
    .md\:\!max-w-\[100px\] {
        max-width:100px!important
    }
    .md\:\!max-w-\[340px\] {
        max-width:340px!important
    }
    .md\:\!max-w-\[80px\] {
        max-width:80px!important
    }
    .md\:\!max-w-\[980px\] {
        max-width:980px!important
    }
    .md\:max-w-2xl {
        max-width:42rem
    }
    .md\:max-w-\[100px\] {
        max-width:100px
    }
    .md\:max-w-\[102px\] {
        max-width:102px
    }
    .md\:max-w-\[112px\] {
        max-width:112px
    }
    .md\:max-w-\[120px\] {
        max-width:120px
    }
    .md\:max-w-\[125px\] {
        max-width:125px
    }
    .md\:max-w-\[130px\] {
        max-width:130px
    }
    .md\:max-w-\[1360px\] {
        max-width:1360px
    }
    .md\:max-w-\[140px\] {
        max-width:140px
    }
    .md\:max-w-\[150px\] {
        max-width:150px
    }
    .md\:max-w-\[170px\] {
        max-width:170px
    }
    .md\:max-w-\[180px\] {
        max-width:180px
    }
    .md\:max-w-\[185px\] {
        max-width:185px
    }
    .md\:max-w-\[200px\] {
        max-width:200px
    }
    .md\:max-w-\[60px\] {
        max-width:60px
    }
    .md\:max-w-\[650px\] {
        max-width:650px
    }
    .md\:max-w-\[70px\] {
        max-width:70px
    }
    .md\:max-w-\[852px\] {
        max-width:852px
    }
    .md\:max-w-\[92px\] {
        max-width:92px
    }
    .md\:max-w-\[94px\] {
        max-width:94px
    }
    .md\:max-w-\[970px\] {
        max-width:970px
    }
    .md\:max-w-full {
        max-width:100%
    }
    .md\:max-w-lg {
        max-width:32rem
    }
    .md\:max-w-none,.md\:max-w-unset {
        max-width:none
    }
    .md\:flex-1 {
        flex:1 1 0%
    }
    .md\:flex-shrink-0 {
        flex-shrink:0
    }
    .md\:grow {
        flex-grow:1
    }
    .md\:basis-0 {
        flex-basis:0px
    }
    .md\:basis-auto {
        flex-basis:auto
    }
    .md\:\!border-collapse {
        border-collapse:collapse!important
    }
    .md\:\!translate-y-0 {
        --tw-translate-y:0px!important;
        transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important
    }
    .md\:rotate-0 {
        --tw-rotate:0deg;
        transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    .md\:columns-2 {
        -moz-columns:2;
        column-count:2
    }
    .md\:grid-cols-1 {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
    .md\:grid-cols-12 {
        grid-template-columns:repeat(12,minmax(0,1fr))
    }
    .md\:grid-cols-2 {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .md\:grid-cols-3 {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .md\:grid-cols-4 {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }
    .md\:grid-cols-6 {
        grid-template-columns:repeat(6,minmax(0,1fr))
    }
    .md\:grid-cols-\[1fr_300px\] {
        grid-template-columns:1fr 300px
    }
    .md\:grid-cols-\[1fr_72px\] {
        grid-template-columns:1fr 72px
    }
    .md\:grid-rows-1 {
        grid-template-rows:repeat(1,minmax(0,1fr))
    }
    .md\:grid-rows-\[fit-content\(0\)\] {
        grid-template-rows:fit-content(0)
    }
    .md\:flex-row {
        flex-direction:row
    }
    .md\:\!flex-row-reverse {
        flex-direction:row-reverse!important
    }
    .md\:flex-row-reverse {
        flex-direction:row-reverse
    }
    .md\:flex-col {
        flex-direction:column
    }
    .md\:flex-wrap {
        flex-wrap:wrap
    }
    .md\:flex-nowrap {
        flex-wrap:nowrap
    }
    .md\:items-start {
        align-items:flex-start
    }
    .md\:items-center {
        align-items:center
    }
    .md\:justify-start {
        justify-content:flex-start
    }
    .md\:justify-end {
        justify-content:flex-end
    }
    .md\:\!justify-center {
        justify-content:center!important
    }
    .md\:justify-center {
        justify-content:center
    }
    .md\:justify-between {
        justify-content:space-between
    }
    .md\:justify-around {
        justify-content:space-around
    }
    .md\:gap-0 {
        gap:0
    }
    .md\:gap-0\.5 {
        gap:.125rem
    }
    .md\:gap-1 {
        gap:.25rem
    }
    .md\:gap-1\.5 {
        gap:.375rem
    }
    .md\:gap-10 {
        gap:2.5rem
    }
    .md\:gap-14 {
        gap:3.5rem
    }
    .md\:gap-2 {
        gap:.5rem
    }
    .md\:gap-2\.5 {
        gap:.625rem
    }
    .md\:gap-3 {
        gap:.75rem
    }
    .md\:gap-4 {
        gap:1rem
    }
    .md\:gap-5 {
        gap:1.25rem
    }
    .md\:gap-6 {
        gap:1.5rem
    }
    .md\:gap-8 {
        gap:2rem
    }
    .md\:gap-\[40px\] {
        gap:40px
    }
    .md\:gap-\[50px\] {
        gap:50px
    }
    .md\:gap-x-12 {
        -moz-column-gap:3rem;
        column-gap:3rem
    }
    .md\:gap-x-2 {
        -moz-column-gap:.5rem;
        column-gap:.5rem
    }
    .md\:gap-x-8 {
        -moz-column-gap:2rem;
        column-gap:2rem
    }
    .md\:gap-y-5 {
        row-gap:1.25rem
    }
    .md\:space-x-4>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse:0
    }
    [dir=ltr] .md\:space-x-4>:not([hidden])~:not([hidden]) {
        margin-right:calc(1rem * var(--tw-space-x-reverse));
        margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
    }
    [dir=rtl] .md\:space-x-4>:not([hidden])~:not([hidden]) {
        margin-left:calc(1rem * var(--tw-space-x-reverse));
        margin-right:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
    }
    .md\:self-auto {
        align-self:auto
    }
    .md\:self-end {
        align-self:flex-end
    }
    .md\:overflow-hidden {
        overflow:hidden
    }
    .md\:overflow-visible {
        overflow:visible
    }
    .md\:overflow-x-auto {
        overflow-x:auto
    }
    .md\:overflow-x-hidden {
        overflow-x:hidden
    }
    .md\:overflow-x-clip {
        overflow-x:clip
    }
    .md\:overflow-x-visible {
        overflow-x:visible
    }
    .md\:overflow-x-scroll {
        overflow-x:scroll
    }
    .md\:whitespace-nowrap {
        white-space:nowrap
    }
    .md\:rounded-\[3px\] {
        border-radius:3px
    }
    .md\:rounded-full {
        border-radius:9999px
    }
    .md\:rounded-none {
        border-radius:0
    }
    .md\:\!border-0 {
        border-width:0!important
    }
    .md\:border {
        border-width:1px
    }
    .md\:border-0 {
        border-width:0
    }
    .md\:border-x {
        border-left-width:1px;
        border-right-width:1px
    }
    .md\:border-y {
        border-top-width:1px;
        border-bottom-width:1px
    }
    .md\:border-y-0 {
        border-top-width:0;
        border-bottom-width:0
    }
    .md\:\!border-b-0 {
        border-bottom-width:0!important
    }
    [dir=ltr] .md\:\!border-l-0 {
        border-left-width:0!important
    }
    [dir=rtl] .md\:\!border-l-0 {
        border-right-width:0!important
    }
    .md\:\!border-t {
        border-top-width:1px!important
    }
    .md\:border-b {
        border-bottom-width:1px
    }
    .md\:border-b-0 {
        border-bottom-width:0
    }
    [dir=ltr] .md\:border-r {
        border-right-width:1px
    }
    [dir=rtl] .md\:border-r {
        border-left-width:1px
    }
    .md\:border-t {
        border-top-width:1px
    }
    .md\:border-t-0 {
        border-top-width:0
    }
    .md\:border-\[\#BDBFC2\] {
        --tw-border-opacity:1;
        border-color:rgb(189 191 194/var(--tw-border-opacity,1))
    }
    .md\:border-\[\#E4EAF1\] {
        --tw-border-opacity:1;
        border-color:rgb(228 234 241/var(--tw-border-opacity,1))
    }
    .md\:border-inv-grey-500 {
        --tw-border-opacity:1;
        border-color:rgb(186 186 186/var(--tw-border-opacity,1))
    }
    .md\:bg-\[\#F7F7F8\] {
        --tw-bg-opacity:1;
        background-color:rgb(247 247 248/var(--tw-bg-opacity,1))
    }
    .md\:bg-inherit {
        background-color:inherit
    }
    .md\:bg-white {
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
    }
    .md\:\!p-0 {
        padding:0!important
    }
    .md\:p-0 {
        padding:0
    }
    .md\:p-10 {
        padding:2.5rem
    }
    .md\:p-3\.5 {
        padding:.875rem
    }
    .md\:p-4 {
        padding:1rem
    }
    .md\:p-6 {
        padding:1.5rem
    }
    .md\:\!px-0 {
        padding-left:0!important;
        padding-right:0!important
    }
    .md\:\!px-7 {
        padding-left:1.75rem!important;
        padding-right:1.75rem!important
    }
    .md\:\!py-6 {
        padding-top:1.5rem!important;
        padding-bottom:1.5rem!important
    }
    .md\:\!py-\[3px\] {
        padding-top:3px!important;
        padding-bottom:3px!important
    }
    .md\:px-0 {
        padding-left:0;
        padding-right:0
    }
    .md\:px-0\.5 {
        padding-left:.125rem;
        padding-right:.125rem
    }
    .md\:px-1\.5 {
        padding-left:.375rem;
        padding-right:.375rem
    }
    .md\:px-10 {
        padding-left:2.5rem;
        padding-right:2.5rem
    }
    .md\:px-12 {
        padding-left:3rem;
        padding-right:3rem
    }
    .md\:px-3 {
        padding-left:.75rem;
        padding-right:.75rem
    }
    .md\:px-4 {
        padding-left:1rem;
        padding-right:1rem
    }
    .md\:px-5 {
        padding-left:1.25rem;
        padding-right:1.25rem
    }
    .md\:px-6 {
        padding-left:1.5rem;
        padding-right:1.5rem
    }
    .md\:px-7 {
        padding-left:1.75rem;
        padding-right:1.75rem
    }
    .md\:px-\[11px\] {
        padding-left:11px;
        padding-right:11px
    }
    .md\:px-\[15px\] {
        padding-left:15px;
        padding-right:15px
    }
    .md\:py-0 {
        padding-top:0;
        padding-bottom:0
    }
    .md\:py-1 {
        padding-top:.25rem;
        padding-bottom:.25rem
    }
    .md\:py-12 {
        padding-top:3rem;
        padding-bottom:3rem
    }
    .md\:py-2 {
        padding-top:.5rem;
        padding-bottom:.5rem
    }
    .md\:py-2\.5 {
        padding-top:.625rem;
        padding-bottom:.625rem
    }
    .md\:py-3 {
        padding-top:.75rem;
        padding-bottom:.75rem
    }
    .md\:py-4 {
        padding-top:1rem;
        padding-bottom:1rem
    }
    .md\:py-5 {
        padding-top:1.25rem;
        padding-bottom:1.25rem
    }
    .md\:py-6 {
        padding-top:1.5rem;
        padding-bottom:1.5rem
    }
    .md\:py-8 {
        padding-top:2rem;
        padding-bottom:2rem
    }
    .md\:py-\[15px\] {
        padding-top:15px;
        padding-bottom:15px
    }
    .md\:py-\[3px\] {
        padding-top:3px;
        padding-bottom:3px
    }
    [dir=ltr] .md\:\!pl-0 {
        padding-left:0!important
    }
    [dir=rtl] .md\:\!pl-0 {
        padding-right:0!important
    }
    [dir=ltr] .md\:\!pl-1\.5 {
        padding-left:.375rem!important
    }
    [dir=rtl] .md\:\!pl-1\.5 {
        padding-right:.375rem!important
    }
    [dir=ltr] .md\:\!pl-2 {
        padding-left:.5rem!important
    }
    [dir=rtl] .md\:\!pl-2 {
        padding-right:.5rem!important
    }
    [dir=ltr] .md\:\!pl-4 {
        padding-left:1rem!important
    }
    [dir=rtl] .md\:\!pl-4 {
        padding-right:1rem!important
    }
    [dir=ltr] .md\:\!pr-0 {
        padding-right:0!important
    }
    [dir=rtl] .md\:\!pr-0 {
        padding-left:0!important
    }
    [dir=ltr] .md\:\!pr-3 {
        padding-right:.75rem!important
    }
    [dir=rtl] .md\:\!pr-3 {
        padding-left:.75rem!important
    }
    .md\:\!pt-14 {
        padding-top:3.5rem!important
    }
    .md\:pb-0 {
        padding-bottom:0
    }
    .md\:pb-10 {
        padding-bottom:2.5rem
    }
    .md\:pb-12 {
        padding-bottom:3rem
    }
    .md\:pb-14 {
        padding-bottom:3.5rem
    }
    .md\:pb-16 {
        padding-bottom:4rem
    }
    .md\:pb-3 {
        padding-bottom:.75rem
    }
    .md\:pb-3\.5 {
        padding-bottom:.875rem
    }
    .md\:pb-4 {
        padding-bottom:1rem
    }
    .md\:pb-6 {
        padding-bottom:1.5rem
    }
    .md\:pb-8 {
        padding-bottom:2rem
    }
    [dir=ltr] .md\:pl-0 {
        padding-left:0
    }
    [dir=rtl] .md\:pl-0 {
        padding-right:0
    }
    [dir=ltr] .md\:pl-1 {
        padding-left:.25rem
    }
    [dir=rtl] .md\:pl-1 {
        padding-right:.25rem
    }
    [dir=ltr] .md\:pl-10 {
        padding-left:2.5rem
    }
    [dir=rtl] .md\:pl-10 {
        padding-right:2.5rem
    }
    [dir=ltr] .md\:pl-14 {
        padding-left:3.5rem
    }
    [dir=rtl] .md\:pl-14 {
        padding-right:3.5rem
    }
    [dir=ltr] .md\:pl-2\.5 {
        padding-left:.625rem
    }
    [dir=rtl] .md\:pl-2\.5 {
        padding-right:.625rem
    }
    [dir=ltr] .md\:pl-3 {
        padding-left:.75rem
    }
    [dir=rtl] .md\:pl-3 {
        padding-right:.75rem
    }
    [dir=ltr] .md\:pl-4 {
        padding-left:1rem
    }
    [dir=rtl] .md\:pl-4 {
        padding-right:1rem
    }
    [dir=ltr] .md\:pl-5 {
        padding-left:1.25rem
    }
    [dir=rtl] .md\:pl-5 {
        padding-right:1.25rem
    }
    [dir=ltr] .md\:pl-6 {
        padding-left:1.5rem
    }
    [dir=rtl] .md\:pl-6 {
        padding-right:1.5rem
    }
    [dir=ltr] .md\:pl-\[19px\] {
        padding-left:19px
    }
    [dir=rtl] .md\:pl-\[19px\] {
        padding-right:19px
    }
    [dir=ltr] .md\:pr-0 {
        padding-right:0
    }
    [dir=rtl] .md\:pr-0 {
        padding-left:0
    }
    [dir=ltr] .md\:pr-1 {
        padding-right:.25rem
    }
    [dir=rtl] .md\:pr-1 {
        padding-left:.25rem
    }
    [dir=ltr] .md\:pr-2\.5 {
        padding-right:.625rem
    }
    [dir=rtl] .md\:pr-2\.5 {
        padding-left:.625rem
    }
    [dir=ltr] .md\:pr-3 {
        padding-right:.75rem
    }
    [dir=rtl] .md\:pr-3 {
        padding-left:.75rem
    }
    [dir=ltr] .md\:pr-3\.5 {
        padding-right:.875rem
    }
    [dir=rtl] .md\:pr-3\.5 {
        padding-left:.875rem
    }
    [dir=ltr] .md\:pr-5 {
        padding-right:1.25rem
    }
    [dir=rtl] .md\:pr-5 {
        padding-left:1.25rem
    }
    [dir=ltr] .md\:pr-6 {
        padding-right:1.5rem
    }
    [dir=rtl] .md\:pr-6 {
        padding-left:1.5rem
    }
    [dir=ltr] .md\:pr-8 {
        padding-right:2rem
    }
    [dir=rtl] .md\:pr-8 {
        padding-left:2rem
    }
    [dir=ltr] .md\:pr-\[19px\] {
        padding-right:19px
    }
    [dir=rtl] .md\:pr-\[19px\] {
        padding-left:19px
    }
    .md\:pt-0 {
        padding-top:0
    }
    .md\:pt-1\.5 {
        padding-top:.375rem
    }
    .md\:pt-10 {
        padding-top:2.5rem
    }
    .md\:pt-16 {
        padding-top:4rem
    }
    .md\:pt-2 {
        padding-top:.5rem
    }
    .md\:pt-3 {
        padding-top:.75rem
    }
    .md\:pt-4 {
        padding-top:1rem
    }
    .md\:pt-8 {
        padding-top:2rem
    }
    .md\:pt-\[47px\] {
        padding-top:47px
    }
    [dir=ltr] .md\:\!text-left {
        text-align:left!important
    }
    [dir=rtl] .md\:\!text-left {
        text-align:right!important
    }
    [dir=ltr] .md\:text-left {
        text-align:left
    }
    [dir=rtl] .md\:text-left {
        text-align:right
    }
    .md\:\!text-center {
        text-align:center!important
    }
    .md\:text-center {
        text-align:center
    }
    [dir=ltr] .md\:text-right {
        text-align:right
    }
    [dir=rtl] .md\:text-right {
        text-align:left
    }
    .md\:align-middle {
        vertical-align:middle
    }
    .md\:\!text-base {
        font-size:1rem!important
    }
    .md\:\!text-xs {
        font-size:.75rem!important
    }
    .md\:text-3xl {
        font-size:1.5rem
    }
    .md\:text-5xl {
        font-size:1.875rem
    }
    .md\:text-8xl {
        font-size:3rem;
        line-height:1.4
    }
    .md\:text-\[16px\] {
        font-size:16px
    }
    .md\:text-\[30px\] {
        font-size:30px
    }
    .md\:text-\[42px\] {
        font-size:42px
    }
    .md\:text-base {
        font-size:1rem
    }
    .md\:text-base\/6 {
        font-size:1rem;
        line-height:1.5rem
    }
    .md\:text-lg {
        font-size:1.125rem
    }
    .md\:text-sm,.md\:text-sm\/5 {
        font-size:.875rem
    }
    .md\:text-sm\/5 {
        line-height:1.25rem
    }
    .md\:text-sm\/6 {
        font-size:.875rem;
        line-height:1.5rem
    }
    .md\:text-sm\/7 {
        font-size:.875rem;
        line-height:1.75rem
    }
    .md\:text-xl,.md\:text-xl\/7 {
        font-size:1.25rem
    }
    .md\:text-xl\/7 {
        line-height:1.75rem
    }
    .md\:text-xl\/8 {
        font-size:1.25rem;
        line-height:2rem
    }
    .md\:text-xs,.md\:text-xs\/4 {
        font-size:.75rem
    }
    .md\:text-xs\/4 {
        line-height:1rem
    }
    .md\:text-xs\/5 {
        font-size:.75rem;
        line-height:1.25rem
    }
    .md\:text-xs\/\[28px\] {
        font-size:.75rem;
        line-height:28px
    }
    .md\:font-bold {
        font-weight:700
    }
    .md\:font-medium {
        font-weight:500
    }
    .md\:\!leading-4 {
        line-height:1rem!important
    }
    .md\:leading-4 {
        line-height:1rem
    }
    .md\:leading-5 {
        line-height:1.25rem
    }
    .md\:leading-6 {
        line-height:1.5rem
    }
    .md\:leading-7 {
        line-height:1.75rem
    }
    .md\:leading-8 {
        line-height:2rem
    }
    .md\:leading-9 {
        line-height:2.25rem
    }
    .md\:leading-\[60px\] {
        line-height:60px
    }
    .md\:text-\[\#181C21\],.md\:text-\[\#181c21\] {
        --tw-text-opacity:1;
        color:rgb(24 28 33/var(--tw-text-opacity,1))
    }
    .md\:text-\[\#232526\] {
        --tw-text-opacity:1;
        color:rgb(35 37 38/var(--tw-text-opacity,1))
    }
    .md\:shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c \.07\)\] {
        --tw-shadow:0 4px 12px rgba(0,0,0,.07);
        --tw-shadow-colored:0 4px 12px var(--tw-shadow-color)
    }
    .md\:shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c \.07\)\],.md\:shadow-\[0_4px_4px_\#00000040\] {
        box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }
    .md\:shadow-\[0_4px_4px_\#00000040\] {
        --tw-shadow:0 4px 4px #00000040;
        --tw-shadow-colored:0 4px 4px var(--tw-shadow-color)
    }
    .md\:shadow-\[0_8px_8px_rgba\(18\2c 86\2c 160\2c 0\.12\)\] {
        --tw-shadow:0 8px 8px rgba(18,86,160,.12);
        --tw-shadow-colored:0 8px 8px var(--tw-shadow-color)
    }
    .md\:shadow-\[0_8px_8px_rgba\(18\2c 86\2c 160\2c 0\.12\)\],.md\:shadow-none {
        box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }
    .md\:shadow-none {
        --tw-shadow:0 0 #0000;
        --tw-shadow-colored:0 0 #0000
    }
    .md\:no-scrollbar::-webkit-scrollbar {
        display:none
    }
    .md\:no-scrollbar {
        -ms-overflow-style:none;
        scrollbar-width:none
    }
    .md\:\*\:\!static>* {
        position:static!important
    }
    .md\:\*\:mb-\[5px\]>* {
        margin-bottom:5px
    }
    .md\:\*\:break-inside-avoid>* {
        page-break-inside:avoid;
        -moz-column-break-inside:avoid;
        break-inside:avoid
    }
    .md\:\*\:border-t-0>* {
        border-top-width:0
    }
    .md\:\*\:py-0>* {
        padding-top:0;
        padding-bottom:0
    }
    .md\:\*\:\*\:text-xs>*>* {
        font-size:.75rem
    }
    .md\:\*\:text-sm\/5>* {
        font-size:.875rem;
        line-height:1.25rem
    }
    .md\:\*\:\*\:text-inv-blue-500>*>* {
        --tw-text-opacity:1;
        color:rgb(18 86 160/var(--tw-text-opacity,1))
    }
    .md\:before\:left-0:before {
        content:var(--tw-content)
    }
    [dir=ltr] .md\:before\:left-0:before {
        left:0
    }
    [dir=rtl] .md\:before\:left-0:before {
        right:0
    }
    .md\:after\:right-0:after {
        content:var(--tw-content)
    }
    [dir=ltr] .md\:after\:right-0:after {
        right:0
    }
    [dir=rtl] .md\:after\:right-0:after {
        left:0
    }
    .md\:after\:mb-0:after {
        content:var(--tw-content);
        margin-bottom:0
    }
    .md\:after\:content-none:after {
        --tw-content:none;
        content:var(--tw-content)
    }
    .md\:last\:mb-6:last-child {
        margin-bottom:1.5rem
    }
    .md\:last\:border-b-0:last-child {
        border-bottom-width:0
    }
    .focus\:md\:bg-inv-blue-100:focus,.hover\:md\:bg-inv-blue-100:hover {
        --tw-bg-opacity:1;
        background-color:rgb(237 244 250/var(--tw-bg-opacity,1))
    }
    .group:hover .md\:group-hover\:visible {
        visibility:visible
    }
    .group:hover .md\:group-hover\:block {
        display:block
    }
}
@media (min-width:1280px) {
    .md2\:relative {
        position:relative
    }
    [dir=ltr] .md2\:\!left-0 {
        left:0!important
    }
    [dir=rtl] .md2\:\!left-0 {
        right:0!important
    }
    .md2\:\!top-\[calc\(100\%_\+_6px\)\] {
        top:calc(100% + 6px)!important
    }
    .md2\:\!mx-12 {
        margin-left:3rem!important;
        margin-right:3rem!important
    }
    [dir=ltr] .md2\:ml-0 {
        margin-left:0
    }
    [dir=rtl] .md2\:ml-0 {
        margin-right:0
    }
    .md2\:block {
        display:block
    }
    .md2\:flex {
        display:flex
    }
    .md2\:hidden {
        display:none
    }
    .md2\:\!w-\[155px\] {
        width:155px!important
    }
    .md2\:w-\[239px\] {
        width:239px
    }
    .md2\:grid-cols-\[1fr_420px\] {
        grid-template-columns:1fr 420px
    }
    .md2\:grid-cols-\[repeat\(5\2c _minmax\(140px\2c _1fr\)\)\] {
        grid-template-columns:repeat(5,minmax(140px,1fr))
    }
    .md2\:flex-col {
        flex-direction:column
    }
    .md2\:gap-8 {
        gap:2rem
    }
    .md2\:gap-x-3\.5 {
        -moz-column-gap:.875rem;
        column-gap:.875rem
    }
    .md2\:\!px-8 {
        padding-left:2rem!important;
        padding-right:2rem!important
    }
    .md2\:px-8 {
        padding-left:2rem;
        padding-right:2rem
    }
}
@media (min-width:1336px) {
    [dir=ltr] .lg\:left-\[200px\] {
        left:200px
    }
    [dir=rtl] .lg\:left-\[200px\] {
        right:200px
    }
    .lg\:\!mx-20 {
        margin-left:5rem!important;
        margin-right:5rem!important
    }
    [dir=ltr] .lg\:ml-1\.5 {
        margin-left:.375rem
    }
    [dir=rtl] .lg\:ml-1\.5 {
        margin-right:.375rem
    }
    [dir=ltr] .lg\:ml-12 {
        margin-left:3rem
    }
    [dir=rtl] .lg\:ml-12 {
        margin-right:3rem
    }
    [dir=ltr] .lg\:ml-8 {
        margin-left:2rem
    }
    [dir=rtl] .lg\:ml-8 {
        margin-right:2rem
    }
    [dir=ltr] .lg\:mr-10 {
        margin-right:2.5rem
    }
    [dir=rtl] .lg\:mr-10 {
        margin-left:2.5rem
    }
    .lg\:block {
        display:block
    }
    .lg\:\!w-\[270px\] {
        width:270px!important
    }
    .lg\:w-\[257px\] {
        width:257px
    }
    .lg\:max-w-2xl {
        max-width:42rem
    }
    .lg\:max-w-\[38rem\] {
        max-width:38rem
    }
    .lg\:basis-0 {
        flex-basis:0px
    }
    .lg\:basis-auto {
        flex-basis:auto
    }
    .lg\:basis-full {
        flex-basis:100%
    }
    .lg\:grid-cols-paw {
        grid-template-columns:repeat(5,minmax(154px,1fr))
    }
    .lg\:flex-row {
        flex-direction:row
    }
    .lg\:flex-nowrap {
        flex-wrap:nowrap
    }
    .lg\:items-center {
        align-items:center
    }
    .lg\:gap-x-4 {
        -moz-column-gap:1rem;
        column-gap:1rem
    }
    .lg\:gap-x-5 {
        -moz-column-gap:1.25rem;
        column-gap:1.25rem
    }
    [dir=ltr] .lg\:rounded-l {
        border-top-left-radius:.25rem;
        border-bottom-left-radius:.25rem
    }
    [dir=rtl] .lg\:rounded-l {
        border-top-right-radius:.25rem;
        border-bottom-right-radius:.25rem
    }
    .lg\:p-20 {
        padding:5rem
    }
    .lg\:px-0 {
        padding-left:0;
        padding-right:0
    }
    .lg\:text-\[1\.5rem\] {
        font-size:1.5rem
    }
    .lg\:text-lg {
        font-size:1.125rem
    }
    .lg\:leading-6 {
        line-height:1.5rem
    }
    .lg\:leading-7 {
        line-height:1.75rem
    }
    .lg\:leading-8 {
        line-height:2rem
    }
}
@media (min-width:1440px) {
    .xl\:absolute {
        position:absolute
    }
    [dir=ltr] .xl\:-right-10 {
        right:-2.5rem
    }
    [dir=rtl] .xl\:-right-10 {
        left:-2.5rem
    }
    .xl\:bottom-3 {
        bottom:.75rem
    }
    .xl\:mx-10 {
        margin-left:2.5rem;
        margin-right:2.5rem
    }
    .xl\:mx-auto {
        margin-left:auto;
        margin-right:auto
    }
    .xl\:flex {
        display:flex
    }
    .xl\:h-\[441px\] {
        height:441px
    }
    .xl\:w-\[284px\] {
        width:284px
    }
    .xl\:max-w-3xl {
        max-width:48rem
    }
    .xl\:gap-10 {
        gap:2.5rem
    }
    .xl\:px-10 {
        padding-left:2.5rem;
        padding-right:2.5rem
    }
    .xl\:px-8 {
        padding-left:2rem;
        padding-right:2rem
    }
    .xl\:text-base {
        font-size:1rem
    }
    .xl\:text-sm {
        font-size:.875rem
    }
}
@media (min-width:1760px) {
    .xxl\:block {
        display:block
    }
    .xxl\:w-\[160px\] {
        width:160px
    }
    .xxl\:px-\[160px\] {
        padding-left:160px;
        padding-right:160px
    }
}
@media (min-width:2040px) {
    .xxxl\:block {
        display:block
    }
    .xxxl\:w-\[300px\] {
        width:300px
    }
    .xxxl\:px-\[300px\] {
        padding-left:300px;
        padding-right:300px
    }
}
.ltr\:\!left-\[calc\(100\%-2px\)\]:where([dir=ltr],[dir=ltr] *) {
    left:calc(100% - 2px)!important
}
.ltr\:left-\[12px\]:where([dir=ltr],[dir=ltr] *) {
    left:12px
}
.ltr\:left-\[13px\]:where([dir=ltr],[dir=ltr] *) {
    left:13px
}
.ltr\:left-\[16px\]:where([dir=ltr],[dir=ltr] *) {
    left:16px
}
.ltr\:left-\[3px\]:where([dir=ltr],[dir=ltr] *) {
    left:3px
}
.ltr\:left-\[5px\]:where([dir=ltr],[dir=ltr] *) {
    left:5px
}
.ltr\:left-\[6px\]:where([dir=ltr],[dir=ltr] *) {
    left:6px
}
.ltr\:left-\[8px\]:where([dir=ltr],[dir=ltr] *) {
    left:8px
}
.ltr\:order-1:where([dir=ltr],[dir=ltr] *) {
    order:1
}
.ltr\:mr-\[1\.4vh\]:where([dir=ltr],[dir=ltr] *) {
    margin-right:1.4vh
}
.ltr\:-translate-x-1\/2:where([dir=ltr],[dir=ltr] *) {
    --tw-translate-x:-50%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.ltr\:-translate-x-\[56\%\]:where([dir=ltr],[dir=ltr] *) {
    --tw-translate-x:-56%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.ltr\:-translate-x-\[60\%\]:where([dir=ltr],[dir=ltr] *) {
    --tw-translate-x:-60%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.ltr\:translate-x-1\/2:where([dir=ltr],[dir=ltr] *) {
    --tw-translate-x:50%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.ltr\:translate-x-1\/4:where([dir=ltr],[dir=ltr] *) {
    --tw-translate-x:25%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.ltr\:translate-x-2\.5:where([dir=ltr],[dir=ltr] *) {
    --tw-translate-x:0.625rem;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.ltr\:translate-x-\[42\%\]:where([dir=ltr],[dir=ltr] *) {
    --tw-translate-x:42%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.ltr\:-scale-x-100:where([dir=ltr],[dir=ltr] *) {
    --tw-scale-x:-1;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.ltr\:justify-end:where([dir=ltr],[dir=ltr] *) {
    justify-content:flex-end
}
.ltr\:\!text-right:where([dir=ltr],[dir=ltr] *) {
    text-align:right!important
}
.rtl\:\!left-\[calc\(100\%-2px\)\]:where([dir=rtl],[dir=rtl] *) {
    left:calc(100% - 2px)!important
}
.rtl\:\!right-\[5px\]:where([dir=rtl],[dir=rtl] *) {
    right:5px!important
}
.rtl\:-left-\[7\%\]:where([dir=rtl],[dir=rtl] *) {
    left:-7%
}
.rtl\:left-\[12px\]:where([dir=rtl],[dir=rtl] *) {
    left:12px
}
.rtl\:left-\[13px\]:where([dir=rtl],[dir=rtl] *) {
    left:13px
}
.rtl\:left-\[16px\]:where([dir=rtl],[dir=rtl] *) {
    left:16px
}
.rtl\:left-\[3px\]:where([dir=rtl],[dir=rtl] *) {
    left:3px
}
.rtl\:left-\[5px\]:where([dir=rtl],[dir=rtl] *) {
    left:5px
}
.rtl\:left-\[6px\]:where([dir=rtl],[dir=rtl] *) {
    left:6px
}
.rtl\:left-\[8px\]:where([dir=rtl],[dir=rtl] *) {
    left:8px
}
.rtl\:right-\[5px\]:where([dir=rtl],[dir=rtl] *) {
    right:5px
}
.rtl\:top-\[3px\]:where([dir=rtl],[dir=rtl] *) {
    top:3px
}
.rtl\:order-1:where([dir=rtl],[dir=rtl] *) {
    order:1
}
.rtl\:order-2:where([dir=rtl],[dir=rtl] *) {
    order:2
}
.rtl\:order-3:where([dir=rtl],[dir=rtl] *) {
    order:3
}
.rtl\:ml-1:where([dir=rtl],[dir=rtl] *) {
    margin-left:.25rem
}
.rtl\:mr-\[1\.4vh\]:where([dir=rtl],[dir=rtl] *) {
    margin-right:1.4vh
}
.rtl\:mt-3:where([dir=rtl],[dir=rtl] *) {
    margin-top:.75rem
}
.rtl\:h-\[15px\]:where([dir=rtl],[dir=rtl] *) {
    height:15px
}
.rtl\:w-\[15px\]:where([dir=rtl],[dir=rtl] *) {
    width:15px
}
.rtl\:-translate-x-1\/2:where([dir=rtl],[dir=rtl] *) {
    --tw-translate-x:-50%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:-translate-x-1\/4:where([dir=rtl],[dir=rtl] *) {
    --tw-translate-x:-25%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:-translate-x-2\.5:where([dir=rtl],[dir=rtl] *) {
    --tw-translate-x:-0.625rem;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:-translate-x-\[42\%\]:where([dir=rtl],[dir=rtl] *) {
    --tw-translate-x:-42%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:translate-x-1\/2:where([dir=rtl],[dir=rtl] *) {
    --tw-translate-x:50%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:translate-x-\[56\%\]:where([dir=rtl],[dir=rtl] *) {
    --tw-translate-x:56%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:translate-x-\[60\%\]:where([dir=rtl],[dir=rtl] *) {
    --tw-translate-x:60%;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:-rotate-90:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate:-90deg;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:rotate-0:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate:0deg;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate:180deg;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:rotate-90:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate:90deg;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:rotate-\[144deg\]:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate:144deg;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:rotate-\[270deg\]:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate:270deg;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:-scale-100:where([dir=rtl],[dir=rtl] *) {
    --tw-scale-x:-1;
    --tw-scale-y:-1;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:scale-100:where([dir=rtl],[dir=rtl] *) {
    --tw-scale-x:1;
    --tw-scale-y:1;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:-scale-x-100:where([dir=rtl],[dir=rtl] *) {
    --tw-scale-x:-1;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:scale-x-\[-1\]:where([dir=rtl],[dir=rtl] *) {
    --tw-scale-x:-1;
    transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rtl\:\!flex-row-reverse:where([dir=rtl],[dir=rtl] *) {
    flex-direction:row-reverse!important
}
.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *) {
    flex-direction:row-reverse
}
.rtl\:justify-start:where([dir=rtl],[dir=rtl] *) {
    justify-content:flex-start
}
.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse:1
}
.rtl\:\!pl-0:where([dir=rtl],[dir=rtl] *) {
    padding-left:0!important
}
.rtl\:\!pr-1\.5:where([dir=rtl],[dir=rtl] *) {
    padding-right:.375rem!important
}
.rtl\:pl-3:where([dir=rtl],[dir=rtl] *) {
    padding-left:.75rem
}
.rtl\:pl-4:where([dir=rtl],[dir=rtl] *) {
    padding-left:1rem
}
.rtl\:pr-0:where([dir=rtl],[dir=rtl] *) {
    padding-right:0
}
.rtl\:\!text-left:where([dir=rtl],[dir=rtl] *) {
    text-align:left!important
}
.rtl\:text-left:where([dir=rtl],[dir=rtl] *) {
    text-align:left
}
.rtl\:\!text-right:where([dir=rtl],[dir=rtl] *) {
    text-align:right!important
}
.rtl\:text-right:where([dir=rtl],[dir=rtl] *) {
    text-align:right
}
.rtl\:\!text-end:where([dir=rtl],[dir=rtl] *) {
    text-align:end!important
}
.rtl\:force-ltr:where([dir=rtl],[dir=rtl] *) {
    direction:ltr;
    unicode-bidi:bidi-override
}
.rtl\:soft-ltr:where([dir=rtl],[dir=rtl] *) {
    direction:ltr
}
.rtl\:soft-rtl:where([dir=rtl],[dir=rtl] *) {
    direction:rtl
}
.rtl\:rotate-y-180:where([dir=rtl],[dir=rtl] *) {
    transform:rotateY(180deg)
}
@media (min-width:600px) {
    .sm\:rtl\:float-none:where([dir=rtl],[dir=rtl] *) {
        float:none
    }
    .sm\:rtl\:text-right:where([dir=rtl],[dir=rtl] *) {
        text-align:right
    }
}
@media (min-width:1250px) {
    .rtl\:md\:order-1:where([dir=rtl],[dir=rtl] *) {
        order:1
    }
    .rtl\:md\:order-2:where([dir=rtl],[dir=rtl] *) {
        order:2
    }
    .md\:rtl\:pl-4:where([dir=rtl],[dir=rtl] *) {
        padding-left:1rem
    }
    .md\:rtl\:pl-6:where([dir=rtl],[dir=rtl] *) {
        padding-left:1.5rem
    }
    .md\:rtl\:pr-0:where([dir=rtl],[dir=rtl] *) {
        padding-right:0
    }
    .md\:rtl\:text-right:where([dir=rtl],[dir=rtl] *) {
        text-align:right
    }
}
.\[\&\>a\:hover\]\:text-v2-secondary>a:hover,.\[\&\>a\]\:text-\[\#1256a0\]>a {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.\[\&\>a\]\:underline>a {
    text-decoration-line:underline
}
.\[\&\>bold\]\:font-semibold>bold,.\[\&\>strong\]\:font-semibold>strong {
    font-weight:600
}
.popup_popup__surface__2E5tr {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
@media (max-width:1250px) {
    .popup_popup__t_FyN {
        position:fixed;
        left:0;
        right:0;
        top:50%;
        transform:translateY(-50%);
        width:90%;
        min-height:auto;
        max-height:90%;
        margin:0 auto;
        z-index:30;
        border:1px solid #868686
    }
    .popup_popup__overlay__pMHcv.popup_popup__overlay__pMHcv {
        background-color:rgba(0,0,0,.5);
        z-index:20
    }
    .popup_popup--hidden__0VdoL {
        display:none
    }
}
@media (min-width:1250px) {
    .popup_popup__t_FyN {
        position:absolute;
        z-index:11;
        border:1px solid #868686;
        --tw-shadow:0 4px 4px 0 hsla(0,0%,53%,.3);
        --tw-shadow-colored:0 4px 4px 0 var(--tw-shadow-color);
        box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        display:block
    }
    .popup_popup--hidden__0VdoL {
        display:none
    }
    .popup_popup__t_FyN:after,.popup_popup__t_FyN:before {
        content:"";
        position:absolute;
        border-style:solid
    }
    [dir=ltr] .popup_popup--top__u_sUB:before {
        right:24px
    }
    [dir=rtl] .popup_popup--top__u_sUB:before {
        left:24px
    }
    .popup_popup--top__u_sUB:after {
        border-color:transparent transparent #868686;
        z-index:-1
    }
    [dir=ltr] .popup_popup--top__u_sUB:after {
        right:21px
    }
    [dir=rtl] .popup_popup--top__u_sUB:after {
        left:21px
    }
    .popup_popup--top__u_sUB.popup_primary__Lb1mP:before {
        border-color:transparent transparent #fff
    }
    .popup_popup--top__u_sUB.popup_secondary__z1_S0:before {
        border-color:transparent transparent #f2f2f2
    }
    .popup_popup--top__u_sUB.popup_regular__YzEzn:before {
        top:-8px;
        border-width:0 9px 9px
    }
    .popup_popup--top__u_sUB.popup_regular__YzEzn:after {
        top:-10px;
        border-width:0 12px 12px
    }
    .popup_popup--top__u_sUB.popup_small__SlP_i:before {
        top:-5px;
        border-width:0 6px 6px
    }
    .popup_popup--top__u_sUB.popup_small__SlP_i:after {
        top:-7px;
        border-width:0 9px 9px
    }
    [dir=ltr] .popup_popup--bottom__OgrMR:before {
        right:24px
    }
    [dir=rtl] .popup_popup--bottom__OgrMR:before {
        left:24px
    }
    .popup_popup--bottom__OgrMR:after {
        border-color:#868686 transparent transparent;
        z-index:-1
    }
    [dir=ltr] .popup_popup--bottom__OgrMR:after {
        right:21px
    }
    [dir=rtl] .popup_popup--bottom__OgrMR:after {
        left:21px
    }
    .popup_popup--bottom__OgrMR.popup_primary__Lb1mP:before {
        border-color:#f2f2f2 transparent transparent
    }
    .popup_popup--bottom__OgrMR.popup_secondary__z1_S0:before {
        border-color:#fff transparent transparent
    }
    .popup_popup--bottom__OgrMR.popup_regular__YzEzn:before {
        bottom:-8px;
        border-width:9px 9px 0
    }
    .popup_popup--bottom__OgrMR.popup_regular__YzEzn:after {
        bottom:-10px;
        border-width:12px 12px 0
    }
    .popup_popup--bottom__OgrMR.popup_small__SlP_i:before {
        bottom:-6px;
        border-width:6px 6px 0
    }
    .popup_popup--bottom__OgrMR.popup_small__SlP_i:after {
        bottom:-8px;
        border-width:9px 9px 0
    }
    .popup_popup--none__p_h8x:after,.popup_popup--none__p_h8x:before {
        border-style:none
    }
    .popup_popup--side__y12tp:before {
        top:4px;
        z-index:-1
    }
    [dir=ltr] .popup_popup--side__y12tp:before {
        border-color:transparent #868686 transparent transparent
    }
    [dir=rtl] .popup_popup--side__y12tp:before {
        border-color:transparent transparent transparent #868686
    }
    .popup_popup--side__y12tp:after {
        top:6px;
        z-index:1
    }
    [dir=ltr] .popup_popup--side__y12tp.popup_primary__Lb1mP:after {
        border-color:transparent #fff transparent transparent
    }
    [dir=rtl] .popup_popup--side__y12tp.popup_primary__Lb1mP:after {
        border-color:transparent transparent transparent #fff
    }
    [dir=ltr] .popup_popup--side__y12tp.popup_secondary__z1_S0:after {
        border-color:transparent #f2f2f2 transparent transparent
    }
    [dir=rtl] .popup_popup--side__y12tp.popup_secondary__z1_S0:after {
        border-color:transparent transparent transparent #f2f2f2
    }
    [dir=ltr] .popup_popup--side__y12tp.popup_regular__YzEzn:before {
        left:-12px;
        border-width:12px 12px 12px 0
    }
    [dir=rtl] .popup_popup--side__y12tp.popup_regular__YzEzn:before {
        right:-12px;
        border-width:12px 0 12px 12px
    }
    [dir=ltr] .popup_popup--side__y12tp.popup_regular__YzEzn:after {
        left:-10px;
        border-width:10px 10px 10px 0
    }
    [dir=rtl] .popup_popup--side__y12tp.popup_regular__YzEzn:after {
        right:-10px;
        border-width:10px 0 10px 10px
    }
    [dir=ltr] .popup_popup--side__y12tp.popup_small__SlP_i:before {
        left:-6px;
        border-width:7px 7px 7px 0
    }
    [dir=rtl] .popup_popup--side__y12tp.popup_small__SlP_i:before {
        right:-6px;
        border-width:7px 0 7px 7px
    }
    [dir=ltr] .popup_popup--side__y12tp.popup_small__SlP_i:after {
        left:-4px;
        border-width:5px 5px 5px 0
    }
    [dir=rtl] .popup_popup--side__y12tp.popup_small__SlP_i:after {
        right:-4px;
        border-width:5px 0 5px 5px
    }
}
.overlay_overlay__Ka55m {
    content:"";
    position:fixed;
    left:0;
    right:0;
    top:0;
    width:100vw;
    height:100vh;
    z-index:10;
    background-color:rgba(34,34,34,.3)
}
@media (max-width:1250px) {
    .overlay_overlay__Ka55m {
        z-index:9
    }
}
.style_body-no-scroll__QLygM {
    height:100vh;
    touch-action:none;
    overflow:hidden
}
.promo-strip_promo-strip-wrapper__mEqE1 {
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background-color:#fac761
}
.promo-strip_promo-strip-wrapper__mEqE1 .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX {
    font-size:14px;
    color:#000
}
.promo-strip_promo-strip-wrapper__mEqE1 .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_promo-strip-btn__zIq4z {
    background-color:#fff;
    color:#0b0b0b;
    font-size:13px;
    border-radius:3px
}
.promo-strip_promo-strip-wrapper__mEqE1 .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_promo-strip-btn__zIq4z:hover {
    box-shadow:0 1px 1px rgba(0,0,0,.12);
    text-decoration:none
}
[dir=ltr] .promo-strip_promo-strip-wrapper__mEqE1 .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_invpro_logo__H9sSd {
    margin-left:5px
}
[dir=rtl] .promo-strip_promo-strip-wrapper__mEqE1 .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_invpro_logo__H9sSd {
    margin-right:5px
}
.promo-strip_promo-strip-wrapper__mEqE1 .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-close__6Ou2z img {
    width:10px
}
.promo-strip_promo-strip-wrapper__mEqE1 .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-close__6Ou2z svg {
    width:10px;
    color:#333
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_Webinars-stripe__15wCa {
    background-color:#0070eb
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_Webinars-stripe__15wCa .promo-strip_promo-strip-text__EwXsX {
    color:#fff
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_other-stripe__1HcuH .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-btn__zIq4z {
    display:none
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_other-stripe__1HcuH .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX {
    font-size:12px
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_other-stripe__1HcuH .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-close__6Ou2z img {
    display:none
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_proPromo-stripe___88ug {
    background-color:#0275a3;
    background-size:100% 34px;
    background-position:50%;
    background-repeat:no-repeat
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_proPromo-stripe___88ug .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_bold__00AVq {
    display:flex;
    align-items:center;
    margin:0 3px
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_proPromo-stripe___88ug .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_invpro-inherit-logo__AJS4E {
    width:75px;
    height:22px;
    display:inline;
    margin-top:-3px
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_proPromo-stripe___88ug .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_invpro-inherit-icon__vW_LA {
    width:24px;
    height:24px;
    display:inline
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_proPromo-stripe___88ug .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_promo-strip-btn__zIq4z {
    border-radius:3px;
    color:#0275a3
}
[dir=ltr] .promo-strip_promo-strip-wrapper__mEqE1.promo-strip_proPromo-stripe___88ug .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_promo-strip-btn__zIq4z {
    background:linear-gradient(85.58deg,#ffea2f 8%,#ffc800 114.4%)
}
[dir=rtl] .promo-strip_promo-strip-wrapper__mEqE1.promo-strip_proPromo-stripe___88ug .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-text__EwXsX .promo-strip_promo-strip-btn__zIq4z {
    background:linear-gradient(-85.58deg,#ffea2f 8%,#ffc800 114.4%)
}
.promo-strip_promo-strip-wrapper__mEqE1.promo-strip_proPromo-stripe___88ug .promo-strip_promo-strip-content__gsX6T .promo-strip_promo-strip-close__6Ou2z svg {
    color:#fff
}
.promo-strip_tradeNowFloat__kVQNI.promo-strip_floating__0W6gO {
    top:70px
}
.flag_flag__gUPtc {
    display:inline-block;
    width:14px;
    height:11px;
    background-repeat:no-repeat
}
[dir=ltr] .flag_flag--HT__ydm_t,[dir=ltr] .flag_flag--Haiti__rzHw3 {
    background-position:0 -11px
}
[dir=rtl] .flag_flag--HT__ydm_t,[dir=rtl] .flag_flag--Haiti__rzHw3 {
    background-position:right 0 top -11px
}
[dir=ltr] .flag_flag--GS__HMx2p {
    background-position:0 -22px
}
[dir=rtl] .flag_flag--GS__HMx2p {
    background-position:right 0 top -22px
}
[dir=ltr] .flag_flag--ZW__HHQeo,[dir=ltr] .flag_flag--Zimbabwe__yi8KR {
    background-position:0 -33px
}
[dir=rtl] .flag_flag--ZW__HHQeo,[dir=rtl] .flag_flag--Zimbabwe__yi8KR {
    background-position:right 0 top -33px
}
[dir=ltr] .flag_flag--ZM__qdgDV,[dir=ltr] .flag_flag--Zambia__quVH0 {
    background-position:0 -44px
}
[dir=rtl] .flag_flag--ZM__qdgDV,[dir=rtl] .flag_flag--Zambia__quVH0 {
    background-position:right 0 top -44px
}
[dir=ltr] .flag_flag--South_Africa__GqKW9,[dir=ltr] .flag_flag--ZA__32T3U {
    background-position:0 -55px
}
[dir=rtl] .flag_flag--South_Africa__GqKW9,[dir=rtl] .flag_flag--ZA__32T3U {
    background-position:right 0 top -55px
}
[dir=ltr] .flag_flag--YT__9DS6Z {
    background-position:0 -66px
}
[dir=rtl] .flag_flag--YT__9DS6Z {
    background-position:right 0 top -66px
}
[dir=ltr] .flag_flag--YE__HES3C,[dir=ltr] .flag_flag--Yemen__cgr3I {
    background-position:0 -77px
}
[dir=rtl] .flag_flag--YE__HES3C,[dir=rtl] .flag_flag--Yemen__cgr3I {
    background-position:right 0 top -77px
}
[dir=ltr] .flag_flag--XK__HaWZr {
    background-position:0 -88px
}
[dir=rtl] .flag_flag--XK__HaWZr {
    background-position:right 0 top -88px
}
[dir=ltr] .flag_flag--WW__ZXjLm {
    background-position:0 -99px
}
[dir=rtl] .flag_flag--WW__ZXjLm {
    background-position:right 0 top -99px
}
[dir=ltr] .flag_flag--Samoa__sjwIu,[dir=ltr] .flag_flag--WS__K3xsh {
    background-position:0 -110px
}
[dir=rtl] .flag_flag--Samoa__sjwIu,[dir=rtl] .flag_flag--WS__K3xsh {
    background-position:right 0 top -110px
}
[dir=ltr] .flag_flag--WF__TcWzU {
    background-position:0 -121px
}
[dir=rtl] .flag_flag--WF__TcWzU {
    background-position:right 0 top -121px
}
[dir=ltr] .flag_flag--VU__oJ1rZ,[dir=ltr] .flag_flag--Vanuatu__fcd3x {
    background-position:0 -132px
}
[dir=rtl] .flag_flag--VU__oJ1rZ,[dir=rtl] .flag_flag--Vanuatu__fcd3x {
    background-position:right 0 top -132px
}
[dir=ltr] .flag_flag--VN__VolrY,[dir=ltr] .flag_flag--Vietnam__XPAL6 {
    background-position:0 -143px
}
[dir=rtl] .flag_flag--VN__VolrY,[dir=rtl] .flag_flag--Vietnam__XPAL6 {
    background-position:right 0 top -143px
}
[dir=ltr] .flag_flag--VI__uBukf,[dir=ltr] .flag_flag--virginIslandsUS__QOYEZ {
    background-position:0 -154px
}
[dir=rtl] .flag_flag--VI__uBukf,[dir=rtl] .flag_flag--virginIslandsUS__QOYEZ {
    background-position:right 0 top -154px
}
[dir=ltr] .flag_flag--VG__l19uj,[dir=ltr] .flag_flag--VirginIslandsBritish__k_Adt {
    background-position:0 -165px
}
[dir=rtl] .flag_flag--VG__l19uj,[dir=rtl] .flag_flag--VirginIslandsBritish__k_Adt {
    background-position:right 0 top -165px
}
[dir=ltr] .flag_flag--VE__0hA0Z,[dir=ltr] .flag_flag--Venezuela__0Y_Bl {
    background-position:0 -176px
}
[dir=rtl] .flag_flag--VE__0hA0Z,[dir=rtl] .flag_flag--Venezuela__0Y_Bl {
    background-position:right 0 top -176px
}
[dir=ltr] .flag_flag--StVincenttheGrenadines__Bc7PR,[dir=ltr] .flag_flag--VC__AnB6r {
    background-position:0 -187px
}
[dir=rtl] .flag_flag--StVincenttheGrenadines__Bc7PR,[dir=rtl] .flag_flag--VC__AnB6r {
    background-position:right 0 top -187px
}
[dir=ltr] .flag_flag--VA__Lhgjj,[dir=ltr] .flag_flag--VaticanCity__c_WHi {
    background-position:0 -198px
}
[dir=rtl] .flag_flag--VA__Lhgjj,[dir=rtl] .flag_flag--VaticanCity__c_WHi {
    background-position:right 0 top -198px
}
[dir=ltr] .flag_flag--UZ___0I7Z,[dir=ltr] .flag_flag--Uzbekistan__2VAuU {
    background-position:0 -209px
}
[dir=rtl] .flag_flag--UZ___0I7Z,[dir=rtl] .flag_flag--Uzbekistan__2VAuU {
    background-position:right 0 top -209px
}
[dir=ltr] .flag_flag--UY__6ueYb,[dir=ltr] .flag_flag--Uruguay__MBaOS {
    background-position:0 -220px
}
[dir=rtl] .flag_flag--UY__6ueYb,[dir=rtl] .flag_flag--Uruguay__MBaOS {
    background-position:right 0 top -220px
}
[dir=ltr] .flag_flag--USA__2BIKb,[dir=ltr] .flag_flag--US__ZvgjZ {
    background-position:0 -231px
}
[dir=rtl] .flag_flag--USA__2BIKb,[dir=rtl] .flag_flag--US__ZvgjZ {
    background-position:right 0 top -231px
}
[dir=ltr] .flag_flag--US-CA__jHHfP {
    background-position:0 -242px
}
[dir=rtl] .flag_flag--US-CA__jHHfP {
    background-position:right 0 top -242px
}
[dir=ltr] .flag_flag--UM__g9tPW {
    background-position:0 -253px
}
[dir=rtl] .flag_flag--UM__g9tPW {
    background-position:right 0 top -253px
}
[dir=ltr] .flag_flag--UG__1osjm,[dir=ltr] .flag_flag--Uganda__2b6uj {
    background-position:0 -264px
}
[dir=rtl] .flag_flag--UG__1osjm,[dir=rtl] .flag_flag--Uganda__2b6uj {
    background-position:right 0 top -264px
}
[dir=ltr] .flag_flag--UA___omsk,[dir=ltr] .flag_flag--Ukraine___jBqP {
    background-position:0 -275px
}
[dir=rtl] .flag_flag--UA___omsk,[dir=rtl] .flag_flag--Ukraine___jBqP {
    background-position:right 0 top -275px
}
[dir=ltr] .flag_flag--TZ__Q9TqY,[dir=ltr] .flag_flag--Tanzania__TMiPu {
    background-position:0 -286px
}
[dir=rtl] .flag_flag--TZ__Q9TqY,[dir=rtl] .flag_flag--Tanzania__TMiPu {
    background-position:right 0 top -286px
}
[dir=ltr] .flag_flag--TW__J06Ws,[dir=ltr] .flag_flag--Taiwan__7BbK3 {
    background-position:0 -297px
}
[dir=rtl] .flag_flag--TW__J06Ws,[dir=rtl] .flag_flag--Taiwan__7BbK3 {
    background-position:right 0 top -297px
}
[dir=ltr] .flag_flag--TV__nK_NS,[dir=ltr] .flag_flag--Tuvalu__1iUFz {
    background-position:0 -308px
}
[dir=rtl] .flag_flag--TV__nK_NS,[dir=rtl] .flag_flag--Tuvalu__1iUFz {
    background-position:right 0 top -308px
}
[dir=ltr] .flag_flag--TT__2r6Oy,[dir=ltr] .flag_flag--Trinidad_Tobago__ovjxG {
    background-position:0 -319px
}
[dir=rtl] .flag_flag--TT__2r6Oy,[dir=rtl] .flag_flag--Trinidad_Tobago__ovjxG {
    background-position:right 0 top -319px
}
[dir=ltr] .flag_flag--TR__qSZHT,[dir=ltr] .flag_flag--Turkey__Q83M6 {
    background-position:0 -330px
}
[dir=rtl] .flag_flag--TR__qSZHT,[dir=rtl] .flag_flag--Turkey__Q83M6 {
    background-position:right 0 top -330px
}
[dir=ltr] .flag_flag--TO__03weH,[dir=ltr] .flag_flag--Tonga__MPMYc {
    background-position:0 -341px
}
[dir=rtl] .flag_flag--TO__03weH,[dir=rtl] .flag_flag--Tonga__MPMYc {
    background-position:right 0 top -341px
}
[dir=ltr] .flag_flag--TN__GP_x2,[dir=ltr] .flag_flag--Tunisia__QZG_S {
    background-position:0 -352px
}
[dir=rtl] .flag_flag--TN__GP_x2,[dir=rtl] .flag_flag--Tunisia__QZG_S {
    background-position:right 0 top -352px
}
[dir=ltr] .flag_flag--TM__yh6Pw,[dir=ltr] .flag_flag--Turkmenistan__1x8GA {
    background-position:0 -363px
}
[dir=rtl] .flag_flag--TM__yh6Pw,[dir=rtl] .flag_flag--Turkmenistan__1x8GA {
    background-position:right 0 top -363px
}
[dir=ltr] .flag_flag--EastTimor__ozrTp,[dir=ltr] .flag_flag--TL__SpUAl {
    background-position:0 -374px
}
[dir=rtl] .flag_flag--EastTimor__ozrTp,[dir=rtl] .flag_flag--TL__SpUAl {
    background-position:right 0 top -374px
}
[dir=ltr] .flag_flag--TK__RrYj0,[dir=ltr] .flag_flag--Tokelau___0Xmp {
    background-position:0 -385px
}
[dir=rtl] .flag_flag--TK__RrYj0,[dir=rtl] .flag_flag--Tokelau___0Xmp {
    background-position:right 0 top -385px
}
[dir=ltr] .flag_flag--TJ__rpgHz,[dir=ltr] .flag_flag--Tajikistan___2aNK {
    background-position:0 -396px
}
[dir=rtl] .flag_flag--TJ__rpgHz,[dir=rtl] .flag_flag--Tajikistan___2aNK {
    background-position:right 0 top -396px
}
[dir=ltr] .flag_flag--TH__J83HL,[dir=ltr] .flag_flag--Thailand__oiXKA {
    background-position:0 -407px
}
[dir=rtl] .flag_flag--TH__J83HL,[dir=rtl] .flag_flag--Thailand__oiXKA {
    background-position:right 0 top -407px
}
[dir=ltr] .flag_flag--TG__yUFxr,[dir=ltr] .flag_flag--Togo__zDDkK {
    background-position:0 -418px
}
[dir=rtl] .flag_flag--TG__yUFxr,[dir=rtl] .flag_flag--Togo__zDDkK {
    background-position:right 0 top -418px
}
[dir=ltr] .flag_flag--TF__f46Pp {
    background-position:0 -429px
}
[dir=rtl] .flag_flag--TF__f46Pp {
    background-position:right 0 top -429px
}
[dir=ltr] .flag_flag--Chad__etoP7,[dir=ltr] .flag_flag--TD__EL52S {
    background-position:0 -440px
}
[dir=rtl] .flag_flag--Chad__etoP7,[dir=rtl] .flag_flag--TD__EL52S {
    background-position:right 0 top -440px
}
[dir=ltr] .flag_flag--TC__bLuSU,[dir=ltr] .flag_flag--TurksandCaicosIslands__DsBd1 {
    background-position:0 -451px
}
[dir=rtl] .flag_flag--TC__bLuSU,[dir=rtl] .flag_flag--TurksandCaicosIslands__DsBd1 {
    background-position:right 0 top -451px
}
[dir=ltr] .flag_flag--SZ__P7Yf_,[dir=ltr] .flag_flag--Swaziland__4Tjs1 {
    background-position:0 -462px
}
[dir=rtl] .flag_flag--SZ__P7Yf_,[dir=rtl] .flag_flag--Swaziland__4Tjs1 {
    background-position:right 0 top -462px
}
[dir=ltr] .flag_flag--SY__n6U5q,[dir=ltr] .flag_flag--Syria__KQMMr {
    background-position:0 -473px
}
[dir=rtl] .flag_flag--SY__n6U5q,[dir=rtl] .flag_flag--Syria__KQMMr {
    background-position:right 0 top -473px
}
[dir=ltr] .flag_flag--SX__AshZm {
    background-position:0 -484px
}
[dir=rtl] .flag_flag--SX__AshZm {
    background-position:right 0 top -484px
}
[dir=ltr] .flag_flag--El_Salvador__DSEzG,[dir=ltr] .flag_flag--SV__gzGZ4 {
    background-position:0 -495px
}
[dir=rtl] .flag_flag--El_Salvador__DSEzG,[dir=rtl] .flag_flag--SV__gzGZ4 {
    background-position:right 0 top -495px
}
[dir=ltr] .flag_flag--ST__74h7K,[dir=ltr] .flag_flag--Sao_Tome_Principe____4yQ {
    background-position:0 -506px
}
[dir=rtl] .flag_flag--ST__74h7K,[dir=rtl] .flag_flag--Sao_Tome_Principe____4yQ {
    background-position:right 0 top -506px
}
[dir=ltr] .flag_flag--SS__EQQ4p {
    background-position:0 -517px
}
[dir=rtl] .flag_flag--SS__EQQ4p {
    background-position:right 0 top -517px
}
[dir=ltr] .flag_flag--SR__wsCu6,[dir=ltr] .flag_flag--Suriname__XRv7Z {
    background-position:0 -528px
}
[dir=rtl] .flag_flag--SR__wsCu6,[dir=rtl] .flag_flag--Suriname__XRv7Z {
    background-position:right 0 top -528px
}
[dir=ltr] .flag_flag--SO__xJ3cN,[dir=ltr] .flag_flag--Somalia__2f_ZT {
    background-position:0 -539px
}
[dir=rtl] .flag_flag--SO__xJ3cN,[dir=rtl] .flag_flag--Somalia__2f_ZT {
    background-position:right 0 top -539px
}
[dir=ltr] .flag_flag--SN__5B_wM,[dir=ltr] .flag_flag--Senegal__KI9EO {
    background-position:0 -550px
}
[dir=rtl] .flag_flag--SN__5B_wM,[dir=rtl] .flag_flag--Senegal__KI9EO {
    background-position:right 0 top -550px
}
[dir=ltr] .flag_flag--SM__GzMWI,[dir=ltr] .flag_flag--SanMarino__sTqt9 {
    background-position:0 -561px
}
[dir=rtl] .flag_flag--SM__GzMWI,[dir=rtl] .flag_flag--SanMarino__sTqt9 {
    background-position:right 0 top -561px
}
[dir=ltr] .flag_flag--SL__Lh8nY,[dir=ltr] .flag_flag--SierraLeone__7QKz3 {
    background-position:0 -572px
}
[dir=rtl] .flag_flag--SL__Lh8nY,[dir=rtl] .flag_flag--SierraLeone__7QKz3 {
    background-position:right 0 top -572px
}
[dir=ltr] .flag_flag--SK__WXDFq,[dir=ltr] .flag_flag--Slovakia__BjG7D {
    background-position:0 -583px
}
[dir=rtl] .flag_flag--SK__WXDFq,[dir=rtl] .flag_flag--Slovakia__BjG7D {
    background-position:right 0 top -583px
}
[dir=ltr] .flag_flag--SJ__d7msn {
    background-position:0 -594px
}
[dir=rtl] .flag_flag--SJ__d7msn {
    background-position:right 0 top -594px
}
[dir=ltr] .flag_flag--SI__dJK3F,[dir=ltr] .flag_flag--Slovenia__NtCCv {
    background-position:0 -605px
}
[dir=rtl] .flag_flag--SI__dJK3F,[dir=rtl] .flag_flag--Slovenia__NtCCv {
    background-position:right 0 top -605px
}
[dir=ltr] .flag_flag--SH__jCCfg {
    background-position:0 -616px
}
[dir=rtl] .flag_flag--SH__jCCfg {
    background-position:right 0 top -616px
}
[dir=ltr] .flag_flag--SG__K55d6,[dir=ltr] .flag_flag--Singapore__8scqG {
    background-position:0 -627px
}
[dir=rtl] .flag_flag--SG__K55d6,[dir=rtl] .flag_flag--Singapore__8scqG {
    background-position:right 0 top -627px
}
[dir=ltr] .flag_flag--SE__0AmDf,[dir=ltr] .flag_flag--Sweden__Nxar4 {
    background-position:0 -638px
}
[dir=rtl] .flag_flag--SE__0AmDf,[dir=rtl] .flag_flag--Sweden__Nxar4 {
    background-position:right 0 top -638px
}
[dir=ltr] .flag_flag--SD__SkSQ_,[dir=ltr] .flag_flag--Sudan__mY2r_ {
    background-position:0 -649px
}
[dir=rtl] .flag_flag--SD__SkSQ_,[dir=rtl] .flag_flag--Sudan__mY2r_ {
    background-position:right 0 top -649px
}
[dir=ltr] .flag_flag--SC__giJVI,[dir=ltr] .flag_flag--Seychelles__UzeMH {
    background-position:0 -660px
}
[dir=rtl] .flag_flag--SC__giJVI,[dir=rtl] .flag_flag--Seychelles__UzeMH {
    background-position:right 0 top -660px
}
[dir=ltr] .flag_flag--SB__B5Cw6,[dir=ltr] .flag_flag--Solomon_Islands__yviE6 {
    background-position:0 -671px
}
[dir=rtl] .flag_flag--SB__B5Cw6,[dir=rtl] .flag_flag--Solomon_Islands__yviE6 {
    background-position:right 0 top -671px
}
[dir=ltr] .flag_flag--SA__0Jy_0,[dir=ltr] .flag_flag--Saudi_Arabia__DzqdT {
    background-position:0 -682px
}
[dir=rtl] .flag_flag--SA__0Jy_0,[dir=rtl] .flag_flag--Saudi_Arabia__DzqdT {
    background-position:right 0 top -682px
}
[dir=ltr] .flag_flag--RW__9P1MJ,[dir=ltr] .flag_flag--Rwanda__IpZso {
    background-position:0 -693px
}
[dir=rtl] .flag_flag--RW__9P1MJ,[dir=rtl] .flag_flag--Rwanda__IpZso {
    background-position:right 0 top -693px
}
[dir=ltr] .flag_flag--RU__5upNo,[dir=ltr] .flag_flag--Russian_Federation__MmKHc {
    background-position:0 -704px
}
[dir=rtl] .flag_flag--RU__5upNo,[dir=rtl] .flag_flag--Russian_Federation__MmKHc {
    background-position:right 0 top -704px
}
[dir=ltr] .flag_flag--RS__Cp6hG,[dir=ltr] .flag_flag--Serbia__DpCDO {
    background-position:0 -715px
}
[dir=rtl] .flag_flag--RS__Cp6hG,[dir=rtl] .flag_flag--Serbia__DpCDO {
    background-position:right 0 top -715px
}
[dir=ltr] .flag_flag--RO__HFSQa,[dir=ltr] .flag_flag--Romania__3wMVA {
    background-position:0 -726px
}
[dir=rtl] .flag_flag--RO__HFSQa,[dir=rtl] .flag_flag--Romania__3wMVA {
    background-position:right 0 top -726px
}
[dir=ltr] .flag_flag--RE__HhR4C,[dir=ltr] .flag_flag--Reunion__TlgSe {
    background-position:0 -737px
}
[dir=rtl] .flag_flag--RE__HhR4C,[dir=rtl] .flag_flag--Reunion__TlgSe {
    background-position:right 0 top -737px
}
[dir=ltr] .flag_flag--QA__nF41i,[dir=ltr] .flag_flag--Qatar__xnpys {
    background-position:0 -748px
}
[dir=rtl] .flag_flag--QA__nF41i,[dir=rtl] .flag_flag--Qatar__xnpys {
    background-position:right 0 top -748px
}
[dir=ltr] .flag_flag--PY__rLpDn,[dir=ltr] .flag_flag--Paraguay__1o93P {
    background-position:0 -759px
}
[dir=rtl] .flag_flag--PY__rLpDn,[dir=rtl] .flag_flag--Paraguay__1o93P {
    background-position:right 0 top -759px
}
[dir=ltr] .flag_flag--PW__KfEsj,[dir=ltr] .flag_flag--Palau__epHD5 {
    background-position:0 -770px
}
[dir=rtl] .flag_flag--PW__KfEsj,[dir=rtl] .flag_flag--Palau__epHD5 {
    background-position:right 0 top -770px
}
[dir=ltr] .flag_flag--PT__WHstT,[dir=ltr] .flag_flag--Portugal__Zoflt {
    background-position:0 -781px
}
[dir=rtl] .flag_flag--PT__WHstT,[dir=rtl] .flag_flag--Portugal__Zoflt {
    background-position:right 0 top -781px
}
[dir=ltr] .flag_flag--PS__50rAt,[dir=ltr] .flag_flag--Palestine__O44eM {
    background-position:0 -792px
}
[dir=rtl] .flag_flag--PS__50rAt,[dir=rtl] .flag_flag--Palestine__O44eM {
    background-position:right 0 top -792px
}
[dir=ltr] .flag_flag--PR__myeDn,[dir=ltr] .flag_flag--PuertoRico__lkO6L {
    background-position:0 -803px
}
[dir=rtl] .flag_flag--PR__myeDn,[dir=rtl] .flag_flag--PuertoRico__lkO6L {
    background-position:right 0 top -803px
}
[dir=ltr] .flag_flag--PN__P8nI9 {
    background-position:0 -814px
}
[dir=rtl] .flag_flag--PN__P8nI9 {
    background-position:right 0 top -814px
}
[dir=ltr] .flag_flag--PM__up2cB {
    background-position:0 -825px
}
[dir=rtl] .flag_flag--PM__up2cB {
    background-position:right 0 top -825px
}
[dir=ltr] .flag_flag--PL__aFC5W,[dir=ltr] .flag_flag--Poland__C1eC9 {
    background-position:0 -836px
}
[dir=rtl] .flag_flag--PL__aFC5W,[dir=rtl] .flag_flag--Poland__C1eC9 {
    background-position:right 0 top -836px
}
[dir=ltr] .flag_flag--PK__liTeI,[dir=ltr] .flag_flag--Pakistan__BkXlN {
    background-position:0 -847px
}
[dir=rtl] .flag_flag--PK__liTeI,[dir=rtl] .flag_flag--Pakistan__BkXlN {
    background-position:right 0 top -847px
}
[dir=ltr] .flag_flag--PH__Qy9T6,[dir=ltr] .flag_flag--Philippines__C6jFD {
    background-position:0 -858px
}
[dir=rtl] .flag_flag--PH__Qy9T6,[dir=rtl] .flag_flag--Philippines__C6jFD {
    background-position:right 0 top -858px
}
[dir=ltr] .flag_flag--PG__wj2YY,[dir=ltr] .flag_flag--Papua_New_Guinea___UgVw {
    background-position:0 -869px
}
[dir=rtl] .flag_flag--PG__wj2YY,[dir=rtl] .flag_flag--Papua_New_Guinea___UgVw {
    background-position:right 0 top -869px
}
[dir=ltr] .flag_flag--PF__I1MkS,[dir=ltr] .flag_flag--TahitiFrenchPolinesia__CejFw {
    background-position:0 -880px
}
[dir=rtl] .flag_flag--PF__I1MkS,[dir=rtl] .flag_flag--TahitiFrenchPolinesia__CejFw {
    background-position:right 0 top -880px
}
[dir=ltr] .flag_flag--PE__eAdg2,[dir=ltr] .flag_flag--Peru__nTQQj {
    background-position:0 -891px
}
[dir=rtl] .flag_flag--PE__eAdg2,[dir=rtl] .flag_flag--Peru__nTQQj {
    background-position:right 0 top -891px
}
[dir=ltr] .flag_flag--PA__qAZlQ,[dir=ltr] .flag_flag--Panama__CnkQw {
    background-position:0 -902px
}
[dir=rtl] .flag_flag--PA__qAZlQ,[dir=rtl] .flag_flag--Panama__CnkQw {
    background-position:right 0 top -902px
}
[dir=ltr] .flag_flag--OM__SG29U,[dir=ltr] .flag_flag--Oman__9D16B {
    background-position:0 -913px
}
[dir=rtl] .flag_flag--OM__SG29U,[dir=rtl] .flag_flag--Oman__9D16B {
    background-position:right 0 top -913px
}
[dir=ltr] .flag_flag--NZ__qJruf,[dir=ltr] .flag_flag--New_Zealand__t_XFo {
    background-position:0 -924px
}
[dir=rtl] .flag_flag--NZ__qJruf,[dir=rtl] .flag_flag--New_Zealand__t_XFo {
    background-position:right 0 top -924px
}
[dir=ltr] .flag_flag--NU__Gl6bT {
    background-position:0 -935px
}
[dir=rtl] .flag_flag--NU__Gl6bT {
    background-position:right 0 top -935px
}
[dir=ltr] .flag_flag--NR__e_dDW,[dir=ltr] .flag_flag--Nauru__JL3dh {
    background-position:0 -946px
}
[dir=rtl] .flag_flag--NR__e_dDW,[dir=rtl] .flag_flag--Nauru__JL3dh {
    background-position:right 0 top -946px
}
[dir=ltr] .flag_flag--NP__sP0Jq,[dir=ltr] .flag_flag--Nepal__6yyUu {
    background-position:0 -957px
}
[dir=rtl] .flag_flag--NP__sP0Jq,[dir=rtl] .flag_flag--Nepal__6yyUu {
    background-position:right 0 top -957px
}
[dir=ltr] .flag_flag--NO__PTsWk,[dir=ltr] .flag_flag--Norway___iqM7 {
    background-position:0 -968px
}
[dir=rtl] .flag_flag--NO__PTsWk,[dir=rtl] .flag_flag--Norway___iqM7 {
    background-position:right 0 top -968px
}
[dir=ltr] .flag_flag--NL__aMRF8,[dir=ltr] .flag_flag--Netherlands__7U_uX {
    background-position:0 -979px
}
[dir=rtl] .flag_flag--NL__aMRF8,[dir=rtl] .flag_flag--Netherlands__7U_uX {
    background-position:right 0 top -979px
}
[dir=ltr] .flag_flag--NI__OCyyZ,[dir=ltr] .flag_flag--Nicaragua__1VHLg {
    background-position:0 -990px
}
[dir=rtl] .flag_flag--NI__OCyyZ,[dir=rtl] .flag_flag--Nicaragua__1VHLg {
    background-position:right 0 top -990px
}
[dir=ltr] .flag_flag--NG__iGpoq,[dir=ltr] .flag_flag--Nigeria__2GOBQ {
    background-position:0 -1001px
}
[dir=rtl] .flag_flag--NG__iGpoq,[dir=rtl] .flag_flag--Nigeria__2GOBQ {
    background-position:right 0 top -1001px
}
[dir=ltr] .flag_flag--NF__KCipK,[dir=ltr] .flag_flag--Norfolk_Island__4b17k {
    background-position:0 -1012px
}
[dir=rtl] .flag_flag--NF__KCipK,[dir=rtl] .flag_flag--Norfolk_Island__4b17k {
    background-position:right 0 top -1012px
}
[dir=ltr] .flag_flag--NE__TiT4k,[dir=ltr] .flag_flag--Niger__eqkLG {
    background-position:0 -1250px
}
[dir=rtl] .flag_flag--NE__TiT4k,[dir=rtl] .flag_flag--Niger__eqkLG {
    background-position:right 0 top -1250px
}
[dir=ltr] .flag_flag--NC__WpBLv {
    background-position:0 -1034px
}
[dir=rtl] .flag_flag--NC__WpBLv {
    background-position:right 0 top -1034px
}
[dir=ltr] .flag_flag--NA__m_XVq,[dir=ltr] .flag_flag--Namibia__xyw0K {
    background-position:0 -1045px
}
[dir=rtl] .flag_flag--NA__m_XVq,[dir=rtl] .flag_flag--Namibia__xyw0K {
    background-position:right 0 top -1045px
}
[dir=ltr] .flag_flag--MZ__SD_aM,[dir=ltr] .flag_flag--Mozambique__nORoX {
    background-position:0 -1056px
}
[dir=rtl] .flag_flag--MZ__SD_aM,[dir=rtl] .flag_flag--Mozambique__nORoX {
    background-position:right 0 top -1056px
}
[dir=ltr] .flag_flag--MY__g6cCX,[dir=ltr] .flag_flag--Malaysia__UR9Qq {
    background-position:0 -1067px
}
[dir=rtl] .flag_flag--MY__g6cCX,[dir=rtl] .flag_flag--Malaysia__UR9Qq {
    background-position:right 0 top -1067px
}
[dir=ltr] .flag_flag--MX__1Vqvd,[dir=ltr] .flag_flag--Mexico__UYJPh {
    background-position:0 -1078px
}
[dir=rtl] .flag_flag--MX__1Vqvd,[dir=rtl] .flag_flag--Mexico__UYJPh {
    background-position:right 0 top -1078px
}
[dir=ltr] .flag_flag--MW___iuxb,[dir=ltr] .flag_flag--Malawi__Scgbu {
    background-position:0 -1089px
}
[dir=rtl] .flag_flag--MW___iuxb,[dir=rtl] .flag_flag--Malawi__Scgbu {
    background-position:right 0 top -1089px
}
[dir=ltr] .flag_flag--MV__HjZH2,[dir=ltr] .flag_flag--Maldives__Q_IWg {
    background-position:0 -1100px
}
[dir=rtl] .flag_flag--MV__HjZH2,[dir=rtl] .flag_flag--Maldives__Q_IWg {
    background-position:right 0 top -1100px
}
[dir=ltr] .flag_flag--MU__xfrCm,[dir=ltr] .flag_flag--Mauritius__gzHWb {
    background-position:0 -1111px
}
[dir=rtl] .flag_flag--MU__xfrCm,[dir=rtl] .flag_flag--Mauritius__gzHWb {
    background-position:right 0 top -1111px
}
[dir=ltr] .flag_flag--MT__H0e8c,[dir=ltr] .flag_flag--Malta__OXb8x {
    background-position:0 -1122px
}
[dir=rtl] .flag_flag--MT__H0e8c,[dir=rtl] .flag_flag--Malta__OXb8x {
    background-position:right 0 top -1122px
}
[dir=ltr] .flag_flag--MS__812RI,[dir=ltr] .flag_flag--Montserrat__8DZPR {
    background-position:0 -1133px
}
[dir=rtl] .flag_flag--MS__812RI,[dir=rtl] .flag_flag--Montserrat__8DZPR {
    background-position:right 0 top -1133px
}
[dir=ltr] .flag_flag--MR__st5Et,[dir=ltr] .flag_flag--Mauritania__XmVQl {
    background-position:0 -1144px
}
[dir=rtl] .flag_flag--MR__st5Et,[dir=rtl] .flag_flag--Mauritania__XmVQl {
    background-position:right 0 top -1144px
}
[dir=ltr] .flag_flag--MQ__IwD_D,[dir=ltr] .flag_flag--Martinique__FWgIB {
    background-position:0 -1155px
}
[dir=rtl] .flag_flag--MQ__IwD_D,[dir=rtl] .flag_flag--Martinique__FWgIB {
    background-position:right 0 top -1155px
}
[dir=ltr] .flag_flag--MP__6U6qr {
    background-position:0 -1166px
}
[dir=rtl] .flag_flag--MP__6U6qr {
    background-position:right 0 top -1166px
}
[dir=ltr] .flag_flag--MO___e87_,[dir=ltr] .flag_flag--Macao___4hUi {
    background-position:0 -1177px
}
[dir=rtl] .flag_flag--MO___e87_,[dir=rtl] .flag_flag--Macao___4hUi {
    background-position:right 0 top -1177px
}
[dir=ltr] .flag_flag--MN__Ru_f3,[dir=ltr] .flag_flag--Mongolia__a_qpv {
    background-position:0 -1188px
}
[dir=rtl] .flag_flag--MN__Ru_f3,[dir=rtl] .flag_flag--Mongolia__a_qpv {
    background-position:right 0 top -1188px
}
[dir=ltr] .flag_flag--MM__Etq2Z,[dir=ltr] .flag_flag--MyanmarBurma__6YMJm {
    background-position:0 -1199px
}
[dir=rtl] .flag_flag--MM__Etq2Z,[dir=rtl] .flag_flag--MyanmarBurma__6YMJm {
    background-position:right 0 top -1199px
}
[dir=ltr] .flag_flag--ML__WdE0U,[dir=ltr] .flag_flag--Mali__Hh3iy {
    background-position:0 -1210px
}
[dir=rtl] .flag_flag--ML__WdE0U,[dir=rtl] .flag_flag--Mali__Hh3iy {
    background-position:right 0 top -1210px
}
[dir=ltr] .flag_flag--MK__oStxe,[dir=ltr] .flag_flag--Macedonia__uy3J1 {
    background-position:0 -1221px
}
[dir=rtl] .flag_flag--MK__oStxe,[dir=rtl] .flag_flag--Macedonia__uy3J1 {
    background-position:right 0 top -1221px
}
[dir=ltr] .flag_flag--MH__Qz6km,[dir=ltr] .flag_flag--MarshallIslands__J6wh5 {
    background-position:0 -1232px
}
[dir=rtl] .flag_flag--MH__Qz6km,[dir=rtl] .flag_flag--MarshallIslands__J6wh5 {
    background-position:right 0 top -1232px
}
[dir=ltr] .flag_flag--MG__Ni0k_,[dir=ltr] .flag_flag--Madagascar__qH3So {
    background-position:0 -1243px
}
[dir=rtl] .flag_flag--MG__Ni0k_,[dir=rtl] .flag_flag--Madagascar__qH3So {
    background-position:right 0 top -1243px
}
[dir=ltr] .flag_flag--MF__x8GHA {
    background-position:0 -1254px
}
[dir=rtl] .flag_flag--MF__x8GHA {
    background-position:right 0 top -1254px
}
[dir=ltr] .flag_flag--ME__OINqC,[dir=ltr] .flag_flag--Montenegro__J5O67 {
    background-position:0 -1265px
}
[dir=rtl] .flag_flag--ME__OINqC,[dir=rtl] .flag_flag--Montenegro__J5O67 {
    background-position:right 0 top -1265px
}
[dir=ltr] .flag_flag--MD__lZGuN,[dir=ltr] .flag_flag--Moldova__UVIU1 {
    background-position:0 -1276px
}
[dir=rtl] .flag_flag--MD__lZGuN,[dir=rtl] .flag_flag--Moldova__UVIU1 {
    background-position:right 0 top -1276px
}
[dir=ltr] .flag_flag--MC__zOMWU,[dir=ltr] .flag_flag--Monaco__xwe0W {
    background-position:0 -1287px
}
[dir=rtl] .flag_flag--MC__zOMWU,[dir=rtl] .flag_flag--Monaco__xwe0W {
    background-position:right 0 top -1287px
}
[dir=ltr] .flag_flag--MA__qnKMd,[dir=ltr] .flag_flag--Morocco__IU9X0 {
    background-position:0 -1298px
}
[dir=rtl] .flag_flag--MA__qnKMd,[dir=rtl] .flag_flag--Morocco__IU9X0 {
    background-position:right 0 top -1298px
}
[dir=ltr] .flag_flag--LY__1RMej,[dir=ltr] .flag_flag--Libya__1VWEe {
    background-position:0 -1309px
}
[dir=rtl] .flag_flag--LY__1RMej,[dir=rtl] .flag_flag--Libya__1VWEe {
    background-position:right 0 top -1309px
}
[dir=ltr] .flag_flag--LV__PPbKv,[dir=ltr] .flag_flag--Latvia__IGwbB {
    background-position:0 -1320px
}
[dir=rtl] .flag_flag--LV__PPbKv,[dir=rtl] .flag_flag--Latvia__IGwbB {
    background-position:right 0 top -1320px
}
[dir=ltr] .flag_flag--LU__dPMik,[dir=ltr] .flag_flag--Luxembourg__YPcSD {
    background-position:0 -1331px
}
[dir=rtl] .flag_flag--LU__dPMik,[dir=rtl] .flag_flag--Luxembourg__YPcSD {
    background-position:right 0 top -1331px
}
[dir=ltr] .flag_flag--LT__BkCQv,[dir=ltr] .flag_flag--Lithuania__J1hmH {
    background-position:0 -1342px
}
[dir=rtl] .flag_flag--LT__BkCQv,[dir=rtl] .flag_flag--Lithuania__J1hmH {
    background-position:right 0 top -1342px
}
[dir=ltr] .flag_flag--LS__qV95H,[dir=ltr] .flag_flag--Lesotho__8rhj_ {
    background-position:0 -1353px
}
[dir=rtl] .flag_flag--LS__qV95H,[dir=rtl] .flag_flag--Lesotho__8rhj_ {
    background-position:right 0 top -1353px
}
[dir=ltr] .flag_flag--LR___LKNd,[dir=ltr] .flag_flag--Liberia__ExqxK {
    background-position:0 -1364px
}
[dir=rtl] .flag_flag--LR___LKNd,[dir=rtl] .flag_flag--Liberia__ExqxK {
    background-position:right 0 top -1364px
}
[dir=ltr] .flag_flag--LK__4bNJL,[dir=ltr] .flag_flag--Sri_Lanka__T6Yqh {
    background-position:0 -1375px
}
[dir=rtl] .flag_flag--LK__4bNJL,[dir=rtl] .flag_flag--Sri_Lanka__T6Yqh {
    background-position:right 0 top -1375px
}
[dir=ltr] .flag_flag--LI__mOrV2,[dir=ltr] .flag_flag--Liechtenstein__6mAg9 {
    background-position:0 -1386px
}
[dir=rtl] .flag_flag--LI__mOrV2,[dir=rtl] .flag_flag--Liechtenstein__6mAg9 {
    background-position:right 0 top -1386px
}
[dir=ltr] .flag_flag--LGBT__L64J5 {
    background-position:0 -1397px
}
[dir=rtl] .flag_flag--LGBT__L64J5 {
    background-position:right 0 top -1397px
}
[dir=ltr] .flag_flag--LC__v__s5,[dir=ltr] .flag_flag--SaintLucia__y1IGO {
    background-position:0 -1408px
}
[dir=rtl] .flag_flag--LC__v__s5,[dir=rtl] .flag_flag--SaintLucia__y1IGO {
    background-position:right 0 top -1408px
}
[dir=ltr] .flag_flag--LB__ehCHJ,[dir=ltr] .flag_flag--Lebanon__SAbSW {
    background-position:0 -1419px
}
[dir=rtl] .flag_flag--LB__ehCHJ,[dir=rtl] .flag_flag--Lebanon__SAbSW {
    background-position:right 0 top -1419px
}
[dir=ltr] .flag_flag--LA__fqmhC,[dir=ltr] .flag_flag--Laos__00ddx {
    background-position:0 -1430px
}
[dir=rtl] .flag_flag--LA__fqmhC,[dir=rtl] .flag_flag--Laos__00ddx {
    background-position:right 0 top -1430px
}
[dir=ltr] .flag_flag--KZ__lsI5U,[dir=ltr] .flag_flag--Kazakhstan__KHVF9 {
    background-position:0 -1441px
}
[dir=rtl] .flag_flag--KZ__lsI5U,[dir=rtl] .flag_flag--Kazakhstan__KHVF9 {
    background-position:right 0 top -1441px
}
[dir=ltr] .flag_flag--Cayman_Islands__vGZPr,[dir=ltr] .flag_flag--KY__GzorL {
    background-position:0 -1452px
}
[dir=rtl] .flag_flag--Cayman_Islands__vGZPr,[dir=rtl] .flag_flag--KY__GzorL {
    background-position:right 0 top -1452px
}
[dir=ltr] .flag_flag--KW__IGtKN,[dir=ltr] .flag_flag--Kuwait__caXRQ {
    background-position:0 -1463px
}
[dir=rtl] .flag_flag--KW__IGtKN,[dir=rtl] .flag_flag--Kuwait__caXRQ {
    background-position:right 0 top -1463px
}
[dir=ltr] .flag_flag--KR__T442J,[dir=ltr] .flag_flag--South_Korea__wFGMy {
    background-position:0 -1474px
}
[dir=rtl] .flag_flag--KR__T442J,[dir=rtl] .flag_flag--South_Korea__wFGMy {
    background-position:right 0 top -1474px
}
[dir=ltr] .flag_flag--KP__i5CiY,[dir=ltr] .flag_flag--NorthKorea__nydj2 {
    background-position:0 -1485px
}
[dir=rtl] .flag_flag--KP__i5CiY,[dir=rtl] .flag_flag--NorthKorea__nydj2 {
    background-position:right 0 top -1485px
}
[dir=ltr] .flag_flag--KN__77KMP,[dir=ltr] .flag_flag--StKittsNevis__wYAuF {
    background-position:0 -1496px
}
[dir=rtl] .flag_flag--KN__77KMP,[dir=rtl] .flag_flag--StKittsNevis__wYAuF {
    background-position:right 0 top -1496px
}
[dir=ltr] .flag_flag--Comoros__c29NU,[dir=ltr] .flag_flag--KM__ZHipy {
    background-position:0 -1507px
}
[dir=rtl] .flag_flag--Comoros__c29NU,[dir=rtl] .flag_flag--KM__ZHipy {
    background-position:right 0 top -1507px
}
[dir=ltr] .flag_flag--KI__rOM7G,[dir=ltr] .flag_flag--Kiribati__lz97T {
    background-position:0 -1518px
}
[dir=rtl] .flag_flag--KI__rOM7G,[dir=rtl] .flag_flag--Kiribati__lz97T {
    background-position:right 0 top -1518px
}
[dir=ltr] .flag_flag--Cambodja__iKIDR,[dir=ltr] .flag_flag--KH__deRtA {
    background-position:0 -1529px
}
[dir=rtl] .flag_flag--Cambodja__iKIDR,[dir=rtl] .flag_flag--KH__deRtA {
    background-position:right 0 top -1529px
}
[dir=ltr] .flag_flag--KG__bEN0W,[dir=ltr] .flag_flag--Kyrgyzstan__UBFok {
    background-position:0 -1540px
}
[dir=rtl] .flag_flag--KG__bEN0W,[dir=rtl] .flag_flag--Kyrgyzstan__UBFok {
    background-position:right 0 top -1540px
}
[dir=ltr] .flag_flag--KE__zPcVE,[dir=ltr] .flag_flag--Kenya__iDGEK {
    background-position:0 -1551px
}
[dir=rtl] .flag_flag--KE__zPcVE,[dir=rtl] .flag_flag--Kenya__iDGEK {
    background-position:right 0 top -1551px
}
[dir=ltr] .flag_flag--JP__Tl7Xp,[dir=ltr] .flag_flag--Japan__pvQgc {
    background-position:0 -1562px
}
[dir=rtl] .flag_flag--JP__Tl7Xp,[dir=rtl] .flag_flag--Japan__pvQgc {
    background-position:right 0 top -1562px
}
[dir=ltr] .flag_flag--JO__nkFnv,[dir=ltr] .flag_flag--Jordan__MOo7m {
    background-position:0 -1573px
}
[dir=rtl] .flag_flag--JO__nkFnv,[dir=rtl] .flag_flag--Jordan__MOo7m {
    background-position:right 0 top -1573px
}
[dir=ltr] .flag_flag--JM__1H9Ph,[dir=ltr] .flag_flag--Jamaica__Ij7fi {
    background-position:0 -1584px
}
[dir=rtl] .flag_flag--JM__1H9Ph,[dir=rtl] .flag_flag--Jamaica__Ij7fi {
    background-position:right 0 top -1584px
}
[dir=ltr] .flag_flag--JE__ZAP_C {
    background-position:0 -1595px
}
[dir=rtl] .flag_flag--JE__ZAP_C {
    background-position:right 0 top -1595px
}
[dir=ltr] .flag_flag--IT__2nbt0,[dir=ltr] .flag_flag--Italy__9OwF1 {
    background-position:0 -1606px
}
[dir=rtl] .flag_flag--IT__2nbt0,[dir=rtl] .flag_flag--Italy__9OwF1 {
    background-position:right 0 top -1606px
}
[dir=ltr] .flag_flag--IS__VusJi,[dir=ltr] .flag_flag--Iceland__j7_ts {
    background-position:0 -1617px
}
[dir=rtl] .flag_flag--IS__VusJi,[dir=rtl] .flag_flag--Iceland__j7_ts {
    background-position:right 0 top -1617px
}
[dir=ltr] .flag_flag--IR__Hbm2x,[dir=ltr] .flag_flag--Iran__QxStQ {
    background-position:0 -1628px
}
[dir=rtl] .flag_flag--IR__Hbm2x,[dir=rtl] .flag_flag--Iran__QxStQ {
    background-position:right 0 top -1628px
}
[dir=ltr] .flag_flag--IQ__FaFpf,[dir=ltr] .flag_flag--Iraq__nvcAs {
    background-position:0 -1639px
}
[dir=rtl] .flag_flag--IQ__FaFpf,[dir=rtl] .flag_flag--Iraq__nvcAs {
    background-position:right 0 top -1639px
}
[dir=ltr] .flag_flag--IO__p5wFI {
    background-position:0 -1650px
}
[dir=rtl] .flag_flag--IO__p5wFI {
    background-position:right 0 top -1650px
}
[dir=ltr] .flag_flag--IN__iInEj,[dir=ltr] .flag_flag--India__W1ruJ {
    background-position:0 -1661px
}
[dir=rtl] .flag_flag--IN__iInEj,[dir=rtl] .flag_flag--India__W1ruJ {
    background-position:right 0 top -1661px
}
[dir=ltr] .flag_flag--IM__4DYtx {
    background-position:0 -1672px
}
[dir=rtl] .flag_flag--IM__4DYtx {
    background-position:right 0 top -1672px
}
[dir=ltr] .flag_flag--IL__0mDF6,[dir=ltr] .flag_flag--Israel__DGkh7 {
    background-position:0 -1683px
}
[dir=rtl] .flag_flag--IL__0mDF6,[dir=rtl] .flag_flag--Israel__DGkh7 {
    background-position:right 0 top -1683px
}
[dir=ltr] .flag_flag--IE__7Zted,[dir=ltr] .flag_flag--Ireland___bSOm {
    background-position:0 -1694px
}
[dir=rtl] .flag_flag--IE__7Zted,[dir=rtl] .flag_flag--Ireland___bSOm {
    background-position:right 0 top -1694px
}
[dir=ltr] .flag_flag--ID__Bb2N1,[dir=ltr] .flag_flag--Indonesia__YHa9D {
    background-position:0 -1705px
}
[dir=rtl] .flag_flag--ID__Bb2N1,[dir=rtl] .flag_flag--Indonesia__YHa9D {
    background-position:right 0 top -1705px
}
[dir=ltr] .flag_flag--HU__3Vt7c,[dir=ltr] .flag_flag--Hungary__hCQaW {
    background-position:0 -1716px
}
[dir=rtl] .flag_flag--HU__3Vt7c,[dir=rtl] .flag_flag--Hungary__hCQaW {
    background-position:right 0 top -1716px
}
[dir=ltr] .flag_flag--GT__OhtYE,[dir=ltr] .flag_flag--Guademala___Crax {
    background-position:0 -1727px
}
[dir=rtl] .flag_flag--GT__OhtYE,[dir=rtl] .flag_flag--Guademala___Crax {
    background-position:right 0 top -1727px
}
[dir=ltr] .flag_flag--Croatia__74_8X,[dir=ltr] .flag_flag--HR__2n_0C {
    background-position:0 -1738px
}
[dir=rtl] .flag_flag--Croatia__74_8X,[dir=rtl] .flag_flag--HR__2n_0C {
    background-position:right 0 top -1738px
}
[dir=ltr] .flag_flag--HN__KLxR5,[dir=ltr] .flag_flag--Honduras__aH_gH {
    background-position:0 -1749px
}
[dir=rtl] .flag_flag--HN__KLxR5,[dir=rtl] .flag_flag--Honduras__aH_gH {
    background-position:right 0 top -1749px
}
[dir=ltr] .flag_flag--HM__0TInY {
    background-position:0 -1760px
}
[dir=rtl] .flag_flag--HM__0TInY {
    background-position:right 0 top -1760px
}
[dir=ltr] .flag_flag--HK__2hcwb,[dir=ltr] .flag_flag--Hong_Kong__D_L4v {
    background-position:0 -1771px
}
[dir=rtl] .flag_flag--HK__2hcwb,[dir=rtl] .flag_flag--Hong_Kong__D_L4v {
    background-position:right 0 top -1771px
}
[dir=ltr] .flag_flag--GY__RtFzu,[dir=ltr] .flag_flag--Guyana__VUVvQ {
    background-position:0 -1782px
}
[dir=rtl] .flag_flag--GY__RtFzu,[dir=rtl] .flag_flag--Guyana__VUVvQ {
    background-position:right 0 top -1782px
}
[dir=ltr] .flag_flag--GW__YsRS5,[dir=ltr] .flag_flag--Guinea-Bissau__vBzno {
    background-position:0 -1793px
}
[dir=rtl] .flag_flag--GW__YsRS5,[dir=rtl] .flag_flag--Guinea-Bissau__vBzno {
    background-position:right 0 top -1793px
}
[dir=ltr] .flag_flag--GU__Vetg_,[dir=ltr] .flag_flag--Guam__Eovl3 {
    background-position:0 -1804px
}
[dir=rtl] .flag_flag--GU__Vetg_,[dir=rtl] .flag_flag--Guam__Eovl3 {
    background-position:right 0 top -1804px
}
[dir=ltr] .flag_flag--GG__DHWUr {
    background-position:0 -1815px
}
[dir=rtl] .flag_flag--GG__DHWUr {
    background-position:right 0 top -1815px
}
[dir=ltr] .flag_flag--GB__RQQxt,[dir=ltr] .flag_flag--UK__ZIgDs {
    background-position:0 -1826px
}
[dir=rtl] .flag_flag--GB__RQQxt,[dir=rtl] .flag_flag--UK__ZIgDs {
    background-position:right 0 top -1826px
}
[dir=ltr] .flag_flag--GR__E4QtF,[dir=ltr] .flag_flag--Greece__nHaNP {
    background-position:0 -1837px
}
[dir=rtl] .flag_flag--GR__E4QtF,[dir=rtl] .flag_flag--Greece__nHaNP {
    background-position:right 0 top -1837px
}
[dir=ltr] .flag_flag--EquatorialGuinea__Gy3uX,[dir=ltr] .flag_flag--GQ__Yt5Hn {
    background-position:0 -1848px
}
[dir=rtl] .flag_flag--EquatorialGuinea__Gy3uX,[dir=rtl] .flag_flag--GQ__Yt5Hn {
    background-position:right 0 top -1848px
}
[dir=ltr] .flag_flag--GP__AtluJ,[dir=ltr] .flag_flag--Guadeloupe__sYajD {
    background-position:0 -1859px
}
[dir=rtl] .flag_flag--GP__AtluJ,[dir=rtl] .flag_flag--Guadeloupe__sYajD {
    background-position:right 0 top -1859px
}
[dir=ltr] .flag_flag--GN__RSk59,[dir=ltr] .flag_flag--Guinea__bmXCf {
    background-position:0 -1870px
}
[dir=rtl] .flag_flag--GN__RSk59,[dir=rtl] .flag_flag--Guinea__bmXCf {
    background-position:right 0 top -1870px
}
[dir=ltr] .flag_flag--GM__ojHVw,[dir=ltr] .flag_flag--Gambia__hQEeS {
    background-position:0 -1881px
}
[dir=rtl] .flag_flag--GM__ojHVw,[dir=rtl] .flag_flag--Gambia__hQEeS {
    background-position:right 0 top -1881px
}
[dir=ltr] .flag_flag--GL__XazS3,[dir=ltr] .flag_flag--Greenland__8keln {
    background-position:0 -1892px
}
[dir=rtl] .flag_flag--GL__XazS3,[dir=rtl] .flag_flag--Greenland__8keln {
    background-position:right 0 top -1892px
}
[dir=ltr] .flag_flag--GI__SXI7l,[dir=ltr] .flag_flag--Gibraltar__HMHjE {
    background-position:0 -1903px
}
[dir=rtl] .flag_flag--GI__SXI7l,[dir=rtl] .flag_flag--Gibraltar__HMHjE {
    background-position:right 0 top -1903px
}
[dir=ltr] .flag_flag--GI-1__UGf7r {
    background-position:0 -1914px
}
[dir=rtl] .flag_flag--GI-1__UGf7r {
    background-position:right 0 top -1914px
}
[dir=ltr] .flag_flag--GH__Fc48K,[dir=ltr] .flag_flag--Ghana__YZ9xg {
    background-position:0 -1925px
}
[dir=rtl] .flag_flag--GH__Fc48K,[dir=rtl] .flag_flag--Ghana__YZ9xg {
    background-position:right 0 top -1925px
}
[dir=ltr] .flag_flag--BO__qTnS6,[dir=ltr] .flag_flag--Bolivia__H92ke {
    background-position:0 -1936px
}
[dir=rtl] .flag_flag--BO__qTnS6,[dir=rtl] .flag_flag--Bolivia__H92ke {
    background-position:right 0 top -1936px
}
[dir=ltr] .flag_flag--GD__rMy_s,[dir=ltr] .flag_flag--Grenada__O5xP_ {
    background-position:0 -1947px
}
[dir=rtl] .flag_flag--GD__rMy_s,[dir=rtl] .flag_flag--Grenada__O5xP_ {
    background-position:right 0 top -1947px
}
[dir=ltr] .flag_flag--GE__o4sse,[dir=ltr] .flag_flag--Georgia__4m89p {
    background-position:0 -1958px
}
[dir=rtl] .flag_flag--GE__o4sse,[dir=rtl] .flag_flag--Georgia__4m89p {
    background-position:right 0 top -1958px
}
[dir=ltr] .flag_flag--BZ__GtDum,[dir=ltr] .flag_flag--Belize__cpTad {
    background-position:0 -1969px
}
[dir=rtl] .flag_flag--BZ__GtDum,[dir=rtl] .flag_flag--Belize__cpTad {
    background-position:right 0 top -1969px
}
[dir=ltr] .flag_flag--CV__U3GRc,[dir=ltr] .flag_flag--Cape_Verde__Z3dgN {
    background-position:0 -1980px
}
[dir=rtl] .flag_flag--CV__U3GRc,[dir=rtl] .flag_flag--Cape_Verde__Z3dgN {
    background-position:right 0 top -1980px
}
[dir=ltr] .flag_flag--GB-ZET__Td2hI {
    background-position:0 -1991px
}
[dir=rtl] .flag_flag--GB-ZET__Td2hI {
    background-position:right 0 top -1991px
}
[dir=ltr] .flag_flag--GB-WLS__3PbWv {
    background-position:0 -2002px
}
[dir=rtl] .flag_flag--GB-WLS__3PbWv {
    background-position:right 0 top -2002px
}
[dir=ltr] .flag_flag--GB-SCT__CBrcw {
    background-position:0 -2013px
}
[dir=rtl] .flag_flag--GB-SCT__CBrcw {
    background-position:right 0 top -2013px
}
[dir=ltr] .flag_flag--GB-NIR__2CRA6 {
    background-position:0 -2024px
}
[dir=rtl] .flag_flag--GB-NIR__2CRA6 {
    background-position:right 0 top -2024px
}
[dir=ltr] .flag_flag--GB-ENG__IvEJ_ {
    background-position:0 -2035px
}
[dir=rtl] .flag_flag--GB-ENG__IvEJ_ {
    background-position:right 0 top -2035px
}
[dir=ltr] .flag_flag--GA__fmVBK,[dir=ltr] .flag_flag--Gabon__WNTZs {
    background-position:0 -2046px
}
[dir=rtl] .flag_flag--GA__fmVBK,[dir=rtl] .flag_flag--Gabon__WNTZs {
    background-position:right 0 top -2046px
}
[dir=ltr] .flag_flag--FR__v1Kgw,[dir=ltr] .flag_flag--France__KawTe {
    background-position:0 -2057px
}
[dir=rtl] .flag_flag--FR__v1Kgw,[dir=rtl] .flag_flag--France__KawTe {
    background-position:right 0 top -2057px
}
[dir=ltr] .flag_flag--FO__317Ba,[dir=ltr] .flag_flag--Faroe_Islands__Yvo_g {
    background-position:0 -2068px
}
[dir=rtl] .flag_flag--FO__317Ba,[dir=rtl] .flag_flag--Faroe_Islands__Yvo_g {
    background-position:right 0 top -2068px
}
[dir=ltr] .flag_flag--FM__h9D6J,[dir=ltr] .flag_flag--Micronesia__0i2wa {
    background-position:0 -2079px
}
[dir=rtl] .flag_flag--FM__h9D6J,[dir=rtl] .flag_flag--Micronesia__0i2wa {
    background-position:right 0 top -2079px
}
[dir=ltr] .flag_flag--FK__hYKXf {
    background-position:0 -2090px
}
[dir=rtl] .flag_flag--FK__hYKXf {
    background-position:right 0 top -2090px
}
[dir=ltr] .flag_flag--FJ__ZcDwh,[dir=ltr] .flag_flag--Fiji__wBHmw {
    background-position:0 -2101px
}
[dir=rtl] .flag_flag--FJ__ZcDwh,[dir=rtl] .flag_flag--Fiji__wBHmw {
    background-position:right 0 top -2101px
}
[dir=ltr] .flag_flag--FI__Xd1ie,[dir=ltr] .flag_flag--Finland__SLyXm {
    background-position:0 -2112px
}
[dir=rtl] .flag_flag--FI__Xd1ie,[dir=rtl] .flag_flag--Finland__SLyXm {
    background-position:right 0 top -2112px
}
[dir=ltr] .flag_flag--EU__RU3iM,[dir=ltr] .flag_flag--Europe__LmQoL {
    background-position:0 -2123px
}
[dir=rtl] .flag_flag--EU__RU3iM,[dir=rtl] .flag_flag--Europe__LmQoL {
    background-position:right 0 top -2123px
}
[dir=ltr] .flag_flag--ET__HHdZd,[dir=ltr] .flag_flag--Ethiopia__OB84c {
    background-position:0 -2134px
}
[dir=rtl] .flag_flag--ET__HHdZd,[dir=rtl] .flag_flag--Ethiopia__OB84c {
    background-position:right 0 top -2134px
}
[dir=ltr] .flag_flag--ES__CPf8Q,[dir=ltr] .flag_flag--Spain__hGvVQ {
    background-position:0 -2145px
}
[dir=rtl] .flag_flag--ES__CPf8Q,[dir=rtl] .flag_flag--Spain__hGvVQ {
    background-position:right 0 top -2145px
}
[dir=ltr] .flag_flag--ER__d1IOh,[dir=ltr] .flag_flag--Eritrea__MKl2N {
    background-position:0 -2156px
}
[dir=rtl] .flag_flag--ER__d1IOh,[dir=rtl] .flag_flag--Eritrea__MKl2N {
    background-position:right 0 top -2156px
}
[dir=ltr] .flag_flag--EG__KOtof,[dir=ltr] .flag_flag--Egypt__vUWYi {
    background-position:0 -2167px
}
[dir=rtl] .flag_flag--EG__KOtof,[dir=rtl] .flag_flag--Egypt__vUWYi {
    background-position:right 0 top -2167px
}
[dir=ltr] .flag_flag--EE__hhFsQ,[dir=ltr] .flag_flag--Estonia__kCh_T {
    background-position:0 -2178px
}
[dir=rtl] .flag_flag--EE__hhFsQ,[dir=rtl] .flag_flag--Estonia__kCh_T {
    background-position:right 0 top -2178px
}
[dir=ltr] .flag_flag--EC__Qq3Yi,[dir=ltr] .flag_flag--Ecuador__jeBJ9 {
    background-position:0 -2189px
}
[dir=rtl] .flag_flag--EC__Qq3Yi,[dir=rtl] .flag_flag--Ecuador__jeBJ9 {
    background-position:right 0 top -2189px
}
[dir=ltr] .flag_flag--Algeria__b0W45,[dir=ltr] .flag_flag--DZ__i1m75 {
    background-position:0 -2200px
}
[dir=rtl] .flag_flag--Algeria__b0W45,[dir=rtl] .flag_flag--DZ__i1m75 {
    background-position:right 0 top -2200px
}
[dir=ltr] .flag_flag--DO__I13zi,[dir=ltr] .flag_flag--Dominican_Republic__5T1_2 {
    background-position:0 -2211px
}
[dir=rtl] .flag_flag--DO__I13zi,[dir=rtl] .flag_flag--Dominican_Republic__5T1_2 {
    background-position:right 0 top -2211px
}
[dir=ltr] .flag_flag--DM__CAwjD,[dir=ltr] .flag_flag--Dominica__DiEpK {
    background-position:0 -2222px
}
[dir=rtl] .flag_flag--DM__CAwjD,[dir=rtl] .flag_flag--Dominica__DiEpK {
    background-position:right 0 top -2222px
}
[dir=ltr] .flag_flag--DK__49K5P,[dir=ltr] .flag_flag--Denmark__3nwkq {
    background-position:0 -2233px
}
[dir=rtl] .flag_flag--DK__49K5P,[dir=rtl] .flag_flag--Denmark__3nwkq {
    background-position:right 0 top -2233px
}
[dir=ltr] .flag_flag--DJ__dt2Nc,[dir=ltr] .flag_flag--Djibouti__bGo9_ {
    background-position:0 -2244px
}
[dir=rtl] .flag_flag--DJ__dt2Nc,[dir=rtl] .flag_flag--Djibouti__bGo9_ {
    background-position:right 0 top -2244px
}
[dir=ltr] .flag_flag--DE__FozGV,[dir=ltr] .flag_flag--Germany__rgPhv {
    background-position:0 -2255px
}
[dir=rtl] .flag_flag--DE__FozGV,[dir=rtl] .flag_flag--Germany__rgPhv {
    background-position:right 0 top -2255px
}
[dir=ltr] .flag_flag--CZ__xIjm0,[dir=ltr] .flag_flag--Czech_Republic__ip2WE {
    background-position:0 -2266px
}
[dir=rtl] .flag_flag--CZ__xIjm0,[dir=rtl] .flag_flag--Czech_Republic__ip2WE {
    background-position:right 0 top -2266px
}
[dir=ltr] .flag_flag--CY__Azfwo,[dir=ltr] .flag_flag--Cyprus__L3X5u {
    background-position:0 -2277px
}
[dir=rtl] .flag_flag--CY__Azfwo,[dir=rtl] .flag_flag--Cyprus__L3X5u {
    background-position:right 0 top -2277px
}
[dir=ltr] .flag_flag--CX__P5v66 {
    background-position:0 -2288px
}
[dir=rtl] .flag_flag--CX__P5v66 {
    background-position:right 0 top -2288px
}
[dir=ltr] .flag_flag--CW__cquI2 {
    background-position:0 -2299px
}
[dir=rtl] .flag_flag--CW__cquI2 {
    background-position:right 0 top -2299px
}
[dir=ltr] .flag_flag--CF__zUXVi,[dir=ltr] .flag_flag--Central_African_Republic__Ijloz {
    background-position:0 -2310px
}
[dir=rtl] .flag_flag--CF__zUXVi,[dir=rtl] .flag_flag--Central_African_Republic__Ijloz {
    background-position:right 0 top -2310px
}
[dir=ltr] .flag_flag--CU__WH6S_,[dir=ltr] .flag_flag--Cuba__Umhui {
    background-position:0 -2321px
}
[dir=rtl] .flag_flag--CU__WH6S_,[dir=rtl] .flag_flag--Cuba__Umhui {
    background-position:right 0 top -2321px
}
[dir=ltr] .flag_flag--CSA__SDOmd {
    background-position:0 -2332px
}
[dir=rtl] .flag_flag--CSA__SDOmd {
    background-position:right 0 top -2332px
}
[dir=ltr] .flag_flag--CR__iFCI5,[dir=ltr] .flag_flag--Costa_Rica___EFbo {
    background-position:0 -2343px
}
[dir=rtl] .flag_flag--CR__iFCI5,[dir=rtl] .flag_flag--Costa_Rica___EFbo {
    background-position:right 0 top -2343px
}
[dir=ltr] .flag_flag--COC__XRRC9 {
    background-position:0 -2354px
}
[dir=rtl] .flag_flag--COC__XRRC9 {
    background-position:right 0 top -2354px
}
[dir=ltr] .flag_flag--CO___u0oR,[dir=ltr] .flag_flag--Colombia__rz_vq {
    background-position:0 -2365px
}
[dir=rtl] .flag_flag--CO___u0oR,[dir=rtl] .flag_flag--Colombia__rz_vq {
    background-position:right 0 top -2365px
}
[dir=ltr] .flag_flag--CNA__qyTWq {
    background-position:0 -2376px
}
[dir=rtl] .flag_flag--CNA__qyTWq {
    background-position:right 0 top -2376px
}
[dir=ltr] .flag_flag--CN__Nqryu,[dir=ltr] .flag_flag--China__Gx3A9 {
    background-position:0 -2387px
}
[dir=rtl] .flag_flag--CN__Nqryu,[dir=rtl] .flag_flag--China__Gx3A9 {
    background-position:right 0 top -2387px
}
[dir=ltr] .flag_flag--CM__xoWye,[dir=ltr] .flag_flag--Cameroon__eDRMr {
    background-position:0 -2398px
}
[dir=rtl] .flag_flag--CM__xoWye,[dir=rtl] .flag_flag--Cameroon__eDRMr {
    background-position:right 0 top -2398px
}
[dir=ltr] .flag_flag--CL__XHdn1,[dir=ltr] .flag_flag--Chile__9i4QR {
    background-position:0 -2409px
}
[dir=rtl] .flag_flag--CL__XHdn1,[dir=rtl] .flag_flag--Chile__9i4QR {
    background-position:right 0 top -2409px
}
[dir=ltr] .flag_flag--CK__ohXuK,[dir=ltr] .flag_flag--Cook_Islands__rByFO {
    background-position:0 -2420px
}
[dir=rtl] .flag_flag--CK__ohXuK,[dir=rtl] .flag_flag--Cook_Islands__rByFO {
    background-position:right 0 top -2420px
}
[dir=ltr] .flag_flag--CI__U38fE,[dir=ltr] .flag_flag--Cote_dIvoire__pptkK {
    background-position:0 -2431px
}
[dir=rtl] .flag_flag--CI__U38fE,[dir=rtl] .flag_flag--Cote_dIvoire__pptkK {
    background-position:right 0 top -2431px
}
[dir=ltr] .flag_flag--CH__kA2NK,[dir=ltr] .flag_flag--Switzerland__zoUqK {
    background-position:0 -2442px
}
[dir=rtl] .flag_flag--CH__kA2NK,[dir=rtl] .flag_flag--Switzerland__zoUqK {
    background-position:right 0 top -2442px
}
[dir=ltr] .flag_flag--CG__AvpC2,[dir=ltr] .flag_flag--Congo-Brazzaville__HOqjz {
    background-position:0 -2453px
}
[dir=rtl] .flag_flag--CG__AvpC2,[dir=rtl] .flag_flag--Congo-Brazzaville__HOqjz {
    background-position:right 0 top -2453px
}
[dir=ltr] .flag_flag--CD__6xj32,[dir=ltr] .flag_flag--Congo-KinshasaZaire__A1aj_ {
    background-position:0 -2464px
}
[dir=rtl] .flag_flag--CD__6xj32,[dir=rtl] .flag_flag--Congo-KinshasaZaire__A1aj_ {
    background-position:right 0 top -2464px
}
[dir=ltr] .flag_flag--AG__QDKFi,[dir=ltr] .flag_flag--AntiguaBarbuda__hbKBA {
    background-position:0 -2475px
}
[dir=rtl] .flag_flag--AG__QDKFi,[dir=rtl] .flag_flag--AntiguaBarbuda__hbKBA {
    background-position:right 0 top -2475px
}
[dir=ltr] .flag_flag--CC__aELoS {
    background-position:0 -2486px
}
[dir=rtl] .flag_flag--CC__aELoS {
    background-position:right 0 top -2486px
}
[dir=ltr] .flag_flag--CAS__OjfOU {
    background-position:0 -2497px
}
[dir=rtl] .flag_flag--CAS__OjfOU {
    background-position:right 0 top -2497px
}
[dir=ltr] .flag_flag--CAF__HADot {
    background-position:0 -2508px
}
[dir=rtl] .flag_flag--CAF__HADot {
    background-position:right 0 top -2508px
}
[dir=ltr] .flag_flag--CA__dBR8j,[dir=ltr] .flag_flag--Canada__fTFTG {
    background-position:0 -2519px
}
[dir=rtl] .flag_flag--CA__dBR8j,[dir=rtl] .flag_flag--Canada__fTFTG {
    background-position:right 0 top -2519px
}
[dir=ltr] .flag_flag--BR__EbjBS,[dir=ltr] .flag_flag--Brazil__1NnL5 {
    background-position:0 -2530px
}
[dir=rtl] .flag_flag--BR__EbjBS,[dir=rtl] .flag_flag--Brazil__1NnL5 {
    background-position:right 0 top -2530px
}
[dir=ltr] .flag_flag--BY__IcvF8,[dir=ltr] .flag_flag--Belarus__mrbVV {
    background-position:0 -2541px
}
[dir=rtl] .flag_flag--BY__IcvF8,[dir=rtl] .flag_flag--Belarus__mrbVV {
    background-position:right 0 top -2541px
}
[dir=ltr] .flag_flag--BW__boaa4,[dir=ltr] .flag_flag--Botswana__NHvil {
    background-position:0 -2552px
}
[dir=rtl] .flag_flag--BW__boaa4,[dir=rtl] .flag_flag--Botswana__NHvil {
    background-position:right 0 top -2552px
}
[dir=ltr] .flag_flag--BV____X_X,[dir=ltr] .flag_flag--Bouvet_Island__Xrbb2 {
    background-position:0 -2563px
}
[dir=rtl] .flag_flag--BV____X_X,[dir=rtl] .flag_flag--Bouvet_Island__Xrbb2 {
    background-position:right 0 top -2563px
}
[dir=ltr] .flag_flag--BT__cPFmQ,[dir=ltr] .flag_flag--Bhutan__1XFR8 {
    background-position:0 -2574px
}
[dir=rtl] .flag_flag--BT__cPFmQ,[dir=rtl] .flag_flag--Bhutan__1XFR8 {
    background-position:right 0 top -2574px
}
[dir=ltr] .flag_flag--BS__KOGCZ,[dir=ltr] .flag_flag--Bahamas__6jUyH {
    background-position:0 -2585px
}
[dir=rtl] .flag_flag--BS__KOGCZ,[dir=rtl] .flag_flag--Bahamas__6jUyH {
    background-position:right 0 top -2585px
}
[dir=ltr] .flag_flag--AI__igC7V,[dir=ltr] .flag_flag--Anguilla__hc_O_ {
    background-position:0 -2596px
}
[dir=rtl] .flag_flag--AI__igC7V,[dir=rtl] .flag_flag--Anguilla__hc_O_ {
    background-position:right 0 top -2596px
}
[dir=ltr] .flag_flag--AF__Jbfcs,[dir=ltr] .flag_flag--Afghanistan__nNycd {
    background-position:0 -2607px
}
[dir=rtl] .flag_flag--AF__Jbfcs,[dir=rtl] .flag_flag--Afghanistan__nNycd {
    background-position:right 0 top -2607px
}
[dir=ltr] .flag_flag--BN__Qq92k,[dir=ltr] .flag_flag--Brunei__z5rS1 {
    background-position:0 -2618px
}
[dir=rtl] .flag_flag--BN__Qq92k,[dir=rtl] .flag_flag--Brunei__z5rS1 {
    background-position:right 0 top -2618px
}
[dir=ltr] .flag_flag--BM___ng1Y,[dir=ltr] .flag_flag--Bermuda__qPQQ4 {
    background-position:0 -2629px
}
[dir=rtl] .flag_flag--BM___ng1Y,[dir=rtl] .flag_flag--Bermuda__qPQQ4 {
    background-position:right 0 top -2629px
}
[dir=ltr] .flag_flag--BL__VqURv {
    background-position:0 -2640px
}
[dir=rtl] .flag_flag--BL__VqURv {
    background-position:right 0 top -2640px
}
[dir=ltr] .flag_flag--BJ__eC3lY,[dir=ltr] .flag_flag--Benin___1fR0 {
    background-position:0 -2651px
}
[dir=rtl] .flag_flag--BJ__eC3lY,[dir=rtl] .flag_flag--Benin___1fR0 {
    background-position:right 0 top -2651px
}
[dir=ltr] .flag_flag--BI__0gGRI,[dir=ltr] .flag_flag--Burundi__MrZKB {
    background-position:0 -2662px
}
[dir=rtl] .flag_flag--BI__0gGRI,[dir=rtl] .flag_flag--Burundi__MrZKB {
    background-position:right 0 top -2662px
}
[dir=ltr] .flag_flag--BH__DQU4Y,[dir=ltr] .flag_flag--Bahrain__4523p {
    background-position:0 -2673px
}
[dir=rtl] .flag_flag--BH__DQU4Y,[dir=rtl] .flag_flag--Bahrain__4523p {
    background-position:right 0 top -2673px
}
[dir=ltr] .flag_flag--BG__w164u,[dir=ltr] .flag_flag--Bulgaria__OaQfk {
    background-position:0 -2684px
}
[dir=rtl] .flag_flag--BG__w164u,[dir=rtl] .flag_flag--Bulgaria__OaQfk {
    background-position:right 0 top -2684px
}
[dir=ltr] .flag_flag--BF__9ZJyh,[dir=ltr] .flag_flag--BurkinaFaso__zN8jm {
    background-position:0 -2695px
}
[dir=rtl] .flag_flag--BF__9ZJyh,[dir=rtl] .flag_flag--BurkinaFaso__zN8jm {
    background-position:right 0 top -2695px
}
[dir=ltr] .flag_flag--BE__KsODP,[dir=ltr] .flag_flag--Belgium__CMxui {
    background-position:0 -2706px
}
[dir=rtl] .flag_flag--BE__KsODP,[dir=rtl] .flag_flag--Belgium__CMxui {
    background-position:right 0 top -2706px
}
[dir=ltr] .flag_flag--BD__DknKM,[dir=ltr] .flag_flag--Bangladesh__UYeX9 {
    background-position:0 -2717px
}
[dir=rtl] .flag_flag--BD__DknKM,[dir=rtl] .flag_flag--Bangladesh__UYeX9 {
    background-position:right 0 top -2717px
}
[dir=ltr] .flag_flag--BB__IaoV5,[dir=ltr] .flag_flag--Barbados__PN7bg {
    background-position:0 -2728px
}
[dir=rtl] .flag_flag--BB__IaoV5,[dir=rtl] .flag_flag--Barbados__PN7bg {
    background-position:right 0 top -2728px
}
[dir=ltr] .flag_flag--BA__DQmYe,[dir=ltr] .flag_flag--Bosnia__uhJQ_ {
    background-position:0 -2739px
}
[dir=rtl] .flag_flag--BA__DQmYe,[dir=rtl] .flag_flag--Bosnia__uhJQ_ {
    background-position:right 0 top -2739px
}
[dir=ltr] .flag_flag--AZ__Gi_KJ,[dir=ltr] .flag_flag--Azerbaijan__seOds {
    background-position:0 -2750px
}
[dir=rtl] .flag_flag--AZ__Gi_KJ,[dir=rtl] .flag_flag--Azerbaijan__seOds {
    background-position:right 0 top -2750px
}
[dir=ltr] .flag_flag--AX__MZaWV {
    background-position:0 -2761px
}
[dir=rtl] .flag_flag--AX__MZaWV {
    background-position:right 0 top -2761px
}
[dir=ltr] .flag_flag--AW__CIR_q,[dir=ltr] .flag_flag--Aruba__8THA2 {
    background-position:0 -2772px
}
[dir=rtl] .flag_flag--AW__CIR_q,[dir=rtl] .flag_flag--Aruba__8THA2 {
    background-position:right 0 top -2772px
}
[dir=ltr] .flag_flag--AU__MRgmV,[dir=ltr] .flag_flag--Australia__ug5kA {
    background-position:0 -2783px
}
[dir=rtl] .flag_flag--AU__MRgmV,[dir=rtl] .flag_flag--Australia__ug5kA {
    background-position:right 0 top -2783px
}
[dir=ltr] .flag_flag--AT__KCw0w,[dir=ltr] .flag_flag--Austria__OdxrQ {
    background-position:0 -2794px
}
[dir=rtl] .flag_flag--AT__KCw0w,[dir=rtl] .flag_flag--Austria__OdxrQ {
    background-position:right 0 top -2794px
}
[dir=ltr] .flag_flag--AS__KHXJ_,[dir=ltr] .flag_flag--AmericanSamoa__zjn6g {
    background-position:0 -2805px
}
[dir=rtl] .flag_flag--AS__KHXJ_,[dir=rtl] .flag_flag--AmericanSamoa__zjn6g {
    background-position:right 0 top -2805px
}
[dir=ltr] .flag_flag--AR__kF9dL,[dir=ltr] .flag_flag--Argentina__0FIU4 {
    background-position:0 -2816px
}
[dir=rtl] .flag_flag--AR__kF9dL,[dir=rtl] .flag_flag--Argentina__0FIU4 {
    background-position:right 0 top -2816px
}
[dir=ltr] .flag_flag--AO__BE2jO,[dir=ltr] .flag_flag--Angola__usQvu {
    background-position:0 -2827px
}
[dir=rtl] .flag_flag--AO__BE2jO,[dir=rtl] .flag_flag--Angola__usQvu {
    background-position:right 0 top -2827px
}
[dir=ltr] .flag_flag--AM__sWYCu,[dir=ltr] .flag_flag--Armenia__wn80C {
    background-position:0 -2838px
}
[dir=rtl] .flag_flag--AM__sWYCu,[dir=rtl] .flag_flag--Armenia__wn80C {
    background-position:right 0 top -2838px
}
[dir=ltr] .flag_flag--AL__AiE4m,[dir=ltr] .flag_flag--Albania__xo0Ck {
    background-position:0 -2849px
}
[dir=rtl] .flag_flag--AL__AiE4m,[dir=rtl] .flag_flag--Albania__xo0Ck {
    background-position:right 0 top -2849px
}
[dir=ltr] .flag_flag--AE__wgWE3,[dir=ltr] .flag_flag--Dubai__8pTuC {
    background-position:0 -2860px
}
[dir=rtl] .flag_flag--AE__wgWE3,[dir=rtl] .flag_flag--Dubai__8pTuC {
    background-position:right 0 top -2860px
}
[dir=ltr] .flag_flag--AD__DMqX3,[dir=ltr] .flag_flag--Andorra__7YjMz {
    background-position:0 -2871px
}
[dir=rtl] .flag_flag--AD__DMqX3,[dir=rtl] .flag_flag--Andorra__7YjMz {
    background-position:right 0 top -2871px
}
[dir=ltr] .flag_flag--TP__CQXRq {
    background-position:0 -2882px
}
[dir=rtl] .flag_flag--TP__CQXRq {
    background-position:right 0 top -2882px
}
[dir=ltr] .flag_flag--French_Guiana__fwsNO,[dir=ltr] .flag_flag--GF__ucjjC {
    background-position:0 -2893px
}
[dir=rtl] .flag_flag--French_Guiana__fwsNO,[dir=rtl] .flag_flag--GF__ucjjC {
    background-position:right 0 top -2893px
}
[dir=ltr] .flag_flag--bitcoinCash__SSw0I {
    background-position:0 0
}
[dir=rtl] .flag_flag--bitcoinCash__SSw0I {
    background-position:100% 0
}
.flag_flag--binance_usd__WIt_R {
    background-position:-14px 0
}
.flag_flag--chainlink__bUQm0 {
    background-position:-28px 0
}
.flag_flag--wrapped_bitcoin__8YA3N {
    background-position:-42px 0
}
.flag_flag--vechain__Slkmh {
    background-position:-56px 0
}
.flag_flag--tron__Wjm5L {
    background-position:-70px 0
}
.flag_flag--theta_token__t5seu {
    background-position:-84px 0
}
.flag_flag--stellar_lumens__4mqpI {
    background-position:-98px 0
}
.flag_flag--solana___8Tkw {
    background-position:-112px 0
}
.flag_flag--shiba_inu__IUydn {
    background-position:-126px 0
}
.flag_flag--matic_network__RLuyM {
    background-position:-140px 0
}
.flag_flag--monero__hHtpS {
    background-position:-154px 0
}
.flag_flag--lightcoin__x_yAM {
    background-position:-168px 0
}
.flag_flag--internet_of_people__6Mvsf {
    background-position:-182px 0
}
.flag_flag--filecoin__06FDS {
    background-position:-196px 0
}
.flag_flag--ehteriumclassic__BypIA {
    background-position:-210px 0
}
.flag_flag--eos__bNHr3 {
    background-position:-224px 0
}
.flag_flag--dai__TG27Z {
    background-position:-238px 0
}
.flag_flag--crypto_com_chain__C3pXs {
    background-position:-252px 0
}
.flag_flag--ethlend__SgcHL {
    background-position:-266px 0
}
.flag_flag--ripple__o9XPT {
    background-position:-280px 0
}
.flag_flag--dogecoin__ib8Q1 {
    background-position:-294px 0
}
.flag_flag--ethereum__bg1Qw {
    background-position:-308px 0
}
.flag_flag--cardano__knqiY {
    background-position:-322px 0
}
.flag_flag--usd_coin__Wt4TL {
    background-position:-336px 0
}
.flag_flag--uniswap__TmFWB {
    background-position:-350px 0
}
.flag_flag--tether__txNCQ {
    background-position:-364px 0
}
.flag_flag--polkadot_new__r4KZV {
    background-position:-378px 0
}
.flag_flag--bitcoin__9QjYU {
    background-position:-392px 0
}
.flag_flag--binanceCoin__3l0DB {
    background-position:-406px 0
}
.flag_flag--silver__oqwe_ {
    background-position:-420px 0
}
.flag_flag--gold__3Bxcm {
    background-position:-434px 0
}
.flag_currency__U77L_,.flag_flag--binanceCoin__3l0DB,.flag_flag--binance_usd__WIt_R,.flag_flag--bitcoinCash__SSw0I,.flag_flag--bitcoin__9QjYU,.flag_flag--cardano__knqiY,.flag_flag--chainlink__bUQm0,.flag_flag--crypto_com_chain__C3pXs,.flag_flag--dai__TG27Z,.flag_flag--dogecoin__ib8Q1,.flag_flag--ehteriumclassic__BypIA,.flag_flag--eos__bNHr3,.flag_flag--ethereum__bg1Qw,.flag_flag--ethlend__SgcHL,.flag_flag--filecoin__06FDS,.flag_flag--gold__3Bxcm,.flag_flag--internet_of_people__6Mvsf,.flag_flag--lightcoin__x_yAM,.flag_flag--matic_network__RLuyM,.flag_flag--monero__hHtpS,.flag_flag--polkadot_new__r4KZV,.flag_flag--ripple__o9XPT,.flag_flag--shiba_inu__IUydn,.flag_flag--silver__oqwe_,.flag_flag--solana___8Tkw,.flag_flag--stellar_lumens__4mqpI,.flag_flag--tether__txNCQ,.flag_flag--theta_token__t5seu,.flag_flag--tron__Wjm5L,.flag_flag--uniswap__TmFWB,.flag_flag--usd_coin__Wt4TL,.flag_flag--vechain__Slkmh,.flag_flag--wrapped_bitcoin__8YA3N {
    background-image:url(../images/currency-v3.svg)
}
.user-area_proAppControl__aG_q9,.user-area_proAppControl__aG_q9:hover {
    border-radius:4px;
    background:#ffe600;
    height:24px;
    padding:4px 12px;
    align-items:center;
    font-size:12px;
    font-style:normal;
    font-weight:600;
    line-height:16px;
    color:#111
}
[dir=ltr] .user-area_proAppControl__aG_q9,[dir=ltr] .user-area_proAppControl__aG_q9:hover {
    margin-right:20px
}
[dir=rtl] .user-area_proAppControl__aG_q9,[dir=rtl] .user-area_proAppControl__aG_q9:hover {
    margin-left:20px
}
[dir=ltr] .user-area_proAppControl__aG_q9.user-area_summerSale__qznR4,[dir=ltr] .user-area_proAppControl__aG_q9.user-area_summerSale__qznR4:hover {
    background:linear-gradient(267deg,#ffc700 18.95%,#00c5ff 90%)
}
[dir=rtl] .user-area_proAppControl__aG_q9.user-area_summerSale__qznR4,[dir=rtl] .user-area_proAppControl__aG_q9.user-area_summerSale__qznR4:hover {
    background:linear-gradient(-267deg,#ffc700 18.95%,#00c5ff 90%)
}
.user-area_proAppControlLogo__NxJoJ {
    margin:0 3px
}
.user-area_proAppControlLogo__NxJoJ path {
    fill:#000!important
}
.user-area_user-area__rmf5_ {
    align-items:center
}
.user-area_user-area__rmf5_ .user-area_avatarWrapper__0EVQR {
    position:relative;
    top:-1px;
    padding:1px;
    border-radius:50%
}
[dir=ltr] .user-area_user-area__rmf5_ .user-area_avatarWrapper__0EVQR {
    margin-right:10px;
    left:-1px
}
[dir=rtl] .user-area_user-area__rmf5_ .user-area_avatarWrapper__0EVQR {
    margin-left:10px;
    right:-1px
}
.user-area_user-area__rmf5_ .user-area_avatarWrapper__0EVQR.user-area_hasInvestingPro__aFRZV {
    background:linear-gradient(0deg,#fac761 8%,#f7681c 114.4%)
}
.user-area_user-area__rmf5_ .user-area_avatar__FskMA {
    opacity:1
}
.user-area_user-area__rmf5_ .user-area_avatarProShield__pr_ZL {
    position:absolute;
    bottom:-4px
}
[dir=ltr] .user-area_user-area__rmf5_ .user-area_avatarProShield__pr_ZL {
    right:2px
}
[dir=rtl] .user-area_user-area__rmf5_ .user-area_avatarProShield__pr_ZL {
    left:2px
}
@media (min-width:1250px) {
    [dir=ltr] .user-area_user-area__rmf5_ {
        margin-right:16px
    }
    [dir=rtl] .user-area_user-area__rmf5_ {
        margin-left:16px
    }
    .user-area_user-area-wrapper__45N2Y {
        position:relative
    }
    .user-area_user-area-wrapper__45N2Y:hover:after {
        content:"";
        display:block;
        position:absolute;
        width:158px;
        top:0;
        height:36px
    }
    [dir=ltr] .user-area_user-area-wrapper__45N2Y:hover:after {
        left:-56px
    }
    [dir=rtl] .user-area_user-area-wrapper__45N2Y:hover:after {
        right:-56px
    }
    .user-area_user-area-wrapper__45N2Y .user-area_user-menu-popup__MBWeZ {
        top:calc(100% + 5px);
        min-width:158px
    }
    [dir=ltr] .user-area_user-area-wrapper__45N2Y .user-area_user-menu-popup__MBWeZ {
        right:calc(100% - 56px)
    }
    [dir=rtl] .user-area_user-area-wrapper__45N2Y .user-area_user-menu-popup__MBWeZ {
        left:calc(100% - 56px)
    }
    .user-area_user-area__rmf5_ .user-area_item__nBsal:first-of-type:after {
        content:"/"
    }
    [dir=ltr] .user-area_user-area__rmf5_ .user-area_item__nBsal:first-of-type:after {
        padding-left:4px
    }
    [dir=rtl] .user-area_user-area__rmf5_ .user-area_item__nBsal:first-of-type:after {
        padding-right:4px
    }
    .user-area_user-area__rmf5_ .user-area_link__ljnux {
        --tw-text-opacity:1;
        color:rgb(242 242 242/var(--tw-text-opacity,1));
        font-weight:700;
        white-space:nowrap;
        padding-left:4px;
        padding-right:4px
    }
    .user-area_user-area__rmf5_ .user-area_link__ljnux:focus span,.user-area_user-area__rmf5_ .user-area_link__ljnux:hover span {
        text-decoration:underline
    }
    .user-area_user-area__rmf5_ .user-area_avatar__FskMA {
        opacity:1
    }
    .user-area_user-area__rmf5_ .user-area_user-name__OQJK_ {
        font-size:.75rem;
        font-weight:700;
        --tw-text-opacity:1;
        color:rgb(242 242 242/var(--tw-text-opacity,1))
    }
}
@media (max-width:1250px) {
    .user-area_user-area__rmf5_ {
        flex-shrink:0;
        --tw-text-opacity:1;
        color:rgb(255 255 255/var(--tw-text-opacity,1));
        --tw-bg-opacity:1;
        background-color:var(--main-color);;
        padding:6px 16px
    }
    [dir=ltr] .user-area_user-area__rmf5_ .user-area_avatarWrapper__0EVQR {
        margin-right:18px
    }
    [dir=rtl] .user-area_user-area__rmf5_ .user-area_avatarWrapper__0EVQR {
        margin-left:18px
    }
    .user-area_user-area__rmf5_ .user-area_avatar__FskMA {
        --avatar:44px;
        width:var(--avatar);
        height:var(--avatar)
    }
    .user-area_user-area__rmf5_ .user-area_item__nBsal {
        position:relative
    }
    [dir=ltr] .user-area_user-area__rmf5_ .user-area_item__nBsal:not(:first-child) {
        padding-left:8px
    }
    [dir=rtl] .user-area_user-area__rmf5_ .user-area_item__nBsal:not(:first-child) {
        padding-right:8px
    }
    .user-area_user-area__rmf5_ .user-area_item__nBsal:not(:first-child):before {
        content:"";
        position:absolute;
        width:2px;
        height:14px;
        top:50%;
        transform:translateY(-50%);
        --tw-bg-opacity:1;
        background-color:rgb(155 155 155/var(--tw-bg-opacity,1))
    }
    [dir=ltr] .user-area_user-area__rmf5_ .user-area_item__nBsal:not(:first-child):before {
        left:0
    }
    [dir=rtl] .user-area_user-area__rmf5_ .user-area_item__nBsal:not(:first-child):before {
        right:0
    }
    .user-area_user-area__rmf5_ .user-area_link__ljnux {
        font-size:1rem;
        font-weight:700;
        --tw-text-opacity:1;
        color:rgb(255 255 255/var(--tw-text-opacity,1));
        padding:12px 0
    }
    .user-area_user-area__rmf5_ .user-area_user-name__OQJK_ {
        font-size:1rem;
        font-weight:700
    }
}
@media (min-width:1250px) {
    .user-menu_user-menu__IbkVz .user-menu_list__zvvuQ {
        padding:8px 12px;
        border-bottom-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(134 134 134/var(--tw-border-opacity,1))
    }
    .user-menu_user-menu__IbkVz .user-menu_list__zvvuQ:last-child {
        border-bottom:0
    }
    .user-menu_user-menu__IbkVz .user-menu_list__zvvuQ .user-menu_link__mrJBg:hover {
        --tw-text-opacity:1;
        color:rgb(18 86 160/var(--tw-text-opacity,1))
    }
}
.user-menu_invpro-item__g9LWf {
    transform:translateY(-1px)
}
.mainSearch_mainSearch_results__pGhOQ {
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1));
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
    z-index:10;
    min-height:280px
}
.mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 {
    flex:1 1;
    display:flex;
    flex-direction:column;
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_wrapper__INf4F {
    display:flex;
    flex-direction:column;
    height:100%
}
[dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_wrapper__INf4F {
    border-radius:0 0 0 6px
}
[dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_wrapper__INf4F {
    border-radius:0 0 6px 0
}
.mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_header__cTW4J {
    align-items:center;
    background-color:#f7f9fa;
    border-bottom-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(218 218 218/var(--tw-border-opacity,1))
}
[dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_header__cTW4J {
    padding:6px 4px 6px 14px
}
[dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_header__cTW4J {
    padding:6px 14px 6px 4px
}
.mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_footer__qXiMK {
    display:flex;
    align-items:center;
    margin-top:auto;
    padding:8px;
    background-color:#f7f9fa;
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1));
    border-top-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(218 218 218/var(--tw-border-opacity,1))
}
[dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_footer__qXiMK {
    border-radius:0 0 0 6px
}
[dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_footer__qXiMK {
    border-radius:0 0 6px 0
}
.mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_footer__qXiMK .mainSearch_search-icon__JKuiK {
    font-size:1.125rem
}
[dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_footer__qXiMK .mainSearch_search-icon__JKuiK {
    margin-right:4px
}
[dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_footer__qXiMK .mainSearch_search-icon__JKuiK {
    margin-left:4px
}
.mainSearch_mainSearch__jEh4W [type=search] {
    font-size:.875rem;
    font-weight:500;
    border-width:0
}
.mainSearch_mainSearch__jEh4W [type=search]:focus {
    outline:none;
    box-shadow:none
}
.mainSearch_mainSearch__jEh4W [type=search]::-webkit-search-cancel-button {
    display:none
}
.mainSearch_mainSearch__jEh4W .mainSearch_design-select__0Djnc {
    background-color:transparent;
    border:0
}
.mainSearch_mainSearch__jEh4W .mainSearch_no-results__J8jXc {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:32px 0;
    height:100%
}
.mainSearch_mainSearch__jEh4W .mainSearch_no-results-image__Iok5D {
    margin-bottom:10px
}
@media (max-width:1250px) {
    .mainSearch_mainSearch__jEh4W {
        padding:0
    }
    [dir=ltr] .mainSearch_mainSearch__jEh4W {
        margin-left:8px
    }
    [dir=rtl] .mainSearch_mainSearch__jEh4W {
        margin-right:8px
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_overlay__qNXo2 {
        background-color:var(--main-color);;
        --tw-bg-opacity:0.75;
        opacity:0;
        transform:translateY(-1000px);
        transition:translateY .2s,opacity .5s
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 {
        position:absolute;
        top:52px;
        left:0;
        right:0;
        display:flex;
        align-items:center;
        padding:10px;
        margin-bottom:10px;
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
        border-bottom-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(186 186 186/var(--tw-border-opacity,1));
        transform:translateY(-200px)
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 .mainSearch_search-icon__JKuiK {
        --tw-text-opacity:1;
        color:rgb(134 134 134/var(--tw-text-opacity,1))
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 .mainSearch_mobile-back__81yxi {
        position:absolute;
        font-size:1.125rem;
        top:-44px;
        --tw-text-opacity:1;
        color:rgb(255 255 255/var(--tw-text-opacity,1));
        background-color:#222;
        padding:8px;
        transform:scaleX(-1)
    }
    [dir=ltr] .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 .mainSearch_mobile-back__81yxi {
        left:8px
    }
    [dir=rtl] .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 .mainSearch_mobile-back__81yxi {
        right:8px
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3.mainSearch_open__KDHlo {
        transform:translateY(0)
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3.mainSearch_open__KDHlo .mainSearch_overlay__qNXo2 {
        transform:translateY(59px);
        opacity:1;
        transition:translateY .2s,opacity .5s
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3.mainSearch_open__KDHlo .mainSearch_search-button__zHjdB.mainSearch_hide__ekiEV {
        display:none
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 [type=search] {
        font-size:1rem;
        border-width:0;
        background-color:transparent
    }
    [dir=ltr] .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 [type=search] {
        padding-left:12px;
        padding-right:40px
    }
    [dir=rtl] .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 [type=search] {
        padding-right:12px;
        padding-left:40px
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_search-button__zHjdB {
        font-size:1.125rem;
        --tw-text-opacity:1;
        color:rgb(255 255 255/var(--tw-text-opacity,1))
    }
    .mainSearch_mainSearch_design-select__Mlnoy {
        display:none
    }
    .mainSearch_mainSearch_results__pGhOQ {
        position:absolute;
        top:116px;
        width:100vw;
        height:calc(100vh - 116px);
        background-color:#e3e3e3
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ {
        left:0
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ {
        right:0
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_header__cTW4J {
        border-top-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1))
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_header__cTW4J .mainSearch_filter__q2oqW {
        display:none
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_wrapper__INf4F {
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv {
        flex:1 1;
        margin-top:4px;
        padding:0;
        width:100%
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS {
        display:flex;
        flex-direction:column;
        width:100%;
        padding:9px 11px;
        border-bottom-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1))
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_flag__STtit {
        display:none
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_symbol__YMUvc {
        font-size:1rem;
        font-weight:700
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_description__mrmg5 {
        margin-top:4px
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_exchange__zdp2z {
        font-size:.75rem;
        --tw-text-opacity:1;
        color:rgb(186 186 186/var(--tw-text-opacity,1));
        margin-top:4px
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-wrapper__E33Um {
        flex:1 1;
        overflow-y:auto
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q {
        display:none
    }
}
@media (min-width:1250px) {
    .mainSearch_mainSearch__jEh4W {
        flex:1 1;
        margin:0 20px
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_filter__q2oqW {
        position:relative;
        width:200px;
        z-index:1
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_filter-button__sP23O {
        font-size:.875rem;
        font-weight:400;
        height:35px;
        width:100%;
        flex-direction:row-reverse;
        justify-content:space-between;
        border-radius:0;
        border-left:1px solid transparent;
        border-right:1px solid transparent
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_filter-button__sP23O:hover {
        background-color:#e7edf0
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_filter-button__sP23O.mainSearch_open__KDHlo {
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
        border-left-color:#dadada;
        border-right-color:#dadada
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_filter-list__NRV58 {
        position:absolute;
        width:100%;
        box-shadow:none;
        border-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1));
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_filter-item__22rwh {
        font-size:.875rem;
        padding:12px;
        cursor:pointer;
        margin-top:0
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_content-image__9V3OC {
        background-size:contain;
        background-repeat:no-repeat;
        background-position:50%;
        min-width:61px;
        height:46px;
        padding:0
    }
    [dir=ltr] .mainSearch_mainSearch__jEh4W .mainSearch_content-image__9V3OC {
        margin-right:13px
    }
    [dir=rtl] .mainSearch_mainSearch__jEh4W .mainSearch_content-image__9V3OC {
        margin-left:13px
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_content-paragraph__aTa7V {
        font-size:.75rem
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_content-header__Nm9aH {
        line-height:36px
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 {
        position:relative
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 {
        width:100%;
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
        border-radius:2px
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 [type=search] {
        height:24px;
        background-color:transparent;
        --tw-text-opacity:1;
        color:rgb(51 51 51/var(--tw-text-opacity,1))
    }
    [dir=ltr] .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 [type=search] {
        padding-left:12px;
        padding-right:40px
    }
    [dir=rtl] .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 [type=search] {
        padding-right:12px;
        padding-left:40px
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_input-wrapper__hWkM3 .mainSearch_mobile-back__81yxi {
        display:none
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_search-button__zHjdB {
        font-size:1.125rem;
        position:absolute;
        top:0;
        --tw-text-opacity:1;
        color:rgb(134 134 134/var(--tw-text-opacity,1));
        padding:4px
    }
    [dir=ltr] .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_search-button__zHjdB {
        right:0
    }
    [dir=rtl] .mainSearch_mainSearch__jEh4W .mainSearch_search-bar____mI1 .mainSearch_search-button__zHjdB {
        left:0
    }
    .mainSearch_mainSearch__jEh4W .mainSearch_overlay__qNXo2 {
        top:40px
    }
    .mainSearch_mainSearch_results__pGhOQ {
        position:absolute;
        width:970px;
        top:calc(100%);
        border-radius:0 0 6px 6px
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ {
        left:0
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ {
        right:0
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 {
        position:relative
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 {
        border-bottom-left-radius:6px;
        border-right:1px solid #d9dbdc
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 {
        border-bottom-right-radius:6px;
        border-left:1px solid #d9dbdc
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_mobile-search__0Kvdy {
        display:none
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_header__cTW4J {
        height:36px
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv {
        flex:1 1;
        display:table;
        margin-top:4px;
        width:100%
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-wrapper__E33Um {
        display:block;
        max-height:510px;
        overflow-y:auto;
        height:100%
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS {
        display:table-row;
        width:100%
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item-wrapper__NUG7e {
        margin-top:0
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item-wrapper__popup__u3QKH:not(:hover) {
        --tw-bg-opacity:1;
        background-color:rgb(242 242 242/var(--tw-bg-opacity,1))
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS>span {
        display:table-cell;
        vertical-align:middle;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_flag__STtit {
        max-width:36px;
        min-width:36px;
        text-align:center;
        padding:6px 0
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_symbol__YMUvc {
        min-width:155px
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_description__mrmg5 {
        width:100%;
        max-width:0
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_exchange__zdp2z {
        max-width:200px;
        min-width:200px;
        --tw-text-opacity:1;
        color:rgb(186 186 186/var(--tw-text-opacity,1))
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_exchange__zdp2z {
        padding-right:10px
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results-item__r3FVS .mainSearch_exchange__zdp2z {
        padding-left:10px
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-to-portfolio__AT__q {
        padding-right:5px
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-to-portfolio__AT__q {
        padding-left:5px
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-to-portfolio__AT__q .mainSearch_icon__Gcb6U {
        --tw-text-opacity:1;
        color:rgb(134 134 134/var(--tw-text-opacity,1));
        font-size:1.375rem
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-to-portfolio__AT__q .mainSearch_icon__Gcb6U .mainSearch_watched__qJRA7 {
        color:orange
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-to-portfolio__AT__q .mainSearch_icon__Gcb6U:hover {
        --tw-text-opacity:1;
        color:rgb(18 86 160/var(--tw-text-opacity,1))
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-to-portfolio__AT__q .mainSearch_popup__vnIEs {
        top:0;
        min-width:305px;
        height:100%;
        background-color:#fff;
        border:none;
        box-shadow:none;
        margin-bottom:12px
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-to-portfolio__AT__q .mainSearch_popup__vnIEs {
        left:calc(100% + 1px)
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-to-portfolio__AT__q .mainSearch_popup__vnIEs {
        right:calc(100% + 1px)
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-to-portfolio__AT__q .mainSearch_tooltip-circle__oxYiY {
        width:34px;
        height:34px;
        border-radius:50%;
        background:orange;
        background-color:rgba(255,165,0,.5)
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-triangle__F_Zat {
        width:0;
        height:0;
        border-top:8px solid transparent;
        border-bottom:8px solid transparent;
        z-index:1
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-triangle__F_Zat {
        border-left:8px solid orange;
        margin-right:6px
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-triangle__F_Zat {
        border-right:8px solid orange;
        margin-left:6px
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip__rE7T5 {
        position:absolute;
        width:382px;
        background:orange;
        border:1px solid rgba(0,0,0,.12);
        box-sizing:border-box;
        box-shadow:0 4px 6px rgba(255,165,0,.2);
        border-radius:3px;
        min-height:28px
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip__rE7T5 {
        left:230px
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip__rE7T5 {
        right:230px
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip-icon__ESxHP {
        position:absolute;
        height:11px;
        width:11px;
        border-radius:0;
        opacity:.4
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip-btn__Yc_5V {
        margin:0;
        position:absolute;
        top:50%;
        transform:translateY(-50%)
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip-btn__Yc_5V {
        left:360px;
        float:right
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip-btn__Yc_5V {
        right:360px;
        float:left
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip-text__UBxOn {
        width:340px;
        position:relative;
        color:#000;
        font-family:Arial;
        font-size:14px;
        font-style:normal;
        font-weight:700;
        line-height:16px;
        letter-spacing:0;
        padding:5px;
        max-height:46px
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip-text__UBxOn {
        left:14px
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_main__exqg8 .mainSearch_search-results__khaWv .mainSearch_add-symbol-tooltip-text__UBxOn {
        right:14px
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q {
        width:305px;
        flex-shrink:0;
        padding:0 14px;
        background-color:#f7f9fa
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q {
        border-bottom-right-radius:inherit
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q {
        border-bottom-left-radius:inherit
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q a {
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:4px
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q span {
        --tw-text-opacity:1;
        color:rgb(18 86 160/var(--tw-text-opacity,1))
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q li a {
        justify-content:flex-start;
        align-items:flex-start
    }
    .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q li img {
        flex-shrink:0
    }
    [dir=ltr] .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q li img {
        margin-right:12px
    }
    [dir=rtl] .mainSearch_mainSearch_results__pGhOQ .mainSearch_side__GwI3Q li img {
        margin-left:12px
    }
}
.portfolio_popup__gE0_f {
    --side-space:1.25rem;
    border-radius:3px
}
@media (min-width:970px) {
    .portfolio_popup__gE0_f {
        top:-4px;
        min-width:293px
    }
    [dir=ltr] .portfolio_popup__gE0_f {
        left:16px
    }
    [dir=rtl] .portfolio_popup__gE0_f {
        right:16px
    }
}
.portfolio_popup__gE0_f .portfolio_portfolio-loading__Se3z9 {
    display:flex;
    align-items:center;
    justify-content:center;
    height:195px
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg {
    justify-content:space-between;
    height:55px;
    border-bottom-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(218 218 218/var(--tw-border-opacity,1))
}
.portfolio_popup__gE0_f .portfolio_header__search__bETYf {
    background-color:#fff;
    border:none;
    position:relative
}
.portfolio_popup__gE0_f .portfolio_header__search__bETYf:after {
    content:"";
    position:absolute;
    bottom:0;
    height:1px;
    width:260px;
    border-bottom:1px solid #e5e5e5
}
[dir=ltr] .portfolio_popup__gE0_f .portfolio_header__search__bETYf:after {
    left:20px
}
[dir=rtl] .portfolio_popup__gE0_f .portfolio_header__search__bETYf:after {
    right:20px
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__4miLN {
    display:flex;
    border-radius:0
}
[dir=ltr] .portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__4miLN {
    margin-left:.5rem
}
[dir=rtl] .portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__4miLN {
    margin-right:.5rem
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__4miLN .portfolio_icon__W4WN4 {
    font-size:1.375rem
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__4miLN .portfolio_text__TzQjL {
    line-height:1.5;
    display:inline-block;
    vertical-align:middle;
    margin-top:auto
}
[dir=ltr] .portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__4miLN .portfolio_text__TzQjL {
    margin-left:1.25rem
}
[dir=rtl] .portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__4miLN .portfolio_text__TzQjL {
    margin-right:1.25rem
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__manage__X9q8Y .portfolio_icon__W4WN4 {
    --tw-text-opacity:1;
    color:rgb(155 155 155/var(--tw-text-opacity,1))
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__manage__X9q8Y .portfolio_text__TzQjL {
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1))
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__success__squT6 .portfolio_icon__W4WN4 {
    font-size:1.25rem;
    --tw-text-opacity:1;
    color:rgb(14 166 0/var(--tw-text-opacity,1));
    border-width:2px;
    --tw-border-opacity:1;
    border-color:rgb(14 166 0/var(--tw-border-opacity,1));
    border-radius:9999px;
    padding:2px
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__success__squT6 .portfolio_text__TzQjL {
    font-weight:700
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__error__cfBmg .portfolio_icon__W4WN4 {
    --tw-text-opacity:1;
    color:rgb(255 165 0/var(--tw-text-opacity,1));
    padding:2px
}
.portfolio_popup__gE0_f .portfolio_header__H8nCg .portfolio_headline__error__cfBmg .portfolio_text__TzQjL {
    font-weight:700
}
.portfolio_popup__gE0_f .portfolio_body__Tk5Zz {
    padding:.75rem 0 0;
    margin-bottom:1.25rem
}
.portfolio_popup__gE0_f .portfolio_body__Tk5Zz .portfolio_btn-wrapper__nDRE9 {
    padding-top:10px;
    position:relative
}
.portfolio_popup__gE0_f .portfolio_body__Tk5Zz .portfolio_btn-wrapper__nDRE9:after {
    content:"";
    position:absolute;
    top:0;
    height:1px;
    width:260px;
    border-top:1px solid #e5e5e5
}
[dir=ltr] .portfolio_popup__gE0_f .portfolio_body__Tk5Zz .portfolio_btn-wrapper__nDRE9:after {
    left:20px
}
[dir=rtl] .portfolio_popup__gE0_f .portfolio_body__Tk5Zz .portfolio_btn-wrapper__nDRE9:after {
    right:20px
}
.portfolio_popup__gE0_f .portfolio_body__Tk5Zz .portfolio_done-btn__dPhpl {
    margin-top:.75rem;
    display:block;
    height:2rem;
    border-radius:.25rem;
    width:calc(100% - 2 * (var(--side-space)));
    --tw-bg-opacity:1;
    background-color:rgb(18 86 160/var(--tw-bg-opacity,1));
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1));
    margin-left:auto;
    margin-right:auto;
    font-size:.875rem
}
.portfolio_popup__gE0_f .portfolio_body__Tk5Zz .portfolio_error_msg__2fDqE {
    display:inline-block;
    padding-left:var(--side-space);
    padding-right:var(--side-space)
}
.portfolio_popup__gE0_f .portfolio_footer__Jb0Hf {
    padding:0;
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
    border-top-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(218 218 218/var(--tw-border-opacity,1))
}
.portfolio_popup__gE0_f .portfolio_footer__Jb0Hf .portfolio_menu__vkU3e {
    width:100%;
    height:3.5rem
}
.portfolio_popup__gE0_f .portfolio_footer__Jb0Hf .portfolio_menu__vkU3e .portfolio_action-item__Feoys {
    padding:0 20px;
    white-space:normal;
    height:100%;
    font-size:.875rem;
    font-weight:400;
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.portfolio_popup__gE0_f .portfolio_footer__Jb0Hf .portfolio_menu__vkU3e .portfolio_action-item__Feoys:hover {
    text-decoration:underline
}
.portfolio_popup__gE0_f .portfolio_footer__Jb0Hf .portfolio_menu__vkU3e .portfolio_try-again__VCFyV {
    height:100%;
    font-size:.875rem;
    font-weight:400;
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
[dir=ltr] .portfolio_popup__gE0_f .portfolio_footer__Jb0Hf .portfolio_menu__vkU3e .portfolio_try-again__VCFyV {
    padding-left:var(--side-space)
}
[dir=rtl] .portfolio_popup__gE0_f .portfolio_footer__Jb0Hf .portfolio_menu__vkU3e .portfolio_try-again__VCFyV {
    padding-right:var(--side-space)
}
.portfolio_popup__gE0_f .portfolio_footer__Jb0Hf .portfolio_menu__vkU3e .portfolio_try-again__VCFyV .portfolio_icon__W4WN4 {
    font-size:1.25rem
}
[dir=ltr] .portfolio_popup__gE0_f .portfolio_footer__Jb0Hf .portfolio_menu__vkU3e .portfolio_try-again__VCFyV .portfolio_icon__W4WN4 {
    margin-right:.25rem
}
[dir=rtl] .portfolio_popup__gE0_f .portfolio_footer__Jb0Hf .portfolio_menu__vkU3e .portfolio_try-again__VCFyV .portfolio_icon__W4WN4 {
    margin-left:.25rem
}
.watchlist-list_wrapper__9rrvp {
    overflow-y:auto;
    max-height:130px
}
.watchlist-list_wrapper__search__NRVMq {
    max-height:110px;
    margin-bottom:20px
}
.watchlist-list_wl-list__single-wl__n0c75 {
    margin-bottom:0
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi {
    transition:background-color .25s ease-in-out;
    padding-left:var(--side-space);
    padding-right:var(--side-space);
    margin-top:0;
    display:flex;
    justify-content:space-between
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi label {
    padding-bottom:.5rem;
    padding-top:.5rem;
    cursor:pointer
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_checkbox__QER7E {
    position:relative
}
[dir=ltr] .watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_checkbox__QER7E span {
    padding-left:.5rem
}
[dir=rtl] .watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_checkbox__QER7E span {
    padding-right:.5rem
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_open-btn__bK8pQ {
    transition:opacity .25s ease-in-out;
    --tw-bg-opacity:1;
    background-color:rgb(242 242 242/var(--tw-bg-opacity,1));
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1));
    padding:.25rem .5rem;
    border-radius:.25rem
}
@media (min-width:970px) {
    .watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_open-btn__bK8pQ {
        opacity:0
    }
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_open-btn__single-wl__Nd7pd {
    opacity:1
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_notification__kEO_y {
    display:flex;
    align-content:center
}
[dir=ltr] .watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_notification__kEO_y .watchlist-list_icon__MSzG3 {
    margin-right:.5rem
}
[dir=rtl] .watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_notification__kEO_y .watchlist-list_icon__MSzG3 {
    margin-left:.5rem
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_notification__saved__J1aq8 {
    --tw-text-opacity:1;
    color:rgb(14 166 0/var(--tw-text-opacity,1))
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_notification__saving___S1nt {
    --tw-text-opacity:1;
    color:rgb(134 134 134/var(--tw-text-opacity,1))
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi .watchlist-list_notification__try-again__VvOlR {
    --tw-text-opacity:1;
    color:rgb(255 165 0/var(--tw-text-opacity,1))
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi:hover .watchlist-list_btn___hthc {
    opacity:1;
    border-width:1px;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1));
    --tw-border-opacity:0.3
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi:hover .watchlist-list_open-btn__bK8pQ {
    background-color:transparent
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi:hover .watchlist-list_open-btn__bK8pQ:hover {
    --tw-border-opacity:0.6
}
.watchlist-list_wl-list__z4rEz .watchlist-list_item__2jQPi:hover .watchlist-list_notification__try-again__VvOlR {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
}
.create-watchlist_wrapper__b1Px3 {
    width:100%
}
.create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 {
    display:flex;
    padding-left:var(--side-space);
    padding-right:var(--side-space);
    padding-bottom:.75rem;
    padding-top:.75rem
}
.create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_back-btn__Gxz2J {
    padding:0
}
[dir=ltr] .create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_back-btn__Gxz2J {
    padding-right:var(--side-space)
}
[dir=rtl] .create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_back-btn__Gxz2J {
    padding-left:var(--side-space)
}
[dir=ltr] .create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_back-btn__Gxz2J .create-watchlist_back-btn-icon__suMlV {
    transform:scaleX(-1)
}
.create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_content__jdpro {
    height:2rem;
    height:33px;
    width:100%;
    display:flex
}
.create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_content__jdpro .create-watchlist_button__CRZsa {
    height:100%;
    border-width:1.5px;
    border-radius:2px;
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1));
    display:block;
    padding:.5rem 14px;
    font-size:.875rem
}
[dir=ltr] .create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_content__jdpro .create-watchlist_button__CRZsa {
    border-left:none;
    margin-left:-3px
}
[dir=rtl] .create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_content__jdpro .create-watchlist_button__CRZsa {
    border-right:none;
    margin-right:-3px
}
.create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_content__jdpro .create-watchlist_button__disabled__Jxh7H {
    --tw-bg-opacity:1;
    background-color:rgb(186 186 186/var(--tw-bg-opacity,1))
}
.create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_content__jdpro .create-watchlist_input__NJwVO {
    flex-grow:100;
    border-radius:2px;
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1));
    border-width:1.5px
}
[dir=ltr] .create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_content__jdpro .create-watchlist_input__NJwVO {
    border-right:none
}
[dir=rtl] .create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_content__jdpro .create-watchlist_input__NJwVO {
    border-left:none
}
.create-watchlist_wrapper__b1Px3 .create-watchlist_box__QZ9P3 .create-watchlist_content__jdpro .create-watchlist_input__NJwVO input {
    padding-top:calc(1rem - 1px);
    padding-bottom:calc(1rem - 1px);
    border:none;
    box-shadow:none
}
.create-watchlist_wrapper__b1Px3 .create-watchlist_error__iLQ8X {
    position:relative;
    --tw-bg-opacity:1;
    background-color:rgb(254 226 226/var(--tw-bg-opacity,1));
    font-size:.75rem;
    padding-left:var(--side-space);
    padding-right:var(--side-space);
    padding-bottom:.75rem;
    padding-top:.75rem
}
.create-watchlist_wrapper__b1Px3 .create-watchlist_error__iLQ8X:before {
    width:0;
    height:0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom-width:8px;
    --tw-border-opacity:1;
    border-bottom-color:rgb(254 226 226/var(--tw-border-opacity,1));
    content:"";
    position:absolute;
    top:-19%
}
[dir=ltr] .create-watchlist_wrapper__b1Px3 .create-watchlist_error__iLQ8X:before {
    right:15%
}
[dir=rtl] .create-watchlist_wrapper__b1Px3 .create-watchlist_error__iLQ8X:before {
    left:15%
}
.create-watchlist_text__rsdEO:hover {
    text-decoration-line:underline;
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1))
}
.text-input_text-input__u9ztm {
    display:flex;
    align-items:center
}
.text-input_text-input__u9ztm input[type=email],.text-input_text-input__u9ztm input[type=number],.text-input_text-input__u9ztm input[type=text] {
    font-size:.75rem;
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1));
    border-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(186 186 186/var(--tw-border-opacity,1));
    height:21px;
    padding:0 6px;
    width:100%;
    box-sizing:border-box;
    box-shadow:none
}
.text-input_text-input__u9ztm input[type=email]:focus,.text-input_text-input__u9ztm input[type=email]:hover,.text-input_text-input__u9ztm input[type=number]:focus,.text-input_text-input__u9ztm input[type=number]:hover,.text-input_text-input__u9ztm input[type=text]:focus,.text-input_text-input__u9ztm input[type=text]:hover {
    box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.15)
}
.text-input_text-input__u9ztm input[type=email]:focus,.text-input_text-input__u9ztm input[type=number]:focus,.text-input_text-input__u9ztm input[type=text]:focus {
    outline:none;
    border-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(18 86 160/var(--tw-border-opacity,1))
}
.text-input_text-input__u9ztm [type=number]::-webkit-inner-spin-button,.text-input_text-input__u9ztm [type=number]::-webkit-outer-spin-button {
    -webkit-appearance:none;
    margin:0
}
@media (max-width:599px) {
    .text-input_text-input__u9ztm input[type=email],.text-input_text-input__u9ztm input[type=number],.text-input_text-input__u9ztm input[type=search],.text-input_text-input__u9ztm input[type=text] {
        font-size:1rem
    }
}
.investing-pro-nav-bar-item_mobileLink__449N0 {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    border-top-width:1px;
    border-color:#f2f2f2
}
[dir=ltr] .investing-pro-nav-bar-item_mobileLink__449N0 {
    padding:10px 0 10px 8px
}
[dir=rtl] .investing-pro-nav-bar-item_mobileLink__449N0 {
    padding:10px 8px 10px 0
}
[dir=ltr] .investing-pro-nav-bar-item_mobileShield__OQmMe {
    margin:0 7px 0 12px
}
[dir=rtl] .investing-pro-nav-bar-item_mobileShield__OQmMe {
    margin:0 12px 0 7px
}
.investing-pro-nav-bar-item_externalLinkIcon__CqsnM {
    --tw-text-opacity:1;
    color:rgb(186 186 186/var(--tw-text-opacity,1))
}
[dir=ltr] .investing-pro-nav-bar-item_desktopNavItem__eYdlo {
    padding:7px 11px 9px 14px
}
[dir=rtl] .investing-pro-nav-bar-item_desktopNavItem__eYdlo {
    padding:7px 14px 9px 11px
}
.investing-pro-nav-bar-item_desktopNavItem__eYdlo:focus,.investing-pro-nav-bar-item_desktopNavItem__eYdlo:hover {
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
    box-shadow:0 1px 0 0 #fff
}
.investing-pro-nav-bar-item_desktopNavItem__eYdlo:focus svg [data-text],.investing-pro-nav-bar-item_desktopNavItem__eYdlo:hover svg [data-text] {
    fill:#000
}
.investing-pro-nav-bar-item_desktopNavItemWithMenu__DSjLy {
    padding:0;
    border:solid transparent;
    border-width:1px 1px 0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    position:relative
}
.investing-pro-nav-bar-item_desktopNavItemWithMenu__DSjLy a {
    --tw-text-opacity:1;
    color:rgb(18 86 160/var(--tw-text-opacity,1))
}
.investing-pro-nav-bar-item_desktopNavItemWithMenu__DSjLy:focus,.investing-pro-nav-bar-item_desktopNavItemWithMenu__DSjLy:hover {
    border-color:#ff7901;
    background:#f8f8f8!important
}
.investing-pro-nav-bar-item_desktopNavItemWithMenu__DSjLy:focus svg [data-text],.investing-pro-nav-bar-item_desktopNavItemWithMenu__DSjLy:hover svg [data-text] {
    fill:#000
}
.investing-pro-nav-bar-item_desktopNavItemWithMenu__DSjLy:focus:after,.investing-pro-nav-bar-item_desktopNavItemWithMenu__DSjLy:hover:after {
    content:" ";
    position:absolute;
    background:#f8f8f8;
    bottom:-1px;
    margin-top:1px;
    width:100%;
    left:0;
    right:0;
    height:1px;
    z-index:11
}
.investing-pro-nav-bar-item_proMenuContent__YVeVQ {
    margin:1px;
    padding:8px 16px 18px
}
[dir=ltr] .investing-pro-nav-bar-item_proMenuContent__YVeVQ {
    border-radius:3px 0 3px 3px;
    background:linear-gradient(253deg,#f8f8f8 .02%,#fff 100.07%)
}
[dir=rtl] .investing-pro-nav-bar-item_proMenuContent__YVeVQ {
    background:linear-gradient(-253deg,#f8f8f8 .02%,#fff 100.07%);
    border-radius:0 3px 3px 3px
}
.investing-pro-nav-bar-item_proMenuContent__YVeVQ a:hover {
    text-decoration:underline
}
.investing-pro-nav-bar-item_menuDescription__XkzHA {
    margin:12px 0;
    color:#222;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    line-height:20px
}
.investing-pro-nav-bar-item_menuDescription__XkzHA b,.investing-pro-nav-bar-item_menuDescription__XkzHA strong {
    color:#222;
    font-size:16px;
    font-style:normal;
    font-weight:700;
    line-height:20px
}
.investing-pro-nav-bar-item_linksAndAd__Ecqky {
    display:flex;
    align-items:flex-start
}
[dir=ltr] .investing-pro-nav-bar-item_featuresSubmenu__PPFRb {
    padding:8px 16px 8px 0;
    border-right:1px solid rgba(0,0,0,.05)
}
[dir=rtl] .investing-pro-nav-bar-item_featuresSubmenu__PPFRb {
    padding:8px 0 8px 16px;
    border-left:1px solid rgba(0,0,0,.05)
}
.investing-pro-nav-bar-item_featuresTitle__5N_4a {
    margin:0;
    padding:0;
    color:#222;
    font-size:14px;
    font-style:normal;
    font-weight:600;
    line-height:24px
}
.investing-pro-nav-bar-item_featuresList__VmfPh {
    margin-top:12px;
    padding:0;
    list-style:none
}
.investing-pro-nav-bar-item_featuresList__VmfPh li {
    margin-top:8px
}
.investing-pro-nav-bar-item_featuresList__VmfPh li:first-child {
    margin-top:0
}
.investing-pro-nav-bar-item_featuresList__VmfPh li a {
    color:#1256a0!important;
    font-size:12px;
    font-style:normal;
    font-weight:600;
    line-height:20px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:180px
}
.investing-pro-nav-bar-item_featureIcon__uu4uo {
    width:12px;
    height:12px;
    flex:0 0 12px;
    display:block
}
[dir=ltr] .investing-pro-nav-bar-item_featureIcon__uu4uo {
    margin-right:8px
}
[dir=rtl] .investing-pro-nav-bar-item_featureIcon__uu4uo {
    margin-left:8px
}
.investing-pro-nav-bar-item_newBadge__sqwkz {
    display:flex;
    height:14px;
    padding:1px 8px;
    justify-content:center;
    align-items:center;
    flex:0 0 auto;
    border-radius:8px;
    color:#111;
    text-align:center;
    font-size:8px;
    font-style:normal;
    font-weight:600;
    line-height:14px
}
[dir=ltr] .investing-pro-nav-bar-item_newBadge__sqwkz {
    margin-left:8px;
    background:linear-gradient(86deg,#fac761 8%,#f7681c 114.4%)
}
[dir=rtl] .investing-pro-nav-bar-item_newBadge__sqwkz {
    margin-right:8px;
    background:linear-gradient(-86deg,#fac761 8%,#f7681c 114.4%)
}
.investing-pro-nav-bar-item_moreSubmenu__fOCei {
    padding:8px 16px 16px
}
.investing-pro-nav-bar-item_moreTitle__XF6xT {
    color:#222;
    font-size:14px;
    font-style:normal;
    font-weight:600;
    line-height:24px
}
.investing-pro-nav-bar-item_moreList__bezEA {
    margin-top:12px;
    padding:0;
    list-style:none
}
.investing-pro-nav-bar-item_moreList__bezEA li {
    margin-top:12px
}
.investing-pro-nav-bar-item_moreList__bezEA li:first-child {
    margin-top:0
}
.investing-pro-nav-bar-item_moreList__bezEA li a {
    color:#1256a0!important;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    line-height:16px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:180px;
    position:relative
}
[dir=ltr] .investing-pro-nav-bar-item_moreList__bezEA li a {
    padding-right:16px
}
[dir=rtl] .investing-pro-nav-bar-item_moreList__bezEA li a {
    padding-left:16px
}
.investing-pro-nav-bar-item_moreList__bezEA li a svg {
    display:block;
    position:absolute;
    top:50%;
    transform:translateY(-50%)
}
[dir=ltr] .investing-pro-nav-bar-item_moreList__bezEA li a svg {
    right:0
}
[dir=rtl] .investing-pro-nav-bar-item_moreList__bezEA li a svg {
    left:0;
    transform:translateY(-50%) rotate(180deg)
}
.investing-pro-nav-bar-item_ad__nY_4E {
    width:190px;
    padding:8px 16px 12px;
    border-radius:4px;
    background:#fff
}
[dir=ltr] .investing-pro-nav-bar-item_ad__nY_4E {
    box-shadow:-4px 4px 32px 0 rgba(0,0,0,.08)
}
[dir=rtl] .investing-pro-nav-bar-item_ad__nY_4E {
    box-shadow:4px 4px 32px 0 rgba(0,0,0,.08)
}
.investing-pro-nav-bar-item_adTitle__alQq5 {
    color:#222;
    font-size:14px;
    font-style:normal;
    font-weight:600;
    line-height:24px
}
.investing-pro-nav-bar-item_adGraphic__OR4zX {
    display:block;
    margin-top:11px;
    width:100%;
    padding-bottom:59.6026490066%;
    height:0;
    background:no-repeat 50% #fff;
    background-size:cover
}
.investing-pro-nav-bar-item_adText__BsH0_ {
    margin-top:8px;
    color:#222;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    line-height:16px
}
.investing-pro-nav-bar-item_adText__BsH0_ b,.investing-pro-nav-bar-item_adText__BsH0_ strong {
    font-weight:600
}
.investing-pro-nav-bar-item_adViewControl__azeg1 {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-top:11px;
    color:#1256a0!important;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    line-height:24px
}
.investing-pro-nav-bar-item_adViewControl__azeg1 svg {
    flex:0 0 auto
}
[dir=ltr] .investing-pro-nav-bar-item_adViewControl__azeg1 svg {
    margin-left:4px
}
[dir=rtl] .investing-pro-nav-bar-item_adViewControl__azeg1 svg {
    margin-right:4px;
    transform:rotate(180deg)
}
.investing-pro-nav-bar-item_menuFooterLink__oJAXm {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size:16px;
    font-style:normal;
    font-weight:600;
    line-height:24px;
    color:#222!important
}
[dir=ltr] .investing-pro-nav-bar-item_menuFooterLink__oJAXm {
    padding:12px 16px 0 0
}
[dir=rtl] .investing-pro-nav-bar-item_menuFooterLink__oJAXm {
    padding:12px 0 0 16px
}
.investing-pro-nav-bar-item_menuFooterLinkArrow__PgxgY {
    flex:0 0 auto
}
[dir=ltr] .investing-pro-nav-bar-item_menuFooterLinkArrow__PgxgY {
    margin-left:8px
}
[dir=rtl] .investing-pro-nav-bar-item_menuFooterLinkArrow__PgxgY {
    margin-left:0;
    margin-right:8px;
    transform:rotate(180deg)
}
.investing-pro-nav-bar-item_footerLinkIcon__6w39y {
    flex:0 0 auto
}
[dir=ltr] .investing-pro-nav-bar-item_footerLinkIcon__6w39y {
    margin-right:8px
}
[dir=rtl] .investing-pro-nav-bar-item_footerLinkIcon__6w39y {
    margin-right:0;
    margin-left:8px
}
@media (max-width:1250px) {
    .navbar_multi_list_secondary-list__ukxxj,.navbar_multi_list_title__82MYE {
        display:none
    }
    .navbar_multi_list_primary-list__Ltruv {
        width:100%
    }
    .navbar_nav_item-is-opened__CTeBR .navbar_multi_list_primary-list__Ltruv+.navbar_multi_list_primary-list__Ltruv {
        display:block
    }
    .navbar_multi_list_primary-list__Ltruv+.navbar_multi_list_primary-list__Ltruv {
        display:none
    }
    [dir=ltr] .navbar_multi_list_primary-list__Ltruv .navbar_multi_list_list__BidbT,[dir=ltr] .navbar_multi_list_secondary-list__ukxxj .navbar_multi_list_list__BidbT {
        padding-left:0
    }
    [dir=rtl] .navbar_multi_list_primary-list__Ltruv .navbar_multi_list_list__BidbT,[dir=rtl] .navbar_multi_list_secondary-list__ukxxj .navbar_multi_list_list__BidbT {
        padding-right:0
    }
    .navbar_multi_list_link__B8IEy {
        flex:1 1;
        font-size:13px;
        color:#666
    }
    [dir=ltr] .navbar_multi_list_link__B8IEy {
        padding:12px 16px 12px 20px
    }
    [dir=rtl] .navbar_multi_list_link__B8IEy {
        padding:12px 44px 12px 16px
    }
    .navbar_multi_list_drop__fPJiC {
        max-height:0;
        transition:max-height .2s ease-out
    }
    .navbar_multi_list_drop_arrow__nYnhb {
        display:none
    }
}
@media (min-width:1250px) {
    .navbar_multi_list__FmPCH {
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
        --tw-text-opacity:1;
        color:rgb(51 51 51/var(--tw-text-opacity,1));
        display:grid!important;
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto auto
    }
    .navbar_multi_list_wrapper__THKf8 {
        display:flex
    }
    .navbar_multi_list_title__82MYE {
        margin-bottom:8px
    }
    .navbar_multi_list_link__B8IEy:focus,.navbar_multi_list_link__B8IEy:hover {
        text-decoration:underline
    }
    .navbar_multi_list_primary-list__Ltruv,.navbar_multi_list_secondary-list__ukxxj {
        flex:1 1;
        min-width:190px;
    }

    .navbar_multi_list_primary-list__Ltruv {
        grid-column:1/2
    }
    .navbar_multi_list_primary-list__Ltruv+.navbar_multi_list_primary-list__Ltruv {
        padding-top:0
    }
    .navbar_multi_list_primary-list__Ltruv+.navbar_multi_list_primary-list__Ltruv .navbar_multi_list_title__82MYE {
        border-top-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1));
        padding-top:8px;
        font-weight:700
    }
    .navbar_multi_list_secondary-list__ukxxj {
        grid-column:2/3;
        grid-row:1/-1;
        --tw-bg-opacity:1;
        background-color:rgb(242 242 242/var(--tw-bg-opacity,1));
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1))
    }
    [dir=ltr] .navbar_multi_list_secondary-list__ukxxj {
        border-left-width:1px
    }
    [dir=rtl] .navbar_multi_list_secondary-list__ukxxj {
        border-right-width:1px
    }
    .navbar_multi_list_secondary-list__ukxxj .navbar_multi_list_title__82MYE {
        font-size:.75rem
    }
    .navbar_multi_list_secondary-list__ukxxj .navbar_multi_list_link__B8IEy {
        font-weight:400
    }
}
.navbar_nav_item_link__hDYJW {
    font-weight:700;
    display:block
}
@media (max-width:1250px) {
    .navbar_nav__0QMXl {
        --tw-text-opacity:1;
        color:rgb(51 51 51/var(--tw-text-opacity,1))
    }
    .navbar_nav_list__PHV3V {
        flex:1 1
    }
    .navbar_nav_item__52C2T {
        display:block!important;
        margin-top:0;
        border-top-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(242 242 242/var(--tw-border-opacity,1));
        overflow:hidden
    }
    .navbar_nav_item__52C2T .navbar_nav_item_link_icon___VMUb {
        display:none
    }
    .navbar_nav_item_wrapper__heZF8 {
        flex:1 1;
        display:flex
    }
    [dir=ltr] .navbar_nav_item_wrapper__heZF8 {
        padding-left:8px
    }
    [dir=rtl] .navbar_nav_item_wrapper__heZF8 {
        padding-right:8px
    }
    .navbar_nav_item_link__hDYJW {
        display:flex;
        align-items:center;
        flex:1 1;
        font-size:15px;
        font-weight:500;
        text-shadow:0 1px 1px #fff
    }
    [dir=ltr] .navbar_nav_item_link__hDYJW {
        padding:12px 12px 13px 8px
    }
    [dir=rtl] .navbar_nav_item_link__hDYJW {
        padding:12px 8px 13px 12px
    }
    .navbar_nav_item_link__hDYJW:after {
        display:none
    }
    .navbar_nav_item_text__s9e_T {
        position:relative
    }
    [dir=ltr] .navbar_nav_item_text__s9e_T {
        margin-left:5px
    }
    [dir=rtl] .navbar_nav_item_text__s9e_T {
        margin-right:5px
    }
    .navbar_nav_item-opener__iN7f0 {
        font-size:.75rem;
        --tw-text-opacity:1;
        color:rgb(186 186 186/var(--tw-text-opacity,1));
        --tw-border-opacity:1;
        border-color:rgb(242 242 242/var(--tw-border-opacity,1));
        transform:rotate(0);
        transition:transform .2s ease-in-out
    }
    [dir=ltr] .navbar_nav_item-opener__iN7f0 {
        padding-left:8px;
        padding-right:12px;
        border-left-width:1px
    }
    [dir=rtl] .navbar_nav_item-opener__iN7f0 {
        padding-right:8px;
        padding-left:12px;
        border-right-width:1px
    }
    .navbar_nav_item-is-opened__CTeBR {
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
    }
    .navbar_nav_item-is-opened__CTeBR .navbar_multi_list__FmPCH,.navbar_nav_item-is-opened__CTeBR .navbar_nav_item_drop___6XdQ {
        max-height:10000px;
        transition:max-height .2s ease-out
    }
    .navbar_nav_item-is-opened__CTeBR .navbar_nav_item_wrapper__heZF8 {
        border-bottom-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(242 242 242/var(--tw-border-opacity,1))
    }
    .navbar_nav_item-is-opened__CTeBR .navbar_nav_item-opener__iN7f0 span {
        display:block;
        transition:transform .2s ease-in-out
    }
    [dir=ltr] .navbar_nav_item-is-opened__CTeBR .navbar_nav_item-opener__iN7f0 span {
        transform:rotate(180deg)
    }
    [dir=rtl] .navbar_nav_item-is-opened__CTeBR .navbar_nav_item-opener__iN7f0 span {
        transform:rotate(-180deg)
    }
    .navbar_nav_item_popup__bLQDC {
        display:none
    }
    .navbar_nav_item_drop___6XdQ {
        max-height:0;
        transition:max-height .2s ease-out
    }
    .navbar_nav_item_drop_item__Qff_S>a {
        font-size:.875rem;
        color:#666
    }
    [dir=ltr] .navbar_nav_item_drop_item__Qff_S>a {
        padding:12px 16px 12px 44px
    }
    [dir=rtl] .navbar_nav_item_drop_item__Qff_S>a {
        padding:12px 44px 12px 16px
    }
    .navbar_nav_item_drop___6XdQ .navbar_navbar_multi-list_primary-list__39gL3,.navbar_nav_item_drop_arrow__bj_35 {
        display:none
    }
    .navbar_nav__0QMXl .lazyload-wrapper {
        display:flex!important;
        align-items:center;
        justify-content:center
    }
    .user-area_user-area__rmf5_.flex ul{
        margin-bottom: 0px;
    }
}
@media (min-width:1250px) {
    .navbar_nav_list__PHV3V {
        display:flex;
        align-items:center
    }
    .navbar_nav_item__52C2T {
        position:relative;
        margin-top:0
    }
    .navbar_nav_item_text__s9e_T {
        display:inline-flex;
        align-items:baseline;
        justify-content:center
    }
    .navbar_nav_item__52C2T:focus,.navbar_nav_item__52C2T:hover {
        --tw-text-opacity:1;
        color:rgb(51 51 51/var(--tw-text-opacity,1));
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
        box-shadow:0 1px 0 0 #fff
    }
    .navbar_nav_item__52C2T:focus .navbar_nav_item_drop___6XdQ,.navbar_nav_item__52C2T:hover .navbar_nav_item_drop___6XdQ {
        display:block;
        z-index:10
    }
    [dir=ltr] .navbar_nav_item__52C2T:focus .navbar_nav_item_drop___6XdQ.navbar_proMenu__MP5dv,[dir=ltr] .navbar_nav_item__52C2T:hover .navbar_nav_item_drop___6XdQ.navbar_proMenu__MP5dv {
        left:auto;
        right:-2px
    }
    [dir=rtl] .navbar_nav_item__52C2T:focus .navbar_nav_item_drop___6XdQ.navbar_proMenu__MP5dv,[dir=rtl] .navbar_nav_item__52C2T:hover .navbar_nav_item_drop___6XdQ.navbar_proMenu__MP5dv {
        right:auto;
        left:-2px
    }
    .navbar_nav_item_highlighted__FGnT0 {
        padding-top:1px;
        top:1px;
        --tw-text-opacity:1;
        color:rgb(51 51 51/var(--tw-text-opacity,1));
        --tw-bg-opacity:1;
        background-color:rgb(248 248 248/var(--tw-bg-opacity,1))
    }
    .navbar_nav_item__52C2T .navbar_nav_item_link_icon___VMUb {
        display:none
    }
    [dir=ltr] .navbar_nav_item__52C2T:first-child .navbar_nav_item_link__hDYJW,[dir=ltr] .navbar_nav_item__52C2T:last-child .navbar_nav_item_link__hDYJW {
        padding-right:16px
    }
    [dir=rtl] .navbar_nav_item__52C2T:first-child .navbar_nav_item_link__hDYJW,[dir=rtl] .navbar_nav_item__52C2T:last-child .navbar_nav_item_link__hDYJW {
        padding-left:16px
    }
    .navbar_nav_item__52C2T:first-child .navbar_nav_item_link__hDYJW .navbar_nav_item_link_icon___VMUb,.navbar_nav_item__52C2T:last-child .navbar_nav_item_link__hDYJW .navbar_nav_item_link_icon___VMUb {
        font-size:.625rem;
        display:inline;
        display:initial;
        position:absolute;
        top:10px
    }
    [dir=ltr] .navbar_nav_item__52C2T:first-child .navbar_nav_item_link__hDYJW .navbar_nav_item_link_icon___VMUb,[dir=ltr] .navbar_nav_item__52C2T:last-child .navbar_nav_item_link__hDYJW .navbar_nav_item_link_icon___VMUb {
        margin-left:.25rem
    }
    [dir=rtl] .navbar_nav_item__52C2T:first-child .navbar_nav_item_link__hDYJW .navbar_nav_item_link_icon___VMUb,[dir=rtl] .navbar_nav_item__52C2T:last-child .navbar_nav_item_link__hDYJW .navbar_nav_item_link_icon___VMUb {
        margin-right:.25rem
    }
    .navbar_nav_item__52C2T:first-child .navbar_nav_item_link__hDYJW {
        font-size:14px
    }
    [dir=rtl] .navbar_nav_item__52C2T:first-child .navbar_nav_item_link__hDYJW {
        margin-right:-13px;
        margin-left:13px
    }
    .navbar_nav_item__52C2T:first-child .navbar_nav_item_link__hDYJW .navbar_nav_item_link_icon___VMUb {
        top:12px
    }
    .navbar_nav_item__52C2T:first-child:hover .navbar_nav_item_link__hDYJW {
        margin:0
    }
    [dir=ltr] .navbar_nav_item__52C2T:last-child:focus .navbar_nav_item_drop___6XdQ,[dir=ltr] .navbar_nav_item__52C2T:last-child:hover .navbar_nav_item_drop___6XdQ {
        left:auto;
        right:-1px
    }
    [dir=rtl] .navbar_nav_item__52C2T:last-child:focus .navbar_nav_item_drop___6XdQ,[dir=rtl] .navbar_nav_item__52C2T:last-child:hover .navbar_nav_item_drop___6XdQ {
        right:auto;
        left:-1px
    }
    .navbar_nav_item_link__hDYJW {
        font-size:.75rem;
        padding:0 9px;
        height:32px;
        line-height:32px;
        position:relative
    }
    .navbar_nav_item_link__hDYJW .navbar_premium__utAQO {
        position:relative;
        top:-6px;
        font-weight:400;
        padding-top:1px;
        padding-bottom:1px
    }
    [dir=ltr] .navbar_nav_item_link__hDYJW .navbar_premium__utAQO {
        left:4px
    }
    [dir=rtl] .navbar_nav_item_link__hDYJW .navbar_premium__utAQO {
        right:4px
    }
    .navbar_nav_item_link__hDYJW.navbar_compact__S_OKf {
        padding-left:11px;
        padding-right:11px
    }
    .navbar_nav_item_drop___6XdQ {
        display:none;
        position:absolute;
        top:100%;
        min-width:180px;
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
    }
    [dir=ltr] .navbar_nav_item_drop___6XdQ {
        left:-1px
    }
    [dir=rtl] .navbar_nav_item_drop___6XdQ {
        right:-1px
    }
    .navbar_nav_item_drop_item__Qff_S {
        padding:0 12px;
        margin:0;
        border-top:1px solid transparent;
        border-bottom:1px solid transparent
    }
    .navbar_nav_item_drop_item__Qff_S>a {
        font-size:.875rem;
        font-weight:700;
        --tw-text-opacity:1;
        color:rgb(18 86 160/var(--tw-text-opacity,1));
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:10px 0;
        border-top-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1))
    }
    .navbar_nav_item_drop_item__Qff_S:first-child,.navbar_nav_item_drop_item__Qff_S:first-child>a {
        border-top:0
    }
    .navbar_nav_item_drop_item__Qff_S:focus,.navbar_nav_item_drop_item__Qff_S:hover {
        --tw-bg-opacity:1;
        background-color:rgb(237 244 250/var(--tw-bg-opacity,1));
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1))
    }
    .navbar_nav_item_drop_item__Qff_S:focus>a,.navbar_nav_item_drop_item__Qff_S:hover>a {
        border-color:transparent;
        --tw-text-opacity:1;
        color:rgb(51 51 51/var(--tw-text-opacity,1))
    }
    .navbar_nav_item_drop_item__Qff_S:focus+.navbar_nav_item_drop_item__Qff_S a,.navbar_nav_item_drop_item__Qff_S:hover+.navbar_nav_item_drop_item__Qff_S a {
        border-color:transparent
    }
    .navbar_nav_item_drop_item__Qff_S:focus .navbar_nav_item_popup__bLQDC,.navbar_nav_item_drop_item__Qff_S:hover .navbar_nav_item_popup__bLQDC {
        display:block
    }
    .navbar_nav_item_drop_arrow__bj_35 {
        display:block;
        font-size:.6875rem;
        --tw-text-opacity:1;
        color:rgb(186 186 186/var(--tw-text-opacity,1));
        margin-top:.25rem
    }
    [dir=ltr] .navbar_nav_item_drop_arrow__bj_35 {
        margin-left:auto
    }
    [dir=rtl] .navbar_nav_item_drop_arrow__bj_35 {
        margin-right:auto;
        transform:scaleX(-1)
    }
    .navbar_nav_item_popup__bLQDC {
        top:4px
    }
    [dir=ltr] .navbar_nav_item_popup__bLQDC {
        left:calc(100% - 10px)
    }
    [dir=rtl] .navbar_nav_item_popup__bLQDC {
        right:calc(100% - 10px)
    }
    [dir=ltr] .navbar_nav_item_popup__bLQDC,[dir=rtl] .navbar_nav_item_popup__bLQDC {
        display:none
    }
    .navbar_nav_item_popup__bLQDC .navbar_multi_list__FmPCH {
        border-color:transparent
    }
    .navbar_nav_item__52C2T.navbar_proItem__mc6Iw:hover .navbar_nav_item_wrapper__heZF8 {
        background:#f8f8f8;
        position:relative;
        z-index:11
    }
    .navbar_nav_item__52C2T.navbar_proItem__mc6Iw:first-child .navbar_nav_item_link__hDYJW .navbar_nav_item_link_icon___VMUb,.navbar_nav_item__52C2T.navbar_proItem__mc6Iw:last-child .navbar_nav_item_link__hDYJW .navbar_nav_item_link_icon___VMUb {
        display:none!important
    }
}
.navbar_proMenu__MP5dv {
    min-width:600px;
    border:none!important
}
[dir=ltr] .navbar_proMenu__MP5dv {
    border-radius:4px 0 4px 4px;
    background:linear-gradient(90deg,#fac761 .02%,#ff7901 100.07%);
    box-shadow:8px 8px 32px rgba(0,0,0,.08)!important
}
[dir=rtl] .navbar_proMenu__MP5dv {
    border-radius:0 4px 4px 4px;
    background:linear-gradient(-90deg,#fac761 .02%,#ff7901 100.07%);
    box-shadow:-8px 8px 32px rgba(0,0,0,.08)!important
}
.navbar_externalLinkIcon__znnsK {
    --tw-text-opacity:1;
    color:rgb(186 186 186/var(--tw-text-opacity,1))
}
[dir=ltr] .navbar_portfolioStar__cM3sn {
    margin-right:4px
}
[dir=rtl] .navbar_portfolioStar__cM3sn {
    margin-left:4px
}
@media (max-width:1250px) {
    .quick-links_quick-links__GwdfT {
        overflow-y:hidden;
        overflow-x:auto;
        webkit-overflow-scrolling:touch;
        padding:0;
        --tw-bg-opacity:1;
        background-color:var(--main-color);
    }
    .quick-links_quick-links__GwdfT::-webkit-scrollbar {
        display:none
    }
    .quick-links_quick-links__GwdfT .quick-links_list__RDrrA {
        align-items:center;
        flex-wrap:nowrap
    }
    .quick-links_quick-links__GwdfT .quick-links_item__N8CIb {
        font-size:1rem;
        --tw-text-opacity:1;
        color:rgb(255 255 255/var(--tw-text-opacity,1))
    }
    .quick-links_quick-links__GwdfT .quick-links_link__YHnJx {
        white-space:nowrap;
        padding:12px 10px;
        border-bottom:2px solid transparent
    }
    .quick-links_quick-links__GwdfT .quick-links_selected___feIR {
        box-shadow:inset 0 -3px 0 0 orange
    }
}
@media (min-width:1250px) {
    .quick-links_quick-links__GwdfT {
        --tw-bg-opacity:1;
        background-color:rgb(248 248 248/var(--tw-bg-opacity,1));
        border-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1));
        --tw-shadow:0 1px 3px rgba(0,0,0,.2);
        --tw-shadow-colored:0 1px 3px var(--tw-shadow-color);
        box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }
    .quick-links_quick-links__GwdfT .quick-links_item__N8CIb {
        font-size:.75rem;
        color:#666;
        flex-shrink:0
    }
    [dir=ltr] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb {
        margin-left:0
    }
    [dir=rtl] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb {
        margin-right:0
    }
    .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:not(:first-child) {
        padding-top:1px;
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1))
    }
    [dir=ltr] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:not(:first-child) {
        border-right-width:1px
    }
    [dir=rtl] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:not(:first-child) {
        border-left-width:1px
    }
    [dir=ltr] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:first-child {
        padding:2px 12px 3px 0
    }
    [dir=rtl] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:first-child {
        padding:2px 0 3px 12px
    }
    .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:first-child .quick-links_link__YHnJx {
        font-weight:600;
        position:relative;
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
        border-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(218 218 218/var(--tw-border-opacity,1));
        padding:3px 12px 1px;
        flex-shrink:0
    }
    .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:first-child .quick-links_link__YHnJx:after {
        content:"";
        position:absolute;
        top:2px;
        display:block;
        width:14px;
        height:14px;
        background-color:inherit;
        border:inherit;
        border-bottom:0;
        transform-origin:center
    }
    [dir=ltr] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:first-child .quick-links_link__YHnJx:after {
        right:-8px;
        border-left:0;
        transform:rotate(45deg)
    }
    [dir=rtl] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:first-child .quick-links_link__YHnJx:after {
        left:-8px;
        border-right:0;
        transform:rotate(-45deg)
    }
    [dir=ltr] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:last-child {
        border-right:0
    }
    [dir=rtl] .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:last-child {
        border-left:0
    }
    .quick-links_quick-links__GwdfT .quick-links_item__N8CIb .quick-links_link__YHnJx {
        padding:5px 8px
    }
    .quick-links_quick-links__GwdfT .quick-links_item__N8CIb:focus,.quick-links_quick-links__GwdfT .quick-links_item__N8CIb:hover {
        text-decoration:underline
    }
    .quick-links_quick-links__GwdfT .quick-links_selected___feIR {
        font-weight:600
    }
}
.header_header__ts5le {
    --tw-bg-opacity:1;
    background-color:none;
    position:sticky;
    top:0;
    z-index:1
}
.header_header__ts5le .header_top-row__i6XkJ {
    display:flex;
    position:relative
}
@media (max-width:1250px) {
    .header_header__ts5le {
        position:sticky;
        top:0;
        z-index:14;
        padding:0;
        margin-bottom:0;
        transition:margin-bottom .1s ease-in
    }
    .header_header__ts5le .header_quicklinks-wrapper__X4f5X {
        width:100%;
        height:46.8px;
        transition:height .1s ease-in;
        z-index:1
    }
    .header_header__ts5le.header_sticky__iOy_Z {
        margin-bottom:46.8px
    }
    .header_header__ts5le.header_sticky__iOy_Z .header_quicklinks-wrapper__X4f5X {
        height:0
    }
    .header_header__ts5le .header_top-row__i6XkJ {
        --tw-bg-opacity:1;
        background-color:var(--main-color);;
        padding:12px 10px;
        position:sticky;
        top:0;
        z-index:2;
        align-items:center
    }
    [dir=ltr] .header_header__ts5le .header_logo__RW0M7 {
        margin-right:auto
    }
    [dir=rtl] .header_header__ts5le .header_logo__RW0M7 {
        margin-left:auto
    }
    .header_header__ts5le .header_mobile-signup__Qqce1 {
        --tw-text-opacity:1;
        color:rgb(51 51 51/var(--tw-text-opacity,1));
        white-space:nowrap;
        border-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(255 165 0/var(--tw-border-opacity,1));
        border-radius:4px;
        padding-left:8px;
        padding-right:8px;
        flex-shrink:0
    }
    .header_header__ts5le .header_menu-button___fM3l {
        height:2rem;
        width:2rem;
        --tw-text-opacity:1;
        color:rgb(255 255 255/var(--tw-text-opacity,1))
    }
    [dir=ltr] .header_header__ts5le .header_menu-button___fM3l {
        margin-right:8px
    }
    [dir=rtl] .header_header__ts5le .header_menu-button___fM3l {
        margin-left:8px
    }
    .header_header__ts5le .header_bottom-row__STej2 {
        position:fixed;
        flex-direction:column;
        justify-content:flex-start;
        top:52px;
        height:calc(100vh - 52px);
        height:calc(var(--vh, 1vh) * 100 - 52px);
        width:68vw;
        --tw-bg-opacity:1;
        background-color:rgb(248 248 248/var(--tw-bg-opacity,1));
        --tw-border-opacity:1;
        border-color:rgb(255 165 0/var(--tw-border-opacity,1));
        border-top-width:3px;
        transform:translateX(0);
        transition:transform .2s ease-in-out;
        overflow-y:auto;
        overflow-x:hidden;
        z-index:10
    }
    [dir=ltr] .header_header__ts5le .header_bottom-row__STej2 {
        right:100%
    }
    [dir=rtl] .header_header__ts5le .header_bottom-row__STej2 {
        left:100%
    }
    .header_header__ts5le .header_bottom-row__STej2 .lazyload-wrapper {
        display:none
    }
    .header_header__ts5le .header_bottom-row-opened__BBaGS {
        transition:transform .3s ease-in-out
    }
    [dir=ltr] .header_header__ts5le .header_bottom-row-opened__BBaGS {
        transform:translateX(100%)
    }
    [dir=rtl] .header_header__ts5le .header_bottom-row-opened__BBaGS {
        transform:translateX(-100%)
    }
    .header_header__ts5le .header_bottom-row-opened__BBaGS .lazyload-wrapper {
        display:block
    }
    .header_header__ts5le .header_extra-actions__nxVJQ span {
        --tw-text-opacity:1;
        color:rgb(51 51 51/var(--tw-text-opacity,1));
        font-size:.875rem;
        font-weight:400;
        text-shadow:0 1px 1px #fff
    }
    .header_header__ts5le .header_extra-actions__nxVJQ li {
        margin:0;
        border-top-width:1px;
        --tw-border-opacity:1;
        border-color:rgb(242 242 242/var(--tw-border-opacity,1))
    }
    [dir=ltr] .header_header__ts5le .header_extra-actions__nxVJQ li {
        padding-left:10px
    }
    [dir=rtl] .header_header__ts5le .header_extra-actions__nxVJQ li {
        padding-right:10px
    }
    .header_header__ts5le .header_extra-actions__nxVJQ button {
        width:100%;
        justify-content:flex-start;
        padding-top:12px;
        padding-bottom:12px
    }
    .header_header__ts5le .header_sign-out-button___y7NY {
        font-size:.875rem;
        font-weight:400
    }
    .header_header__ts5le .header_sign-out-button___y7NY .header_icon__SiAfw {
        font-size:1rem;
        --tw-text-opacity:1;
        color:rgb(186 186 186/var(--tw-text-opacity,1))
    }
    [dir=ltr] .header_header__ts5le .header_sign-out-button___y7NY .header_icon__SiAfw {
        margin-right:.25rem
    }
    [dir=rtl] .header_header__ts5le .header_sign-out-button___y7NY .header_icon__SiAfw {
        margin-left:.25rem
    }
    .header_header__ts5le .header_overlay__Sb2rH {
        top:52px;
        background-color:var(--main-color);;
        --tw-bg-opacity:0.75
    }
    .header_header__ts5le .header_bottom-row-wrapper__tEEGr {
        position:absolute;
        width:100%;
        transform:translateY(0);
        background-color:rgba(107, 114, 128, 0.5);
        transition:transform .1s ease-in;
        z-index:1;
    }
}
@media (min-width:1250px) {
    .header_header__ts5le .header_bottom-row-wrapper__tEEGr,.header_header__ts5le .header_top-row-wrapper__7SAiJ {
        --tw-text-opacity:1;
        color:rgb(255 255 255/var(--tw-text-opacity,1));
        --tw-bg-opacity:1;
        background-color:var(--main-color);
    }
    .header_header__ts5le .header_top-row__i6XkJ {
        align-items:center;
        padding:6px 0
    }
    .header_header__ts5le .header_top-row-wrapper__7SAiJ {
        position:sticky;
        z-index:2
    }
    .header_header__ts5le .header_bottom-row-wrapper__tEEGr {
        position:absolute;
        width:100%;
        transform:translateY(0);
        transition:transform .1s ease-in;
        z-index:1,
        
    }

    .header_header__ts5le.header_sticky__iOy_Z {
        --tw-shadow:0 1px 3px rgba(0,0,0,.2);
        --tw-shadow-colored:0 1px 3px var(--tw-shadow-color);
        box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }
    .header_header__ts5le.header_sticky__iOy_Z .header_bottom-row-wrapper__tEEGr {
        transform:translateY(-66px)
    }
    .header_header__ts5le.header_no-quicklinks__nfdQG .header_bottom-row-wrapper__tEEGr {
        transform:translateY(-78px)
    }
    .worldMarkets_markets__Ky_e_ {
        position:relative
    }
    [dir=ltr] .worldMarkets_markets__Ky_e_ {
        margin-right:12px
    }
    [dir=rtl] .worldMarkets_markets__Ky_e_ {
        margin-left:12px
    }
    .worldMarkets_markets_popup__gRGh2 {
        min-width:180px;
        top:calc(100% + 10px)
    }
    [dir=ltr] .worldMarkets_markets_popup__gRGh2 {
        right:calc(100% - 46px)
    }
    [dir=rtl] .worldMarkets_markets_popup__gRGh2 {
        left:calc(100% - 46px)
    }
    .worldMarkets_markets-list__cqkJd {
        padding:0 4px
    }
    .worldMarkets_markets-item__SXvqG {
        flex-direction:column;
        align-items:flex-start
    }
    [dir=ltr] .worldMarkets_markets-item__SXvqG {
        padding:0 8px 8px 0
    }
    [dir=rtl] .worldMarkets_markets-item__SXvqG {
        padding:0 0 8px 8px
    }
    .worldMarkets_markets-item__SXvqG:focus .worldMarkets_markets-name__OUPS8,.worldMarkets_markets-item__SXvqG:hover .worldMarkets_markets-name__OUPS8 {
        text-decoration:underline
    }
    .worldMarkets_markets-link__0uoZl {
        display:block
    }
    .worldMarkets_markets-name__OUPS8 {
        font-size:.75rem;
        font-weight:700;
        --tw-text-opacity:1;
        color:rgb(18 86 160/var(--tw-text-opacity,1));
        margin-bottom:4px
    }
    .worldMarkets_markets-text__RoyMV {
        display:flex;
        align-items:center;
        --tw-text-opacity:1;
        color:rgb(134 134 134/var(--tw-text-opacity,1));
        font-size:.75rem;
        white-space:nowrap
    }
    .worldMarkets_markets__Ky_e_ .worldMarkets_clock__BhbG5 {
        font-size:.875rem
    }
    [dir=ltr] .worldMarkets_markets__Ky_e_ .worldMarkets_clock__BhbG5 {
        padding-right:.25rem
    }
    [dir=rtl] .worldMarkets_markets__Ky_e_ .worldMarkets_clock__BhbG5 {
        padding-left:.25rem
    }
    .worldMarkets_markets__Ky_e_ .worldMarkets_clock--close___nnYa {
        --tw-text-opacity:1;
        color:rgb(255 0 0/var(--tw-text-opacity,1))
    }
    .worldMarkets_markets__Ky_e_ .worldMarkets_clock--open__iult_ {
        --tw-text-opacity:1;
        color:rgb(14 166 0/var(--tw-text-opacity,1))
    }
}
.header-icons_header-icons__esuH1.header-icons_header-icons__esuH1 {
    font-size:.9375rem;
    --tw-text-opacity:1;
    color:rgb(134 134 134/var(--tw-text-opacity,1));
    padding:2px 4px
}
.header-icons_header-icons__esuH1.header-icons_header-icons__esuH1:active,.header-icons_header-icons__esuH1.header-icons_header-icons__esuH1:focus,.header-icons_header-icons__esuH1.header-icons_header-icons__esuH1:hover {
    --tw-text-opacity:1;
    color:rgb(255 255 255/var(--tw-text-opacity,1))
}
.ad_ad__II8vw {
    min-height:var(--ad-height)
}
.ad_ad-margin-bottom__BMNU5 {
    margin-bottom:16px
}
.ad_ad-margin-bottom-double__XyeGF {
    margin-bottom:24px
}
.ad_ad-margin-top__9v9Bt {
    margin-top:16px
}
.ad_ad-margin-top-double__dzkg1 {
    margin-top:24px
}
.ad_ad--loading__50bx6 {
    --tw-bg-opacity:1;
    background-color:rgb(0 0 0/var(--tw-bg-opacity,1));
    position:relative;
    margin-bottom:16px
}
.ad_ad--loading__50bx6:before {
    position:absolute;
    content:"";
    width:50px;
    height:50px;
    background:inherit;
    border-radius:50%;
    border-width:2px;
    --tw-border-opacity:1;
    border-color:rgb(0 0 0/var(--tw-border-opacity,1));
    border-top-color:#fff;
    animation:ad_rotation__0AJin 1s linear infinite;
    top:calc(50% - 25px)
}
[dir=ltr] .ad_ad--loading__50bx6:before {
    left:calc(50% - 25px)
}
[dir=rtl] .ad_ad--loading__50bx6:before {
    right:calc(50% - 25px)
}
@keyframes ad_rotation__0AJin {
    0% {
        transform:rotate(0deg)
    }
    to {
        transform:rotate(359deg)
    }
}
.ad_ad__label__2NPqI {
    position:relative
}
.ad_ad__label__2NPqI:before {
    content:attr(data-ad-label);
    position:absolute;
    display:inline-block;
    font-size:.5625rem;
    text-transform:uppercase;
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1));
    padding:2px 8px;
    z-index:1
}
[dir=ltr] .ad_ad__label__2NPqI:before {
    left:50%;
    transform:translateX(-50%)
}
[dir=rtl] .ad_ad__label__2NPqI:before {
    right:50%;
    transform:translateX(50%)
}
.ad_ad__label__2NPqI:after {
    content:"";
    position:absolute;
    height:1px;
    --tw-bg-opacity:1;
    background-color:rgb(218 218 218/var(--tw-bg-opacity,1))
}
.ad_ad--hide__54Zyt {
    display:none!important
}
.ad_ad--customHeight__6_fr_ {
    height:var(--customHeight)
}
@media (max-width:969px) {
    .ad_ad__II8vw {
        overflow-x:hidden
    }
    .ad_ad__label__2NPqI {
        padding-top:24px;
        margin-top:20px
    }
    .ad_ad__label__2NPqI:before {
        top:0;
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1));
        --tw-text-opacity:1;
        color:rgb(134 134 134/var(--tw-text-opacity,1))
    }
    .ad_ad__label__2NPqI:after {
        width:calc(100vw - 20px);
        top:7px
    }
    [dir=ltr] .ad_ad__label__2NPqI:after {
        left:10px
    }
    [dir=rtl] .ad_ad__label__2NPqI:after {
        right:10px
    }
    .ad_ad-sticky__T0cSU {
        position:sticky;
        display:grid;
        grid-template-columns:1fr;
        grid-template-rows:minmax(54px,1fr);
        max-height:78px;
        bottom:0;
        width:100%;
        margin-bottom:0;
        --tw-bg-opacity:1;
        background-color:rgb(218 218 218/var(--tw-bg-opacity,1));
        z-index:4
    }
    .ad_ad-sticky__T0cSU:before {
        background-color:inherit
    }
    .ad_ad__II8vw>div {
        width:-moz-fit-content;
        width:fit-content;
        margin:0 auto
    }
    .ad_ad-tnb__LhfD9>div {
        width:auto
    }
}
@media (min-width:970px) {
    .ad_ad__label__2NPqI {
        width:100%;
        min-width:100%;
        padding-top:15px;
        margin-top:24px
    }
    .ad_ad__label__2NPqI:before {
        top:-10px;
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255/var(--tw-bg-opacity,1))
    }
    .ad_ad__label__2NPqI:after {
        width:100%;
        top:-3px
    }
    .ad_ad--billboard__nIXKi {
        display:flex;
        justify-content:center;
        margin-left:auto;
        margin-right:auto;
        max-width:970px
    }
    .ad_ad--billboard-no-label__11VIL {
        padding-top:15px;
        margin-top:24px
    }
}
.ad_adgroup__SAKTz {
    position:relative
}
.ad_adgroup__SAKTz:before {
    content:attr(data-ad-label);
    position:absolute;
    display:inline-block;
    font-size:.625rem;
    --tw-text-opacity:1;
    color:rgb(51 51 51/var(--tw-text-opacity,1));
    padding:2px 8px;
    z-index:1
}
[dir=ltr] .ad_adgroup__SAKTz:before {
    left:50%;
    transform:translateX(-50%)
}
[dir=rtl] .ad_adgroup__SAKTz:before {
    right:50%;
    transform:translateX(50%)
}
@media (max-width:1250px) {
    .MainLayout_footer-ad__AiWKF>div {
        display:grid;
        grid-template-rows:repeat(1,minmax(0,1fr));
        grid-template-columns:repeat(1,minmax(0,1fr));
        width:100%;
        justify-content:center
    }
}
.auth_popup_popup__57rv7 {
    width:-moz-min-content;
    width:min-content;
    height:-moz-min-content;
    height:min-content;
    padding-bottom:0;
    background:transparent;
    border:none;
    box-shadow:none
}
.auth_popup_re_popup__kugxV {
    background:#fff;
    min-height:480px;
    width:380px;
    padding:32px 40px;
    border-radius:3px;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    margin:0
}
.auth_popup_re_popup__kugxV [class^=signup_title] {
    font-size:18px;
    line-height:20px
}
.auth_popup_re_popup__kugxV [class^=signup_emailResent] {
    padding:0;
    background:transparent;
    line-height:16px;
    font-weight:700;
    color:#0ea600;
    margin-bottom:16px
}
.auth_popup_re_popup__kugxV [class^=signup_agreement] {
    margin-top:8px
}
.auth_popup_re_popup__kugxV.auth_popup_pro_preview_modal__9z_sK {
    width:970px;
    min-height:642px
}
.auth_popup_darkBackground___oAw5 {
    background-color:rgba(16,22,26,.7)
}
.signup_header__nrSk1 {
    display:flex;
    margin:4px 0 24px;
    align-items:center;
    justify-content:space-between;
    width:100%
}
.signup_back__eeopQ,.signup_close__usH77 {
    color:#999;
    font-size:16px;
    padding:3px
}
[dir=ltr] .signup_back__eeopQ {
    margin-right:14px
}
[dir=rtl] .signup_back__eeopQ {
    margin-left:14px
}
.signup_back__eeopQ svg {
    transform:scaleX(-1)
}
.signup_title__n97yW {
    font-size:16px;
    line-height:18px;
    font-weight:700
}
.signup_card__TtSzk {
    display:flex;
    flex-direction:column;
    padding:24px;
    background:#fff;
    box-shadow:0 3px 6px rgba(35,47,52,.05);
    border-radius:3px
}
.signup_chooseMethodCard__Re66p {
    padding:40px
}
.signup_emailResent__Y9Dk5 {
    background:#f2f2f2;
    border-radius:2px;
    padding:12px 16px;
    margin-bottom:24px
}
.signup_currentEmail__LTX4U {
    font-weight:700;
    margin-top:8px;
    margin-bottom:24px;
    overflow-wrap:break-word
}
.signup_changeOrResend__D7nA_ {
    margin-bottom:24px
}
.signup_changeOrResend__D7nA_ span {
    color:#bababa;
    margin:0 14px
}
.signup_newEmail__Nink1 {
    margin-top:24px
}
.signup_row__eE1JL {
    display:flex
}
.signup_button____SkB {
    background:#1256a0;
    box-shadow:0 3px 6px 0 #1256a033;
    border-radius:3px;
    height:56px;
    color:#fff;
    width:100%;
    font-size:14px
}
.signup_button____SkB.signup_icon__LG0SL {
    padding:0 24px;
    justify-content:normal
}
.signup_button____SkB.signup_icon__LG0SL svg {
    font-size:20px
}
[dir=ltr] .signup_button____SkB.signup_icon__LG0SL svg {
    margin-right:16px
}
[dir=rtl] .signup_button____SkB.signup_icon__LG0SL svg {
    margin-left:16px
}
.signup_button____SkB.signup_google__0YUWS {
    background:#4285f4;
    margin-bottom:24px;
    margin-top:32px
}
.signup_button____SkB.signup_facebook__7EjuA {
    background:#1256a0;
    margin-bottom:24px
}
.signup_button____SkB.signup_apple__UmxPi {
    background:#000;
    margin-bottom:8px
}
.signup_apple__UmxPi svg,.signup_facebook__7EjuA svg {
    color:#1256a0;
    background:#fff;
    border-radius:50%
}
.signup_button____SkB.signup_secondary__npUD9 {
    background:#fff;
    border:1px solid #1256a0;
    color:#1256a0;
    margin-top:8px
}
.signup_button____SkB.signup_cancel__xwgbL {
    margin-top:24px
}
.signup_separator__kTi8u {
    background-color:#dfdede;
    margin-top:16px;
    margin-bottom:16px;
    height:1px;
    position:relative
}
.signup_separator__kTi8u span {
    position:absolute;
    top:50%;
    min-height:100%;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    padding:0 26px;
    color:#6d7681;
    font-size:12px
}
[dir=ltr] .signup_separator__kTi8u span {
    left:50%;
    transform:translate(-50%,-50%)
}
[dir=rtl] .signup_separator__kTi8u span {
    right:50%;
    transform:translate(50%,-50%)
}
.signup_footer__nVrpP {
    text-align:center;
    font-size:12px;
    line-height:22px;
    margin-top:24px;
    color:#333
}
.signup_button____SkB+.signup_separator__kTi8u {
    margin-top:24px
}
.signup_header__nrSk1+.signup_separator__kTi8u {
    margin-bottom:24px
}
.signup_separator__kTi8u+.signup_footer__nVrpP {
    margin-top:0
}
.signup_link__0v8io {
    font-weight:700;
    color:#1256a0
}
.signup_errorMessage__Y04m_ {
    color:#a60000;
    font-size:12px;
    line-height:14px;
    min-height:14px;
    margin-top:6px;
    margin-bottom:12px
}
.signup_agreement__LrdkO {
    color:#9b9b9b;
    font-size:12px;
    line-height:22px;
    text-align:center;
    margin-top:32px
}
.signup_agreement__LrdkO a {
    text-decoration:underline
}
.signup_isStartScreen__W1o2A .signup_footer__nVrpP {
    font-size:14px;
    line-height:20px;
    margin-top:48px
}
.social-auth-button_button__4UcrI {
    border-radius:3px;
    height:40px;
    color:#fff;
    width:100%;
    font-size:14px;
    letter-spacing:.2px;
    font-family:Arial,sans-serif
}
.social-auth-button_button__4UcrI[hidden] {
    display:none!important
}
.social-auth-button_icon__0fp5Q {
    padding:0 24px;
    justify-content:normal
}
.social-auth-button_icon__0fp5Q svg {
    box-sizing:border-box;
    font-size:20px;
    flex:0 0 auto
}
[dir=ltr] .social-auth-button_icon__0fp5Q svg {
    margin:2px 14px 2px 2px
}
[dir=rtl] .social-auth-button_icon__0fp5Q svg {
    margin:2px 2px 2px 14px
}
.social-auth-button_google__tsOf_ {
    background:#4285f4;
    margin-bottom:24px;
    margin-top:32px;
    box-shadow:0 3px 6px rgba(66,133,244,.2)
}
.social-auth-button_apple___oQhx {
    background:#000;
    margin-bottom:10px;
    margin-top:18px;
    box-shadow:0 3px 6px rgba(66,133,244,.2)
}
.social-auth-button_apple___oQhx svg {
    font-size:26px
}
[dir=ltr] .social-auth-button_apple___oQhx svg {
    margin:2px 10px 2px 0
}
[dir=rtl] .social-auth-button_apple___oQhx svg {
    margin:2px 0 2px 10px
}
.social-auth-button_appleWrapper__6ZsVo div[tabindex="0"],.social-auth-button_googleWrapper__WV2Qb div[tabindex="0"] {
    height:56px
}
.social-auth-button_facebook__X37tc {
    background:#1256a0;
    margin-bottom:8px;
    box-shadow:0 3px 6px rgba(18,86,160,.2)
}
.social-auth-button_google__tsOf_[hidden]+.social-auth-button_facebook__X37tc {
    margin-top:32px
}
.social-auth-button_facebook__X37tc svg {
    color:#1256a0;
    background:#fff;
    border-radius:50%
}
.social-auth-button_facebook__X37tc path {
    transform:translateY(4px)
}
.social-auth-button_vk__K9_xy {
    background:#07f;
    box-shadow:0 3px 6px rgba(18,86,160,.2)
}
.social-auth-button_email__emi7S {
    background:#fff;
    border:1px solid #1256a0;
    color:#1256a0;
    margin-top:8px
}
.social-auth-button_email__emi7S svg {
    font-size:24px
}
[dir=ltr] .social-auth-button_email__emi7S svg {
    margin:0 12px 0 0
}
[dir=rtl] .social-auth-button_email__emi7S svg {
    margin:0 0 0 12px
}
.signin_form__bBCIW {
    background:transparent
}
.signin_separator__5WrtX {
    background-color:#dfdede;
    margin-top:24px;
    margin-bottom:24px;
    height:1px;
    position:relative
}
.signin_button__XX4In {
    margin-top:8px;
    margin-bottom:16px
}
.signin_separator__5WrtX+.signin_button__XX4In,.signin_separator__5WrtX+.signin_button__XX4In[hidden]+.signin_button__XX4In {
    margin-top:0
}
.signin_secondaryBtn__Uiv2e {
    background:#fff;
    border:1px solid #1256a0;
    color:#1256a0;
    margin-top:24px
}
.signin_primaryBtn__54rGh,.signin_resetPassword__Niwba,.signin_secondaryBtn__Uiv2e {
    box-shadow:0 3px 6px 0 #1256a033;
    border-radius:3px;
    height:56px;
    width:100%;
    font-size:14px
}
.signin_primaryBtn__54rGh,.signin_resetPassword__Niwba {
    background:#1256a0;
    color:#fff
}
.signin_captcha__cwBt4,.signin_resetPassword__Niwba {
    margin-top:24px
}
.signin_forgotPassword__R_dqs {
    text-align:end;
    font-size:12px;
    line-height:14px;
    margin-top:16px;
    margin-bottom:16px;
    width:100%
}
.signin_forgotPasswordTeaser__iNiW1 {
    line-height:20px
}
.signin_footer__oMpVC {
    margin-top:8px;
    font-size:12px;
    text-align:center
}
.signin_link__mQrMs {
    font-weight:700;
    color:#1256a0
}
.signin_email__4Mcwr {
    margin-top:24px
}
.signin_errorMessage__uNQRb {
    color:#a60000;
    font-size:12px;
    line-height:14px;
    min-height:14px;
    margin-top:6px;
    margin-bottom:12px
}
.signin_errorMessage__uNQRb.signin_apiError__wN3ml {
    text-align:center;
    margin:0
}
.signin_errorMessage__uNQRb.signin_apiError__wN3ml:not(:empty) {
    margin-bottom:16px
}
.signin_errorMessage__uNQRb.signin_noHeight__vjT_d {
    margin:0;
    min-height:0
}
.signin_errorMessage__uNQRb.signin_noHeight__vjT_d:not(:empty) {
    margin-top:6px
}
.signin_greenCheckmark__g000k {
    height:92px;
    display:flex;
    justify-content:center
}
.signin_circleIcon__KmbrS {
    margin-top:16px;
    position:absolute;
    width:60px;
    height:60px;
    border:2px solid #0ea600;
    border-radius:50%
}
.signin_checkmarkIcon__jevLs {
    position:absolute;
    transform:rotate(45deg);
    height:var(--height);
    width:var(--width);
    border-bottom:var(--borderWidth) solid var(--borderColor);
    border-right:var(--borderWidth) solid var(--borderColor);
    --borderWidth:2px;
    --height:27px;
    --width:14px;
    --borderColor:#0ea600;
    margin-top:29px
}
.signin_resetTeaser__Wu9iz {
    text-align:center;
    font-weight:700
}
.signin_resetInstruction__UWz91 {
    margin-bottom:24px;
    text-align:center;
    overflow-wrap:break-word
}
[dir=ltr] .invProPromotev2_promote-btn-trial__DRplH {
    background:linear-gradient(86deg,#fac761 8%,#f7681c 114.4%),#1256a0
}
[dir=rtl] .invProPromotev2_promote-btn-trial__DRplH {
    background:linear-gradient(-86deg,#fac761 8%,#f7681c 114.4%),#1256a0
}

.navbar_multi_list_title__82MYE {
    color: rgb(51, 51, 51);
    padding: 5px 10px;
}
li.flex.items-center.navbar_multi_list_list__BidbT a {
    color: var(--main-color);
    padding: 5px 10px;
}