@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #50F40C;
}
a:visited {
  color: #11AD76;
}
a:hover, a:focus, a:active {
  color: #11AD76;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 1330px) {
  .main-navigation ul {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 645px);
    max-width: 695px;
  }
  #site-navigation ul li {
    margin-right: 0 !important;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Home - Block Grid
--------------------------------------------- */
.block-section {
  overflow: hidden;
}
.block-section .block-image-absolute {
  height: 100%;
  width: 1440px;
  top: 0;
  max-width: 1440px;
  display: block;
  position: absolute;
}
.block-section .block-image-absolute-r {
  height: 100%;
  width: 1440px;
  top: 0;
  max-width: 1440px;
  display: block;
  position: absolute;
  right: 0;
}
.block-section .btn-big {
  color: #FFF;
  margin: 0px;
}
.block-section.build-brand {
  margin-bottom: 0;
}
.block-section .flex_item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}
.block-section.join-card {
  background: linear-gradient(to right, #C2DDD3 50%, #4D7C5A 50%);
}
.block-section.join-card .block-card p {
  max-width: 420px;
}
.block-section.join-card h2 {
  color: #0F261F;
}
.block-section.join-card h2 span {
  color: #FFF;
}
@media screen and (max-width: 1011px) {
  .block-section.join-card {
    background: none;
  }
  .block-section.join-card .flex_item:first-of-type {
    background-color: #C2DDD3;
  }
}
.block-section.white-card {
  background: linear-gradient(to right, #FFF 50%, #676656 50%);
}
.block-section.white-card h2 span {
  color: #00EF00;
}
@media screen and (max-width: 1011px) {
  .block-section.white-card {
    background: #FFF;
  }
}
.block-section.green-card {
  background: linear-gradient(to right, #B0DACA 50%, #676656 50%);
}
.block-section.green-card .block-card p {
  max-width: 492px;
}
@media screen and (max-width: 1011px) {
  .block-section.green-card {
    background: none;
  }
  .block-section.green-card .flex_item:first-of-type {
    background-color: #B0DACA;
  }
  .block-section.green-card .flex_item {
    width: 100%;
    max-width: 100%;
  }
}
.block-section.green-card h2 span {
  color: #FFF;
}
.block-section.green-card.right-card {
  background: linear-gradient(to right, #676656 50%, #00EF00 50%);
}
.block-section.green-card.right-card .legal-text {
  color: #0F261F;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin-top: 20px;
}
.block-section.green-card.right-card .legal-text a {
  color: #0F261F;
  text-decoration: underline;
}
.block-section.green-card.right-card .block-card p {
  max-width: 512px;
}
@media screen and (max-width: 1011px) {
  .block-section.green-card.right-card {
    background: #00EF00;
  }
  .block-section.green-card.right-card .flex_container {
    flex-direction: column-reverse;
    display: flex;
  }
}
.block-section.dark-green-card {
  background: linear-gradient(to right, #0F261F 50%, #0F261F 50%);
}
.block-section.dark-green-card h2 {
  color: #FFF;
}
.block-section.dark-green-card .block-card p {
  color: #FFF;
  max-width: 473px;
}
.block-section.network-card {
  background: linear-gradient(to right, #7A877D 50%, #ED1600 50%);
}
.block-section.network-card .block-image-content p {
  max-width: 400px;
  margin: 0px auto;
}
@media screen and (max-width: 1011px) {
  .block-section.network-card {
    background: none;
  }
  .block-section.network-card .flex_item:last-of-type {
    background-color: #ED1600;
  }
  .block-section.network-card .flex_item {
    width: 100%;
    max-width: 100%;
  }
}
.block-section.network-card h2 span {
  color: #FFF;
}
.block-section.network-card .legal-text {
  color: #0F261F;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin-top: 20px;
}
.block-section.lite-blue-card {
  background: linear-gradient(to right, #0E1411 50%, #C2DDD3 50%);
}
.block-section.lite-blue-card h2 span {
  color: #FFF;
}
@media screen and (max-width: 1011px) {
  .block-section.lite-blue-card {
    background: none;
  }
  .block-section.lite-blue-card .flex_container {
    flex-direction: column-reverse;
    display: flex;
  }
  .block-section.lite-blue-card .flex_item:last-of-type {
    background-color: #C2DDD3;
  }
  .block-section.lite-blue-card .flex_item:first-of-type {
    background-color: #0E1411;
  }
  .block-section.lite-blue-card .flex_item {
    width: 100%;
    max-width: 100%;
  }
  .block-section.lite-blue-card .block-image {
    width: 100%;
    margin: 0px auto;
  }
}
.block-section .wrapper {
  padding: 0;
}
.block-section .block-card {
  padding-right: 72.11px;
  padding-left: 72.11px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-section h2 {
  text-align: center;
  font-family: Gilroy;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 76.5px */
  letter-spacing: -1.35px;
  text-transform: uppercase;
  color: #0F261F;
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 570px;
}
.block-section h2 span {
  color: #00EF00;
}
.block-section h3 {
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 85%; /* 15.3px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #5A6869;
  margin-bottom: 12px;
}
.block-section p {
  font-family: Gilroy;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0F261F;
  text-align: center;
  margin-bottom: 8px;
}
.block-section .block-image {
  position: relative;
}
.block-section .block-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 452px;
  text-align: center;
}
.block-section .block-image-content.high {
  top: 28%;
}
.block-section .block-image-content h3 {
  text-align: center;
  font-family: Gilroy;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 36px */
  margin-bottom: 20px;
}
.block-section .block-image-content p {
  font-family: Gilroy;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  color: #FFF;
}
.block-section .network-card-image {
  max-width: 460px;
  margin: 0px auto;
  width: 90%;
}

@media screen and (max-width: 1411px) {
  .block-section h2 {
    font-size: 64.031px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 54.427px */
    letter-spacing: -0.96px;
    text-transform: uppercase;
  }
  .block-section p {
    font-size: 13.8px;
  }
  .block-section .block-image-content h3 {
    font-size: 21.344px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .block-section .block-image-content p {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 1300px) {
  .block-image-absolute-r, .block-image-absolute {
    display: none !important;
  }
  .block-image {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1011px) {
  .block-section .usa-dots {
    max-width: 275px;
    margin: 0px auto;
  }
  .block-section h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 38.25px */
    letter-spacing: -0.675px;
    text-transform: uppercase;
    text-align: center;
  }
  .block-section p {
    font-size: 13px;
    max-width: 275px;
    margin: 20px auto;
  }
  .block-section .block-card {
    min-height: 400px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .block-section .flex_container {
    display: block;
  }
  .block-section .flex_container.flex_two > .flex_item {
    width: 100%;
    display: block;
    flex-direction: column;
    clear: both;
    margin: 0 auto;
  }
  .block-image {
    max-width: 100%;
    margin: 0px auto;
  }
  .block-section.network-card .flex_container {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media screen and (max-width: 680px) {
  .block-section.network-card .flex_container {
    flex-direction: column-reverse;
    display: flex;
  }
  .block-section .btn-big {
    max-width: 230px;
    height: 50px;
    font-size: 14.629px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .block-section h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%;
    letter-spacing: -0.675px;
    text-transform: uppercase;
    max-width: 300px;
  }
  .block-section .block-card p {
    max-width: 275px !important;
    margin-top: 0px;
  }
  .block-section p {
    font-size: 13px;
    max-width: 275px;
    margin: 20px auto;
  }
  .block-section .block-card {
    min-height: 400px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .block-section .flex_container {
    display: block;
  }
  .block-section .flex_container.flex_two > .flex_item {
    width: 100%;
    display: block;
    flex-direction: column;
    clear: both;
    margin: 0 auto;
  }
  .block-image {
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
  }
}
@media screen and (max-width: 780px) {
  .block-section .block-image-content {
    max-width: 215px;
  }
  .block-section .block-image-content h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
  }
  .block-section.network-card .legal-text {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 12px */
    margin-bottom: 0px;
  }
}
/* Global Home page Responsive edits */
.mx-hero-block .tablet-only {
  display: none;
}

/* Home - Hero banner
--------------------------------------------- */
.mx-hero-block {
  position: relative;
  background-color: #2B3B40;
}
.mx-hero-block .wrapper {
  position: relative;
}
.mx-hero-block .hero-image img {
  max-width: 1480px;
  display: block;
  margin: 0px auto;
}
.mx-hero-block .banner-absolute {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.mx-hero-block .banner-absolute .flex_item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.mx-hero-block .banner-absolute .flex_item:nth-child(2) {
  justify-content: right;
}
.mx-hero-block .headline {
  padding-top: 80px;
  max-width: 1108px;
  margin-bottom: -110px;
}
.mx-hero-block .main-copy {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 36.4px */
  margin-top: 20px;
}
.mx-hero-block .main-copy strong {
  font-weight: 500;
}
.mx-hero-block .bottom-hero {
  padding-top: 46px;
}
.mx-hero-block hr {
  stroke-width: 1px;
  stroke: #FFF;
  opacity: 0.3;
  mix-blend-mode: screen;
  width: 100%;
  height: 1px;
  margin-bottom: 6px;
}
.mx-hero-block .qr-btn-wrap p {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 18.2px */
  margin-bottom: 5px;
}
.mx-hero-block .click-item {
  max-width: 280px;
  float: left;
  margin-right: 10px;
  width: 100%;
  cursor: pointer;
}
.mx-hero-block .scan-item {
  max-width: 246px;
  width: 100%;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.mx-hero-block .app-download-cta {
  width: 242px;
  float: right;
}
.mx-hero-block .download-text {
  width: 98.5px;
  float: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 14.45px */
}
.mx-hero-block .download-text span {
  color: #00EF00;
}
.mx-hero-block .mx-app-btns {
  width: 124px;
  float: right;
}
.mx-hero-block .mx-app-btns .apple-btn {
  margin-bottom: 14px;
}
.mx-hero-block .mobile-only {
  display: none !important;
}

.mobile-app-btns {
  display: none;
}

@media screen and (max-width: 1175px) {
  .mx-hero-block .headline .desktop-only {
    display: none;
  }
  .mx-hero-block .tablet-only {
    display: block !important;
  }
  .mx-hero-block .main-copy {
    margin-top: 70px;
  }
  .mx-hero-block .headline {
    padding-top: 72px;
  }
  .mx-hero-block .click-item {
    max-width: 250px;
  }
  .mx-hero-block .scan-item {
    max-width: 218px;
    width: 100%;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    text-wrap: nowrap;
  }
  .bottom-hero .flex_container.flex_two > .flex_item:first-of-type {
    width: 70%;
  }
  .bottom-hero .flex_container.flex_two > .flex_item:last-of-type {
    width: 30%;
  }
  .mx-hero-block .main-copy {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 32.5px */
    max-width: 670px;
  }
  .mx-hero-block .main-copy br {
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .mx-hero-block .main-copy {
    max-width: 400px;
    margin-top: 90px;
  }
  .bottom-hero .flex_container.flex_two > .flex_item:first-of-type {
    width: 100%;
  }
  .bottom-hero .flex_container.flex_two > .flex_item:last-of-type {
    width: 100%;
  }
  .mx-hero-block .banner-absolute .flex_item:nth-child(2) {
    justify-content: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .mobile-app-btns {
    min-height: 155px;
    height: 100%;
    padding: 25px 24px;
    display: block;
  }
  .mobile-app-btns .download-text {
    text-align: center;
    padding-bottom: 10px;
  }
  .mobile-app-btns .download-text span {
    color: #50F40C;
    display: block;
  }
  .mobile-app-btns .app-download-cta {
    position: relative;
    display: block;
  }
  .mobile-app-btns .mx-app-btns {
    max-width: 365px;
    margin: 0px auto;
  }
  .mobile-app-btns .mx-app-btns .apple-btn {
    width: 49%;
    float: left;
  }
  .mobile-app-btns .mx-app-btns .google-btn {
    width: 49%;
    float: right;
  }
  .mx-hero-block .flex_container.flex_two > .flex_item {
    width: 100%;
  }
  .mx-hero-block .tablet-only {
    display: none !important;
  }
  .mx-hero-block .mobile-only {
    display: block !important;
  }
  .mx-hero-block .desktop-only {
    display: none !important;
  }
  .mx-hero-block .d-only {
    display: none !important;
  }
  .mx-hero-block .click-item {
    width: 100%;
    width: 100%;
    margin: 0 auto;
    float: none;
    max-width: 100%;
  }
  .mx-hero-block .scan-item {
    width: 100%;
    margin: 10px auto 0;
    float: none;
    max-width: 100%;
  }
  .mx-hero-block .main-copy {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    max-width: 169px;
    margin: 25px auto 20px;
  }
  .mx-hero-block .qr-btn-wrap p {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .mx-hero-block .bottom-hero {
    padding-top: 20px;
  }
  .mx-hero-block .bottom-hero hr {
    display: none;
  }
  .mx-hero-block .flex_container.flex_two {
    flex-direction: column;
  }
  .mx-hero-block .app-download-cta {
    display: none;
  }
  .mx-hero-block {
    padding: 0px 0;
  }
  .mx-hero-block .wrapper {
    max-width: 375px;
    padding: 0 24px;
  }
  .mx-hero-block .headline {
    padding-top: 34px;
  }
  .mx-hero-block .hero-image img {
    max-width: 375px;
  }
  .mx-hero-block .hero-image .desktop-only {
    display: none;
  }
  .mx-hero-block .hero-image .mobile-only {
    display: block !important;
  }
  .mx-hero-block .headline .mobile-only {
    display: block !important;
  }
  .mx-hero-block .headline .desktop-only {
    display: none !important;
  }
}
/* Home - Market Plans
--------------------------------------------- */
.market-plans {
  width: 100%;
  display: block;
  padding: 75px 0 0;
  background-color: #FFF;
  overflow: hidden;
}
.market-plans .flex_container {
  column-gap: 2%;
}
.market-plans .flex_container .our_xpert {
  width: 32%;
}
.market-plans .flex_container .our_xpert img {
  margin-top: -20px;
}
.market-plans .flex_container .pricing_info {
  width: 66%;
  padding-top: 41px;
}
.market-plans .flex_container.flex_three > .flex_item {
  width: 32.3%;
}
.market-plans .flex_container.flex_two > .flex_item.gapie {
  width: 48%;
}
.market-plans .market-plan-info .disclaimer p {
  color: #0F261F;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  margin-left: 5px;
}
.market-plans h2 {
  text-align: center;
  font-family: Gilroy;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 63.75px */
  letter-spacing: -1.125px;
  text-transform: uppercase;
  color: #00EF00;
}
.market-plans h2 span {
  color: #0F261F;
}
.market-plans .phone-flags {
  position: relative;
}
.market-plans .phone-flags .mobile-only {
  display: none;
}
.market-plans .phone-flags img {
  position: relative;
  right: 0px;
  z-index: 0;
  max-width: 140%;
  left: -100px;
}
.market-plans .phone-flags h3 {
  color: #0F261F;
  z-index: 1;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.1px;
  max-width: 152.441px;
  position: absolute;
  left: 10px;
  top: 30px;
}
.market-plans .phone-flags h3 span {
  color: #00EF00;
}
.market-plans .market-plan-card {
  position: relative;
  z-index: 1;
}

.btn-wrap {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-wrap .btn-big {
  float: none;
  margin: 0;
}

.btn-big {
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  max-width: 195px;
  width: 100%;
  height: 64.309px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #0F261F;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-big.green {
  background-color: #50F40C;
  color: #0F261F;
}
.btn-big.grey {
  background-color: #DADFDA;
  color: #0F261F;
}
.btn-big.darkgreen {
  background-color: #00C83C;
  color: #0F261F;
}
.btn-big.light {
  background-color: #FFF;
  color: #0f261f;
}

@media screen and (max-width: 1360px) {
  .market-plans .phone-flags img {
    left: -100px;
    max-width: 189%;
  }
  .market-plans .flex_container.flex_three > .flex_item:last-of-type {
    display: flex;
    align-items: flex-end;
  }
  .market-plans .phone-flags h3 {
    font-size: 14.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.072px;
    max-width: 110px;
  }
  .market-plans .market-plan-info .disclaimer p {
    font-size: 8.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 10.2px */
  }
}
@media screen and (max-width: 1024px) {
  .market-plans h2 {
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 46.75px */
    letter-spacing: -0.825px;
    text-transform: uppercase;
  }
  .market-plans .phone-flags h3 {
    margin-top: -30px;
  }
  .market-plans .phone-flags img {
    bottom: -43px;
  }
}
@media screen and (max-width: 800px) {
  .market-plans .flex_container.flex_two > .flex_item.gapie {
    width: 100%;
  }
  .market-plans {
    padding: 34px 0 0;
  }
  .market-plans .wrapper {
    max-width: 375px;
  }
  .market-plans .wrapper .flex_container {
    flex-direction: column;
    align-items: center;
  }
  .market-plans .wrapper .flex_container .our_xpert {
    width: 100%;
    order: 2;
  }
  .market-plans .wrapper .flex_container .our_xpert img {
    margin-top: 0;
  }
  .market-plans .wrapper .flex_container .pricing_info {
    width: 100%;
  }
  .market-plans .wrapper .flex_container .pricing_info .btn-wrap {
    display: block !important;
    margin-top: 35px;
  }
  .market-plans .wrapper .flex_container .pricing_info .btn-wrap .btn-big.green {
    display: flex !important;
  }
  .market-plans .mobile-only {
    display: block !important;
  }
  .market-plans .desktop-only {
    display: none !important;
  }
  .market-plans .flex_container.flex_three > .flex_item {
    width: 100%;
  }
  .market-plans .market-plan-info .disclaimer {
    display: none;
  }
  .market-plans .market-plan-info .disclaimer p {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }
  .market-plans h2 {
    font-size: 45px;
    line-height: 85%; /* 38.25px */
    max-width: 300px;
    margin: 0px auto;
  }
  .market-plans .flex_item:first-of-type img {
    margin-bottom: 24px;
  }
  .market-plans .phone-flags img {
    right: -20px;
    max-width: 100%;
    left: 0;
  }
  .market-plans .phone-flags h3 {
    position: relative;
    top: 0px;
    padding: 20px 0;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.11px;
    max-width: 100%;
  }
  .btn-wrap {
    padding-top: 40px;
    flex-direction: column;
  }
  .btn-wrap .btn-big {
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 15.584px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    height: 50px;
  }
  .btn-wrap .btn-big.white {
    color: #FFF !important;
  }
}
/* Home - Price Card
--------------------------------------------- */
.mx-price-card {
  width: 100%;
  display: block;
  background-color: #00EF00;
  padding-top: 75px;
  padding-bottom: 40px;
}
.mx-price-card .mobile-only {
  display: none;
}
.mx-price-card .flex_container {
  justify-content: left;
  column-gap: 2%;
}
.mx-price-card .flex_container .first_item {
  width: 32%;
}
.mx-price-card .flex_container .second_item {
  width: 66%;
}
.mx-price-card .flex_container .second_item .flex_item {
  width: 49%;
  display: flex;
  padding-right: 1rem;
}
.mx-price-card h2 {
  text-align: center;
  font-family: Gilroy;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 63.75px */
  letter-spacing: -1.125px;
  text-transform: uppercase;
  color: #0F261F;
}
.mx-price-card h2 span {
  color: #FFF;
}
.mx-price-card h3 {
  text-align: center;
  font-size: 37.75px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 80.503% */
  color: #0F261F;
  padding-top: 43.61px;
  margin-bottom: 77.5px;
}
.mx-price-card .disclaimer {
  padding-top: 0;
}
.mx-price-card .disclaimer p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  text-align: left;
  color: #0F261F;
  margin-top: 14px;
}
.mx-price-card .selling-blocks {
  margin-left: 10px;
}
.mx-price-card .selling-block {
  width: 100%;
  float: left;
  margin-left: 14px;
  margin-bottom: 20px;
}
.mx-price-card .selling-block h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  text-align: left;
  padding: 0;
  margin: 0px 0px 5px;
}
.mx-price-card .selling-block p {
  font-family: Gilroy;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  margin: 0;
  color: #0F261F;
}
.mx-price-card .sell-icon {
  width: 54px;
  height: 54px;
  float: left;
}
.mx-price-card .price-card-solo {
  margin-right: 15px;
  position: relative;
}
.mx-price-card .price-card-solo img {
  width: 103%;
  max-width: 103%;
  top: -12px;
  position: relative;
}
.mx-price-card .flex_container.flex_two > .flex_item.two_thirds {
  width: 66%;
}
.mx-price-card .flex_container.flex_two > .flex_item.one_third {
  width: 33%;
}
.mx-price-card .disclaimer p {
  text-align: center;
}
.mx-price-card .flex_container.flex_two > .flex_item.flex_60 {
  width: 55%;
}
.mx-price-card .flex_container.flex_two > .flex_item.flex_40 {
  width: 45%;
}
.mx-price-card .data-trigger {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.mx-price-card .price-btn-wrap {
  max-width: 600px;
  margin: 10px auto;
}

@media screen and (max-width: 1361px) {
  .mx-price-card .sell-icon {
    width: 38.5px;
  }
}
@media screen and (max-width: 1290px) {
  .mx-price-card .selling-block h3 {
    font-size: 15.643px;
  }
  .mx-price-card .selling-block p {
    font-size: 12.5px;
  }
  .mx-price-card .selling-blocks {
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .mx-price-card {
    padding-top: 50px;
  }
  .mx-price-card .flex_container {
    flex-direction: column;
  }
  .mx-price-card .flex_container .first_item {
    width: 100%;
  }
  .mx-price-card .flex_container .first_item img {
    max-width: 400px;
    margin: auto;
  }
  .mx-price-card .flex_container .second_item {
    width: 100%;
  }
  .mx-price-card .flex_container .second_item .flex_container {
    flex-direction: row;
  }
  .selling-block {
    padding: 0 10px;
  }
  .mx-price-card h2 {
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 46.75px */
    letter-spacing: -0.825px;
    text-transform: uppercase;
  }
  .mx-price-card h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.756px; /* 81.27% */
  }
  .mx-price-card .selling-block h3 {
    font-size: 21.333px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .mx-price-card .selling-block p {
    font-size: 14.222px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .mx-price-card .sell-icon {
    width: 51.333px;
    height: 51.333px;
  }
  .mx-price-card .selling-block p {
    max-width: 100% !important;
  }
  .mx-price-card .disclaimer p {
    font-size: 10.667px;
  }
  .mx-price-card .disclaimer p br {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .mx-price-card {
    padding: 37.5px 0;
  }
  .mx-price-card .wrapper {
    max-width: 375px;
    margin: 0px auto;
    padding: 0px 24px;
  }
  .mx-price-card .mobile-only {
    display: block;
  }
  .mx-price-card .desktop-only {
    display: none;
  }
  .mx-price-card .data-trigger {
    width: 100%;
  }
  .mx-price-card h2 {
    font-size: 45px;
    line-height: 85%; /* 38.25px */
    letter-spacing: -0.675px;
  }
  .mx-price-card h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 25.3px */
    padding-top: 14px;
    margin-bottom: 14px;
  }
  .mx-price-card .price-card-solo .disclaimer {
    display: none;
  }
  .mx-price-card .selling-blocks {
    margin: 0px auto;
    padding: 34px 0 0;
  }
  .mx-price-card .selling-block {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    float: none;
  }
  .mx-price-card .selling-block h3 {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .mx-price-card .selling-block p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .mx-price-card .sell-icon {
    margin: 0px auto;
    float: none;
  }
  .mx-price-card .mx-price-card .flex_container .first_item img {
    top: 0;
  }
  .mx-price-card .flex_container.flex_two > .flex_item {
    width: 100%;
  }
  .mx-price-card .flex_container.flex_two > .flex_item.two_thirds {
    width: 100%;
  }
  .mx-price-card .flex_container.flex_two > .flex_item.one_third {
    width: 100%;
  }
  .mx-price-card .disclaimer br {
    display: none;
  }
  .mx-price-card .disclaimer p {
    font-size: 10px;
    text-align: center;
  }
  .mx-price-card #mobile-sell-slider .flex_item {
    width: 100%;
    counter-increment: carousel-cell;
    margin-right: 1.3%;
    flex-direction: column;
  }
  .mx-price-card #mobile-sell-slider .flickity-viewport {
    width: 100%;
  }
  .mx-price-card #mobile-sell-slider .flickity-button.flickity-prev-next-button {
    background-image: url("../png/arrow-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
  }
  .mx-price-card #mobile-sell-slider .flickity-button.flickity-prev-next-button.previous {
    transform: rotate(180deg);
    margin-top: -10px;
    left: 0;
  }
  .mx-price-card #mobile-sell-slider .flickity-button.flickity-prev-next-button.next {
    right: 0;
  }
  .mx-price-card #mobile-sell-slider .flickity-button.flickity-prev-next-button svg {
    display: none;
  }
}
/* Home - Testimonials
--------------------------------------------- */
.mx-testimonial {
  padding: 75px 0;
  background-color: #0F261F;
}
.mx-testimonial .testimonial-blocks {
  padding-top: 41px;
}
.mx-testimonial .flex_item {
  width: 32.3%;
  counter-increment: carousel-cell;
  margin-right: 1.3%;
}
.mx-testimonial h2 {
  text-align: center;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 63.75px */
  letter-spacing: -1.125px;
  text-transform: uppercase;
  color: #FFF;
}
.mx-testimonial h2 span {
  color: #00EF00;
}
.mx-testimonial .stars {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 108px;
  height: 20px;
  background-image: url("../png/stars.png");
}
.mx-testimonial .testi-item {
  position: relative;
  border-radius: 17.5px;
  background: #5a6662;
  padding: 26px 29px 52px;
  height: 100%;
  display: block;
  min-height: 266px;
}
.mx-testimonial .testi-item h4 {
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}
.mx-testimonial .testi-item .author {
  position: absolute;
  bottom: 26px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: -0.3px;
}
.mx-testimonial .flickity-viewport {
  width: 100%;
  min-height: 266px;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 1024px) {
  .mx-testimonial h2 {
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 46.75px */
    letter-spacing: -0.825px;
    text-transform: uppercase;
  }
}
@media (max-width: 780px) {
  .mx-testimonial .flex_item {
    width: 100%;
    margin-right: 0;
  }
  .mx-testimonial {
    padding: 37.5px 0;
  }
  .mx-testimonial h2 {
    font-family: Gilroy;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%;
    letter-spacing: -0.675px;
    text-transform: uppercase;
  }
  .mx-testimonial .testi-item h4 {
    font-size: 15.616px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 18.739px */
    letter-spacing: -0.156px;
  }
  .mx-testimonial .testi-item p {
    font-size: 12.924px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.38px;
  }
  .mx-testimonial .wrapper {
    max-width: 375px;
    margin: 0px auto;
    padding: 0px 30px;
  }
}
/* mymobilex
--------------------------------------------- */
html {
  background-color: #0F261F;
}
html body {
  background-color: rgb(15, 38, 31);
  color: #FFF;
}
html body p {
  font-family: Gilroy;
}
html body h1, html body h2, html body h3, html body h4 {
  font-family: Gilroy;
  font-weight: 900;
}

/*ADMIN BAR*/
body.admin-bar {
  margin-top: -32px;
}

#wpadminbar {
  top: auto;
  bottom: 0;
  display: none;
}

a {
  color: #00EF00;
  text-decoration: none;
}
a:visited {
  color: #00EF00;
}

.highlight {
  color: #00EF00 !important;
}
.highlight.dark {
  color: #0F261F !important;
}

/* Buttons */
.btn {
  align-items: center;
  background-color: #00EF00;
  color: rgb(15, 38, 31) !important;
  display: inline-block;
  padding: 10px 30px;
  font-family: Gilroy;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-weight: 600;
  height: 47px;
  justify-content: center;
  line-height: 27px;
  text-align: left;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 5px;
}
.btn:hover {
  background-color: #FFF;
}
.btn.dark {
  background-color: #0F261F;
  color: #00EF00 !important;
}
.btn.dark:hover {
  color: #FFF !important;
}
.btn.text-white:hover {
  color: #0f261f !important;
}
.btn.on-white:hover {
  background-color: #11AD76;
}

.lang-btn {
  padding-top: 5px;
  border-radius: 5px;
  background-color: #2D3A36;
  color: #FFF;
  margin-right: 26px;
  max-width: 82px;
  float: left;
  position: relative;
  top: 10px;
  transition: 0.5s;
  height: 30px;
  width: 80px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.lang-btn .btn {
  width: 152px;
  text-align: center;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
}
.lang-btn:visited {
  color: #FFF;
}
.lang-btn:hover .lang-select-x {
  opacity: 1;
}
.lang-btn .lang-select-x {
  transition: 0.2s;
  opacity: 0;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  z-index: 2;
  width: 103px;
  text-align: center;
  border-radius: 0.375rem;
  padding: 10px 0;
  left: -22px;
}
.lang-btn .lang-select-x a {
  color: #0f261f;
  padding: 3px 0;
}
.lang-btn .lang-select-x a:first-of-type:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #cccccc;
  width: 60%;
  margin: 5px auto;
}
.lang-btn .lang-select-x a:hover {
  color: #00EF00;
}

.app-btns {
  position: absolute;
  right: 0px;
  width: 289px;
  display: flex;
  justify-content: space-between;
  top: 30px;
}
.app-btns .apple-btn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../svg/app-store-logo.svg");
  width: 138px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 2;
}
.app-btns .apple-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-btns .google-btn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../svg/google-play-logo.svg");
  width: 138px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 2;
}
.app-btns .google-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Layout */
.wrapper {
  max-width: 1370px;
  margin: 0px auto;
  padding: 0 40px;
}
.anoucement_bar {
  background-color: #3A4A44;
  text-align: center;
  padding: 10px;
  width: 100%;
  font-family: Gilroy;
  font-weight: 500;
}
.anoucement_bar p {
  font-size: 14px;
  margin: 0;
}
.anoucement_bar p a {
  color: #00EF00;
  font-weight: 600;
}

.site-main.legal-page {
  background-color: #FFF;
  padding: 60px 0;
  color: #0f261f;
}
.site-main.legal-page .wrapper {
  max-width: 1200px;
}
.site-main.legal-page h2 {
  font-family: Gilroy;
  text-transform: uppercase;
  line-height: 85%;
  font-size: 50px;
  margin-bottom: 20px;
}
.site-main.legal-page h2 span {
  color: #00EF00;
}
.site-main.legal-page p {
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.site-main.legal-page em {
  font-weight: 400;
}
.site-main.legal-page a {
  color: #00EF00;
  text-decoration: underline;
}
.site-main.legal-page .wp-block-heading {
  font-size: 17px;
  font-weight: 600;
}
.site-main.legal-page span {
  color: #00EF00;
}
.site-main.legal-page ul {
  padding: 0px 20px 20px 20px;
}
.site-main.legal-page ul li {
  list-style-type: disc;
  padding: 10px;
}

.legal-extras {
  border-top: solid 1px rgba(49, 73, 66, 0.5);
  margin: 40px auto;
  display: block;
}
.legal-extras .app-btns {
  position: relative;
  margin: 0px auto;
}
.legal-extras .app-btns .google-btn {
  background-image: url("../svg/play-store-logo-default.svg");
}
.legal-extras .app-btns .apple-btn {
  background-image: url("../svg/app-store-logo-default.svg");
}

.legal-page-cta {
  text-align: center;
  font-family: Gilroy;
  font-weight: 900 !important;
  font-size: 18px;
  color: #0f261f;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 85%;
  margin-bottom: 0px !important;
}
.legal-page-cta span {
  color: #00EF00;
}

.mobilex-logo {
  cursor: pointer;
}
.mobilex-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
      APN Search Page

      #00EF00;
      #00EF00;
\*------------------------------------*/
.apn-banner-block {
  position: relative;
  width: 100%;
}
.apn-banner-block img {
  max-width: 1800px;
  margin: 0px auto;
  width: 100%;
}
.apn-banner-block .banner-absolute {
  width: 100%;
  position: absolute;
  top: 0;
}
.apn-banner-block .banner-absolute .headline {
  margin-top: 80px;
}
.apn-banner-block .banner-absolute .headline img {
  margin: 0;
  width: auto;
}
.apn-banner-block .banner-absolute p {
  padding-top: 35px;
  max-width: 920px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}
@media screen and (max-width: 1295px) {
  .apn-banner-block .banner-absolute .headline {
    margin-top: 61px;
  }
  .apn-banner-block .banner-absolute .headline img {
    margin: 0;
    width: auto;
    max-width: 750px;
  }
  .apn-banner-block .banner-absolute p {
    max-width: 680px;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
}
@media screen and (max-width: 1011px) {
  .apn-banner-block .banner-absolute .headline {
    margin-top: 38px;
  }
  .apn-banner-block .banner-absolute .headline img {
    margin: 0;
    width: auto;
    max-width: 334px;
    width: 100%;
  }
  .apn-banner-block .banner-absolute p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    max-width: 304px;
  }
}
.apn-banner-block .mobile-only {
  display: none;
}
@media screen and (max-width: 680px) {
  .apn-banner-block .mobile-only {
    display: block;
  }
  .apn-banner-block .desktop-only {
    display: none;
  }
}

.faq-more-info {
  background: #FFF;
  padding: 108px 0;
}
.faq-more-info h2 {
  text-align: center;
  font-family: Gilroy;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 68px */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: #0F261F;
}
.faq-more-info h2 span {
  color: #00EF00;
}
@media screen and (max-width: 1024px) {
  .faq-more-info h2 {
    font-size: 57px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 48.45px */
    letter-spacing: -0.855px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 580px) {
  .faq-more-info h2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 28.9px */
    letter-spacing: -0.51px;
    max-width: 380px;
    margin: 0px auto;
  }
}
.faq-more-info .check-icon-wrap {
  padding-top: 35px;
  max-width: 600px;
  margin: 0px auto;
}
@media screen and (max-width: 1024px) {
  .faq-more-info .check-icon-wrap {
    max-width: 480px;
  }
}
@media screen and (max-width: 580px) {
  .faq-more-info .check-icon-wrap .flex_container.flex_three > .flex_item {
    width: 100%;
  }
}
.faq-more-info .check-icon-wrap .link-icon {
  max-width: 128px;
  margin: 0px auto;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .faq-more-info .check-icon-wrap .link-icon {
    max-width: 108px;
  }
}
@media screen and (max-width: 1024ppx) {
  .faq-more-info {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 680px) {
  .faq-more-info {
    padding: 50px 0 40px;
  }
}

/*------------------------------------*\
      Zendesk Chat Widget
\*------------------------------------*/
#launcher {
  display: none;
}

.mbx-zen-chat {
  width: 45px;
  height: 45px;
  background-image: url(../png/zendesk-chat-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 222;
}

.mbx-zen-chat.active {
  background-image: url("../png/zendesk-close-icon.png") !important;
}
@media screen and (max-width: 540px) {
  .mbx-zen-chat.active {
    background-image: url(../png/zendesk-chat-icon.png) !important;
  }
}

/*------------------------------------*\
      Fonts
\*------------------------------------*/
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-20.woff2") format("woff2"), url("../woff/font.woff") format("woff");
  font-display: block;
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-21.woff2") format("woff2"), url("../woff/font-2.woff") format("woff");
  font-display: block;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-22.woff2") format("woff2"), url("../woff/font-3.woff") format("woff");
  font-display: block;
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-23.woff2") format("woff2"), url("../woff/font-4.woff") format("woff");
  font-display: block;
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-24.woff2") format("woff2"), url("../woff/font-5.woff") format("woff");
  font-display: block;
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-25.woff2") format("woff2"), url("../woff/font-6.woff") format("woff");
  font-display: block;
  font-weight: 800;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-26.woff2") format("woff2"), url("../woff/font-7.woff") format("woff");
  font-display: block;
  font-weight: 900;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-27.woff2") format("woff2"), url("../woff/font-8.woff") format("woff");
  font-display: block;
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-28.woff2") format("woff2"), url("../woff/font-9.woff") format("woff");
  font-display: block;
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-29.woff2") format("woff2"), url("../woff/font-9.woff") format("woff");
  font-display: block;
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-30.woff2") format("woff2"), url("../woff/font-9.woff") format("woff");
  font-display: block;
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../woff2/font-31.woff2") format("woff2"), url("../woff/font-10.woff") format("woff");
  font-display: block;
  font-weight: 500;
  font-style: normal;
}
#help {
  background-color: #00EF00;
  color: #0f261f;
  padding: 60px 0;
}
#help h2 {
  color: #0f261f !important;
}
#help p {
  color: #0f261f;
  font-size: 18px;
  margin-bottom: 40px;
}
#help .need-help-p {
  max-width: 800px;
}

/*------------------------------------*\
Banner
\*------------------------------------*/
#bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.banner-block.x-game-block {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 758px;
  min-height: 758px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block {
    height: 550px;
    min-height: 550px;
  }
}

br.m-only {
  display: none;
}
@media screen and (max-width: 680px) {
  br.m-only {
    display: block;
  }
}

.banner-block.x-game-block:before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 758px;
  background: linear-gradient(107deg, #0E0D08 -7.06%, rgba(0, 0, 0, 0) 76.38%);
  width: 100%;
  height: 758px;
  z-index: 0;
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block:before {
    height: 550px;
    min-height: 550px;
  }
}

.banner-block.x-game-block .banner-content {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  border-bottom: none !important;
}

.banner-block.x-game-block .banner-content .x-games-badge {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 125px;
  height: 195px;
  background-image: url("../png/official-mobile-partner.png");
  position: absolute;
  right: 0;
  top: 60px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .banner-block.x-game-block .banner-content .x-games-badge {
    width: 113.461px;
    height: 177.939px;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block .banner-content .x-games-badge {
    width: 68.553px;
    height: 107.51px;
    top: 30px;
  }
}

.banner-block.x-game-block.xgames-page .banner-content .x-games-badge {
  width: 103.152px;
  height: 161.771px;
  top: 160px;
  z-index: 999999999;
}
@media screen and (max-width: 1024px) {
  .banner-block.x-game-block.xgames-page .banner-content .x-games-badge {
    width: 78.751px;
    height: 123.503px;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block.xgames-page .banner-content .x-games-badge {
    width: 63.686px;
    height: 99.878px;
    top: 35px;
  }
}

.xgames-burst {
  width: 100%;
  display: block;
  position: absolute;
  background-image: url(../png/xgames-burst.png);
  background-size: contain;
  height: 758px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 70px 10px;
}
@media screen and (max-width: 1210px) {
  .xgames-burst {
    background-position: -30px 49px;
  }
}
@media screen and (max-width: 980px) {
  .xgames-burst {
    background-position: 100px 295px;
  }
}
@media screen and (max-width: 680px) {
  .xgames-burst {
    background-position: -130px 195px;
    background-size: 860px;
  }
}
@media screen and (max-width: 580px) {
  .xgames-burst {
    background-position: -210px 174px;
  }
}
@media screen and (max-width: 480px) {
  .xgames-burst {
    background-position: -332px 187px;
  }
}

.banner-block.x-game-block .banner-content h2 {
  text-transform: uppercase;
  font-size: 116.288px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%;
  letter-spacing: -2.151px;
  max-width: 1050px;
  margin: 0;
  padding-top: 167px;
}
@media screen and (max-width: 1330px) {
  .banner-block.x-game-block .banner-content h2 {
    font-size: 116.288px !important;
    max-width: 1050px !important;
  }
}
@media screen and (max-width: 1210px) {
  .banner-block.x-game-block .banner-content h2 {
    font-size: 85px !important;
    max-width: 925px !important;
    padding-top: 171px;
  }
}
@media screen and (max-width: 920px) {
  .banner-block.x-game-block .banner-content h2 {
    font-size: 65px !important;
    max-width: 695px !important;
  }
}
@media screen and (max-width: 740px) {
  .banner-block.x-game-block .banner-content h2 {
    font-size: 55px !important;
    max-width: 580px !important;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block .banner-content h2 {
    font-size: 45px !important;
    max-width: 377px !important;
    text-align: left !important;
    letter-spacing: -0.833px;
    padding-top: 64px;
  }
}

@media screen and (max-width: 1084px) {
  .banner-block.x-game-block.xgames-page {
    height: 700px;
    min-height: 700px;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block.xgames-page {
    height: 558px;
    min-height: 558px;
  }
}

.banner-block.x-game-block.xgames-page .banner-content h2 {
  text-transform: uppercase;
  font-size: 116.288px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%;
  letter-spacing: -2.151px;
  max-width: 1050px;
  margin: 0;
  padding-top: 117px;
}
@media screen and (max-width: 1330px) {
  .banner-block.x-game-block.xgames-page .banner-content h2 {
    font-size: 116.288px !important;
    max-width: 1050px !important;
  }
}
@media screen and (max-width: 1210px) {
  .banner-block.x-game-block.xgames-page .banner-content h2 {
    font-size: 91.343px !important;
    max-width: 925px !important;
    padding-top: 171px;
  }
}
@media screen and (max-width: 920px) {
  .banner-block.x-game-block.xgames-page .banner-content h2 {
    font-size: 65px !important;
    max-width: 695px !important;
  }
}
@media screen and (max-width: 740px) {
  .banner-block.x-game-block.xgames-page .banner-content h2 {
    font-size: 55px !important;
    max-width: 580px !important;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block.xgames-page .banner-content h2 {
    font-size: 46.5px !important;
    max-width: 377px !important;
    text-align: left !important;
    letter-spacing: -0.833px;
    padding-top: 64px;
  }
}
.banner-block.x-game-block.xgames-page .banner-content h2 span {
  color: #00EF00;
}
.banner-block.x-game-block.xgames-page .banner-content h2 span.small {
  font-size: 85px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 72.25px */
  letter-spacing: -1.573px;
  text-transform: uppercase;
}
@media screen and (max-width: 1210px) {
  .banner-block.x-game-block.xgames-page .banner-content h2 span.small {
    font-size: 64.702px !important;
  }
}
@media screen and (max-width: 920px) {
  .banner-block.x-game-block.xgames-page .banner-content h2 span.small {
    font-size: 45px !important;
    max-width: 695px !important;
  }
}
@media screen and (max-width: 740px) {
  .banner-block.x-game-block.xgames-page .banner-content h2 span.small {
    font-size: 45px !important;
    max-width: 580px !important;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block.xgames-page .banner-content h2 span.small {
    font-size: 28.417px !important;
  }
}

.banner-block.x-game-block .banner-content h2 span {
  color: #00EF00;
}
.banner-block.x-game-block .banner-content h2 span.small {
  font-size: 85px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 72.25px */
  letter-spacing: -1.573px;
  text-transform: uppercase;
}
@media screen and (max-width: 1210px) {
  .banner-block.x-game-block .banner-content h2 span.small {
    font-size: 64.702px !important;
  }
}

.banner-block.x-game-block .banner-content p {
  font-size: 24px;
  max-width: 695px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1024px) {
  .banner-block.x-game-block .banner-content p {
    font-size: 21.73px;
    line-height: 130%;
    margin-bottom: 120px;
    max-width: 620px;
  }
}
@media screen and (max-width: 740px) {
  .banner-block.x-game-block .banner-content p {
    max-width: 480px;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block .banner-content p {
    margin-bottom: 0px;
    text-align: left;
    font-size: 15px !important;
    max-width: 272px;
    margin-top: 67px;
  }
}

.banner-block.x-game-block .banner-content strong {
  font-style: normal;
}
.banner-block.x-game-block .banner-content strong span {
  color: #00EF00;
}

.banner-block.x-game-block .banner-content a:first-of-type {
  margin-right: 40px;
  width: 189.142px;
  height: 46.787px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}
@media screen and (max-width: 680px) {
  .banner-block.x-game-block .banner-content a:first-of-type {
    margin: 13px 0 0;
    height: 55px !important;
    font-size: 18px !important;
    padding-top: 13px;
  }
}

.banner-block.x-game-block .download-content {
  position: absolute;
  bottom: -52px;
  width: 96%;
  text-align: center;
  padding: 40px 0;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 85%;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}

.banner-block.x-game-block .download-content span {
  color: #00EF00;
}

@media (max-width: 895px) {
  .banner-block .banner-content .x-games-badge {
    position: relative;
    top: 52px;
  }
}
@media (max-width: 680px) {
  .banner-block .banner-content .x-games-badge {
    margin: 10px auto 40px;
    width: 68.553px;
    height: 107.51px;
  }
}
.enter-bar {
  width: 100%;
  height: 98px;
  z-index: 1;
  position: relative;
  background: rgba(15, 38, 31, 0.55);
  position: absolute;
  bottom: 0;
}
.enter-bar .m-show {
  display: none;
}
@media screen and (max-width: 1084px) {
  .enter-bar {
    height: 107.785px;
  }
}
.enter-bar p {
  font-size: 26px;
  font-style: normal;
  line-height: 130%; /* 33.8px */
  padding-top: 32px;
}
@media screen and (max-width: 1084px) {
  .enter-bar p {
    font-size: 22px;
    padding-top: 24px;
  }
  .enter-bar p strong {
    display: block;
    width: 100%;
  }
  .enter-bar p .tab-hide {
    display: none;
  }
}
@media screen and (max-width: 557px) {
  .enter-bar {
    height: 102.858px;
  }
  .enter-bar .m-show {
    display: block;
  }
  .enter-bar p {
    font-size: 18px;
    padding-top: 16px;
  }
}

/*------------------------------------*\
     Cookies
\*------------------------------------*/
.cky-revisit-bottom-left {
  display: none !important;
}

/*cookie notice */
.cky-consent-container .cky-consent-bar {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn {
  border-radius: 0 !important;
}

.cky-box-bottom-left {
  left: 30px !important;
  bottom: 30px !important;
}
@media screen and (max-width: 800px) {
  .cky-box-bottom-left {
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%);
    max-width: 90%;
    margin-bottom: 4.5%;
  }
}
@media screen and (max-width: 440px) {
  .cky-box-bottom-left {
    max-width: 90% !important;
    padding: 10px 0 !important;
  }
}

.cky-consent-container {
  width: 395px !important;
}

.cky-notice-des *, .cky-preference-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
  font-size: 13px !important;
  line-height: 18px !important;
}

@media screen and (max-width: 440px) {
  .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
    padding: 0 10px !important;
  }
  .cky-consent-container .cky-consent-bar {
    padding: 0 0 10px !important;
  }
}
/*------------------------------------*\
      Header
\*------------------------------------*/
main {
  position: relative;
  top: 140px;
  margin-bottom: 140px;
  overflow-x: hidden;
}

.scroll-down .site-header, .scroll-down .anoucement_bar {
  transform: translate3d(0, -140%, 0);
}

.anoucement_bar {
  position: fixed;
  top: 0;
  transition: 0.5s;
  z-index: 99;
  height: 40px;
}

.site-header {
  position: fixed;
  top: 40px;
  border-bottom: solid 1px rgba(49, 73, 66, 0.5);
  height: 100px;
  padding: 30px 0;
  width: 100%;
  background-color: rgba(15, 38, 31, 0.75);
  transition: 0.5s;
  z-index: 99;
}

.site-branding {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 330px;
  float: left;
}

.mobilex-logo {
  width: 146.887px;
  height: 32.15px;
  position: relative;
  margin-right: 17px;
  top: 4px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../svg/mobilex.svg");
}

.mobilex-nascar {
  width: 272.997px;
  height: 64.004px;
  position: relative;
  margin-right: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../png/m-nascar-logo.png");
}

.menu-btns {
  width: 300px;
  display: flex;
  justify-content: right;
  float: right;
  position: relative;
  top: -5px;
}

#site-navigation {
  display: block;
  width: 650px;
  margin-top: 8px;
  float: right;
}
#site-navigation ul {
  position: absolute;
  left: 48%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 645px;
}
#site-navigation ul li {
  margin-right: 36px;
}
#site-navigation ul li:last-of-type {
  margin-right: 0;
}
#site-navigation ul li a {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Gilroy;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 103%;
  color: #FFF;
  transition: 0.2s;
}
#site-navigation ul li a:hover {
  color: #11AD76;
}

.main-navigation ul ul a {
  width: auto !important;
}

ul.sub-menu {
  display: none;
  position: absolute;
  z-index: -1 !important;
  margin-top: 60px;
  background-color: #0F261F;
  border-radius: 8px;
  left: 30px !important;
  padding-bottom: 8px;
  padding-left: 6px;
  top: -7px !important;
  padding-top: 25px;
  width: 120px;
}

.big-sub ul.sub-menu {
  left: 80px !important;
  top: 30px !important;
  width: 220px;
}

#site-navigation ul li.big-sub ul.sub-menu li {
  max-width: 205px;
}

/* Show the submenu when parent menu item is hovered */
li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul.sub-menu:hover {
  display: block !important;
}

/* Style the dropdown links */
#site-navigation ul li ul.sub-menu li {
  display: block;
  clear: both;
  margin-right: 0px;
  max-width: 110px;
  position: relative;
  left: 16px;
}

ul.sub-menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333; /* Text color for dropdown links */
}

/* Optional: Style the parent menu item to indicate it has a dropdown */
li.menu-item-has-children > a {
  /* Add styling, such as an arrow indicator */
}

.split-cta-block {
  background-color: #FFF;
  padding: 160px 0;
}
.split-cta-block .flex_item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}
.split-cta-block h2 {
  font-size: 5.563rem;
  color: #00EF00;
  font-family: Gilroy;
  text-transform: uppercase;
  line-height: 5rem;
}
.split-cta-block h2 span {
  color: #FFF !important;
}
.split-cta-block p {
  color: #0f261f;
  max-width: 452px;
  margin: 0;
  width: 100%;
  font-size: 1.063rem;
}

@media (max-width: 1330px) {
  .big-sub ul.sub-menu {
    top: 0px !important;
  }
  #site-navigation ul li ul.sub-menu {
    position: relative;
    margin: -15px auto 5px;
    float: none;
    width: 100%;
    background-color: transparent;
    box-shadow: unset;
    left: unset !important;
    transform: none;
    z-index: 999 !important;
  }
  #site-navigation ul li ul.sub-menu li {
    left: inherit;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    max-width: 100% !important;
  }
  #site-navigation ul li ul.sub-menu li a {
    font-size: 18px !important;
    margin: 10px auto !important;
    max-width: 100% !important;
  }
}
.check-icon:before {
  content: "";
  display: inline-block;
  float: left;
  width: 105px;
  height: 70px;
  background-image: url(../svg/checkmark-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------*\
      Footer
\*------------------------------------*/
.bg-darkgreen {
  background-color: #0F261F;
}

.need-help-btns {
  max-width: 415px;
  margin: 0 auto;
  display: inline-block;
  justify-content: space-between;
}
.need-help-btns p {
  font-size: 18px !important;
}
.need-help-btns .btn {
  width: 195px;
  height: 65px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0F261F;
  color: #FFF !important;
}
.need-help-btns .round-img-btn {
  border-radius: 5px;
  height: 65px;
  overflow: hidden;
  width: 195px;
  background-color: #FFF;
}
.need-help-btns .logo-link {
  border-radius: 5px;
  height: 65px;
  width: 165px;
  display: block;
  margin: 0px auto;
}
.need-help-btns a {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .need-help-btns {
    flex-direction: column;
  }
  .need-help-btns a {
    float: none;
    margin-bottom: 20px;
  }
}

.logo-link {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-image: url("../svg/mx-logo-peoplesnetwork.svg");
  margin: 20px;
}

.site-footer {
  padding-top: 44px;
  padding-bottom: 30px;
  background-color: #0F261F;
}
.site-footer .apple-btn, .site-footer .google-btn {
  width: 114px;
  display: inline-block;
  margin: 0 10px;
  float: left;
}
.site-footer h3 {
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 30px */
  color: #91AD99;
  margin-bottom: 30px;
}

.footer-extra-content {
  padding-top: 62px;
}

.footer-nav ul li {
  padding: 5px 0;
}
.footer-nav ul li a {
  color: #FFFFFF;
}
.footer-nav ul li a:hover {
  color: #11AD76;
}

.footer-border {
  border-top: solid 1px #91AD99;
  padding-top: 16px;
  margin: 40px auto 0;
}
@media screen and (max-width: 800px) {
  .footer-border {
    display: none;
  }
}

.footer-border-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .footer-border-mobile {
    display: block;
    text-align: center;
  }
}

.footer-help {
  background-color: #D2E9E0;
  padding: 140px 0;
}
.footer-help .wrapper {
  max-width: 1200px;
}
.footer-help .flex_item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}
.footer-help h2 {
  font-size: 5.563rem;
  color: #0F261F;
  font-family: Gilroy;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 900;
}
.footer-help p {
  color: #0f261f;
  max-width: 452px;
  margin: 15px auto;
  width: 100%;
  font-size: 1.063rem;
  line-height: 26px;
}

.site-info {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}
.site-info p {
  color: #91AD99;
  font-family: Gilroy;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
}
.site-info .legal-gap {
  display: inline-block;
  width: 65px;
}
.site-info a {
  color: #91AD99;
  text-decoration: underline;
  margin: 0 2px;
}

footer .mobilex-logo {
  background-image: url("../svg/mobilex.svg");
}
footer .mobilex-logo:after {
  display: none;
}
footer .app-btns {
  position: relative;
  float: right;
  top: 0;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1255px) {
  footer .app-btns .apple-btn {
    width: 100px;
    margin: 0;
  }
  footer .app-btns .google-btn {
    width: 100px;
  }
}
footer .app-btns h3 {
  font-size: 15px;
  top: 12px;
  position: relative;
  float: left;
  margin-right: 13px;
}
#legal-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
#legal-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
#legal-menu li:last-of-type {
  margin-right: 0;
}
#legal-menu li a {
  text-decoration: underline;
}

.social-icons {
  text-align: center;
  float: left;
}
.social-icons a {
  display: inline-block;
  margin: 10px 20px 10px 0px;
}

.with-border {
  padding: 40px 0px;
  margin: 0 auto;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.footer-search {
  position: relative;
  max-width: 280px;
}
.footer-search input {
  background-color: #94A5A4;
  border: none;
  height: 45px;
  min-width: 283px;
  width: 283px;
  position: relative;
  outline: none !important;
  text-indent: 10px;
}
.footer-search input :focus {
  outline: none;
}
@media screen and (max-width: 1050px) {
  .footer-search input {
    width: 90%;
    min-width: 90%;
  }
}
.footer-search .search-field::placeholder {
  color: #5E6F71 !important;
  font-family: Gilroy;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120%;
  text-indent: 10px;
}
.footer-search .search-submit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  .footer-search .search-submit {
    right: 13%;
  }
}
.footer-search .search-submit img {
  width: 20px; /* Adjust the size of the icon */
  height: 20px;
}

/*Footer mobile */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* Hide the clear button in Firefox */
input[type=search]::-moz-search-cancel-button {
  display: none;
}

/*------------------------------------*\
     Little Edits
\*------------------------------------*/
.mobx-legacy .tooltip > ul {
  min-width: 300px;
}

.mobx-compatibility {
  position: relative;
}

.tooltip {
  right: -7px !important;
  top: 110px;
  background: white;
  width: 100%;
  height: 230px;
}

/*------------------------------------*\
      Banner
\*------------------------------------*/
.banner-block {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80vh;
  min-height: 1080px;
  position: relative;
}
.banner-block:before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 1080px;
  background: linear-gradient(107deg, #0E0D08 -7.06%, rgba(0, 0, 0, 0) 76.38%);
  width: 100%;
  height: 80vh;
  z-index: 0;
}
.banner-block .banner-content {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.banner-block .banner-content h2 {
  text-transform: uppercase;
  font-family: Gilroy;
  font-size: 145px;
  max-width: 910px;
  margin: 0;
  line-height: 131px;
  padding-top: 100px;
  font-weight: 900;
}
.banner-block .banner-content h2 span {
  color: #00EF00;
}
.banner-block .banner-content p {
  font-size: 24px;
  margin: 20px 0 24px;
  max-width: 762px;
}
.banner-block .banner-content strong {
  font-family: Gilroy;
  font-style: italic;
}
.banner-block .banner-content a:first-of-type {
  margin-right: 40px;
}

.no-overlay.banner-block:before {
  display: none;
}

.banner-block-download {
  position: relative;
  width: 100%;
  display: block;
  top: -90px;
  z-index: 1;
  margin-bottom: -138px;
}
@media screen and (max-width: 800px) {
  .banner-block-download {
    top: -160px;
  }
}

.download-content {
  position: relative;
  width: 96%;
  text-align: center;
  padding: 40px 0;
  text-transform: uppercase;
  font-family: Gilroy;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 20px;
  line-height: 85%;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  font-weight: 900;
}
.download-content span {
  color: #00EF00;
}

.download-text {
  width: calc(100% - 579px);
  margin: 0px auto;
}
@media screen and (max-width: 1430px) {
  .download-text {
    width: 100%;
    max-width: 365px;
  }
}

.banner-block-download.dark {
  background-color: #FFF;
}
.banner-block-download.dark .slider-btns img {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.banner-block-download.dark .app-btns .apple-btn {
  background-image: url("../svg/apple-store.svg");
}
.banner-block-download.dark .app-btns .google-btn {
  background-image: url("../svg/google-play.svg");
}
.banner-block-download.dark .download-content {
  background-color: #FFF;
  color: #0f261f !important;
}
.banner-block-download.dark .download-content span {
  color: #00EF00;
}
.flick-btn {
  float: left;
  top: -8px;
  position: relative;
  margin-right: 5px;
}

.slider-btns {
  float: left;
  width: auto;
}
@media screen and (max-width: 800px) {
  .slider-btns {
    float: none;
    position: relative;
    top: 0px;
    margin: 0px auto;
    width: 100%;
    clear: both;
    height: 50px;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 800px) {
  .hero-banner-slider .hero-slider {
    margin-bottom: -84px !important;
  }
}

.store-icons {
  display: block;
  position: relative;
  float: right;
  top: -23px;
}
.store-icons .cart-icon {
  width: 19.157px;
  height: 19.473px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../svg/cart-icon.svg");
}
@media screen and (max-width: 800px) {
  .store-icons .cart-icon {
    width: 16px;
    height: 16px;
    position: relative;
    top: 6px;
  }
}

.banner-block.nascar-banner::before {
  display: none;
}
@media screen and (max-width: 680px) {
  .banner-block.nascar-banner {
    height: 640px;
    min-height: 640px;
    background-image: url("../png/mobile-background.png") !important;
  }
}
.banner-block.nascar-banner .nascar-mobile-content {
  display: none;
}
@media screen and (max-width: 680px) {
  .banner-block.nascar-banner .nascar-mobile-content {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.nascar-banner .nascar-desktop-content {
    display: none;
  }
}
.banner-block.nascar-banner .nascar-m-break {
  display: none;
}
@media screen and (max-width: 680px) {
  .banner-block.nascar-banner .nascar-m-break {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.nascar-banner .nascar-mobile-space {
    height: 200px;
  }
}
.banner-block.nascar-banner #get-started-pack-click {
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 680px) {
  .banner-block.nascar-banner #get-started-pack-click {
    margin: 0;
    max-width: 180px;
    padding: 10px 0;
  }
}
.banner-block.nascar-banner .banner-content {
  border-bottom: 0;
}
.banner-block.nascar-banner .banner-content strong {
  font-style: normal;
}
.banner-block.nascar-banner .banner-content strong span {
  color: #00EF00;
}
.banner-block.nascar-banner .banner-content h2 {
  font-size: 120px;
  max-width: 1200px;
  line-height: 110px;
}
@media screen and (max-width: 1450px) {
  .banner-block.nascar-banner .banner-content h2 {
    font-size: 100px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1330px) {
  .banner-block.nascar-banner .banner-content h2 {
    font-size: 100px !important;
    line-height: 90px;
    max-width: 1000px !important;
  }
}
@media screen and (max-width: 1035px) {
  .banner-block.nascar-banner .banner-content h2 {
    font-size: 90px !important;
    line-height: 85%;
  }
}
@media screen and (max-width: 920px) {
  .banner-block.nascar-banner .banner-content h2 {
    font-size: 60px !important;
    line-height: 85%;
    max-width: 600px !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.nascar-banner .banner-content h2 {
    font-size: 50px !important;
    line-height: 85%;
    max-width: 400px !important;
    text-align: left !important;
    padding-top: 15px;
  }
}
@media screen and (max-width: 380px) {
  .banner-block.nascar-banner .banner-content h2 {
    font-size: 42px !important;
  }
}
.banner-block.nascar-banner .banner-content span {
  color: #00EF00;
}
.banner-block.nascar-banner .banner-content p {
  max-width: 823px;
}
@media screen and (max-width: 1035px) {
  .banner-block.nascar-banner .banner-content p {
    max-width: 575px;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.nascar-banner .banner-content p {
    text-align: left !important;
    font-size: 18px;
  }
}
.banner-block.nascar-banner .banner-content p.nascar-info {
  max-width: 380px;
}
@media screen and (max-width: 1035px) {
  .banner-block.nascar-banner .banner-content p.nascar-info {
    max-width: 575px;
  }
}
.banner-block.nascar-banner .nascar-banner-img {
  background-image: url("../png/nascar-banner.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  max-width: 1760px;
  height: 89%;
  min-height: 423px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 0px);
  transform: translate(-50%);
}
@media screen and (max-width: 1035px) {
  .banner-block.nascar-banner .nascar-banner-img {
    max-width: 575px;
    width: 122%;
    max-width: 1760px;
    height: 84%;
    min-height: 423px;
    position: absolute;
    bottom: 0;
    left: calc(41% + 0px);
    transform: translate(-50%);
  }
}
@media screen and (max-width: 920px) {
  .banner-block.nascar-banner .nascar-banner-img {
    min-height: 423px;
    height: 87%;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.nascar-banner .nascar-banner-img {
    height: 97%;
  }
}

.banner-block.sim-banner {
  background-color: #00EF00;
  background-blend-mode: multiply;
  overflow: hidden;
}
.banner-block.sim-banner .wrapper {
  max-width: 1780px;
}
@media screen and (max-height: 600px) {
  .banner-block.sim-banner {
    min-height: 1070px;
  }
}
@media screen and (max-width: 560px) {
  .banner-block.sim-banner {
    min-height: 0;
    height: 600px;
    padding-top: 15px;
  }
}
.banner-block.sim-banner .banner-content strong {
  font-style: normal;
}
.banner-block.sim-banner .banner-content strong span {
  color: #00EF00;
}
.banner-block.sim-banner .banner-content span {
  color: #00EF00;
}
.banner-block.sim-banner .banner-content {
  border-bottom: none !important;
}
.banner-block.sim-banner .banner-content h2 {
  padding-top: 40px;
}
@media screen and (min-width: 1700px) {
  .banner-block.sim-banner .banner-content h2 {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1330px) {
  .banner-block.sim-banner .banner-content h2 {
    font-size: 120px !important;
    line-height: 110px;
  }
}
@media screen and (max-width: 1164px) {
  .banner-block.sim-banner .banner-content h2 {
    text-align: left !important;
    font-size: 100px !important;
    max-width: 630px !important;
  }
}
@media screen and (max-width: 1015px) {
  .banner-block.sim-banner .banner-content h2 {
    text-align: left !important;
    font-size: 80px !important;
    max-width: 500px !important;
  }
}
@media screen and (max-width: 825px) {
  .banner-block.sim-banner .banner-content h2 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.sim-banner .banner-content h2 {
    font-size: 51px !important;
    max-width: 327px !important;
  }
}
@media screen and (max-width: 560px) {
  .banner-block.sim-banner .banner-content h2 {
    font-size: 43px !important;
    max-width: 268px !important;
    padding-top: 20px;
    min-height: 165px;
  }
}
.banner-block.sim-banner::before {
  display: none;
}
.banner-block.sim-banner .sim-product {
  background-image: url("../png/sim-pack-updated.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  max-width: 1760px;
  height: 89%;
  min-height: 423px;
  position: absolute;
  top: 32px;
  left: calc(50% + 0px);
  transform: translate(-50%);
}
@media screen and (max-width: 1700px) {
  .banner-block.sim-banner .sim-product {
    left: calc(50% + 60px);
  }
}
@media screen and (max-width: 1130px) {
  .banner-block.sim-banner .sim-product {
    height: 72%;
    left: calc(50% + 60px);
  }
}
@media screen and (max-width: 825px) {
  .banner-block.sim-banner .sim-product {
    width: 500px;
    top: 120px;
    z-index: 2;
    left: 65%;
    height: 57%;
  }
}
@media screen and (max-width: 560px) {
  .banner-block.sim-banner .sim-product {
    max-width: 380px;
    width: 100%;
    top: 45px;
    z-index: 2;
    left: 50%;
  }
}
.banner-block.sim-banner .banner-content p {
  max-width: 712px;
  margin: 65px 0 55px;
}
@media screen and (min-width: 1700px) {
  .banner-block.sim-banner .banner-content p {
    max-width: 864px;
  }
}
@media screen and (max-width: 1330px) {
  .banner-block.sim-banner .banner-content p {
    max-width: 449px;
  }
}
@media screen and (max-width: 1130px) {
  .banner-block.sim-banner .banner-content p {
    max-width: 303px;
    font-size: 20px;
  }
}
@media screen and (max-width: 825px) {
  .banner-block.sim-banner .banner-content p {
    max-width: 100%;
    text-align: left !important;
    margin-top: 250px;
    margin-top: 300px;
  }
}
@media screen and (max-width: 525px) {
  .banner-block.sim-banner .banner-content p {
    font-size: 15px !important;
    margin-top: 241px;
    margin-bottom: 0px;
  }
}
.banner-block.sim-banner .banner-content a {
  display: inline-block !important;
}
.banner-block.sim-banner .sim-break {
  display: block;
}
/* ESIM Banner */
.banner-block.esim {
  background-color: #00EF00;
  background-blend-mode: multiply;
  overflow: hidden;
  padding-top: 60px;
  height: 838px;
  min-height: 838px;
}
@media screen and (max-height: 600px) {
  .banner-block.esim {
    min-height: 1070px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .banner-block.esim {
    height: 668px;
    min-height: 668px;
    padding-top: 20px;
  }
}
.banner-block.esim .wrapper {
  max-width: 1580px;
  margin: 0px auto;
}
.banner-block.esim .mobilex-logo {
  width: 251.889px;
  height: 55.133px;
}
@media screen and (max-width: 680px) {
  .banner-block.esim .mobilex-logo {
    width: 157.5px;
    height: 34.473px;
  }
}
.banner-block.esim .m-show.btn {
  display: none !important;
}
@media screen and (max-width: 950px) {
  .banner-block.esim .m-show.btn {
    display: block !important;
    max-width: 189px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 0;
    height: 55px;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.esim .m-show.btn {
    margin: 20px 0;
  }
}
.banner-block.esim::before {
  display: none;
}
.banner-block.esim .banner-content span {
  color: #00EF00;
}
.banner-block.esim .banner-content {
  border-bottom: none !important;
  width: 65%;
}
@media screen and (max-width: 1375px) {
  .banner-block.esim .banner-content {
    max-width: 700px;
  }
}
@media screen and (max-width: 950px) {
  .banner-block.esim .banner-content {
    width: 100%;
    max-width: 600px;
  }
}
.banner-block.esim .banner-content .first-p {
  max-width: 400px;
}
@media screen and (max-width: 950px) {
  .banner-block.esim .banner-content .first-p {
    max-width: 134px;
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .banner-block.esim .banner-content .first-p {
    padding-bottom: 40px;
  }
}
.banner-block.esim .banner-content .qr-code-img {
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  .banner-block.esim .banner-content .qr-code-img {
    display: none;
  }
}
.banner-block.esim .banner-content h2 {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 85%; /* 115.753px */
}
@media screen and (max-width: 1590px) {
  .banner-block.esim .banner-content h2 {
    font-size: 135px;
  }
}
@media screen and (max-width: 1450px) {
  .banner-block.esim .banner-content h2 {
    font-size: 125px;
  }
}
@media screen and (max-width: 1375px) {
  .banner-block.esim .banner-content h2 {
    font-size: 100px !important;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1020px) {
  .banner-block.esim .banner-content h2 {
    font-size: 90px !important;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 950px) {
  .banner-block.esim .banner-content h2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 680px) {
  .banner-block.esim .banner-content h2 {
    text-align: left !important;
  }
}
@media screen and (max-width: 620px) {
  .banner-block.esim .banner-content h2 {
    font-size: 70px !important;
    max-width: 440px !important;
  }
}
@media screen and (max-width: 500px) {
  .banner-block.esim .banner-content h2 {
    font-size: 52px !important;
    max-width: 330px !important;
  }
}
@media screen and (max-width: 400px) {
  .banner-block.esim .banner-content h2 {
    padding-bottom: 10px;
  }
}
.banner-block.esim .banner-content a {
  display: inline-block !important;
}
.banner-block.esim .banner-content p {
  max-width: 780px;
}
@media screen and (max-width: 680px) {
  .banner-block.esim .banner-content p {
    text-align: left !important;
  }
}
.banner-block.esim .banner-content strong {
  font-style: normal;
}
.banner-block.esim .banner-content strong span {
  color: #00EF00;
}
.banner-block.esim .esim-hand {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  z-index: 22;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .banner-block.esim .esim-hand {
    z-index: 0;
    max-width: 100%;
  }
}
.banner-block.esim .esim-hand img {
  max-width: 620px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .banner-block.esim .esim-hand img {
    right: -100px;
  }
}
@media screen and (max-width: 950px) {
  .banner-block.esim .esim-hand img {
    max-width: 430px;
    z-index: 1;
    position: relative;
    right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-block.esim .esim-hand img {
    max-width: 350px;
  }
}
@media screen and (max-width: 400px) {
  .banner-block.esim .esim-hand img {
    max-width: 300px;
    right: -70px !important;
  }
}
.banner-block.esim .compatiple-msg {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 130%; /* 20.8px */
}
@media screen and (max-width: 950px) {
  .banner-block.esim .compatiple-msg {
    max-width: 120px !important;
    font-size: 10px !important;
  }
}

/*------------------------------------*\
      Plans Block
\*------------------------------------*/
.plan-legal {
  color: #0E0D08;
  text-align: center;
  max-width: 1170px;
  margin: 10px auto 0px;
}

.plans-block {
  background-color: #00EF00;
  padding: 20px 0 100px;
}
.plans-block .price_svg {
  width: 100%;
}
.plans-block .price_svg img {
  height: auto;
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  display: block;
  padding-top: 28px;
}
.plans-block sup {
  font-family: Gilroy;
  font-size: 1rem;
  top: -34px;
  margin-right: -5px;
}
.plans-block .highlight.dark {
  color: #0f261f;
}
.plans-block h3 {
  font-size: 57px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 51px */
  letter-spacing: -0.9px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px;
}
.plans-block h3 span {
  color: #0f261f;
}
.plans-block h3.small {
  font-size: 63px;
  color: #0f261f;
  max-width: 1370px;
  margin: 40px auto;
}
.plans-block h3.small span {
  color: #CD040B;
}
.plans-block .plan-cards {
  max-width: 1554px;
  margin: 0px auto;
}
.plans-block .plan-card {
  border-radius: 10px;
  background-color: #FFF;
  color: #0f261f;
  max-width: 480px;
  margin: 20px;
  min-height: 635px;
}
.plans-block .plan-card.row-1 .card-info {
  padding-top: 1px;
}
.plans-block .plan-card.row-1 .plan-card-header:after {
  display: none;
  content: "starting at";
  position: absolute;
  bottom: -70px;
  font-family: Gilroy;
  font-size: 17px;
  color: #0f261f;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plans-block .plan-card.row-1 .price_svg img {
  max-width: 208px;
  padding-top: 15px;
}
.plans-block .plan-card.row-2 .price_svg img {
  max-width: 280px;
}
.plans-block .plan-card.row-3 .price_svg img {
  max-width: 318px;
}
.plans-block .plan-card-header {
  position: relative;
  width: 100%;
  background-color: #0F261F;
  padding: 40px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 39.95px */
  letter-spacing: -0.705px;
  text-transform: uppercase;
}
.plans-block .plan-card-header span {
  color: #00EF00;
  display: block;
}
.plans-block .price {
  font-family: Gilroy;
  text-transform: uppercase;
  text-align: center;
  font-size: 8.75rem;
  margin: 0 0 -70px 0;
  position: relative;
}
.plans-block .price sup {
  font-size: 4rem;
  top: -40px;
  right: -27px;
}
.plans-block .price .price_dollar {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 3rem;
}
.plans-block .price .price_dollar:after {
  content: "/mo*";
  font-size: 2.5rem;
  display: block;
  position: absolute;
  right: -94px;
  text-transform: lowercase;
  top: 100px;
}
.plans-block .price .price_cents {
  font-size: 5rem;
  position: relative;
  top: -40px;
  left: -30px;
}
.plans-block .price .price_terms {
  font-size: 2.4rem;
  position: relative;
  top: 109px;
  left: 251px;
  text-transform: lowercase;
  position: absolute;
}
.plans-block .card-info {
  padding: 20px 20px 0;
  text-align: center;
  margin-top: 10px;
}
.plans-block .card-info p {
  font-family: Gilroy;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 15px 0;
  padding: 0 20px;
}
.plans-block .card-info p strong {
  font-family: Gilroy;
}
.plans-block .card-info p strong em {
  font-family: Gilroy;
  font-style: normal;
}
.plans-block .card-info hr {
  max-width: 94px;
  margin: 0px auto;
  border-radius: 1px;
  height: 2px;
  background-color: #00EF00;
}
.plans-block .card-info h5 {
  font-family: Gilroy;
  font-size: 4rem;
  margin: 0;
  font-weight: 900;
}
.plans-block .card-info h5 em {
  font-size: 27px;
  font-style: normal;
  display: inline-block;
  max-width: 181px;
  text-align: left;
  line-height: 1;
  position: relative;
  top: 0px;
}

.network-image {
  max-width: 850px;
  margin: 0px auto;
  padding: 0 40px;
}

/*------------------------------------*\
     Modal Popup
\*------------------------------------*/
.modal-popup {
  position: fixed;
  width: 40vw;
  max-width: 600px;
  height: 98vh;
  right: -40vw;
  background-color: #FFF;
  z-index: 999;
  transition: 0.5s;
  top: 10px;
}
.modal-popup.active {
  right: 0px;
}
.modal-popup .modal-content {
  text-align: center;
}
.modal-popup .modal-content h2 {
  text-transform: uppercase;
  color: #00EF00;
  font-size: 3rem;
  line-height: 85%;
}
.modal-popup .modal-content h2 span {
  color: #0f261f;
}
.modal-popup .modal-content .app-btns {
  margin: 10px auto;
  text-align: center;
  position: relative;
}
.modal-popup .modal-content .app-btns .apple-btn {
  background-image: url("../svg/app-store-logo-default.svg");
  margin: 0px auto;
  display: block;
  background-color: transparent;
  cursor: pointer;
}
.modal-popup .modal-content .app-btns .apple-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-popup .modal-content .app-btns .google-btn {
  background-image: url("../svg/play-store-logo-default.svg");
  margin: 0px auto;
  display: block;
  background-color: transparent;
  cursor: pointer;
}
.modal-popup .modal-content .app-btns .google-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-popup .close {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../svg/close.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.2s;
}
.modal-popup .close:hover {
  opacity: 0.5;
}
.modal-popup .qr-image {
  max-width: 300px;
  width: 100%;
  margin: 20px auto -100px;
}

/*------------------------------------*\
     Sim Block
\*------------------------------------*/
.sim-block {
  padding: 100px 0 0;
  background-color: #FFF;
  width: 100%;
  color: #0f261f;
  text-align: center;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.sim-block .btn {
  position: relative;
  z-index: 3;
}
.sim-block sup {
  font-size: 50%;
  top: -25px;
}
.sim-block h2 {
  text-align: center;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 63.75px */
  letter-spacing: -1.125px;
  text-transform: uppercase;
  text-align: center;
  max-width: 1100px;
  margin: 0px auto 20px;
}
.sim-block h2 span {
  color: #00EF00;
}
.sim-block.esim {
  padding: 60px 0 20px;
}
.sim-block.esim .qr-code-img {
  margin: 20px auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .sim-block.esim .qr-code-img {
    display: none;
  }
}
.sim-block.esim h2 {
  max-width: 1290px;
}
@media screen and (max-width: 1350px) {
  .sim-block.esim h2 {
    max-width: 910px;
  }
}
.sim-block.esim .btn.on-white.m-show {
  display: none !important;
}
@media screen and (max-width: 680px) {
  .sim-block.esim .btn.on-white.m-show {
    display: block !important;
    max-width: 189px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 0;
    height: 55px;
    margin: 30px auto 0;
  }
}
.sim-block.esim .disclaimer {
  padding-top: 10px;
}

.disclaimer {
  padding: 40px 0;
  text-align: center;
  font-size: 20px;
  display: block;
  clear: both;
  z-index: 2;
  position: relative;
}
.disclaimer sup {
  font-size: 70%;
  top: -5px !important;
}
.disclaimer .wrapper {
  max-width: 1400px;
  margin: 0px auto;
}
.disclaimer p {
  font-family: Gilroy;
  margin: 0;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.sim-image {
  max-width: 680px;
  position: relative;
  float: right;
  top: -261px;
  margin-bottom: -386px;
  right: -228px;
  transform: translate(0px, 380px);
  z-index: 1;
}

/*------------------------------------*\
     Store Locator
\*------------------------------------*/
.store-locator-block {
  background-color: #FFF;
  padding: 50px 0 100px;
  color: #FFF;
}
.store-locator-block .wrapper {
  max-width: 1600px;
}
.store-locator-block h2 {
  text-align: center;
  color: #00EF00;
  font-family: Gilroy;
  text-transform: uppercase;
  max-width: 1020px;
  margin: 60px auto;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 63.75px */
  letter-spacing: -1.125px;
}
.store-locator-block h2 span {
  color: #0f261f;
  display: block;
}
@media screen and (max-width: 1080px) {
  .store-locator-block h2 {
    max-width: 680px;
  }
}
@media screen and (max-width: 680px) {
  .store-locator-block h2 {
    max-width: 280px;
  }
}

#wpsl-wrap #wpsl-result-list li {
  background-color: #E9EDEA;
  border-bottom: none !important;
  margin-bottom: 10px;
  color: #0f261f;
  border-radius: 7px;
  padding: 20px;
}
#wpsl-wrap #wpsl-result-list li strong {
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 28.8px */
  margin-bottom: 5px;
  display: block;
}
#wpsl-wrap #wpsl-result-list li a {
  text-decoration: underline;
}
#wpsl-wrap #wpsl-result-list li a:hover {
  color: #0f261f;
}

#wpsl-wrap #wpsl-result-list li a {
  position: relative;
  top: -2px;
  color: #00EF00;
}
#wpsl-wrap #wpsl-result-list li a:hover {
  color: #11AD76;
}

.gm-style .gm-style-iw {
  color: #0f261f;
}

#wpsl-wrap .wpsl-info-window p {
  color: #0f261f;
}
#wpsl-wrap .wpsl-info-window p strong {
  text-transform: uppercase;
}

#wpsl-gmap {
  border-radius: 7px;
  top: -2px;
  width: calc(67% - 10px);
}

#wpsl-result-list {
  top: -2px;
  position: relative;
}

#wpsl-search-input {
  height: 56px !important;
}
#wpsl-search-input:focus {
  outline-color: #11AD76;
}

.wpsl-country {
  display: none;
}

.wpsl-store-location {
  margin-bottom: -12px;
}

.wpsl-direction-wrap {
  display: flex;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  top: 0;
}
.wpsl-direction-wrap a {
  margin-left: 10px;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: underline;
}
.wpsl-direction-wrap a:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: #0f261f;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.wpsl-search {
  background-color: transparent;
  color: #0f261f;
  padding: 0;
}

.wpsl-input {
  background-color: #00EF00;
  width: 33%;
  padding: 20px;
  border-radius: 7px;
  height: 128px;
  display: flex !important;
  justify-content: left;
  align-items: left;
  flex-direction: column;
}
.wpsl-input input {
  display: block;
  position: relative;
  top: 30px;
  border-radius: 7px !important;
  width: 100% !important;
  border: none !important;
}
.wpsl-input:before {
  content: "enter an address or zip code";
  text-transform: uppercase;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 17px */
  letter-spacing: -0.3px;
  position: absolute;
  top: 20px;
}

#wpsl-result-list li p {
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}

#wpsl-radius {
  background-color: #00EF00;
  width: calc(50% - 10px);
  padding: 20px;
  border-radius: 7px;
  height: 128px;
  display: flex !important;
  justify-content: left;
  align-items: left;
  flex-direction: column;
}
#wpsl-radius label {
  text-transform: uppercase;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 85% !important; /* 17px */
  letter-spacing: -0.3px;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
  text-wrap: nowrap;
}

.wpsl-dropdown {
  position: relative;
  top: 13px;
  width: 100% !important;
  align-items: center;
  display: flex;
  height: 56px;
  border: none !important;
  border-radius: 7px !important;
}

#wpsl-results {
  background-color: #00EF00;
  width: calc(50% - 10px);
  padding: 20px;
  border-radius: 7px;
  height: 128px;
  display: flex !important;
  justify-content: left;
  align-items: left;
  flex-direction: column;
  position: relative;
}
#wpsl-results label {
  text-transform: uppercase;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 85% !important; /* 17px */
  letter-spacing: -0.3px;
}

#wpsl-search-wrap div label {
  margin-right: 0;
  line-height: none;
}

#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
  display: inline-block;
}

.wpsl-select-wrap {
  width: 33%;
}

.wpsl-search-btn-wrap {
  background-color: #00EF00;
  border-radius: 7px;
  position: relative;
  width: calc(34% - 10px);
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  height: 128px;
  float: right !important;
}
.wpsl-search-btn-wrap input {
  border-radius: none;
  background-color: #0f261f;
}
.wpsl-search-btn-wrap #wpsl-search-btn {
  text-align: center;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  /* 28.8px */
  text-transform: uppercase !important;
  color: #00EF00;
  background: #0f261f;
  border-radius: 5px !important;
  border: none !important;
  padding: 15px 60px;
  position: absolute;
  right: 13px;
  bottom: 23px;
  transition: 0.2s;
  height: 56px;
  line-height: 0px;
}
.wpsl-search-btn-wrap #wpsl-search-btn:hover {
  color: #0f261f;
  background-color: #FFF;
}

#wpsl-search-btn, #wpsl-search-wrap div {
  margin-bottom: 0;
}

@media screen and (max-width: 1165px) {
  #wpsl-results label,
  #wpsl-radius label {
    font-size: 17px;
  }
  .wpsl-input:before {
    font-size: 17px;
  }
}
@media screen and (max-width: 825px) {
  .wpsl-search-btn-wrap {
    width: calc(41% - 10px);
  }
}
/*------------------------------------*\
      Plugin Hide
\*------------------------------------*/
.side-by-side {
  padding: 105px 0 80px;
  position: relative;
  z-index: 3;
}
.side-by-side .wrapper {
  max-width: 1600px;
}
.side-by-side h2 {
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 63.75px */
  letter-spacing: -1.125px;
  text-transform: uppercase;
  max-width: 1170px;
  margin: 0px auto 40px;
}
.side-by-side h2 span {
  color: #00EF00;
}
.side-by-side .cta-card {
  margin: 25px;
  background-color: #FFF;
  border-radius: 15.5px;
  position: relative;
  overflow: hidden;
}
.side-by-side .cta-header {
  width: 100%;
  background-color: #00EF00;
  border-top-left-radius: 15.5px;
  border-top-right-radius: 15.5px;
  padding: 40px 40px 1px 40px;
}
.side-by-side .cta-header h2 {
  color: var(--palette-x-blue, #0F261F);
  font-family: Gilroy;
  font-size: 47px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 39.95px */
  letter-spacing: -0.705px;
  text-transform: uppercase;
  text-align: left;
  max-width: 310px;
  margin: 0 0px 40px 0;
}
.side-by-side .cta-header h2 span {
  color: #FFF;
}
.side-by-side .cta-content {
  max-width: 247px;
  margin: 0px 40px 40px;
  float: left;
}
.side-by-side .cta-content p {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin: 40px 0 30px;
}
.side-by-side .cta-image {
  width: 60%;
  position: absolute;
  bottom: -6px;
  transform: translate(0px, 380px);
}
.side-by-side .flex_item:nth-of-type(2) .cta-image {
  left: 0;
}
.side-by-side .flex_item:nth-of-type(2) .cta-header {
  display: flex;
  justify-content: right;
}
.side-by-side .flex_item:nth-of-type(2) .cta-header h2 {
  text-align: right;
  max-width: 340px;
}
.side-by-side .flex_item:nth-of-type(2) .cta-content {
  float: right;
  max-width: 268px;
}
.side-by-side .flex_item:nth-of-type(2) .cta-content a {
  float: right;
}
.side-by-side .flex_item:nth-of-type(2) .cta-content p {
  text-align: right;
}
.side-by-side .flex_item:nth-of-type(1) .cta-image {
  right: 0;
}

/*------------------------------------*\
     Forms
\*------------------------------------*/
.gform_title {
  display: none;
}

.gform_wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0px auto;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.gform_ajax_spinner {
  display: none !important;
}

.validation_error {
  position: absolute;
  left: 20px;
  bottom: 120px;
  z-index: 1;
  font-family: GilroyRegular !important;
  font-size: 18px;
}

.mobilex-form {
  padding-bottom: 100px;
  position: relative;
}
.mobilex-form .gform_fields {
  column-gap: 15px;
  row-gap: 15px;
}
.mobilex-form .gform_ajax_spinner {
  display: none !important;
}
.mobilex-form .gfield {
  background-color: #F1F6F4;
  padding: 18px 20px 20px 20px;
  border-radius: 5px;
}
.mobilex-form .gform_footer {
  background-color: #F1F6F4;
  padding: 20px;
  border-radius: 5px;
  margin-top: 15px;
  display: flex;
  justify-content: right;
}
.mobilex-form .gform_button, .mobilex-form #gform_submit_button_1 {
  text-transform: uppercase;
  font-family: Gilroy;
  font-weight: 900;
  color: #0F261F;
  background-color: #00EF00 !important;
  font-size: 24px;
  padding: 13px 30px !important;
  border: none;
  float: right;
}
.mobilex-form .gform_button, .mobilex-form #gform_submit_button_2 {
  text-transform: uppercase;
  font-family: Gilroy;
  font-weight: 900;
  color: #0F261F;
  background-color: #00EF00 !important;
  font-size: 24px;
  padding: 13px 30px !important;
  border: none;
  float: right;
}
.mobilex-form .gfield_label {
  color: #000 !important;
  font-family: Gilroy !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 18px !important;
}
.mobilex-form input {
  background-color: #FFF !important;
  padding: 24px !important;
  border: none;
  border-block-end: 0 !important;
  border-block-start: 0 !important;
  border-inline-end: 0 !important;
  border-inline-start: 0 !important;
}
.mobilex-form .gfield_required {
  color: #FF5029 !important;
}
.mobilex-form .gfield_required_asterisk {
  position: relative;
  top: -6px;
  left: -5px;
  font-size: 17px;
}

.gform_footer.top_label {
  width: 49%;
  float: right;
  top: -144px;
  position: relative;
  height: 121px;
  margin-bottom: -114px;
}

.gform_required_legend {
  position: absolute;
  left: 53%;
  bottom: 30px;
  z-index: 9;
  color: #0F261F;
}
.gform_required_legend .tab-break {
  display: none;
}
@media screen and (max-width: 1080px) {
  .gform_required_legend .tab-break {
    display: block;
  }
}
.gform_required_legend .tab-hide {
  display: block;
}
@media screen and (max-width: 1080px) {
  .gform_required_legend .tab-hide {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .gform_required_legend {
    left: 0;
    bottom: -30px;
    width: 100%;
    text-align: center;
  }
  .gform_required_legend br {
    display: none !important;
  }
}

.validation_error .gfield_required_asterisk {
  color: #FF5029 !important;
}

.gform-theme--framework .gform_validation_errors {
  background-color: whitesmoke;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
  outline-color: #00EF00;
  border-color: #00EF00;
  box-shadow: none !important;
}

.gform_button, #gform_submit_button_2:focus {
  outline-color: #00EF00;
  border-color: #00EF00;
  box-shadow: none !important;
}

body .gform_wrapper .gform_ajax_spinner {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.form-disclaimer {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
  padding-bottom: 60px;
  max-width: 1210px;
  margin: 0px auto;
  line-height: 120%;
}
.form-disclaimer a {
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .form-disclaimer {
    margin: 50px auto 0px;
  }
}

#gform_confirmation_message_1 {
  text-align: center;
  color: #000;
  font-family: "Gilroy";
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 740px;
  margin: 60px auto 0;
}

.nascar-form h2 {
  color: #0F261F;
  text-align: center;
  font-family: Gilroy;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 59.5px */
  letter-spacing: -1.05px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.nascar-form h2 span {
  color: #00EF00;
}

/*------------------------------------*\
       Search Results
 \*------------------------------------*/
.search-results h2.entry-title {
  text-transform: Capitalize;
  color: #0f261f;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.search-results h2.entry-title a {
  color: #0f261f;
  text-decoration: none;
}
.search-results h2.entry-title a:hover {
  color: #00EF00;
  text-decoration: underline;
}
.search-results article {
  border-bottom: solid 1px #91AD99;
  margin-top: 40px;
}

/*------------------------------------*\
      Plugin Hide
\*------------------------------------*/
#trp-floater-ls.trp-bottom-right {
  display: none;
}

/*------------------------------------*\
      FLEX CONTAINERS
\*------------------------------------*/
/*Flex Conatiners
NOTE FROM TIM: This is an awesome way to
do flex grids for responsvie containers.
*/
.flex_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  clear: both;
}

.flex_container .flex_item {
  flex-grow: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flex_container .flex_item.with-border {
  border-right: solid 1px #707070;
}

.flex_container.flex_one > .flex_item {
  width: 100%;
}

.flex_container.flex_two > .flex_item {
  width: 50%;
}

.flex_container.flex_two > .flex_item.flex_60 {
  width: 60%;
}

.flex_container.flex_two > .flex_item.flex_40 {
  width: 40%;
}

.flex_container.flex_two > .flex_item.one_third {
  width: 30%;
}

.flex_container.flex_two > .flex_item.two_thirds {
  width: 70%;
}

.flex_container.flex_two > .flex_item.three_fourths {
  width: 70%;
}

.flex_container.flex_two > .flex_item.one_fourth {
  width: 30%;
}

.flex_container.flex_three > .flex_item {
  width: 33.3%;
}

.flex_container.flex_four > .flex_item {
  width: 25%;
}

.flex_container.flex_five > .flex_item {
  width: 20%;
}

.flex_container.flex_six > .flex_item {
  width: 16.6%;
}

#notification {
  position: fixed;
  width: calc(100% - 40px);
  max-width: 400px;
  background-color: #0f261f;
  bottom: 20px;
  left: 20px;
  padding: 20px;
  font-size: 11px;
  z-index: 999;
}
#notification button {
  align-items: center;
  background-color: #00EF00;
  color: rgb(15, 38, 31) !important;
  display: inline-block;
  padding: 10px 30px;
  font-family: Gilroy;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-weight: 600;
  height: 47px;
  justify-content: center;
  line-height: 27px;
  text-align: left;
  cursor: pointer;
  transition: 0.2s;
  outline: none;
  border: none;
  border-radius: 0px;
  margin-top: 15px;
  display: block;
}
#notification button:hover {
  background-color: #FFF;
}
#notification button a:hover {
  color: #0f834d;
}
#notification button a:visited {
  color: #00EF00;
}

/*------------------------------------*\
      Mobile
\*------------------------------------*/
.mobile-button {
  display: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url("../svg/menu-closed-icon.svg");
  z-index: 999;
  position: relative;
  top: 5px;
  outline: none;
}
.mobile-button.active {
  background-image: url("../svg/menu-open-icon.svg");
}

.mobile-menu-extras {
  border-top: solid 1px rgba(49, 73, 66, 0.5);
  display: none;
  max-width: 600px;
  margin: 40px auto;
}

.mobile-menu-cta {
  text-align: center;
  font-family: Gilroy;
  font-weight: 900;
  font-size: 18px;
  color: #FFF;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 85%;
}
.mobile-menu-cta span {
  color: #00EF00;
}

@media (max-width: 1630px) {
  .sim-image {
    right: -155px;
  }
  .side-by-side .flex_item:nth-of-type(2) .cta-image {
    left: -30px;
  }
  .disclaimer p {
    position: relative;
  }
}
@media (max-width: 1330px) {
  .m-hr-hide {
    display: none !important;
  }
  .mspace-1 {
    height: 101px;
  }
  .mspace-2 {
    height: 30px;
  }
  .plan-card.active .mspace-1,
  .plan-card.active .mspace-2 {
    display: none !important;
  }
  .sim-image {
    display: block;
    position: relative;
    transform: none !important;
    float: none;
    top: 0;
    margin: 0px auto -88px;
    max-width: 570px;
    left: -44px;
  }
  .plans-block sup {
    top: -19px;
  }
  .plans-block {
    padding-bottom: 40px;
  }
  .side-by-side {
    padding: 40px 0 40px;
  }
  .side-by-side h2 {
    margin-bottom: 20px;
  }
  .store-locator-block h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .store-locator-block {
    padding: 50px 0 20px;
    margin-bottom: -10px;
  }
  .sim-block {
    padding-top: 40px;
  }
  .footer-help {
    padding: 40px 0;
  }
  .side-by-side .flex_container.flex_two .flex_item {
    width: 100%;
  }
  .side-by-side .cta-image {
    max-width: 500px;
  }
  .side-by-side .cta-card {
    max-width: 730px;
    margin: 10px auto;
  }
  .lang-btn {
    margin-right: 20px;
  }
  .menu-btns {
    width: 330px;
  }
  #site-navigation {
    padding-top: 30px;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #0f261f;
    left: 0;
    right: 0;
    position: absolute;
    top: 52px;
  }
  #site-navigation.active {
    display: block;
    overflow: scroll;
  }
  #site-navigation .main-navigation ul {
    display: block !important;
    text-align: center;
  }
  #site-navigation #primary-menu {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    display: block;
    text-align: center;
    margin: 0;
  }
  #site-navigation #primary-menu li {
    margin: 0;
  }
  #site-navigation #primary-menu li a {
    text-transform: uppercase;
    font-weight: 900;
    font-family: Gilroy;
    font-size: 44px;
    margin-top: 28px;
  }
  .menu-btns a.btn {
    margin-right: 15px;
  }
  .menu-btns .mobile-button {
    display: block;
  }
  .mobile-menu-extras {
    display: block;
  }
  .mobile-menu-extras .app-btns {
    position: relative;
    margin: 0px auto;
  }
  /*------------------------------------*\
     Banner Mobile
  \*------------------------------------*/
  .banner-block .banner-content h2 {
    font-size: 80px !important;
    max-width: 750px !important;
    line-height: 85% !important;
  }
  .download-content .app-btns {
    position: relative;
    margin: 0px auto;
  }
  /*------------------------------------*\
       Plans Card Mobile
  \*------------------------------------*/
  .plans-block h3 {
    font-size: 51px;
  }
  .plans-block .flex_container .flex_item {
    width: 100%;
  }
  .plans-block .plan-card {
    margin: 0px auto 15px;
    height: 415px;
    min-height: unset;
    overflow: hidden;
    transition: 0.5s;
    border-radius: none !important;
    position: relative;
  }
  .plans-block .plan-card .view-details-mobile {
    background-image: url(../svg/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 20px;
    display: block;
    transition: 0.2s;
    background-color: transparent;
    text-align: center;
  }
  .plans-block .plan-card .plan-card-header {
    height: 145px;
  }
  .plans-block .plan-card .plan-card-header:before {
    content: "";
  }
  .plans-block .plan-card.active {
    height: 100%;
    border-radius: 10px;
  }
  .plans-block .plan-card.active .view-details-mobile {
    transform: rotate(0deg);
  }
  .plans-block h3.small {
    font-size: 43px;
  }
  .card-info {
    top: -21px;
    position: relative;
  }
  .plans-block .plan-card.row-1 .card-info {
    padding-top: 20px;
  }
}
.show-1160 {
  display: none;
}
@media (max-width: 1186px) {
  .show-1160 {
    display: block;
  }
}
@media (max-width: 680px) {
  .show-1160 {
    display: none;
  }
}

@media (max-width: 1080px) {
  .footer-help {
    text-align: center;
  }
  .footer-help h2 {
    text-align: center;
    width: 100%;
    font-size: 3rem;
    margin-bottom: 0;
  }
  .footer-help .flex_container .flex_item {
    width: 100%;
  }
  .side-by-side .cta-content p {
    max-width: 217px;
    font-size: 20px;
  }
  .side-by-side .cta-image {
    max-width: 340px;
  }
}
@media (max-width: 1000px) {
  footer .mobilex-logo {
    margin-right: 0;
  }
  #legal-menu {
    text-align: center;
    margin-top: 0;
  }
  .site-footer {
    text-align: center;
  }
  .site-footer .site-info p {
    margin: 30px 0;
  }
  .site-footer .flex_container.flex_two > .flex_item.one_third,
  .site-footer .flex_container.flex_two > .flex_item.flex_40,
  .site-footer .flex_container.flex_two > .flex_item.flex_60,
  .site-footer .flex_container.flex_two {
    width: 100%;
  }
  .site-footer .flex_container.flex_two {
    display: block;
  }
  .site-footer .mobile-footer-nav {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .site-footer .mobile-footer-nav .flex_item {
    width: 100%;
    margin: 0 !important;
  }
  .site-footer .footer-nav {
    width: 100%;
    border-bottom: solid 1px #91AD99;
  }
  .site-footer .footer-nav h3 {
    text-align: left;
    padding-bottom: 0px;
    cursor: pointer;
    margin: 15px 0px 15px 0px !important;
    font-size: 20px;
  }
  .site-footer .footer-nav h3 .m-nav-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url("../svg/mobile-nav-arrow.svg");
    display: inline-block;
    float: right;
  }
  .site-footer .footer-nav ul {
    text-align: left;
    transition: 0.3s;
    height: 0px;
    opacity: 0;
    visibility: hidden;
  }
  .site-footer .footer-nav.active ul {
    border-top: solid 1px #91AD99;
    mmargin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 6px;
  }
  .site-footer .footer-nav.active h3 .m-nav-icon {
    transform: rotate(90deg);
  }
  .site-footer .app-btns {
    float: none;
    padding-top: 55px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .site-footer .app-btns .apple-btn {
    width: 100%;
    max-width: 138px;
    margin: 0 10px 0 0;
  }
  .site-footer .app-btns .google-btn {
    width: 100%;
    max-width: 138px;
    margin: 0;
  }
  .site-footer .app-btns h3 {
    display: none;
  }
  .site-footer .footer-search {
    width: 100%;
  }
  .site-footer .footer-extra-content {
    padding-top: 0;
  }
  .site-footer .footer-search input {
    width: 100%;
    min-width: 100%;
  }
  .site-footer p {
    margin-bottom: 0;
  }
  .site-footer .footer-mobile-border {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #91AD99;
    clear: both;
    top: -20px;
    margin-bottom: -20px;
  }
  .site-footer .footer-border.flex_container {
    margin-top: 0;
    flex-direction: column-reverse;
    border-top: none;
  }
  .site-footer .flex_container .flex_item {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 20px auto 0;
  }
  .site-footer .flex_container .flex_item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 825px) {
  #help strong {
    display: block;
  }
  .menu-btns {
    width: 210px;
  }
  .menu-btns .lang-btn {
    display: none;
  }
}
@media (max-width: 800px) {
  #help {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }
  #help h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  #help .need-help-p {
    text-align: center;
    max-width: 315px;
    margin: 0px auto;
  }
  #help .need-help-btns {
    display: block;
  }
  #help .need-help-btns .btn {
    display: flex;
    width: 100%;
    max-width: 286.723px;
    height: 40px;
    color: #00EF00 !important;
    margin: 0px auto;
  }
  #help .need-help-btns .logo-link {
    background-color: #FFF;
    width: 100%;
    max-width: 286.723px;
    height: 40px;
    background-size: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 825px) {
  .wpsl-select-wrap {
    width: 60.3%;
  }
}
@media (max-width: 680px) {
  main {
    top: 125px;
  }
  #wpsl-wrap #wpsl-result-list li {
    padding: 13px;
  }
  .plans-block .plan-card .plan-card-header:before {
    bottom: 20px;
  }
  .banner-content {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  .download-content {
    border: none;
    position: relative;
  }
  .download-content .app-btns {
    top: 20px;
  }
  .walmart-logo {
    top: -2px;
  }
  .site-main.legal-page h2 {
    font-size: 30px;
  }
  .sim-image {
    max-width: 160%;
    padding: 0 40px;
    top: -30px;
    left: -80px;
    width: 130%;
  }
  .sim-block h2 {
    max-width: 260px;
  }
  .sim-block sup {
    top: -10px;
  }
  .disclaimer {
    z-index: 3;
  }
  .disclaimer p {
    font-size: 16px;
    line-height: 120%;
    max-width: 312px;
    margin: 0px auto;
  }
  .side-by-side .cta-image {
    max-width: 180px;
  }
  #wpsl-radius, #wpsl-results {
    background-color: #00EF00;
    width: calc(50% - 10px);
    padding: 20px;
    border-radius: 7px;
    height: 128px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
  }
  #wpsl-search-wrap div label {
    text-align: center;
    top: -12px;
    position: relative;
    margin-bottom: -11px;
  }
  .wpsl-input:before {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: -15px;
  }
  #wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: 10px;
  }
  #wpsl-radius label {
    font-size: 14px;
  }
  #wpsl-results label {
    font-size: 14px;
  }
  .wpsl-input:before {
    font-size: 14px;
  }
  .wpsl-search-btn-wrap {
    margin-right: 0 !important;
    margin-top: 10px !important;
    width: 100%;
  }
  .wpsl-search-btn-wrap #wpsl-search-btn {
    border-radius: 5px;
    width: 93%;
    top: 28%;
  }
  .wpsl-search-btn-wrap {
    margin: 10px auto 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wpsl-search-btn-wrap #wpsl-search-btn {
    position: relative;
    float: none !important;
    display: block;
    top: unset !important;
    left: unset;
    right: unset;
    bottom: unset;
    margin: 0 !important;
  }
  .wpsl-select-wrap {
    width: 100%;
  }
  #wpsl-results {
    margin-right: 0 !important;
    width: 50%;
  }
  .store-locator #wpsl-gmap {
    width: 100%;
    height: 450px !important;
  }
  .anoucement_bar p {
    font-size: 12px;
    text-align: center !important;
  }
  .store-locator-block h2 {
    font-size: 2rem;
  }
  .side-by-side .cta-header h2 {
    font-size: 2rem;
  }
  .side-by-side h2 {
    font-size: 2rem;
  }
  .plans-block h3 {
    font-size: 2rem;
    margin: 20px auto;
  }
  .plans-block h3.small {
    max-width: 290px;
  }
  .sim-block h2 {
    font-size: 2rem;
  }
  .plans-block .plan-card-header {
    font-size: 2rem;
    padding-bottom: 75px;
  }
  .site-branding {
    width: 145px;
  }
  .banner-block {
    min-height: 800px;
  }
  .banner-block .space-period {
    width: 15px;
    display: inline-block;
  }
  .banner-block:before {
    min-height: 800px;
  }
  .banner-block .banner-content h2 {
    font-size: 2.5rem !important;
    line-height: 85% !important;
    text-align: center;
    padding-top: 40px;
    max-width: 762px;
  }
  .banner-block .banner-content p {
    text-align: center;
    margin-bottom: 0px;
  }
  .banner-block .banner-content a {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
  .banner-block .banner-content a:first-of-type {
    margin: 20px auto;
  }
  .modal-popup {
    width: 100vw;
    right: -100vw;
  }
  #site-navigation #primary-menu li a {
    margin-top: 13px;
    padding: 0 20px;
  }
  .plans-title {
    max-width: 330px;
  }
  .plans-title br {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .plans-block .price sup {
    top: -33px;
    right: -15px;
  }
  .disclaimer {
    padding: 20px 0 30px;
  }
  .sim-image {
    top: 0px;
    margin-bottom: -60px;
  }
  .site-footer {
    padding-top: 0;
  }
  #help {
    padding: 40px 0;
  }
  #help p {
    max-width: 272px;
    margin: -15px auto 0;
  }
  .side-by-side .cta-header {
    padding: 25px 40px 1px 40px;
  }
  .side-by-side .cta-header h2 {
    margin-bottom: 25px;
  }
  .plans-block br {
    display: none;
  }
  .anoucement_bar {
    text-align: left;
    padding: 10px 0;
  }
  .menu-btns a.btn {
    margin-right: 10px;
    padding: 0px 15px;
    height: 29px;
    top: 12px;
    position: relative;
  }
  .menu-btns {
    width: 170px;
  }
  main {
    top: 98px;
  }
  .mobilex-logo {
    top: 5px;
  }
  .site-header {
    top: 40px;
    padding: 20px 0;
    height: auto;
  }
  .with-border {
    padding: 40px 0px !important;
  }
  .banner-block .banner-content p {
    font-size: 18px !important;
    line-height: 21px;
  }
  .wrapper {
    padding: 0 20px;
  }
  .banner-block .download-content {
    max-width: 300px;
  }
  .side-by-side .flex_item:nth-of-type(2) .cta-content p {
    text-align: center;
    max-width: 90%;
  }
  .side-by-side .cta-content {
    float: none;
    text-align: center;
    margin: 0px auto 25px;
    max-width: 100%;
  }
  .side-by-side .cta-header h2 {
    text-align: center;
  }
  .side-by-side .flex_item:nth-of-type(2) .cta-header h2 {
    text-align: center;
  }
  .side-by-side .flex_item:nth-of-type(2) .cta-content {
    float: none;
    max-width: 100%;
  }
  .side-by-side .cta-content p {
    margin: 20px auto;
    float: none;
    max-width: 90%;
  }
  .side-by-side .flex_item:nth-of-type(2) .cta-content a {
    float: none;
  }
  .wpsl-search-btn-wrap #wpsl-search-btn {
    max-width: 278px;
  }
  .side-by-side .cta-image {
    display: none;
  }
  .plans-block .card-info h5 {
    font-size: 3.5rem;
  }
  .plans-block .card-info h5 em {
    font-size: 23px;
  }
  .plans-block .card-info p {
    font-size: 20px;
    padding: 0;
  }
  .plans-block .plan-card.row-2 .card-info p {
    max-width: 200px;
    margin: 15px auto;
  }
  .plans-block .plan-card.row-3 .card-info p {
    max-width: 200px;
    margin: 15px auto;
  }
  .plans-block .price {
    font-size: 6rem;
    margin-bottom: -52px;
  }
  .plans-block .price .price_cents {
    font-size: 3rem;
  }
  .plans-block .price sup {
    font-size: 3rem;
  }
  .plans-block .price .price_dollar:after {
    font-size: 1.5rem;
  }
  .plans-block .price .price_dollar:after {
    right: -55px;
    top: 60px;
  }
  .plans-block .card-info h5 {
    font-size: 2.5rem;
  }
  .plans-block .card-info h5 em {
    max-width: 116px;
    font-size: 18px;
  }
  .plans-block .plan-card.row-1 .plan-card-header:after {
    bottom: -43px;
    font-family: Gilroy;
    font-size: 13px;
  }
  .plans-block .plan-card {
    transition: max-height 0.2s ease-in-out;
    max-height: 420px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .plans-block .plan-card.active {
    height: auto;
    max-height: 1000px;
  }
}
/*Spanish*/
.translatepress-es_MX .footer-help h2 {
  font-size: 3.7rem;
}
.translatepress-es_MX .plans-block .card-info p {
  font-size: 22px;
}
.translatepress-es_MX #wpsl-radius label {
  font-size: 12px;
}
.translatepress-es_MX #wpsl-results label {
  font-size: 12px;
}
.translatepress-es_MX .wpsl-input:before {
  content: "INGRESA UNA DIRECCIÓN O CÓDIGO POSTAL";
  font-size: 16px;
}
.translatepress-es_MX .plans-block .plan-card.row-1 .plan-card-header:after {
  content: "COMENZANDO EN" !important;
}
.translatepress-es_MX .plans-block .price .price_dollar:after {
  content: "/al mes*";
  font-size: 1.5rem;
}
.translatepress-es_MX .side-by-side .btn {
  padding: 10px 20px;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent !important;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

@media (max-width: 680px) {
  .flex_container.flex_two > .flex_item.two_thirds {
    width: 100% !important;
  }
  .flex_container.flex_two > .flex_item.one_third {
    width: 100% !important;
  }
}
.menu-item.green a {
  color: #00EF00 !important;
}

/* Home - Block Grid
--------------------------------------------- */
.block-section {
  overflow: hidden;
}
.block-section .block-image-absolute {
  height: 100%;
  width: 1440px;
  top: 0;
  max-width: 1440px;
  display: block;
  position: absolute;
}
.block-section .block-image-absolute-r {
  height: 100%;
  width: 1440px;
  top: 0;
  max-width: 1440px;
  display: block;
  position: absolute;
  right: 0;
}
.block-section .btn-big {
  color: #FFF;
  margin: 0px;
}
.block-section.build-brand {
  margin-bottom: 0;
}
.block-section .flex_item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}
.block-section.join-card {
  background: linear-gradient(to right, #C2DDD3 50%, #4D7C5A 50%);
}
.block-section.join-card .block-card p {
  max-width: 420px;
}
.block-section.join-card h2 {
  color: #0F261F;
}
.block-section.join-card h2 span {
  color: #FFF;
}
@media screen and (max-width: 1011px) {
  .block-section.join-card {
    background: none;
  }
  .block-section.join-card .flex_item:first-of-type {
    background-color: #C2DDD3;
  }
}
.block-section.white-card {
  background: linear-gradient(to right, #FFF 50%, #676656 50%);
}
.block-section.white-card h2 span {
  color: #00EF00;
}
@media screen and (max-width: 1011px) {
  .block-section.white-card {
    background: #FFF;
  }
}
.block-section.green-card {
  background: linear-gradient(to right, #B0DACA 50%, #676656 50%);
}
.block-section.green-card .block-card p {
  max-width: 492px;
}
@media screen and (max-width: 1011px) {
  .block-section.green-card {
    background: none;
  }
  .block-section.green-card .flex_item:first-of-type {
    background-color: #B0DACA;
  }
  .block-section.green-card .flex_item {
    width: 100%;
    max-width: 100%;
  }
}
.block-section.green-card h2 span {
  color: #FFF;
}
.block-section.green-card.right-card {
  background: linear-gradient(to right, #676656 50%, #00EF00 50%);
}
.block-section.green-card.right-card .legal-text {
  color: #0F261F;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin-top: 20px;
}
.block-section.green-card.right-card .legal-text a {
  color: #0F261F;
  text-decoration: underline;
}
.block-section.green-card.right-card .block-card p {
  max-width: 512px;
}
@media screen and (max-width: 1011px) {
  .block-section.green-card.right-card {
    background: #00EF00;
  }
  .block-section.green-card.right-card .flex_container {
    flex-direction: column-reverse;
    display: flex;
  }
}
.block-section.dark-green-card {
  background: linear-gradient(to right, #0F261F 50%, #0F261F 50%);
}
.block-section.dark-green-card h2 {
  color: #FFF;
}
.block-section.dark-green-card .block-card p {
  color: #FFF;
  max-width: 473px;
}
.block-section.network-card {
  background: linear-gradient(to right, #7A877D 50%, #ED1600 50%);
}
.block-section.network-card .block-image-content p {
  max-width: 400px;
  margin: 0px auto;
}
@media screen and (max-width: 1011px) {
  .block-section.network-card {
    background: none;
  }
  .block-section.network-card .flex_item:last-of-type {
    background-color: #ED1600;
  }
  .block-section.network-card .flex_item {
    width: 100%;
    max-width: 100%;
  }
}
.block-section.network-card h2 span {
  color: #FFF;
}
.block-section.network-card .legal-text {
  color: #0F261F;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin-top: 20px;
}
.block-section.lite-blue-card {
  background: linear-gradient(to right, #0E1411 50%, #C2DDD3 50%);
}
.block-section.lite-blue-card h2 span {
  color: #FFF;
}
@media screen and (max-width: 1011px) {
  .block-section.lite-blue-card {
    background: none;
  }
  .block-section.lite-blue-card .flex_container {
    flex-direction: column-reverse;
    display: flex;
  }
  .block-section.lite-blue-card .flex_item:last-of-type {
    background-color: #C2DDD3;
  }
  .block-section.lite-blue-card .flex_item:first-of-type {
    background-color: #0E1411;
  }
  .block-section.lite-blue-card .flex_item {
    width: 100%;
    max-width: 100%;
  }
  .block-section.lite-blue-card .block-image {
    width: 100%;
    margin: 0px auto;
  }
}
.block-section .wrapper {
  padding: 0;
}
.block-section .block-card {
  padding-right: 72.11px;
  padding-left: 72.11px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-section h2 {
  text-align: center;
  font-family: Gilroy;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 76.5px */
  letter-spacing: -1.35px;
  text-transform: uppercase;
  color: #0F261F;
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 570px;
}
.block-section h2 span {
  color: #00EF00;
}
.block-section h3 {
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 85%; /* 15.3px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #5A6869;
  margin-bottom: 12px;
}
.block-section p {
  font-family: Gilroy;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0F261F;
  text-align: center;
  margin-bottom: 8px;
}
.block-section .block-image {
  position: relative;
}
.block-section .block-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 452px;
  text-align: center;
}
.block-section .block-image-content.high {
  top: 28%;
}
.block-section .block-image-content h3 {
  text-align: center;
  font-family: Gilroy;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 36px */
  margin-bottom: 20px;
}
.block-section .block-image-content p {
  font-family: Gilroy;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  color: #FFF;
}
.block-section .network-card-image {
  max-width: 460px;
  margin: 0px auto;
  width: 90%;
}

@media screen and (max-width: 1411px) {
  .block-section h2 {
    font-size: 64.031px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 54.427px */
    letter-spacing: -0.96px;
    text-transform: uppercase;
  }
  .block-section p {
    font-size: 13.8px;
  }
  .block-section .block-image-content h3 {
    font-size: 21.344px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .block-section .block-image-content p {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 1300px) {
  .block-image-absolute-r, .block-image-absolute {
    display: none !important;
  }
  .block-image {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1011px) {
  .block-section .usa-dots {
    max-width: 275px;
    margin: 0px auto;
  }
  .block-section h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 38.25px */
    letter-spacing: -0.675px;
    text-transform: uppercase;
    text-align: center;
  }
  .block-section p {
    font-size: 13px;
    max-width: 275px;
    margin: 20px auto;
  }
  .block-section .block-card {
    min-height: 400px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .block-section .flex_container {
    display: block;
  }
  .block-section .flex_container.flex_two > .flex_item {
    width: 100%;
    display: block;
    flex-direction: column;
    clear: both;
    margin: 0 auto;
  }
  .block-image {
    max-width: 100%;
    margin: 0px auto;
  }
  .block-section.network-card .flex_container {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media screen and (max-width: 680px) {
  .block-section.network-card .flex_container {
    flex-direction: column-reverse;
    display: flex;
  }
  .block-section .btn-big {
    max-width: 230px;
    height: 50px;
    font-size: 14.629px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .block-section h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%;
    letter-spacing: -0.675px;
    text-transform: uppercase;
    max-width: 300px;
  }
  .block-section .block-card p {
    max-width: 275px !important;
    margin-top: 0px;
  }
  .block-section p {
    font-size: 13px;
    max-width: 275px;
    margin: 20px auto;
  }
  .block-section .block-card {
    min-height: 400px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .block-section .flex_container {
    display: block;
  }
  .block-section .flex_container.flex_two > .flex_item {
    width: 100%;
    display: block;
    flex-direction: column;
    clear: both;
    margin: 0 auto;
  }
  .block-image {
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
  }
}
@media screen and (max-width: 780px) {
  .block-section .block-image-content {
    max-width: 215px;
  }
  .block-section .block-image-content h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
  }
  .block-section.network-card .legal-text {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 12px */
    margin-bottom: 0px;
  }
}
/* Global Home page Responsive edits */
.mx-hero-block .tablet-only {
  display: none;
}

/* Home - Block Grid
--------------------------------------------- */
.how-columns {
  background-color: #B0DACA;
  padding: 80px 0 40px;
}
.how-columns .flex_container.flex_three > .flex_item {
  width: 32%;
  justify-content: space-between;
}
.how-columns h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #0F261F;
  font-family: Gilroy;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 76.5px */
  letter-spacing: -1.35px;
  text-transform: uppercase;
}
.how-columns h2 span {
  color: #FFF;
}
.how-columns h2.small {
  margin-top: 40px;
  font-size: 45px;
}
.how-columns .how-title {
  text-align: center;
  font-family: Gilroy;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 34px */
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: var(--Palette-xGreen, #00EF00);
  background-color: var(--Palette-xGreen, #0F261F);
  width: 100%;
  border-top-right-radius: 17.5px;
  border-top-left-radius: 17.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.how-columns .how-title span {
  color: #FFF;
}
.how-columns .how-card {
  border-bottom-right-radius: 17.5px;
  border-bottom-left-radius: 17.5px;
  background-color: #FFF;
  padding: 10px 20px 10px;
  margin-bottom: 20px;
  width: 100%;
}
.how-columns .how-card h3 {
  font-family: Gilroy;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 36px */
  margin-bottom: 20px;
  color: var(--Palette-xGreen, #00EF00);
  background-color: var(--Palette-xGreen, #0F261F);
}
.how-columns .how-card p {
  color: var(--Palette-xBlue, #0F261F);
  text-align: center;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  max-width: 315px;
  margin: 10px auto 30px;
}
.how-columns .how-card p strong {
  font-weight: 600;
}
.how-columns .find-out-btn {
  color: var(--Palette-xBlue, #0F261F);
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  margin: 20px auto;
  background-color: #00EF00;
  width: 135px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.fastest-network-bar {
  background-color: #ED1600;
  padding: 40px 0;
}
.fastest-network-bar h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #0F261F;
  font-family: Gilroy;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 38.25px */
  letter-spacing: -0.675px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.fastest-network-bar h2 span {
  color: #FFF;
}
.fastest-network-bar p {
  color: var(--Palette-xBlue, #0F261F);
  text-align: center;
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  margin-top: 15px;
}
.fastest-network-bar .mobile-only {
  display: none;
}

.youtube-video-section {
  background-color: #FFF;
  padding: 80px 0 80px;
}
.youtube-video-section h2 {
  margin-bottom: 40px;
  text-align: center;
  color: var(--Palette-xGreen, #00EF00);
  font-family: Gilroy;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 76.5px */
  letter-spacing: -1.35px;
  text-transform: uppercase;
}
.youtube-video-section h2 span {
  color: var(--Palette-xBlue, #0F261F);
}
.youtube-video-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube-video-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.how-download-app hr {
  border: 1px solid #94A5A4;
  width: 100%;
  margin: 40px auto 0px;
}
.how-download-app h3 {
  width: 100%;
  text-align: right;
  color: var(--Palette-xBlue, #0F261F);
  text-align: right;
  font-family: Gilroy;
  font-size: 15.197px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 12.917px */
  margin-top: 20px;
}
.how-download-app .apple-btn {
  background-image: url("../svg/apple.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 111.147px;
  height: 32.167px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: 15px;
}
.how-download-app .google-btn {
  background-image: url("../svg/google.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 111.147px;
  height: 32.167px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: 5px;
}

.how-page-blocks .mobile-only {
  display: none;
}

@media screen and (max-width: 1123px) {
  .how-page-blocks .flex_container.flex_three > .flex_item {
    width: 100%;
    max-width: 420px;
    margin: 0px auto;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.mx-app-contain {
  display: inline-block;
}

@media screen and (max-width: 680px) {
  .how-page-blocks .mobile-only {
    display: block;
  }
  .how-page-blocks .how-columns {
    padding: 40px 0;
  }
  .how-page-blocks h2 {
    font-size: 45px;
  }
  .how-download-app h3 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .how-download-app .mx-app-contain {
    display: block;
  }
  .d-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .fastest-network-bar .mobile-only {
    display: block;
    margin-top: 12px;
  }
}
/* Home - Download Section
--------------------------------------------- */
@media screen and (min-width: 1355px) {
  .mx-download .wrapper {
    position: relative;
  }
}
.mx-download {
  background-image: url("../png/green-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
.mx-download .download-image {
  background-image: url(../png/xpert-qr-u.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 40%;
}
.mx-download .flex_container {
  align-items: stretch; /* Ensure child elements stretch to the container's height */
}
.mx-download .wrapper {
  overflow: visible;
}

.mx-download-copy {
  text-align: right;
  padding-top: 60px;
}
.mx-download-copy h2 {
  color: #0F261F;
  text-align: right;
  font-family: Gilroy;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 63.75px */
  letter-spacing: -1.125px;
  text-transform: uppercase;
}
.mx-download-copy h2 span {
  color: #FFF;
}
.mx-download-copy p {
  color: #0F261F;
  text-align: right;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  max-width: 470px;
  float: right;
  margin: 20px 0 20px 0;
}
.mx-download-copy .btn.white {
  background-color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1355px) {
  .mx-download {
    padding: 30px 0;
  }
  .mx-download .wrapper {
    max-width: 910px;
  }
  .mx-download h2 {
    font-size: 55px;
    letter-spacing: -0.825px;
    white-space: nowrap;
  }
  .mx-download .download-image {
    right: 43%;
  }
  .mx-download .btn.white {
    width: 158.061px;
    height: 32px;
    font-size: 12px;
    padding: 3px 0px 0px 0px !important;
    text-align: center;
  }
  .mx-download .mx-download-copy p {
    font-size: 14.222px;
  }
}
.mx-download-mobile {
  display: none;
}

@media screen and (max-width: 890px) {
  .mx-download-mobile {
    background-color: #FFF;
    display: block;
  }
  .mx-download-mobile .wrapper {
    max-width: 430px;
    padding: 0px;
  }
  .mx-download {
    padding: 40px 0 0 0;
    display: none;
  }
  .mx-download .wrapper {
    max-width: 400px;
  }
  .mx-download h2 {
    font-size: 30px;
    letter-spacing: -0.45px;
    text-align: center;
    max-width: 312px;
    margin: 0 auto;
  }
}
/* Home - Phone Flags
--------------------------------------------- */
.phone-flags {
  position: relative;
  padding: 80px 0 26px;
  background-color: #F1F6F4;
}
.phone-flags h2 {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 46.75px */
  letter-spacing: -0.825px;
  text-transform: uppercase;
  z-index: 2;
  margin-bottom: 20px;
}
.phone-flags h2 span {
  color: #00EF00;
}
.phone-flags .wrapper {
  position: relative;
}
.phone-flags .phone-flags-grid {
  color: #0F261F;
  display: flex;
  gap: 50px;
}
.phone-flags .phone-flags-grid h3 {
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 25px;
  margin-top: 10px;
}
.phone-flags .phone-flags-grid p {
  margin: 0;
  line-height: 1;
  font-size: 20px;
}
.phone-flags .phone-flags-grid hr {
  width: 2px;
  height: calc(100% - 20px);
  background: #00EF00;
}
.phone-flags .phone-flags-grid .btn {
  z-index: 9;
}
.phone-flags .phone-flags-grid .flag-btn-wrap {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  z-index: 2;
}
.phone-flags .phone-flags-grid .flag-btn-wrap p {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  z-index: 2;
}
.phone-flags .legal-text {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  max-width: 820px;
  margin-top: 0px;
  margin-bottom: -3px;
  z-index: 2;
}
.phone-flags .legal-text a {
  color: #1F6170;
  font-weight: 500;
}
.phone-flags .flag-phone-bg {
  opacity: 0.7;
  background: radial-gradient(47.79% 60.37% at 56.73% 78.78%, #90A49C 0%, #FFF 100%);
  mix-blend-mode: multiply;
  width: 1128.898px;
  height: 582px;
  position: absolute;
  top: -62px;
  right: -60px;
  z-index: 0;
}
.phone-flags .flag-phone-image {
  background-image: url(../png/phone-flags.png);
  width: 544px;
  height: 600px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -142px;
  right: -80px;
  z-index: 1;
}
.phone-flags .legal-text.mobile-only {
  display: none;
}

@media screen and (max-width: 1355px) {
  .phone-flags {
    padding: 60px 0 28px;
  }
  .phone-flags .wrapper {
    max-width: 910px;
  }
  .phone-flags h2 {
    font-size: 39px;
    letter-spacing: -0.585px;
  }
  .phone-flags .legal-text {
    font-size: 8.5px;
    max-width: 575px;
  }
  .phone-flags .phone-flags-grid {
    gap: 20px;
  }
  .phone-flags .phone-flags-grid h3 {
    font-size: 18px;
  }
  .phone-flags .phone-flags-grid p {
    font-size: 14px;
  }
  .phone-flags .phone-flags-grid .flag-btn-wrap p {
    font-size: 14px;
  }
  .phone-flags .phone-flags-grid .flag-btn-wrap .btn {
    width: 112.242px;
    height: 31.978px;
    font-size: 12px;
    padding: 2px 0px 0px 0px;
    text-align: center;
  }
  .phone-flags .flag-phone-image {
    width: 438px;
    right: -160px;
    top: -98px;
  }
  .phone-flags .flag-phone-bg {
    width: 680px;
    height: 500px;
    top: -70px;
    right: -100px;
  }
}
@media screen and (max-width: 890px) {
  .phone-flags {
    padding: 40px 0 0 0;
  }
  .phone-flags .wrapper {
    max-width: 400px;
  }
  .phone-flags h2 {
    font-size: 30px;
    letter-spacing: -0.45px;
    text-align: center;
    max-width: 312px;
    margin: 0 auto;
  }
  .phone-flags .phone-flags-grid {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .phone-flags .phone-flags-grid .divider {
    display: none;
  }
  .phone-flags .phone-flags-grid .flag-btn-wrap {
    display: block;
  }
  .phone-flags .phone-flags-grid .flag-btn-wrap p {
    text-align: center;
    margin-top: 10px;
  }
  .phone-flags .phone-flags-grid .flag-btn-wrap .btn {
    width: 100%;
    font-size: 15.58px;
    height: 40px;
    padding-top: 4px;
    max-width: 282.56px;
    margin: 0 auto;
    display: block;
  }
  .phone-flags .flag-phone-image {
    display: block;
    width: 100%;
    position: relative;
    background-image: url(../png/mobile-phone.png);
    left: auto;
    top: auto;
    right: auto;
    height: 260px;
  }
  .phone-flags .flag-phone-bg {
    display: none;
  }
  .phone-flags br {
    display: none;
  }
  .phone-flags .legal-text.mobile-only {
    margin-top: 0px;
    display: block;
    background-color: #CAD9D3;
    max-width: 100%;
    padding: 20px 0 20px 0;
  }
  .phone-flags .legal-text.mobile-only p {
    padding: 10px 20px;
    text-align: center;
    max-width: 312px;
    margin: 0 auto;
  }
  .phone-flags .legal-text.desktop-only {
    display: none;
  }
}
/* Home - Phone Flags
--------------------------------------------- */
.mx-hero-plans {
  position: relative;
  background-image: url("../png/hero-banner-plans.png");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-color: #00EF00;
}
.mx-hero-plans .wrapper {
  position: relative;
  z-index: 2;
}
.mx-hero-plans .headline {
  padding-top: 100px;
  display: block;
  clear: both;
  width: 100%;
}
.mx-hero-plans .headline img {
  max-width: 1000px;
  float: right;
}
.mx-hero-plans .main-copy {
  display: block;
  width: 100%;
  position: relative;
  max-width: 100%;
  clear: both;
  text-align: right;
  padding-top: 11px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mx-hero-plans .main-copy .main-title {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: 85%; /* 36.55px */
}
.mx-hero-plans .plan-cards {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 60px;
}
.mx-hero-plans .plan-cards .wrapper {
  right: -40px;
}
.mx-hero-plans .plan-cards .byo-plan .btn {
  bottom: 35px;
}
.mx-hero-plans .plan-cards .unlm-plan .btn {
  bottom: 35px;
}
.mx-hero-plans .plan-cards .nah-plan .btn {
  bottom: 35px;
}
.mx-hero-plans .our-expert {
  background-image: url(../png/our-xpert.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -140px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.mx-hero-plans .border-glare {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -33%;
  border-radius: 3331.372px;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.92) 30.66%, rgba(182, 255, 195, 0.69) 63.5%, rgba(21, 255, 62, 0) 100%);
}

@media screen and (max-width: 1355px) {
  .mx-hero-plans .plan-cards .wrapper {
    max-width: 100%;
  }
  .mx-hero-plans .plan-cards .plan-card-item {
    min-height: 500px;
  }
  .mx-hero-plans .plan-cards .byo-plan .btn,
  .mx-hero-plans .plan-cards .unlm-plan .btn,
  .mx-hero-plans .plan-cards .nah-plan .btn {
    bottom: 15px;
  }
}
@media screen and (max-width: 1355px) and (max-width: 1310px) {
  .mx-hero-plans .plan-cards .plan-card-item {
    min-height: 390px;
  }
  .mx-hero-plans .plan-cards .plan-card-item .btn {
    width: 98.429px;
    height: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    bottom: 28px;
    padding: 9px 0 0 0;
  }
  .mx-hero-plans .main-copy .main-title {
    font-size: 29.156px;
  }
  .mx-hero-plans .headline img {
    max-width: 653.822px;
  }
  .mx-hero-plans .wrapper {
    max-width: 1000px;
  }
  .mx-hero-plans .our-expert {
    left: -60px;
  }
}
.mobile-hero-plans {
  display: none;
}

@media screen and (max-width: 980px) {
  .mx-hero-plans {
    display: none;
  }
  .mx-hero-plans .our-expert {
    display: none;
  }
  .mx-hero-plans .headline, .mx-hero-plans .main-title {
    display: none;
  }
  .mobile-hero-plans {
    display: block;
    background-color: #FFF;
  }
  .mobile-hero-plans .wrapper {
    padding: 0px;
  }
  .mobile-hero-plans .mobile-hero-welcome-img {
    position: absolute;
    width: 100%;
  }
  .mobile-hero-plans .mobile-hero-welcome-img img {
    width: 100%;
  }
  .mobile-hero-plans .mobile-plan-ctas {
    padding: 50% 40px 40px;
    position: relative;
  }
  .mobile-hero-plans .cta-image {
    max-width: 315px;
    margin: 0px auto 10px;
  }
  .mobile-hero-plans .cta-images {
    display: flex;
    gap: 20px;
  }
  .mobile-hero-plans .cta-image {
    overflow: hidden;
    max-height: 90px; /* Show only the top 20% */
    cursor: pointer;
    transition: max-height 0.3s ease;
    position: relative;
    border-radius: 10px;
  }
  .mobile-hero-plans .cta-image.active {
    max-height: 100%; /* Show full image on hover */
  }
  .mobile-hero-plans .cta-image.active .down-arrow {
    transform: rotate(-90deg);
  }
  .mobile-hero-plans .cta-image img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the image scales properly */
    display: block;
  }
  .mobile-hero-plans .header-link {
    width: 100%;
    height: 90px;
    position: absolute;
  }
  .mobile-hero-plans .down-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url(../png/down-arrow.png);
    background-size: contain;
    background-position: center center;
    margin: 0px auto;
    left: 146px;
    top: 78px;
    transition: 0.2s ease;
  }
  .mobile-hero-plans .cta-wrap {
    position: relative;
    max-width: 315px;
    margin: 0 auto;
  }
  .mobile-hero-plans .cta-wrap.active .down-arrow {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 398px) {
  .mobile-hero-plans .mobile-plan-ctas {
    padding: 50% 0 40px;
  }
}
/* Home - Phone Flags
--------------------------------------------- */
.mx-hero-plans-update {
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-color: #0F261F;
}
.mx-hero-plans-update .wrapper {
  position: relative;
  z-index: 2;
}
.mx-hero-plans-update .headline {
  padding-top: 100px;
  display: block;
  clear: both;
  width: 100%;
}
.mx-hero-plans-update .headline img {
  max-width: 100%;
}
.mx-hero-plans-update .main-copy {
  display: block;
  width: 100%;
  position: relative;
  max-width: 100%;
  clear: both;
  text-align: right;
  padding-top: 11px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mx-hero-plans-update .main-copy .main-title {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: 85%; /* 36.55px */
}
.mx-hero-plans-update .plan-cards {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 60px;
}
.mx-hero-plans-update .plan-cards .wrapper {
  padding: 0;
}
.mx-hero-plans-update .plan-cards .byo-plan .btn {
  bottom: 20px;
}
.mx-hero-plans-update .plan-cards .unlm-plan .btn {
  bottom: 20px;
}
.mx-hero-plans-update .plan-cards .nah-plan .btn {
  bottom: 20px;
}
.mx-hero-plans-update .plan-cards .nah-plan {
  background-image: url("../png/nah-gold-plan.png");
}
.mx-hero-plans-update .plan-cards .unlm-plan {
  background-image: url("../png/unlm-gold-plan.png");
}
.mx-hero-plans-update .plan-cards .byo-plan {
  background-image: url("../png/byop-gold-plan.png");
}

@media screen and (max-width: 1355px) {
  .mx-hero-plans-update .plan-cards .wrapper {
    max-width: 100%;
  }
  .mx-hero-plans-update .plan-cards .plan-card-item {
    min-height: 500px;
  }
  .mx-hero-plans-update .plan-cards .byo-plan .btn,
  .mx-hero-plans-update .plan-cards .unlm-plan .btn,
  .mx-hero-plans-update .plan-cards .nah-plan .btn {
    bottom: 15px;
  }
}
@media screen and (max-width: 1355px) and (max-width: 1310px) {
  .mx-hero-plans-update .plan-cards .plan-card-item {
    min-height: 390px;
  }
  .mx-hero-plans-update .plan-cards .plan-card-item .btn {
    width: 98.429px;
    height: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    bottom: 10px;
    padding: 9px 0 0 0;
  }
  .mx-hero-plans-update .main-copy .main-title {
    font-size: 29.156px;
  }
  .mx-hero-plans-update .headline {
    padding-top: 60px;
  }
  .mx-hero-plans-update .wrapper {
    max-width: 1000px;
  }
  .mx-hero-plans-update .our-expert {
    left: -60px;
  }
}
.mobile-hero-plans {
  display: none;
}

@media screen and (max-width: 980px) {
  .mx-hero-plans-update {
    display: none;
  }
  .mobile-hero-plans {
    display: block;
    background-color: #0F261F;
  }
  .mobile-hero-plans .wrapper {
    padding: 40px;
  }
  .mobile-hero-plans .mobile-hero-welcome-img {
    position: absolute;
    width: 100%;
  }
  .mobile-hero-plans .mobile-hero-welcome-img img {
    width: 100%;
  }
  .mobile-hero-plans .mobile-plan-ctas {
    padding: 40px 40px;
    position: relative;
  }
  .mobile-hero-plans .cta-image {
    max-width: 315px;
    margin: 0px auto 10px;
  }
  .mobile-hero-plans .cta-images {
    display: flex;
    gap: 20px;
  }
  .mobile-hero-plans .cta-image {
    overflow: hidden;
    max-height: 90px; /* Show only the top 20% */
    cursor: pointer;
    transition: max-height 0.3s ease;
    position: relative;
    border-radius: 10px;
  }
  .mobile-hero-plans .cta-image.active {
    max-height: 100%; /* Show full image on hover */
  }
  .mobile-hero-plans .cta-image.active .down-arrow {
    transform: rotate(-90deg);
  }
  .mobile-hero-plans .cta-image img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the image scales properly */
    display: block;
  }
  .mobile-hero-plans .header-link {
    width: 100%;
    height: 90px;
    position: absolute;
  }
  .mobile-hero-plans .down-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url(../png/down-arrow.png);
    background-size: contain;
    background-position: center center;
    margin: 0px auto;
    left: 146px;
    top: 78px;
    transition: 0.2s ease;
  }
  .mobile-hero-plans .cta-wrap {
    position: relative;
    max-width: 315px;
    margin: 0 auto;
  }
  .mobile-hero-plans .cta-wrap.active .down-arrow {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 680px) {
  .mobile-hero-plans .wrapper {
    padding: 0px;
  }
  .mobile-hero-plans .headline {
    max-width: 300px;
    margin: 40px auto 0;
  }
}
/* Home - Sim Cta Banner
--------------------------------------------- */
.mx-sim-banner {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: #00523c;
}
.mx-sim-banner .banner {
  position: relative;
  width: 100%;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.mx-sim-banner .banner-content {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mx-sim-banner .mx-sim-image {
  width: 375px;
}
.mx-sim-banner .text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 1032px;
}
.mx-sim-banner .heading {
  margin: 0;
  font-family: Gilroy;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 38.25px */
  letter-spacing: -0.675px;
  text-transform: uppercase;
}
.mx-sim-banner .text-green {
  color: #00EF00;
  letter-spacing: -0.3px;
}
.mx-sim-banner .text-white {
  color: white;
  letter-spacing: -0.3px;
}
.mx-sim-banner .description {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.mx-sim-banner .check-compatibility {
  color: #00EF00;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.mx-sim-banner .cta-button {
  display: flex;
  align-items: center;
  width: 157.949px;
  height: 45px;
  flex-shrink: 0;
  background-color: #00EF00;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
  color: #0F261F;
  position: absolute;
  right: 0px;
  top: 35px;
}
.mx-sim-banner .cta-button:hover {
  background-color: rgba(0, 239, 0, 0.9);
}
.mx-sim-banner .sim-card-image {
  position: absolute;
  width: 262px;
  height: 233px;
  top: -80px;
  left: -15px;
}

@media screen and (max-width: 1370px) {
  .mx-sim-banner .banner {
    max-width: 980px;
  }
  .mx-sim-banner .heading {
    font-size: 32px;
  }
  .mx-sim-banner .description {
    font-size: 14.222px;
  }
  .mx-sim-banner .cta-button {
    width: 112.319px;
    height: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    top: 40px;
  }
  .mx-sim-banner .banner-content {
    max-width: 700px;
  }
  .mx-sim-banner .mx-sim-image {
    width: 265px;
  }
  .mx-sim-banner .sim-card-image {
    left: -45px;
  }
}
@media screen and (max-width: 990px) {
  .mx-sim-banner .banner {
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 50px 0 187px;
  }
  .mx-sim-banner .banner-content {
    display: block;
    border: none;
  }
  .mx-sim-banner .heading {
    font-size: 46.875px;
    max-width: 313px;
    text-align: center;
    margin: 0 auto;
  }
  .mx-sim-banner .description {
    font-size: 13px;
    text-align: center;
    max-width: 263px;
    margin: 0 auto;
  }
  .mx-sim-banner .cta-button {
    width: 100%;
    max-width: 282.56px;
    height: 40px;
    margin: 30px auto;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    top: 0px;
    position: relative;
  }
  .mx-sim-banner .banner-content {
    max-width: 700px;
  }
  .mx-sim-banner .mx-sim-image {
    position: absolute;
    bottom: 0px;
  }
  .mx-sim-banner .sim-card-image {
    top: auto;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
.plan-cards {
  background-color: #FFF;
  padding: 100px 0;
}
.plan-cards h2 {
  color: #0F261F;
  text-align: center;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 63.75px */
  letter-spacing: -1.125px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.plan-cards h2 span {
  color: #00EF00;
}
.plan-cards .plan-card-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 550px;
  position: relative;
}
.plan-cards .plan-card-item .btn {
  background-color: #FFF;
  color: #0F261F;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  width: 138.416px;
  height: 45px;
  padding: 13px 0 0 0;
}
.plan-cards .byo-plan {
  background-image: url("../png/byo-plan-u.png");
}
.plan-cards .byo-plan .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.plan-cards .unlm-plan {
  background-image: url("../png/unlm-plan-1u.png");
}
.plan-cards .unlm-plan .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.plan-cards .nah-plan {
  background-image: url("../png/nah-plan-1.png");
}
.plan-cards .nah-plan .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.plan-cards .flex_container {
  justify-content: space-between;
}
.plan-cards .flex_container .flex_item {
  width: 32%;
}
.plan-cards .btn.mobile-only {
  display: none;
}

@media screen and (min-width: 1480px) {
  .byo-plan .btn {
    bottom: 40px;
  }
  .unlm-plan .btn {
    bottom: 40px;
  }
  .nah-plan .btn {
    bottom: 40px;
  }
}
@media screen and (max-width: 1355px) {
  .plan-cards .wrapper {
    max-width: 910px;
  }
  .plan-cards h2 {
    font-size: 55px;
    letter-spacing: -0.825px;
  }
}
.qr-m-only {
  display: none;
}

@media screen and (max-width: 980px) {
  .qr-m-only {
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 30px auto;
  }
  .qr-d-only {
    display: none;
  }
  .plan-cards {
    padding: 40px 0;
  }
  .plan-cards .wrapper {
    max-width: 400px;
  }
  .plan-cards h2 {
    font-size: 45px;
    letter-spacing: -0.675px;
  }
  .plan-cards .flex_container.flex_three > .flex_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .plan-cards .byo-plan {
    background-image: url("../png/byo-plan-m.png");
  }
  .plan-cards .byo-plan .btn.d-only {
    display: none;
  }
  .plan-cards .byo-plan .btn.mobile-only {
    display: block;
    background: none;
    font-size: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: none;
  }
  .plan-cards .unlm-plan {
    background-image: url("../png/unlm-plan-m2u.png");
  }
  .plan-cards .unlm-plan .btn.d-only {
    display: none;
  }
  .plan-cards .unlm-plan .btn.mobile-only {
    display: block;
    background: none;
    font-size: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: none;
  }
  .plan-cards .nah-plan {
    background-image: url("../png/nah-plan-m.png");
  }
  .plan-cards .nah-plan .btn.d-only {
    display: none;
  }
  .plan-cards .nah-plan .btn.mobile-only {
    display: block;
    background: none;
    font-size: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: none;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
#plans-page .block-section p {
  max-width: 513px;
}
#plans-page .block-section.white-card {
  background: #FFF;
}
#plans-page .block-section .block-card {
  position: relative;
  height: 100%;
  justify-content: flex-start;
  padding-top: 60px;
}
#plans-page .block-section .block-card img {
  margin-bottom: 20px;
}
#plans-page .block-section .btn-big {
  position: absolute;
  bottom: 80px;
}
#plans-page .block-section h3 {
  margin-top: -40px;
}
#plans-page strong.gold {
  color: #B88D28;
}
#plans-page strong.grn {
  color: #00B828;
}
#plans-page h2.nahp {
  color: #02B202;
  position: relative;
}
#plans-page h2.nahp:after {
  content: "";
  display: block;
  width: 106.61px;
  height: 106.61px;
  position: absolute;
  background-image: url("../nahp-burst.html");
  background-size: contain;
  background-repeat: no-repeat;
  right: -18px;
  top: -20px;
}
#plans-page h2.byop {
  color: #6AA28D;
}
#plans-page h2.unlm {
  color: #8FA18F;
}
#plans-page .block-image-absolute.tall {
  min-height: 770px;
}

.block-grid-mobile {
  display: none;
}

@media (max-width: 1440px) {
  #plans-page h2 {
    text-align: center;
    font-family: Gilroy;
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%;
    letter-spacing: -1.35px;
    text-transform: uppercase;
    color: #0F261F;
    margin-bottom: 20px;
    margin-top: 0;
    max-width: 570px;
  }
  #plans-page p {
    font-family: Gilroy;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #0F261F;
    text-align: center;
    margin-bottom: 8px;
  }
}
@media (max-width: 1312px) {
  #plans-page h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%;
    letter-spacing: -0.9px;
    text-transform: uppercase;
  }
  #plans-page h2.nahp:after {
    width: 75px;
    height: 75px;
    top: -13px;
  }
  #plans-page h3 {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 85%; /* 11.05px */
    letter-spacing: 1.3px;
    text-transform: uppercase;
  }
  #plans-page p {
    font-size: 14px;
  }
  #plans-page .block-section .block-card {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  #plans-page p {
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  #plans-page p img {
    padding: 0;
    max-width: 100px;
  }
}
@media (max-width: 1150px) {
  #plans-page .block-section .block-card {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #plans-page .block-section .btn-big {
    bottom: 30px;
  }
}
@media (max-width: 1011px) {
  #plans-page .block-section {
    display: none;
  }
  .block-grid-mobile {
    display: block;
  }
  .block-grid-mobile .block-grid-item img {
    max-width: 430px;
    margin: 0px auto;
    width: 100%;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
.plans-hero {
  display: block;
  justify-content: center;
  width: 100%;
  min-height: 900px;
  background-repeat: no-repeat;
  background-image: url("../png/plan-gold-bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
}
.plans-hero h2 {
  color: #FFF;
  font-size: 108px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%;
  letter-spacing: -1.85px;
  text-transform: uppercase;
  position: relative;
  max-width: 1070px;
  padding-top: 15%;
}
.plans-hero h2 span {
  color: #00EF00;
}
.plans-hero h2 .hero-price-circle {
  width: 179px;
  height: 340px;
  background-image: url("../png/gold-bursts.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 60px;
  right: -150px;
}
.plans-hero p {
  font-size: 25.364px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 30px;
  float: left;
  padding-right: 20px;
}
.plans-hero p strong {
  font-weight: 500;
}
.plans-hero .bottom-app-btns {
  display: block;
  position: absolute;
  width: calc(100% - 90px);
  padding-top: 30px;
  border-top: solid 1px rgba(255, 255, 255, 0.45);
  margin-top: 150px;
  max-width: 1370px;
  bottom: 60px;
}
.plans-hero .bottom-app-btns .app-btns {
  text-transform: uppercase;
  white-space: nowrap;
  width: 400px;
  gap: 20px;
}
.plans-hero .bottom-app-btns .app-btns h3 {
  top: 5px;
  position: relative;
}
.plans-hero .btn-big {
  width: 215.01px;
  height: 62.461px;
  top: 4px;
  position: relative;
  font-size: 22.209px;
  font-style: normal;
  font-weight: 700;
}

.plans-hero-mobile {
  display: none;
}

@media (max-width: 1440px) {
  .plans-hero {
    background-image: url("../png/plan-gold-bg.png");
  }
  .plans-hero h2 {
    padding-top: 190px;
  }
}
@media (max-width: 1260px) {
  .plans-hero {
    background-image: url("../png/plan-gold-bg.png");
    min-height: 722px;
  }
  .plans-hero h2 {
    font-size: 80.748px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 60.444px */
    letter-spacing: -1.316px;
    text-transform: uppercase;
  }
  .plans-hero h2 .hero-price-circle {
    width: 127.977px !important;
    height: 240.684px !important;
    left: 780px;
    top: 100px;
  }
  .plans-hero p {
    font-size: 18.036px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 25.884px */
  }
  .plans-hero .btn-big {
    width: 152.896px;
    height: 44.417px;
    font-size: 15.793px;
  }
}
@media (max-width: 900px) {
  #need-a-hand-plan {
    background-color: #FFF;
    padding-top: 30px;
  }
  .plans-hero-mobile {
    display: block;
    top: 0px;
    position: relative;
  }
  .plans-hero-mobile img {
    max-width: 430px;
    margin: 0px auto;
    width: 100%;
  }
  .plans-hero.d-only {
    display: none;
  }
  .ph-m-btn-a {
    display: block;
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
  }
  .ph-m-btn-g {
    display: block;
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
.app-options {
  padding: 60px 0;
  text-align: center;
  display: block;
  width: 100%;
}
.app-options h2 {
  text-align: center;
  font-family: Gilroy;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 76.5px */
  letter-spacing: -1.35px;
  text-transform: uppercase;
  color: #FFF;
}
.app-options h2 span {
  color: #00EF00;
}
.app-options p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-top: 20px;
  padding: 20px 0;
}
.app-options .app-legal-text p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
}
.app-options .app-legal-text p a {
  color: #B0DACA;
}
.app-options .btn-big {
  background-color: #00EF00;
  color: #0F261F;
  margin: 30px auto;
}
.app-options img {
  margin: 30px auto;
}
.app-options .button-wrap {
  padding: 20px 0;
}
.app-options .m-only {
  display: none;
}

@media (max-width: 1300px) {
  .app-options h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%;
    letter-spacing: -0.9px;
    text-transform: uppercase;
  }
  .app-options p {
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 17.4px */
  }
  .app-options .app-legal-text p {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 9.6px */
    padding: 10px 0;
  }
  .app-options img {
    max-width: 1050.795px;
    width: 100%;
  }
}
@media (max-width: 1010px) {
  .app-options .wrapper {
    max-width: 400px;
  }
  .app-options h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 38.25px */
    letter-spacing: -0.675px;
    text-transform: uppercase;
  }
  .app-options p {
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 17.4px */
  }
  .app-options .app-legal-text p {
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 12px */
  }
  .app-options .app-legal-text p br {
    display: none;
  }
  .app-options img {
    max-width: 1000px;
  }
  .app-options .d-only {
    display: none;
  }
  .app-options .m-only {
    display: block;
  }
  .app-options .btn-big {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    height: 40px;
    padding-top: 9px;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
.traditional-experience {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../png/traditional-desktop.png");
  background-position: center;
  background-size: cover;
  position: relative;
}
.traditional-experience .wrapper {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.traditional-experience h2 {
  text-align: center;
  font-size: 75px;
  font-style: normal;
  line-height: 85%;
  letter-spacing: -1.35px;
  text-transform: uppercase;
  max-width: 1000px;
  margin: auto;
}
.traditional-experience h2 span {
  color: #00EF00;
}
.traditional-experience .traditional-experience-description {
  text-align: center;
  line-height: 110%;
  font-size: 25px;
  max-width: 990px;
  padding-top: 20px;
  margin: auto;
}
.traditional-experience .traditional-experience-description a {
  text-decoration: underline;
}
.traditional-experience .traditional-experience-description .bold-text {
  font-weight: 600;
}
.traditional-experience .traditional-experience-description span:last-child {
  display: block;
  padding-top: 5px;
}
.traditional-experience .traditional-experience-card {
  display: flex;
  gap: 2%;
  padding: 30px 20px;
}
.traditional-experience .traditional-experience-card .image-item {
  flex: 1;
}
.traditional-experience .traditional-experience-card .image-item img {
  width: 100%;
  height: auto;
}
.traditional-experience .traditional-experience-card-mobile {
  display: none;
}
.traditional-experience .traditional-experience-bottom-text {
  text-align: center;
  color: #0F261F;
}
.traditional-experience .traditional-experience-bottom-text p:first-child {
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 50px;
}
.traditional-experience .traditional-experience-bottom-text p:first-child a {
  text-decoration: underline;
}
.traditional-experience .traditional-experience-bottom-text p.small {
  font-size: 10px;
  line-height: 120%;
}

@media (max-width: 1260px) {
  .traditional-experience {
    background-image: url("../jpg/traditional-tablet.jpg");
  }
  .traditional-experience h2 {
    font-size: 55px;
    max-width: 750px;
  }
  .traditional-experience .traditional-experience-description {
    max-width: 710px;
    font-size: 18px;
  }
  .traditional-experience .traditional-experience-bottom-text p:first-child {
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .traditional-experience {
    background-image: url("../png/traditional-mobile.png");
    background-size: 100% auto;
    background-position: top center;
    background-color: #daddd8;
  }
  .traditional-experience .traditional-experience-card {
    display: none;
  }
  .traditional-experience h2 {
    font-size: 45px;
    max-width: 550px;
  }
  .traditional-experience .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .traditional-experience .traditional-experience-card-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
  }
  .traditional-experience .traditional-experience-card-mobile .image-item {
    flex: 1;
  }
  .traditional-experience .traditional-experience-card-mobile .image-item img {
    width: 100%;
    height: auto;
  }
  .traditional-experience .traditional-experience-description {
    font-size: 14px;
    max-width: 550px;
    padding-top: 10px;
  }
  .traditional-experience .traditional-experience-bottom-text {
    max-width: 290px;
    margin: auto;
  }
  .traditional-experience .traditional-experience-bottom-text p:first-child {
    font-size: 14.5px;
    line-height: 120%;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .traditional-experience h2 {
    font-size: 45px;
    max-width: 250px;
  }
  .traditional-experience .traditional-experience-description {
    max-width: 280px;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
body.popup-active {
  overflow: hidden;
}

body.popup-active .wrapper {
  filter: blur(6px);
}

#popup-overlay, .qr-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0F261F;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(15, 38, 31, 0.55); /* RGB for #0F261F with 55% opacity */
}

#popup-overlay.hidden, .qr-popup.hidden {
  display: none;
}

#popup-content img {
  max-width: 1300px;
  width: 100%;
  max-height: 90vh;
  cursor: pointer;
  margin: 0px auto;
  top: 45px;
  position: relative;
}

.popup-content img {
  max-width: 1300px;
  width: 100%;
  max-height: 90vh;
  cursor: pointer;
  margin: 0px auto;
  top: 45px;
  position: relative;
}

#qr-popup-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* Bottom half of the image */
  display: block;
  z-index: 1;
}

.qr-popup .m-only,
.qr-popup-link.m-only {
  display: none;
}

@media (max-width: 768px) {
  .qr-popup .d-only {
    display: none;
  }
  .qr-popup .m-only {
    display: block;
  }
  .qr-popup-link.m-only {
    display: block;
    position: absolute;
    bottom: 14%;
    width: 100%;
    z-index: 99999999999;
    height: 70px;
  }
}
#plans-page #popup-content img {
  max-width: 900px;
}

/* Home - Plan Cards
--------------------------------------------- */
.we-want-you {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.we-want-you .flex_container {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  padding-top: 3rem;
}
.we-want-you .flex_container.flex_two .flex_item {
  flex: 1;
}
.we-want-you .block-image {
  text-align: center;
  margin-left: -80px;
  overflow: hidden;
}
.we-want-you .block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: -30px;
}
.we-want-you .block-image img.mobile-only {
  display: none;
}
.we-want-you .block-content {
  top: -23px;
  position: relative;
}
.we-want-you .block-content .block-heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}
.we-want-you .block-content .content-wrapper {
  display: flex;
  gap: 25px;
}
.we-want-you .block-content .text-content {
  width: 100%;
  display: flex;
  align-items: center;
}
.we-want-you .block-content .text-content .block-text {
  font-size: 24px;
  color: #fff;
  margin: 0;
  line-height: 1.15;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.we-want-you .block-content .text-content .block-text span {
  font-weight: 300;
}
.we-want-you .block-content .text-content .block-text span.bold-text {
  font-weight: 500;
  display: block;
  margin: 10px 0;
}
.we-want-you .block-content .text-content .block-text span.gray-text {
  color: #00EF00;
  font-weight: 500;
}
.we-want-you .block-content .block-divider {
  display: block;
}
.we-want-you .block-content .block-divider hr {
  border: none;
  width: 2px;
  height: 100%;
  background-color: #476359;
  margin: 0;
  display: inline-block;
}
.we-want-you .block-content .block-cta {
  text-align: center;
  min-width: 138px;
  padding: 10px 0;
}
.we-want-you .block-content .block-cta img {
  margin-bottom: 1rem;
  height: auto;
  width: 100%;
  display: block;
}
.we-want-you .block-content .block-cta p {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.1rem;
}
.we-want-you .block-content .block-cta p.show-mobile {
  display: none;
}
.we-want-you .block-content .block-cta .button {
  display: inline-block;
  background-color: #00EF00;
  color: #0F261F;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.2s ease;
  max-width: 160px;
  width: 100%;
  height: 47px;
  line-height: 47px;
}
.we-want-you .block-content .block-cta .button:hover {
  background-color: #fff;
}
.we-want-you .block-content .disclaimer {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  text-align: left;
  color: #BDC5C4;
  font-size: 10px;
}
@media screen and (max-width: 1280px) {
  .we-want-you .block-content .block-heading {
    font-size: 32px;
  }
  .we-want-you .block-content .content-wrapper {
    gap: 10px;
  }
  .we-want-you .block-content .text-content .block-text {
    font-size: 17px;
    gap: 5px;
  }
  .we-want-you .block-content .block-cta {
    min-width: 103px;
  }
}
@media screen and (max-width: 768px) {
  .we-want-you .wrapper {
    max-width: 480px;
  }
  .we-want-you .flex_container {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .we-want-you .flex_container.flex_two .flex_item {
    flex: none;
    width: 100%;
  }
  .we-want-you .block-image {
    text-align: center;
    margin-left: 0;
    overflow: hidden;
  }
  .we-want-you .block-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
  }
  .we-want-you .block-image img.desktop-only {
    display: none;
  }
  .we-want-you .block-image img.mobile-only {
    display: block;
  }
  .we-want-you .block-content .block-heading {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .we-want-you .block-content .content-wrapper {
    flex-direction: column;
  }
  .we-want-you .block-content .block-divider {
    display: none;
  }
  .we-want-you .block-content .text-content .block-text {
    font-size: 13px;
  }
  .we-want-you .block-content .text-content .block-text .hidden-tablet {
    display: none !important;
  }
  .we-want-you .block-content .block-cta p.show-mobile {
    display: block;
    font-size: 13px;
  }
  .we-want-you .block-content .block-cta img {
    width: 100px;
    margin: auto;
  }
  .we-want-you .block-content .block-cta .button {
    max-width: 100%;
  }
  .we-want-you .block-content .disclaimer {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .we-want-you .block-image {
    margin-left: -20px;
    overflow: hidden;
  }
  .we-want-you .block-image img.mobile-only {
    margin-left: -20px;
  }
}

/* Home - Plan Cards
--------------------------------------------- */
.wpsl-more-btn--brand {
  flex-shrink: 0;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  background-color: #009A64 !important;
  position: absolute;
  right: 0px;
  outline: none !important;
  border: none !important;
  width: 80.254px;
  height: 27.346px;
}

.wpsl-results .wpsl-more-sep {
  margin: 0 0.35rem;
  opacity: 0.6;
}

.wpsl-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.wpsl-modal {
  max-width: 1534px;
  width: 100%;
  border-radius: 25px;
  box-shadow: 15px 15px 35px 0 rgba(28, 34, 26, 0.55);
}

.wpsl-modal .map-list-close {
  float: right;
  background: none;
  border: none;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.wpsl-modal-backdrop .wpsl-modal {
  position: relative;
  color: #000;
}
.wpsl-modal-backdrop .wpsl-modal .map-list-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  z-index: 1000;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.wpsl-modal-backdrop .wpsl-modal .map-list-close:hover {
  color: #ccc;
}
.wpsl-modal-backdrop .wpsl-modal .store-name {
  font-family: Gilroy;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 59.5px */
  letter-spacing: -1.05px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wpsl-modal-backdrop .wpsl-modal .store-address {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 32.4px */
  margin-bottom: 0;
}
.wpsl-modal-backdrop .wpsl-modal .store-miles {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 32.4px */
  margin-top: 0;
}
.wpsl-modal-backdrop .wpsl-modal .store-directions {
  color: #1F6170;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 32.4px */
  text-decoration: underline;
}
.wpsl-modal-backdrop .wpsl-modal .breaker {
  width: 2px;
  height: 20px;
  background-color: #0F261F;
  margin: 0 7px;
  display: inline-block;
}
.wpsl-modal-backdrop .wpsl-modal-content {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 40.5px */
  max-width: 528px;
  position: absolute;
  bottom: 55px;
}
.wpsl-modal-backdrop .wpsl-modal-content.dealer {
  max-width: 500px;
}
.wpsl-modal-backdrop .flex_item {
  position: relative;
}
.wpsl-modal-backdrop .flex_40 {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  background-color: #FFF;
}
.wpsl-modal-backdrop h4 {
  font-family: Gilroy;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 40.5px */
  padding-bottom: 35px;
}
.wpsl-modal-backdrop .store-legal {
  text-align: center;
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 12px */
  padding-top: 62px;
}
.wpsl-modal-backdrop .store-legal strong {
  font-weight: 600;
}
.wpsl-modal-backdrop .flex_container.flex_two > .flex_item.flex_60 {
  width: 57%;
  padding: 70px 70px 55px 55px;
}
.wpsl-modal-backdrop .flex_container.flex_two > .flex_item.flex_40 {
  width: 43%;
  padding: 70px 55px 55px;
}

.wpsl-modal.dealer {
  background-color: #91AD99;
}
.wpsl-modal.dealer .store-logo {
  width: 261px;
  height: 38.1px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../png/dealer-logo.png");
  margin-bottom: 45.83px;
}
.wpsl-modal.dealer .store-plan-card {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 494px;
  background-image: url("../png/dealer-plans.png");
}
.wpsl-modal.dealer h4 {
  color: #FFF;
}
.wpsl-modal.dealer .map-list-close {
  background-image: url("../png/map-close.png");
}
.wpsl-modal.dealer .wpsl-modal-content.walmart {
  display: none !important;
}

.wpsl-modal.walmart {
  background-color: #F1F6F4;
}
.wpsl-modal.walmart .store-logo {
  width: 261px;
  height: 38.1px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../png/walmart-logo.png");
  margin-bottom: 45.83px;
}
.wpsl-modal.walmart .store-plan-card {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 594px;
  background-image: url("../png/walmart-plans.png");
}
.wpsl-modal.walmart h4 {
  color: #0F261F;
}
.wpsl-modal.walmart .store-legal {
  display: none !important;
}
.wpsl-modal.walmart .map-list-close {
  background-image: url("../png/close-grey.png");
}
.wpsl-modal.walmart .wpsl-modal-content.dealer {
  display: none !important;
}

#wpsl-stores .dealer .wpsl-more-btn--brand {
  color: #FFF;
  background-color: #009A64 !important;
}

#wpsl-stores .walmart .wpsl-more-btn--brand {
  color: #0F261F;
  background-color: #00EF00 !important;
}

#wpsl-search-wrap .wpsl-input label {
  display: none !important;
}

@media (max-width: 1543px) {
  .wpsl-modal {
    max-width: 1150px;
  }
  .wpsl-modal-backdrop .wpsl-modal .store-name {
    font-size: 54.5px;
  }
  .wpsl-modal-backdrop .wpsl-modal .store-address,
  .wpsl-modal-backdrop .wpsl-modal .store-miles,
  .wpsl-modal-backdrop .wpsl-modal .store-directions {
    font-size: 17.9px;
  }
  .wpsl-modal-backdrop .wpsl-modal-content {
    font-size: 22.49px;
  }
  .wpsl-modal-backdrop .wpsl-modal-content.dealer {
    max-width: 397px;
  }
  .wpsl-modal-backdrop h4 {
    font-size: 22.49px;
  }
  .wpsl-modal-backdrop .store-legal {
    font-size: 8px;
  }
  .wpsl-modal.dealer .store-plan-card {
    height: 370px;
  }
  .wpsl-modal-backdrop .flex_container.flex_two > .flex_item.flex_60 {
    padding: 55px 55px 40px 40px;
  }
  .wpsl-modal-backdrop .flex_container.flex_two > .flex_item.flex_40 {
    padding: 55px 40px 40px;
  }
  .wpsl-modal.walmart .store-plan-card {
    height: 445.541px;
  }
  .wpsl-modal.dealer .store-logo {
    width: 195.463px;
    height: 28.573px;
  }
  .wpsl-modal.walmart .store-logo {
    width: 210.633px;
    height: 49.249px;
  }
}
@media (max-width: 1155px) {
  .wpsl-modal {
    max-width: 900px;
  }
  .wpsl-modal-backdrop .wpsl-modal .store-name {
    font-size: 41.069px;
  }
  .wpsl-modal-backdrop .wpsl-modal .store-address,
  .wpsl-modal-backdrop .wpsl-modal .store-miles,
  .wpsl-modal-backdrop .wpsl-modal .store-directions {
    font-size: 14.081px;
  }
  .wpsl-modal-backdrop .wpsl-modal-content {
    font-size: 17.601px;
  }
  .wpsl-modal-backdrop .wpsl-modal-content.dealer {
    max-width: 310px;
  }
  .wpsl-modal-backdrop .wpsl-modal-content.walmart {
    max-width: 310px;
  }
  .wpsl-modal-backdrop h4 {
    font-size: 17.601px;
  }
  .wpsl-modal-backdrop .store-legal {
    font-size: 7px;
  }
  .wpsl-modal-backdrop .flex_container.flex_two > .flex_item.flex_60 {
    padding: 40px 40px 32px 32px;
  }
  .wpsl-modal-backdrop .flex_container.flex_two > .flex_item.flex_40 {
    padding: 40px 32px 32px;
  }
  .wpsl-modal.walmart .store-plan-card {
    height: 348.68px;
  }
  .wpsl-modal.dealer .store-plan-card {
    height: 290px;
  }
  .wpsl-modal.dealer .store-logo {
    width: 152.971px;
    height: 22.361px;
  }
  .wpsl-modal.walmart .store-logo {
    width: 164.844px;
    height: 38.543px;
  }
}
@media (max-width: 900px) {
  .wpsl-modal-backdrop {
    height: 100vh;
    overflow: scroll;
    align-items: flex-start;
  }
  .wpsl-modal {
    max-width: 310px;
    margin-top: 30px;
  }
  .wpsl-modal-backdrop .flex_container.flex_two > .flex_item.flex_40 {
    width: 100%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    padding: 30px;
  }
  .wpsl-modal-backdrop .flex_container.flex_two > .flex_item.flex_60 {
    width: 100%;
    padding: 30px;
  }
  .wpsl-modal-backdrop .wpsl-modal .store-name {
    font-size: 40px;
  }
  .wpsl-modal-backdrop .wpsl-modal .store-address,
  .wpsl-modal-backdrop .wpsl-modal .store-miles,
  .wpsl-modal-backdrop .wpsl-modal .store-directions {
    font-size: 14px;
  }
  .wpsl-modal-backdrop .wpsl-modal-content {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  .wpsl-modal-backdrop .wpsl-modal-content.dealer {
    max-width: 310px;
  }
  .wpsl-modal-backdrop .wpsl-modal-content.walmart {
    max-width: 310px;
  }
  .wpsl-modal-backdrop h4 {
    display: none;
  }
  .wpsl-modal-backdrop .store-legal {
    font-size: 7px;
  }
  .wpsl-modal.dealer .store-logo {
    width: 152.971px;
    height: 22.361px;
    margin-bottom: 30px;
  }
  .wpsl-modal.walmart .store-logo {
    width: 164.844px;
    height: 38.543px;
    margin-bottom: 30px;
  }
  .wpsl-modal.dealer .store-plan-card {
    height: 580px;
    background-image: url("../png/dealer-plans-mu.png");
  }
  .wpsl-modal.walmart .store-plan-card {
    height: 805.95px;
    background-image: url("../png/walmart-plans-m.png");
  }
  .wpsl-modal-backdrop .store-legal {
    padding-top: 30px;
  }
  .wpsl-modal.dealer .map-list-close {
    background-image: url("../png/close-grey.png");
  }
}
/* Home - Plan Cards
--------------------------------------------- */
.faq-section {
  background-color: #FFF;
  padding: 80px 0;
}
.faq-section h2 {
  text-align: center;
  color: #0F261F;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%;
  letter-spacing: -1.35px;
  text-transform: uppercase;
  padding-top: 10px;
}
.faq-section h2 span {
  color: #00EF00;
}
.faq-section .faq-accordion {
  padding: 60px 0;
}
.faq-section .the-question {
  color: #0F261F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  padding: 15px 0 15px 45px;
  position: relative;
}
.faq-section .faq-arrow {
  width: 25px;
  height: 50px;
  margin-left: -35px;
  margin-right: 10px;
  display: inline-block;
  background-image: url("../png/faq-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: transform 0.3s ease;
  position: absolute;
  left: 33px;
  top: 6px;
}
.faq-section .faq-item {
  border-bottom: solid 1px #00ef00;
}
.faq-section .answer {
  display: none;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
.faq-section .answer p {
  color: #0F261F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.faq-section .faq-item.active .faq-arrow {
  transform: rotate(90deg);
}
.faq-section .faq-item.active .answer {
  display: block;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 40px 0;
  }
  .faq-section h2 {
    font-size: 45px;
    line-height: 90%;
    letter-spacing: -0.75px;
    padding-top: 5px;
  }
  .faq-section .the-question {
    font-size: 20px;
    padding: 15px 0 15px 40px;
  }
  .faq-section .faq-arrow {
    width: 20px;
    height: 40px;
    margin-left: -30px;
    left: 28px;
    top: 4px;
  }
  .faq-section .answer p {
    font-size: 16px;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
.hero-plans-gold {
  position: relative;
  overflow: hidden;
  background-color: #0F261F;
  background-image: url("../png/gold-network-bg.png");
  background-size: cover;
  background-position: center center;
}
.hero-plans-gold #gold-plan {
  cursor: pointer;
}
.hero-plans-gold .wrapper {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.hero-plans-gold .headline {
  padding-top: 80px;
  display: block;
  clear: both;
  width: 100%;
}
.hero-plans-gold .headline img {
  max-width: 100%;
}
.hero-plans-gold .main-copy {
  display: block;
  width: 100%;
  position: relative;
  max-width: 100%;
  clear: both;
  text-align: right;
  padding-top: 11px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.hero-plans-gold .main-copy .main-title {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: 85%; /* 36.55px */
}
.hero-plans-gold .plan-cards {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 60px;
  cursor: pointer;
}
.hero-plans-gold .plan-cards .wrapper {
  padding: 0 37px;
}
.hero-plans-gold .plan-cards .plan-card-item {
  min-height: fit-content;
}
.hero-plans-gold .plan-cards .byo-plan .btn {
  bottom: 20px;
}
.hero-plans-gold .plan-cards .unlm-plan .btn {
  bottom: 20px;
}
.hero-plans-gold .plan-cards .nah-plan .btn {
  bottom: 20px;
}
.hero-plans-gold .plan-cards .nah-plan {
  background-image: none;
}
.hero-plans-gold .plan-cards .unlm-plan {
  background-image: none;
}
.hero-plans-gold .plan-cards .byo-plan {
  background-image: none;
}

@media screen and (max-width: 1355px) {
  .hero-plans-gold .plan-cards .wrapper {
    max-width: 100%;
  }
  .hero-plans-gold .plan-cards .byo-plan .btn,
  .hero-plans-gold .plan-cards .unlm-plan .btn,
  .hero-plans-gold .plan-cards .nah-plan .btn {
    bottom: 15px;
  }
}
@media screen and (max-width: 1355px) and (max-width: 1310px) {
  .mobile-hero-plans.gold-plans-m {
    background-image: url("../png/goldmobile-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
  }
  .mx-hero-plans-update .plan-cards .plan-card-item {
    min-height: 390px;
  }
  .mx-hero-plans-update .plan-cards .plan-card-item .btn {
    width: 98.429px;
    height: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    bottom: 10px;
    padding: 9px 0 0 0;
  }
  .mx-hero-plans-update .main-copy .main-title {
    font-size: 29.156px;
  }
  .mx-hero-plans-update .headline {
    padding-top: 60px;
  }
  .mx-hero-plans-update .wrapper {
    max-width: 1000px;
  }
  .mx-hero-plans-update .our-expert {
    left: -60px;
  }
}
.mobile-hero-plans {
  display: none;
}

@media screen and (max-width: 980px) {
  .hero-plans-gold {
    display: none;
  }
  .gold-plans-m .headline {
    max-width: 360px;
    margin: 0px auto;
  }
  .gold-plans-m.mobile-hero-plans .cta-image {
    max-height: 79px;
  }
  .gold-plans-m.mobile-hero-plans .header-link {
    height: 79px;
  }
  .gold-plans-m.mobile-hero-plans .down-arrow {
    top: 67px;
  }
  .gold-plans-m.mobile-hero-plans .mobile-plan-ctas {
    padding: 20px 40px;
  }
  .mobile-hero-plans {
    display: block;
    background-color: #0F261F;
  }
  .mobile-hero-plans .wrapper {
    padding: 40px;
  }
  .mobile-hero-plans .mobile-hero-welcome-img {
    position: absolute;
    width: 100%;
  }
  .mobile-hero-plans .mobile-hero-welcome-img img {
    width: 100%;
  }
  .mobile-hero-plans .mobile-plan-ctas {
    padding: 40px 40px;
    position: relative;
  }
  .mobile-hero-plans .cta-image {
    max-width: 315px;
    margin: 0px auto 10px;
  }
  .mobile-hero-plans .cta-images {
    display: flex;
    gap: 20px;
  }
  .mobile-hero-plans .cta-image {
    overflow: hidden;
    max-height: 90px; /* Show only the top 20% */
    cursor: pointer;
    transition: max-height 0.3s ease;
    position: relative;
    border-radius: 10px;
  }
  .mobile-hero-plans .cta-image.active {
    max-height: 100%; /* Show full image on hover */
  }
  .mobile-hero-plans .cta-image.active .down-arrow {
    transform: rotate(-90deg);
  }
  .mobile-hero-plans .cta-image img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the image scales properly */
    display: block;
  }
  .mobile-hero-plans .header-link {
    width: 100%;
    height: 90px;
    position: absolute;
  }
  .mobile-hero-plans .down-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url(../png/down-arrow.png);
    background-size: contain;
    background-position: center center;
    margin: 0px auto;
    left: 146px;
    top: 78px;
    transition: 0.2s ease;
  }
  .mobile-hero-plans .cta-wrap {
    position: relative;
    max-width: 315px;
    margin: 0 auto;
  }
  .mobile-hero-plans .cta-wrap.active .down-arrow {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 680px) {
  .mobile-hero-plans .wrapper {
    padding: 0px;
  }
  .mobile-hero-plans .headline {
    max-width: 360px;
    margin: 40px auto 0;
  }
  .gold-plans-m.mobile-hero-plans .mobile-plan-ctas {
    padding: 20px;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
.hero-plans-gold.hero-plans-bf {
  background-image: url("../png/christmas-bg.png");
  padding-top: 100px;
}

@media screen and (max-width: 980px) {
  .mobile-hero-plans.bf-bg.gold-plans-m {
    background-image: url("../png/christmas-bg-m.png");
    padding-top: 100px;
  }
}
@media screen and (max-width: 680px) {
  .mobile-hero-plans.bf-bg .headline {
    margin: 0 auto;
  }
  .broad-band-content {
    margin-top: 0px !important;
    margin-bottom: 0px;
    position: relative;
    top: -18px;
    font-size: 12px;
  }
  .gold-plans-m.mobile-hero-plans.bf-bg .mobile-plan-ctas {
    padding: 0 20px 20px;
  }
  .mobile-hero-plans.bf-bg.gold-plans-m {
    padding-bottom: 15px;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
.deal-section {
  background: #FFF;
  padding: 60px 0;
}
.deal-section h2 {
  color: #00B828;
  text-align: center;
  font-family: Gilroy;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 85%; /* 63.75px */
  letter-spacing: -1.125px;
  text-transform: uppercase;
}
.deal-section h2 br {
  display: none;
}
.deal-section h2 span {
  color: #0F261F;
}
.deal-section p {
  color: #0F261F;
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 20px;
}
.deal-section p strong {
  font-weight: 500;
}
.deal-section p.legal-text {
  color: #0F261F;
  text-align: center;
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  padding-top: 40px;
}
.deal-section p.legal-text a {
  color: #14AEA5;
}
.deal-section p.legal-text strong {
  font-weight: 600;
}
.deal-section .btn {
  margin: 0px auto;
  display: block;
  text-align: center;
  max-width: 330px;
}
.deal-section .btn:hover {
  background-color: #00B828;
  border-color: #00B828;
  color: #FFF;
}
.deal-section .btn.m-only {
  display: none;
}
.deal-section .deal-img {
  margin: 40px auto 40px;
}

@media screen and (max-width: 1320px) {
  .deal-section h2 {
    font-size: 55px;
    font-weight: 900;
    line-height: 85%; /* 46.75px */
    letter-spacing: -0.825px;
  }
  .deal-section p {
    font-size: 16px;
  }
}
.deal-imgs {
  display: none;
}

@media screen and (max-width: 780px) {
  .deal-section h2 {
    font-size: 45px;
    max-width: 380px;
    margin: 0px auto;
  }
  .deal-section h2 br {
    display: block;
  }
  .deal-section p {
    font-size: 14.5px;
    max-width: 380px;
    margin: 0px auto;
  }
  .deal-section .deal-img {
    display: none;
  }
  .deal-section .btn {
    font-size: 13px;
    text-wrap: nowrap;
  }
  .deal-section .btn.m-only {
    display: block;
  }
  .deal-section .btn.d-only {
    display: none;
  }
  .deal-section .deal-imgs {
    display: block;
  }
  .deal-section .deal-imgs img {
    width: 100%;
    max-width: 380px;
    margin: 20px auto;
  }
}
/* Home - Plan Cards
--------------------------------------------- */
.hero-deals {
  position: relative;
  overflow: hidden;
  background-color: #0F261F;
  background-image: url("../png/deal-bg.png");
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
}
.hero-deals #gold-plan {
  cursor: pointer;
}
.hero-deals .wrapper {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.hero-deals .headline {
  padding-top: 80px;
  display: block;
  clear: both;
  width: 100%;
}
.hero-deals .headline img {
  max-width: 100%;
}
.hero-deals .main-copy {
  display: block;
  width: 100%;
  position: relative;
  max-width: 100%;
  clear: both;
  text-align: right;
  padding-top: 11px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.hero-deals .main-copy .main-title {
  color: #0F261F;
  font-family: Gilroy;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: 85%; /* 36.55px */
}
.hero-deals .plan-cards {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 60px;
  cursor: pointer;
}
.hero-deals .plan-cards .wrapper {
  padding: 0 37px;
}
.hero-deals .plan-cards .plan-card-item {
  min-height: fit-content;
}
.hero-deals .plan-cards .byo-plan .btn {
  bottom: 20px;
}
.hero-deals .plan-cards .unlm-plan .btn {
  bottom: 20px;
}
.hero-deals .plan-cards .nah-plan .btn {
  bottom: 20px;
}
.hero-deals .plan-cards .nah-plan {
  background-image: none;
}
.hero-deals .plan-cards .unlm-plan {
  background-image: none;
}
.hero-deals .plan-cards .byo-plan {
  background-image: none;
}

.deals-app-download {
  display: flex;
  justify-content: right;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  max-width: 1280px;
  margin: 0px auto;
  height: 133px;
}

.deals-app-wrap {
  padding-top: 27px;
  display: flex;
}

.deals-download-text {
  margin-right: 15px;
  position: relative;
  top: 5px;
}

.mx-app-btns {
  max-width: 235px;
}

.apple-btn {
  width: 48%;
  float: left;
}

.google-btn {
  width: 48%;
  float: right;
}

@media screen and (max-width: 1355px) {
  .hero-plans-gold .plan-cards .wrapper {
    max-width: 100%;
  }
  .hero-plans-gold .plan-cards .byo-plan .btn,
  .hero-plans-gold .plan-cards .unlm-plan .btn,
  .hero-plans-gold .plan-cards .nah-plan .btn {
    bottom: 15px;
  }
}
@media screen and (max-width: 1355px) and (max-width: 1310px) {
  .mobile-hero-plans.gold-plans-m {
    background-image: url("../png/goldmobile-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
  }
  .mx-hero-plans-update .plan-cards .plan-card-item {
    min-height: 390px;
  }
  .mx-hero-plans-update .plan-cards .plan-card-item .btn {
    width: 98.429px;
    height: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    bottom: 10px;
    padding: 9px 0 0 0;
  }
  .mx-hero-plans-update .main-copy .main-title {
    font-size: 29.156px;
  }
  .mx-hero-plans-update .headline {
    padding-top: 60px;
  }
  .mx-hero-plans-update .wrapper {
    max-width: 1000px;
  }
  .mx-hero-plans-update .our-expert {
    left: -60px;
  }
}
.mobile-hero-plans {
  display: none;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 980px) {
  .hero-plans-gold {
    display: none;
  }
  .hero-deals {
    background-image: url("../png/deal-bg-m.png");
  }
  .gold-plans-m .headline {
    max-width: 360px;
    margin: 0px auto;
  }
  .gold-plans-m.mobile-hero-plans .cta-image {
    max-height: 79px;
  }
  .gold-plans-m.mobile-hero-plans .header-link {
    height: 79px;
  }
  .gold-plans-m.mobile-hero-plans .down-arrow {
    top: 67px;
  }
  .gold-plans-m.mobile-hero-plans .mobile-plan-ctas {
    padding: 20px 40px;
  }
  .mobile-hero-plans {
    display: block;
    background-color: #0F261F;
  }
  .mobile-hero-plans .wrapper {
    padding: 40px;
  }
  .mobile-hero-plans .mobile-hero-welcome-img {
    position: absolute;
    width: 100%;
  }
  .mobile-hero-plans .mobile-hero-welcome-img img {
    width: 100%;
  }
  .mobile-hero-plans .mobile-plan-ctas {
    padding: 40px 40px;
    position: relative;
  }
  .mobile-hero-plans .cta-image {
    max-width: 315px;
    margin: 0px auto 10px;
  }
  .mobile-hero-plans .cta-images {
    display: flex;
    gap: 20px;
  }
  .mobile-hero-plans .cta-image {
    overflow: hidden;
    max-height: 90px; /* Show only the top 20% */
    cursor: pointer;
    transition: max-height 0.3s ease;
    position: relative;
    border-radius: 10px;
  }
  .mobile-hero-plans .cta-image.active {
    max-height: 100%; /* Show full image on hover */
  }
  .mobile-hero-plans .cta-image.active .down-arrow {
    transform: rotate(-90deg);
  }
  .mobile-hero-plans .cta-image img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the image scales properly */
    display: block;
  }
  .mobile-hero-plans .header-link {
    width: 100%;
    height: 90px;
    position: absolute;
  }
  .mobile-hero-plans .down-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url(../png/down-arrow.png);
    background-size: contain;
    background-position: center center;
    margin: 0px auto;
    left: 146px;
    top: 78px;
    transition: 0.2s ease;
  }
  .mobile-hero-plans .cta-wrap {
    position: relative;
    max-width: 315px;
    margin: 0 auto;
  }
  .mobile-hero-plans .cta-wrap.active .down-arrow {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 680px) {
  .mobile-only {
    display: block;
  }
  .deals-app-download {
    display: none;
  }
  .hero-deals .headline {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-deals .headline .m-only {
    max-width: 380px;
    width: 100%;
    margin: 0px auto;
  }
  .mobile-hero-plans .wrapper {
    padding: 0px;
  }
  .mobile-hero-plans .headline {
    max-width: 360px;
    margin: 40px auto 0;
  }
  .gold-plans-m.mobile-hero-plans .mobile-plan-ctas {
    padding: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
