/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: D-DIN, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}        
.container {
  width: 100%;
}        
@media (min-width: 475px) {

  .container {
    max-width: 475px;
  }
}        
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}        
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}        
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}        
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}        
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}        
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}        
.table {
  display: table;
}        
.underline {
  text-decoration-line: underline;
}        
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */        
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */        
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */        
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */        
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}        
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */        
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}        
::selection {
  background: #b3d4fc;
  text-shadow: none;
}        
/*
 * A better looking default horizontal rule
 */        
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}        
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */        
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}        
/*
 * Remove default fieldset styles.
 */        
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}        
/*
 * Allow only vertical resizing of textareas.
 */        
textarea {
  resize: vertical;
}        
/* ==========================================================================
   Author's custom styles
   ========================================================================== */        
/* ==========================================================================
   Helper classes
   ========================================================================== */        
/*
 * Hide visually and from screen readers
 */        
.hidden,
[hidden] {
  display: none !important;
}        
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */        
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}        
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */        
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}        
/*
 * Hide visually and from screen readers, but maintain layout
 */        
.invisible {
  visibility: hidden;
}        
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */        
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}        
.clearfix::after {
  clear: both;
}        
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */        
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}        
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}        
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */        
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}        
@font-face {
  font-family: 'D-DIN';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/D-DIN-Bold.woff2);
  src: url(../fonts/D-DIN-Bold.ttf) format("ttf");
  src: url(../fonts/D-DIN-Bold.otf) format("otf");
  src: url(../fonts/D-DIN-Bold.woff) format("woff");
  src: url(../fonts/D-DIN-Bold.woff2) format("woff2");
  font-display: fallback;
}        
@font-face {
  font-family: 'D-DIN';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/D-DIN.woff2);
  src: url(../fonts/D-DIN.ttf) format("ttf");
  src: url(../fonts/D-DIN.otf) format("otf");
  src: url(../fonts/D-DIN.woff) format("woff");
  src: url(../fonts/D-DIN.woff2) format("woff2");
  font-display: fallback;
}        
/*
@tailwind base;       
@tailwind components; 
@tailwind utilities;  
*/        
/* HTML5 Boilerplate v8.0.0 */        
/* @import "./main.css" */        
:root {
  --max-width: 1168px;
}        
html,
body {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: D-DIN, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));

  /*background-color: #000;
  font-family: 'D-DIN', sans-serif;
  font-weight: 400;
  color: #fff;
  */
}        
h1,
h2,
h3 {
  font-weight: 700;
  text-transform: uppercase;
}        
h1,
h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}        
@media (min-width: 640px) {

  h1,
h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}        
@media (min-width: 768px) {

  h1,
h2 {
    font-size: 3rem;
    line-height: 1;
  }
}        
h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}        
h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}        
p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}        
p:last-child {
  margin-bottom: 0px;
}        
a.link-button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}        
/*display: inline-block;
    margin: 0.5rem 0;
    padding: 1rem 1rem 1rem 3rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.5rem;
    position: relative;*/        
a.link-button.link-primary {
  border-color: rgba(255,255,255,1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}        
a.link-button.link-secondary {
  border-color: rgba(255,255,255,0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}        
a.link-button.link-download {
  position: relative;
  padding-left: 3rem;
}        
a.link-button.link-download::before {
  --tw-content: '\21e9';
  content: var(--tw-content);
}        
a.link-button.link-download:before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;

        /*content: '\21e9';
        display: inline-block;
        position: absolute;
        top: 1rem;
        left: 1rem;*/
}        
a.link-external {
  background-image: url(/generico/starlink/img/arrow-top-right-on-square.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 1rem;
  font-weight: 700;

    background-size: 0.857em;
}        
a.link-external:hover {
  text-decoration-line: underline;
}        
.container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;/* max-w-screen-lg;*/

  /*margin: 0 auto;
  max-width: 1168px !important;*/
}        
.header,
#main {
  /*@apply bg-white text-black;*/

  /*background-color: #fff;
  color: #000;/*#545454;*/
}        
.header {
  position: relative;
  height: 170vw;
  max-height: 830px;
  background-image: url('../img/banner_lifestyle_standard-kit-v3__2048px.jpg');
  background-size: cover;
  background-repeat: no-repeat;/* bg-[66% bottom];*/

  /*position: relative;
  height: 170vw;
  max-height: 830px;
  background: url('../img/banner_lifestyle_standard-kit-v3__2048px.jpg') no-repeat;
  background-size: cover;*/
  background-position: 66% bottom;
}        
.header .header-content {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2rem;
  margin-right: 2rem;
  width: 45%;
  max-width: 32rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}        
/*position: absolute;
    top: 50%;
    margin: 0 2rem;
    width: 45%;
    max-width: 32rem;
    transform: translateY(-50%);*/        
.header .header-content p {
  display: none;
}        
@media (min-width: 475px) {

  .header .header-content p {
    display: block;
  }
}        
.v4 .header,
.momntaje .header {
  background-image: url('../img/banner_lifestyle_standard-kit-v4.webp');

  background-position: 80% bottom;
}        
.montaje .header .header-content {
  margin: 0px;
  width: 100%;
  max-width: none;
}        
.montaje .header .header-content h1 {
  margin-bottom: 2rem;
}        
.montaje .header .header-content ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  list-style-position: inside;
  list-style-type: disc;
  font-size: 1.125rem;
  line-height: 1.75rem;
}        
.mini .header {
  background-image: url('../img/banner_lifestyle_mini-kit__2048px.jpg');

  background-position: 0% 40%;
  text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);
}        
.mini .header .container .navbar .navigation__logo .logo-image {
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
        }        
.pre-activation-promo .header {
  /*@apply bg-[url('../img/banner_lifestyle_mini-kit__2048px.jpg')];*/
  background-image: -webkit-image-set(
    url('/generico/starlink/img/banner_lifestyle_promo_mobile.webp') type('image/webp'),
    url('/generico/starlink/img/banner_lifestyle_promo_mobile.jpg') type('image/jpg'),
  );
  background-image: image-set(
    url('/generico/starlink/img/banner_lifestyle_promo_mobile.webp') type('image/webp'),
    url('/generico/starlink/img/banner_lifestyle_promo_mobile.jpg') type('image/jpg'),
  );
  background-image: url('/generico/starlink/img/banner_lifestyle_promo_mobile.jpg');
  text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);
}        
@media screen and (min-width: 640px) {        
.pre-activation-promo .header {
    background-image: -webkit-image-set(
      url('/generico/starlink/img/banner_lifestyle_promo_desktop.webp') type('image/webp'),
      url('/generico/starlink/img/banner_lifestyle_promo_desktop.jpg') type('image/jpg'),
    );
    background-image: image-set(
      url('/generico/starlink/img/banner_lifestyle_promo_desktop.webp') type('image/webp'),
      url('/generico/starlink/img/banner_lifestyle_promo_desktop.jpg') type('image/jpg'),
    );
    background-image: url('/generico/starlink/img/banner_lifestyle_promo_desktop.jpg');
    background-position: 65% 0
}
  }        
.pre-activation-promo .header .header-content p {
  display: block;
}        
.pre-activation-promo .header .container .navbar .navigation__logo .logo-image {
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
        }        
.navbar {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}        
/*justify-evenly;*/        
/*display: flex;
  //margin: 0 auto;
  //padding: 0 1rem;
  //width: 100%;
  //max-width: 1200px;
  //flex-direction: row;
  //align-items: center;
  //justify-content: space-between;*/        
.navbar .navigation__logo {
  position: relative;
  margin: 1rem;
  height: 6rem;
  width: 12rem;
  flex-shrink: 0;
}        
@media (min-width: 475px) {

  .navbar .navigation__logo {
    height: 9rem;
    width: 18rem;
  }
}        
/*margin: 2rem;
    //width: 12rem;
    //height: 3rem;
    //position: relative;
    //flex-shrink: 0;*/        
.navbar .navigation__logo .logo-image {
  position: absolute;
  top: 50%;
  height: 6rem;
  width: 12rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: #fff;
}        
@media (min-width: 475px) {

  .navbar .navigation__logo .logo-image {
    height: 9rem;
    width: 18rem;
  }
}        
.navbar .navigation__logo .logo-image {

      /*position: absolute;
      //width: 12rem;
      //height: 3rem;
      /*left: 32px;*/
      /*top: 50%;
      //transform: translateY(-50%);*/
    }        
.navbar .navigation__controller {
  display: none;
}        
/*display: none;*/        
.navbar .navigation__controller:checked ~ .navigation__menu {
  max-height: 100%;
        
        /*max-height: 100%;*/
}        
.navbar .navigation__controller:checked  ~ .navigation__controller-icon .middle-line {
  background-color: transparent;
}        
/*background-color: transparent;*/        
.navbar .navigation__controller:checked  ~ .navigation__controller-icon .middle-line:before {
  top: 0px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

            /*top: 0;
            //transform: rotate(-45deg);*/
}        
.navbar .navigation__controller:checked  ~ .navigation__controller-icon .middle-line:after {
  top: 0px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

            /*top: 0;
            //transform: rotate(45deg);*/
}        
.navbar .navigation__controller-icon {
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}        
/*md:hidden;*/        
/*padding: 1rem 0.5rem;
    //cursor: pointer;*/        
@media screen and (min-width: 830px) {        
.navbar .navigation__controller-icon {
  display: none;
      
      /*display: none;*/
  }
    }        
.navbar .navigation__controller-icon .middle-line {
  position: relative;
  display: block;
  height: 2px;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));

      /*display: block;
      //position: relative;
      //width: 1rem;
      //height: 2px;
      //background-color: #545454;*/
}        
.navbar .navigation__controller-icon .middle-line::before,
    .navbar .navigation__controller-icon .middle-line::after {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);

      content: '';
      /*position: absolute;
      //display: block;
      //width: 100%;
      //height: 100%;
      //transition: all .2s ease-out;
      //background-color: #545454;*/
}        
.navbar .navigation__controller-icon .middle-line::before {
  top: 5px;

      /*top: 5px;*/
}        
.navbar .navigation__controller-icon .middle-line::after {
  top: -5px;
      
      /*top: -5px;*/
}        
.navbar .navigation__menu {
  position: fixed;
  top: 4rem;
  right: 0px;
  height: 100%;
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  background-color: rgb(0 0 0 / 0.75);
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}        
/*position: fixed;
    //top: 46px;
    //right: 0;
    //width: 100%;
    //height: 100%;
    //max-height: 0;
    //background-color: rgba(0,0,0,0.75);
    //overflow: hidden;
    //transition: max-height .3s ease-out;*/        
@media screen and (min-width: 830px) {        
.navbar .navigation__menu {
    position: static;
    height: inherit;
    max-height: none;
    width: auto;
    overflow: visible;
    background-color: transparent;

      /*position: static;
      //width: auto;
      //height: inherit;
      //max-height: none;
      //background-color: transparent;
      //overflow: visible;*/
  }
    }        
.navbar .navigation__menu .navigation__menu-title {
  border-width: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}        
.navbar .navigation__menu .navigation__menu-title.focusable:active,.navbar .navigation__menu .navigation__menu-title.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}        
.navbar .navigation__menu .navigation__menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}        
/*md:flex-row;*/        
/*align-items: center;
      //background-color: #fff;*/        
@media screen and (min-width: 830px) {        
.navbar .navigation__menu .navigation__menu-list {
    flex-direction: row;

        /*flex-direction: row;*/
  }
      }        
.navbar .navigation__menu .navigation__menu-list .navigation__menu-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}        
/*margin: 0.5rem 1rem;*/        
.navbar .navigation__menu .navigation__menu-list .navigation__menu-item .navigation__menu-link {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  text-decoration-line: none;
          
          /*font-size: 0.875rem;
          color: #666;
          border-bottom: 1px solid transparent;
          text-decoration: none;*/
          transition: border-bottom .2s ease-out 0s, color .2s ease-out 0s;
}        
.navbar .navigation__menu .navigation__menu-list .navigation__menu-item .navigation__menu-link:hover,
        .navbar .navigation__menu .navigation__menu-list .navigation__menu-item .navigation__menu-link:active,
        .navbar .navigation__menu .navigation__menu-list .navigation__menu-item .navigation__menu-link.active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
          
          /*color: #000;*/
}        
.navbar .navigation__menu .navigation__menu-list .navigation__menu-item .navigation__menu-link:hover,
        .navbar .navigation__menu .navigation__menu-list .navigation__menu-item .navigation__menu-link:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));

          /*border-bottom-color: #000;*/
}        
.navbar .navigation__menu .navigation__menu-list .navigation__menu-item .navigation__menu-link.active {
  font-weight: 600;
          
          /*font-weight: 600;*/
}        
#main {
  padding: 1rem;
  padding-top: 0px;
}        
/* bg-white text-black;*/        
/*padding: 0 1rem 1rem;*/        
#main .product {

    /*.product-specs {
      .product-specs-list {
        display: grid;
        grid-template-columns: minmax(min-content,max-content) minmax(min-content,auto);

        dt,
        dd {
          padding: 0.5rem;
          font-size: 0.875rem;
        }

        dt:nth-of-type(2n+1),
        dd:nth-of-type(2n+1) {
          background-color: #f6f6f6;
        }

        dt {
          @apply font-medium;
        }
      }
    }*/
  }        
#main .product .product-summary {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}        
@media (min-width: 640px) {

  #main .product .product-summary {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
}        
/* bg-[url('../img/hero-bg-blur.jpg')]*/        
/*position: relative;
      background: url('../img/hero-bg-blur.png') no-repeat center center;
      background-image: radial-gradient(ellipse 20% 5% at 59% 41%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%), radial-gradient(ellipse 50% 15% at 49% 44%, #282828 40%, black 100%);*/        
@media (min-width: 640px) {

  #main .product .product-summary:nth-child(even) {
    flex-direction: row;
  }
}        
#main .product .product-summary .product-image-hero {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 70vw;
  max-height: 716px;

        /*margin: 0 -1rem;
        height: 70vw;
        max-height: 716px;*/
        /*background-color: #000;*/
        background-image: radial-gradient(ellipse 35% 7% at 62% 71%, rgba(0,0,0,0.75) 10%, rgba(0,0,0,0) 100%), radial-gradient(ellipse 50% 15% at 52% 74%, #282828 40%, black 100%);
}        
/*'sm': '640px',*/        
@media (min-width: 640px) {        
#main .product .product-summary .product-image-hero {
          background-image: none
      }
        }        
#main .product .product-summary .product-image-hero img.hero {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;

          /*height: 100%;
          object-fit: contain;*/
}        
#main .product .product-summary .product-card {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}        
@media (min-width: 640px) {

  #main .product .product-summary .product-card {
    padding: 2rem;
  }
}        
#main .product .product-summary .product-card {

        /*.product-features {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;

          .product-feature + .product-feature {
            &:before {
              content: "+";
              display: inline;
              margin: 0 0.25em;
            }
          }
        }*/

        /*.product-options {
          margin: 2rem 0;
          font-size: 1rem;

          .product-option {
            position: relative;
            display: inline-block;
            border: 1px solid #fff;
            border-radius: 1em;
            transition: border-color 0.3s;
            fill: transparent;
            cursor: pointer;

            &:before {
              position: absolute;
              content: "";
              display: block;
              margin: 2px;
              width: calc(2em - 6px);
              height: calc(2em - 6px);
              border: 1px solid #aaa;
              border-radius: 1em;
              background: var(--color);
            }

            &.selected,
            &:hover {
              border-color: #aaa;
            }

            &.selected {
              fill: #fff;

              &.white,
              &.light-gray-citrus,
              &.satin-nickel {
                fill: #000;
              }
            }

            .check {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 1em;
              transform: translate(-50%,-50%);
            }

            &.option-color {
              width: 2em;
              height: 2em;
              text-indent: -1000em;
            }

            &.option-size {
              padding: 0 1em;
              font-size: 0.75em;
              font-weight: 700;
              line-height: 1.75em;

              &:before {
                position: static;
                display: none;
              }
            }
          }

          li + li {
            margin-left: 0.5em;
          }

          &:after {
            content: attr(data-selected);
            vertical-align: bottom;
            display: inline-block;
            margin-left: 0.5rem;
            font-size: 0.75rem;
            line-height: 2rem;
          }

        }*/

        /*.product-contents {
          font-size: 0.875rem;

          .product-addons {
            list-style-type: circle;
            list-style-position: inside;
          }
        }*/
      }        
/* sm:absolute sm:top-1/2 sm:right-0 sm:-translate-y-1/2;*/        
/*position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);

        padding: 2rem 0;
        background-color: #fff;*/        
#main .product .product-summary .product-card .product-title {
  margin-bottom: 1em;
  font-size: 1.875rem;
  line-height: 2.25rem;
}        
@media (min-width: 640px) {

  #main .product .product-summary .product-card .product-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}        
@media (min-width: 768px) {

  #main .product .product-summary .product-card .product-title {
    font-size: 3rem;
    line-height: 1;
  }
}        
/*margin: 0 0 0.25em;
          padding: 0 0 0.25em;
          border-bottom: 1px solid;
          font-size: 2rem;
          line-height: 2.5rem;*/        
#main .product .product-summary .product-card .product-title .product-type,
          #main .product .product-summary .product-card .product-title .product-brand {
  display: block;

            /*display: block;*/
}        
#main .product .product-summary .product-card .product-title .product-modelname,
          #main .product .product-summary .product-card .product-title .product-edition {
  display: inline-block;
  font-size: 0.5em;
  line-height: 1em;
}        
#main .product .product-summary .product-card .product-title .product-type {
  font-size: 0.333em;
  font-weight: 300;
  line-height: 1.5em;/*text-base;*/

            /*font-weight: 300;
            font-size: 0.4375em;
            line-height: 1.5rem;
            text-transform: uppercase;*/
}        
#main .product .product-summary .product-card .product-title .product-brand {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;

            /*font-weight: 500;*/
}        
#main .product .product-summary .product-card .product-title .product-modelname {
            /*@apply text-2xl;*/
          }        
#main .product .product-summary .product-card .product-title .product-edition {
  border-radius: 0.333em;
  background-color: rgb(255 255 255 / 0.3);
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-weight: 300;
}        
#main .product .product-summary.v3 {
  
        /*'xl': '1280px',/
        @media (min-width: 1280px) {
          background-image: radial-gradient(ellipse 20% 5% at 73% 68%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%), radial-gradient(ellipse 50% 15% at 52% 71%, #282828 40%, black 100%);
        }
  
        /*'2xl': '1536px',/
        @media (min-width: 1536px) {
          background-image: radial-gradient(ellipse 20% 5% at 73% 68%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%), radial-gradient(ellipse 50% 15% at 52% 71%, #282828 40%, black 100%);
        }
        */
      }        
/*'sm': '640px',*/        
@media (min-width: 640px) {        
#main .product .product-summary.v3 {
          background-image: radial-gradient(ellipse 20% 5% at 75% 68%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0) 100%), radial-gradient(ellipse 50% 15% at 50% 71%, #1a1a1a 40%, black 100%)
      }
        }        
/*'md': '768px',*/        
@media (min-width: 768px) {        
#main .product .product-summary.v3 {
          background-image: radial-gradient(ellipse 20% 5% at 75% 69%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0) 100%), radial-gradient(ellipse 50% 15% at 50% 72%, #1a1a1a 40%, black 100%)
      }
        }        
@media (min-width: 896px) {        
#main .product .product-summary.v3 {
          background-image: radial-gradient(ellipse 20% 5% at 75% 67%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0) 100%), radial-gradient(ellipse 50% 15% at 50% 71%, #1a1a1a 40%, black 100%)
      }
        }        
/*'lg': '1024px',*/        
@media (min-width: 1024px) {        
#main .product .product-summary.v3 {
          background-image: radial-gradient(ellipse 20% 5% at 68% 72%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0) 100%), radial-gradient(ellipse 50% 15% at 50% 76%, #1a1a1a 40%, black 100%)
      }
        }        
#main .product .product-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 56rem;
}        
@media (min-width: 768px) {

  #main .product .product-section {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}        
/*margin: 3rem auto;
      width: 100%;
      max-width: 59rem;*/        
#main .product .product-section .product-section-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}        
#main .product .product-description {
  margin-top: 2rem;
  text-align: center;
}        
@media (min-width: 768px) {

  #main .product .product-description {
    margin-top: 4rem;
  }
}        
#main .product .product-description h2 {
  margin-bottom: 1.5rem;
}        
@media (min-width: 640px) {

  #main .product .product-description h2 {
    margin-bottom: 2.5rem;
  }
}        
#main .product .product-description h2 {

        /*& + p {
          @apply mt-0;
        }*/
      }        
#main .product .product-description p {
        /*@apply text-lg;*/
      }        
#main .product .product-description ul.product-key-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}        
/*display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;*/        
#main .product .product-description ul.product-key-features li {
  border-width: 1px;
  border-color: rgba(255,255,255,0.25);
  padding: 0.5rem;

          /*border: 1px solid rgba(255, 255, 255, 0.25);
          padding: 0.5rem 0.5rem;*/
}        
#main .product .product-images {
  margin-left: -1rem;
  margin-right: -1rem;
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}        
@media (min-width: 640px) {

  #main .product .product-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}        
@media (min-width: 1280px) {

  #main .product .product-images {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}        
#main .product .product-images {

      width: calc(100% + 2rem);
    }        
/*@apply sm:grid sm:grid-cols-2 sm:gap-x-4;*/        
#main .product .product-features .product-features-list .product-feature {
  margin-top: 5rem;
  margin-bottom: 5rem;
}        
@media (min-width: 768px) {

  #main .product .product-features .product-features-list .product-feature {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}        
#main .product .product-features .product-features-list .product-feature .product-feature-key,
          #main .product .product-features .product-features-list .product-feature .product-feature-title {
  display: block;
}        
#main .product .product-features .product-features-list .product-feature .product-feature-key {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}        
#main .product .product-features .product-features-list .product-feature .product-feature-title {
  margin-bottom: 1.5rem;
}        
@media (min-width: 640px) {

  #main .product .product-features .product-features-list .product-feature .product-feature-title {
    margin-bottom: 2.5rem;
  }
}        
#main .product .product-features .product-features-list .product-feature .product-feature-title .highlight {
  --tw-text-opacity: 1;
  color: rgb(15 62 248 / var(--tw-text-opacity));
}        
#main .product .product-video {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  width: 100%;
  max-width: 64rem;
  padding-top: 56.25%;
}        
#main .product .product-video:empty {
  display: none;
}        
@media (min-width: 1024px) {

  #main .product .product-video {
    padding-top: 576px;
  }
}        
@media (min-width: 1280px) {

  #main .product .product-video {
    margin-left: auto;
    margin-right: auto;
  }
}        
#main .product .product-video {
  
      width: calc(100% + 2rem);
    }        
#main .product .product-video iframe {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}        
#main .product .product-video .lite-youtube-fallback {
        aspect-ratio: 16 / 9; /* matches YouTube player */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1em;
        padding: 1em;
        background-color: #000;
        color: #fff;
        text-decoration: none;
      }        
/* right-facing triangle "Play" icon */        
#main .product .product-video .lite-youtube-fallback::before {
        display: block;
        content: '';
        border: solid transparent;
        border-width: 2em 0 2em 3em;
        border-left-color: red;
      }        
#main .product .product-video .lite-youtube-fallback:hover::before {
        border-left-color: #fff;
      }        
#main .product .product-video .lite-youtube-fallback:focus {
        outline: 2px solid red;
      }        
@media (min-width: 1280px) {

  .mini #main .product .product-images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}        
.pre-activation-promo .header .navbar .navigation__logo {
        width: 12rem !important;
        height: 2rem !important;
      }        
.pre-activation-promo .header .navbar .navigation__logo .logo-image {
          width: 12rem !important;
          height: 2rem !important;
        }        
.pre-activation-promo #main .promo .promo-instructions .steps .step .step-number {

            }        
.pre-activation-promo #main .promo .promo-instructions .steps .step h3.step-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}        
@media (min-width: 640px) {

  .pre-activation-promo #main .promo .promo-instructions .steps .step h3.step-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}        
@media (min-width: 768px) {

  .pre-activation-promo #main .promo .promo-instructions .steps .step h3.step-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}        
.pre-activation-promo #main .promo .promo-instructions .steps .step ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1rem;
}        
.pre-activation-promo #main .promo .promo-instructions .steps .step ol > li {
  margin-bottom: 1rem;
}        
.pre-activation-promo #main .promo .promo-instructions .steps .step ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}        
.pre-activation-promo #main .promo .promo-instructions .steps .step lite-youtube {
  margin-left: -1rem;
  margin-right: -1rem;
  width: 100%;
  max-width: 64rem;
}        
@media (min-width: 1280px) {

  .pre-activation-promo #main .promo .promo-instructions .steps .step lite-youtube {
    margin-left: auto;
    margin-right: auto;
  }
}        
.pre-activation-promo #main .promo .promo-instructions .steps .step lite-youtube {

              width: calc(100% + 2rem);
              /*margin: 0 -1rem;
              max-width: 64rem;*/
            }        
.pre-activation-promo #main .promo .product-video {
  padding-top: 0px;
}        
.pre-activation-promo #main .promo .product-video > p {
  margin-left: 1rem;
  margin-right: 1rem;
}        
#footer {
  padding: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity));

  //padding: 1rem;
  //font-size: 0.75rem;
  //color: #878787;
  //text-align: center;
}        
#footer p {
  margin: 0px;
    
    //margin: 0;
}