.ts-control{border:1px solid #d0d0d0;padding:8px 8px;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:3px;display:flex;flex-wrap:wrap}.ts-wrapper.multi.has-items .ts-control{padding:calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0)}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default!important}.focus .ts-control{box-shadow:none}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.ts-control>input{flex:1 1 auto;min-width:7rem;display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0 none!important;background:0 0!important;line-height:inherit!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important;box-shadow:none!important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:0!important}.has-items .ts-control>input{margin:0 4px!important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.ts-dropdown .create,.ts-dropdown .no-results,.ts-dropdown .optgroup-header,.ts-dropdown .option{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:rgba(48,48,48,.5)}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner::after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent!important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden!important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button:1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:calc(8px - 6px);margin-right:0!important;background:0 0!important;transition:opacity .5s;cursor:pointer}@media (min-width:500px){.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:var(--ts-pr-caret)}}@media (max-width:500px){.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:8px}}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff,#d0d0d0,85%);border-radius:3px 3px 0 0}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{box-shadow:none;border:1px solid #d0d0d0}.plugin-dropdown_input .dropdown-input{border:1px solid #d0d0d0;border-width:0 0 1px;display:block;padding:8px 8px;box-shadow:none;width:100%;background:0 0}.plugin-dropdown_input .items-placeholder{border:0 none!important;box-shadow:none!important;width:100%}.plugin-dropdown_input.dropdown-active .items-placeholder,.plugin-dropdown_input.has-items .items-placeholder{display:none!important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-moz-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.ts-dropdown.plugin-optgroup_columns .optgroup::before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.ts-wrapper.plugin-remove_button .item{display:inline-flex;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:0 0}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0!important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0!important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button:0px;--ts-pr-caret:0px;--ts-pr-min:.75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}@media screen and (min-width:500px){.ts-control:not(.rtl){padding-right:var(--ts-pr-min)!important}}@media screen and (max-width:500px){.ts-control:not(.rtl){padding-right:var(--ts-pr-clear-button) var(--ts-pr-caret)!important}}@media screen and (min-width:500px){.ts-control.rtl{padding-left:var(--ts-pr-min)!important}}@media screen and (max-width:500px){.ts-control.rtl{padding-left:var(--ts-pr-clear-button) var(--ts-pr-caret)!important}}.ts-wrapper{position:relative}.ts-control,.ts-control input,.ts-dropdown{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.table-search-section{background:#f9f8f2;padding:80px 0 5px}@media (min-width:1200px){.table-search-section{padding-top:100px}}.table-search-section__icons-list{display:flex;align-content:center;flex-flow:wrap;gap:10px;justify-content:center}.table-search-section__icon{display:flex;align-items:center;margin:5px}@media (min-width:1024px){.table-search-section__icon:not(:last-child){margin:0 35px 0 0}}.table-search-section__icon span{font-size:10px;letter-spacing:1.4px;text-transform:uppercase}.table-search-section__icon .xv-icon{line-height:0}.table-search-section__icon .xv-icon svg{padding:2px}.table-search-section__search{margin-bottom:20px}.table-search-section__search select{width:100%;height:53px;background:#fff;border:1px solid #d0d0d0;text-indent:-9999px}.table-search-section__search .ts-dropdown{margin-top:0;padding:5px 0}.table-search-section__search .ts-control,.table-search-section__search select{border-radius:10px;padding:15px 20px}.table-search-section__search .ts-wrapper.dropdown-active .ts-control{border-radius:10px 10px 0 0}.table-search-section__search .ts-dropdown .option{padding:10px 20px}.table-search-section__search .item,.table-search-section__search .ts-dropdown .option,.table-search-section__search input,.table-search-section__search select{font-size:18px;line-height:1.2}.table-search-section__table-desktop{display:none;margin-bottom:80px}@media (min-width:1024px){.table-search-section__table-desktop{display:block}}.table-search-section__table-desktop h3{font-size:32px;text-align:center;margin-bottom:20px}.table-search-section__table-desktop h3+p{margin-bottom:20px;text-align:center}.table-search-section__table-mobile{display:flex;flex-direction:column;margin:0 0 55px}@media (min-width:1024px){.table-search-section__table-mobile{display:none}}.table-search-section__table-mobile .cluster-status-icons{flex-shrink:0;line-height:0;display:flex;align-items:center}.table-search-section__table-mobile .continent-dropdown{display:flex;padding:10px 10px 10px 0;border-bottom:2px solid #001d2f;flex-direction:row;justify-content:space-between}.table-search-section__table-mobile .continent-dropdown .xv-icon{display:none}.table-search-section__table-mobile .mobile-multiple-clusters .cluster-name{display:flex;align-items:center;justify-content:space-between;padding-top:15px;padding-left:40px}.table-search-section__table-mobile .mobile-cluster{display:flex;padding:15px 0;flex-direction:row}.table-search-section__table-mobile .mobile-cluster,.table-search-section__table-mobile .mobile-cluster+div{border-bottom:1px solid #ccd2d5}.table-search-section__table-mobile .mobile-cluster+div{padding-bottom:15px}.table-search-section__table-mobile .country-flag{width:29px;height:29px;margin:0 10px 0 5px;background-image:url(../images/sprite-29px.png);background-repeat:no-repeat;background-size:319px 319px}.table-search-section__table-mobile .country-name{display:flex;flex:1;justify-content:space-between;align-items:center}.table-search-section__table-mobile .table-tooltip,.table-search-section__table-mobile .xv-icon{display:inline-block;margin-left:25px}.table-search-section__table-mobile .table-tooltip svg,.table-search-section__table-mobile .xv-icon svg{transition:transform .3s ease-in-out}.table-search-section__table-mobile .table-tooltip svg.active,.table-search-section__table-mobile .xv-icon svg.active{transform:rotate(-180deg)}.table-search-section__table-mobile .table-tooltip .xv-icon.xv-icon-chevron-down,.table-search-section__table-mobile .xv-icon .xv-icon.xv-icon-chevron-down{margin-right:10px}.table-search-section__table-mobile .cluster-status{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:15px 35px 15px 50px;margin-right:15px}.table-search-section__table-mobile .cluster-status:first-child{padding-top:20px}.table-search-section__table-mobile .cluster-status:last-child{padding-bottom:8px}.table-search-section__table-mobile .cluster-status .tooltip-message{display:none}.table-search-section__table-mobile .continent-text{text-align:center;border-bottom:1px solid #ccd2d5;padding:15px 0 40px;font-size:16px}.table-search-section__table-desktop a,.table-search-section__table-mobile a{border:none;text-decoration:none;background-position:100% 100%,0 100%,0 100%;background-repeat:no-repeat;background-size:100% 2px,0 2px,0 2px;background-image:linear-gradient(#0f866c,#0f866c),linear-gradient(transparent,transparent),linear-gradient(#0f866c,#0f866c);color:#0f866c;padding-bottom:.3rem}@media (any-hover:hover){.table-search-section__table-desktop a:hover,.table-search-section__table-mobile a:hover{background-image:linear-gradient(#d4e300,#d4e300),linear-gradient(transparent,transparent),linear-gradient(#d4e300,#d4e300);color:#001d2f;animation-duration:.8s;animation-timing-function:ease-in-out;animation-name:eds-animated-text-link}}.table-search-section .table{width:100%}.table-search-section .table thead{position:sticky;top:0;background:#f9f8f2;z-index:6}.table-search-section .table th{font-size:10px;text-transform:uppercase;font-weight:700;padding-bottom:10px;padding-top:10px}.table-search-section .table th:first-child{padding:10px 35px 10px 0}.table-search-section .table th .table__tooltip-container svg{width:14px;height:14px;padding:0;transform:translateY(-2px)}.table-search-section .table th .table__tooltip-container svg path{fill:#a2acb3}.table-search-section .table td,.table-search-section .table th{text-align:center}.table-search-section .table td:first-child,.table-search-section .table th:first-child{width:25%;text-align:left}.table-search-section .table tbody{border-top:2px solid #001d2f}.table-search-section .table tbody tr{background-color:inherit;border-bottom:1px solid #ccd2d5}.table-search-section .table tbody tr[style*=background] td:first-child{padding-left:43px}.table-search-section .table tbody tr .dropdown-label{display:flex;align-items:center;flex-grow:1}.table-search-section .table tbody tr .dropdown-label .xv-icon-slash{margin-left:8px;margin-right:20px}.table-search-section .table tbody tr .dropdown-label .xv-icon-chevron-down{margin-left:auto;margin-right:20px;line-height:0;transition:.3s ease transform}.table-search-section .table tbody tr .dropdown-label .xv-icon-chevron-down.active{transform:rotate(180deg)}.table-search-section .table tbody td{position:relative}.table-search-section .table tbody td:after,.table-search-section .table tbody td:before{content:'';width:1px;height:100%;position:absolute;top:0}.table-search-section .table tbody td:before{border-left:1px solid transparent;right:0}.table-search-section .table tbody td:after{border-right:1px solid transparent;left:0}.table-search-section .table tbody td:first-child{padding:15px 0}.table-search-section .table tbody td.hover:after,.table-search-section .table tbody td.hover:before{border-color:#ccd2d5}.table-search-section .table__country-flag{width:29px;height:29px;margin:0 10px 0 5px}.table-search-section .table__flex-center{display:flex;align-items:center}.table-search-section .table__flex-center--justify-center{justify-content:center}.table-search-section .table__tooltip-icon{display:flex;align-items:center;justify-content:center}.table-search-section .table__tooltip-icon .xv-icon-server,.table-search-section .table__tooltip-icon .xv-icon-slash{margin-left:8px;margin-right:0;align-items:center;display:flex}.table-search-section .table__tooltip-container{position:relative}@media (any-hover:hover){.table-search-section .table__tooltip-container .table__tooltip-icon:hover+.table__tooltip-message{visibility:visible;opacity:1}}.table-search-section .table__tooltip-message{position:absolute;visibility:hidden;opacity:0;left:50%;bottom:100%;transform:translate(-50%);background-color:#001d2f;border-radius:.5rem;color:#f7f8f9;font-size:12px;font-weight:400;line-height:1.7;transition:opacity .2s ease-in;z-index:201;padding:10px 20px;text-transform:none;min-width:145px;text-align:center}@keyframes eds-animated-text-link{0%{background-size:100% 2px,0 2px,0 2px}50%{background-size:0 2px,100% 2px,0 2px}100%{background-size:0 2px,0 2px,100% 2px}}@keyframes eds-animated-text-link-rtl{0%{background-size:0 2px,0 2px,100% 2px}50%{background-size:0 2px,100% 2px,0 2px}100%{background-size:100% 2px,0 2px,0 2px}}.xv-icon.xv-icon-confirm,.xv-icon.xv-icon-limited,.xv-icon.xv-icon-remove,.xv-icon.xv-icon-server,.xv-icon.xv-icon-xv-icon-slash{width:24px;height:24px;background-size:contain;background-position:center;background-repeat:no-repeat}.xv-icon-server{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3438_43870)"><path fill="%230F866C" d="M19.5027 14.0364C18.405 17.2298 15.3783 19.5256 11.8123 19.5256C11.2479 19.5256 10.6969 19.4681 10.1649 19.3586C11.8762 18.8288 13.6796 18.0248 15.4402 16.9856C16.952 16.0932 18.3268 15.0885 19.5027 14.0364ZM11.6766 17.0129C10.2538 17.64 8.86401 18.0898 7.58478 18.342C7.53973 18.3146 7.49643 18.2844 7.45197 18.2561C8.72451 17.9664 10.111 17.474 11.5301 16.7991C11.578 16.8709 11.6268 16.9423 11.6766 17.0129ZM15.0496 14.7776C14.9902 14.9651 14.9258 15.1509 14.8572 15.3352C14.7014 15.4316 14.544 15.5273 14.3846 15.6213C13.614 16.0762 12.8375 16.4812 12.0692 16.8362C12.1681 16.6895 12.2624 16.5401 12.3533 16.3889C13.007 16.0483 13.6653 15.672 14.3182 15.259C14.5668 15.1018 14.81 14.94 15.0496 14.7776ZM5.95197 16.3254C5.75524 16.3507 5.56779 16.3697 5.38947 16.3801C5.38335 16.3723 5.377 16.3646 5.37091 16.3567C5.55484 16.354 5.74852 16.3431 5.95197 16.3254ZM11.8123 3.25903C13.7584 3.25903 15.5443 3.94323 16.9442 5.08325L16.95 5.1106L16.9803 5.11157C17.6421 5.65673 18.2144 6.30553 18.6766 7.03149C18.5564 7.30635 18.3777 7.63285 18.1238 8.00317L17.9373 8.26489C17.8205 8.42265 17.6919 8.5811 17.5565 8.74341C16.8374 7.18674 15.5064 5.97098 13.8699 5.40845C14.8017 6.94436 15.3796 8.67557 15.5545 10.4885H15.8201C15.1079 11.1024 14.2866 11.7133 13.3729 12.2961L9.88556 12.2971C9.94994 12.8697 10.0636 13.4333 10.2225 13.9827C9.63985 14.2368 9.073 14.452 8.53009 14.6292C8.30208 13.8742 8.148 13.0935 8.07111 12.2971H5.5506C5.69923 13.3349 6.09979 14.2915 6.68829 15.1028C6.53047 15.1313 6.37637 15.1569 6.22638 15.177C5.54541 15.268 5.0148 15.2617 4.63068 15.2092C4.02437 14.0708 3.67853 12.7717 3.67853 11.3918C3.67878 6.9001 7.32054 3.25912 11.8123 3.25903ZM19.8885 10.4407C19.9144 10.6627 19.9307 10.8874 19.9383 11.1145C19.3546 11.793 18.6684 12.4717 17.8953 13.1311C17.9637 12.8915 18.0175 12.6461 18.0574 12.3958C18.7516 11.7494 19.3665 11.0924 19.8885 10.4407ZM9.73419 5.41528C7.53562 6.17966 5.88897 8.12317 5.5506 10.4885L8.06818 10.4895C8.23976 8.68687 8.81814 6.95007 9.75665 5.40649L9.73419 5.41528ZM11.6854 5.75903C10.6917 7.16406 10.0707 8.79701 9.88263 10.4885H13.7401C13.5489 8.78725 12.9307 7.16319 11.9461 5.76782L11.8113 5.58423L11.6854 5.75903Z"></path><path fill="%230F866C" d="M5.54385 13.0958C3.28053 14.8828 3.97787 16.1125 3.91787 16.0189L3.92127 16.0243C4.04134 16.2141 4.30122 16.4256 4.8602 16.5419C5.42357 16.6592 6.19696 16.6561 7.15238 16.4868C9.05761 16.1493 11.4673 15.1911 13.8934 13.6566C16.3196 12.122 18.2179 10.3554 19.3392 8.77855C19.9016 7.98778 20.2358 7.29037 20.3712 6.73109C20.5056 6.17621 20.4259 5.85075 20.3059 5.66092C20.1971 5.48906 20.1041 5.41205 20.0311 5.37108C19.9587 5.33054 19.8375 5.28739 19.6141 5.28644C19.1151 5.28445 18.305 5.49073 16.9679 6.0755L14.7165 4.57395L16.0981 4.08811C17.4716 3.4874 18.6398 3.11297 19.6242 3.11717C20.1424 3.11943 20.6396 3.22629 21.0916 3.47973C21.5428 3.7327 21.8809 4.09363 22.1389 4.50151C22.6703 5.34165 22.7015 6.3209 22.4785 7.24154C22.2566 8.1578 21.7657 9.10854 21.1066 10.0353C19.7851 11.8935 17.6571 13.8424 15.0529 15.4897C12.4487 17.1368 9.77582 18.2245 7.53062 18.6222C6.41086 18.8206 5.34135 18.8568 4.41842 18.6647C3.54906 18.4837 2.7287 18.0796 2.19177 17.3375L2.08823 17.1837C1.42431 16.1399 1.26129 13.7148 4.19969 11.3946L4.86019 10.8253L5.54385 13.0958Z"></path></g><defs><clipPath id="clip0_3438_43870"><rect width="24" height="24" fill="white"></rect></clipPath></defs></svg>')}.xv-icon-confirm{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%230F866C" fill-rule="evenodd" d="M15.6662751,3.7773056 C16.1707476,4.00208541 16.3974833,4.59326119 16.1727035,5.09773367 C15.9479237,5.60220615 15.3567479,5.82894187 14.8522755,5.60416206 C12.0205743,4.34242976 8.69625492,5.09351578 6.68206739,7.45011257 C4.66787987,9.80670935 4.44363709,13.2074364 6.13094402,15.8081085 C7.81825094,18.4087806 11.0151631,19.5898743 13.9880221,18.7108927 C16.8759424,17.8570249 18.884135,15.2567125 18.9981561,12.2674657 L19.0032753,12.0027338 L19.0032753,11.2667338 C19.0032753,10.7144491 19.4509905,10.2667338 20.0032753,10.2667338 C20.5161111,10.2667338 20.9387825,10.652774 20.9965476,11.1501127 L21.0032753,11.2667338 L21.0032753,12.0033056 C21.0009962,15.9891229 18.3773397,19.4986973 14.5550923,20.6288165 C10.7328449,21.7589357 6.62252932,20.2403865 4.45313471,16.8966653 C2.28374009,13.5529441 2.57205223,9.18058068 5.1617219,6.15067053 C7.75139158,3.12076038 12.0255165,2.15507836 15.6662751,3.7773056 Z M20.7100286,4.89527376 C21.0706927,5.25557753 21.0987057,5.82279466 20.7938769,6.21523825 L20.7107354,6.30948715 L12.7107354,14.3174871 C12.3503043,14.6782787 11.782845,14.7061667 11.3904099,14.4010559 L11.2961685,14.3178406 L8.89616851,11.9178406 C8.50564422,11.5273163 8.50564422,10.8941513 8.89616851,10.5036271 C9.25665247,10.1431431 9.82388353,10.1154136 10.2161747,10.4204384 L10.3103821,10.5036271 L12.0032753,12.1957338 L19.2958152,4.89598052 C19.6861443,4.50526111 20.3193092,4.50494469 20.7100286,4.89527376 Z"></path></svg>')}.xv-icon-limited{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23f4a377" fill-rule="evenodd" d="M15.6662751,3.7773056 C16.1707476,4.00208541 16.3974833,4.59326119 16.1727035,5.09773367 C15.9479237,5.60220615 15.3567479,5.82894187 14.8522755,5.60416206 C12.0205743,4.34242976 8.69625492,5.09351578 6.68206739,7.45011257 C4.66787987,9.80670935 4.44363709,13.2074364 6.13094402,15.8081085 C7.81825094,18.4087806 11.0151631,19.5898743 13.9880221,18.7108927 C16.8759424,17.8570249 18.884135,15.2567125 18.9981561,12.2674657 L19.0032753,12.0027338 L19.0032753,11.2667338 C19.0032753,10.7144491 19.4509905,10.2667338 20.0032753,10.2667338 C20.5161111,10.2667338 20.9387825,10.652774 20.9965476,11.1501127 L21.0032753,11.2667338 L21.0032753,12.0033056 C21.0009962,15.9891229 18.3773397,19.4986973 14.5550923,20.6288165 C10.7328449,21.7589357 6.62252932,20.2403865 4.45313471,16.8966653 C2.28374009,13.5529441 2.57205223,9.18058068 5.1617219,6.15067053 C7.75139158,3.12076038 12.0255165,2.15507836 15.6662751,3.7773056 Z M20.7100286,4.89527376 C21.0706927,5.25557753 21.0987057,5.82279466 20.7938769,6.21523825 L20.7107354,6.30948715 L12.7107354,14.3174871 C12.3503043,14.6782787 11.782845,14.7061667 11.3904099,14.4010559 L11.2961685,14.3178406 L8.89616851,11.9178406 C8.50564422,11.5273163 8.50564422,10.8941513 8.89616851,10.5036271 C9.25665247,10.1431431 9.82388353,10.1154136 10.2161747,10.4204384 L10.3103821,10.5036271 L12.0032753,12.1957338 L19.2958152,4.89598052 C19.6861443,4.50526111 20.3193092,4.50494469 20.7100286,4.89527376 Z"></path></svg>')}.xv-icon-remove{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23cf1369" fill-rule="evenodd" d="M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M15.2,11 C15.7522847,11 16.2,11.4477153 16.2,12 C16.2,12.5128358 15.8139598,12.9355072 15.3166211,12.9932723 L15.2,13 L8.8,13 C8.24771525,13 7.8,12.5522847 7.8,12 C7.8,11.4871642 8.18604019,11.0644928 8.68337887,11.0067277 L8.8,11 L15.2,11 Z"></path></svg>')}.xv-icon-xv-icon-slash{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ccd2d5" fill-rule="evenodd" d="M12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 Z M6.39289239,7.80879437 C5.51811807,8.97720873 5,10.4280979 5,12 C5,15.8659932 8.13400675,19 12,19 C13.5719021,19 15.0227913,18.4818819 16.1912056,17.6071076 Z M12,5 C10.4280979,5 8.97720873,5.51811807 7.80879437,6.39289239 L17.6071076,16.1912056 C18.4818819,15.0227913 19,13.5719021 19,12 C19,8.13400675 15.8659932,5 12,5 Z"></path></svg>')}html[data-country=AE] .single-landing-organic-2272882 .table-search-section a,html[lang=en-AE] .single-landing-organic-2272882 .table-search-section a{text-decoration:none;pointer-events:none;cursor:default;background:unset;color:initial}html[data-country=AE] .single-landing-organic-2272882 .table-search-section a:active,html[data-country=AE] .single-landing-organic-2272882 .table-search-section a:focus,html[data-country=AE] .single-landing-organic-2272882 .table-search-section a:hover,html[lang=en-AE] .single-landing-organic-2272882 .table-search-section a:active,html[lang=en-AE] .single-landing-organic-2272882 .table-search-section a:focus,html[lang=en-AE] .single-landing-organic-2272882 .table-search-section a:hover{color:#0f866c;background-image:linear-gradient(#0f866c,#0f866c),linear-gradient(transparent,transparent),linear-gradient(#0f866c,#0f866c);animation:none}