.datepicker--cells{-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell,.datepicker--cells{display:-ms-flexbox;display:-webkit-box;display:flex}.datepicker--cell{border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:relative;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name,.datepicker--days-names{display:-ms-flexbox;display:-webkit-box;display:flex}.datepicker--day-name{color:#ff9a19;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex:1;-webkit-box-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;-webkit-box-sizing:content-box;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;-webkit-transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;-webkit-transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;-webkit-box-shadow:none;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{-webkit-box-sizing:content-box;box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 5px)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 5px)}.datepicker--body.active{display:block}.datepicker--nav{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-ms-flexbox;display:-webkit-box;display:flex;cursor:pointer;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-ms-flexbox;display:-webkit-box;display:flex}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;-ms-flex:1;-webkit-box-flex:1;flex:1;display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-ms-flex:0 1 138px;-webkit-box-flex:0;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-ms-flex:0 1 153px;-webkit-box-flex:0;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex:1;-webkit-box-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:"";background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-size:11px;height:17px;background:-webkit-gradient(linear,left top,right top,from(#dedede),to(#dedede)) left 50%/100% 1px no-repeat;background:linear-gradient(90deg,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-ms-flex:1;-webkit-box-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-moz-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-ms-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower,.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:"";background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.company .card-row[data-v-0f1df3a9]{grid-template-columns:100px auto 200px}@media screen and (max-width:992px){.company .card-row[data-v-0f1df3a9]{grid-template-columns:65px auto 100px}}.company .nmh[data-v-0f1df3a9]{min-height:auto!important}.company .card-form.inactive[data-v-0f1df3a9]{pointer-events:none}.company .card-form.inactive h2[data-v-0f1df3a9]{color:var(--rs-gray)}.company .card-form.inactive [data-v-0f1df3a9]{opacity:.5}.company .card-form.inactive .cta[data-v-0f1df3a9]{opacity:0}.company .reinsurer-branch[data-v-0f1df3a9]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-shadow:0 15px 30px 0 rgba(0,0,0,.1);box-shadow:0 15px 30px 0 rgba(0,0,0,.1);padding:0 10px;border-radius:5px}.company .reinsurer-branch table tr:first-child td[data-v-0f1df3a9]{border:0}.company .reinsurer-branch .input-group[data-v-0f1df3a9]{width:200px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1);margin:10px;padding:5px;border-radius:5px}@media screen and (max-width:992px){.company .reinsurer-branch .input-group[data-v-0f1df3a9]{width:130px}}.company .reinsurer-branch .input-group input[data-v-0f1df3a9]{display:inline-block;vertical-align:middle;width:auto;margin-right:10px;cursor:pointer}.company .reinsurer-branch .input-group label[data-v-0f1df3a9]{display:inline-block;vertical-align:middle;width:calc(100% - 40px);cursor:pointer}.company[data-v-0f1df3a9] .selectize-dropdown{top:-205px!important}@media screen and (min-width:992px){.company[data-v-0f1df3a9] .slick-slide>div{width:96%}.company[data-v-0f1df3a9] .slick-slide:nth-child(2)>div{margin-left:2%}.company[data-v-0f1df3a9] .slick-slide:last-child>div{margin-left:4%}}.company .cta-container[data-v-0f1df3a9]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media screen and (max-width:992px){.company .cta-container .cta[data-v-0f1df3a9]{max-width:150px;padding:15px 25px}}.company table[data-v-0f1df3a9]{width:100%;margin-top:20px;max-height:200px;overflow-y:auto;table-layout:fixed}.company table tr.green td[data-v-0f1df3a9]{color:#319231;font-weight:700}.company table tr.red td[data-v-0f1df3a9]{color:#e21a23;font-weight:700}.company table tr td[data-v-0f1df3a9],.company table tr th[data-v-0f1df3a9]{text-align:left;padding:10px 0}.company table tr td input[data-v-0f1df3a9],.company table tr th input[data-v-0f1df3a9]{width:65%;border:0;border-bottom:1px solid #ccc}.company table tr td[data-v-0f1df3a9]{border-top:1px solid #ccc}.company table tr td[data-v-0f1df3a9]:first-child,.company table tr th[data-v-0f1df3a9]:first-child{width:15%}.company table tr td[data-v-0f1df3a9]:last-child,.company table tr th[data-v-0f1df3a9]:last-child{width:35%}.company .footer[data-v-0f1df3a9]{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:992px){.company .footer .cta[data-v-0f1df3a9]{margin:0 auto}}@media screen and (max-width:992px){.company .footer[data-v-0f1df3a9]{position:fixed;bottom:0;background:var(--rs-white);z-index:1;left:0;width:100%;padding:30px 20px 20px;margin:0;-webkit-box-shadow:0 -15px 30px 0 rgba(0,0,0,.1);box-shadow:0 -15px 30px 0 rgba(0,0,0,.1)}.company .footer>.row[data-v-0f1df3a9]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.company .footer>.row .paginator-container[data-v-0f1df3a9]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.company .footer>.row .cta[data-v-0f1df3a9]{width:250px;margin:0 auto}}.limits .card .card-row[data-v-0f1df3a9]{grid-template-columns:auto 300px}.limits .card .card-row input[data-v-0f1df3a9]{width:100%;border:0;border-bottom:1px solid var(--rs-black)}@media screen and (max-width:992px){.limits .card-form[data-v-0f1df3a9]{display:none}}@media screen and (min-width:992px){.limits .card-mobile[data-v-0f1df3a9]{display:none}}.limits .card-mobile input[data-v-0f1df3a9]{width:100%;border:0;border-bottom:1px solid var(--rs-black)}.limits .footer[data-v-0f1df3a9]{margin:30px 0}.limits .footer .cta[data-v-0f1df3a9]{display:inline-block;margin:0 0 0 30px}@media screen and (max-width:992px){.limits .footer[data-v-0f1df3a9]{position:fixed;bottom:0;background:var(--rs-white);z-index:1;left:0;width:100%;padding:30px 20px 20px;margin:0;-webkit-box-shadow:0 -15px 30px 0 rgba(0,0,0,.1);box-shadow:0 -15px 30px 0 rgba(0,0,0,.1)}.limits .footer>.row[data-v-0f1df3a9]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.limits .footer>.row .paginator-container[data-v-0f1df3a9]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.limits .footer>.row .cta[data-v-0f1df3a9]{width:250px;margin:0 auto;display:block}.limits .footer>.row .cta[data-v-0f1df3a9]:first-child{margin-bottom:20px}}@media screen and (max-width:992px){.subscriptors .card[data-v-0f1df3a9]{display:none}}.subscriptors .card .card-row[data-v-0f1df3a9]{grid-template-columns:280px 260px 180px auto}@media screen and (min-width:992px){.subscriptors .card-mobile[data-v-0f1df3a9]{display:none}}@media screen and (max-width:992px){.subscriptors .card-form .third[data-v-0f1df3a9]{grid-template-columns:auto}.subscriptors .card-form .third .cta[data-v-0f1df3a9]{margin-top:30px}}.subscriptors .card-form select[data-v-0f1df3a9]{color:var(--rs-gray)}.subscriptors .card-form select[data-v-0f1df3a9]:focus,.subscriptors .card-form select[data-v-0f1df3a9]:valid{color:var(--rs-dark)}.subscriptors .card-form .cta-container[data-v-0f1df3a9]{display:-webkit-box;display:-ms-flexbox;display:flex}.subscriptors .card-form .cta-container .cta[data-v-0f1df3a9]:first-child{margin-right:10px;width:calc(100% - 10px);padding:15px 0}.subscriptors .card-form .cta-container .cta[data-v-0f1df3a9]:last-child{width:calc(100% - 10px);margin-left:10px;padding:15px 0}.subscriptors .selectize-input .item[data-v-0f1df3a9]{margin:3px!important;position:relative}.subscriptors .selectize-input .show-delete-item[data-v-0f1df3a9]:before{content:"X";position:absolute;top:-8px;right:-8px;color:red;border:1px solid red;border-radius:15px;padding:2px;background:#fff;z-index:9;width:18px;height:18px;font-size:10px;line-height:13px;text-align:center}.subscriptors .actions[data-v-0f1df3a9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.subscriptors .actions .cta[data-v-0f1df3a9]{margin:0 10px 10px 0}.subscriptors .footer[data-v-0f1df3a9]{margin:30px 0}.subscriptors .footer .cta[data-v-0f1df3a9]{display:inline-block;margin:0 0 0 30px}@media screen and (max-width:992px){.subscriptors .footer[data-v-0f1df3a9]{position:fixed;bottom:0;background:var(--rs-white);z-index:1;left:0;width:100%;padding:30px 20px 20px;margin:0;-webkit-box-shadow:0 -15px 30px 0 rgba(0,0,0,.1);box-shadow:0 -15px 30px 0 rgba(0,0,0,.1)}.subscriptors .footer>.row[data-v-0f1df3a9]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.subscriptors .footer>.row .paginator-container[data-v-0f1df3a9]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.subscriptors .footer>.row .cta[data-v-0f1df3a9]{width:250px;margin:0 auto;display:block}.subscriptors .footer>.row .cta[data-v-0f1df3a9]:first-child{margin-bottom:20px}}@media screen and (min-width:992px){.exclusions[data-v-0f1df3a9]{padding-bottom:50px}}@media screen and (max-width:992px){.exclusions .card[data-v-0f1df3a9]{display:none}}.exclusions .card .card-row[data-v-0f1df3a9]{grid-template-columns:auto 100px 100px}.exclusions .card .card-row input[data-v-0f1df3a9]{width:100%;border:0;border-bottom:1px solid var(--rs-black)}@media screen and (min-width:992px){.exclusions .card-mobile[data-v-0f1df3a9]{display:none}}.exclusions .card-mobile input[data-v-0f1df3a9]{width:100%;border:0;border-bottom:1px solid var(--rs-black)}@media screen and (max-width:992px){.exclusions .card-form[data-v-0f1df3a9]{margin-top:20px}.exclusions .card-form[data-v-0f1df3a9],.exclusions .card-mobile[data-v-0f1df3a9],.exclusions .card[data-v-0f1df3a9]{margin-bottom:0}}@media screen and (min-width:992px){.exclusions[data-v-0f1df3a9] .slick-slide>div{width:96%}.exclusions[data-v-0f1df3a9] .slick-slide:last-child>div{margin-left:4%}}.exclusions .cta-container[data-v-0f1df3a9]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media screen and (max-width:992px){.exclusions .cta-container .cta[data-v-0f1df3a9]{max-width:150px}}.exclusions .actions[data-v-0f1df3a9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.exclusions .actions .cta[data-v-0f1df3a9]{margin:0 10px 10px 0}@media screen and (min-width:992px){.exclusions[data-v-0f1df3a9] .sort-box{display:none}}.exclusions .footer[data-v-0f1df3a9]{margin-top:50px}@media screen and (max-width:992px){.exclusions .footer[data-v-0f1df3a9]{position:fixed;bottom:0;padding:30px;width:100%;left:0;-webkit-box-shadow:0 -10px 10px 0 rgba(0,0,0,.1);box-shadow:0 -10px 10px 0 rgba(0,0,0,.1);z-index:2;background:var(--rs-white)}}