.bundle-comparison-section{margin:var(--margin-top-mobile) 0 var(--margin-bottom-mobile);padding:var(--padding-top-mobile) 0 var(--padding-bottom-mobile)}@media (min-width:1024px){.bundle-comparison-section{margin:var(--margin-top) 0 var(--margin-bottom);padding:var(--padding-top) 0 var(--padding-bottom)}}.bundle-comparison-section--inner{margin:0 auto;max-width:990px;padding:0 15px}.bundle-comparison-section__title{color:var(--title_text_color);font-size:var(--title_fz_mobile);letter-spacing:-.5px;line-height:var(--title_lh_mobile);margin-bottom:var(--title_mb_mobile)}@media (min-width:1024px){.bundle-comparison-section__title{font-size:var(--title_fz_desktop);line-height:var(--title_lh_desktop);margin-bottom:var(--title_mb_desktop)}}.bundle-comparison-section__title strong{color:var(--title_bold_text_color);font-weight:900}.bundle-comparison-section__title a:has(strong){color:var(--title_bold_text_color)}.bundle-comparison-section__bundle--wrapper{border:1px solid var(--border_color,var(--border-gray));border-radius:20px;overflow:hidden}.bundle-comparison-section .table-row{display:grid;grid-template-columns:repeat(var(--grid-size),minmax(0,1fr))}.bundle-comparison-section .bundle-comparison-section__image-row{background-color:var(--image_background)}.bundle-comparison-section .bundle__image{align-items:center;background-color:var(--image_background);border-bottom:1px solid var(--border_color,var(--border-gray));display:flex;flex-direction:column;justify-content:center;padding:4px}@media (min-width:1024px){.bundle-comparison-section .bundle__image{padding:15px}}.bundle-comparison-section .bundle__image+.bundle-comparison-section .bundle__image{border-left:1px solid var(--border_color,var(--border-gray))}.bundle-comparison-section .bundle__image.active{background-color:var(--active_image_background)}.bundle-comparison-section .bundle__image.active img{max-height:var(--active_image_max_height_mobile,166px);max-width:var(--active_image_max_width_mobile,166px)}@media (min-width:768px){.bundle-comparison-section .bundle__image.active img{max-height:var(--active_image_max_height_desktop,240px);max-width:var(--active_image_max_width_desktop,240px)}}.bundle-comparison-section .bundle__image img{max-width:var(--image_max_width_mobile,93px)}@media (min-width:768px){.bundle-comparison-section .bundle__image img{max-height:var(--image_max_height_desktop,240px);max-width:var(--image_max_width_desktop,107px)}}.bundle-comparison-section .bundle__image--no-border{border-bottom:none}.bundle-comparison-section .bundle__image-title{color:var(--column_title_color,var(--text_color,var(--black)));font-size:14px;font-weight:var(--column_title_font_weight,400);letter-spacing:-.5px;line-height:120%;margin-top:4px;text-align:center}@media (min-width:1024px){.bundle-comparison-section .bundle__image-title{font-size:18px;margin-top:8px}}.bundle-comparison-section .bundle__image-title.active{color:var(--active_column_title_color,var(--active_text_color));font-weight:var(--active_font_weight,700)}.bundle-comparison-section .bundle__title{background-color:var(--text_background);color:var(--column_title_color,var(--text_color,var(--black)));font-size:18px;font-weight:var(--column_title_font_weight,400);letter-spacing:-.5px;line-height:120%;padding:5px;text-align:center}@media (min-width:1024px){.bundle-comparison-section .bundle__title{padding:10px}}.bundle-comparison-section .bundle__title+.bundle__title{border-left:1px solid var(--border_color,var(--border-gray))}.bundle-comparison-section .bundle__title.active{background-color:var(--active_text_background);color:var(--active_column_title_color,var(--active_text_color));font-weight:var(--active_font_weight,700)}.bundle-comparison-section .bundle__option{align-items:center;background-color:var(--text_background);border-top:1px solid var(--border_color,var(--border-gray));color:var(--text_color);display:flex;flex:1 0 auto;font-weight:400;gap:10px;letter-spacing:-.5px;min-height:var(--row_min_height_mobile,auto);padding:5px}@media (min-width:1024px){.bundle-comparison-section .bundle__option{min-height:var(--row_min_height_desktop,auto);padding:10px 15px}}.bundle-comparison-section .bundle__option:has(.bundle__icon){align-items:flex-start}@media (min-width:1024px){.bundle-comparison-section .bundle__option:has(.bundle__icon){align-items:center}}.bundle-comparison-section .bundle__option+.bundle__option{border-left:1px solid var(--border_color,var(--border-gray))}.bundle-comparison-section .bundle__option.active{background-color:var(--active_text_background);color:var(--active_text_color);font-weight:var(--active_font_weight)}.bundle-comparison-section .bundle__icon{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;padding-left:4px;padding-top:4px}@media (min-width:1024px){.bundle-comparison-section .bundle__icon{padding-left:0;padding-top:0}}.bundle-comparison-section .bundle__icon svg{display:block}.bundle-comparison-section__cta-wrapper{align-items:center;display:flex;flex-direction:column;margin-top:32px}.bundle-comparison-section__cta-btn{background-color:var(--cta-bg);border-radius:100px;box-shadow:0 4px 4px rgba(0,0,0,.25);color:var(--cta-text);display:inline-block;font-size:20px;font-weight:700;height:50px;line-height:1.6;padding:10px 32px;text-decoration:none;transition:opacity .2s;white-space:nowrap}.bundle-comparison-section__cta-btn:hover{opacity:.85}.bundle-comparison-section__cta-subtext{align-items:center;display:flex;font-size:18px;font-weight:400;gap:4px;justify-content:center;line-height:1.6}.bundle-comparison-section__cta-subtext svg{flex-shrink:0}.bundle-comparison-section:has(.bundle__image--no-border) .bundle-comparison-section__bundle--wrapper{border-left:0}.bundle-comparison-section:has(.bundle__image--no-border) .bundle__image-title{font-size:16px}.bundle-comparison-section:has(.bundle__image--no-border) .bundle__image.active{border:1px solid var(--border_color);border-bottom:none;border-top-left-radius:20px;border-top-right-radius:20px}.bundle-comparison-section:has(.bundle__image--no-border) .bundle__title{border-left:1px solid var(--border_color,var(--border-gray));border-right:1px solid var(--border_color,var(--border-gray))}.bundle-comparison-section:has(.bundle__image--no-border) .bundle__title+.bundle__title{border:0}.bundle-comparison-section:has(.bundle__image--no-border) .bundle__option{border-left:1px solid var(--border_color,var(--border-gray));border-right:1px solid var(--border_color,var(--border-gray))}.bundle-comparison-section:has(.bundle__image--no-border) .bundle__option+.bundle__option{border-left:0;border-right:0}.bundle-comparison-section:has(.bundle__image--no-border) .table-row:last-child .bundle__option.active{border:1px solid var(--border_color);border-bottom-left-radius:20px;border-bottom-right-radius:20px}
