.comparison-block{align-items:center;display:flex;flex-direction:column;gap:20px;margin:auto;max-width:905px;width:100%}.comparison-block .tab-content{display:block;max-height:unset}.comparison-block .comparison-tabs{width:100%}.comparison-block .comparison-tabs input[type=radio]{display:none}.comparison-block .comparison-tabs #tab-1:checked~.tabs .tab:has(label[for=tab-1]),.comparison-block .comparison-tabs #tab-1:checked~.tabs label[for=tab-1],.comparison-block .comparison-tabs #tab-2:checked~.tabs .tab:has(label[for=tab-2]),.comparison-block .comparison-tabs #tab-2:checked~.tabs label[for=tab-2],.comparison-block .comparison-tabs #tab-3:checked~.tabs .tab:has(label[for=tab-3]),.comparison-block .comparison-tabs #tab-3:checked~.tabs label[for=tab-3],.comparison-block .comparison-tabs #tab-4:checked~.tabs .tab:has(label[for=tab-4]),.comparison-block .comparison-tabs #tab-4:checked~.tabs label[for=tab-4],.comparison-block .comparison-tabs #tab-5:checked~.tabs .tab:has(label[for=tab-5]),.comparison-block .comparison-tabs #tab-5:checked~.tabs label[for=tab-5],.comparison-block .comparison-tabs #tab-6:checked~.tabs .tab:has(label[for=tab-6]),.comparison-block .comparison-tabs #tab-6:checked~.tabs label[for=tab-6]{background:var(--active_tab_title_bg_colour)}.comparison-block .comparison-tabs .tabs{display:flex;gap:20px;justify-content:center;margin-bottom:13px}@media only screen and (min-width:767px)and (max-width:1024px){.comparison-block .comparison-tabs .tabs{gap:10px}}@media only screen and (max-width:767px){.comparison-block .comparison-tabs .tabs{display:grid;gap:24px 10px;grid-template-columns:repeat(3,max-content);justify-content:center}}.comparison-block .comparison-tabs .tabs .tab{background:var(--tab-title-border-colour);display:block;padding:2px;position:relative;transition:background .3s}.comparison-block .comparison-tabs .tabs .tab .tab-background{background-color:var(--tab-title-bg-colour)}.comparison-block .comparison-tabs .tabs .tab .tab-extra-label{background:var(--label-bg-colour);font-size:12px;height:17px;line-height:16px;padding:0 4.5px;position:absolute;right:0;top:-10px}.comparison-block .comparison-tabs .tabs .tab label{align-items:center;background:linear-gradient(270deg,rgba(240,178,62,.2) -37.99%,rgba(255,104,11,.2) .64%,rgba(223,95,57,.2) 24.79%,rgba(195,45,44,.2) 49.63%,rgba(128,24,31,.2) 72.4%,rgba(74,11,33,.2));display:flex;font-size:18px;height:40px;justify-content:center;transition:background .3s;width:106px}.comparison-block .comparison-tabs .tabs .tab label:hover{cursor:pointer}.comparison-block .comparison-tabs .tab-content{display:none}.comparison-block .component_footnotes{align-items:center;background:var(--footnote-bg-colour);border:.3px solid var(--footnote-border-colour);border-radius:2px;display:flex;flex-direction:column;gap:14px;justify-content:center;padding:10px;width:90%}.comparison-block .component_footnotes .component_footnote{align-items:center;align-self:stretch;display:flex;gap:16px;justify-content:center}@media only screen and (max-width:767px){.comparison-block .component_footnotes .component_footnote{flex-direction:column;gap:6px;margin:12px}}.comparison-block .component_footnotes .component_footnote .footnote_text{align-items:center;display:flex;gap:8px}.comparison-block .component_footnotes .component_footnote p{font-size:16px}.comparison-block .component_footnotes .component_footnote p b{font-size:18px;font-weight:900}@media only screen and (max-width:767px){.comparison-block .component_footnotes .component_footnote p{font-size:12px}.comparison-block .component_footnotes .component_footnote p b{font-size:14px;font-weight:900}}.comparison-block .component_footnotes .component_footnote .code{align-items:center;background:var(--special-offer-button-border-colour);cursor:pointer;display:flex;flex-shrink:0;gap:6px;justify-content:center;padding:2px}.comparison-block .component_footnotes .component_footnote .code .inner_code svg g path{transition:all .3s}.comparison-block .component_footnotes .component_footnote .code .inner_code svg g path.copied{fill:var(--special-offer-button-icon-copy-action-colour)}.comparison-block .component_footnotes .component_footnote .code .inner_code:hover svg g path{fill:var(--special-offer-button-icon-hover-colour)}.comparison-block .component_footnotes .component_footnote .code .inner_code:hover svg g path.copied{fill:var(--special-offer-button-icon-copy-action-colour)}.comparison-block .component_footnotes .component_footnote .code .inner_code{align-items:center;background:var(--special-offer-button-bg-colour);color:#fff;display:flex;font-size:18px;font-style:normal;font-weight:296;gap:6px;justify-content:center;line-height:16px;padding:16px 40px;text-align:center}.comparison-block .component_footnotes .component_footnote .code .inner_code span{font-style:normal;font-weight:622}