.rating{display:flex; width:150px; flex-wrap:nowrap;}.rating .star{flex-basis:20%; aspect-ratio:1/1;}.rating .star svg{position:absolute; top:0; left:0; height:100%; aspect-ratio:1/1; stroke-width:1px;}.rating .star .fill{position:absolute; top:0; left:0; height:100%; overflow:hidden;}
.info-tooltip{display:inline-block; width:1rem; height:1rem; font-size:.875rem; vertical-align:middle;}.info-tooltip::before{content:''; display:block; width:.875rem; height:.875rem; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; position:absolute; background-color:var(--primary_color); z-index:-1; opacity:0; visibility:hidden; transition:var(--default_transition);}.info-tooltip .info{width:100%; height:100%; fill:var(--primary_color); cursor:help; overflow:visible; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); pointer-events:none;}.info-tooltip .bubble{padding:1rem; position:absolute; background-color:var(--color_white); border:solid var(--primary_color); transition:opacity var(--default_transition_speed) var(--default_transition_property), visibility var(--default_transition_speed) var(--default_transition_property); box-shadow:var(--box_shadow_1); width:280px; opacity:0; visibility:hidden; color:var(--default_color); white-space:normal; text-align:left; line-height:1.2;}.info-tooltip.top::before{-webkit-mask-image:url(/img/icons/triangle_down.svg); mask-image:url(/img/icons/triangle_down.svg); bottom:calc(100% - 4px); left:50%; transform:translateX(-50%);}.info-tooltip.top .bubble{border-width:0 0 2px 0; bottom:calc(100% + 6px); left:50%; transform:translateX(-50%);}.info-tooltip.bottom::before{-webkit-mask-image:url(/img/icons/triangle_up.svg); mask-image:url(/img/icons/triangle_up.svg); top:calc(100% - 4px); left:50%; transform:translateX(-50%);}.info-tooltip.bottom .bubble{border-width:2px 0 0 0; top:calc(100% + 6px); left:50%; transform:translateX(-50%);}.info-tooltip.left::before{-webkit-mask-image:url(/img/icons/triangle_right.svg); mask-image:url(/img/icons/triangle_right.svg); top:50%; right:calc(100% - 4px); transform:translateY(-50%);}.info-tooltip.left .bubble{border-width:0 2px 0 0; top:50%; right:calc(100% + 6px); transform:translateY(-50%);}.info-tooltip.right::before{-webkit-mask-image:url(/img/icons/triangle_left.svg); mask-image:url(/img/icons/triangle_left.svg); top:50%; left:calc(100% - 4px); transform:translateY(-50%);}.info-tooltip.right .bubble{border-width:0 0 0 2px; top:50%; left:calc(100% + 6px); transform:translateY(-50%);}.info-tooltip.follow-mouse{position:absolute; top:0; left:0; margin-top:-5px;}.info-tooltip.follow-mouse .info{display:none;}.info-tooltip.follow-mouse .bubble{transition:none;}.info-tooltip.active{z-index:10;}.info-tooltip.active::before{opacity:1; visibility:visible;}.info-tooltip.active .bubble{opacity:1; visibility:visible;}
.device-comparison-picker{position:fixed; bottom:0; transform:translateY(100%); left:0; width:100%; height:100px; background-color:var(--color_white); text-align:center; z-index:9; transition:var(--default_transition); white-space:nowrap;}.device-comparison-picker.active{transform:translateY(0); box-shadow:var(--box_shadow_1);}.device-comparison-picker .container{height:100%; display:flex; align-items:center; column-gap:2rem; justify-content:center;}.device-comparison-picker .btn-close{display:block; width:1.5rem; height:1.5rem; cursor:pointer; z-index:1; position:absolute; top:0; right:0; background-color:var(--default_bg);}.device-comparison-picker .btn-close:hover .icon{fill:var(--highlight_color);}.device-comparison-picker .btn-close .icon{fill:var(--default_color); width:100%; height:100%; padding:.25rem;}.device-comparison-picker .title{white-space:normal; line-height:1.2; font-weight:700;}.device-comparison-picker .devices{display:flex; align-items:center; column-gap:2rem; justify-content:center;}.device-comparison-picker .btn-device{border-radius:.5rem; border:2px dashed var(--color_ln_grey); width:100px; height:80px; padding:.5rem; display:flex; flex-direction:column;}.device-comparison-picker .btn-device:disabled{cursor:default;}.device-comparison-picker .btn-device .dimg{width:100%; height:50px; background-color:var(--default_bg); margin-bottom:.25rem;}.device-comparison-picker .btn-device .dimg::before{content:''; width:1.5rem; height:1.5rem; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); border-radius:100%; background-color:var(--color_pale_grey); transition:var(--default_transition);}.device-comparison-picker .btn-device .dimg:hover::before{background-color:var(--color_md_grey);}.device-comparison-picker .btn-device .dimg::after{content:''; width:1rem; height:1rem; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); -webkit-mask-image:url(/img/icons/plus.svg); mask-image:url(/img/icons/plus.svg); mask-position:center; mask-repeat:no-repeat; mask-size:cover; background-color:var(--default_bg); border-radius:100%;}.device-comparison-picker .btn-device .dimg img{position:absolute; width:auto; height:100%; top:50%; left:50%; transform:translate(-50%, -50%); background-position:cover;}.device-comparison-picker .btn-device .dname{font-size:.75rem; line-height:1; min-height:.75rem; background-color:var(--default_bg); overflow:hidden; text-overflow:ellipsis;}.device-comparison-picker .btn-remove{display:none; width:1.5rem; height:1.5rem; cursor:pointer; z-index:1; position:absolute; top:-.75rem; right:-.75rem; background-color:var(--color_white); box-shadow:var(--box_shadow_1); border-radius:100%;}.device-comparison-picker .btn-remove:hover .icon{fill:var(--highlight_color);}.device-comparison-picker .btn-remove .icon{fill:var(--default_color); width:100%; height:100%; padding:.5rem;}.device-comparison-picker .device.active{border-style:solid;}.device-comparison-picker .device.active .btn-remove{display:block;}.device-comparison-picker .device.active .dimg::after,.device-comparison-picker .device.active .dname::before{opacity:0; visibility:hidden;}.device-comparison-picker .device.active .dname{background-color:transparent;}.device-comparison-picker .cta{width:120px; display:flex; flex-direction:column; align-items:center;}.device-comparison-picker .cta .btn-compare{width:100%; display:block; margin-bottom:.25rem; padding-right:1.5rem}.device-comparison-picker .cta .btn-compare.disabled{opacity:.5; pointer-events:none;}.device-comparison-picker .cta .btn-clear{font-size:.75rem; text-decoration:underline; width:min-content;}.device-comparison-picker .cta .btn-clear:hover{color:var(--highlight_color);}#lightbox-device-picker .inner{width:350px;}#lightbox-device-picker .title{font-size:1.25rem; line-height:1; padding-bottom:.5rem; margin-bottom:1rem; border-bottom:1px solid var(--color_ln_grey); font-weight:700;}#lightbox-device-picker .form-select{display:block; margin-bottom:1rem;}#lightbox-device-picker .form-select select{cursor:pointer; width:100%; padding:.5rem 1.5rem .5rem .5rem; -moz-appearance:none; -webkit-appearance:none; appearance:none; font-size:1rem; line-height:1; border:1px solid var(--color_black); transition:var(--default_transition); z-index:1; background-color:var(--color_white);}#lightbox-device-picker .form-select select:hover,#lightbox-device-picker .form-select select:focus{border-color:var(--primary_color); background-color:var(--color_pale_purple);}#lightbox-device-picker .form-select .arr{width:12px; height:12px; position:absolute; top:50%; right:.5rem; transform:translateY(-50%); transition:var(--default_transition); z-index:1; fill:var(--primary_color); pointer-events:none;}#lightbox-device-picker .form-select:hover .arr,#lightbox-device-picker .form-select:focus .arr{fill:var(--primary_color);}#lightbox-device-picker .btn{width:100%;}#lightbox-device-picker .btn:disabled{pointer-events:none; opacity:.5;}@media(max-width:1000px){.device-comparison-picker .container{column-gap:1rem;}.device-comparison-picker .devices{column-gap:1rem;}}@media(max-width:600px){.device-comparison-picker{height:auto;}.device-comparison-picker .container{flex-wrap:wrap; padding-top:.5rem; padding-bottom:.5rem;}.device-comparison-picker .title{flex:0 0 100%;}.device-comparison-picker .devices{flex:0 0 100%; margin:.5rem 0;}.device-comparison-picker .cta{flex:0 0 100%; flex-direction:row-reverse; justify-content:center;}.device-comparison-picker .cta .btn-compare{width:180px; margin:0 0 0 1rem;}}
.rdevice{display:grid; grid-template-areas:'dimages oheader cta' 'dimages features cta' 'orelated orelated orelated'; grid-template-columns:8rem auto 20rem; background-color:var(--color_white); box-shadow:var(--box_shadow_1); padding:1rem; column-gap:1rem; width:100%;}.rdevice .oheader{grid-area:oheader; display:flex; flex-direction:column; row-gap:.5rem; margin-bottom:.5rem;}.rdevice .oheader .title{font-size:2rem; font-weight:700; line-height:1;}.rdevice .oheader .retailer{display:flex; flex-wrap:wrap; align-items:center; line-height:1; column-gap:.5rem;}.rdevice .oheader .retailer .rlogo{height:40px;}.rdevice .oheader .retailer .rlogo img{width:auto; height:100%;}.rdevice .oheader .specs{display:flex; flex-wrap:wrap; line-height:1; padding:0; list-style:none; gap:.25rem .5rem;}.rdevice .oheader .specs li{padding-right:.5rem; border-right:1px solid var(--color_ln_grey); flex:0; white-space:nowrap;}.rdevice .oheader .specs li:first-child{padding-left:0;}.rdevice .oheader .specs li:last-child{padding-right:0; border-right:0;}.rdevice .dimages{grid-area:dimages; width:100%; height:180px; margin-bottom:.5rem;}.rdevice .dimages .img{width:auto; height:100%; position:absolute; top:0; left:50%; transform:translateX(-50%);}.rdevice .dimages .img.f{z-index:1; margin-left:15px;}.rdevice .dimages .img.b{z-index:0; margin-left:-15px;}.rdevice .dimages .img img{width:auto; height:100%;}.rdevice .features{grid-area:features; display:flex; column-gap:1rem;}.rdevice .feat{flex:1; text-align:center; background-color:var(--default_bg); display:flex; flex-direction:column; padding:.5rem .5rem;}.rdevice .feat .val{width:100%; font-size:1.25rem; line-height:1; font-weight:700; white-space:normal;}.rdevice .feat .lbl{width:100%; font-size:1rem; line-height:1; color:var(--color_md_grey); margin-bottom:.25rem; justify-content:center; display:flex; align-items:center;}.rdevice .feat .mo{font-size:1rem; display:inline;}.rdevice .feat .info-tooltip{width:.875rem; height:.875rem; margin-left:.25rem;}.rdevice .cta{grid-area:cta; display:flex; justify-content:space-between; flex-direction:column; row-gap:.5rem;}.rdevice .cta .btn{display:block; padding:1rem .5rem; width:100%; font-size:1.25rem; margin:auto 0 0 0;}.rdevice .cta .callout{font-size:1rem; line-height:1; background-color:var(--primary_bg); color:var(--color_over_primary_bg); width:100%; text-align:center; padding:.5rem; display:flex; align-items:center; column-gap:.25rem; justify-content:center;}.rdevice .cta .callout .icon{width:1rem; height:1rem; fill:currentColor;}.rdevice .bfact{display:flex; flex-direction:column; font-size:.75rem; line-height:1; row-gap:.25rem;}.rdevice .bfact .li{display:flex;}.rdevice .bfact .bfact-lbl{flex:1; line-height:1.2;}.rdevice .bfact .bfact-val{margin-left:auto; padding-left:.5rem; font-weight:700; text-align:right; flex:0 0 6rem;}.rdevice .bfact .na{color:var(--color_pale_grey);}.rdevice .orelated{grid-area:orelated; margin-top:1rem; width:100%; display:flex; column-gap:1rem;}.rdevice .orelated .btn{font-size:.75rem; line-height:1; text-align:center; align-content:center; padding:.5rem .5rem; white-space:normal; flex:0 1 10rem; border-width:1px;}.rdevice .btn-compare-device{font-size:.75rem; line-height:1; display:flex; align-items:center; color:var(--default_color); padding:.5rem .5rem; white-space:nowrap; border:1px solid var(--color_ln_grey);}.rdevice .btn-compare-device .chk{border:1px solid var(--color_ln_grey); width:1rem; height:1rem; margin-right:.5rem; transition:var(--default_transition); pointer-events:none; background:var(--color_white);}.rdevice .btn-compare-device .chk .icon{position:absolute; top:0; left:0; width:100%; height:100%; fill:var(--color_white); opacity:0; visibility:hidden; transition:var(--default_transition); padding:1px;}.rdevice .btn-compare-device .txt{pointer-events:none;}.rdevice .btn-compare-device:not(:disabled):hover{color:var(--secondary_btn_bg_color); border-color:var(--secondary_btn_bg_color);}.rdevice .btn-compare-device:not(:disabled):hover .chk{border-color:var(--secondary_btn_bg_color);}.rdevice .btn-compare-device.active{border-color:var(--secondary_btn_bg_color); color:var(--secondary_btn_bg_color);}.rdevice .btn-compare-device.active .chk{background-color:var(--secondary_btn_bg_color); border-color:var(--secondary_btn_bg_color);}.rdevice .btn-compare-device.active .chk .icon{opacity:1; visibility:visible;}.rdevice .btn-compare-device:disabled{cursor:not-allowed;}.rdevice .osavings{flex:0; font-size:1rem; line-height:1; margin:0 0 0 auto; white-space:nowrap; align-content:center;}.rdevice .osavings .info-tooltip{margin-left:.25rem;}.rdevice .oomp .vs .txt{font-size:1.5rem;}.rdevice .oomp .o{flex:1 1 130px;}.rdevice .oomp .device.sm\:full{border-radius:1rem; border-width:.25rem; aspect-ratio:1/2;}.rdevice .oomp .device::before{height:.75rem; top:-1px; border-radius:0 0 .5rem .5rem;}.rdevice .oomp .device::after{top:.1rem; width:.33rem; height:.33rem;}.rdevice .oomp .device .clogo{height:30px; margin-bottom:.5rem;}.rdevice .oomp .device .networks{font-size:.75rem; margin-bottom:.5rem;}.rdevice .oomp .device .monthly{font-size:1.5rem;}.rdevice .oomp .device .monthly .mo{font-size:.75rem;}.rdevice .oomp .device .data{font-size:1rem; margin-bottom:.5rem;}.rdevice .oomp .device .tagline{font-size:.75rem; line-height:1;}.rdevice .oomp .device .annual{}.rdevice .oomp .device .cta a{font-size:.75rem;}.rdevice .oomp .device.is-network{flex:1 1 0; width:auto; margin-top:3rem;}.rdevice .oomp .device.is-network .data{margin-bottom:.75rem;}@media(max-width:1200px){.rdevice{grid-template-columns:8rem 1fr 18rem}.rdevice .oheader .title{font-size:1.5rem;}.rdevice .oheader .savings{font-size:1rem;}.rdevice .cta .btn{padding:.75rem .5rem;}.rdevice .feat .info-tooltip{width:.75rem; height:.75rem; }}@media(max-width:1000px){.rdevice{grid-template-areas:'dimages oheader' 'features features' 'cta cta' 'orelated orelated' 'oplans oplans' 'osavings osavings'; grid-template-columns:6rem 1fr;}.rdevice .dimages{height:120px;}.rdevice .feat .val{font-size:1rem;}.rdevice .feat .lbl{font-size:.875rem;}.rdevice .cta{padding-bottom:0; margin-top:1rem;}.rdevice .osavings{font-size:.875rem;}}@media(max-width:600px){.rdevice{padding:.5rem; grid-template-columns:5rem 1fr;}.rdevice .oheader{row-gap:.5rem;}.rdevice .oheader .title{font-size:1.25rem;}.rdevice .oheader .specs{font-size:.75rem;}.rdevice .features{column-gap:.5rem; flex-wrap:wrap;}.rdevice .feat{flex:0 0 calc(33% - .33rem); padding:.5rem;}.rdevice .feat .lbl{font-size:.75rem; margin-top:0;}.rdevice .cta{margin-top:.5rem;}.rdevice .cta .btn{font-size:1rem;}.rdevice .cta .callout{font-size:.875rem;}.rdevice .orelated{margin-top:.5rem; flex-direction:row-reverse; flex-flow:wrap-reverse; gap:.5rem; justify-content:center;}.rdevice .orelated .btn{flex:0; padding:.5rem; white-space:nowrap; padding:.5rem 1rem;}.rdevice .osavings{font-size:.875rem; flex:0 0 100%; text-align:center; margin:0;}.rdevice .osavings .info-tooltip{width:.875rem; height:.875rem;}}
.product-page{margin-top:-3rem;}.product-page .container{display:grid; column-gap:2rem; align-items:start; grid-template-areas:'dimages product'; grid-template-columns:20rem auto; grid-template-rows:min-content 1fr;}.device-images{grid-area:dimages; display:flex; flex-wrap:wrap; justify-content:center;}.device-images .thumbs{flex:0 0 100%; display:flex; justify-content:center; column-gap:1rem;}.device-images .btn-device-image{width:6rem; height:6rem; padding:1rem; display:block; box-shadow:var(--box_shadow_1); background-color:var(--color_white); border:2px solid var(--color_white);}.device-images .btn-device-image:last-child{margin-bottom:0;}.device-images .btn-device-image:hover,.device-images .btn-device-image.active{border-color:var(--primary_color);}.device-images .btn-device-image img{width:auto; height:100%; display:block; margin:0 auto;}.device-images .dimage{width:100%; height:24rem; margin-bottom:1rem;}.device-images .dimage img{width:auto; height:100%; display:block; margin:0 auto;}.bfacts{grid-area:bfacts; width:100%;}.oimage{grid-area:oimage; font-size:0; height:16rem; margin:0 2rem;}.oimage img{width:auto; height:100%; margin:0 auto; display:block;}.product{grid-area:product; flex:1; box-shadow:var(--box_shadow_1); padding:1rem; margin-bottom:2rem; background-color:var(--color_white);}.product .retailer{display:flex; flex-wrap:wrap; align-items:center; justify-content:center; line-height:1; column-gap:.5rem; margin-top:.5rem;}.product .retailer .rlogo{height:40px;}.product .retailer .rlogo img{width:auto; height:100%;}.product .overview{display:flex; column-gap:2rem; margin-bottom:1rem; align-items:center; font-size:.75rem;}.product .overview .stock{display:flex; flex:0; column-gap:.5rem; align-items:center; white-space:nowrap; margin:0 0 0 auto;}.product .overview .stock .lbl{flex:1;}.product .overview .stock .icon{border-radius:100%; width:1rem; height:1rem; padding:.25rem; fill:var(--color_white);}.product .overview .stock .icon.in{background-color:var(--color_green); animation:pulse 3s infinite;}.product .overview .stock .icon.out{background-color:var(--color_pale_grey);}.product .desc{flex:1; margin-bottom:1rem;}.product .desc p{line-height:1.2; margin-bottom:1rem;}.product .desc p:last-child{margin-bottom:0;}.product .features{display:flex; column-gap:1rem; margin-bottom:2rem;}.product .feat{flex:1; text-align:center; background-color:var(--default_bg); display:flex; flex-direction:column; padding:.5rem .5rem;}.product .feat .val{width:100%; font-size:2rem; line-height:1; font-weight:700; white-space:normal;}.product .feat .lbl{width:100%; font-size:1.25rem; line-height:1; color:var(--color_md_grey); margin-bottom:.25rem; justify-content:center; display:flex; align-items:center;}.product .feat .mo{display:inline-block; font-size:1rem;}.product .feat .term{font-size:.75rem;}.product .feat .or{text-align:center; z-index:0;}.product .feat .or::before{content:''; width:100%; height:1px; background-color:var(--color_ln_grey); position:absolute; top:50%; left:0; z-index:-2}.product .feat .or::after{content:''; background-color:var(--default_bg); width:2rem; height:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:-1;}.product .feat .purchase{width:100%; font-size:1.25rem; line-height:1;}.product .feat .purchase{width:100%; font-size:1.25rem; line-height:1; margin:auto 0 0 0; display:flex; flex-wrap:wrap; column-gap:1rem; font-weight:700; justify-content:center;}.product .feat .purchase .msrp{}.product .feat .purchase .full{color:var(--primary_color);}.product .breakdown{display:flex; column-gap:4rem; margin-bottom:2rem;}.product .breakdown .col{display:flex; flex-direction:column; flex:1;}.product .breakdown .i{padding:1rem 0; border-bottom:1px solid var(--color_ln_grey); display:flex;}.product .breakdown .i .lbl{flex:1; color:var(--color_md_grey);}.product .breakdown .i .val{font-weight:700; flex:0; white-space:nowrap;}.product .cta{ext-align:center;}.product .cta .callout{font-weight:700; text-align:center; background-color:var(--primary_bg); color:var(--color_over_primary_bg); margin-bottom:.5rem; padding:.25rem;}.product .cta .btn{display:block; padding:.75rem .5rem; width:100%; font-size:1.25rem;}.product .unavailable{padding:1rem; background-color:var(--default_bg); text-align:center; font-weight:700; margin-bottom:2rem;}.product .model{display:flex; list-style:none; padding:0; column-gap:1rem; justify-content:center; font-size:.75rem;}.product .panel{width:100%; border-top:1px solid var(--color_ln_grey);}.product .panel .subtitle{font-weight:700; font-size:1.25rem;}.product .fees{text-align:center; white-space:nowrap;}.product .fees .monthly{color:var(--primary_color); font-size:3rem; line-height:1; font-weight:700; display:block; vertical-align:middle; white-space:nowrap;}.product .fees .monthly .mo{font-size:1.25rem; line-height:1; display:inline-block; vertical-align:middle;}.retailers{display:flex; flex-direction:column; row-gap:2rem; margin-bottom:2rem;}@media(max-width:1200px){.product .feat .lbl{font-size:1rem;}.product .feat .val{font-size:1.5rem;}}@media(max-width:1000px){.product-page{margin-top:0}.product-page .container{grid-template-areas:'dimages' 'product' 'bfacts'; grid-template-columns:1fr; grid-template-rows:auto;}.device-images{margin-bottom:1rem;}.device-images{column-gap:1rem;}.device-images .thumbs{flex:0; flex-direction:column; row-gap:1rem;}.device-images .dimage{width:auto; height:16rem;}.product{margin-bottom:2rem;}.product .breakdown{column-gap:2rem;}}@media(max-width:600px){.product .features{column-gap:.5rem; margin-bottom:1rem;}.product .feat .val{font-size:1rem;}.product .feat .lbl{font-size:.75rem;}.product .feat .or{font-size:.75rem;}.product .feat .purchase{font-size:1rem;}.product .breakdown{flex-wrap:wrap; margin-bottom:1rem;}.product .breakdown .col{flex:0 0 100%;}.product .breakdown .i{padding:.5rem 0;}.product .breakdown .i .lbl{flex:0 0 50%; line-height:1.2;}.product .breakdown .i .val{flex:0 0 50%; white-space:normal; text-align:right; line-height:1.2;}.retailers{margin-bottom:0;}}
.cta-strip{display:flex; padding:.5rem 0; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); text-align:center; z-index:1; font-size:1rem; line-height:1; width:100%;}.cta-strip a{text-decoration:underline; color:inherit; margin:auto 0;}.cta-strip a:hover{color:var(--highlight_color);}.cta-strip .btn{text-decoration:none; line-height:normal;}.cta-strip .arr{fill:var(--color_over_secondary_bg); width:10px;}.cta-strip .title{flex:0; white-space:nowrap; margin:auto 0;}.cta-strip .title.b::after{content:' '; white-space:pre; vertical-align:middle;}.cta-strip .title.a::before{content:' '; white-space:pre; vertical-align:middle;}.cta-strip.-article a{color:var(--color_white);}.cta-strip.-sticky_footer{padding:0; background-color:transparent; color:var(--default_color);}.cta-strip.-sticky_footer .title{display:flex; align-items:center; font-weight:400; flex:1;}.cta-strip.-sticky_footer a{color:var(--primary_color); text-decoration:none;}.cta-strip.-sticky_footer a:hover{text-decoration:underline;}.cta-strip.-sticky_footer a.tel{font-weight:700;}@media( max-width:1000px ){.cta-strip{font-size:1rem;}}@media(max-width:600px){.cta-strip{font-size:.875rem; padding:.5rem 0;}.cta-strip .title{flex:1; white-space:normal;}.cta-strip .btn{padding:8px;}.cta-strip .btn .txt{display:none;}.cta-strip .btn .arr{position:relative; top:auto; right:auto; margin:0; width:12px; height:12px;}.cta-strip.-sticky_footer{display:flex; margin-right:30px;}.cta-strip.-sticky_footer .btn{margin:auto 0 auto auto; padding:5px;}}
.page-title{width:100%; background:linear-gradient(180deg, var(--color_white) 40%, var(--default_bg) ); padding:1.5rem 0;}.page-title .container{display:flex; flex-direction:column; row-gap:1rem;}.page-title h1{font-size:225%;}.page-title .subtext{font-size:100%; line-height:1.2;}.page-title .subtext p{margin-bottom:1rem;}.page-title .subtext p:last-child{margin-bottom:0;}.page-title .subtext strong{font-size:125%;}@media(max-width:1000px){.page-title h1{font-size:175%;}}@media(max-width:600px){.page-title{padding:1rem 0;}}
.breadcrumbs{line-height:1; text-align:left;}.breadcrumbs .items{padding:0; display:flex; flex-wrap:wrap; gap:.5rem; list-style:none;}.breadcrumbs .items li:before{content:'\203a'; margin:0 .5rem 0 0; font-size:.75rem;}.breadcrumbs .items li:first-child:before{display:none;}.breadcrumbs .items li a{text-decoration:underline; color:inherit;}.breadcrumbs .items li a:hover{color:var(--highlight_color);}.breadcrumbs .items li a:hover::before{border-color:var(--highlight_color);}.breadcrumbs .items li a:hover::after{background-color:var(--highlight_color);}
.external-uratings{display:flex; flex-wrap:wrap; align-items:center}.external-uratings .rating{width:90px; margin:0}.external-uratings .rating-value{vertical-align:middle; font-weight:700; line-height:1; margin:0 .5rem;}.external-uratings > .rating{width:90px; margin:0}.external-uratings > .rating-value{vertical-align:middle; font-weight:700; line-height:1; margin:0 .5rem;}.external-uratings .info-tooltip{width:1rem; height:1rem;}.external-uratings .info-tooltip::before{display:none;}.external-uratings .info-tooltip .icon{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); pointer-events:none;}.external-uratings .info-tooltip .bubble{padding:1rem; position:absolute; top:100%; left:0; background-color:var(--color_white); transition:opacity var(--default_transition_speed) var(--default_transition_property), visibility var(--default_transition_speed) var(--default_transition_property); box-shadow:var(--box_shadow_1); width:340px; opacity:0; visibility:hidden; font-size:.875rem; color:var(--default_color); white-space:normal; text-align:left; border-width:0;}.external-uratings .info-tooltip.active{z-index:10;}.external-uratings .info-tooltip.active:before{transition:.2s all ease-out; opacity:1; visibility:visible;}.external-uratings .info-tooltip.active .bubble{opacity:1; visibility:visible;}.external-uratings .urating{display:flex; align-items:center; justify-content:space-between; padding-bottom:.25rem; margin-bottom:.25rem; border-bottom:1px solid var(--color_ln_grey);}.external-uratings .urating:last-child{border-bottom:0; padding-bottom:0; margin-bottom:0;}.external-uratings .urating .img{height:40px;}.external-uratings .urating .img img{width:auto; height:100%;}.external-uratings .urating .rating-info{padding:0 .5rem; color:var(--color_md_grey); font-size:.75rem; line-height:1; text-align:center;}.external-uratings .urating .rating-info .rating{margin-bottom:.25rem;}.external-uratings .urating .rating-value{font-size:24px; line-height:1; font-weight:700;}.external-uratings .urating .rating-count{margin-top:.25rem; font-size:.75rem; line-height:1; text-align:center;}.external-uratings .ratings-last-updated{width:100%; text-align:center; color:var(--color_md_grey); font-size:.75rem;}
.oomp{}.oomp .rail{display:flex; column-gap:.25rem; justify-content:center; z-index:0;}.oomp .vs{display:flex; flex-direction:column; text-align:center; justify-content:space-between; row-gap:1rem;}.oomp .vs .txt{font-size:3rem; line-height:1; font-weight:700; margin:auto;}.oomp .vs .monkey{width:140px; display:flex; margin:auto auto 0;}.oomp .vs .monkey img{width:100%; height:auto;}.oomp .o{flex:1; display:flex; flex-direction:column;}.oomp .o:not(.is-network){z-index:1;}.oomp .device{text-align:center; justify-content:center; display:flex; width:100%;  margin:0 auto; flex-direction:column; z-index:0; color:var(--color_over_secondary_bg); padding:2rem .5rem 1rem .5rem; border:solid var(--color_black); border-width:.5rem .5rem 0; border-radius:1.5rem 1.5rem 0 0;}.oomp .device::before{content:''; display:block; position:absolute; top:-1px; left:50%; transform:translateX(-50%); width:60%; height:1.25rem; border-radius:0 0 .75rem .75rem; background-color:var(--color_black); z-index:-1;}.oomp .device::after{content:''; display:block; position:absolute; top:.33rem; left:50%; transform:translateX(-50%); width:.5rem; height:.5rem; background-color:var(--color_pale_grey); border-radius:100%;}.oomp .device.full{border-width:.5rem; border-radius:1.5rem; aspect-ratio:1/2;}.oomp .device .cta a:hover{color:var(--color_black);}.oomp .device .nname{width:100%; font-size:1rem; line-height:1; margin-bottom:1rem;}.oomp .device .networks{font-size:1.75rem; line-height:1; font-weight:700; white-space:nowrap; margin-bottom:1rem; }.oomp .device .networks .lbl{display:block; font-size:1rem; font-weight:400;}.oomp .device .clogo{display:block; max-width:100%; height:40px; margin-bottom:1rem;}.oomp .device .clogo img{width:auto; height:100%; object-fit:contain;}.oomp .device .data{font-size:1.75rem; line-height:1; margin-bottom:1rem; font-weight:700;}.oomp .device .monthly{font-size:3rem; line-height:1; font-weight:700; white-space:nowrap;}.oomp .device .monthly.trial{white-space:normal;}.oomp .device .monthly .mo{font-size:1rem; line-height:1; display:inline-block; font-weight:400;}.oomp .device .tagline{line-height:1; margin-top:.25rem;}.oomp .device .tagline::before,.oomp .device .tagline::after{content:' '; white-space:pre; font-size:inherit; line-height:1;}.oomp .device .cta{position:static; margin:auto 0 0; padding:1rem 0 0; align-self:flex-end; width:100%;}.oomp .device .cta a{color:inherit; line-height:1.2; display:block; white-space:normal; font-size:1rem; border:1px solid; padding:.25rem;}.oomp .device .cta .cname{white-space:nowrap;}.oomp .device .annual{font-size:1rem; line-height:1; margin:auto 0 0; padding-top:1rem; align-self:flex-end; width:100%; font-weight:700;}.oomp .device .annual .yr{line-height:1; display:inline-block; font-weight:400;}.oomp .o.is-carrier{margin:0 -2rem;}.oomp .o.is-network{margin-top:3rem;}.oomp .o.is-network .device .monthly{font-size:1.5rem;}.oomp .o.is-network .device .monthly .mo{font-size:.875rem;}.oomp .o.is-network .device .data{font-size:1rem; margin-bottom:1.5rem;}.oomp .o .bfacts{flex:0; margin:0 0 auto 0;}@media(max-width:1200px){.oomp .vs .txt{font-size:2.5rem;}.oomp .device{max-width:220px; min-width:unset;}.oomp .device .monthly{font-size:2rem;}.oomp .device .networks{font-size:1.25rem;}.oomp .device .networks .lbl{font-size:.875rem;}.oomp .device .data{font-size:1.25rem;}}@media(max-width:1000px){.oomp .vs .txt{font-size:2rem;}.oomp .vs .monkey{width:110px;}.oomp .o{flex:1 1 130px;}.oomp .device,.oomp .device.full{border-radius:1rem 1rem 0 0; border-width:.25rem .25rem 0; padding:1rem .25rem; aspect-ratio:unset;}.oomp .device.sm\:full{border-radius:1rem; border-width:.25rem; aspect-ratio:1/2;}.oomp .device::before{height:.75rem; top:-1px; border-radius:0 0 .5rem .5rem;}.oomp .device::after{top:.1rem; width:.33rem; height:.33rem;}.oomp .device .clogo{height:35px; margin-bottom:.5rem;}.oomp .device .networks{font-size:1rem; margin-bottom:.5rem;}.oomp .device .networks .lbl{font-size:.75rem;}.oomp .device .monthly{font-size:1.5rem;}.oomp .device .monthly .mo{font-size:.75rem;}.oomp .device .data{font-size:1rem; margin-bottom:.5rem;}.oomp .device .tagline{font-size:.75rem; line-height:1;}.oomp .device .annual{}.oomp .device .cta a{font-size:.875rem;}.oomp .device.is-network{flex:1 1 0; width:auto; margin-top:3rem;}.oomp .device.is-network .data{margin-bottom:.75rem;}}@media(max-width:600px){.oomp .vs .monkey{width:auto; width:100px;}.oomp .o.is-carrier{margin:0 -1rem;}.oomp .device .clogo{height:30px;}.oomp .device .cta a{font-size:.75rem;}.oomp .bfacts{display:none;}}
.oomp .device.c686{background-color:#ee0000; color:#ffffff;}.oomp .device.c106{background-color:#ce020d; color:#FFFFFF;}
.device-specs .wrap{display:flex; flex-wrap:wrap; row-gap:1.5rem;}.device-specs .btn-accordion{display:none; width:100%; font-weight:700; padding:.5rem;}.device-specs .btn-accordion:hover{color:var(--highlight_color);}.device-specs .btn-accordion .icon{right:.5rem;}.device-specs .spec{display:flex; flex:0 0 20%; padding:0 0 0 2.5rem; flex-direction:column; row-gap:.5rem; line-height:1;}.device-specs .spec .title{font-weight:700; display:flex; align-items:center; line-height:1;}.device-specs .spec .icon{width:1.5rem; height:1.5rem; position:absolute; top:50%; left:0; transform:translateY(-50%); fill:var(--secondary_color);}.device-specs .spec .val{}@media(max-width:1200px){.device-specs .spec{flex-basis:25%;}}@media(max-width:1000px){.device-specs .spec{flex-basis:33.33%;}}@media(max-width:600px){.device-specs{border-bottom:1px solid var(--color_ln_grey);}.device-specs .btn-accordion{display:block;}.device-specs .wrap{padding:.5rem;}.device-specs .spec{flex-basis:50%; padding-left:2rem; font-size:.75rem; row-gap:.25rem;}.device-specs .spec .icon{width:1.25rem; height:1.25rem;}}
.article{flex:1; min-width:0;}.article > *{margin-bottom:1rem;}.article *:last-child{margin-bottom:0;}.article h1{font-size:225%;}.article h2{font-size:175%;}.article h3{font-size:150%; margin-bottom:.5rem;}.article h4,.article h5,.article h6{font-size:125%; margin-bottom:.5rem;}.article a{text-decoration:underline;}.article img{z-index:1; max-width:100%; height:auto;}.article li{margin-bottom:.5rem;}.article p{margin-bottom:1rem; line-height:1.5;}.article hr{margin:2rem 0;}.article iframe{aspect-ratio:16/9;}.article .data-table p{font-size:inherit; line-height:inherit; margin:0;}.article .block-highlight{display:block; border-left:10px solid var(--primary_bg); background-color:var(--default_bg); padding:10px 15px;}.article .grey-bg{padding:.5rem; background-color:var(--default_bg);}.article .dkblue-bg,.article .blue-bg{padding:.5rem; background-color:var(--primary_bg); color:var(--color_over_primary_bg);}.article .dkblue-bg a,.article .blue-bg a{text-decoration:underline; color:var(--color_over_primary_bg);}.article .blue-txt{color:var(--primary_color);}.article .peacock{color:var(--color_white); padding:15px 15px 15px 40px; margin-left:-30px; width:calc(100% + 60px); text-shadow:1px 1px 1px rgba(0,0,0,.25); box-shadow: 3px 3px 3px rgba(0,0,0,.20);}.article .peacock.green{background-color:#3ac6a0;}.article .peacock.orange{background-color:#f29145;}.article .peacock.purple{background-color:#635c87;}.article .peacock.red{background-color:#de3954;}.article .peacock.navy{background-color:#00224f;}.article .peacock.forest{background-color:#1d7c6f;}.article .table-of-contents{background-color:var(--color_white); box-shadow:var(--box_shadow_1); text-align:left;}.article .table-of-contents .title{display:block; background-color:var(--default_bg); color:var(--default_color); font-weight:700; padding:.5rem; margin:0}.article .table-of-contents .items ul{width:100%;}.article .table-of-contents .items li:last-child{margin-bottom:0;}.article .table-of-contents .items a{display:inline-block;}.article .byline{margin-bottom:1rem;}@media (max-width:1000px){.article{width:100%;}.artcile h1{font-size:175%}.article h2{font-size:150%;}.article h3{font-size:125%;}.article h4,.article h5,.article h6{font-size:100%;}}@media (max-width:600px){.article .table-of-contents .items li{margin-bottom:.8rem;}.article .table-of-contents .featured-image{height:auto; max-height:unset; min-height:unset; display:block; margin:0 auto;}.article .table-of-contents .featured-image img{position:relative; top:auto; right:auto; height:auto;}.article .published{font-size:.875rem; line-height:1;}.article .data-table{font-size:.75rem;}.article .data-table.offers tr th:nth-child(1){display:none;}.article .data-table.offers tr td:nth-child(1){display:none;}.article .data-table .callout{font-size:.75rem;}.article img.alignright{float:none; margin:0 auto 25px; display:block;}.article .featured-image{min-height:unset;}}
.quick-summary{border-left:4px solid #38b5ff;background-color:#eff8ff;padding:1.25rem 1.5rem;margin-bottom:1.5rem;border-radius:0 .375rem .375rem 0;max-width:1220px;width:100%;margin-left:auto;margin-right:auto;}.quick-summary .qs-label{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#0386e5;margin-bottom:.75rem;font-size:1rem;}.quick-summary .qs-text{color:var(--color_dk_grey);line-height:1.5;margin:0;}
.key-takeaways{border-left:4px solid var(--primary_color);background-color:var(--color_pale_purple);padding:1.25rem 1.5rem;margin-bottom:1.5rem;border-radius:0 .375rem .375rem 0;}.key-takeaways .kt-label{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--primary_color);margin-bottom:.75rem;font-size:1rem;}.key-takeaways ul{margin:0;padding-left:1.25rem;list-style:disc;}.key-takeaways ul li{margin-bottom:.4rem;line-height:1.45;}.key-takeaways ul li:last-child{margin-bottom:0;}
.ptfp{}.ptfp .wrap{display:flex; column-gap:2rem;}.ptfp .device{flex:1; display:flex; flex-direction:column; box-shadow:var(--box_shadow_1); text-align:center; padding:1rem; background-color:var(--color_white);}.ptfp .device .num{font-size:3rem; line-height:1; font-weight:700; position:absolute; top:1rem; left:1rem;}.ptfp .device .dimages{width:100%; height:12rem; margin-bottom:1.5rem;}.ptfp .device .dimages .img{width:auto; height:100%; position:absolute; top:0; left:50%; transform:translateX(-50%);}.ptfp .device .dimages .img.f{z-index:1; margin-left:1rem;}.ptfp .device .dimages .img.b{z-index:0; margin-left:-1rem;}.ptfp .device .dimages .img img{width:auto; height:100%;}.ptfp .device .dname{width:100%; font-size:1.5rem; line-height:1; margin-bottom:1.5rem; font-weight:700;}.ptfp .device .dname a{color:var(--default_color); text-decoration:underline;}.ptfp .device .dname a:hover{color:var(--highlight_color);}.ptfp .device .dprice{flex:1; width:100%; display:flex; flex-direction:column; margin-bottom:1.5rem;}.ptfp .device .dprice .purchase{width:100%; font-size:3rem; line-height:1; margin:0; display:flex; flex-wrap:wrap; font-weight:700; justify-content:center;}.ptfp .device .dprice .callout{line-height:1; display:block; text-align:center;}.ptfp .device .dprice .msrp{margin-top:1rem; line-height:1;}.ptfp .device .cta{text-align:center; margin:auto 0 0; width:100%; align-items:center; flex-wrap:wrap;}.ptfp .device .cta .btn{display:block; margin:0 0 .5rem; padding:1rem; font-size:1.25rem;}.ptfp .device .rlogo{display:block; height:4rem;}.ptfp .device .rlogo img{width:auto; height:100%;}.ptfp .device .compat{}@media( max-width:1200px ){.ptfp .wrap{column-gap:1rem;}.ptfp .device .num{font-size:2.5rem;}.ptfp .device .dimages{height:10rem; margin-bottom:1.25rem;}.ptfp .device .dname{margin-bottom:1.25rem;}.ptfp .device .dprice{margin-bottom:1.25rem;}.ptfp .device .dprice .purchase{font-size:2.5rem;}.ptfp .device .cta .btn{padding:.75rem}.ptfp .device .rlogo{height:3rem;}}@media(max-width:1000px){.ptfp .wrap{overflow-x:auto; padding:.5rem;}.ptfp .device{padding:.75rem;}.ptfp .device .num{font-size:2rem; top:.75rem; left:.75rem;}.ptfp .device .dimages{height:8rem; margin-bottom:1rem;}.ptfp .device .dname{font-size:1.25rem; margin-bottom:1rem;}.ptfp .device .dprice{margin-bottom:1rem;}.ptfp .device .dprice .purchase{font-size:2rem;}.ptfp .device .cta .btn{font-size:1rem; padding:.5rem 1.5rem; white-space:nowrap;}.ptfp .device .rlogo{height:2.5rem;}}@media(max-width:600px){.ptfp{}.ptfp .container::after{content:''; position:absolute; top:0; right:0; width:100px; height:100%; background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); transition:var(--default_transition); pointer-events:none; opacity:1; visibility:visible;}.ptfp .container:active::after,.ptfp .container:focus::after,.ptfp .container:hover::after{opacity:0; visibility:hidden;}.ptfp .device{padding:.5rem;}}
.csp .wrap{display:flex; box-shadow:var(--box_shadow_1); display:grid; grid-template-areas:'upper ico' 'form ico'; grid-template-columns:75% 25%;}.csp .upper{grid-area:upper; padding:2rem;}.csp .lower{grid-area:lower; padding:2rem;}.csp .title{display:block; margin-bottom:1rem;}.csp .subtitle{display:block;}.csp .ico{grid-area:ico; display:block; width:100%; height:100%;}.csp .ico img{display:block; position:absolute; bottom:0; right:50%; transform:translateX(50%); max-width:100%; max-height:calc(100% + 2rem); width:auto; height:auto;}.csp .device-prices.-section{grid-area:form; padding:0 2rem 2rem;}@media(max-width:1000px){.csp .wrap{grid-template-columns:50% 50%; grid-template-areas:'upper upper' 'form ico'; }.csp .upper{padding:1rem;}.csp .title{margin-bottom:.5rem;}.csp .device-prices.-section{padding:0 1rem 1rem;}.csp .ico img{max-height:100%; bottom:50%; transform:translate(50%, 50%);}}
.device-prices{display:flex; align-items:center; gap:.5rem 1rem;}.device-prices .lbl{display:block; margin-bottom:.25rem; font-size:.75rem; font-weight:700;}.device-prices .form-select{display:block; margin:0 auto;}.device-prices .form-select select{cursor:pointer; width:100%; padding:.5rem 1.5rem .5rem .5rem; -moz-appearance:none; -webkit-appearance:none; appearance:none; font-size:1rem; line-height:1; border:1px solid var(--color_black); transition:var(--default_transition); z-index:1; background-color:var(--color_white);}.device-prices .form-select select:hover,.device-prices .form-select select:focus{border-color:var(--primary_color); background-color:var(--color_pale_purple);}.device-prices .form-select .arr{width:12px; height:12px; position:absolute; top:50%; right:.5rem; transform:translateY(-50%); transition:var(--default_transition); z-index:1; fill:var(--primary_color); pointer-events:none;}.device-prices .form-select:hover .arr,.device-prices .form-select:focus .arr{fill:var(--primary_color);}.device-prices .purchase{font-size:2rem; line-height:1; font-weight:700;}.device-prices .monthly,.device-prices .callout{font-size:.75rem; line-height:1; display:none; margin-top:.25rem;}.device-prices .monthly.active,.device-prices .callout.active{display:block;}.device-prices .btn{display:block; padding:.5rem 1rem .5rem; max-width:180px; margin:0 auto;}@media(max-width:1000px){.device-prices{flex-direction:column;}}@media(max-width:600px){.device-prices .btn{width:100%; font-size:.875rem; padding-right:1rem;}.device-prices .btn.r::after{right:.25rem}}
.geolocation{display:flex; flex-wrap:wrap; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); text-align:center; justify-content:center;}.geolocation .input-wrap{display:flex; flex-wrap:wrap; margin:0 auto; justify-content:center; align-items:stretch; height:50px;}.geolocation .input{font-size:1rem; line-height:1; font-weight:400; background-color:var(--color_white); border:2px solid var(--color_lt_grey); text-align:center; flex:1; min-width:0; max-width:220px;}.geolocation .input::placeholder{color:var(--color_md_grey);}.geolocation .input:focus{border-color:var(--primary_bg);}.geolocation .input.error{border-color:var(--color_red);}.geolocation .btn-submit{height:100%; aspect-ratio:1/1; padding:.75rem; border-radius:0;}.geolocation .btn-submit .icon{height:100%; aspect-ratio:1/1;}.geolocation .btn-submit.working .icon{opacity:0;}.geolocation .btn-generic{padding:.75rem 1.5rem .75rem .75rem;}.geolocation .before-form{display:flex; align-items:center;}.geolocation .after-form{display:flex; align-items:center;}.geolocation .remarket .chk-wrap{padding-left:2rem; display:flex; min-height:1.5rem; align-items:center;}.geolocation .remarket .chk{display:inline-block; width:1.5rem; height:1.5rem; background-color:var(--color_white); border:2px solid var(--color_ln_grey); cursor:pointer; border-radius:3px; transition:var(--default_transition); vertical-align:middle; position:absolute; top:0; left:0;}.geolocation .remarket .chk input{display:none;}.geolocation .remarket .chk .ico{position:absolute; top:0; left:0; padding:.25rem; width:100%; height:100%; fill:var(--color_white); opacity:0; visibility:hidden; transition:var(--default_transition); background-color:var(--primary_color);}.geolocation .remarket .chk.checked{border-color:var(--primary_color);}.geolocation .remarket .chk.checked .ico{opacity:1; visibility:visible;}.geolocation .remarket .chk-lbl{display:block; font-size:1rem; line-height:1.2; cursor:pointer;}.geolocation .remarket .subscribe{display:none; margin-top:1rem; text-align:left;}.geolocation .remarket .subscribe.active{display:block;}.geolocation .remarket .subscribe .input{display:block; padding:.5rem; width:20rem; font-size:1rem; border:2px solid var(--primary_color); margin-top:1rem;}.geolocation .remarket .subscribe .input.error{border-color:var(--color_red);}.geolocation .remarket .subscribe .error-message{color:var(--color_red); align-items:center; font-size:.75rem; line-height:1; margin-top:.25rem; display:none;}.geolocation .remarket .subscribe .error-message.active{display:flex;}.geolocation .remarket .subscribe .error-message .icon{width:1rem; height:1rem; margin-right:.25rem; fill:var(--color_red);}.geolocation .remarket .subscribe .terms{font-size:.75rem; line-height:1.2; margin-top:.5rem;}.geolocation .remarket .subscribe .terms a{color:inherit; text-decoration:underline;}.geolocation .remarket .subscribe .terms a:hover{color:var(--highlight_color);}/*HERO*/.geolocation.-hero{display:inline-block; padding:2rem 4rem; margin:0;}.geolocation.-hero .title{margin-bottom:1rem; font-size:1.25rem; line-height:1; font-weight:700;}.geolocation.-hero .input-wrap{justify-content:center;}/*PAGE TITLE*/.geolocation.-page_title{background-color:transparent; color:var(--default_color); flex-direction:column; max-width:28rem;}.geolocation.-page_title .form-wrap{padding:15px 45px; width:100%; max-width:max-content; margin:0 auto; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); margin:0;}.geolocation.-page_title .title{font-size:1.25rem; line-height:1.2; font-weight:700; margin-bottom:10px;}.geolocation.-page_title .input{height:40px;}.geolocation.-page_title .btn-submit{height:40px; padding:.5rem;}.geolocation.-page_title .remarket{margin-top:2rem;}.geolocation.-page_title .remarket .chk-lbl{font-size:.75rem;}/*ADVERTISER PAGE TITLE*/.geolocation.-advertiser_page_title{padding:30px; width:max-content; margin:0 auto; background-color:var(--color_white); color:var(--default_color); box-shadow:var(--box_shadow_1);}.geolocation.-advertiser_page_title .form-wrap{flex:1;}.geolocation.-advertiser_page_title .before-form{margin-right:30px; flex:0;}.geolocation.-advertiser_page_title .before-form img{width:auto; height:100px; display:inline-block;}.geolocation.-advertiser_page_title .title{font-size:20px; line-height:20px; font-weight:700; margin-bottom:15px;}.geolocation.-advertiser_page_title.sharing{height:100%; margin-right:15px;}.geolocation.-advertiser_page_title.sharing .before-form img{width:196px; height:130px;}/*SIDEBAR*/.geolocation.-sidebar{width:100%; padding:0 1rem; flex-direction:column; text-align:center;}.geolocation.-sidebar .title{font-size:1.75rem; line-height:1; margin-bottom:1rem;}.geolocation.-sidebar .input-wrap{height:50px;}.geolocation.-sidebar .after-form{margin-top:1rem; justify-content:center;}/*ARTICLE*/.geolocation.-article{padding:1rem; display:grid; grid-template-areas:'before-form form-wrap' 'after-form form-wrap'; grid-template-columns:repeat(2, auto); grid-template-rows:repeat(2, auto); column-gap:1rem; align-items:center; justify-content:space-between; margin-left:.5rem;}.geolocation.-article .form-wrap{grid-area:form-wrap;}.geolocation.-article .before-form{grid-area:before-form; margin-bottom:1rem; font-size:1.25rem; line-height:1; font-weight:700; padding:.5rem 2rem .5rem 1.5rem; margin-left:-1.5rem; background-color:var(--primary_bg); color:var(--color_over_primary_bg); text-align:left;}.geolocation.-article .after-form{grid-area:after-form;}.geolocation.-article .title{font-size:1.25rem; line-height:1; margin-bottom:1rem;}.geolocation.-article .input-wrap{height:40px;}.geolocation.-article .btn-submit{padding:.5rem;}.geolocation.-article .btn-generic{padding:.5rem 1.5rem .5rem;}/*NEED HELP STRIP*/.geolocation.-need_help_strip{padding:.5rem 0; align-items:center; font-size:1.25rem; line-height:1; row-gap:.5rem;}.geolocation.-need_help_strip .form-wrap{display:flex; row-gap:.5rem; align-items:center; justify-content:center; width:min-content;}.geolocation.-need_help_strip .input-wrap{flex:0; margin:0; height:40px;}.geolocation.-need_help_strip .title{margin:0 1rem 0 0; flex:0; white-space:nowrap; font-weight:700; font-size:1.5rem;}.geolocation.-need_help_strip .input{width:180px; font-size:1rem;}.geolocation.-need_help_strip .btn-submit{padding:.5rem;}.geolocation.-need_help_strip .btn-generic{padding:.5rem 1.5rem .5rem .5rem;}/*SECTION*/.geolocation.-section{background-color:transparent; color:var(--default_color); flex-direction:column; max-width:36rem; margin:0 auto; }.geolocation.-section .form-wrap{padding:2rem; width:100%; margin:0 auto; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg);}.geolocation.-section .title{font-size:2rem; line-height:1; margin-bottom:1rem;}.geolocation.-section .input{height:50px;}.geolocation.-section .btn-submit{height:50px; padding:.5rem;}/*STICKY FOOTER*/.geolocation.-sticky_footer{background:none; flex-wrap:nowrap; padding:1rem 0; color:var(--default_color);}.geolocation.-sticky_footer .form-wrap{display:flex; align-items:center; justify-content:center; width:auto}.geolocation.-sticky_footer .input-wrap{flex:0; height:40px;}.geolocation.-sticky_footer .input{max-width:180px;}.geolocation.-sticky_footer .title{font-weight:700; margin:0 2rem 0 0; flex:0;}.geolocation.-sticky_footer .before-form{margin-right:1rem;}.geolocation.-sticky_footer .favicon{width:40px; height:35px; vertical-align:middle; fill:var(--primary_color);}@media(max-width:1200px){}@media(max-width:1000px){.geolocation.-advertiser_page_title.sharing .after-title{font-size:18px; line-height:18px;}.geolocation.-need_help_strip .title{text-align:center; font-size:1.25rem; margin-right:1rem;}.geolocation.-need_help_strip .form-wrap{flex-wrap:wrap; width:100%;}.geolocation.-need_help_strip .input-wrap{height:30px;}.geolocation.-need_help_strip .btn-submit{padding:.25rem;}.geolocation.-need_help_strip .btn-generic{padding:.25rem 1.5rem .25rem .5rem; font-size:1rem;}}@media(max-width:600px){.geolocation.-article{display:flex; margin-left:0; padding:1rem;}.geolocation.-article .before-form{display:none;}.geolocation.-article .after-form{display:none;}.geolocation.-article .form-wrap{display:flex; flex-wrap:wrap; gap:1rem 2rem; align-items:center; justify-content:center; width:100%;}.geolocation.-article .title{margin:0; font-size:1rem;}.geolocation.-article .input-wrap{margin:0;}.geolocation.-article .input{max-width:150px;}.geolocation.-page_title{padding:15px; max-width:none;}.geolocation.-page_title .title{font-size:1rem; line-height:1;}.geolocation.-page_title .form-wrap{margin:0 auto;}.geolocation.-advertiser_page_title{padding:15px;}.geolocation.-advertiser_page_title .title{font-size:1rem; line-height:1;}.geolocation.-advertiser_page_title .before-form{display:none;}.geolocation.-advertiser_page_title .after-title{font-size:1.25rem; line-height:1.2;}.geolocation.-sticky_footer .title{font-size:.875rem; margin:0 0 .25rem;}.geolocation.-sticky_footer .form-wrap{flex-wrap:wrap;}.geolocation.-sticky_footer .input-wrap{flex:0 0 100%; height:30px;}.geolocation.-sticky_footer .before-form{display:none;}.geolocation.-sticky_footer .btn-submit{padding:.25rem;}.geolocation.-sticky_footer .btn-generic{padding:.25rem 1.5rem .25rem .5rem;}.geolocation.-hero{padding:2rem; width:100%; max-width:600px;}.geolocation.-need_help_strip .title{font-size:1rem;}.geolocation.-section .form-wrap{padding:1rem;}.geolocation.-section .title{font-size:1.5rem;}}
/* Brief 203B: corner toast replaces full-width sticky footer */.sticky-footer{display:none; /* hidden by default — JS shows after scroll */position:fixed;bottom:1.5rem;left:1.5rem;width:320px;z-index:9900;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.15);background:#fff;overflow:hidden;opacity:0;transition:opacity .3s ease;}.sticky-footer.on{display:block;}.sticky-footer.on.active{opacity:1;}.sticky-footer .container{width:100%; padding:10px 36px 10px 10px;}.sticky-footer .btn-close{display:block; width:1.5rem; height:1.5rem; cursor:pointer; z-index:2; position:absolute; top:6px; right:6px; background-color:#fff; border-radius:50%; box-shadow:0 0 4px rgba(0,0,0,.1);}.sticky-footer .btn-close:hover .icon{fill:var(--highlight_color);}.sticky-footer .btn-close .icon{fill:var(--default_color); width:100%; height:100%; padding:.25rem;}/* Desktop only — hidden on mobile */@media(max-width:1000px){.sticky-footer{display:none !important;}}
.sticky-footer .promo{display:flex; align-items:center; width:100%; height:100%; color:var(--default_color);}.sticky-footer .device{margin-right:2rem; width:50px; height:100px;}.sticky-footer .device img{width:auto; height:100%;}.sticky-footer .info{display:flex; flex-direction:column; text-align:left; flex:1; white-space:normal; margin-right:2rem;}.sticky-footer .info .title{font-size:1.75rem; line-height:1; margin-bottom:.25rem; width:100%; font-weight:700; color:var(--default_color);}.sticky-footer .info .subtitle{font-size:1.25rem; line-height:1; width:100%;}.sticky-footer .cta{display:flex; flex:0; white-space:nowrap; margin-left:auto; align-items:center;}.sticky-footer .cta .fees{margin-right:2rem;}.sticky-footer .cta .btn{padding:.5rem 1rem;}.sticky-footer .cta .btn{padding:.5rem 1.5rem .5rem .5rem;}.sticky-footer .fees{}.sticky-footer .fees .price{font-size:2rem; line-height:1; font-weight:700;}.sticky-footer .fees .msrp{line-height:1; color:var(--color_md_grey);}@media(max-width:1000px){.sticky-footer .device{margin-right:1rem;}.sticky-footer .info{margin-right:1rem;}.sticky-footer .info .title{font-size:1.5rem;}.sticky-footer .info .subtitle{font-size:1rem;}.sticky-footer .cta{flex-wrap:wrap;}.sticky-footer .cta .fees{width:100%; margin:0 0 .5rem;}.sticky-footer .cta .btn{padding:.5rem 1.5rem .5rem .5rem; font-size:.75rem;}.sticky-footer .fees .price{font-size:1.5rem;}.sticky-footer .fees .mo{font-size:1rem;}}@media(max-width:600px){.sticky-footer .device{width:35px; height:70px;}.sticky-footer .info{}.sticky-footer .info .title{font-size:1rem; margin-bottom:.25rem;}.sticky-footer .info .subtitle{font-size:.75rem;}.sticky-footer .fees .msrp{font-size:.75rem;}.sticky-footer .cta{}.sticky-footer .cta .btn{white-space:nowrap;}}
/* ── Mega Menu Base — desktop only (Brief 230A: wrapped in min-width guard to prevent override of mobile rules) ─── */header { position: relative; } /* Required at all widths */@media(min-width:1001px){header nav { height: 100%; display: flex; }header .menu { list-style: none; display: flex; padding: 0; margin: 0; width: 100%; height: 100%; }/* ── Top-level items ── */header .menu-item { position: static; }header .menu-link {height: 100%; padding: 0 1.25rem;border: solid transparent; border-width: .25rem 0;display: inline-flex; align-items: center; gap: .375rem;font-size: .9375rem; font-weight: 400; white-space: nowrap;background: none; cursor: pointer;}header .menu-link .caret { width: .75rem; height: .75rem; fill: var(--color_pale_grey); transition: transform .2s ease-in-out; }header .menu-item.active .menu-link { border-bottom-color: var(--primary_color); }header .menu-item.active .menu-link .caret { fill: var(--primary_color); transform: rotate(180deg); }/* ── Mega Panel ── */header .mega-panel {position: absolute; top: 100%; left: 0; right: 0;background: #fff;box-shadow: 0 4px 20px rgba(0,0,0,.12);border-top: 2px solid var(--primary_color);border-radius: 0 0 12px 12px;display: none;z-index: 200;}header .menu-item.active .mega-panel { display: flex; }/* ── Tab rail (left column) ── */header .mega-tabs {list-style: none; padding: 1.25rem .75rem;margin: 0; flex: 0 0 200px;background: #f8f5ff;border-right: 1px solid var(--color_ln_grey);border-radius: 0 0 0 12px;}header .mega-tab {padding: .625rem .875rem;border-radius: 6px;font-size: .875rem; font-weight: 400; color: var(--color_md_grey);cursor: pointer; line-height: 1.3;transition: background .15s, color .15s;margin-bottom: .25rem;position: relative;}header .mega-tab::before {content: '';display: block; position: absolute;left: 0; top: 50%; transform: translateY(-50%);width: 3px; height: 0; background: var(--primary_color);border-radius: 3px;transition: height .15s;}header .mega-tab:hover { background: #ede8fb; color: var(--primary_color); }header .mega-tab.active {background: #ede8fb; color: var(--primary_color); font-weight: 700;}header .mega-tab.active::before { height: 60%; }/* ── Content area (right) ── */header .mega-content { flex: 1; padding: 1.25rem 1.5rem 0; position: relative; }header .mega-pane { display: none; }header .mega-pane.active { display: block; }header .mega-links {list-style: none; padding: 0; margin: 0;display: grid; grid-template-columns: 1fr 1fr; gap: .25rem 2rem;}header .mega-links li a {display: block; padding: .4375rem 0;font-size: .875rem; color: var(--default_color);border-bottom: 1px solid transparent;transition: color .15s, border-color .15s;}header .mega-links li a:hover { color: var(--primary_color); border-bottom-color: var(--color_lt_purple); }/* ── Explore more footer inside panel ── */header .mega-explore {margin-top: 1rem; padding: .75rem 0;border-top: 1px solid var(--color_ln_grey);}header .mega-explore a {font-size: .8125rem; font-weight: 700; color: var(--primary_color);display: inline-flex; align-items: center; gap: .375rem;}header .mega-explore a:hover { color: var(--tertiary_color); }header .mega-explore a::after { content: '→'; }/* ── Simple dropdown (About) ── */header .menu-item.has-simple-dropdown { position: relative; }header .simple-dropdown {position: absolute; top: 100%; right: 0; left: auto;background: #fff; list-style: none; padding: .75rem;margin: 0; min-width: 180px;box-shadow: 0 4px 20px rgba(0,0,0,.12);border-top: 2px solid var(--primary_color);border-radius: 0 0 8px 8px;display: none; z-index: 200;}header .menu-item.active .simple-dropdown { display: block; }header .simple-dropdown li a {display: block; padding: .4375rem .75rem;font-size: .875rem; color: var(--default_color);border-radius: 4px;transition: background .15s, color .15s;}header .simple-dropdown li a:hover { background: #f8f5ff; color: var(--primary_color); }} /* end @media(min-width:1001px) *//* ── Close button + mobile overlay (all widths) ── */header nav .btn-close-menu {width: 1.5rem; height: 1.5rem; position: absolute;top: .75rem; right: 1rem; opacity: 0; visibility: hidden;z-index: 2; transform: rotate(90deg); display: none;}header nav .btn-close-menu .icon { display: block; width: 100%; height: 100%; fill: var(--color_black); }header nav .btn-close-menu:hover .icon { fill: var(--highlight_color); }body.menu-open { overflow-y: hidden; }body.menu-open header nav { opacity: 1; visibility: visible; }body.menu-open header nav .btn-close-menu { opacity: 1; visibility: visible; transform: rotate(0); }/* ── Mobile CSS moved to css/styles.css (Brief 226A) ── */
