Plugin Directory

Changeset 2713715


Ignore:
Timestamp:
04/23/2022 02:36:12 PM (4 years ago)
Author:
wppost
Message:

16.26.1

Location:
wp-recall
Files:
510 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • wp-recall/trunk/add-on/theme-webx/assets/css/style.css

    r2710564 r2713715  
    1 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
    2     max-width: 100% !important;
    3 }
    4 
    51/*Файил Grid by Bootstrap 4.6.*/
    6 html {
    7     box-sizing: border-box;
    8     -ms-overflow-style: scrollbar
    9 }
    10 
    11 *, ::after, ::before {
    12     box-sizing: inherit
    13 }
    14 
    15 .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    16     width: 100%;
    17     padding-right: 15px;
    18     padding-left: 15px;
    19     margin-right: auto;
    20     margin-left: auto
    21 }
    22 
    23 @media (min-width: 576px) {
    24     .container, .container-sm {
    25         max-width: 540px
    26     }
    27 }
    28 
    29 @media (min-width: 768px) {
    30     .container, .container-md, .container-sm {
    31         max-width: 720px
    32     }
    33 }
    34 
    35 @media (min-width: 992px) {
    36     .container, .container-lg, .container-md, .container-sm {
    37         max-width: 960px
    38     }
    39 }
    40 
    41 @media (min-width: 1200px) {
    42     .container, .container-lg, .container-md, .container-sm, .container-xl {
    43         max-width: 1140px
    44     }
    45 }
    46 
    47 .row {
    48     display: -ms-flexbox;
    49     display: flex;
    50     -ms-flex-wrap: wrap;
    51     flex-wrap: wrap;
    52     margin-right: -15px;
    53     margin-left: -15px
    54 }
    55 
    56 .no-gutters {
    57     margin-right: 0;
    58     margin-left: 0
    59 }
    60 
    61 .no-gutters > .col, .no-gutters > [class*=col-] {
    62     padding-right: 0;
    63     padding-left: 0
    64 }
    65 
    66 .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    67     position: relative;
    68     width: 100%;
    69     padding-right: 15px;
    70     padding-left: 15px
    71 }
    72 
    73 .col {
    74     -ms-flex-preferred-size: 0;
    75     flex-basis: 0;
    76     -ms-flex-positive: 1;
    77     flex-grow: 1;
    78     max-width: 100%
    79 }
    80 
    81 .row-cols-1 > * {
    82     -ms-flex: 0 0 100%;
    83     flex: 0 0 100%;
    84     max-width: 100%
    85 }
    86 
    87 .row-cols-2 > * {
    88     -ms-flex: 0 0 50%;
    89     flex: 0 0 50%;
    90     max-width: 50%
    91 }
    92 
    93 .row-cols-3 > * {
    94     -ms-flex: 0 0 33.333333%;
    95     flex: 0 0 33.333333%;
    96     max-width: 33.333333%
    97 }
    98 
    99 .row-cols-4 > * {
    100     -ms-flex: 0 0 25%;
    101     flex: 0 0 25%;
    102     max-width: 25%
    103 }
    104 
    105 .row-cols-5 > * {
    106     -ms-flex: 0 0 20%;
    107     flex: 0 0 20%;
    108     max-width: 20%
    109 }
    110 
    111 .row-cols-6 > * {
    112     -ms-flex: 0 0 16.666667%;
    113     flex: 0 0 16.666667%;
    114     max-width: 16.666667%
    115 }
    116 
    117 .col-auto {
    118     -ms-flex: 0 0 auto;
    119     flex: 0 0 auto;
    120     width: auto;
    121     max-width: 100%
    122 }
    123 
    124 .col-1 {
    125     -ms-flex: 0 0 8.333333%;
    126     flex: 0 0 8.333333%;
    127     max-width: 8.333333%
    128 }
    129 
    130 .col-2 {
    131     -ms-flex: 0 0 16.666667%;
    132     flex: 0 0 16.666667%;
    133     max-width: 16.666667%
    134 }
    135 
    136 .col-3 {
    137     -ms-flex: 0 0 25%;
    138     flex: 0 0 25%;
    139     max-width: 25%
    140 }
    141 
    142 .col-4 {
    143     -ms-flex: 0 0 33.333333%;
    144     flex: 0 0 33.333333%;
    145     max-width: 33.333333%
    146 }
    147 
    148 .col-5 {
    149     -ms-flex: 0 0 41.666667%;
    150     flex: 0 0 41.666667%;
    151     max-width: 41.666667%
    152 }
    153 
    154 .col-6 {
    155     -ms-flex: 0 0 50%;
    156     flex: 0 0 50%;
    157     max-width: 50%
    158 }
    159 
    160 .col-7 {
    161     -ms-flex: 0 0 58.333333%;
    162     flex: 0 0 58.333333%;
    163     max-width: 58.333333%
    164 }
    165 
    166 .col-8 {
    167     -ms-flex: 0 0 66.666667%;
    168     flex: 0 0 66.666667%;
    169     max-width: 66.666667%
    170 }
    171 
    172 .col-9 {
    173     -ms-flex: 0 0 75%;
    174     flex: 0 0 75%;
    175     max-width: 75%
    176 }
    177 
    178 .col-10 {
    179     -ms-flex: 0 0 83.333333%;
    180     flex: 0 0 83.333333%;
    181     max-width: 83.333333%
    182 }
    183 
    184 .col-11 {
    185     -ms-flex: 0 0 91.666667%;
    186     flex: 0 0 91.666667%;
    187     max-width: 91.666667%
    188 }
    189 
    190 .col-12 {
    191     -ms-flex: 0 0 100%;
    192     flex: 0 0 100%;
    193     max-width: 100%
    194 }
    195 
    196 .order-first {
    197     -ms-flex-order: -1;
    198     order: -1
    199 }
    200 
    201 .order-last {
    202     -ms-flex-order: 13;
    203     order: 13
    204 }
    205 
    206 .order-0 {
    207     -ms-flex-order: 0;
    208     order: 0
    209 }
    210 
    211 .order-1 {
    212     -ms-flex-order: 1;
    213     order: 1
    214 }
    215 
    216 .order-2 {
    217     -ms-flex-order: 2;
    218     order: 2
    219 }
    220 
    221 .order-3 {
    222     -ms-flex-order: 3;
    223     order: 3
    224 }
    225 
    226 .order-4 {
    227     -ms-flex-order: 4;
    228     order: 4
    229 }
    230 
    231 .order-5 {
    232     -ms-flex-order: 5;
    233     order: 5
    234 }
    235 
    236 .order-6 {
    237     -ms-flex-order: 6;
    238     order: 6
    239 }
    240 
    241 .order-7 {
    242     -ms-flex-order: 7;
    243     order: 7
    244 }
    245 
    246 .order-8 {
    247     -ms-flex-order: 8;
    248     order: 8
    249 }
    250 
    251 .order-9 {
    252     -ms-flex-order: 9;
    253     order: 9
    254 }
    255 
    256 .order-10 {
    257     -ms-flex-order: 10;
    258     order: 10
    259 }
    260 
    261 .order-11 {
    262     -ms-flex-order: 11;
    263     order: 11
    264 }
    265 
    266 .order-12 {
    267     -ms-flex-order: 12;
    268     order: 12
    269 }
    270 
    271 .offset-1 {
    272     margin-left: 8.333333%
    273 }
    274 
    275 .offset-2 {
    276     margin-left: 16.666667%
    277 }
    278 
    279 .offset-3 {
    280     margin-left: 25%
    281 }
    282 
    283 .offset-4 {
    284     margin-left: 33.333333%
    285 }
    286 
    287 .offset-5 {
    288     margin-left: 41.666667%
    289 }
    290 
    291 .offset-6 {
    292     margin-left: 50%
    293 }
    294 
    295 .offset-7 {
    296     margin-left: 58.333333%
    297 }
    298 
    299 .offset-8 {
    300     margin-left: 66.666667%
    301 }
    302 
    303 .offset-9 {
    304     margin-left: 75%
    305 }
    306 
    307 .offset-10 {
    308     margin-left: 83.333333%
    309 }
    310 
    311 .offset-11 {
    312     margin-left: 91.666667%
    313 }
    314 
    315 @media (min-width: 576px) {
    316     .col-sm {
    317         -ms-flex-preferred-size: 0;
    318         flex-basis: 0;
    319         -ms-flex-positive: 1;
    320         flex-grow: 1;
    321         max-width: 100%
    322     }
    323 
    324     .row-cols-sm-1 > * {
    325         -ms-flex: 0 0 100%;
    326         flex: 0 0 100%;
    327         max-width: 100%
    328     }
    329 
    330     .row-cols-sm-2 > * {
    331         -ms-flex: 0 0 50%;
    332         flex: 0 0 50%;
    333         max-width: 50%
    334     }
    335 
    336     .row-cols-sm-3 > * {
    337         -ms-flex: 0 0 33.333333%;
    338         flex: 0 0 33.333333%;
    339         max-width: 33.333333%
    340     }
    341 
    342     .row-cols-sm-4 > * {
    343         -ms-flex: 0 0 25%;
    344         flex: 0 0 25%;
    345         max-width: 25%
    346     }
    347 
    348     .row-cols-sm-5 > * {
    349         -ms-flex: 0 0 20%;
    350         flex: 0 0 20%;
    351         max-width: 20%
    352     }
    353 
    354     .row-cols-sm-6 > * {
    355         -ms-flex: 0 0 16.666667%;
    356         flex: 0 0 16.666667%;
    357         max-width: 16.666667%
    358     }
    359 
    360     .col-sm-auto {
    361         -ms-flex: 0 0 auto;
    362         flex: 0 0 auto;
    363         width: auto;
    364         max-width: 100%
    365     }
    366 
    367     .col-sm-1 {
    368         -ms-flex: 0 0 8.333333%;
    369         flex: 0 0 8.333333%;
    370         max-width: 8.333333%
    371     }
    372 
    373     .col-sm-2 {
    374         -ms-flex: 0 0 16.666667%;
    375         flex: 0 0 16.666667%;
    376         max-width: 16.666667%
    377     }
    378 
    379     .col-sm-3 {
    380         -ms-flex: 0 0 25%;
    381         flex: 0 0 25%;
    382         max-width: 25%
    383     }
    384 
    385     .col-sm-4 {
    386         -ms-flex: 0 0 33.333333%;
    387         flex: 0 0 33.333333%;
    388         max-width: 33.333333%
    389     }
    390 
    391     .col-sm-5 {
    392         -ms-flex: 0 0 41.666667%;
    393         flex: 0 0 41.666667%;
    394         max-width: 41.666667%
    395     }
    396 
    397     .col-sm-6 {
    398         -ms-flex: 0 0 50%;
    399         flex: 0 0 50%;
    400         max-width: 50%
    401     }
    402 
    403     .col-sm-7 {
    404         -ms-flex: 0 0 58.333333%;
    405         flex: 0 0 58.333333%;
    406         max-width: 58.333333%
    407     }
    408 
    409     .col-sm-8 {
    410         -ms-flex: 0 0 66.666667%;
    411         flex: 0 0 66.666667%;
    412         max-width: 66.666667%
    413     }
    414 
    415     .col-sm-9 {
    416         -ms-flex: 0 0 75%;
    417         flex: 0 0 75%;
    418         max-width: 75%
    419     }
    420 
    421     .col-sm-10 {
    422         -ms-flex: 0 0 83.333333%;
    423         flex: 0 0 83.333333%;
    424         max-width: 83.333333%
    425     }
    426 
    427     .col-sm-11 {
    428         -ms-flex: 0 0 91.666667%;
    429         flex: 0 0 91.666667%;
    430         max-width: 91.666667%
    431     }
    432 
    433     .col-sm-12 {
    434         -ms-flex: 0 0 100%;
    435         flex: 0 0 100%;
    436         max-width: 100%
    437     }
    438 
    439     .order-sm-first {
    440         -ms-flex-order: -1;
    441         order: -1
    442     }
    443 
    444     .order-sm-last {
    445         -ms-flex-order: 13;
    446         order: 13
    447     }
    448 
    449     .order-sm-0 {
    450         -ms-flex-order: 0;
    451         order: 0
    452     }
    453 
    454     .order-sm-1 {
    455         -ms-flex-order: 1;
    456         order: 1
    457     }
    458 
    459     .order-sm-2 {
    460         -ms-flex-order: 2;
    461         order: 2
    462     }
    463 
    464     .order-sm-3 {
    465         -ms-flex-order: 3;
    466         order: 3
    467     }
    468 
    469     .order-sm-4 {
    470         -ms-flex-order: 4;
    471         order: 4
    472     }
    473 
    474     .order-sm-5 {
    475         -ms-flex-order: 5;
    476         order: 5
    477     }
    478 
    479     .order-sm-6 {
    480         -ms-flex-order: 6;
    481         order: 6
    482     }
    483 
    484     .order-sm-7 {
    485         -ms-flex-order: 7;
    486         order: 7
    487     }
    488 
    489     .order-sm-8 {
    490         -ms-flex-order: 8;
    491         order: 8
    492     }
    493 
    494     .order-sm-9 {
    495         -ms-flex-order: 9;
    496         order: 9
    497     }
    498 
    499     .order-sm-10 {
    500         -ms-flex-order: 10;
    501         order: 10
    502     }
    503 
    504     .order-sm-11 {
    505         -ms-flex-order: 11;
    506         order: 11
    507     }
    508 
    509     .order-sm-12 {
    510         -ms-flex-order: 12;
    511         order: 12
    512     }
    513 
    514     .offset-sm-0 {
    515         margin-left: 0
    516     }
    517 
    518     .offset-sm-1 {
    519         margin-left: 8.333333%
    520     }
    521 
    522     .offset-sm-2 {
    523         margin-left: 16.666667%
    524     }
    525 
    526     .offset-sm-3 {
    527         margin-left: 25%
    528     }
    529 
    530     .offset-sm-4 {
    531         margin-left: 33.333333%
    532     }
    533 
    534     .offset-sm-5 {
    535         margin-left: 41.666667%
    536     }
    537 
    538     .offset-sm-6 {
    539         margin-left: 50%
    540     }
    541 
    542     .offset-sm-7 {
    543         margin-left: 58.333333%
    544     }
    545 
    546     .offset-sm-8 {
    547         margin-left: 66.666667%
    548     }
    549 
    550     .offset-sm-9 {
    551         margin-left: 75%
    552     }
    553 
    554     .offset-sm-10 {
    555         margin-left: 83.333333%
    556     }
    557 
    558     .offset-sm-11 {
    559         margin-left: 91.666667%
    560     }
    561 }
    562 
    563 @media (min-width: 768px) {
    564     .col-md {
    565         -ms-flex-preferred-size: 0;
    566         flex-basis: 0;
    567         -ms-flex-positive: 1;
    568         flex-grow: 1;
    569         max-width: 100%
    570     }
    571 
    572     .row-cols-md-1 > * {
    573         -ms-flex: 0 0 100%;
    574         flex: 0 0 100%;
    575         max-width: 100%
    576     }
    577 
    578     .row-cols-md-2 > * {
    579         -ms-flex: 0 0 50%;
    580         flex: 0 0 50%;
    581         max-width: 50%
    582     }
    583 
    584     .row-cols-md-3 > * {
    585         -ms-flex: 0 0 33.333333%;
    586         flex: 0 0 33.333333%;
    587         max-width: 33.333333%
    588     }
    589 
    590     .row-cols-md-4 > * {
    591         -ms-flex: 0 0 25%;
    592         flex: 0 0 25%;
    593         max-width: 25%
    594     }
    595 
    596     .row-cols-md-5 > * {
    597         -ms-flex: 0 0 20%;
    598         flex: 0 0 20%;
    599         max-width: 20%
    600     }
    601 
    602     .row-cols-md-6 > * {
    603         -ms-flex: 0 0 16.666667%;
    604         flex: 0 0 16.666667%;
    605         max-width: 16.666667%
    606     }
    607 
    608     .col-md-auto {
    609         -ms-flex: 0 0 auto;
    610         flex: 0 0 auto;
    611         width: auto;
    612         max-width: 100%
    613     }
    614 
    615     .col-md-1 {
    616         -ms-flex: 0 0 8.333333%;
    617         flex: 0 0 8.333333%;
    618         max-width: 8.333333%
    619     }
    620 
    621     .col-md-2 {
    622         -ms-flex: 0 0 16.666667%;
    623         flex: 0 0 16.666667%;
    624         max-width: 16.666667%
    625     }
    626 
    627     .col-md-3 {
    628         -ms-flex: 0 0 25%;
    629         flex: 0 0 25%;
    630         max-width: 25%
    631     }
    632 
    633     .col-md-4 {
    634         -ms-flex: 0 0 33.333333%;
    635         flex: 0 0 33.333333%;
    636         max-width: 33.333333%
    637     }
    638 
    639     .col-md-5 {
    640         -ms-flex: 0 0 41.666667%;
    641         flex: 0 0 41.666667%;
    642         max-width: 41.666667%
    643     }
    644 
    645     .col-md-6 {
    646         -ms-flex: 0 0 50%;
    647         flex: 0 0 50%;
    648         max-width: 50%
    649     }
    650 
    651     .col-md-7 {
    652         -ms-flex: 0 0 58.333333%;
    653         flex: 0 0 58.333333%;
    654         max-width: 58.333333%
    655     }
    656 
    657     .col-md-8 {
    658         -ms-flex: 0 0 66.666667%;
    659         flex: 0 0 66.666667%;
    660         max-width: 66.666667%
    661     }
    662 
    663     .col-md-9 {
    664         -ms-flex: 0 0 75%;
    665         flex: 0 0 75%;
    666         max-width: 75%
    667     }
    668 
    669     .col-md-10 {
    670         -ms-flex: 0 0 83.333333%;
    671         flex: 0 0 83.333333%;
    672         max-width: 83.333333%
    673     }
    674 
    675     .col-md-11 {
    676         -ms-flex: 0 0 91.666667%;
    677         flex: 0 0 91.666667%;
    678         max-width: 91.666667%
    679     }
    680 
    681     .col-md-12 {
    682         -ms-flex: 0 0 100%;
    683         flex: 0 0 100%;
    684         max-width: 100%
    685     }
    686 
    687     .order-md-first {
    688         -ms-flex-order: -1;
    689         order: -1
    690     }
    691 
    692     .order-md-last {
    693         -ms-flex-order: 13;
    694         order: 13
    695     }
    696 
    697     .order-md-0 {
    698         -ms-flex-order: 0;
    699         order: 0
    700     }
    701 
    702     .order-md-1 {
    703         -ms-flex-order: 1;
    704         order: 1
    705     }
    706 
    707     .order-md-2 {
    708         -ms-flex-order: 2;
    709         order: 2
    710     }
    711 
    712     .order-md-3 {
    713         -ms-flex-order: 3;
    714         order: 3
    715     }
    716 
    717     .order-md-4 {
    718         -ms-flex-order: 4;
    719         order: 4
    720     }
    721 
    722     .order-md-5 {
    723         -ms-flex-order: 5;
    724         order: 5
    725     }
    726 
    727     .order-md-6 {
    728         -ms-flex-order: 6;
    729         order: 6
    730     }
    731 
    732     .order-md-7 {
    733         -ms-flex-order: 7;
    734         order: 7
    735     }
    736 
    737     .order-md-8 {
    738         -ms-flex-order: 8;
    739         order: 8
    740     }
    741 
    742     .order-md-9 {
    743         -ms-flex-order: 9;
    744         order: 9
    745     }
    746 
    747     .order-md-10 {
    748         -ms-flex-order: 10;
    749         order: 10
    750     }
    751 
    752     .order-md-11 {
    753         -ms-flex-order: 11;
    754         order: 11
    755     }
    756 
    757     .order-md-12 {
    758         -ms-flex-order: 12;
    759         order: 12
    760     }
    761 
    762     .offset-md-0 {
    763         margin-left: 0
    764     }
    765 
    766     .offset-md-1 {
    767         margin-left: 8.333333%
    768     }
    769 
    770     .offset-md-2 {
    771         margin-left: 16.666667%
    772     }
    773 
    774     .offset-md-3 {
    775         margin-left: 25%
    776     }
    777 
    778     .offset-md-4 {
    779         margin-left: 33.333333%
    780     }
    781 
    782     .offset-md-5 {
    783         margin-left: 41.666667%
    784     }
    785 
    786     .offset-md-6 {
    787         margin-left: 50%
    788     }
    789 
    790     .offset-md-7 {
    791         margin-left: 58.333333%
    792     }
    793 
    794     .offset-md-8 {
    795         margin-left: 66.666667%
    796     }
    797 
    798     .offset-md-9 {
    799         margin-left: 75%
    800     }
    801 
    802     .offset-md-10 {
    803         margin-left: 83.333333%
    804     }
    805 
    806     .offset-md-11 {
    807         margin-left: 91.666667%
    808     }
    809 }
    810 
    811 @media (min-width: 992px) {
    812     .col-lg {
    813         -ms-flex-preferred-size: 0;
    814         flex-basis: 0;
    815         -ms-flex-positive: 1;
    816         flex-grow: 1;
    817         max-width: 100%
    818     }
    819 
    820     .row-cols-lg-1 > * {
    821         -ms-flex: 0 0 100%;
    822         flex: 0 0 100%;
    823         max-width: 100%
    824     }
    825 
    826     .row-cols-lg-2 > * {
    827         -ms-flex: 0 0 50%;
    828         flex: 0 0 50%;
    829         max-width: 50%
    830     }
    831 
    832     .row-cols-lg-3 > * {
    833         -ms-flex: 0 0 33.333333%;
    834         flex: 0 0 33.333333%;
    835         max-width: 33.333333%
    836     }
    837 
    838     .row-cols-lg-4 > * {
    839         -ms-flex: 0 0 25%;
    840         flex: 0 0 25%;
    841         max-width: 25%
    842     }
    843 
    844     .row-cols-lg-5 > * {
    845         -ms-flex: 0 0 20%;
    846         flex: 0 0 20%;
    847         max-width: 20%
    848     }
    849 
    850     .row-cols-lg-6 > * {
    851         -ms-flex: 0 0 16.666667%;
    852         flex: 0 0 16.666667%;
    853         max-width: 16.666667%
    854     }
    855 
    856     .col-lg-auto {
    857         -ms-flex: 0 0 auto;
    858         flex: 0 0 auto;
    859         width: auto;
    860         max-width: 100%
    861     }
    862 
    863     .col-lg-1 {
    864         -ms-flex: 0 0 8.333333%;
    865         flex: 0 0 8.333333%;
    866         max-width: 8.333333%
    867     }
    868 
    869     .col-lg-2 {
    870         -ms-flex: 0 0 16.666667%;
    871         flex: 0 0 16.666667%;
    872         max-width: 16.666667%
    873     }
    874 
    875     .col-lg-3 {
    876         -ms-flex: 0 0 25%;
    877         flex: 0 0 25%;
    878         max-width: 25%
    879     }
    880 
    881     .col-lg-4 {
    882         -ms-flex: 0 0 33.333333%;
    883         flex: 0 0 33.333333%;
    884         max-width: 33.333333%
    885     }
    886 
    887     .col-lg-5 {
    888         -ms-flex: 0 0 41.666667%;
    889         flex: 0 0 41.666667%;
    890         max-width: 41.666667%
    891     }
    892 
    893     .col-lg-6 {
    894         -ms-flex: 0 0 50%;
    895         flex: 0 0 50%;
    896         max-width: 50%
    897     }
    898 
    899     .col-lg-7 {
    900         -ms-flex: 0 0 58.333333%;
    901         flex: 0 0 58.333333%;
    902         max-width: 58.333333%
    903     }
    904 
    905     .col-lg-8 {
    906         -ms-flex: 0 0 66.666667%;
    907         flex: 0 0 66.666667%;
    908         max-width: 66.666667%
    909     }
    910 
    911     .col-lg-9 {
    912         -ms-flex: 0 0 75%;
    913         flex: 0 0 75%;
    914         max-width: 75%
    915     }
    916 
    917     .col-lg-10 {
    918         -ms-flex: 0 0 83.333333%;
    919         flex: 0 0 83.333333%;
    920         max-width: 83.333333%
    921     }
    922 
    923     .col-lg-11 {
    924         -ms-flex: 0 0 91.666667%;
    925         flex: 0 0 91.666667%;
    926         max-width: 91.666667%
    927     }
    928 
    929     .col-lg-12 {
    930         -ms-flex: 0 0 100%;
    931         flex: 0 0 100%;
    932         max-width: 100%
    933     }
    934 
    935     .order-lg-first {
    936         -ms-flex-order: -1;
    937         order: -1
    938     }
    939 
    940     .order-lg-last {
    941         -ms-flex-order: 13;
    942         order: 13
    943     }
    944 
    945     .order-lg-0 {
    946         -ms-flex-order: 0;
    947         order: 0
    948     }
    949 
    950     .order-lg-1 {
    951         -ms-flex-order: 1;
    952         order: 1
    953     }
    954 
    955     .order-lg-2 {
    956         -ms-flex-order: 2;
    957         order: 2
    958     }
    959 
    960     .order-lg-3 {
    961         -ms-flex-order: 3;
    962         order: 3
    963     }
    964 
    965     .order-lg-4 {
    966         -ms-flex-order: 4;
    967         order: 4
    968     }
    969 
    970     .order-lg-5 {
    971         -ms-flex-order: 5;
    972         order: 5
    973     }
    974 
    975     .order-lg-6 {
    976         -ms-flex-order: 6;
    977         order: 6
    978     }
    979 
    980     .order-lg-7 {
    981         -ms-flex-order: 7;
    982         order: 7
    983     }
    984 
    985     .order-lg-8 {
    986         -ms-flex-order: 8;
    987         order: 8
    988     }
    989 
    990     .order-lg-9 {
    991         -ms-flex-order: 9;
    992         order: 9
    993     }
    994 
    995     .order-lg-10 {
    996         -ms-flex-order: 10;
    997         order: 10
    998     }
    999 
    1000     .order-lg-11 {
    1001         -ms-flex-order: 11;
    1002         order: 11
    1003     }
    1004 
    1005     .order-lg-12 {
    1006         -ms-flex-order: 12;
    1007         order: 12
    1008     }
    1009 
    1010     .offset-lg-0 {
    1011         margin-left: 0
    1012     }
    1013 
    1014     .offset-lg-1 {
    1015         margin-left: 8.333333%
    1016     }
    1017 
    1018     .offset-lg-2 {
    1019         margin-left: 16.666667%
    1020     }
    1021 
    1022     .offset-lg-3 {
    1023         margin-left: 25%
    1024     }
    1025 
    1026     .offset-lg-4 {
    1027         margin-left: 33.333333%
    1028     }
    1029 
    1030     .offset-lg-5 {
    1031         margin-left: 41.666667%
    1032     }
    1033 
    1034     .offset-lg-6 {
    1035         margin-left: 50%
    1036     }
    1037 
    1038     .offset-lg-7 {
    1039         margin-left: 58.333333%
    1040     }
    1041 
    1042     .offset-lg-8 {
    1043         margin-left: 66.666667%
    1044     }
    1045 
    1046     .offset-lg-9 {
    1047         margin-left: 75%
    1048     }
    1049 
    1050     .offset-lg-10 {
    1051         margin-left: 83.333333%
    1052     }
    1053 
    1054     .offset-lg-11 {
    1055         margin-left: 91.666667%
    1056     }
    1057 }
    1058 
    1059 @media (min-width: 1200px) {
    1060     .col-xl {
    1061         -ms-flex-preferred-size: 0;
    1062         flex-basis: 0;
    1063         -ms-flex-positive: 1;
    1064         flex-grow: 1;
    1065         max-width: 100%
    1066     }
    1067 
    1068     .row-cols-xl-1 > * {
    1069         -ms-flex: 0 0 100%;
    1070         flex: 0 0 100%;
    1071         max-width: 100%
    1072     }
    1073 
    1074     .row-cols-xl-2 > * {
    1075         -ms-flex: 0 0 50%;
    1076         flex: 0 0 50%;
    1077         max-width: 50%
    1078     }
    1079 
    1080     .row-cols-xl-3 > * {
    1081         -ms-flex: 0 0 33.333333%;
    1082         flex: 0 0 33.333333%;
    1083         max-width: 33.333333%
    1084     }
    1085 
    1086     .row-cols-xl-4 > * {
    1087         -ms-flex: 0 0 25%;
    1088         flex: 0 0 25%;
    1089         max-width: 25%
    1090     }
    1091 
    1092     .row-cols-xl-5 > * {
    1093         -ms-flex: 0 0 20%;
    1094         flex: 0 0 20%;
    1095         max-width: 20%
    1096     }
    1097 
    1098     .row-cols-xl-6 > * {
    1099         -ms-flex: 0 0 16.666667%;
    1100         flex: 0 0 16.666667%;
    1101         max-width: 16.666667%
    1102     }
    1103 
    1104     .col-xl-auto {
    1105         -ms-flex: 0 0 auto;
    1106         flex: 0 0 auto;
    1107         width: auto;
    1108         max-width: 100%
    1109     }
    1110 
    1111     .col-xl-1 {
    1112         -ms-flex: 0 0 8.333333%;
    1113         flex: 0 0 8.333333%;
    1114         max-width: 8.333333%
    1115     }
    1116 
    1117     .col-xl-2 {
    1118         -ms-flex: 0 0 16.666667%;
    1119         flex: 0 0 16.666667%;
    1120         max-width: 16.666667%
    1121     }
    1122 
    1123     .col-xl-3 {
    1124         -ms-flex: 0 0 25%;
    1125         flex: 0 0 25%;
    1126         max-width: 25%
    1127     }
    1128 
    1129     .col-xl-4 {
    1130         -ms-flex: 0 0 33.333333%;
    1131         flex: 0 0 33.333333%;
    1132         max-width: 33.333333%
    1133     }
    1134 
    1135     .col-xl-5 {
    1136         -ms-flex: 0 0 41.666667%;
    1137         flex: 0 0 41.666667%;
    1138         max-width: 41.666667%
    1139     }
    1140 
    1141     .col-xl-6 {
    1142         -ms-flex: 0 0 50%;
    1143         flex: 0 0 50%;
    1144         max-width: 50%
    1145     }
    1146 
    1147     .col-xl-7 {
    1148         -ms-flex: 0 0 58.333333%;
    1149         flex: 0 0 58.333333%;
    1150         max-width: 58.333333%
    1151     }
    1152 
    1153     .col-xl-8 {
    1154         -ms-flex: 0 0 66.666667%;
    1155         flex: 0 0 66.666667%;
    1156         max-width: 66.666667%
    1157     }
    1158 
    1159     .col-xl-9 {
    1160         -ms-flex: 0 0 75%;
    1161         flex: 0 0 75%;
    1162         max-width: 75%
    1163     }
    1164 
    1165     .col-xl-10 {
    1166         -ms-flex: 0 0 83.333333%;
    1167         flex: 0 0 83.333333%;
    1168         max-width: 83.333333%
    1169     }
    1170 
    1171     .col-xl-11 {
    1172         -ms-flex: 0 0 91.666667%;
    1173         flex: 0 0 91.666667%;
    1174         max-width: 91.666667%
    1175     }
    1176 
    1177     .col-xl-12 {
    1178         -ms-flex: 0 0 100%;
    1179         flex: 0 0 100%;
    1180         max-width: 100%
    1181     }
    1182 
    1183     .order-xl-first {
    1184         -ms-flex-order: -1;
    1185         order: -1
    1186     }
    1187 
    1188     .order-xl-last {
    1189         -ms-flex-order: 13;
    1190         order: 13
    1191     }
    1192 
    1193     .order-xl-0 {
    1194         -ms-flex-order: 0;
    1195         order: 0
    1196     }
    1197 
    1198     .order-xl-1 {
    1199         -ms-flex-order: 1;
    1200         order: 1
    1201     }
    1202 
    1203     .order-xl-2 {
    1204         -ms-flex-order: 2;
    1205         order: 2
    1206     }
    1207 
    1208     .order-xl-3 {
    1209         -ms-flex-order: 3;
    1210         order: 3
    1211     }
    1212 
    1213     .order-xl-4 {
    1214         -ms-flex-order: 4;
    1215         order: 4
    1216     }
    1217 
    1218     .order-xl-5 {
    1219         -ms-flex-order: 5;
    1220         order: 5
    1221     }
    1222 
    1223     .order-xl-6 {
    1224         -ms-flex-order: 6;
    1225         order: 6
    1226     }
    1227 
    1228     .order-xl-7 {
    1229         -ms-flex-order: 7;
    1230         order: 7
    1231     }
    1232 
    1233     .order-xl-8 {
    1234         -ms-flex-order: 8;
    1235         order: 8
    1236     }
    1237 
    1238     .order-xl-9 {
    1239         -ms-flex-order: 9;
    1240         order: 9
    1241     }
    1242 
    1243     .order-xl-10 {
    1244         -ms-flex-order: 10;
    1245         order: 10
    1246     }
    1247 
    1248     .order-xl-11 {
    1249         -ms-flex-order: 11;
    1250         order: 11
    1251     }
    1252 
    1253     .order-xl-12 {
    1254         -ms-flex-order: 12;
    1255         order: 12
    1256     }
    1257 
    1258     .offset-xl-0 {
    1259         margin-left: 0
    1260     }
    1261 
    1262     .offset-xl-1 {
    1263         margin-left: 8.333333%
    1264     }
    1265 
    1266     .offset-xl-2 {
    1267         margin-left: 16.666667%
    1268     }
    1269 
    1270     .offset-xl-3 {
    1271         margin-left: 25%
    1272     }
    1273 
    1274     .offset-xl-4 {
    1275         margin-left: 33.333333%
    1276     }
    1277 
    1278     .offset-xl-5 {
    1279         margin-left: 41.666667%
    1280     }
    1281 
    1282     .offset-xl-6 {
    1283         margin-left: 50%
    1284     }
    1285 
    1286     .offset-xl-7 {
    1287         margin-left: 58.333333%
    1288     }
    1289 
    1290     .offset-xl-8 {
    1291         margin-left: 66.666667%
    1292     }
    1293 
    1294     .offset-xl-9 {
    1295         margin-left: 75%
    1296     }
    1297 
    1298     .offset-xl-10 {
    1299         margin-left: 83.333333%
    1300     }
    1301 
    1302     .offset-xl-11 {
    1303         margin-left: 91.666667%
    1304     }
    1305 }
    1306 
    1307 .d-none {
    1308     display: none !important
    1309 }
    1310 
    1311 .d-inline {
    1312     display: inline !important
    1313 }
    1314 
    1315 .d-inline-block {
    1316     display: inline-block !important
    1317 }
    1318 
    1319 .d-block {
    1320     display: block !important
    1321 }
    1322 
    1323 .d-table {
    1324     display: table !important
    1325 }
    1326 
    1327 .d-table-row {
    1328     display: table-row !important
    1329 }
    1330 
    1331 .d-table-cell {
    1332     display: table-cell !important
    1333 }
    1334 
    1335 .d-flex {
    1336     display: -ms-flexbox !important;
    1337     display: flex !important
    1338 }
    1339 
    1340 .d-inline-flex {
    1341     display: -ms-inline-flexbox !important;
    1342     display: inline-flex !important
    1343 }
    1344 
    1345 @media (min-width: 576px) {
    1346     .d-sm-none {
    1347         display: none !important
    1348     }
    1349 
    1350     .d-sm-inline {
    1351         display: inline !important
    1352     }
    1353 
    1354     .d-sm-inline-block {
    1355         display: inline-block !important
    1356     }
    1357 
    1358     .d-sm-block {
    1359         display: block !important
    1360     }
    1361 
    1362     .d-sm-table {
    1363         display: table !important
    1364     }
    1365 
    1366     .d-sm-table-row {
    1367         display: table-row !important
    1368     }
    1369 
    1370     .d-sm-table-cell {
    1371         display: table-cell !important
    1372     }
    1373 
    1374     .d-sm-flex {
    1375         display: -ms-flexbox !important;
    1376         display: flex !important
    1377     }
    1378 
    1379     .d-sm-inline-flex {
    1380         display: -ms-inline-flexbox !important;
    1381         display: inline-flex !important
    1382     }
    1383 }
    1384 
    1385 @media (min-width: 768px) {
    1386     .d-md-none {
    1387         display: none !important
    1388     }
    1389 
    1390     .d-md-inline {
    1391         display: inline !important
    1392     }
    1393 
    1394     .d-md-inline-block {
    1395         display: inline-block !important
    1396     }
    1397 
    1398     .d-md-block {
    1399         display: block !important
    1400     }
    1401 
    1402     .d-md-table {
    1403         display: table !important
    1404     }
    1405 
    1406     .d-md-table-row {
    1407         display: table-row !important
    1408     }
    1409 
    1410     .d-md-table-cell {
    1411         display: table-cell !important
    1412     }
    1413 
    1414     .d-md-flex {
    1415         display: -ms-flexbox !important;
    1416         display: flex !important
    1417     }
    1418 
    1419     .d-md-inline-flex {
    1420         display: -ms-inline-flexbox !important;
    1421         display: inline-flex !important
    1422     }
    1423 }
    1424 
    1425 @media (min-width: 992px) {
    1426     .d-lg-none {
    1427         display: none !important
    1428     }
    1429 
    1430     .d-lg-inline {
    1431         display: inline !important
    1432     }
    1433 
    1434     .d-lg-inline-block {
    1435         display: inline-block !important
    1436     }
    1437 
    1438     .d-lg-block {
    1439         display: block !important
    1440     }
    1441 
    1442     .d-lg-table {
    1443         display: table !important
    1444     }
    1445 
    1446     .d-lg-table-row {
    1447         display: table-row !important
    1448     }
    1449 
    1450     .d-lg-table-cell {
    1451         display: table-cell !important
    1452     }
    1453 
    1454     .d-lg-flex {
    1455         display: -ms-flexbox !important;
    1456         display: flex !important
    1457     }
    1458 
    1459     .d-lg-inline-flex {
    1460         display: -ms-inline-flexbox !important;
    1461         display: inline-flex !important
    1462     }
    1463 }
    1464 
    1465 @media (min-width: 1200px) {
    1466     .d-xl-none {
    1467         display: none !important
    1468     }
    1469 
    1470     .d-xl-inline {
    1471         display: inline !important
    1472     }
    1473 
    1474     .d-xl-inline-block {
    1475         display: inline-block !important
    1476     }
    1477 
    1478     .d-xl-block {
    1479         display: block !important
    1480     }
    1481 
    1482     .d-xl-table {
    1483         display: table !important
    1484     }
    1485 
    1486     .d-xl-table-row {
    1487         display: table-row !important
    1488     }
    1489 
    1490     .d-xl-table-cell {
    1491         display: table-cell !important
    1492     }
    1493 
    1494     .d-xl-flex {
    1495         display: -ms-flexbox !important;
    1496         display: flex !important
    1497     }
    1498 
    1499     .d-xl-inline-flex {
    1500         display: -ms-inline-flexbox !important;
    1501         display: inline-flex !important
    1502     }
    1503 }
    1504 
    1505 @media print {
    1506     .d-print-none {
    1507         display: none !important
    1508     }
    1509 
    1510     .d-print-inline {
    1511         display: inline !important
    1512     }
    1513 
    1514     .d-print-inline-block {
    1515         display: inline-block !important
    1516     }
    1517 
    1518     .d-print-block {
    1519         display: block !important
    1520     }
    1521 
    1522     .d-print-table {
    1523         display: table !important
    1524     }
    1525 
    1526     .d-print-table-row {
    1527         display: table-row !important
    1528     }
    1529 
    1530     .d-print-table-cell {
    1531         display: table-cell !important
    1532     }
    1533 
    1534     .d-print-flex {
    1535         display: -ms-flexbox !important;
    1536         display: flex !important
    1537     }
    1538 
    1539     .d-print-inline-flex {
    1540         display: -ms-inline-flexbox !important;
    1541         display: inline-flex !important
    1542     }
    1543 }
    1544 
    1545 .flex-row {
    1546     -ms-flex-direction: row !important;
    1547     flex-direction: row !important
    1548 }
    1549 
    1550 .flex-column {
    1551     -ms-flex-direction: column !important;
    1552     flex-direction: column !important
    1553 }
    1554 
    1555 .flex-row-reverse {
    1556     -ms-flex-direction: row-reverse !important;
    1557     flex-direction: row-reverse !important
    1558 }
    1559 
    1560 .flex-column-reverse {
    1561     -ms-flex-direction: column-reverse !important;
    1562     flex-direction: column-reverse !important
    1563 }
    1564 
    1565 .flex-wrap {
    1566     -ms-flex-wrap: wrap !important;
    1567     flex-wrap: wrap !important
    1568 }
    1569 
    1570 .flex-nowrap {
    1571     -ms-flex-wrap: nowrap !important;
    1572     flex-wrap: nowrap !important
    1573 }
    1574 
    1575 .flex-wrap-reverse {
    1576     -ms-flex-wrap: wrap-reverse !important;
    1577     flex-wrap: wrap-reverse !important
    1578 }
    1579 
    1580 .flex-fill {
    1581     -ms-flex: 1 1 auto !important;
    1582     flex: 1 1 auto !important
    1583 }
    1584 
    1585 .flex-grow-0 {
    1586     -ms-flex-positive: 0 !important;
    1587     flex-grow: 0 !important
    1588 }
    1589 
    1590 .flex-grow-1 {
    1591     -ms-flex-positive: 1 !important;
    1592     flex-grow: 1 !important
    1593 }
    1594 
    1595 .flex-shrink-0 {
    1596     -ms-flex-negative: 0 !important;
    1597     flex-shrink: 0 !important
    1598 }
    1599 
    1600 .flex-shrink-1 {
    1601     -ms-flex-negative: 1 !important;
    1602     flex-shrink: 1 !important
    1603 }
    1604 
    1605 .justify-content-start {
    1606     -ms-flex-pack: start !important;
    1607     justify-content: flex-start !important
    1608 }
    1609 
    1610 .justify-content-end {
    1611     -ms-flex-pack: end !important;
    1612     justify-content: flex-end !important
    1613 }
    1614 
    1615 .justify-content-center {
    1616     -ms-flex-pack: center !important;
    1617     justify-content: center !important
    1618 }
    1619 
    1620 .justify-content-between {
    1621     -ms-flex-pack: justify !important;
    1622     justify-content: space-between !important
    1623 }
    1624 
    1625 .justify-content-around {
    1626     -ms-flex-pack: distribute !important;
    1627     justify-content: space-around !important
    1628 }
    1629 
    1630 .align-items-start {
    1631     -ms-flex-align: start !important;
    1632     align-items: flex-start !important
    1633 }
    1634 
    1635 .align-items-end {
    1636     -ms-flex-align: end !important;
    1637     align-items: flex-end !important
    1638 }
    1639 
    1640 .align-items-center {
    1641     -ms-flex-align: center !important;
    1642     align-items: center !important
    1643 }
    1644 
    1645 .align-items-baseline {
    1646     -ms-flex-align: baseline !important;
    1647     align-items: baseline !important
    1648 }
    1649 
    1650 .align-items-stretch {
    1651     -ms-flex-align: stretch !important;
    1652     align-items: stretch !important
    1653 }
    1654 
    1655 .align-content-start {
    1656     -ms-flex-line-pack: start !important;
    1657     align-content: flex-start !important
    1658 }
    1659 
    1660 .align-content-end {
    1661     -ms-flex-line-pack: end !important;
    1662     align-content: flex-end !important
    1663 }
    1664 
    1665 .align-content-center {
    1666     -ms-flex-line-pack: center !important;
    1667     align-content: center !important
    1668 }
    1669 
    1670 .align-content-between {
    1671     -ms-flex-line-pack: justify !important;
    1672     align-content: space-between !important
    1673 }
    1674 
    1675 .align-content-around {
    1676     -ms-flex-line-pack: distribute !important;
    1677     align-content: space-around !important
    1678 }
    1679 
    1680 .align-content-stretch {
    1681     -ms-flex-line-pack: stretch !important;
    1682     align-content: stretch !important
    1683 }
    1684 
    1685 .align-self-auto {
    1686     -ms-flex-item-align: auto !important;
    1687     align-self: auto !important
    1688 }
    1689 
    1690 .align-self-start {
    1691     -ms-flex-item-align: start !important;
    1692     align-self: flex-start !important
    1693 }
    1694 
    1695 .align-self-end {
    1696     -ms-flex-item-align: end !important;
    1697     align-self: flex-end !important
    1698 }
    1699 
    1700 .align-self-center {
    1701     -ms-flex-item-align: center !important;
    1702     align-self: center !important
    1703 }
    1704 
    1705 .align-self-baseline {
    1706     -ms-flex-item-align: baseline !important;
    1707     align-self: baseline !important
    1708 }
    1709 
    1710 .align-self-stretch {
    1711     -ms-flex-item-align: stretch !important;
    1712     align-self: stretch !important
    1713 }
    1714 
    1715 @media (min-width: 576px) {
    1716     .flex-sm-row {
    1717         -ms-flex-direction: row !important;
    1718         flex-direction: row !important
    1719     }
    1720 
    1721     .flex-sm-column {
    1722         -ms-flex-direction: column !important;
    1723         flex-direction: column !important
    1724     }
    1725 
    1726     .flex-sm-row-reverse {
    1727         -ms-flex-direction: row-reverse !important;
    1728         flex-direction: row-reverse !important
    1729     }
    1730 
    1731     .flex-sm-column-reverse {
    1732         -ms-flex-direction: column-reverse !important;
    1733         flex-direction: column-reverse !important
    1734     }
    1735 
    1736     .flex-sm-wrap {
    1737         -ms-flex-wrap: wrap !important;
    1738         flex-wrap: wrap !important
    1739     }
    1740 
    1741     .flex-sm-nowrap {
    1742         -ms-flex-wrap: nowrap !important;
    1743         flex-wrap: nowrap !important
    1744     }
    1745 
    1746     .flex-sm-wrap-reverse {
    1747         -ms-flex-wrap: wrap-reverse !important;
    1748         flex-wrap: wrap-reverse !important
    1749     }
    1750 
    1751     .flex-sm-fill {
    1752         -ms-flex: 1 1 auto !important;
    1753         flex: 1 1 auto !important
    1754     }
    1755 
    1756     .flex-sm-grow-0 {
    1757         -ms-flex-positive: 0 !important;
    1758         flex-grow: 0 !important
    1759     }
    1760 
    1761     .flex-sm-grow-1 {
    1762         -ms-flex-positive: 1 !important;
    1763         flex-grow: 1 !important
    1764     }
    1765 
    1766     .flex-sm-shrink-0 {
    1767         -ms-flex-negative: 0 !important;
    1768         flex-shrink: 0 !important
    1769     }
    1770 
    1771     .flex-sm-shrink-1 {
    1772         -ms-flex-negative: 1 !important;
    1773         flex-shrink: 1 !important
    1774     }
    1775 
    1776     .justify-content-sm-start {
    1777         -ms-flex-pack: start !important;
    1778         justify-content: flex-start !important
    1779     }
    1780 
    1781     .justify-content-sm-end {
    1782         -ms-flex-pack: end !important;
    1783         justify-content: flex-end !important
    1784     }
    1785 
    1786     .justify-content-sm-center {
    1787         -ms-flex-pack: center !important;
    1788         justify-content: center !important
    1789     }
    1790 
    1791     .justify-content-sm-between {
    1792         -ms-flex-pack: justify !important;
    1793         justify-content: space-between !important
    1794     }
    1795 
    1796     .justify-content-sm-around {
    1797         -ms-flex-pack: distribute !important;
    1798         justify-content: space-around !important
    1799     }
    1800 
    1801     .align-items-sm-start {
    1802         -ms-flex-align: start !important;
    1803         align-items: flex-start !important
    1804     }
    1805 
    1806     .align-items-sm-end {
    1807         -ms-flex-align: end !important;
    1808         align-items: flex-end !important
    1809     }
    1810 
    1811     .align-items-sm-center {
    1812         -ms-flex-align: center !important;
    1813         align-items: center !important
    1814     }
    1815 
    1816     .align-items-sm-baseline {
    1817         -ms-flex-align: baseline !important;
    1818         align-items: baseline !important
    1819     }
    1820 
    1821     .align-items-sm-stretch {
    1822         -ms-flex-align: stretch !important;
    1823         align-items: stretch !important
    1824     }
    1825 
    1826     .align-content-sm-start {
    1827         -ms-flex-line-pack: start !important;
    1828         align-content: flex-start !important
    1829     }
    1830 
    1831     .align-content-sm-end {
    1832         -ms-flex-line-pack: end !important;
    1833         align-content: flex-end !important
    1834     }
    1835 
    1836     .align-content-sm-center {
    1837         -ms-flex-line-pack: center !important;
    1838         align-content: center !important
    1839     }
    1840 
    1841     .align-content-sm-between {
    1842         -ms-flex-line-pack: justify !important;
    1843         align-content: space-between !important
    1844     }
    1845 
    1846     .align-content-sm-around {
    1847         -ms-flex-line-pack: distribute !important;
    1848         align-content: space-around !important
    1849     }
    1850 
    1851     .align-content-sm-stretch {
    1852         -ms-flex-line-pack: stretch !important;
    1853         align-content: stretch !important
    1854     }
    1855 
    1856     .align-self-sm-auto {
    1857         -ms-flex-item-align: auto !important;
    1858         align-self: auto !important
    1859     }
    1860 
    1861     .align-self-sm-start {
    1862         -ms-flex-item-align: start !important;
    1863         align-self: flex-start !important
    1864     }
    1865 
    1866     .align-self-sm-end {
    1867         -ms-flex-item-align: end !important;
    1868         align-self: flex-end !important
    1869     }
    1870 
    1871     .align-self-sm-center {
    1872         -ms-flex-item-align: center !important;
    1873         align-self: center !important
    1874     }
    1875 
    1876     .align-self-sm-baseline {
    1877         -ms-flex-item-align: baseline !important;
    1878         align-self: baseline !important
    1879     }
    1880 
    1881     .align-self-sm-stretch {
    1882         -ms-flex-item-align: stretch !important;
    1883         align-self: stretch !important
    1884     }
    1885 }
    1886 
    1887 @media (min-width: 768px) {
    1888     .flex-md-row {
    1889         -ms-flex-direction: row !important;
    1890         flex-direction: row !important
    1891     }
    1892 
    1893     .flex-md-column {
    1894         -ms-flex-direction: column !important;
    1895         flex-direction: column !important
    1896     }
    1897 
    1898     .flex-md-row-reverse {
    1899         -ms-flex-direction: row-reverse !important;
    1900         flex-direction: row-reverse !important
    1901     }
    1902 
    1903     .flex-md-column-reverse {
    1904         -ms-flex-direction: column-reverse !important;
    1905         flex-direction: column-reverse !important
    1906     }
    1907 
    1908     .flex-md-wrap {
    1909         -ms-flex-wrap: wrap !important;
    1910         flex-wrap: wrap !important
    1911     }
    1912 
    1913     .flex-md-nowrap {
    1914         -ms-flex-wrap: nowrap !important;
    1915         flex-wrap: nowrap !important
    1916     }
    1917 
    1918     .flex-md-wrap-reverse {
    1919         -ms-flex-wrap: wrap-reverse !important;
    1920         flex-wrap: wrap-reverse !important
    1921     }
    1922 
    1923     .flex-md-fill {
    1924         -ms-flex: 1 1 auto !important;
    1925         flex: 1 1 auto !important
    1926     }
    1927 
    1928     .flex-md-grow-0 {
    1929         -ms-flex-positive: 0 !important;
    1930         flex-grow: 0 !important
    1931     }
    1932 
    1933     .flex-md-grow-1 {
    1934         -ms-flex-positive: 1 !important;
    1935         flex-grow: 1 !important
    1936     }
    1937 
    1938     .flex-md-shrink-0 {
    1939         -ms-flex-negative: 0 !important;
    1940         flex-shrink: 0 !important
    1941     }
    1942 
    1943     .flex-md-shrink-1 {
    1944         -ms-flex-negative: 1 !important;
    1945         flex-shrink: 1 !important
    1946     }
    1947 
    1948     .justify-content-md-start {
    1949         -ms-flex-pack: start !important;
    1950         justify-content: flex-start !important
    1951     }
    1952 
    1953     .justify-content-md-end {
    1954         -ms-flex-pack: end !important;
    1955         justify-content: flex-end !important
    1956     }
    1957 
    1958     .justify-content-md-center {
    1959         -ms-flex-pack: center !important;
    1960         justify-content: center !important
    1961     }
    1962 
    1963     .justify-content-md-between {
    1964         -ms-flex-pack: justify !important;
    1965         justify-content: space-between !important
    1966     }
    1967 
    1968     .justify-content-md-around {
    1969         -ms-flex-pack: distribute !important;
    1970         justify-content: space-around !important
    1971     }
    1972 
    1973     .align-items-md-start {
    1974         -ms-flex-align: start !important;
    1975         align-items: flex-start !important
    1976     }
    1977 
    1978     .align-items-md-end {
    1979         -ms-flex-align: end !important;
    1980         align-items: flex-end !important
    1981     }
    1982 
    1983     .align-items-md-center {
    1984         -ms-flex-align: center !important;
    1985         align-items: center !important
    1986     }
    1987 
    1988     .align-items-md-baseline {
    1989         -ms-flex-align: baseline !important;
    1990         align-items: baseline !important
    1991     }
    1992 
    1993     .align-items-md-stretch {
    1994         -ms-flex-align: stretch !important;
    1995         align-items: stretch !important
    1996     }
    1997 
    1998     .align-content-md-start {
    1999         -ms-flex-line-pack: start !important;
    2000         align-content: flex-start !important
    2001     }
    2002 
    2003     .align-content-md-end {
    2004         -ms-flex-line-pack: end !important;
    2005         align-content: flex-end !important
    2006     }
    2007 
    2008     .align-content-md-center {
    2009         -ms-flex-line-pack: center !important;
    2010         align-content: center !important
    2011     }
    2012 
    2013     .align-content-md-between {
    2014         -ms-flex-line-pack: justify !important;
    2015         align-content: space-between !important
    2016     }
    2017 
    2018     .align-content-md-around {
    2019         -ms-flex-line-pack: distribute !important;
    2020         align-content: space-around !important
    2021     }
    2022 
    2023     .align-content-md-stretch {
    2024         -ms-flex-line-pack: stretch !important;
    2025         align-content: stretch !important
    2026     }
    2027 
    2028     .align-self-md-auto {
    2029         -ms-flex-item-align: auto !important;
    2030         align-self: auto !important
    2031     }
    2032 
    2033     .align-self-md-start {
    2034         -ms-flex-item-align: start !important;
    2035         align-self: flex-start !important
    2036     }
    2037 
    2038     .align-self-md-end {
    2039         -ms-flex-item-align: end !important;
    2040         align-self: flex-end !important
    2041     }
    2042 
    2043     .align-self-md-center {
    2044         -ms-flex-item-align: center !important;
    2045         align-self: center !important
    2046     }
    2047 
    2048     .align-self-md-baseline {
    2049         -ms-flex-item-align: baseline !important;
    2050         align-self: baseline !important
    2051     }
    2052 
    2053     .align-self-md-stretch {
    2054         -ms-flex-item-align: stretch !important;
    2055         align-self: stretch !important
    2056     }
    2057 }
    2058 
    2059 @media (min-width: 992px) {
    2060     .flex-lg-row {
    2061         -ms-flex-direction: row !important;
    2062         flex-direction: row !important
    2063     }
    2064 
    2065     .flex-lg-column {
    2066         -ms-flex-direction: column !important;
    2067         flex-direction: column !important
    2068     }
    2069 
    2070     .flex-lg-row-reverse {
    2071         -ms-flex-direction: row-reverse !important;
    2072         flex-direction: row-reverse !important
    2073     }
    2074 
    2075     .flex-lg-column-reverse {
    2076         -ms-flex-direction: column-reverse !important;
    2077         flex-direction: column-reverse !important
    2078     }
    2079 
    2080     .flex-lg-wrap {
    2081         -ms-flex-wrap: wrap !important;
    2082         flex-wrap: wrap !important
    2083     }
    2084 
    2085     .flex-lg-nowrap {
    2086         -ms-flex-wrap: nowrap !important;
    2087         flex-wrap: nowrap !important
    2088     }
    2089 
    2090     .flex-lg-wrap-reverse {
    2091         -ms-flex-wrap: wrap-reverse !important;
    2092         flex-wrap: wrap-reverse !important
    2093     }
    2094 
    2095     .flex-lg-fill {
    2096         -ms-flex: 1 1 auto !important;
    2097         flex: 1 1 auto !important
    2098     }
    2099 
    2100     .flex-lg-grow-0 {
    2101         -ms-flex-positive: 0 !important;
    2102         flex-grow: 0 !important
    2103     }
    2104 
    2105     .flex-lg-grow-1 {
    2106         -ms-flex-positive: 1 !important;
    2107         flex-grow: 1 !important
    2108     }
    2109 
    2110     .flex-lg-shrink-0 {
    2111         -ms-flex-negative: 0 !important;
    2112         flex-shrink: 0 !important
    2113     }
    2114 
    2115     .flex-lg-shrink-1 {
    2116         -ms-flex-negative: 1 !important;
    2117         flex-shrink: 1 !important
    2118     }
    2119 
    2120     .justify-content-lg-start {
    2121         -ms-flex-pack: start !important;
    2122         justify-content: flex-start !important
    2123     }
    2124 
    2125     .justify-content-lg-end {
    2126         -ms-flex-pack: end !important;
    2127         justify-content: flex-end !important
    2128     }
    2129 
    2130     .justify-content-lg-center {
    2131         -ms-flex-pack: center !important;
    2132         justify-content: center !important
    2133     }
    2134 
    2135     .justify-content-lg-between {
    2136         -ms-flex-pack: justify !important;
    2137         justify-content: space-between !important
    2138     }
    2139 
    2140     .justify-content-lg-around {
    2141         -ms-flex-pack: distribute !important;
    2142         justify-content: space-around !important
    2143     }
    2144 
    2145     .align-items-lg-start {
    2146         -ms-flex-align: start !important;
    2147         align-items: flex-start !important
    2148     }
    2149 
    2150     .align-items-lg-end {
    2151         -ms-flex-align: end !important;
    2152         align-items: flex-end !important
    2153     }
    2154 
    2155     .align-items-lg-center {
    2156         -ms-flex-align: center !important;
    2157         align-items: center !important
    2158     }
    2159 
    2160     .align-items-lg-baseline {
    2161         -ms-flex-align: baseline !important;
    2162         align-items: baseline !important
    2163     }
    2164 
    2165     .align-items-lg-stretch {
    2166         -ms-flex-align: stretch !important;
    2167         align-items: stretch !important
    2168     }
    2169 
    2170     .align-content-lg-start {
    2171         -ms-flex-line-pack: start !important;
    2172         align-content: flex-start !important
    2173     }
    2174 
    2175     .align-content-lg-end {
    2176         -ms-flex-line-pack: end !important;
    2177         align-content: flex-end !important
    2178     }
    2179 
    2180     .align-content-lg-center {
    2181         -ms-flex-line-pack: center !important;
    2182         align-content: center !important
    2183     }
    2184 
    2185     .align-content-lg-between {
    2186         -ms-flex-line-pack: justify !important;
    2187         align-content: space-between !important
    2188     }
    2189 
    2190     .align-content-lg-around {
    2191         -ms-flex-line-pack: distribute !important;
    2192         align-content: space-around !important
    2193     }
    2194 
    2195     .align-content-lg-stretch {
    2196         -ms-flex-line-pack: stretch !important;
    2197         align-content: stretch !important
    2198     }
    2199 
    2200     .align-self-lg-auto {
    2201         -ms-flex-item-align: auto !important;
    2202         align-self: auto !important
    2203     }
    2204 
    2205     .align-self-lg-start {
    2206         -ms-flex-item-align: start !important;
    2207         align-self: flex-start !important
    2208     }
    2209 
    2210     .align-self-lg-end {
    2211         -ms-flex-item-align: end !important;
    2212         align-self: flex-end !important
    2213     }
    2214 
    2215     .align-self-lg-center {
    2216         -ms-flex-item-align: center !important;
    2217         align-self: center !important
    2218     }
    2219 
    2220     .align-self-lg-baseline {
    2221         -ms-flex-item-align: baseline !important;
    2222         align-self: baseline !important
    2223     }
    2224 
    2225     .align-self-lg-stretch {
    2226         -ms-flex-item-align: stretch !important;
    2227         align-self: stretch !important
    2228     }
    2229 }
    2230 
    2231 @media (min-width: 1200px) {
    2232     .flex-xl-row {
    2233         -ms-flex-direction: row !important;
    2234         flex-direction: row !important
    2235     }
    2236 
    2237     .flex-xl-column {
    2238         -ms-flex-direction: column !important;
    2239         flex-direction: column !important
    2240     }
    2241 
    2242     .flex-xl-row-reverse {
    2243         -ms-flex-direction: row-reverse !important;
    2244         flex-direction: row-reverse !important
    2245     }
    2246 
    2247     .flex-xl-column-reverse {
    2248         -ms-flex-direction: column-reverse !important;
    2249         flex-direction: column-reverse !important
    2250     }
    2251 
    2252     .flex-xl-wrap {
    2253         -ms-flex-wrap: wrap !important;
    2254         flex-wrap: wrap !important
    2255     }
    2256 
    2257     .flex-xl-nowrap {
    2258         -ms-flex-wrap: nowrap !important;
    2259         flex-wrap: nowrap !important
    2260     }
    2261 
    2262     .flex-xl-wrap-reverse {
    2263         -ms-flex-wrap: wrap-reverse !important;
    2264         flex-wrap: wrap-reverse !important
    2265     }
    2266 
    2267     .flex-xl-fill {
    2268         -ms-flex: 1 1 auto !important;
    2269         flex: 1 1 auto !important
    2270     }
    2271 
    2272     .flex-xl-grow-0 {
    2273         -ms-flex-positive: 0 !important;
    2274         flex-grow: 0 !important
    2275     }
    2276 
    2277     .flex-xl-grow-1 {
    2278         -ms-flex-positive: 1 !important;
    2279         flex-grow: 1 !important
    2280     }
    2281 
    2282     .flex-xl-shrink-0 {
    2283         -ms-flex-negative: 0 !important;
    2284         flex-shrink: 0 !important
    2285     }
    2286 
    2287     .flex-xl-shrink-1 {
    2288         -ms-flex-negative: 1 !important;
    2289         flex-shrink: 1 !important
    2290     }
    2291 
    2292     .justify-content-xl-start {
    2293         -ms-flex-pack: start !important;
    2294         justify-content: flex-start !important
    2295     }
    2296 
    2297     .justify-content-xl-end {
    2298         -ms-flex-pack: end !important;
    2299         justify-content: flex-end !important
    2300     }
    2301 
    2302     .justify-content-xl-center {
    2303         -ms-flex-pack: center !important;
    2304         justify-content: center !important
    2305     }
    2306 
    2307     .justify-content-xl-between {
    2308         -ms-flex-pack: justify !important;
    2309         justify-content: space-between !important
    2310     }
    2311 
    2312     .justify-content-xl-around {
    2313         -ms-flex-pack: distribute !important;
    2314         justify-content: space-around !important
    2315     }
    2316 
    2317     .align-items-xl-start {
    2318         -ms-flex-align: start !important;
    2319         align-items: flex-start !important
    2320     }
    2321 
    2322     .align-items-xl-end {
    2323         -ms-flex-align: end !important;
    2324         align-items: flex-end !important
    2325     }
    2326 
    2327     .align-items-xl-center {
    2328         -ms-flex-align: center !important;
    2329         align-items: center !important
    2330     }
    2331 
    2332     .align-items-xl-baseline {
    2333         -ms-flex-align: baseline !important;
    2334         align-items: baseline !important
    2335     }
    2336 
    2337     .align-items-xl-stretch {
    2338         -ms-flex-align: stretch !important;
    2339         align-items: stretch !important
    2340     }
    2341 
    2342     .align-content-xl-start {
    2343         -ms-flex-line-pack: start !important;
    2344         align-content: flex-start !important
    2345     }
    2346 
    2347     .align-content-xl-end {
    2348         -ms-flex-line-pack: end !important;
    2349         align-content: flex-end !important
    2350     }
    2351 
    2352     .align-content-xl-center {
    2353         -ms-flex-line-pack: center !important;
    2354         align-content: center !important
    2355     }
    2356 
    2357     .align-content-xl-between {
    2358         -ms-flex-line-pack: justify !important;
    2359         align-content: space-between !important
    2360     }
    2361 
    2362     .align-content-xl-around {
    2363         -ms-flex-line-pack: distribute !important;
    2364         align-content: space-around !important
    2365     }
    2366 
    2367     .align-content-xl-stretch {
    2368         -ms-flex-line-pack: stretch !important;
    2369         align-content: stretch !important
    2370     }
    2371 
    2372     .align-self-xl-auto {
    2373         -ms-flex-item-align: auto !important;
    2374         align-self: auto !important
    2375     }
    2376 
    2377     .align-self-xl-start {
    2378         -ms-flex-item-align: start !important;
    2379         align-self: flex-start !important
    2380     }
    2381 
    2382     .align-self-xl-end {
    2383         -ms-flex-item-align: end !important;
    2384         align-self: flex-end !important
    2385     }
    2386 
    2387     .align-self-xl-center {
    2388         -ms-flex-item-align: center !important;
    2389         align-self: center !important
    2390     }
    2391 
    2392     .align-self-xl-baseline {
    2393         -ms-flex-item-align: baseline !important;
    2394         align-self: baseline !important
    2395     }
    2396 
    2397     .align-self-xl-stretch {
    2398         -ms-flex-item-align: stretch !important;
    2399         align-self: stretch !important
    2400     }
    2401 }
    2402 
    2403 .m-0 {
    2404     margin: 0 !important
    2405 }
    2406 
    2407 .mt-0, .my-0 {
    2408     margin-top: 0 !important
    2409 }
    2410 
    2411 .mr-0, .mx-0 {
    2412     margin-right: 0 !important
    2413 }
    2414 
    2415 .mb-0, .my-0 {
    2416     margin-bottom: 0 !important
    2417 }
    2418 
    2419 .ml-0, .mx-0 {
    2420     margin-left: 0 !important
    2421 }
    2422 
    2423 .m-1 {
    2424     margin: .25rem !important
    2425 }
    2426 
    2427 .mt-1, .my-1 {
    2428     margin-top: .25rem !important
    2429 }
    2430 
    2431 .mr-1, .mx-1 {
    2432     margin-right: .25rem !important
    2433 }
    2434 
    2435 .mb-1, .my-1 {
    2436     margin-bottom: .25rem !important
    2437 }
    2438 
    2439 .ml-1, .mx-1 {
    2440     margin-left: .25rem !important
    2441 }
    2442 
    2443 .m-2 {
    2444     margin: .5rem !important
    2445 }
    2446 
    2447 .mt-2, .my-2 {
    2448     margin-top: .5rem !important
    2449 }
    2450 
    2451 .mr-2, .mx-2 {
    2452     margin-right: .5rem !important
    2453 }
    2454 
    2455 .mb-2, .my-2 {
    2456     margin-bottom: .5rem !important
    2457 }
    2458 
    2459 .ml-2, .mx-2 {
    2460     margin-left: .5rem !important
    2461 }
    2462 
    2463 .m-3 {
    2464     margin: 1rem !important
    2465 }
    2466 
    2467 .mt-3, .my-3 {
    2468     margin-top: 1rem !important
    2469 }
    2470 
    2471 .mr-3, .mx-3 {
    2472     margin-right: 1rem !important
    2473 }
    2474 
    2475 .mb-3, .my-3 {
    2476     margin-bottom: 1rem !important
    2477 }
    2478 
    2479 .ml-3, .mx-3 {
    2480     margin-left: 1rem !important
    2481 }
    2482 
    2483 .m-4 {
    2484     margin: 1.5rem !important
    2485 }
    2486 
    2487 .mt-4, .my-4 {
    2488     margin-top: 1.5rem !important
    2489 }
    2490 
    2491 .mr-4, .mx-4 {
    2492     margin-right: 1.5rem !important
    2493 }
    2494 
    2495 .mb-4, .my-4 {
    2496     margin-bottom: 1.5rem !important
    2497 }
    2498 
    2499 .ml-4, .mx-4 {
    2500     margin-left: 1.5rem !important
    2501 }
    2502 
    2503 .m-5 {
    2504     margin: 3rem !important
    2505 }
    2506 
    2507 .mt-5, .my-5 {
    2508     margin-top: 3rem !important
    2509 }
    2510 
    2511 .mr-5, .mx-5 {
    2512     margin-right: 3rem !important
    2513 }
    2514 
    2515 .mb-5, .my-5 {
    2516     margin-bottom: 3rem !important
    2517 }
    2518 
    2519 .ml-5, .mx-5 {
    2520     margin-left: 3rem !important
    2521 }
    2522 
    2523 .p-0 {
    2524     padding: 0 !important
    2525 }
    2526 
    2527 .pt-0, .py-0 {
    2528     padding-top: 0 !important
    2529 }
    2530 
    2531 .pr-0, .px-0 {
    2532     padding-right: 0 !important
    2533 }
    2534 
    2535 .pb-0, .py-0 {
    2536     padding-bottom: 0 !important
    2537 }
    2538 
    2539 .pl-0, .px-0 {
    2540     padding-left: 0 !important
    2541 }
    2542 
    2543 .p-1 {
    2544     padding: .25rem !important
    2545 }
    2546 
    2547 .pt-1, .py-1 {
    2548     padding-top: .25rem !important
    2549 }
    2550 
    2551 .pr-1, .px-1 {
    2552     padding-right: .25rem !important
    2553 }
    2554 
    2555 .pb-1, .py-1 {
    2556     padding-bottom: .25rem !important
    2557 }
    2558 
    2559 .pl-1, .px-1 {
    2560     padding-left: .25rem !important
    2561 }
    2562 
    2563 .p-2 {
    2564     padding: .5rem !important
    2565 }
    2566 
    2567 .pt-2, .py-2 {
    2568     padding-top: .5rem !important
    2569 }
    2570 
    2571 .pr-2, .px-2 {
    2572     padding-right: .5rem !important
    2573 }
    2574 
    2575 .pb-2, .py-2 {
    2576     padding-bottom: .5rem !important
    2577 }
    2578 
    2579 .pl-2, .px-2 {
    2580     padding-left: .5rem !important
    2581 }
    2582 
    2583 .p-3 {
    2584     padding: 1rem !important
    2585 }
    2586 
    2587 .pt-3, .py-3 {
    2588     padding-top: 1rem !important
    2589 }
    2590 
    2591 .pr-3, .px-3 {
    2592     padding-right: 1rem !important
    2593 }
    2594 
    2595 .pb-3, .py-3 {
    2596     padding-bottom: 1rem !important
    2597 }
    2598 
    2599 .pl-3, .px-3 {
    2600     padding-left: 1rem !important
    2601 }
    2602 
    2603 .p-4 {
    2604     padding: 1.5rem !important
    2605 }
    2606 
    2607 .pt-4, .py-4 {
    2608     padding-top: 1.5rem !important
    2609 }
    2610 
    2611 .pr-4, .px-4 {
    2612     padding-right: 1.5rem !important
    2613 }
    2614 
    2615 .pb-4, .py-4 {
    2616     padding-bottom: 1.5rem !important
    2617 }
    2618 
    2619 .pl-4, .px-4 {
    2620     padding-left: 1.5rem !important
    2621 }
    2622 
    2623 .p-5 {
    2624     padding: 3rem !important
    2625 }
    2626 
    2627 .pt-5, .py-5 {
    2628     padding-top: 3rem !important
    2629 }
    2630 
    2631 .pr-5, .px-5 {
    2632     padding-right: 3rem !important
    2633 }
    2634 
    2635 .pb-5, .py-5 {
    2636     padding-bottom: 3rem !important
    2637 }
    2638 
    2639 .pl-5, .px-5 {
    2640     padding-left: 3rem !important
    2641 }
    2642 
    2643 .m-n1 {
    2644     margin: -.25rem !important
    2645 }
    2646 
    2647 .mt-n1, .my-n1 {
    2648     margin-top: -.25rem !important
    2649 }
    2650 
    2651 .mr-n1, .mx-n1 {
    2652     margin-right: -.25rem !important
    2653 }
    2654 
    2655 .mb-n1, .my-n1 {
    2656     margin-bottom: -.25rem !important
    2657 }
    2658 
    2659 .ml-n1, .mx-n1 {
    2660     margin-left: -.25rem !important
    2661 }
    2662 
    2663 .m-n2 {
    2664     margin: -.5rem !important
    2665 }
    2666 
    2667 .mt-n2, .my-n2 {
    2668     margin-top: -.5rem !important
    2669 }
    2670 
    2671 .mr-n2, .mx-n2 {
    2672     margin-right: -.5rem !important
    2673 }
    2674 
    2675 .mb-n2, .my-n2 {
    2676     margin-bottom: -.5rem !important
    2677 }
    2678 
    2679 .ml-n2, .mx-n2 {
    2680     margin-left: -.5rem !important
    2681 }
    2682 
    2683 .m-n3 {
    2684     margin: -1rem !important
    2685 }
    2686 
    2687 .mt-n3, .my-n3 {
    2688     margin-top: -1rem !important
    2689 }
    2690 
    2691 .mr-n3, .mx-n3 {
    2692     margin-right: -1rem !important
    2693 }
    2694 
    2695 .mb-n3, .my-n3 {
    2696     margin-bottom: -1rem !important
    2697 }
    2698 
    2699 .ml-n3, .mx-n3 {
    2700     margin-left: -1rem !important
    2701 }
    2702 
    2703 .m-n4 {
    2704     margin: -1.5rem !important
    2705 }
    2706 
    2707 .mt-n4, .my-n4 {
    2708     margin-top: -1.5rem !important
    2709 }
    2710 
    2711 .mr-n4, .mx-n4 {
    2712     margin-right: -1.5rem !important
    2713 }
    2714 
    2715 .mb-n4, .my-n4 {
    2716     margin-bottom: -1.5rem !important
    2717 }
    2718 
    2719 .ml-n4, .mx-n4 {
    2720     margin-left: -1.5rem !important
    2721 }
    2722 
    2723 .m-n5 {
    2724     margin: -3rem !important
    2725 }
    2726 
    2727 .mt-n5, .my-n5 {
    2728     margin-top: -3rem !important
    2729 }
    2730 
    2731 .mr-n5, .mx-n5 {
    2732     margin-right: -3rem !important
    2733 }
    2734 
    2735 .mb-n5, .my-n5 {
    2736     margin-bottom: -3rem !important
    2737 }
    2738 
    2739 .ml-n5, .mx-n5 {
    2740     margin-left: -3rem !important
    2741 }
    2742 
    2743 .m-auto {
    2744     margin: auto !important
    2745 }
    2746 
    2747 .mt-auto, .my-auto {
    2748     margin-top: auto !important
    2749 }
    2750 
    2751 .mr-auto, .mx-auto {
    2752     margin-right: auto !important
    2753 }
    2754 
    2755 .mb-auto, .my-auto {
    2756     margin-bottom: auto !important
    2757 }
    2758 
    2759 .ml-auto, .mx-auto {
    2760     margin-left: auto !important
    2761 }
    2762 
    2763 @media (min-width: 576px) {
    2764     .m-sm-0 {
    2765         margin: 0 !important
    2766     }
    2767 
    2768     .mt-sm-0, .my-sm-0 {
    2769         margin-top: 0 !important
    2770     }
    2771 
    2772     .mr-sm-0, .mx-sm-0 {
    2773         margin-right: 0 !important
    2774     }
    2775 
    2776     .mb-sm-0, .my-sm-0 {
    2777         margin-bottom: 0 !important
    2778     }
    2779 
    2780     .ml-sm-0, .mx-sm-0 {
    2781         margin-left: 0 !important
    2782     }
    2783 
    2784     .m-sm-1 {
    2785         margin: .25rem !important
    2786     }
    2787 
    2788     .mt-sm-1, .my-sm-1 {
    2789         margin-top: .25rem !important
    2790     }
    2791 
    2792     .mr-sm-1, .mx-sm-1 {
    2793         margin-right: .25rem !important
    2794     }
    2795 
    2796     .mb-sm-1, .my-sm-1 {
    2797         margin-bottom: .25rem !important
    2798     }
    2799 
    2800     .ml-sm-1, .mx-sm-1 {
    2801         margin-left: .25rem !important
    2802     }
    2803 
    2804     .m-sm-2 {
    2805         margin: .5rem !important
    2806     }
    2807 
    2808     .mt-sm-2, .my-sm-2 {
    2809         margin-top: .5rem !important
    2810     }
    2811 
    2812     .mr-sm-2, .mx-sm-2 {
    2813         margin-right: .5rem !important
    2814     }
    2815 
    2816     .mb-sm-2, .my-sm-2 {
    2817         margin-bottom: .5rem !important
    2818     }
    2819 
    2820     .ml-sm-2, .mx-sm-2 {
    2821         margin-left: .5rem !important
    2822     }
    2823 
    2824     .m-sm-3 {
    2825         margin: 1rem !important
    2826     }
    2827 
    2828     .mt-sm-3, .my-sm-3 {
    2829         margin-top: 1rem !important
    2830     }
    2831 
    2832     .mr-sm-3, .mx-sm-3 {
    2833         margin-right: 1rem !important
    2834     }
    2835 
    2836     .mb-sm-3, .my-sm-3 {
    2837         margin-bottom: 1rem !important
    2838     }
    2839 
    2840     .ml-sm-3, .mx-sm-3 {
    2841         margin-left: 1rem !important
    2842     }
    2843 
    2844     .m-sm-4 {
    2845         margin: 1.5rem !important
    2846     }
    2847 
    2848     .mt-sm-4, .my-sm-4 {
    2849         margin-top: 1.5rem !important
    2850     }
    2851 
    2852     .mr-sm-4, .mx-sm-4 {
    2853         margin-right: 1.5rem !important
    2854     }
    2855 
    2856     .mb-sm-4, .my-sm-4 {
    2857         margin-bottom: 1.5rem !important
    2858     }
    2859 
    2860     .ml-sm-4, .mx-sm-4 {
    2861         margin-left: 1.5rem !important
    2862     }
    2863 
    2864     .m-sm-5 {
    2865         margin: 3rem !important
    2866     }
    2867 
    2868     .mt-sm-5, .my-sm-5 {
    2869         margin-top: 3rem !important
    2870     }
    2871 
    2872     .mr-sm-5, .mx-sm-5 {
    2873         margin-right: 3rem !important
    2874     }
    2875 
    2876     .mb-sm-5, .my-sm-5 {
    2877         margin-bottom: 3rem !important
    2878     }
    2879 
    2880     .ml-sm-5, .mx-sm-5 {
    2881         margin-left: 3rem !important
    2882     }
    2883 
    2884     .p-sm-0 {
    2885         padding: 0 !important
    2886     }
    2887 
    2888     .pt-sm-0, .py-sm-0 {
    2889         padding-top: 0 !important
    2890     }
    2891 
    2892     .pr-sm-0, .px-sm-0 {
    2893         padding-right: 0 !important
    2894     }
    2895 
    2896     .pb-sm-0, .py-sm-0 {
    2897         padding-bottom: 0 !important
    2898     }
    2899 
    2900     .pl-sm-0, .px-sm-0 {
    2901         padding-left: 0 !important
    2902     }
    2903 
    2904     .p-sm-1 {
    2905         padding: .25rem !important
    2906     }
    2907 
    2908     .pt-sm-1, .py-sm-1 {
    2909         padding-top: .25rem !important
    2910     }
    2911 
    2912     .pr-sm-1, .px-sm-1 {
    2913         padding-right: .25rem !important
    2914     }
    2915 
    2916     .pb-sm-1, .py-sm-1 {
    2917         padding-bottom: .25rem !important
    2918     }
    2919 
    2920     .pl-sm-1, .px-sm-1 {
    2921         padding-left: .25rem !important
    2922     }
    2923 
    2924     .p-sm-2 {
    2925         padding: .5rem !important
    2926     }
    2927 
    2928     .pt-sm-2, .py-sm-2 {
    2929         padding-top: .5rem !important
    2930     }
    2931 
    2932     .pr-sm-2, .px-sm-2 {
    2933         padding-right: .5rem !important
    2934     }
    2935 
    2936     .pb-sm-2, .py-sm-2 {
    2937         padding-bottom: .5rem !important
    2938     }
    2939 
    2940     .pl-sm-2, .px-sm-2 {
    2941         padding-left: .5rem !important
    2942     }
    2943 
    2944     .p-sm-3 {
    2945         padding: 1rem !important
    2946     }
    2947 
    2948     .pt-sm-3, .py-sm-3 {
    2949         padding-top: 1rem !important
    2950     }
    2951 
    2952     .pr-sm-3, .px-sm-3 {
    2953         padding-right: 1rem !important
    2954     }
    2955 
    2956     .pb-sm-3, .py-sm-3 {
    2957         padding-bottom: 1rem !important
    2958     }
    2959 
    2960     .pl-sm-3, .px-sm-3 {
    2961         padding-left: 1rem !important
    2962     }
    2963 
    2964     .p-sm-4 {
    2965         padding: 1.5rem !important
    2966     }
    2967 
    2968     .pt-sm-4, .py-sm-4 {
    2969         padding-top: 1.5rem !important
    2970     }
    2971 
    2972     .pr-sm-4, .px-sm-4 {
    2973         padding-right: 1.5rem !important
    2974     }
    2975 
    2976     .pb-sm-4, .py-sm-4 {
    2977         padding-bottom: 1.5rem !important
    2978     }
    2979 
    2980     .pl-sm-4, .px-sm-4 {
    2981         padding-left: 1.5rem !important
    2982     }
    2983 
    2984     .p-sm-5 {
    2985         padding: 3rem !important
    2986     }
    2987 
    2988     .pt-sm-5, .py-sm-5 {
    2989         padding-top: 3rem !important
    2990     }
    2991 
    2992     .pr-sm-5, .px-sm-5 {
    2993         padding-right: 3rem !important
    2994     }
    2995 
    2996     .pb-sm-5, .py-sm-5 {
    2997         padding-bottom: 3rem !important
    2998     }
    2999 
    3000     .pl-sm-5, .px-sm-5 {
    3001         padding-left: 3rem !important
    3002     }
    3003 
    3004     .m-sm-n1 {
    3005         margin: -.25rem !important
    3006     }
    3007 
    3008     .mt-sm-n1, .my-sm-n1 {
    3009         margin-top: -.25rem !important
    3010     }
    3011 
    3012     .mr-sm-n1, .mx-sm-n1 {
    3013         margin-right: -.25rem !important
    3014     }
    3015 
    3016     .mb-sm-n1, .my-sm-n1 {
    3017         margin-bottom: -.25rem !important
    3018     }
    3019 
    3020     .ml-sm-n1, .mx-sm-n1 {
    3021         margin-left: -.25rem !important
    3022     }
    3023 
    3024     .m-sm-n2 {
    3025         margin: -.5rem !important
    3026     }
    3027 
    3028     .mt-sm-n2, .my-sm-n2 {
    3029         margin-top: -.5rem !important
    3030     }
    3031 
    3032     .mr-sm-n2, .mx-sm-n2 {
    3033         margin-right: -.5rem !important
    3034     }
    3035 
    3036     .mb-sm-n2, .my-sm-n2 {
    3037         margin-bottom: -.5rem !important
    3038     }
    3039 
    3040     .ml-sm-n2, .mx-sm-n2 {
    3041         margin-left: -.5rem !important
    3042     }
    3043 
    3044     .m-sm-n3 {
    3045         margin: -1rem !important
    3046     }
    3047 
    3048     .mt-sm-n3, .my-sm-n3 {
    3049         margin-top: -1rem !important
    3050     }
    3051 
    3052     .mr-sm-n3, .mx-sm-n3 {
    3053         margin-right: -1rem !important
    3054     }
    3055 
    3056     .mb-sm-n3, .my-sm-n3 {
    3057         margin-bottom: -1rem !important
    3058     }
    3059 
    3060     .ml-sm-n3, .mx-sm-n3 {
    3061         margin-left: -1rem !important
    3062     }
    3063 
    3064     .m-sm-n4 {
    3065         margin: -1.5rem !important
    3066     }
    3067 
    3068     .mt-sm-n4, .my-sm-n4 {
    3069         margin-top: -1.5rem !important
    3070     }
    3071 
    3072     .mr-sm-n4, .mx-sm-n4 {
    3073         margin-right: -1.5rem !important
    3074     }
    3075 
    3076     .mb-sm-n4, .my-sm-n4 {
    3077         margin-bottom: -1.5rem !important
    3078     }
    3079 
    3080     .ml-sm-n4, .mx-sm-n4 {
    3081         margin-left: -1.5rem !important
    3082     }
    3083 
    3084     .m-sm-n5 {
    3085         margin: -3rem !important
    3086     }
    3087 
    3088     .mt-sm-n5, .my-sm-n5 {
    3089         margin-top: -3rem !important
    3090     }
    3091 
    3092     .mr-sm-n5, .mx-sm-n5 {
    3093         margin-right: -3rem !important
    3094     }
    3095 
    3096     .mb-sm-n5, .my-sm-n5 {
    3097         margin-bottom: -3rem !important
    3098     }
    3099 
    3100     .ml-sm-n5, .mx-sm-n5 {
    3101         margin-left: -3rem !important
    3102     }
    3103 
    3104     .m-sm-auto {
    3105         margin: auto !important
    3106     }
    3107 
    3108     .mt-sm-auto, .my-sm-auto {
    3109         margin-top: auto !important
    3110     }
    3111 
    3112     .mr-sm-auto, .mx-sm-auto {
    3113         margin-right: auto !important
    3114     }
    3115 
    3116     .mb-sm-auto, .my-sm-auto {
    3117         margin-bottom: auto !important
    3118     }
    3119 
    3120     .ml-sm-auto, .mx-sm-auto {
    3121         margin-left: auto !important
    3122     }
    3123 }
    3124 
    3125 @media (min-width: 768px) {
    3126     .m-md-0 {
    3127         margin: 0 !important
    3128     }
    3129 
    3130     .mt-md-0, .my-md-0 {
    3131         margin-top: 0 !important
    3132     }
    3133 
    3134     .mr-md-0, .mx-md-0 {
    3135         margin-right: 0 !important
    3136     }
    3137 
    3138     .mb-md-0, .my-md-0 {
    3139         margin-bottom: 0 !important
    3140     }
    3141 
    3142     .ml-md-0, .mx-md-0 {
    3143         margin-left: 0 !important
    3144     }
    3145 
    3146     .m-md-1 {
    3147         margin: .25rem !important
    3148     }
    3149 
    3150     .mt-md-1, .my-md-1 {
    3151         margin-top: .25rem !important
    3152     }
    3153 
    3154     .mr-md-1, .mx-md-1 {
    3155         margin-right: .25rem !important
    3156     }
    3157 
    3158     .mb-md-1, .my-md-1 {
    3159         margin-bottom: .25rem !important
    3160     }
    3161 
    3162     .ml-md-1, .mx-md-1 {
    3163         margin-left: .25rem !important
    3164     }
    3165 
    3166     .m-md-2 {
    3167         margin: .5rem !important
    3168     }
    3169 
    3170     .mt-md-2, .my-md-2 {
    3171         margin-top: .5rem !important
    3172     }
    3173 
    3174     .mr-md-2, .mx-md-2 {
    3175         margin-right: .5rem !important
    3176     }
    3177 
    3178     .mb-md-2, .my-md-2 {
    3179         margin-bottom: .5rem !important
    3180     }
    3181 
    3182     .ml-md-2, .mx-md-2 {
    3183         margin-left: .5rem !important
    3184     }
    3185 
    3186     .m-md-3 {
    3187         margin: 1rem !important
    3188     }
    3189 
    3190     .mt-md-3, .my-md-3 {
    3191         margin-top: 1rem !important
    3192     }
    3193 
    3194     .mr-md-3, .mx-md-3 {
    3195         margin-right: 1rem !important
    3196     }
    3197 
    3198     .mb-md-3, .my-md-3 {
    3199         margin-bottom: 1rem !important
    3200     }
    3201 
    3202     .ml-md-3, .mx-md-3 {
    3203         margin-left: 1rem !important
    3204     }
    3205 
    3206     .m-md-4 {
    3207         margin: 1.5rem !important
    3208     }
    3209 
    3210     .mt-md-4, .my-md-4 {
    3211         margin-top: 1.5rem !important
    3212     }
    3213 
    3214     .mr-md-4, .mx-md-4 {
    3215         margin-right: 1.5rem !important
    3216     }
    3217 
    3218     .mb-md-4, .my-md-4 {
    3219         margin-bottom: 1.5rem !important
    3220     }
    3221 
    3222     .ml-md-4, .mx-md-4 {
    3223         margin-left: 1.5rem !important
    3224     }
    3225 
    3226     .m-md-5 {
    3227         margin: 3rem !important
    3228     }
    3229 
    3230     .mt-md-5, .my-md-5 {
    3231         margin-top: 3rem !important
    3232     }
    3233 
    3234     .mr-md-5, .mx-md-5 {
    3235         margin-right: 3rem !important
    3236     }
    3237 
    3238     .mb-md-5, .my-md-5 {
    3239         margin-bottom: 3rem !important
    3240     }
    3241 
    3242     .ml-md-5, .mx-md-5 {
    3243         margin-left: 3rem !important
    3244     }
    3245 
    3246     .p-md-0 {
    3247         padding: 0 !important
    3248     }
    3249 
    3250     .pt-md-0, .py-md-0 {
    3251         padding-top: 0 !important
    3252     }
    3253 
    3254     .pr-md-0, .px-md-0 {
    3255         padding-right: 0 !important
    3256     }
    3257 
    3258     .pb-md-0, .py-md-0 {
    3259         padding-bottom: 0 !important
    3260     }
    3261 
    3262     .pl-md-0, .px-md-0 {
    3263         padding-left: 0 !important
    3264     }
    3265 
    3266     .p-md-1 {
    3267         padding: .25rem !important
    3268     }
    3269 
    3270     .pt-md-1, .py-md-1 {
    3271         padding-top: .25rem !important
    3272     }
    3273 
    3274     .pr-md-1, .px-md-1 {
    3275         padding-right: .25rem !important
    3276     }
    3277 
    3278     .pb-md-1, .py-md-1 {
    3279         padding-bottom: .25rem !important
    3280     }
    3281 
    3282     .pl-md-1, .px-md-1 {
    3283         padding-left: .25rem !important
    3284     }
    3285 
    3286     .p-md-2 {
    3287         padding: .5rem !important
    3288     }
    3289 
    3290     .pt-md-2, .py-md-2 {
    3291         padding-top: .5rem !important
    3292     }
    3293 
    3294     .pr-md-2, .px-md-2 {
    3295         padding-right: .5rem !important
    3296     }
    3297 
    3298     .pb-md-2, .py-md-2 {
    3299         padding-bottom: .5rem !important
    3300     }
    3301 
    3302     .pl-md-2, .px-md-2 {
    3303         padding-left: .5rem !important
    3304     }
    3305 
    3306     .p-md-3 {
    3307         padding: 1rem !important
    3308     }
    3309 
    3310     .pt-md-3, .py-md-3 {
    3311         padding-top: 1rem !important
    3312     }
    3313 
    3314     .pr-md-3, .px-md-3 {
    3315         padding-right: 1rem !important
    3316     }
    3317 
    3318     .pb-md-3, .py-md-3 {
    3319         padding-bottom: 1rem !important
    3320     }
    3321 
    3322     .pl-md-3, .px-md-3 {
    3323         padding-left: 1rem !important
    3324     }
    3325 
    3326     .p-md-4 {
    3327         padding: 1.5rem !important
    3328     }
    3329 
    3330     .pt-md-4, .py-md-4 {
    3331         padding-top: 1.5rem !important
    3332     }
    3333 
    3334     .pr-md-4, .px-md-4 {
    3335         padding-right: 1.5rem !important
    3336     }
    3337 
    3338     .pb-md-4, .py-md-4 {
    3339         padding-bottom: 1.5rem !important
    3340     }
    3341 
    3342     .pl-md-4, .px-md-4 {
    3343         padding-left: 1.5rem !important
    3344     }
    3345 
    3346     .p-md-5 {
    3347         padding: 3rem !important
    3348     }
    3349 
    3350     .pt-md-5, .py-md-5 {
    3351         padding-top: 3rem !important
    3352     }
    3353 
    3354     .pr-md-5, .px-md-5 {
    3355         padding-right: 3rem !important
    3356     }
    3357 
    3358     .pb-md-5, .py-md-5 {
    3359         padding-bottom: 3rem !important
    3360     }
    3361 
    3362     .pl-md-5, .px-md-5 {
    3363         padding-left: 3rem !important
    3364     }
    3365 
    3366     .m-md-n1 {
    3367         margin: -.25rem !important
    3368     }
    3369 
    3370     .mt-md-n1, .my-md-n1 {
    3371         margin-top: -.25rem !important
    3372     }
    3373 
    3374     .mr-md-n1, .mx-md-n1 {
    3375         margin-right: -.25rem !important
    3376     }
    3377 
    3378     .mb-md-n1, .my-md-n1 {
    3379         margin-bottom: -.25rem !important
    3380     }
    3381 
    3382     .ml-md-n1, .mx-md-n1 {
    3383         margin-left: -.25rem !important
    3384     }
    3385 
    3386     .m-md-n2 {
    3387         margin: -.5rem !important
    3388     }
    3389 
    3390     .mt-md-n2, .my-md-n2 {
    3391         margin-top: -.5rem !important
    3392     }
    3393 
    3394     .mr-md-n2, .mx-md-n2 {
    3395         margin-right: -.5rem !important
    3396     }
    3397 
    3398     .mb-md-n2, .my-md-n2 {
    3399         margin-bottom: -.5rem !important
    3400     }
    3401 
    3402     .ml-md-n2, .mx-md-n2 {
    3403         margin-left: -.5rem !important
    3404     }
    3405 
    3406     .m-md-n3 {
    3407         margin: -1rem !important
    3408     }
    3409 
    3410     .mt-md-n3, .my-md-n3 {
    3411         margin-top: -1rem !important
    3412     }
    3413 
    3414     .mr-md-n3, .mx-md-n3 {
    3415         margin-right: -1rem !important
    3416     }
    3417 
    3418     .mb-md-n3, .my-md-n3 {
    3419         margin-bottom: -1rem !important
    3420     }
    3421 
    3422     .ml-md-n3, .mx-md-n3 {
    3423         margin-left: -1rem !important
    3424     }
    3425 
    3426     .m-md-n4 {
    3427         margin: -1.5rem !important
    3428     }
    3429 
    3430     .mt-md-n4, .my-md-n4 {
    3431         margin-top: -1.5rem !important
    3432     }
    3433 
    3434     .mr-md-n4, .mx-md-n4 {
    3435         margin-right: -1.5rem !important
    3436     }
    3437 
    3438     .mb-md-n4, .my-md-n4 {
    3439         margin-bottom: -1.5rem !important
    3440     }
    3441 
    3442     .ml-md-n4, .mx-md-n4 {
    3443         margin-left: -1.5rem !important
    3444     }
    3445 
    3446     .m-md-n5 {
    3447         margin: -3rem !important
    3448     }
    3449 
    3450     .mt-md-n5, .my-md-n5 {
    3451         margin-top: -3rem !important
    3452     }
    3453 
    3454     .mr-md-n5, .mx-md-n5 {
    3455         margin-right: -3rem !important
    3456     }
    3457 
    3458     .mb-md-n5, .my-md-n5 {
    3459         margin-bottom: -3rem !important
    3460     }
    3461 
    3462     .ml-md-n5, .mx-md-n5 {
    3463         margin-left: -3rem !important
    3464     }
    3465 
    3466     .m-md-auto {
    3467         margin: auto !important
    3468     }
    3469 
    3470     .mt-md-auto, .my-md-auto {
    3471         margin-top: auto !important
    3472     }
    3473 
    3474     .mr-md-auto, .mx-md-auto {
    3475         margin-right: auto !important
    3476     }
    3477 
    3478     .mb-md-auto, .my-md-auto {
    3479         margin-bottom: auto !important
    3480     }
    3481 
    3482     .ml-md-auto, .mx-md-auto {
    3483         margin-left: auto !important
    3484     }
    3485 }
    3486 
    3487 @media (min-width: 992px) {
    3488     .m-lg-0 {
    3489         margin: 0 !important
    3490     }
    3491 
    3492     .mt-lg-0, .my-lg-0 {
    3493         margin-top: 0 !important
    3494     }
    3495 
    3496     .mr-lg-0, .mx-lg-0 {
    3497         margin-right: 0 !important
    3498     }
    3499 
    3500     .mb-lg-0, .my-lg-0 {
    3501         margin-bottom: 0 !important
    3502     }
    3503 
    3504     .ml-lg-0, .mx-lg-0 {
    3505         margin-left: 0 !important
    3506     }
    3507 
    3508     .m-lg-1 {
    3509         margin: .25rem !important
    3510     }
    3511 
    3512     .mt-lg-1, .my-lg-1 {
    3513         margin-top: .25rem !important
    3514     }
    3515 
    3516     .mr-lg-1, .mx-lg-1 {
    3517         margin-right: .25rem !important
    3518     }
    3519 
    3520     .mb-lg-1, .my-lg-1 {
    3521         margin-bottom: .25rem !important
    3522     }
    3523 
    3524     .ml-lg-1, .mx-lg-1 {
    3525         margin-left: .25rem !important
    3526     }
    3527 
    3528     .m-lg-2 {
    3529         margin: .5rem !important
    3530     }
    3531 
    3532     .mt-lg-2, .my-lg-2 {
    3533         margin-top: .5rem !important
    3534     }
    3535 
    3536     .mr-lg-2, .mx-lg-2 {
    3537         margin-right: .5rem !important
    3538     }
    3539 
    3540     .mb-lg-2, .my-lg-2 {
    3541         margin-bottom: .5rem !important
    3542     }
    3543 
    3544     .ml-lg-2, .mx-lg-2 {
    3545         margin-left: .5rem !important
    3546     }
    3547 
    3548     .m-lg-3 {
    3549         margin: 1rem !important
    3550     }
    3551 
    3552     .mt-lg-3, .my-lg-3 {
    3553         margin-top: 1rem !important
    3554     }
    3555 
    3556     .mr-lg-3, .mx-lg-3 {
    3557         margin-right: 1rem !important
    3558     }
    3559 
    3560     .mb-lg-3, .my-lg-3 {
    3561         margin-bottom: 1rem !important
    3562     }
    3563 
    3564     .ml-lg-3, .mx-lg-3 {
    3565         margin-left: 1rem !important
    3566     }
    3567 
    3568     .m-lg-4 {
    3569         margin: 1.5rem !important
    3570     }
    3571 
    3572     .mt-lg-4, .my-lg-4 {
    3573         margin-top: 1.5rem !important
    3574     }
    3575 
    3576     .mr-lg-4, .mx-lg-4 {
    3577         margin-right: 1.5rem !important
    3578     }
    3579 
    3580     .mb-lg-4, .my-lg-4 {
    3581         margin-bottom: 1.5rem !important
    3582     }
    3583 
    3584     .ml-lg-4, .mx-lg-4 {
    3585         margin-left: 1.5rem !important
    3586     }
    3587 
    3588     .m-lg-5 {
    3589         margin: 3rem !important
    3590     }
    3591 
    3592     .mt-lg-5, .my-lg-5 {
    3593         margin-top: 3rem !important
    3594     }
    3595 
    3596     .mr-lg-5, .mx-lg-5 {
    3597         margin-right: 3rem !important
    3598     }
    3599 
    3600     .mb-lg-5, .my-lg-5 {
    3601         margin-bottom: 3rem !important
    3602     }
    3603 
    3604     .ml-lg-5, .mx-lg-5 {
    3605         margin-left: 3rem !important
    3606     }
    3607 
    3608     .p-lg-0 {
    3609         padding: 0 !important
    3610     }
    3611 
    3612     .pt-lg-0, .py-lg-0 {
    3613         padding-top: 0 !important
    3614     }
    3615 
    3616     .pr-lg-0, .px-lg-0 {
    3617         padding-right: 0 !important
    3618     }
    3619 
    3620     .pb-lg-0, .py-lg-0 {
    3621         padding-bottom: 0 !important
    3622     }
    3623 
    3624     .pl-lg-0, .px-lg-0 {
    3625         padding-left: 0 !important
    3626     }
    3627 
    3628     .p-lg-1 {
    3629         padding: .25rem !important
    3630     }
    3631 
    3632     .pt-lg-1, .py-lg-1 {
    3633         padding-top: .25rem !important
    3634     }
    3635 
    3636     .pr-lg-1, .px-lg-1 {
    3637         padding-right: .25rem !important
    3638     }
    3639 
    3640     .pb-lg-1, .py-lg-1 {
    3641         padding-bottom: .25rem !important
    3642     }
    3643 
    3644     .pl-lg-1, .px-lg-1 {
    3645         padding-left: .25rem !important
    3646     }
    3647 
    3648     .p-lg-2 {
    3649         padding: .5rem !important
    3650     }
    3651 
    3652     .pt-lg-2, .py-lg-2 {
    3653         padding-top: .5rem !important
    3654     }
    3655 
    3656     .pr-lg-2, .px-lg-2 {
    3657         padding-right: .5rem !important
    3658     }
    3659 
    3660     .pb-lg-2, .py-lg-2 {
    3661         padding-bottom: .5rem !important
    3662     }
    3663 
    3664     .pl-lg-2, .px-lg-2 {
    3665         padding-left: .5rem !important
    3666     }
    3667 
    3668     .p-lg-3 {
    3669         padding: 1rem !important
    3670     }
    3671 
    3672     .pt-lg-3, .py-lg-3 {
    3673         padding-top: 1rem !important
    3674     }
    3675 
    3676     .pr-lg-3, .px-lg-3 {
    3677         padding-right: 1rem !important
    3678     }
    3679 
    3680     .pb-lg-3, .py-lg-3 {
    3681         padding-bottom: 1rem !important
    3682     }
    3683 
    3684     .pl-lg-3, .px-lg-3 {
    3685         padding-left: 1rem !important
    3686     }
    3687 
    3688     .p-lg-4 {
    3689         padding: 1.5rem !important
    3690     }
    3691 
    3692     .pt-lg-4, .py-lg-4 {
    3693         padding-top: 1.5rem !important
    3694     }
    3695 
    3696     .pr-lg-4, .px-lg-4 {
    3697         padding-right: 1.5rem !important
    3698     }
    3699 
    3700     .pb-lg-4, .py-lg-4 {
    3701         padding-bottom: 1.5rem !important
    3702     }
    3703 
    3704     .pl-lg-4, .px-lg-4 {
    3705         padding-left: 1.5rem !important
    3706     }
    3707 
    3708     .p-lg-5 {
    3709         padding: 3rem !important
    3710     }
    3711 
    3712     .pt-lg-5, .py-lg-5 {
    3713         padding-top: 3rem !important
    3714     }
    3715 
    3716     .pr-lg-5, .px-lg-5 {
    3717         padding-right: 3rem !important
    3718     }
    3719 
    3720     .pb-lg-5, .py-lg-5 {
    3721         padding-bottom: 3rem !important
    3722     }
    3723 
    3724     .pl-lg-5, .px-lg-5 {
    3725         padding-left: 3rem !important
    3726     }
    3727 
    3728     .m-lg-n1 {
    3729         margin: -.25rem !important
    3730     }
    3731 
    3732     .mt-lg-n1, .my-lg-n1 {
    3733         margin-top: -.25rem !important
    3734     }
    3735 
    3736     .mr-lg-n1, .mx-lg-n1 {
    3737         margin-right: -.25rem !important
    3738     }
    3739 
    3740     .mb-lg-n1, .my-lg-n1 {
    3741         margin-bottom: -.25rem !important
    3742     }
    3743 
    3744     .ml-lg-n1, .mx-lg-n1 {
    3745         margin-left: -.25rem !important
    3746     }
    3747 
    3748     .m-lg-n2 {
    3749         margin: -.5rem !important
    3750     }
    3751 
    3752     .mt-lg-n2, .my-lg-n2 {
    3753         margin-top: -.5rem !important
    3754     }
    3755 
    3756     .mr-lg-n2, .mx-lg-n2 {
    3757         margin-right: -.5rem !important
    3758     }
    3759 
    3760     .mb-lg-n2, .my-lg-n2 {
    3761         margin-bottom: -.5rem !important
    3762     }
    3763 
    3764     .ml-lg-n2, .mx-lg-n2 {
    3765         margin-left: -.5rem !important
    3766     }
    3767 
    3768     .m-lg-n3 {
    3769         margin: -1rem !important
    3770     }
    3771 
    3772     .mt-lg-n3, .my-lg-n3 {
    3773         margin-top: -1rem !important
    3774     }
    3775 
    3776     .mr-lg-n3, .mx-lg-n3 {
    3777         margin-right: -1rem !important
    3778     }
    3779 
    3780     .mb-lg-n3, .my-lg-n3 {
    3781         margin-bottom: -1rem !important
    3782     }
    3783 
    3784     .ml-lg-n3, .mx-lg-n3 {
    3785         margin-left: -1rem !important
    3786     }
    3787 
    3788     .m-lg-n4 {
    3789         margin: -1.5rem !important
    3790     }
    3791 
    3792     .mt-lg-n4, .my-lg-n4 {
    3793         margin-top: -1.5rem !important
    3794     }
    3795 
    3796     .mr-lg-n4, .mx-lg-n4 {
    3797         margin-right: -1.5rem !important
    3798     }
    3799 
    3800     .mb-lg-n4, .my-lg-n4 {
    3801         margin-bottom: -1.5rem !important
    3802     }
    3803 
    3804     .ml-lg-n4, .mx-lg-n4 {
    3805         margin-left: -1.5rem !important
    3806     }
    3807 
    3808     .m-lg-n5 {
    3809         margin: -3rem !important
    3810     }
    3811 
    3812     .mt-lg-n5, .my-lg-n5 {
    3813         margin-top: -3rem !important
    3814     }
    3815 
    3816     .mr-lg-n5, .mx-lg-n5 {
    3817         margin-right: -3rem !important
    3818     }
    3819 
    3820     .mb-lg-n5, .my-lg-n5 {
    3821         margin-bottom: -3rem !important
    3822     }
    3823 
    3824     .ml-lg-n5, .mx-lg-n5 {
    3825         margin-left: -3rem !important
    3826     }
    3827 
    3828     .m-lg-auto {
    3829         margin: auto !important
    3830     }
    3831 
    3832     .mt-lg-auto, .my-lg-auto {
    3833         margin-top: auto !important
    3834     }
    3835 
    3836     .mr-lg-auto, .mx-lg-auto {
    3837         margin-right: auto !important
    3838     }
    3839 
    3840     .mb-lg-auto, .my-lg-auto {
    3841         margin-bottom: auto !important
    3842     }
    3843 
    3844     .ml-lg-auto, .mx-lg-auto {
    3845         margin-left: auto !important
    3846     }
    3847 }
    3848 
    3849 @media (min-width: 1200px) {
    3850     .m-xl-0 {
    3851         margin: 0 !important
    3852     }
    3853 
    3854     .mt-xl-0, .my-xl-0 {
    3855         margin-top: 0 !important
    3856     }
    3857 
    3858     .mr-xl-0, .mx-xl-0 {
    3859         margin-right: 0 !important
    3860     }
    3861 
    3862     .mb-xl-0, .my-xl-0 {
    3863         margin-bottom: 0 !important
    3864     }
    3865 
    3866     .ml-xl-0, .mx-xl-0 {
    3867         margin-left: 0 !important
    3868     }
    3869 
    3870     .m-xl-1 {
    3871         margin: .25rem !important
    3872     }
    3873 
    3874     .mt-xl-1, .my-xl-1 {
    3875         margin-top: .25rem !important
    3876     }
    3877 
    3878     .mr-xl-1, .mx-xl-1 {
    3879         margin-right: .25rem !important
    3880     }
    3881 
    3882     .mb-xl-1, .my-xl-1 {
    3883         margin-bottom: .25rem !important
    3884     }
    3885 
    3886     .ml-xl-1, .mx-xl-1 {
    3887         margin-left: .25rem !important
    3888     }
    3889 
    3890     .m-xl-2 {
    3891         margin: .5rem !important
    3892     }
    3893 
    3894     .mt-xl-2, .my-xl-2 {
    3895         margin-top: .5rem !important
    3896     }
    3897 
    3898     .mr-xl-2, .mx-xl-2 {
    3899         margin-right: .5rem !important
    3900     }
    3901 
    3902     .mb-xl-2, .my-xl-2 {
    3903         margin-bottom: .5rem !important
    3904     }
    3905 
    3906     .ml-xl-2, .mx-xl-2 {
    3907         margin-left: .5rem !important
    3908     }
    3909 
    3910     .m-xl-3 {
    3911         margin: 1rem !important
    3912     }
    3913 
    3914     .mt-xl-3, .my-xl-3 {
    3915         margin-top: 1rem !important
    3916     }
    3917 
    3918     .mr-xl-3, .mx-xl-3 {
    3919         margin-right: 1rem !important
    3920     }
    3921 
    3922     .mb-xl-3, .my-xl-3 {
    3923         margin-bottom: 1rem !important
    3924     }
    3925 
    3926     .ml-xl-3, .mx-xl-3 {
    3927         margin-left: 1rem !important
    3928     }
    3929 
    3930     .m-xl-4 {
    3931         margin: 1.5rem !important
    3932     }
    3933 
    3934     .mt-xl-4, .my-xl-4 {
    3935         margin-top: 1.5rem !important
    3936     }
    3937 
    3938     .mr-xl-4, .mx-xl-4 {
    3939         margin-right: 1.5rem !important
    3940     }
    3941 
    3942     .mb-xl-4, .my-xl-4 {
    3943         margin-bottom: 1.5rem !important
    3944     }
    3945 
    3946     .ml-xl-4, .mx-xl-4 {
    3947         margin-left: 1.5rem !important
    3948     }
    3949 
    3950     .m-xl-5 {
    3951         margin: 3rem !important
    3952     }
    3953 
    3954     .mt-xl-5, .my-xl-5 {
    3955         margin-top: 3rem !important
    3956     }
    3957 
    3958     .mr-xl-5, .mx-xl-5 {
    3959         margin-right: 3rem !important
    3960     }
    3961 
    3962     .mb-xl-5, .my-xl-5 {
    3963         margin-bottom: 3rem !important
    3964     }
    3965 
    3966     .ml-xl-5, .mx-xl-5 {
    3967         margin-left: 3rem !important
    3968     }
    3969 
    3970     .p-xl-0 {
    3971         padding: 0 !important
    3972     }
    3973 
    3974     .pt-xl-0, .py-xl-0 {
    3975         padding-top: 0 !important
    3976     }
    3977 
    3978     .pr-xl-0, .px-xl-0 {
    3979         padding-right: 0 !important
    3980     }
    3981 
    3982     .pb-xl-0, .py-xl-0 {
    3983         padding-bottom: 0 !important
    3984     }
    3985 
    3986     .pl-xl-0, .px-xl-0 {
    3987         padding-left: 0 !important
    3988     }
    3989 
    3990     .p-xl-1 {
    3991         padding: .25rem !important
    3992     }
    3993 
    3994     .pt-xl-1, .py-xl-1 {
    3995         padding-top: .25rem !important
    3996     }
    3997 
    3998     .pr-xl-1, .px-xl-1 {
    3999         padding-right: .25rem !important
    4000     }
    4001 
    4002     .pb-xl-1, .py-xl-1 {
    4003         padding-bottom: .25rem !important
    4004     }
    4005 
    4006     .pl-xl-1, .px-xl-1 {
    4007         padding-left: .25rem !important
    4008     }
    4009 
    4010     .p-xl-2 {
    4011         padding: .5rem !important
    4012     }
    4013 
    4014     .pt-xl-2, .py-xl-2 {
    4015         padding-top: .5rem !important
    4016     }
    4017 
    4018     .pr-xl-2, .px-xl-2 {
    4019         padding-right: .5rem !important
    4020     }
    4021 
    4022     .pb-xl-2, .py-xl-2 {
    4023         padding-bottom: .5rem !important
    4024     }
    4025 
    4026     .pl-xl-2, .px-xl-2 {
    4027         padding-left: .5rem !important
    4028     }
    4029 
    4030     .p-xl-3 {
    4031         padding: 1rem !important
    4032     }
    4033 
    4034     .pt-xl-3, .py-xl-3 {
    4035         padding-top: 1rem !important
    4036     }
    4037 
    4038     .pr-xl-3, .px-xl-3 {
    4039         padding-right: 1rem !important
    4040     }
    4041 
    4042     .pb-xl-3, .py-xl-3 {
    4043         padding-bottom: 1rem !important
    4044     }
    4045 
    4046     .pl-xl-3, .px-xl-3 {
    4047         padding-left: 1rem !important
    4048     }
    4049 
    4050     .p-xl-4 {
    4051         padding: 1.5rem !important
    4052     }
    4053 
    4054     .pt-xl-4, .py-xl-4 {
    4055         padding-top: 1.5rem !important
    4056     }
    4057 
    4058     .pr-xl-4, .px-xl-4 {
    4059         padding-right: 1.5rem !important
    4060     }
    4061 
    4062     .pb-xl-4, .py-xl-4 {
    4063         padding-bottom: 1.5rem !important
    4064     }
    4065 
    4066     .pl-xl-4, .px-xl-4 {
    4067         padding-left: 1.5rem !important
    4068     }
    4069 
    4070     .p-xl-5 {
    4071         padding: 3rem !important
    4072     }
    4073 
    4074     .pt-xl-5, .py-xl-5 {
    4075         padding-top: 3rem !important
    4076     }
    4077 
    4078     .pr-xl-5, .px-xl-5 {
    4079         padding-right: 3rem !important
    4080     }
    4081 
    4082     .pb-xl-5, .py-xl-5 {
    4083         padding-bottom: 3rem !important
    4084     }
    4085 
    4086     .pl-xl-5, .px-xl-5 {
    4087         padding-left: 3rem !important
    4088     }
    4089 
    4090     .m-xl-n1 {
    4091         margin: -.25rem !important
    4092     }
    4093 
    4094     .mt-xl-n1, .my-xl-n1 {
    4095         margin-top: -.25rem !important
    4096     }
    4097 
    4098     .mr-xl-n1, .mx-xl-n1 {
    4099         margin-right: -.25rem !important
    4100     }
    4101 
    4102     .mb-xl-n1, .my-xl-n1 {
    4103         margin-bottom: -.25rem !important
    4104     }
    4105 
    4106     .ml-xl-n1, .mx-xl-n1 {
    4107         margin-left: -.25rem !important
    4108     }
    4109 
    4110     .m-xl-n2 {
    4111         margin: -.5rem !important
    4112     }
    4113 
    4114     .mt-xl-n2, .my-xl-n2 {
    4115         margin-top: -.5rem !important
    4116     }
    4117 
    4118     .mr-xl-n2, .mx-xl-n2 {
    4119         margin-right: -.5rem !important
    4120     }
    4121 
    4122     .mb-xl-n2, .my-xl-n2 {
    4123         margin-bottom: -.5rem !important
    4124     }
    4125 
    4126     .ml-xl-n2, .mx-xl-n2 {
    4127         margin-left: -.5rem !important
    4128     }
    4129 
    4130     .m-xl-n3 {
    4131         margin: -1rem !important
    4132     }
    4133 
    4134     .mt-xl-n3, .my-xl-n3 {
    4135         margin-top: -1rem !important
    4136     }
    4137 
    4138     .mr-xl-n3, .mx-xl-n3 {
    4139         margin-right: -1rem !important
    4140     }
    4141 
    4142     .mb-xl-n3, .my-xl-n3 {
    4143         margin-bottom: -1rem !important
    4144     }
    4145 
    4146     .ml-xl-n3, .mx-xl-n3 {
    4147         margin-left: -1rem !important
    4148     }
    4149 
    4150     .m-xl-n4 {
    4151         margin: -1.5rem !important
    4152     }
    4153 
    4154     .mt-xl-n4, .my-xl-n4 {
    4155         margin-top: -1.5rem !important
    4156     }
    4157 
    4158     .mr-xl-n4, .mx-xl-n4 {
    4159         margin-right: -1.5rem !important
    4160     }
    4161 
    4162     .mb-xl-n4, .my-xl-n4 {
    4163         margin-bottom: -1.5rem !important
    4164     }
    4165 
    4166     .ml-xl-n4, .mx-xl-n4 {
    4167         margin-left: -1.5rem !important
    4168     }
    4169 
    4170     .m-xl-n5 {
    4171         margin: -3rem !important
    4172     }
    4173 
    4174     .mt-xl-n5, .my-xl-n5 {
    4175         margin-top: -3rem !important
    4176     }
    4177 
    4178     .mr-xl-n5, .mx-xl-n5 {
    4179         margin-right: -3rem !important
    4180     }
    4181 
    4182     .mb-xl-n5, .my-xl-n5 {
    4183         margin-bottom: -3rem !important
    4184     }
    4185 
    4186     .ml-xl-n5, .mx-xl-n5 {
    4187         margin-left: -3rem !important
    4188     }
    4189 
    4190     .m-xl-auto {
    4191         margin: auto !important
    4192     }
    4193 
    4194     .mt-xl-auto, .my-xl-auto {
    4195         margin-top: auto !important
    4196     }
    4197 
    4198     .mr-xl-auto, .mx-xl-auto {
    4199         margin-right: auto !important
    4200     }
    4201 
    4202     .mb-xl-auto, .my-xl-auto {
    4203         margin-bottom: auto !important
    4204     }
    4205 
    4206     .ml-xl-auto, .mx-xl-auto {
    4207         margin-left: auto !important
    4208     }
    4209 }
    4210 
    4211 #rcl-office {
    4212     max-width: 1150px;
     2#rcl-office .container,
     3#rcl-office .container-fluid,
     4#rcl-office .container-lg,
     5#rcl-office .container-md,
     6#rcl-office .container-sm,
     7#rcl-office .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
     8@media (min-width:576px){
     9    #rcl-office .container,
     10    #rcl-office .container-sm{
     11        max-width:540px
     12    }
     13}
     14@media (min-width:768px){
     15    #rcl-office .container,
     16    #rcl-office .container-md,
     17    #rcl-office .container-sm{
     18        max-width:720px
     19    }
     20}
     21@media (min-width:992px){
     22    #rcl-office .container,
     23    #rcl-office .container-lg,
     24    #rcl-office .container-md,
     25    #rcl-office .container-sm{
     26        max-width:960px
     27    }
     28}
     29@media (min-width:1200px){
     30    #rcl-office .container,
     31    #rcl-office .container-lg,
     32    #rcl-office .container-md,
     33    #rcl-office .container-sm,
     34    #rcl-office .container-xl{
     35        max-width:1140px
     36    }
     37}
     38#rcl-office .row{
     39    display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px
     40}
     41#rcl-office.no-gutters{
     42    margin-right:0;margin-left:0
     43}
     44#rcl-office .no-gutters> .col,.no-gutters>[class*=col-]{
     45    padding-right:0;padding-left:0
     46}
     47#rcl-office .col,
     48#rcl-office .col-1,
     49#rcl-office .col-10,
     50#rcl-office .col-11,
     51#rcl-office .col-12,
     52#rcl-office .col-2,
     53#rcl-office .col-3,
     54#rcl-office .col-4,
     55#rcl-office .col-5,
     56#rcl-office .col-6,
     57#rcl-office .col-7,
     58#rcl-office .col-8,
     59#rcl-office .col-9,
     60#rcl-office .col-auto,
     61#rcl-office .col-lg,
     62#rcl-office .col-lg-1,
     63#rcl-office .col-lg-10,
     64#rcl-office .col-lg-11,
     65#rcl-office .col-lg-12,
     66#rcl-office .col-lg-2,
     67#rcl-office .col-lg-3,
     68#rcl-office .col-lg-4,
     69#rcl-office .col-lg-5,
     70#rcl-office .col-lg-6,
     71#rcl-office .col-lg-7,
     72#rcl-office .col-lg-8,
     73#rcl-office .col-lg-9,
     74#rcl-office .col-lg-auto,
     75#rcl-office .col-md,
     76#rcl-office .col-md-1,
     77#rcl-office .col-md-10,
     78#rcl-office .col-md-11,
     79#rcl-office .col-md-12,
     80#rcl-office .col-md-2,
     81#rcl-office .col-md-3,
     82#rcl-office .col-md-4,
     83#rcl-office .col-md-5,
     84#rcl-office .col-md-6,
     85#rcl-office .col-md-7,
     86#rcl-office .col-md-8,
     87#rcl-office .col-md-9,
     88#rcl-office .col-md-auto,
     89#rcl-office .col-sm,
     90#rcl-office .col-sm-1,
     91#rcl-office .col-sm-10,
     92#rcl-office .col-sm-11,
     93#rcl-office .col-sm-12,
     94#rcl-office .col-sm-2,
     95#rcl-office .col-sm-3,
     96#rcl-office .col-sm-4,
     97#rcl-office .col-sm-5,
     98#rcl-office .col-sm-6,
     99#rcl-office .col-sm-7,
     100#rcl-office .col-sm-8,
     101#rcl-office .col-sm-9,
     102#rcl-office .col-sm-auto,
     103#rcl-office .col-xl,
     104#rcl-office .col-xl-1,
     105#rcl-office .col-xl-10,
     106#rcl-office .col-xl-11,
     107#rcl-office .col-xl-12,
     108#rcl-office .col-xl-2,
     109#rcl-office .col-xl-3,
     110#rcl-office .col-xl-4,
     111#rcl-office .col-xl-5,
     112#rcl-office .col-xl-6,
     113#rcl-office .col-xl-7,
     114#rcl-office .col-xl-8,
     115#rcl-office .col-xl-9,
     116#rcl-office .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}
     117#rcl-office .col{   -ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
     118#rcl-office .row-cols-1>*{  -ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     119#rcl-office .row-cols-2>*{  -ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     120#rcl-office .row-cols-3>*{  -ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     121#rcl-office .row-cols-4>*{  -ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     122#rcl-office .row-cols-5>*{  -ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
     123#rcl-office .row-cols-6>*{  -ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     124#rcl-office .col-auto{  -ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
     125#rcl-office .col-1{ -ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
     126#rcl-office .col-2{ -ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     127#rcl-office .col-3{ -ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     128#rcl-office .col-4{ -ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     129#rcl-office .col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
     130#rcl-office .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     131#rcl-office .col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
     132#rcl-office .col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
     133#rcl-office .col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
     134#rcl-office .col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
     135#rcl-office .col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
     136#rcl-office .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     137#rcl-office .order-first{-ms-flex-order:-1;order:-1}
     138#rcl-office .order-last{-ms-flex-order:13;order:13}
     139#rcl-office .order-0{-ms-flex-order:0;order:0}
     140#rcl-office .order-1{-ms-flex-order:1;order:1}
     141#rcl-office .order-2{-ms-flex-order:2;order:2}
     142#rcl-office .order-3{-ms-flex-order:3;order:3}
     143#rcl-office .order-4{-ms-flex-order:4;order:4}
     144#rcl-office .order-5{-ms-flex-order:5;order:5}
     145#rcl-office .order-6{-ms-flex-order:6;order:6}
     146#rcl-office .order-7{-ms-flex-order:7;order:7}
     147#rcl-office .order-8{-ms-flex-order:8;order:8}
     148#rcl-office .order-9{-ms-flex-order:9;order:9}
     149#rcl-office .order-10{-ms-flex-order:10;order:10}
     150#rcl-office .order-11{-ms-flex-order:11;order:11}
     151#rcl-office .order-12{-ms-flex-order:12;order:12}
     152#rcl-office .offset-1{margin-left:8.333333%}
     153#rcl-office .offset-2{margin-left:16.666667%}
     154#rcl-office .offset-3{margin-left:25%}
     155#rcl-office .offset-4{margin-left:33.333333%}
     156#rcl-office .offset-5{margin-left:41.666667%}
     157#rcl-office .offset-6{margin-left:50%}
     158#rcl-office .offset-7{margin-left:58.333333%}
     159#rcl-office .offset-8{margin-left:66.666667%}
     160#rcl-office .offset-9{margin-left:75%}
     161#rcl-office .offset-10{margin-left:83.333333%}
     162#rcl-office .offset-11{margin-left:91.666667%}
     163@media (min-width:576px){
     164    #rcl-office .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
     165    #rcl-office .row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     166    #rcl-office .row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     167    #rcl-office .row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     168    #rcl-office .row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     169    #rcl-office .row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
     170    #rcl-office .row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     171    #rcl-office .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
     172    #rcl-office .col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
     173    #rcl-office .col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     174    #rcl-office .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     175    #rcl-office .col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     176    #rcl-office .col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
     177    #rcl-office .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     178    #rcl-office .col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
     179    #rcl-office .col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
     180    #rcl-office .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
     181    #rcl-office .col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
     182    #rcl-office .col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
     183    #rcl-office .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     184    #rcl-office .order-sm-first{-ms-flex-order:-1;order:-1}
     185    #rcl-office .order-sm-last{-ms-flex-order:13;order:13}
     186    #rcl-office .order-sm-0{-ms-flex-order:0;order:0}
     187    #rcl-office .order-sm-1{-ms-flex-order:1;order:1}
     188    #rcl-office .order-sm-2{-ms-flex-order:2;order:2}
     189    #rcl-office .order-sm-3{-ms-flex-order:3;order:3}
     190    #rcl-office .order-sm-4{-ms-flex-order:4;order:4}
     191    #rcl-office .order-sm-5{-ms-flex-order:5;order:5}
     192    #rcl-office .order-sm-6{-ms-flex-order:6;order:6}
     193    #rcl-office .order-sm-7{-ms-flex-order:7;order:7}
     194    #rcl-office .order-sm-8{-ms-flex-order:8;order:8}
     195    #rcl-office .order-sm-9{-ms-flex-order:9;order:9}
     196    #rcl-office .order-sm-10{-ms-flex-order:10;order:10}
     197    #rcl-office .order-sm-11{-ms-flex-order:11;order:11}
     198    #rcl-office .order-sm-12{-ms-flex-order:12;order:12}
     199    #rcl-office .offset-sm-0{margin-left:0}
     200    #rcl-office .offset-sm-1{margin-left:8.333333%}
     201    #rcl-office .offset-sm-2{margin-left:16.666667%}
     202    #rcl-office .offset-sm-3{margin-left:25%}
     203    #rcl-office .offset-sm-4{margin-left:33.333333%}
     204    #rcl-office .offset-sm-5{margin-left:41.666667%}
     205    #rcl-office .offset-sm-6{margin-left:50%}
     206    #rcl-office .offset-sm-7{margin-left:58.333333%}
     207    #rcl-office .offset-sm-8{margin-left:66.666667%}
     208    #rcl-office .offset-sm-9{margin-left:75%}
     209    #rcl-office .offset-sm-10{margin-left:83.333333%}
     210    #rcl-office .offset-sm-11{margin-left:91.666667%}
     211}
     212@media (min-width:768px){
     213    #rcl-office .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
     214    #rcl-office .row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     215    #rcl-office .row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     216    #rcl-office .row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     217    #rcl-office .row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     218    #rcl-office .row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
     219    #rcl-office .row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     220    #rcl-office .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
     221    #rcl-office .col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
     222    #rcl-office .col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     223    #rcl-office .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     224    #rcl-office .col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     225    #rcl-office .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
     226    #rcl-office .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     227    #rcl-office .col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
     228    #rcl-office .col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
     229    #rcl-office .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
     230    #rcl-office .col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
     231    #rcl-office .col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
     232    #rcl-office .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     233    #rcl-office .order-md-first{-ms-flex-order:-1;order:-1}
     234    #rcl-office .order-md-last{-ms-flex-order:13;order:13}
     235    #rcl-office .order-md-0{-ms-flex-order:0;order:0}
     236    #rcl-office .order-md-1{-ms-flex-order:1;order:1}
     237    #rcl-office .order-md-2{-ms-flex-order:2;order:2}
     238    #rcl-office .order-md-3{-ms-flex-order:3;order:3}
     239    #rcl-office .order-md-4{-ms-flex-order:4;order:4}
     240    #rcl-office .order-md-5{-ms-flex-order:5;order:5}
     241    #rcl-office .order-md-6{-ms-flex-order:6;order:6}
     242    #rcl-office .order-md-7{-ms-flex-order:7;order:7}
     243    #rcl-office .order-md-8{-ms-flex-order:8;order:8}
     244    #rcl-office .order-md-9{-ms-flex-order:9;order:9}
     245    #rcl-office .order-md-10{-ms-flex-order:10;order:10}
     246    #rcl-office .order-md-11{-ms-flex-order:11;order:11}
     247    #rcl-office .order-md-12{-ms-flex-order:12;order:12}
     248    #rcl-office .offset-md-0{margin-left:0}
     249    #rcl-office .offset-md-1{margin-left:8.333333%}
     250    #rcl-office .offset-md-2{margin-left:16.666667%}
     251    #rcl-office .offset-md-3{margin-left:25%}
     252    #rcl-office .offset-md-4{margin-left:33.333333%}
     253    #rcl-office .offset-md-5{margin-left:41.666667%}
     254    #rcl-office .offset-md-6{margin-left:50%}
     255    #rcl-office .offset-md-7{margin-left:58.333333%}
     256    #rcl-office .offset-md-8{margin-left:66.666667%}
     257    #rcl-office .offset-md-9{margin-left:75%}
     258    #rcl-office .offset-md-10{margin-left:83.333333%}
     259    #rcl-office .offset-md-11{margin-left:91.666667%}
     260}
     261@media (min-width:992px){
     262    #rcl-office .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
     263    #rcl-office .row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     264    #rcl-office .row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     265    #rcl-office .row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     266    #rcl-office .row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     267    #rcl-office .row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
     268    #rcl-office .row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     269    #rcl-office .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
     270    #rcl-office .col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
     271    #rcl-office .col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     272    #rcl-office .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     273    #rcl-office .col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     274    #rcl-office .col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
     275    #rcl-office .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     276    #rcl-office .col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
     277    #rcl-office .col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
     278    #rcl-office .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
     279    #rcl-office .col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
     280    #rcl-office .col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
     281    #rcl-office .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     282    #rcl-office .order-lg-first{-ms-flex-order:-1;order:-1}
     283    #rcl-office .order-lg-last{-ms-flex-order:13;order:13}
     284    #rcl-office .order-lg-0{-ms-flex-order:0;order:0}
     285    #rcl-office .order-lg-1{-ms-flex-order:1;order:1}
     286    #rcl-office .order-lg-2{-ms-flex-order:2;order:2}
     287    #rcl-office .order-lg-3{-ms-flex-order:3;order:3}
     288    #rcl-office .order-lg-4{-ms-flex-order:4;order:4}
     289    #rcl-office .order-lg-5{-ms-flex-order:5;order:5}
     290    #rcl-office .order-lg-6{-ms-flex-order:6;order:6}
     291    #rcl-office .order-lg-7{-ms-flex-order:7;order:7}
     292    #rcl-office .order-lg-8{-ms-flex-order:8;order:8}
     293    #rcl-office .order-lg-9{-ms-flex-order:9;order:9}
     294    #rcl-office .order-lg-10{-ms-flex-order:10;order:10}
     295    #rcl-office .order-lg-11{-ms-flex-order:11;order:11}
     296    #rcl-office .order-lg-12{-ms-flex-order:12;order:12}
     297    #rcl-office .offset-lg-0{margin-left:0}
     298    #rcl-office .offset-lg-1{margin-left:8.333333%}
     299    #rcl-office .offset-lg-2{margin-left:16.666667%}
     300    #rcl-office .offset-lg-3{margin-left:25%}
     301    #rcl-office .offset-lg-4{margin-left:33.333333%}
     302    #rcl-office .offset-lg-5{margin-left:41.666667%}
     303    #rcl-office .offset-lg-6{margin-left:50%}
     304    #rcl-office .offset-lg-7{margin-left:58.333333%}
     305    #rcl-office .offset-lg-8{margin-left:66.666667%}
     306    #rcl-office .offset-lg-9{margin-left:75%}
     307    #rcl-office .offset-lg-10{margin-left:83.333333%}
     308    #rcl-office .offset-lg-11{margin-left:91.666667%}
     309}
     310@media (min-width:1200px){
     311    #rcl-office .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
     312    #rcl-office .row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     313    #rcl-office .row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     314    #rcl-office .row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     315    #rcl-office .row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     316    #rcl-office .row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
     317    #rcl-office .row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     318    #rcl-office .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
     319    #rcl-office .col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
     320    #rcl-office .col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
     321    #rcl-office .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
     322    #rcl-office .col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
     323    #rcl-office .col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
     324    #rcl-office .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
     325    #rcl-office .col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
     326    #rcl-office .col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
     327    #rcl-office .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
     328    #rcl-office .col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
     329    #rcl-office .col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
     330    #rcl-office .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
     331    #rcl-office .order-xl-first{-ms-flex-order:-1;order:-1}
     332    #rcl-office .order-xl-last{-ms-flex-order:13;order:13}
     333    #rcl-office .order-xl-0{-ms-flex-order:0;order:0}
     334    #rcl-office .order-xl-1{-ms-flex-order:1;order:1}
     335    #rcl-office .order-xl-2{-ms-flex-order:2;order:2}
     336    #rcl-office .order-xl-3{-ms-flex-order:3;order:3}
     337    #rcl-office .order-xl-4{-ms-flex-order:4;order:4}
     338    #rcl-office .order-xl-5{-ms-flex-order:5;order:5}
     339    #rcl-office .order-xl-6{-ms-flex-order:6;order:6}
     340    #rcl-office .order-xl-7{-ms-flex-order:7;order:7}
     341    #rcl-office .order-xl-8{-ms-flex-order:8;order:8}
     342    #rcl-office .order-xl-9{-ms-flex-order:9;order:9}
     343    #rcl-office .order-xl-10{-ms-flex-order:10;order:10}
     344    #rcl-office .order-xl-11{-ms-flex-order:11;order:11}
     345    #rcl-office .order-xl-12{-ms-flex-order:12;order:12}
     346    #rcl-office .offset-xl-0{margin-left:0}
     347    #rcl-office .offset-xl-1{margin-left:8.333333%}
     348    #rcl-office .offset-xl-2{margin-left:16.666667%}
     349    #rcl-office .offset-xl-3{margin-left:25%}
     350    #rcl-office .offset-xl-4{margin-left:33.333333%}
     351    #rcl-office .offset-xl-5{margin-left:41.666667%}
     352    #rcl-office .offset-xl-6{margin-left:50%}
     353    #rcl-office .offset-xl-7{margin-left:58.333333%}
     354    #rcl-office .offset-xl-8{margin-left:66.666667%}
     355    #rcl-office .offset-xl-9{margin-left:75%}
     356    #rcl-office .offset-xl-10{margin-left:83.333333%}
     357    #rcl-office .offset-xl-11{margin-left:91.666667%}
     358}
     359#rcl-office .d-none{display:none!important}
     360#rcl-office .d-inline{display:inline!important}
     361#rcl-office .d-inline-block{display:inline-block!important}
     362#rcl-office .d-block{display:block!important}
     363#rcl-office .d-table{display:table!important}
     364#rcl-office .d-table-row{display:table-row!important}
     365#rcl-office .d-table-cell{display:table-cell!important}
     366#rcl-office .d-flex{display:-ms-flexbox!important;display:flex!important}
     367#rcl-office .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
     368@media (min-width:576px){
     369    #rcl-office .d-sm-none{display:none!important}
     370    #rcl-office .d-sm-inline{display:inline!important}
     371    #rcl-office .d-sm-inline-block{display:inline-block!important}
     372    #rcl-office .d-sm-block{display:block!important}
     373    #rcl-office .d-sm-table{display:table!important}
     374    #rcl-office .d-sm-table-row{display:table-row!important}
     375    #rcl-office .d-sm-table-cell{display:table-cell!important}
     376    #rcl-office .d-sm-flex{display:-ms-flexbox!important;display:flex!important}
     377    #rcl-office .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
     378}
     379@media (min-width:768px){
     380    #rcl-office .d-md-none{display:none!important}
     381    #rcl-office .d-md-inline{display:inline!important}
     382    #rcl-office .d-md-inline-block{display:inline-block!important}
     383    #rcl-office .d-md-block{display:block!important}
     384    #rcl-office .d-md-table{display:table!important}
     385    #rcl-office .d-md-table-row{display:table-row!important}
     386    #rcl-office .d-md-table-cell{display:table-cell!important}
     387    #rcl-office .d-md-flex{display:-ms-flexbox!important;display:flex!important}
     388    #rcl-office .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
     389}
     390@media (min-width:992px){
     391    #rcl-office .d-lg-none{display:none!important}
     392    #rcl-office .d-lg-inline{display:inline!important}
     393    #rcl-office .d-lg-inline-block{display:inline-block!important}
     394    #rcl-office .d-lg-block{display:block!important}
     395    #rcl-office .d-lg-table{display:table!important}
     396    #rcl-office .d-lg-table-row{display:table-row!important}
     397    #rcl-office .d-lg-table-cell{display:table-cell!important}
     398    #rcl-office .d-lg-flex{display:-ms-flexbox!important;display:flex!important}
     399    #rcl-office .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
     400}
     401@media (min-width:1200px){
     402    #rcl-office .d-xl-none{display:none!important}
     403    #rcl-office .d-xl-inline{display:inline!important}
     404    #rcl-office .d-xl-inline-block{display:inline-block!important}
     405    #rcl-office .d-xl-block{display:block!important}
     406    #rcl-office .d-xl-table{display:table!important}
     407    #rcl-office .d-xl-table-row{display:table-row!important}
     408    #rcl-office .d-xl-table-cell{display:table-cell!important}
     409    #rcl-office .d-xl-flex{display:-ms-flexbox!important;display:flex!important}
     410    #rcl-office .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
     411}
     412@media print{
     413    #rcl-office .d-print-none{display:none!important}
     414    #rcl-office .d-print-inline{display:inline!important}
     415    #rcl-office .d-print-inline-block{display:inline-block!important}
     416    #rcl-office .d-print-block{display:block!important}
     417    #rcl-office .d-print-table{display:table!important}
     418    #rcl-office .d-print-table-row{display:table-row!important}
     419    #rcl-office .d-print-table-cell{display:table-cell!important}
     420    #rcl-office .d-print-flex{display:-ms-flexbox!important;display:flex!important}
     421    #rcl-office .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
     422}
     423#rcl-office .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}
     424#rcl-office .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}
     425#rcl-office .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
     426#rcl-office .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
     427#rcl-office .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
     428#rcl-office .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
     429#rcl-office .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
     430#rcl-office .flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
     431#rcl-office .flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
     432#rcl-office .flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
     433#rcl-office .flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
     434#rcl-office .flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
     435#rcl-office .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
     436#rcl-office .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
     437#rcl-office .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
     438#rcl-office .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
     439#rcl-office .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
     440#rcl-office .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}
     441#rcl-office .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}
     442#rcl-office .align-items-center{-ms-flex-align:center!important;align-items:center!important}
     443#rcl-office .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
     444#rcl-office .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
     445#rcl-office .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
     446#rcl-office .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
     447#rcl-office .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}
     448#rcl-office .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
     449#rcl-office .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
     450#rcl-office .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
     451#rcl-office .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
     452#rcl-office .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
     453#rcl-office .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
     454#rcl-office .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}
     455#rcl-office .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
     456#rcl-office .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}
     457@media (min-width:576px){
     458    #rcl-office .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}
     459    #rcl-office .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}
     460    #rcl-office .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
     461    #rcl-office .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
     462    #rcl-office .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
     463    #rcl-office .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
     464    #rcl-office .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
     465    #rcl-office .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
     466    #rcl-office .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
     467    #rcl-office .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
     468    #rcl-office .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
     469    #rcl-office .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
     470    #rcl-office .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
     471    #rcl-office .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
     472    #rcl-office .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}
     473    #rcl-office .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
     474    #rcl-office .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
     475    #rcl-office .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}
     476    #rcl-office .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}
     477    #rcl-office .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}
     478    #rcl-office .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
     479    #rcl-office .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
     480    #rcl-office .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
     481    #rcl-office .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
     482    #rcl-office .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}
     483    #rcl-office .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
     484    #rcl-office .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
     485    #rcl-office .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
     486    #rcl-office .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
     487    #rcl-office .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
     488    #rcl-office .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
     489    #rcl-office .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}
     490    #rcl-office .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
     491    #rcl-office .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}
     492}
     493@media (min-width:768px){
     494    #rcl-office .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}
     495    #rcl-office .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}
     496    #rcl-office .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
     497    #rcl-office .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
     498    #rcl-office .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
     499    #rcl-office .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
     500    #rcl-office .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
     501    #rcl-office .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
     502    #rcl-office .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
     503    #rcl-office .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
     504    #rcl-office .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
     505    #rcl-office .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
     506    #rcl-office .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
     507    #rcl-office .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
     508    #rcl-office .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}
     509    #rcl-office .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
     510    #rcl-office .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
     511    #rcl-office .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}
     512    #rcl-office .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}
     513    #rcl-office .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}
     514    #rcl-office .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
     515    #rcl-office .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
     516    #rcl-office .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
     517    #rcl-office .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
     518    #rcl-office .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}
     519    #rcl-office .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
     520    #rcl-office .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
     521    #rcl-office .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
     522    #rcl-office .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
     523    #rcl-office .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
     524    #rcl-office .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
     525    #rcl-office .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}
     526    #rcl-office .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
     527    #rcl-office .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}
     528}
     529@media (min-width:992px){
     530    #rcl-office .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}
     531    #rcl-office .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}
     532    #rcl-office .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
     533    #rcl-office .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
     534    #rcl-office .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
     535    #rcl-office .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
     536    #rcl-office .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
     537    #rcl-office .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
     538    #rcl-office .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
     539    #rcl-office .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
     540    #rcl-office .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
     541    #rcl-office .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
     542    #rcl-office .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
     543    #rcl-office .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
     544    #rcl-office .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}
     545    #rcl-office .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
     546    #rcl-office .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
     547    #rcl-office .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}
     548    #rcl-office .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}
     549    #rcl-office .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}
     550    #rcl-office .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
     551    #rcl-office .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
     552    #rcl-office .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
     553    #rcl-office .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
     554    #rcl-office .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}
     555    #rcl-office .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
     556    #rcl-office .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
     557    #rcl-office .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
     558    #rcl-office .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
     559    #rcl-office .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
     560    #rcl-office .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
     561    #rcl-office .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}
     562    #rcl-office .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
     563    #rcl-office .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}
     564}
     565@media (min-width:1200px){
     566    #rcl-office .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}
     567    #rcl-office .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}
     568    #rcl-office .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
     569    #rcl-office .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
     570    #rcl-office .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
     571    #rcl-office .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
     572    #rcl-office .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
     573    #rcl-office .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
     574    #rcl-office .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
     575    #rcl-office .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
     576    #rcl-office .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
     577    #rcl-office .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
     578    #rcl-office .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
     579    #rcl-office .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
     580    #rcl-office .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}
     581    #rcl-office .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
     582    #rcl-office .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
     583    #rcl-office .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}
     584    #rcl-office .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}
     585    #rcl-office .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}
     586    #rcl-office .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
     587    #rcl-office .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
     588    #rcl-office .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
     589    #rcl-office .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
     590    #rcl-office .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}
     591    #rcl-office .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
     592    #rcl-office .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
     593    #rcl-office .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
     594    #rcl-office .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
     595    #rcl-office .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
     596    #rcl-office .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
     597    #rcl-office .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}
     598    #rcl-office .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
     599    #rcl-office .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}
     600}
     601#rcl-office .m-0{margin:0!important}
     602#rcl-office .mt-0,
     603#rcl-office .my-0{margin-top:0!important}
     604#rcl-office .mr-0,#rcl-office .mx-0{margin-right:0!important}
     605#rcl-office .mb-0,#rcl-office .my-0{margin-bottom:0!important}
     606#rcl-office .ml-0,#rcl-office .mx-0{margin-left:0!important}
     607#rcl-office .m-1{margin:.25rem!important}
     608#rcl-office .mt-1,#rcl-office .my-1{margin-top:.25rem!important}
     609#rcl-office .mr-1,#rcl-office .mx-1{margin-right:.25rem!important}
     610#rcl-office .mb-1,#rcl-office .my-1{margin-bottom:.25rem!important}
     611#rcl-office .ml-1,#rcl-office .mx-1{margin-left:.25rem!important}
     612#rcl-office .m-2{margin:.5rem!important}
     613#rcl-office .mt-2,#rcl-office .my-2{margin-top:.5rem!important}
     614#rcl-office .mr-2,#rcl-office .mx-2{margin-right:.5rem!important}
     615#rcl-office .mb-2,#rcl-office .my-2{margin-bottom:.5rem!important}
     616#rcl-office .ml-2,#rcl-office .mx-2{margin-left:.5rem!important}
     617#rcl-office .m-3{margin:1rem!important}
     618#rcl-office .mt-3,#rcl-office .my-3{margin-top:1rem!important}
     619#rcl-office .mr-3,#rcl-office .mx-3{margin-right:1rem!important}
     620#rcl-office .mb-3,#rcl-office .my-3{margin-bottom:1rem!important}
     621#rcl-office .ml-3,#rcl-office .mx-3{margin-left:1rem!important}
     622#rcl-office .m-4{margin:1.5rem!important}
     623#rcl-office .mt-4,#rcl-office .my-4{margin-top:1.5rem!important}
     624#rcl-office .mr-4,#rcl-office .mx-4{margin-right:1.5rem!important}
     625#rcl-office .mb-4,#rcl-office .my-4{margin-bottom:1.5rem!important}
     626#rcl-office .ml-4,#rcl-office .mx-4{margin-left:1.5rem!important}
     627#rcl-office .m-5{margin:3rem!important}
     628#rcl-office .mt-5,#rcl-office .my-5{margin-top:3rem!important}
     629#rcl-office .mr-5,#rcl-office .mx-5{margin-right:3rem!important}
     630#rcl-office .mb-5,#rcl-office .my-5{margin-bottom:3rem!important}
     631#rcl-office .ml-5,#rcl-office .mx-5{margin-left:3rem!important}
     632#rcl-office .p-0{padding:0!important}
     633#rcl-office .pt-0,#rcl-office .py-0{padding-top:0!important}
     634#rcl-office .pr-0,#rcl-office .px-0{padding-right:0!important}
     635#rcl-office .pb-0,#rcl-office .py-0{padding-bottom:0!important}
     636#rcl-office .pl-0,#rcl-office .px-0{padding-left:0!important}
     637#rcl-office .p-1{padding:.25rem!important}
     638#rcl-office .pt-1,#rcl-office .py-1{padding-top:.25rem!important}
     639#rcl-office .pr-1,#rcl-office .px-1{padding-right:.25rem!important}
     640#rcl-office .pb-1,#rcl-office .py-1{padding-bottom:.25rem!important}
     641#rcl-office .pl-1,#rcl-office .px-1{padding-left:.25rem!important}
     642#rcl-office .p-2{padding:.5rem!important}
     643#rcl-office .pt-2,#rcl-office .py-2{padding-top:.5rem!important}
     644#rcl-office .pr-2,#rcl-office .px-2{padding-right:.5rem!important}
     645#rcl-office .pb-2,#rcl-office .py-2{padding-bottom:.5rem!important}
     646#rcl-office .pl-2,#rcl-office .px-2{padding-left:.5rem!important}
     647#rcl-office .p-3{padding:1rem!important}
     648#rcl-office .pt-3,#rcl-office .py-3{padding-top:1rem!important}
     649#rcl-office .pr-3,#rcl-office .px-3{padding-right:1rem!important}
     650#rcl-office .pb-3,#rcl-office .py-3{padding-bottom:1rem!important}
     651#rcl-office .pl-3,#rcl-office .px-3{padding-left:1rem!important}
     652#rcl-office .p-4{padding:1.5rem!important}
     653#rcl-office .pt-4,#rcl-office .py-4{padding-top:1.5rem!important}
     654#rcl-office .pr-4,#rcl-office .px-4{padding-right:1.5rem!important}
     655#rcl-office .pb-4,#rcl-office .py-4{padding-bottom:1.5rem!important}
     656#rcl-office .pl-4,#rcl-office .px-4{padding-left:1.5rem!important}
     657#rcl-office .p-5{padding:3rem!important}
     658#rcl-office .pt-5,#rcl-office .py-5{padding-top:3rem!important}
     659#rcl-office .pr-5,#rcl-office .px-5{padding-right:3rem!important}
     660#rcl-office .pb-5,#rcl-office .py-5{padding-bottom:3rem!important}
     661#rcl-office .pl-5,#rcl-office .px-5{padding-left:3rem!important}
     662#rcl-office .m-n1{margin:-.25rem!important}
     663#rcl-office .mt-n1,#rcl-office .my-n1{margin-top:-.25rem!important}
     664#rcl-office .mr-n1,#rcl-office .mx-n1{margin-right:-.25rem!important}
     665#rcl-office .mb-n1,#rcl-office .my-n1{margin-bottom:-.25rem!important}
     666#rcl-office .ml-n1,#rcl-office .mx-n1{margin-left:-.25rem!important}
     667#rcl-office .m-n2{margin:-.5rem!important}
     668#rcl-office .mt-n2,#rcl-office .my-n2{margin-top:-.5rem!important}
     669#rcl-office .mr-n2,#rcl-office .mx-n2{margin-right:-.5rem!important}
     670#rcl-office .mb-n2,#rcl-office .my-n2{margin-bottom:-.5rem!important}
     671#rcl-office .ml-n2,#rcl-office .mx-n2{margin-left:-.5rem!important}
     672#rcl-office .m-n3{margin:-1rem!important}
     673#rcl-office .mt-n3,#rcl-office .my-n3{margin-top:-1rem!important}
     674#rcl-office .mr-n3,#rcl-office .mx-n3{margin-right:-1rem!important}
     675#rcl-office .mb-n3,#rcl-office .my-n3{margin-bottom:-1rem!important}
     676#rcl-office .ml-n3,#rcl-office .mx-n3{margin-left:-1rem!important}
     677#rcl-office .m-n4{margin:-1.5rem!important}
     678#rcl-office .mt-n4,#rcl-office .my-n4{margin-top:-1.5rem!important}
     679#rcl-office .mr-n4,#rcl-office .mx-n4{margin-right:-1.5rem!important}
     680#rcl-office .mb-n4,#rcl-office .my-n4{margin-bottom:-1.5rem!important}
     681#rcl-office .ml-n4,#rcl-office .mx-n4{margin-left:-1.5rem!important}
     682#rcl-office .m-n5{margin:-3rem!important}
     683#rcl-office .mt-n5,#rcl-office .my-n5{margin-top:-3rem!important}
     684#rcl-office .mr-n5,#rcl-office .mx-n5{margin-right:-3rem!important}
     685#rcl-office .mb-n5,#rcl-office .my-n5{margin-bottom:-3rem!important}
     686#rcl-office .ml-n5,#rcl-office .mx-n5{margin-left:-3rem!important}
     687#rcl-office .m-auto{margin:auto!important}
     688#rcl-office .mt-auto,#rcl-office .my-auto{margin-top:auto!important}
     689#rcl-office .mr-auto,#rcl-office .mx-auto{margin-right:auto!important}
     690#rcl-office .mb-auto,#rcl-office .my-auto{margin-bottom:auto!important}
     691#rcl-office .ml-auto,#rcl-office .mx-auto{margin-left:auto!important}
     692@media (min-width:576px){
     693    #rcl-office .m-sm-0{margin:0!important}
     694    #rcl-office .mt-sm-0,#rcl-office .my-sm-0{margin-top:0!important}
     695    #rcl-office .mr-sm-0,#rcl-office .mx-sm-0{margin-right:0!important}
     696    #rcl-office .mb-sm-0,#rcl-office .my-sm-0{margin-bottom:0!important}
     697    #rcl-office .ml-sm-0,#rcl-office .mx-sm-0{margin-left:0!important}
     698    #rcl-office .m-sm-1{margin:.25rem!important}
     699    #rcl-office .mt-sm-1,#rcl-office .my-sm-1{margin-top:.25rem!important}
     700    #rcl-office .mr-sm-1,#rcl-office .mx-sm-1{margin-right:.25rem!important}
     701    #rcl-office .mb-sm-1,#rcl-office .my-sm-1{margin-bottom:.25rem!important}
     702    #rcl-office .ml-sm-1,#rcl-office .mx-sm-1{margin-left:.25rem!important}
     703    #rcl-office .m-sm-2{margin:.5rem!important}
     704    #rcl-office .mt-sm-2,#rcl-office .my-sm-2{margin-top:.5rem!important}
     705    #rcl-office .mr-sm-2,#rcl-office .mx-sm-2{margin-right:.5rem!important}
     706    #rcl-office .mb-sm-2,#rcl-office .my-sm-2{margin-bottom:.5rem!important}
     707    #rcl-office .ml-sm-2,#rcl-office .mx-sm-2{margin-left:.5rem!important}
     708    #rcl-office .m-sm-3{margin:1rem!important}
     709    #rcl-office .mt-sm-3,#rcl-office .my-sm-3{margin-top:1rem!important}
     710    #rcl-office .mr-sm-3,#rcl-office .mx-sm-3{margin-right:1rem!important}
     711    #rcl-office .mb-sm-3,#rcl-office .my-sm-3{margin-bottom:1rem!important}
     712    #rcl-office .ml-sm-3,#rcl-office .mx-sm-3{margin-left:1rem!important}
     713    #rcl-office .m-sm-4{margin:1.5rem!important}
     714    #rcl-office .mt-sm-4,#rcl-office .my-sm-4{margin-top:1.5rem!important}
     715    #rcl-office .mr-sm-4,#rcl-office .mx-sm-4{margin-right:1.5rem!important}
     716    #rcl-office .mb-sm-4,#rcl-office .my-sm-4{margin-bottom:1.5rem!important}
     717    #rcl-office .ml-sm-4,#rcl-office .mx-sm-4{margin-left:1.5rem!important}
     718    #rcl-office .m-sm-5{margin:3rem!important}
     719    #rcl-office .mt-sm-5,#rcl-office .my-sm-5{margin-top:3rem!important}
     720    #rcl-office .mr-sm-5,#rcl-office .mx-sm-5{margin-right:3rem!important}
     721    #rcl-office .mb-sm-5,#rcl-office .my-sm-5{margin-bottom:3rem!important}
     722    #rcl-office .ml-sm-5,#rcl-office .mx-sm-5{margin-left:3rem!important}
     723    #rcl-office .p-sm-0{padding:0!important}
     724    #rcl-office .pt-sm-0,#rcl-office .py-sm-0{padding-top:0!important}
     725    #rcl-office .pr-sm-0,#rcl-office .px-sm-0{padding-right:0!important}
     726    #rcl-office .pb-sm-0,#rcl-office .py-sm-0{padding-bottom:0!important}
     727    #rcl-office .pl-sm-0,#rcl-office .px-sm-0{padding-left:0!important}
     728    #rcl-office .p-sm-1{padding:.25rem!important}
     729    #rcl-office .pt-sm-1,#rcl-office .py-sm-1{padding-top:.25rem!important}
     730    #rcl-office .pr-sm-1,#rcl-office .px-sm-1{padding-right:.25rem!important}
     731    #rcl-office .pb-sm-1,#rcl-office .py-sm-1{padding-bottom:.25rem!important}
     732    #rcl-office .pl-sm-1,#rcl-office .px-sm-1{padding-left:.25rem!important}
     733    #rcl-office .p-sm-2{padding:.5rem!important}
     734    #rcl-office .pt-sm-2,#rcl-office .py-sm-2{padding-top:.5rem!important}
     735    #rcl-office .pr-sm-2,#rcl-office .px-sm-2{padding-right:.5rem!important}
     736    #rcl-office .pb-sm-2,#rcl-office .py-sm-2{padding-bottom:.5rem!important}
     737    #rcl-office .pl-sm-2,#rcl-office .px-sm-2{padding-left:.5rem!important}
     738    #rcl-office .p-sm-3{padding:1rem!important}
     739    #rcl-office .pt-sm-3,#rcl-office .py-sm-3{padding-top:1rem!important}
     740    #rcl-office .pr-sm-3,#rcl-office .px-sm-3{padding-right:1rem!important}
     741    #rcl-office .pb-sm-3,#rcl-office .py-sm-3{padding-bottom:1rem!important}
     742    #rcl-office .pl-sm-3,#rcl-office .px-sm-3{padding-left:1rem!important}
     743    #rcl-office .p-sm-4{padding:1.5rem!important}
     744    #rcl-office .pt-sm-4,#rcl-office .py-sm-4{padding-top:1.5rem!important}
     745    #rcl-office .pr-sm-4,#rcl-office .px-sm-4{padding-right:1.5rem!important}
     746    #rcl-office .pb-sm-4,#rcl-office .py-sm-4{padding-bottom:1.5rem!important}
     747    #rcl-office .pl-sm-4,#rcl-office .px-sm-4{padding-left:1.5rem!important}
     748    #rcl-office .p-sm-5{padding:3rem!important}
     749    #rcl-office .pt-sm-5,#rcl-office .py-sm-5{padding-top:3rem!important}
     750    #rcl-office .pr-sm-5,#rcl-office .px-sm-5{padding-right:3rem!important}
     751    #rcl-office .pb-sm-5,#rcl-office .py-sm-5{padding-bottom:3rem!important}
     752    #rcl-office .pl-sm-5,#rcl-office .px-sm-5{padding-left:3rem!important}
     753    #rcl-office .m-sm-n1{margin:-.25rem!important}
     754    #rcl-office .mt-sm-n1,#rcl-office .my-sm-n1{margin-top:-.25rem!important}
     755    #rcl-office .mr-sm-n1,#rcl-office .mx-sm-n1{margin-right:-.25rem!important}
     756    #rcl-office .mb-sm-n1,#rcl-office .my-sm-n1{margin-bottom:-.25rem!important}
     757    #rcl-office .ml-sm-n1,#rcl-office .mx-sm-n1{margin-left:-.25rem!important}
     758    #rcl-office .m-sm-n2{margin:-.5rem!important}
     759    #rcl-office .mt-sm-n2,#rcl-office .my-sm-n2{margin-top:-.5rem!important}
     760    #rcl-office .mr-sm-n2,#rcl-office .mx-sm-n2{margin-right:-.5rem!important}
     761    #rcl-office .mb-sm-n2,#rcl-office .my-sm-n2{margin-bottom:-.5rem!important}
     762    #rcl-office .ml-sm-n2,#rcl-office .mx-sm-n2{margin-left:-.5rem!important}
     763    #rcl-office .m-sm-n3{margin:-1rem!important}
     764    #rcl-office .mt-sm-n3,#rcl-office .my-sm-n3{margin-top:-1rem!important}
     765    #rcl-office .mr-sm-n3,#rcl-office .mx-sm-n3{margin-right:-1rem!important}
     766    #rcl-office .mb-sm-n3,#rcl-office .my-sm-n3{margin-bottom:-1rem!important}
     767    #rcl-office .ml-sm-n3,#rcl-office .mx-sm-n3{margin-left:-1rem!important}
     768    #rcl-office .m-sm-n4{margin:-1.5rem!important}
     769    #rcl-office .mt-sm-n4,#rcl-office .my-sm-n4{margin-top:-1.5rem!important}
     770    #rcl-office .mr-sm-n4,#rcl-office .mx-sm-n4{margin-right:-1.5rem!important}
     771    #rcl-office .mb-sm-n4,#rcl-office .my-sm-n4{margin-bottom:-1.5rem!important}
     772    #rcl-office .ml-sm-n4,#rcl-office .mx-sm-n4{margin-left:-1.5rem!important}
     773    #rcl-office .m-sm-n5{margin:-3rem!important}
     774    #rcl-office .mt-sm-n5,#rcl-office .my-sm-n5{margin-top:-3rem!important}
     775    #rcl-office .mr-sm-n5,#rcl-office .mx-sm-n5{margin-right:-3rem!important}
     776    #rcl-office .mb-sm-n5,#rcl-office .my-sm-n5{margin-bottom:-3rem!important}
     777    #rcl-office .ml-sm-n5,#rcl-office .mx-sm-n5{margin-left:-3rem!important}
     778    #rcl-office .m-sm-auto{margin:auto!important}
     779    #rcl-office .mt-sm-auto,#rcl-office .my-sm-auto{margin-top:auto!important}
     780    #rcl-office .mr-sm-auto,#rcl-office .mx-sm-auto{margin-right:auto!important}
     781    #rcl-office .mb-sm-auto,#rcl-office .my-sm-auto{margin-bottom:auto!important}
     782    #rcl-office .ml-sm-auto,#rcl-office .mx-sm-auto{margin-left:auto!important}
     783}
     784@media (min-width:768px){
     785    #rcl-office .m-md-0{margin:0!important}
     786    #rcl-office .mt-md-0,#rcl-office .my-md-0{margin-top:0!important}
     787    #rcl-office .mr-md-0,#rcl-office .mx-md-0{margin-right:0!important}
     788    #rcl-office .mb-md-0,#rcl-office .my-md-0{margin-bottom:0!important}
     789    #rcl-office .ml-md-0,#rcl-office .mx-md-0{margin-left:0!important}
     790    #rcl-office .m-md-1{margin:.25rem!important}
     791    #rcl-office .mt-md-1,#rcl-office .my-md-1{margin-top:.25rem!important}
     792    #rcl-office .mr-md-1,#rcl-office .mx-md-1{margin-right:.25rem!important}
     793    #rcl-office .mb-md-1,#rcl-office .my-md-1{margin-bottom:.25rem!important}
     794    #rcl-office .ml-md-1,#rcl-office .mx-md-1{margin-left:.25rem!important}
     795    #rcl-office .m-md-2{margin:.5rem!important}
     796    #rcl-office .mt-md-2,#rcl-office .my-md-2{margin-top:.5rem!important}
     797    #rcl-office .mr-md-2,#rcl-office .mx-md-2{margin-right:.5rem!important}
     798    #rcl-office .mb-md-2,#rcl-office .my-md-2{margin-bottom:.5rem!important}
     799    #rcl-office .ml-md-2,#rcl-office .mx-md-2{margin-left:.5rem!important}
     800    #rcl-office .m-md-3{margin:1rem!important}
     801    #rcl-office .mt-md-3,#rcl-office .my-md-3{margin-top:1rem!important}
     802    #rcl-office .mr-md-3,#rcl-office .mx-md-3{margin-right:1rem!important}
     803    #rcl-office .mb-md-3,#rcl-office .my-md-3{margin-bottom:1rem!important}
     804    #rcl-office .ml-md-3,#rcl-office .mx-md-3{margin-left:1rem!important}
     805    #rcl-office .m-md-4{margin:1.5rem!important}
     806    #rcl-office .mt-md-4,#rcl-office .my-md-4{margin-top:1.5rem!important}
     807    #rcl-office .mr-md-4,#rcl-office .mx-md-4{margin-right:1.5rem!important}
     808    #rcl-office .mb-md-4,#rcl-office .my-md-4{margin-bottom:1.5rem!important}
     809    #rcl-office .ml-md-4,#rcl-office .mx-md-4{margin-left:1.5rem!important}
     810    #rcl-office .m-md-5{margin:3rem!important}
     811    #rcl-office .mt-md-5,#rcl-office .my-md-5{margin-top:3rem!important}
     812    #rcl-office .mr-md-5,#rcl-office .mx-md-5{margin-right:3rem!important}
     813    #rcl-office .mb-md-5,#rcl-office .my-md-5{margin-bottom:3rem!important}
     814    #rcl-office .ml-md-5,#rcl-office .mx-md-5{margin-left:3rem!important}
     815    #rcl-office .p-md-0{padding:0!important}
     816    #rcl-office .pt-md-0,#rcl-office .py-md-0{padding-top:0!important}
     817    #rcl-office .pr-md-0,#rcl-office .px-md-0{padding-right:0!important}
     818    #rcl-office .pb-md-0,#rcl-office .py-md-0{padding-bottom:0!important}
     819    #rcl-office .pl-md-0,#rcl-office .px-md-0{padding-left:0!important}
     820    #rcl-office .p-md-1{padding:.25rem!important}
     821    #rcl-office .pt-md-1,#rcl-office .py-md-1{padding-top:.25rem!important}
     822    #rcl-office .pr-md-1,#rcl-office .px-md-1{padding-right:.25rem!important}
     823    #rcl-office .pb-md-1,#rcl-office .py-md-1{padding-bottom:.25rem!important}
     824    #rcl-office .pl-md-1,#rcl-office .px-md-1{padding-left:.25rem!important}
     825    #rcl-office .p-md-2{padding:.5rem!important}
     826    #rcl-office .pt-md-2,#rcl-office .py-md-2{padding-top:.5rem!important}
     827    #rcl-office .pr-md-2,#rcl-office .px-md-2{padding-right:.5rem!important}
     828    #rcl-office .pb-md-2,#rcl-office .py-md-2{padding-bottom:.5rem!important}
     829    #rcl-office .pl-md-2,#rcl-office .px-md-2{padding-left:.5rem!important}
     830    #rcl-office .p-md-3{padding:1rem!important}
     831    #rcl-office .pt-md-3,#rcl-office .py-md-3{padding-top:1rem!important}
     832    #rcl-office .pr-md-3,#rcl-office .px-md-3{padding-right:1rem!important}
     833    #rcl-office .pb-md-3,#rcl-office .py-md-3{padding-bottom:1rem!important}
     834    #rcl-office .pl-md-3,#rcl-office .px-md-3{padding-left:1rem!important}
     835    #rcl-office .p-md-4{padding:1.5rem!important}
     836    #rcl-office .pt-md-4,#rcl-office .py-md-4{padding-top:1.5rem!important}
     837    #rcl-office .pr-md-4,#rcl-office .px-md-4{padding-right:1.5rem!important}
     838    #rcl-office .pb-md-4,#rcl-office .py-md-4{padding-bottom:1.5rem!important}
     839    #rcl-office .pl-md-4,#rcl-office .px-md-4{padding-left:1.5rem!important}
     840    #rcl-office .p-md-5{padding:3rem!important}
     841    #rcl-office .pt-md-5,#rcl-office .py-md-5{padding-top:3rem!important}
     842    #rcl-office .pr-md-5,#rcl-office .px-md-5{padding-right:3rem!important}
     843    #rcl-office .pb-md-5,#rcl-office .py-md-5{padding-bottom:3rem!important}
     844    #rcl-office .pl-md-5,#rcl-office .px-md-5{padding-left:3rem!important}
     845    #rcl-office .m-md-n1{margin:-.25rem!important}
     846    #rcl-office .mt-md-n1,#rcl-office .my-md-n1{margin-top:-.25rem!important}
     847    #rcl-office .mr-md-n1,#rcl-office .mx-md-n1{margin-right:-.25rem!important}
     848    #rcl-office .mb-md-n1,#rcl-office .my-md-n1{margin-bottom:-.25rem!important}
     849    #rcl-office .ml-md-n1,#rcl-office .mx-md-n1{margin-left:-.25rem!important}
     850    #rcl-office .m-md-n2{margin:-.5rem!important}
     851    #rcl-office .mt-md-n2,#rcl-office .my-md-n2{margin-top:-.5rem!important}
     852    #rcl-office .mr-md-n2,#rcl-office .mx-md-n2{margin-right:-.5rem!important}
     853    #rcl-office .mb-md-n2,#rcl-office .my-md-n2{margin-bottom:-.5rem!important}
     854    #rcl-office .ml-md-n2,#rcl-office .mx-md-n2{margin-left:-.5rem!important}
     855    #rcl-office .m-md-n3{margin:-1rem!important}
     856    #rcl-office .mt-md-n3,#rcl-office .my-md-n3{margin-top:-1rem!important}
     857    #rcl-office .mr-md-n3,#rcl-office .mx-md-n3{margin-right:-1rem!important}
     858    #rcl-office .mb-md-n3,#rcl-office .my-md-n3{margin-bottom:-1rem!important}
     859    #rcl-office .ml-md-n3,#rcl-office .mx-md-n3{margin-left:-1rem!important}
     860    #rcl-office .m-md-n4{margin:-1.5rem!important}
     861    #rcl-office .mt-md-n4,#rcl-office .my-md-n4{margin-top:-1.5rem!important}
     862    #rcl-office .mr-md-n4,#rcl-office .mx-md-n4{margin-right:-1.5rem!important}
     863    #rcl-office .mb-md-n4,#rcl-office .my-md-n4{margin-bottom:-1.5rem!important}
     864    #rcl-office .ml-md-n4,#rcl-office .mx-md-n4{margin-left:-1.5rem!important}
     865    #rcl-office .m-md-n5{margin:-3rem!important}
     866    #rcl-office .mt-md-n5,#rcl-office .my-md-n5{margin-top:-3rem!important}
     867    #rcl-office .mr-md-n5,#rcl-office .mx-md-n5{margin-right:-3rem!important}
     868    #rcl-office .mb-md-n5,#rcl-office .my-md-n5{margin-bottom:-3rem!important}
     869    #rcl-office .ml-md-n5,#rcl-office .mx-md-n5{margin-left:-3rem!important}
     870    #rcl-office .m-md-auto{margin:auto!important}
     871    #rcl-office .mt-md-auto,#rcl-office .my-md-auto{margin-top:auto!important}
     872    #rcl-office .mr-md-auto,#rcl-office .mx-md-auto{margin-right:auto!important}
     873    #rcl-office .mb-md-auto,#rcl-office .my-md-auto{margin-bottom:auto!important}
     874    #rcl-office .ml-md-auto,#rcl-office .mx-md-auto{margin-left:auto!important}
     875}
     876@media (min-width:992px){
     877    #rcl-office .m-lg-0{margin:0!important}
     878    #rcl-office .mt-lg-0,#rcl-office .my-lg-0{margin-top:0!important}
     879    #rcl-office .mr-lg-0,#rcl-office .mx-lg-0{margin-right:0!important}
     880    #rcl-office .mb-lg-0,#rcl-office .my-lg-0{margin-bottom:0!important}
     881    #rcl-office .ml-lg-0,#rcl-office .mx-lg-0{margin-left:0!important}
     882    #rcl-office .m-lg-1{margin:.25rem!important}
     883    #rcl-office .mt-lg-1,#rcl-office .my-lg-1{margin-top:.25rem!important}
     884    #rcl-office .mr-lg-1,#rcl-office .mx-lg-1{margin-right:.25rem!important}
     885    #rcl-office .mb-lg-1,#rcl-office .my-lg-1{margin-bottom:.25rem!important}
     886    #rcl-office .ml-lg-1,#rcl-office .mx-lg-1{margin-left:.25rem!important}
     887    #rcl-office .m-lg-2{margin:.5rem!important}
     888    #rcl-office .mt-lg-2,#rcl-office .my-lg-2{margin-top:.5rem!important}
     889    #rcl-office .mr-lg-2,#rcl-office .mx-lg-2{margin-right:.5rem!important}
     890    #rcl-office .mb-lg-2,#rcl-office .my-lg-2{margin-bottom:.5rem!important}
     891    #rcl-office .ml-lg-2,#rcl-office .mx-lg-2{margin-left:.5rem!important}
     892    #rcl-office .m-lg-3{margin:1rem!important}
     893    #rcl-office .mt-lg-3,#rcl-office .my-lg-3{margin-top:1rem!important}
     894    #rcl-office .mr-lg-3,#rcl-office .mx-lg-3{margin-right:1rem!important}
     895    #rcl-office .mb-lg-3,#rcl-office .my-lg-3{margin-bottom:1rem!important}
     896    #rcl-office .ml-lg-3,#rcl-office .mx-lg-3{margin-left:1rem!important}
     897    #rcl-office .m-lg-4{margin:1.5rem!important}
     898    #rcl-office .mt-lg-4,#rcl-office .my-lg-4{margin-top:1.5rem!important}
     899    #rcl-office .mr-lg-4,#rcl-office .mx-lg-4{margin-right:1.5rem!important}
     900    #rcl-office .mb-lg-4,#rcl-office .my-lg-4{margin-bottom:1.5rem!important}
     901    #rcl-office .ml-lg-4,#rcl-office .mx-lg-4{margin-left:1.5rem!important}
     902    #rcl-office .m-lg-5{margin:3rem!important}
     903    #rcl-office .mt-lg-5,#rcl-office .my-lg-5{margin-top:3rem!important}
     904    #rcl-office .mr-lg-5,#rcl-office .mx-lg-5{margin-right:3rem!important}
     905    #rcl-office .mb-lg-5,#rcl-office .my-lg-5{margin-bottom:3rem!important}
     906    #rcl-office .ml-lg-5,#rcl-office .mx-lg-5{margin-left:3rem!important}
     907    #rcl-office .p-lg-0{padding:0!important}
     908    #rcl-office .pt-lg-0,#rcl-office .py-lg-0{padding-top:0!important}
     909    #rcl-office .pr-lg-0,#rcl-office .px-lg-0{padding-right:0!important}
     910    #rcl-office .pb-lg-0,#rcl-office .py-lg-0{padding-bottom:0!important}
     911    #rcl-office .pl-lg-0,#rcl-office .px-lg-0{padding-left:0!important}
     912    #rcl-office .p-lg-1{padding:.25rem!important}
     913    #rcl-office .pt-lg-1,#rcl-office .py-lg-1{padding-top:.25rem!important}
     914    #rcl-office .pr-lg-1,#rcl-office .px-lg-1{padding-right:.25rem!important}
     915    #rcl-office .pb-lg-1,#rcl-office .py-lg-1{padding-bottom:.25rem!important}
     916    #rcl-office .pl-lg-1,#rcl-office .px-lg-1{padding-left:.25rem!important}
     917    #rcl-office .p-lg-2{padding:.5rem!important}
     918    #rcl-office .pt-lg-2,#rcl-office .py-lg-2{padding-top:.5rem!important}
     919    #rcl-office .pr-lg-2,#rcl-office .px-lg-2{padding-right:.5rem!important}
     920    #rcl-office .pb-lg-2,#rcl-office .py-lg-2{padding-bottom:.5rem!important}
     921    #rcl-office .pl-lg-2,#rcl-office .px-lg-2{padding-left:.5rem!important}
     922    #rcl-office .p-lg-3{padding:1rem!important}
     923    #rcl-office .pt-lg-3,#rcl-office .py-lg-3{padding-top:1rem!important}
     924    #rcl-office .pr-lg-3,#rcl-office .px-lg-3{padding-right:1rem!important}
     925    #rcl-office .pb-lg-3,#rcl-office .py-lg-3{padding-bottom:1rem!important}
     926    #rcl-office .pl-lg-3,#rcl-office .px-lg-3{padding-left:1rem!important}
     927    #rcl-office .p-lg-4{padding:1.5rem!important}
     928    #rcl-office .pt-lg-4,#rcl-office .py-lg-4{padding-top:1.5rem!important}
     929    #rcl-office .pr-lg-4,#rcl-office .px-lg-4{padding-right:1.5rem!important}
     930    #rcl-office .pb-lg-4,#rcl-office .py-lg-4{padding-bottom:1.5rem!important}
     931    #rcl-office .pl-lg-4,#rcl-office .px-lg-4{padding-left:1.5rem!important}
     932    #rcl-office .p-lg-5{padding:3rem!important}
     933    #rcl-office .pt-lg-5,#rcl-office .py-lg-5{padding-top:3rem!important}
     934    #rcl-office .pr-lg-5,#rcl-office .px-lg-5{padding-right:3rem!important}
     935    #rcl-office .pb-lg-5,#rcl-office .py-lg-5{padding-bottom:3rem!important}
     936    #rcl-office .pl-lg-5,#rcl-office .px-lg-5{padding-left:3rem!important}
     937    #rcl-office .m-lg-n1{margin:-.25rem!important}
     938    #rcl-office .mt-lg-n1,#rcl-office .my-lg-n1{margin-top:-.25rem!important}
     939    #rcl-office .mr-lg-n1,#rcl-office .mx-lg-n1{margin-right:-.25rem!important}
     940    #rcl-office .mb-lg-n1,#rcl-office .my-lg-n1{margin-bottom:-.25rem!important}
     941    #rcl-office .ml-lg-n1,#rcl-office .mx-lg-n1{margin-left:-.25rem!important}
     942    #rcl-office .m-lg-n2{margin:-.5rem!important}
     943    #rcl-office .mt-lg-n2,#rcl-office .my-lg-n2{margin-top:-.5rem!important}
     944    #rcl-office .mr-lg-n2,#rcl-office .mx-lg-n2{margin-right:-.5rem!important}
     945    #rcl-office .mb-lg-n2,#rcl-office .my-lg-n2{margin-bottom:-.5rem!important}
     946    #rcl-office .ml-lg-n2,#rcl-office .mx-lg-n2{margin-left:-.5rem!important}
     947    #rcl-office .m-lg-n3{margin:-1rem!important}
     948    #rcl-office .mt-lg-n3,#rcl-office .my-lg-n3{margin-top:-1rem!important}
     949    #rcl-office .mr-lg-n3,#rcl-office .mx-lg-n3{margin-right:-1rem!important}
     950    #rcl-office .mb-lg-n3,#rcl-office .my-lg-n3{margin-bottom:-1rem!important}
     951    #rcl-office .ml-lg-n3,#rcl-office .mx-lg-n3{margin-left:-1rem!important}
     952    #rcl-office .m-lg-n4{margin:-1.5rem!important}
     953    #rcl-office .mt-lg-n4,#rcl-office .my-lg-n4{margin-top:-1.5rem!important}
     954    #rcl-office .mr-lg-n4,#rcl-office .mx-lg-n4{margin-right:-1.5rem!important}
     955    #rcl-office .mb-lg-n4,#rcl-office .my-lg-n4{margin-bottom:-1.5rem!important}
     956    #rcl-office .ml-lg-n4,#rcl-office .mx-lg-n4{margin-left:-1.5rem!important}
     957    #rcl-office .m-lg-n5{margin:-3rem!important}
     958    #rcl-office .mt-lg-n5,#rcl-office .my-lg-n5{margin-top:-3rem!important}
     959    #rcl-office .mr-lg-n5,#rcl-office .mx-lg-n5{margin-right:-3rem!important}
     960    #rcl-office .mb-lg-n5,#rcl-office .my-lg-n5{margin-bottom:-3rem!important}
     961    #rcl-office .ml-lg-n5,#rcl-office .mx-lg-n5{margin-left:-3rem!important}
     962    #rcl-office .m-lg-auto{margin:auto!important}
     963    #rcl-office .mt-lg-auto,#rcl-office .my-lg-auto{margin-top:auto!important}
     964    #rcl-office .mr-lg-auto,#rcl-office .mx-lg-auto{margin-right:auto!important}
     965    #rcl-office .mb-lg-auto,#rcl-office .my-lg-auto{margin-bottom:auto!important}
     966    #rcl-office .ml-lg-auto,#rcl-office .mx-lg-auto{margin-left:auto!important}
     967}
     968@media (min-width:1200px){
     969    #rcl-office .m-xl-0{margin:0!important}
     970    #rcl-office .mt-xl-0,#rcl-office .my-xl-0{margin-top:0!important}
     971    #rcl-office .mr-xl-0,#rcl-office .mx-xl-0{margin-right:0!important}
     972    #rcl-office .mb-xl-0,#rcl-office .my-xl-0{margin-bottom:0!important}
     973    #rcl-office .ml-xl-0,#rcl-office .mx-xl-0{margin-left:0!important}
     974    #rcl-office .m-xl-1{margin:.25rem!important}
     975    #rcl-office .mt-xl-1,#rcl-office .my-xl-1{margin-top:.25rem!important}
     976    #rcl-office .mr-xl-1,#rcl-office .mx-xl-1{margin-right:.25rem!important}
     977    #rcl-office .mb-xl-1,#rcl-office .my-xl-1{margin-bottom:.25rem!important}
     978    #rcl-office .ml-xl-1,#rcl-office .mx-xl-1{margin-left:.25rem!important}
     979    #rcl-office .m-xl-2{margin:.5rem!important}
     980    #rcl-office .mt-xl-2,#rcl-office .my-xl-2{margin-top:.5rem!important}
     981    #rcl-office .mr-xl-2,#rcl-office .mx-xl-2{margin-right:.5rem!important}
     982    #rcl-office .mb-xl-2,#rcl-office .my-xl-2{margin-bottom:.5rem!important}
     983    #rcl-office .ml-xl-2,#rcl-office .mx-xl-2{margin-left:.5rem!important}
     984    #rcl-office .m-xl-3{margin:1rem!important}
     985    #rcl-office .mt-xl-3,#rcl-office .my-xl-3{margin-top:1rem!important}
     986    #rcl-office .mr-xl-3,#rcl-office .mx-xl-3{margin-right:1rem!important}
     987    #rcl-office .mb-xl-3,#rcl-office .my-xl-3{margin-bottom:1rem!important}
     988    #rcl-office .ml-xl-3,#rcl-office .mx-xl-3{margin-left:1rem!important}
     989    #rcl-office .m-xl-4{margin:1.5rem!important}
     990    #rcl-office .mt-xl-4,#rcl-office .my-xl-4{margin-top:1.5rem!important}
     991    #rcl-office .mr-xl-4,#rcl-office .mx-xl-4{margin-right:1.5rem!important}
     992    #rcl-office .mb-xl-4,#rcl-office .my-xl-4{margin-bottom:1.5rem!important}
     993    #rcl-office .ml-xl-4,#rcl-office .mx-xl-4{margin-left:1.5rem!important}
     994    #rcl-office .m-xl-5{margin:3rem!important}
     995    #rcl-office .mt-xl-5,#rcl-office .my-xl-5{margin-top:3rem!important}
     996    #rcl-office .mr-xl-5,#rcl-office .mx-xl-5{margin-right:3rem!important}
     997    #rcl-office .mb-xl-5,#rcl-office .my-xl-5{margin-bottom:3rem!important}
     998    #rcl-office .ml-xl-5,#rcl-office .mx-xl-5{margin-left:3rem!important}
     999    #rcl-office .p-xl-0{padding:0!important}
     1000    #rcl-office .pt-xl-0,#rcl-office .py-xl-0{padding-top:0!important}
     1001    #rcl-office .pr-xl-0,#rcl-office .px-xl-0{padding-right:0!important}
     1002    #rcl-office .pb-xl-0,#rcl-office .py-xl-0{padding-bottom:0!important}
     1003    #rcl-office .pl-xl-0,#rcl-office .px-xl-0{padding-left:0!important}
     1004    #rcl-office .p-xl-1{padding:.25rem!important}
     1005    #rcl-office .pt-xl-1,#rcl-office .py-xl-1{padding-top:.25rem!important}
     1006    #rcl-office .pr-xl-1,#rcl-office .px-xl-1{padding-right:.25rem!important}
     1007    #rcl-office .pb-xl-1,#rcl-office .py-xl-1{padding-bottom:.25rem!important}
     1008    #rcl-office .pl-xl-1,#rcl-office .px-xl-1{padding-left:.25rem!important}
     1009    #rcl-office .p-xl-2{padding:.5rem!important}
     1010    #rcl-office .pt-xl-2,#rcl-office .py-xl-2{padding-top:.5rem!important}
     1011    #rcl-office .pr-xl-2,#rcl-office .px-xl-2{padding-right:.5rem!important}
     1012    #rcl-office .pb-xl-2,#rcl-office .py-xl-2{padding-bottom:.5rem!important}
     1013    #rcl-office .pl-xl-2,#rcl-office .px-xl-2{padding-left:.5rem!important}
     1014    #rcl-office .p-xl-3{padding:1rem!important}
     1015    #rcl-office .pt-xl-3,#rcl-office .py-xl-3{padding-top:1rem!important}
     1016    #rcl-office .pr-xl-3,#rcl-office .px-xl-3{padding-right:1rem!important}
     1017    #rcl-office .pb-xl-3,#rcl-office .py-xl-3{padding-bottom:1rem!important}
     1018    #rcl-office .pl-xl-3,#rcl-office .px-xl-3{padding-left:1rem!important}
     1019    #rcl-office .p-xl-4{padding:1.5rem!important}
     1020    #rcl-office .pt-xl-4,#rcl-office .py-xl-4{padding-top:1.5rem!important}
     1021    #rcl-office .pr-xl-4,#rcl-office .px-xl-4{padding-right:1.5rem!important}
     1022    #rcl-office .pb-xl-4,#rcl-office .py-xl-4{padding-bottom:1.5rem!important}
     1023    #rcl-office .pl-xl-4,#rcl-office .px-xl-4{padding-left:1.5rem!important}
     1024    #rcl-office .p-xl-5{padding:3rem!important}
     1025    #rcl-office .pt-xl-5,#rcl-office .py-xl-5{padding-top:3rem!important}
     1026    #rcl-office .pr-xl-5,#rcl-office .px-xl-5{padding-right:3rem!important}
     1027    #rcl-office .pb-xl-5,#rcl-office .py-xl-5{padding-bottom:3rem!important}
     1028    #rcl-office .pl-xl-5,#rcl-office .px-xl-5{padding-left:3rem!important}
     1029    #rcl-office .m-xl-n1{margin:-.25rem!important}
     1030    #rcl-office .mt-xl-n1,#rcl-office .my-xl-n1{margin-top:-.25rem!important}
     1031    #rcl-office .mr-xl-n1,#rcl-office .mx-xl-n1{margin-right:-.25rem!important}
     1032    #rcl-office .mb-xl-n1,#rcl-office .my-xl-n1{margin-bottom:-.25rem!important}
     1033    #rcl-office .ml-xl-n1,#rcl-office .mx-xl-n1{margin-left:-.25rem!important}
     1034    #rcl-office .m-xl-n2{margin:-.5rem!important}
     1035    #rcl-office .mt-xl-n2,#rcl-office .my-xl-n2{margin-top:-.5rem!important}
     1036    #rcl-office .mr-xl-n2,#rcl-office .mx-xl-n2{margin-right:-.5rem!important}
     1037    #rcl-office .mb-xl-n2,#rcl-office .my-xl-n2{margin-bottom:-.5rem!important}
     1038    #rcl-office .ml-xl-n2,#rcl-office .mx-xl-n2{margin-left:-.5rem!important}
     1039    #rcl-office .m-xl-n3{margin:-1rem!important}
     1040    #rcl-office .mt-xl-n3,#rcl-office .my-xl-n3{margin-top:-1rem!important}
     1041    #rcl-office .mr-xl-n3,#rcl-office .mx-xl-n3{margin-right:-1rem!important}
     1042    #rcl-office .mb-xl-n3,#rcl-office .my-xl-n3{margin-bottom:-1rem!important}
     1043    #rcl-office .ml-xl-n3,#rcl-office .mx-xl-n3{margin-left:-1rem!important}
     1044    #rcl-office .m-xl-n4{margin:-1.5rem!important}
     1045    #rcl-office .mt-xl-n4,#rcl-office .my-xl-n4{margin-top:-1.5rem!important}
     1046    #rcl-office .mr-xl-n4,#rcl-office .mx-xl-n4{margin-right:-1.5rem!important}
     1047    #rcl-office .mb-xl-n4,#rcl-office .my-xl-n4{margin-bottom:-1.5rem!important}
     1048    #rcl-office .ml-xl-n4,#rcl-office .mx-xl-n4{margin-left:-1.5rem!important}
     1049    #rcl-office .m-xl-n5{margin:-3rem!important}
     1050    #rcl-office .mt-xl-n5,#rcl-office .my-xl-n5{margin-top:-3rem!important}
     1051    #rcl-office .mr-xl-n5,#rcl-office .mx-xl-n5{margin-right:-3rem!important}
     1052    #rcl-office .mb-xl-n5,#rcl-office .my-xl-n5{margin-bottom:-3rem!important}
     1053    #rcl-office .ml-xl-n5,#rcl-office .mx-xl-n5{margin-left:-3rem!important}
     1054    #rcl-office .m-xl-auto{margin:auto!important}
     1055    #rcl-office .mt-xl-auto,#rcl-office .my-xl-auto{margin-top:auto!important}
     1056    #rcl-office .mr-xl-auto,#rcl-office .mx-xl-auto{margin-right:auto!important}
     1057    #rcl-office .mb-xl-auto,#rcl-office .my-xl-auto{margin-bottom:auto!important}
     1058    #rcl-office .ml-xl-auto,#rcl-office .mx-xl-auto{margin-left:auto!important}
     1059}
     1060#rcl-office{
     1061    max-width: 1150px !important;
    42131062    margin: auto;
    42141063}
    4215 
    4216 #webx-main #webx-cover {
    4217     display: block;
    4218     width: 100%;
    4219     height: 100%;
    4220     background-size: 100%;
    4221     background-position: center center;
    4222     position: relative;
    4223 }
    4224 
    4225 #webx-main #rcl-avatar img {
    4226     width: 100%;
    4227     height: auto;
    4228 }
    4229 
    4230 #webx-main .webx-userinfo,
    4231 #webx-content .webx-area-tabs {
     1064#webx-main #webx-cover{
     1065  display: block;
     1066  width: 100%;
     1067  height: 100%;
     1068  background-size: 100%;
     1069  background-position: center center;
     1070  position: relative;
     1071}
     1072#webx-main #rcl-avatar img{
     1073  width: 100%;
     1074}
     1075#webx-main .webx-userinfo,
     1076#webx-content .webx-area-tabs{
    42321077    background: #fff;
    42331078    margin-top: 25px;
     
    42361081    margin-bottom: 5px;
    42371082}
    4238 
    4239 #webx-main .webx-userinfo .userName {
    4240     text-align: center;
    4241 }
    4242 
    4243 #webx-main .webx-userinfo .rcl-balance-widget .amount-title {
    4244     font-weight: inherit;
    4245     display: inline-block;
    4246     margin-right: 10px;
    4247 }
    4248 
    4249 #webx-main .webx-userinfo .rcl-balance-widget .amount-size {
    4250     font-size: inherit;
    4251 }
    4252 
    4253 #webx-main .webx-userinfo .webx-area-counters {
    4254     text-align: right;
    4255 }
    4256 
    4257 #webx-main .webx-userinfo .webx-area-counters a {
    4258     color: #000;
    4259     background: inherit;
    4260     font-size: 16px;
    4261 }
    4262 
    4263 #webx-content .webx-area-menu {
    4264     margin-top: 10px;
    4265 }
    4266 
     1083#webx-main .webx-userinfo .userName{
     1084  text-align: center;
     1085}
     1086#webx-main .webx-userinfo .rcl-balance-widget .amount-title{
     1087  font-weight: inherit;
     1088  display: inline-block;
     1089  margin-right: 10px;
     1090}
     1091#webx-main .webx-userinfo .rcl-balance-widget .amount-size{
     1092  font-size: inherit;
     1093}
     1094#webx-main .webx-userinfo .webx-area-counters{
     1095  text-align: right;
     1096}
     1097#webx-main .webx-userinfo .webx-area-counters a{
     1098  color: #000;
     1099  background: inherit;
     1100  font-size: 16px;
     1101}
     1102#webx-content .webx-area-menu{
     1103  margin-top: 10px;
     1104}
    42671105#rcl-office #lk-menu a.recall-button.active,
    4268 #rcl-office #lk-menu a.recall-button:hover {
    4269     background: #000;
    4270     color: #fff;
    4271     border-color: #000;
    4272     opacity: 1;
    4273 }
    4274 
    4275 #rcl-office #lk-menu a.recall-button .rcli {
    4276     margin-right: 5px;
    4277 }
    4278 
    4279 #webx-content .webx-area-tabs {
    4280 
    4281 }
    4282 
    4283 #webx-content .rcl-notice {
    4284     border-radius: 1rem;
    4285 }
     1106#rcl-office #lk-menu a.recall-button:hover{
     1107  background: #000;
     1108  color: #fff;
     1109  border-color: #000;
     1110  opacity: 1;
     1111}
     1112#rcl-office #lk-menu a.recall-button .rcli{
     1113  margin-right: 5px;
     1114}
     1115#webx-content .webx-area-tabs{
     1116
     1117}
     1118#webx-content .rcl-notice{
     1119  border-radius: 1rem;
     1120}
     1121
     1122
    42861123
    42871124
    42881125#webx-content .rcl-field-input input,
    4289 .rcl-field-input select {
    4290     height: 40px;
    4291     border-radius: 1rem;
    4292     padding: 0 15px;
    4293     padding-right: 30px;
    4294 }
    4295 
    4296 
    4297 body #webx-content .rcl-bttn.rcl-bttn__type-primary,
    4298 body #webx-content .rcl-bttn.rcl-bttn__type-primary:hover {
     1126.rcl-field-input select{
     1127  height: 40px;
     1128  border-radius: 1rem;
     1129  padding: 0 15px;
     1130  padding-right: 30px;
     1131}
     1132
     1133
     1134body #webx-content .rcl-bttn.rcl-bttn__type-primary, 
     1135body #webx-content .rcl-bttn.rcl-bttn__type-primary:hover{
    42991136    background: #000;
    43001137    border-radius: 0.5rem;
     
    43041141}
    43051142
    4306 #webx-content .rcl-public-box .rcl-form-field {
     1143#webx-content .rcl-public-box .rcl-form-field{
    43071144    background-color: inherit;
    43081145    border: 0;
     
    43101147}
    43111148
    4312 #webx-content .rcl-field-input textarea {
    4313     border-radius: 0.5rem;
    4314     border: 1px solid #ddd;
     1149#webx-content .rcl-field-input textarea{
     1150  border-radius: 0.5rem;
     1151  border: 1px solid #ddd;
    43151152}
    43161153
     
    43201157.webx-userinfo,
    43211158#webx-content .webx-area-menu a,
    4322 #webx-content .webx-area-tabs {
    4323     border: 2px solid #fff;
    4324     border-radius: 1.25rem;
    4325     box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    4326 }
    4327 
    4328 
    4329 #rcl-office #webx-header .rcl-cover-icon {
    4330     background: #fff;
    4331     margin: 5px;
    4332     padding: 10px;
    4333     border-radius: 0.5rem;
    4334     top: 15px;
    4335     left: 5px;
     1159#webx-content .webx-area-tabs{
     1160  border: 2px solid #fff;
     1161  border-radius: 1.25rem;
     1162  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
     1163}
     1164
     1165
     1166#rcl-office #webx-header .rcl-cover-icon{
     1167  background: #fff;
     1168  margin: 5px;
     1169  padding: 10px;
     1170  border-radius: 0.5rem;
     1171  top: 15px;
     1172  left: 5px;
    43361173}
    43371174
     
    43421179    text-align: center;
    43431180}
    4344 
    4345 #webx-header #rcl-avatar .avatar-icons .rcl-avatar-icon a {
    4346     background: #fff;
     1181#webx-header #rcl-avatar .avatar-icons .rcl-avatar-icon a{
     1182  background: #fff;
    43471183    margin: 5px;
    43481184    padding: 10px;
     
    43511187
    43521188#webx-content .webx-area-menu a {
    4353     padding: 10px 15px;
    4354     margin: 15px 0;
    4355     display: block;
    4356     float: none;
    4357     font-size: 16px;
    4358     background: #fff;
    4359     color: #000;
    4360     border-radius: 0.75rem;
    4361 
    4362     box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
     1189  padding: 10px 15px;
     1190  margin: 15px 0;
     1191  display: block;
     1192  float: none;
     1193  font-size: 16px;
     1194  background: #fff;
     1195  color: #000;
     1196  border-radius: 0.75rem;
     1197
     1198  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    43631199}
    43641200
     
    43681204
    43691205
    4370 body #rcl-office .webx_phone_menu {
    4371     text-align: center;
    4372     display: none;
    4373 }
    4374 
    4375 
    4376 #rcl-office .rcl-balance-widget {
    4377     max-width: initial;
    4378 }
    4379 
    4380 #rcl-office .rcl-balance-widget .balance-amount {
    4381     text-align: left;
    4382 }
    4383 
    4384 #rcl-office {
    4385     background: inherit;
    4386     box-shadow: none;
    4387 }
    4388 
    4389 #rcl-office .rcl-subtab-menu {
    4390     background: inherit;
    4391     padding: 0;
    4392     margin: 0;
    4393 }
    4394 
     1206
     1207
     1208
     1209body #rcl-office .webx_phone_menu{
     1210    text-align: center;
     1211    display: none;
     1212}
     1213
     1214
     1215
     1216#rcl-office .rcl-balance-widget{
     1217  max-width: initial;
     1218}
     1219#rcl-office .rcl-balance-widget .balance-amount{
     1220  text-align: left;
     1221}
     1222#rcl-office{
     1223  background: inherit;
     1224  box-shadow: none;
     1225}
     1226#rcl-office .rcl-subtab-menu{
     1227  background: inherit;
     1228  padding: 0;
     1229  margin: 0;
     1230}
    43951231#rcl-office .rcl-subtab-menu .rcl-bttn.rcl-bttn__type-primary,
    4396 #rcl-office .rcl-data-filters a {
    4397     background: inherit;
    4398     color: #000;
    4399 }
    4400 
     1232#rcl-office .rcl-data-filters a{
     1233  background: inherit;
     1234  color: #000;
     1235}
    44011236#rcl-office .rcl-subtab-menu .rcl-bttn.rcl-bttn__type-primary.rcl-bttn__active,
    4402 #rcl-office .rcl-data-filters a.rcl-bttn__disabled {
    4403     background: #000;
    4404     color: #fff;
    4405     border-radius: 0.5rem;
    4406     opacity: 1;
    4407 }
    4408 
    4409 #rcl-office #create-group {
    4410     margin-top: 5px;
    4411     background: inherit;
    4412     padding: 0;
    4413     text-align: left;
    4414 }
    4415 
     1237#rcl-office .rcl-data-filters a.rcl-bttn__disabled{
     1238  background: #000;
     1239  color: #fff;
     1240  border-radius: 0.5rem;
     1241  opacity: 1;
     1242}
     1243#rcl-office #create-group{
     1244  margin-top: 5px;
     1245  background: inherit;
     1246  padding: 0;
     1247  text-align: left;
     1248}
    44161249#create-group input[type="text"] {
    44171250    min-height: 40px;
    4418     border-radius: 0.5rem;
    4419 }
    4420 
    4421 #rcl-office #create-group a {
    4422     background: #000;
    4423     border-radius: 0.5rem;
    4424     height: 40px;
    4425 }
    4426 
    4427 #rcl-office .rcl-table__zebra .rcl-table__row:nth-child(2n+1):not(.rcl-table__row-header) {
    4428     background: inherit;
    4429 }
    4430 
     1251  border-radius: 0.5rem;
     1252}
     1253#rcl-office #create-group a{
     1254  background: #000;
     1255  border-radius: 0.5rem;
     1256  height: 40px;
     1257}
     1258#rcl-office .rcl-table__zebra .rcl-table__row:nth-child(2n+1):not(.rcl-table__row-header){
     1259  background: inherit;
     1260}
    44311261#rcl-office .rcl-chat-contacts .noread-message,
    44321262#rcl-office .rcl-chat-contacts .avatar-contact img,
     
    44361266#rcl-office .rcl-chat .message-box,
    44371267#rcl-office .rcl-chat .chat-messages,
    4438 .rcl-chat .chat-form textarea,
     1268.rcl-chat .chat-form textarea, 
    44391269#rcl-office .rcl-chat .chat-form textarea,
    4440 .rcl-noread-users,
     1270.rcl-noread-users, 
    44411271.rcl-chat-panel,
    4442 #prime-forum .prime-forum-item {
     1272#prime-forum .prime-forum-item{
    44431273    border-radius: 0.5rem;
    44441274}
    4445 
    4446 
    4447 #rcl-chat-noread-box .chat-contacts .more-contacts a {
    4448     color: #fff;
    4449 }
    4450 
    4451 @media (max-width: 600px) {
    4452     body #rcl-office .webx_phone_menu {
    4453         display: block;
    4454     }
    4455 
    4456     body #rcl-office .webx_phone_block {
    4457         display: none;
    4458     }
    4459 
    4460     #webx-main #webx-cover {
    4461         display: none;
    4462     }
    4463 
    4464     #rcl-office .rcl-balance-widget .balance-amount {
    4465         text-align: center;
    4466     }
    4467 
    4468     #webx-main .webx-userinfo .webx-area-counters {
    4469         text-align: center;
    4470         display: block;
    4471     }
    4472 
    4473     #webx-main .webx-userinfo, #webx-content .webx-area-tabs {
    4474         padding: 0px;
    4475     }
    4476 
    4477     .row {
    4478         margin-right: 0px;
    4479         margin-left: 0px;
    4480     }
    4481 }
     1275#webx-main .balance-amount a{
     1276    padding: 6px;
     1277    margin-top: -9px;
     1278}
     1279
     1280#rcl-chat-noread-box .chat-contacts .more-contacts a{
     1281  color: #fff;
     1282}
     1283
     1284@media (max-width:600px){
     1285    body #rcl-office .webx_phone_menu{
     1286        display: block;
     1287    }
     1288    body #rcl-office .webx_phone_block{
     1289        display: none;
     1290    }
     1291    #webx-main #webx-cover{
     1292       display: none;
     1293    }
     1294    #rcl-office .rcl-balance-widget .balance-amount {
     1295       text-align: center;
     1296    }
     1297    #webx-main .webx-userinfo .webx-area-counters {
     1298       text-align: center;
     1299       display: block;
     1300    }
     1301    #webx-main .webx-userinfo, #webx-content .webx-area-tabs {
     1302        padding: 0px;
     1303    }
     1304    .row {
     1305        margin-right: 0px;
     1306        margin-left: 0px;
     1307    }
     1308}
  • wp-recall/trunk/add-on/theme-webx/index.php

    r2710564 r2713715  
    11<?php
    22//Подключение стилей
    3 if ( ! is_admin() ):
    4     add_action( 'rcl_enqueue_scripts', 'webx_theme_style', 10 );
     3if (!is_admin()):
     4    add_action( 'rcl_enqueue_scripts', 'webx_theme_style', 10);
    55endif;
    6 function webx_theme_style() {
    7     rcl_enqueue_style( 'webx_theme_style', rcl_addon_url( 'assets/css/style.css', __FILE__ ) );
     6function webx_theme_style(){   
     7    rcl_enqueue_style( 'webx_theme_style', rcl_addon_url( 'assets/css/style.css',  __FILE__ ));
    88}
    99
     
    3535    $dataUrl    = wp_parse_url( $cover_url );
    3636    $cover_path = untrailingslashit( ABSPATH ) . $dataUrl['path'];
    37     $styles     .= '#webx-cover{background-image: url(' . $cover_url . '?vers=' . @filemtime( $cover_path ) . ');}';
    38 
     37    $styles .= '#webx-cover{background-image: url(' . $cover_url . '?vers=' . @filemtime( $cover_path ) . ');}';
    3938    return $styles;
    4039}
    41 
    4240// объявляем поддержку загрузки аватарки, загрузку обложки, модальное окно "Подробная информация"
    4341add_action( 'rcl_addons_included', 'lt_setup_template_options', 10 );
     
    5149function webx_construct_theme( $options ) {
    5250    //Настройки цвета
    53     $options->box( 'primary' )->add_group( 'design', [
    54         'title' => __( 'Оформление' )
    55     ] )->add_options( [
    56         [
    57             'type'    => 'color',
    58             'slug'    => 'webx-color',
    59             'title'   => __( 'Основной цвет' ),
    60             'default' => '#000000'
    61         ],
    62         [
    63             'type'    => 'color',
    64             'slug'    => 'webx-theme-color',
    65             'title'   => __( 'Основной цвет кнопок' ),
    66             'default' => '#000000'
    67         ],
    68         [
    69             'type'    => 'color',
    70             'slug'    => 'webx-theme-href-color',
    71             'title'   => __( 'Основной цвет кнопок в меню' ),
    72             'default' => '#ffffff'
    73         ],
    74         [
    75             'type'    => 'color',
    76             'slug'    => 'webx-theme-href-background',
    77             'title'   => __( 'Основной цвет фона кнопок в меню' ),
    78             'default' => '#000000'
    79         ],
    80         [
    81             'type'    => 'color',
    82             'slug'    => 'webx-theme-href-color-hover',
    83             'title'   => __( 'Основной цвет кнопок в меню при hover' ),
    84             'default' => '#000000'
    85         ],
    86         [
    87             'type'    => 'color',
    88             'slug'    => 'webx-theme-href-background-hover',
    89             'title'   => __( 'Основной цвет фона кнопок в меню при hover' ),
    90             'default' => '#ffffff'
    91         ],
    92         [
    93             'type'      => 'runner',
    94             'slug'      => 'webx-theme-radius-avatar',
    95             'title'      => __( 'Округление автара' ),
    96             'value_step' => '1',
    97             'default'    => '0'
    98         ],
    99         [
    100             'type'      => 'runner',
    101             'slug'      => 'webx-theme-radius-cover',
    102             'title'      => __( 'Округление Cover' ),
    103             'value_step' => '1',
    104             'default'    => '0'
    105         ],
    106         [
    107             'type'      => 'runner',
    108             'slug'      => 'webx-theme-radius-userinfo',
    109             'title'      => __( 'Округление под аватаром линии' ),
    110             'value_step' => '1',
    111             'default'    => '0'
    112         ],
    113         [
    114             'type'      => 'runner',
    115             'slug'      => 'webx-theme-radius-boxcontent',
    116             'title'      => __( 'Округление основного блока' ),
    117             'value_step' => '1',
    118             'default'    => '0'
    119         ],
    120         [
    121             'type'      => 'runner',
    122             'slug'      => 'webx-theme-radius-href',
    123             'title'      => __( 'Округление кнопок' ),
    124             'value_step' => '1',
    125             'default'    => '0'
    126         ],
    127         [
    128             'type'      => 'runner',
    129             'slug'      => 'webx-theme-radius-chat',
    130             'title'      => __( 'Округление стиля чата' ),
    131             'value_step' => '1',
    132             'default'    => '0'
    133         ],
    134     ] );
     51    $options->box('primary')->add_group('design', array(
     52        'title' => __('Оформление')
     53    ))->add_options( array(
     54        array(
     55            'type'      => 'color',
     56            'slug'      => 'webx-color',
     57            'title'      => __('Основной цвет'),
     58            'default'    => '#000000'
     59        ),
     60        array(
     61            'type'      => 'color',
     62            'slug'      => 'webx-theme-color',
     63            'title'      => __('Основной цвет кнопок'),
     64            'default'    => '#000000'
     65        ),
     66        array(
     67            'type'      => 'color',
     68            'slug'      => 'webx-theme-href-color',
     69            'title'      => __('Основной цвет кнопок в меню'),
     70            'default'    => '#ffffff'
     71        ),
     72        array(
     73            'type'      => 'color',
     74            'slug'      => 'webx-theme-href-background',
     75            'title'      => __('Основной цвет фона кнопок в меню'),
     76            'default'    => '#000000'
     77        ),
     78        array(
     79            'type'      => 'color',
     80            'slug'      => 'webx-theme-href-color-hover',
     81            'title'      => __('Основной цвет кнопок в меню при hover'),
     82            'default'    => '#000000'
     83        ),
     84        array(
     85            'type'      => 'color',
     86            'slug'      => 'webx-theme-href-background-hover',
     87            'title'      => __('Основной цвет фона кнопок в меню при hover'),
     88            'default'    => '#ffffff'
     89        ),
     90        array(
     91            'type'      => 'runner',
     92            'slug'      => 'webx-theme-radius-avatar',
     93            'title'      => __('Округление автара'),
     94            'value_step' => '1',
     95            'default'    => '0'
     96        ),
     97        array(
     98            'type'      => 'runner',
     99            'slug'      => 'webx-theme-radius-cover',
     100            'title'      => __('Округление Cover'),
     101            'value_step' => '1',
     102            'default'    => '0'
     103        ),
     104        array(
     105            'type'      => 'runner',
     106            'slug'      => 'webx-theme-radius-userinfo',
     107            'title'      => __('Округление под аватаром линии'),
     108            'value_step' => '1',
     109            'default'    => '0'
     110        ),
     111        array(
     112            'type'      => 'runner',
     113            'slug'      => 'webx-theme-radius-boxcontent',
     114            'title'      => __('Округление основного блока'),
     115            'value_step' => '1',
     116            'default'    => '0'
     117        ),
     118        array(
     119            'type'      => 'runner',
     120            'slug'      => 'webx-theme-radius-href',
     121            'title'      => __('Округление кнопок'),
     122            'value_step' => '1',
     123            'default'    => '0'
     124        ),
     125        array(
     126            'type'      => 'runner',
     127            'slug'      => 'webx-theme-radius-chat',
     128            'title'      => __('Округление стиля чата'),
     129            'value_step' => '1',
     130            'default'    => '0'
     131        ),
     132    ));
    135133
    136134
     
    145143        return $styles;
    146144    }
    147 
     145    if(rcl_get_option( 'webx-color' )){
    148146    $lca_hex = rcl_get_option( 'webx-color' ); // достаем оттуда наш цвет
    149147    list( $r, $g, $b ) = sscanf( $lca_hex, "#%02x%02x%02x" );
     
    153151    $bp = round( $b * 0.90 );
    154152
    155     $webx_theme_color                 = $rcl_options['webx-theme-color'];
    156     $webx_theme_href_background       = $rcl_options['webx-theme-href-background'];
    157     $webx_theme_href_color            = $rcl_options['webx-theme-href-color'];
     153    $webx_theme_color = $rcl_options['webx-theme-color'];
     154    $webx_theme_href_background = $rcl_options['webx-theme-href-background'];
     155    $webx_theme_href_color = $rcl_options['webx-theme-href-color'];
    158156    $webx_theme_href_background_hover = $rcl_options['webx-theme-href-background-hover'];
    159     $webx_theme_href_color_hover      = $rcl_options['webx-theme-href-color-hover'];
     157    $webx_theme_href_color_hover = $rcl_options['webx-theme-href-color-hover'];
    160158
    161159    $styles .= '
     
    184182    body #rcl-office .webx_phone_menu
    185183    {
    186         background: ' . $webx_theme_href_background . ' !important;
    187         border-color: ' . $webx_theme_href_background . ' !important;
    188         color: ' . $webx_theme_href_color . ' !important;
     184        background: '.$webx_theme_href_background.' !important;
     185        border-color: '.$webx_theme_href_background.' !important;
     186        color: '.$webx_theme_href_color.' !important;
    189187    }
    190188    #webx-content .webx-area-menu a,
    191     #webx-main .webx-userinfo .webx-area-counters a
     189    #webx-main .webx-userinfo .webx-area-counters a,
     190    #webx-main .balance-amount a
    192191    {
    193         color: ' . $webx_theme_color . ';
     192        color: '.$webx_theme_color.';
    194193    }
    195194    #rcl-office #lk-menu a.recall-button:hover,
    196195    body #webx-content .rcl-bttn.rcl-bttn__type-primary:hover,
    197     body #rcl-office .webx_phone_menu:hover
     196    body #rcl-office .webx_phone_menu:hover,
     197    #webx-main .webx-userinfo .webx-area-counters a:hover,
     198    #webx-main .balance-amount a:hover
    198199    {
    199200
    200         background: ' . $webx_theme_href_background_hover . ' !important;
    201         border-color: ' . $webx_theme_href_background_hover . ' !important;
    202         color: ' . $webx_theme_href_color_hover . ' !important;
     201        background: '.$webx_theme_href_background_hover.' !important;
     202        border-color: '.$webx_theme_href_background_hover.' !important;
     203        color: '.$webx_theme_href_color_hover.' !important;
    203204    }
    204205    ';
     
    206207
    207208    /*Блок округления блоков*/
    208     $webx_theme_radius_avatar     = $rcl_options['webx-theme-radius-avatar'];
    209     $webx_theme_radius_cover      = $rcl_options['webx-theme-radius-cover'];
    210     $webx_theme_radius_userinfo   = $rcl_options['webx-theme-radius-userinfo'];
     209    $webx_theme_radius_avatar = $rcl_options['webx-theme-radius-avatar'];
     210    $webx_theme_radius_cover = $rcl_options['webx-theme-radius-cover'];
     211    $webx_theme_radius_userinfo = $rcl_options['webx-theme-radius-userinfo'];
    211212    $webx_theme_radius_boxcontent = $rcl_options['webx-theme-radius-boxcontent'];
    212     $webx_theme_radius_href       = $rcl_options['webx-theme-radius-href'];
    213     $webx_theme_radius_chat       = $rcl_options['webx-theme-radius-chat'];
    214     $styles                       .= '
     213    $webx_theme_radius_href = $rcl_options['webx-theme-radius-href'];
     214    $webx_theme_radius_chat = $rcl_options['webx-theme-radius-chat'];
     215    $styles .= '
    215216    #webx-main #rcl-avatar img{
    216         border-radius: ' . $webx_theme_radius_avatar . 'px;
     217        border-radius: '.$webx_theme_radius_avatar.'px;
    217218    }
    218219    #webx-cover{
    219         border-radius: ' . $webx_theme_radius_cover . 'px;
     220        border-radius: '.$webx_theme_radius_cover.'px;
    220221    }
    221222    .webx-userinfo{
    222         border-radius: ' . $webx_theme_radius_userinfo . 'px;
     223        border-radius: '.$webx_theme_radius_userinfo.'px;
    223224    }
    224225    #webx-content .webx-area-tabs,
    225226    #webx-content .rcl-notice{
    226         border-radius: ' . $webx_theme_radius_boxcontent . 'px;
     227        border-radius: '.$webx_theme_radius_boxcontent.'px;
    227228    }
    228229    #webx-content .webx-area-menu a,
     
    230231    #rcl-office .rcl-subtab-menu .rcl-bttn.rcl-bttn__type-primary.rcl-bttn__active,
    231232    #rcl-office .rcl-data-filters a.rcl-bttn__disabled,
    232     body #webx-content .rcl-bttn.rcl-bttn__type-primary, body #webx-content .rcl-bttn.rcl-bttn__type-primary:hover{
    233         border-radius: ' . $webx_theme_radius_href . 'px;
     233    body #webx-content .rcl-bttn.rcl-bttn__type-primary,
     234    body #webx-content .rcl-bttn.rcl-bttn__type-primary:hover,
     235    #webx-main .webx-userinfo .webx-area-counters a,
     236    #webx-main .balance-amount a{
     237        border-radius: '.$webx_theme_radius_href.'px;
    234238    }
    235239    #rcl-office .rcl-chat-contacts .noread-message,
     
    245249    .rcl-chat-panel,
    246250    #prime-forum .prime-forum-item{
    247         border-radius: ' . $webx_theme_radius_chat . 'px;
     251        border-radius: '.$webx_theme_radius_chat.'px;
    248252    }
    249253    ';
    250254
    251255    return $styles;
    252 }
     256    }
     257}
  • wp-recall/trunk/add-on/theme-webx/info.txt

    r2710564 r2713715  
    11Name: WebX;
    2 Version: 0.3;
    3 Support Core: 15.0.0;
     2Version: 0.6;
     3Support Core: 16.25.0;
    44Template: WebX;
    55Description: WebX - новый дизайн для Личного кабинета;
  • wp-recall/trunk/add-on/theme-webx/templates/office.php

    r2710564 r2713715  
    33        <div class="row">
    44            <div class="col-md-3">
    5                 <?php rcl_avatar( 200 ); ?>
     5                <?php rcl_avatar( 200 ); ?>
    66            </div>
    77            <div class="col-md-9">
     
    1010        </div>
    1111    </div>
     12
    1213    <div id="webx-userinfo">
    1314        <div class="webx-userinfo">
     
    1718                    <div class="row">
    1819                        <div class="col-md-6">
    19                             <?php
    20                             global $active_addons;
    21                             if ( isset( $active_addons['user-balance'] ) ) {
    22                                 global $user_ID;
    23                                 global $user_LK;
    24                                 if ( $user_ID == $user_LK ) {
    25                                     ?>
    26                                     <?php echo do_shortcode( '[rcl-usercount]' ); ?>
    27                                 <?php }
    28                             } ?>
     20                            <?php
     21                            global $active_addons;
     22                            if(isset($active_addons['user-balance'])){
     23                            global $user_ID;
     24                            global $user_LK;
     25                            if($user_ID==$user_LK){
     26                            ?>
     27                            <?php echo do_shortcode('[rcl-usercount]'); ?>
     28                            <?php }
     29                            }?>
    2930                        </div>
    3031                        <div class="col-md-6 webx-area-counters">
    31                             <?php do_action( 'rcl_area_counters' ); ?>
     32                            <?php do_action( 'rcl_area_counters' ); ?>
    3233                        </div>
    3334                    </div>
     
    3637        </div>
    3738    </div>
     39
    3840    <div id="webx-content">
    3941        <div class="row">
     
    4244                    <a class="webx_phone_menu" href="#"><i class="rcli fa-bars"></i> Меню</a>
    4345                    <div class="webx_phone_block">
    44                         <?php do_action( 'rcl_area_menu' ); ?>
     46                        <?php do_action( 'rcl_area_menu' ); ?>
    4547                    </div>
    4648                </div>
     
    4850            <div class="col-md-9">
    4951                <div class="webx-area-tabs">
    50                     <?php do_action( 'rcl_area_tabs' ); ?>
     52                    <?php do_action( 'rcl_area_tabs' ); ?>
    5153                </div>
    5254            </div>
  • wp-recall/trunk/readme.txt

    r2710564 r2713715  
    55Requires at least: 4.6
    66Tested up to: 5.9
    7 Stable tag: 16.26.0
     7Stable tag: 16.26.1
    88Requires PHP: 7.0
    99License: GPL v2 or later
  • wp-recall/trunk/wp-recall.php

    r2710564 r2713715  
    44  Plugin URI: https://codeseller.ru/?p=69
    55  Description: Фронт-енд профиль, система личных сообщений и рейтинг пользователей на сайте вордпресс.
    6   Version: 16.26.0
     6  Version: 16.26.1
    77  Author: Plechev Andrey
    88  Author URI: https://codeseller.ru/
     
    1717final class WP_Recall {
    1818
    19     public $version = '16.26.0';
     19    public $version = '16.26.1';
    2020    public $child_addons = array();
    2121    public $need_update = false;
Note: See TracChangeset for help on using the changeset viewer.