@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #fe720b;
  border-color: #fe720b;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #ee6200;
    border-color: #ee6200;
    color: white; }
  .button--primary:active {
    background-color: #ee6200;
    border: 1px solid #ee6200;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #fe720b;
      border-color: #fe720b;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #ee6200;
      border-color: #ee6200;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #ee6200;
      border-color: #ee6200;
      color: white; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #757575;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 265px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.69811%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before,
.navUser-action--channelSelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu::after,
.navUser-action--channelSelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 1101px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1101px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1101px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1101px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1101px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1101px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1101px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1101px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1101px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1101px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1101px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1101px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1101px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 1101px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 1101px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1101px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1101px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1101px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1101px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1101px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 1101px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 1101px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 1101px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1101px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 1101px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1101px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1101px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 1101px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 1101px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 120px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Arial", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.78571rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.92857rem 1.71429rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.reset-filters {
  display: none; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.35714rem; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem;
  padding-top: 0; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    min-height: 17.85714rem;
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.85714rem;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container, .page-container, .category-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 551px) {
    .container, .page-container, .category-container {
      padding: 0 1.5rem; } }

@media (min-width: 1600px) {
  .page-container, .category-container {
    max-width: 1360px; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 600px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 14px;
  line-height: 1.42857143; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-xs-16 {
  float: left; }

.col-xs-16 {
  width: 80%; }

.col-xs-15 {
  width: 20%; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-15, .col-sm-16 {
    float: left; }
  .col-sm-16 {
    width: 80%; }
  .col-sm-15 {
    width: 20%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-15, .col-md-16 {
    float: left; }
  .col-md-16 {
    width: 80%; }
  .col-md-15 {
    width: 20%; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-15, .col-lg-16 {
    float: left; }
  .col-lg-16 {
    width: 80%; }
  .col-lg-15 {
    width: 20%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

.headerNeedHelp-wrap {
  background-color: #ECF0F8;
  display: block;
  padding: 0.5rem; }
  @media (min-width: 1261px) {
    .headerNeedHelp-wrap {
      display: none; } }
  .headerNeedHelp-wrap .headerNeedHelp {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    .headerNeedHelp-wrap .headerNeedHelp p {
      color: #000;
      font-size: 10px;
      font-weight: bold;
      margin: 0;
      text-decoration: underline; }
      @media (min-width: 551px) {
        .headerNeedHelp-wrap .headerNeedHelp p {
          font-size: 12px; } }
    .headerNeedHelp-wrap .headerNeedHelp .button-action .button {
      background-color: #F27221;
      background-position: center left 1.2rem;
      background-repeat: no-repeat;
      background-size: 12px;
      border-color: #F27221;
      border-radius: 20px;
      color: #ffffff;
      font-size: 12px;
      font-weight: 700;
      padding: 0 1.6rem 0 2.6rem;
      line-height: 2.1rem;
      text-align: center;
      margin: 0;
      width: auto; }
      @media (min-width: 551px) {
        .headerNeedHelp-wrap .headerNeedHelp .button-action .button {
          background-position: center left 1.8rem;
          padding: 0 1.6rem 0 2.8rem; } }
      .headerNeedHelp-wrap .headerNeedHelp .button-action .button.call-button {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.53003 0.5C1.86699 0.5 1.2311 0.763392 0.762262 1.23223C0.293421 1.70107 0.0300293 2.33696 0.0300293 3L0.0300293 5C0.0300293 10.799 4.73103 15.5 10.53 15.5H12.53C13.1931 15.5 13.829 15.2366 14.2978 14.7678C14.7666 14.2989 15.03 13.663 15.03 13V11.618C15.03 11.3393 14.9524 11.0661 14.8058 10.829C14.6591 10.592 14.4494 10.4005 14.2 10.276L11.785 9.068C11.5928 8.97188 11.3821 8.9182 11.1672 8.91061C10.9524 8.90302 10.7385 8.94169 10.5399 9.024C10.3413 9.10632 10.1628 9.23035 10.0163 9.3877C9.86984 9.54505 9.75891 9.73204 9.69103 9.936L9.39303 10.829C9.33819 10.9929 9.22546 11.1311 9.07597 11.2178C8.92649 11.3045 8.75051 11.3338 8.58103 11.3C7.50745 11.0853 6.52142 10.5576 5.74716 9.78352C4.9729 9.00943 4.44502 8.02353 4.23003 6.95C4.19627 6.78052 4.22548 6.60454 4.31219 6.45506C4.3989 6.30557 4.53715 6.19284 4.70103 6.138L5.81003 5.768C6.16842 5.64832 6.46845 5.3978 6.65013 5.0665C6.83182 4.7352 6.88178 4.34754 6.79003 3.981L6.20403 1.637C6.1231 1.31252 5.93606 1.02439 5.67262 0.818382C5.40918 0.612377 5.08445 0.500315 4.75003 0.5H2.53003Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
      .headerNeedHelp-wrap .headerNeedHelp .button-action .button.text-button {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11' %3E%3Cpath d='M0.998779 2.26391C0.998779 1.85885 1.15969 1.47038 1.44611 1.18396C1.73253 0.897542 2.12099 0.736633 2.52605 0.736633H9.65332C10.0584 0.736633 10.4469 0.897542 10.7333 1.18396C11.0197 1.47038 11.1806 1.85885 11.1806 2.26391V7.35482C11.1806 7.75987 11.0197 8.14834 10.7333 8.43476C10.4469 8.72118 10.0584 8.88209 9.65332 8.88209H5.75012L4.05332 10.1548C3.63383 10.4694 3.03514 10.1701 3.03514 9.64572V8.88209H2.52605C2.12099 8.88209 1.73253 8.72118 1.44611 8.43476C1.15969 8.14834 0.998779 7.75987 0.998779 7.35482V2.26391Z' fill='%23ffffff'/%3E%3C/svg%3E"); }

.headerTop {
  background-color: #1B3D5C; }
  .headerTop .headerTop-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 0; }
    @media (min-width: 1261px) {
      .headerTop .headerTop-wrap {
        justify-content: space-between;
        padding: 0.5rem 1.5rem; } }
    .headerTop .headerTop-wrap .trusteByClients-wrap {
      align-items: center;
      display: flex; }
      .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' %3E%3Cpath d='M12.0222 0.000547039C12.4412 0.000547039 12.8539 0.0260832 13.2377 0.0861682C13.6157 0.132693 13.9887 0.210095 14.3524 0.317495C14.7171 0.421142 15.0737 0.550325 15.4304 0.712554C15.7775 0.867273 16.1341 1.05654 16.4908 1.26233C17.0937 1.62284 17.6871 1.91425 18.2916 2.14708C19.4817 2.59447 20.7402 2.86068 22.0197 2.9357C22.669 2.97926 23.3359 3.0048 24.03 3.0048V9.0133C24.03 10.1549 23.8749 11.2364 23.5646 12.2669C23.2666 13.2827 22.8431 14.2622 22.3027 15.1855C21.7647 16.1076 21.1281 16.9758 20.4027 17.7767C19.6663 18.5958 18.8689 19.3648 18.0165 20.078C17.1529 20.7932 16.2433 21.4579 15.2929 22.0683C14.3428 22.6871 13.3832 23.2625 12.4236 23.7852L12.0398 24L11.656 23.7852C10.6695 23.2488 9.70594 22.676 8.76756 22.0683C7.81179 21.4647 6.90172 20.7997 6.04389 20.078C5.19206 19.3648 4.39519 18.5958 3.65928 17.7767C2.93589 16.9724 2.29642 16.1047 1.74967 15.1855C1.21858 14.2581 0.795511 13.2795 0.487794 12.2669C0.175555 11.2075 0.0216124 10.1125 0.030384 9.0133V3.0048C0.726095 3.0048 1.39302 2.97926 2.04235 2.9357C2.68154 2.894 3.3166 2.80815 3.94236 2.67884C4.55491 2.54965 5.16745 2.37841 5.7704 2.14708C6.39607 1.90992 6.99593 1.61665 7.56166 1.27134C8.26537 0.841737 8.97867 0.524789 9.68238 0.315993C10.4403 0.097782 11.2296 -0.00863321 12.0222 0.000547039ZM22.4211 4.48139C21.2104 4.42621 20.0111 4.23611 18.8482 3.91508C17.6914 3.59101 16.5897 3.11407 15.5759 2.49858C15.0501 2.17442 14.4791 1.92015 13.879 1.74301C13.2797 1.57287 12.6563 1.48881 12.0302 1.49366C11.3994 1.48983 10.7715 1.57386 10.167 1.74301C9.56606 1.91439 8.99575 2.16905 8.47488 2.49858C7.45939 3.11742 6.35476 3.59646 5.19464 3.92109C4.06071 4.23053 2.874 4.4198 1.62972 4.4889V9.02081C1.62972 10.0167 1.76726 10.9691 2.04235 11.8869C2.3226 12.7967 2.70877 13.6747 3.19387 14.5051C3.68479 15.3441 4.2634 16.1351 4.92116 16.8664C5.58808 17.604 6.29978 18.2904 7.06747 18.9423C7.83515 19.5958 8.63961 20.1966 9.48086 20.7539C10.3301 21.3127 11.181 21.8189 12.0302 22.2816C12.8998 21.8061 13.7477 21.2964 14.5716 20.7539C15.4184 20.1984 16.2271 19.5933 16.9929 18.9423C17.7606 18.2904 18.4739 17.604 19.1409 16.8664C19.7987 16.1351 20.3773 15.3441 20.8681 14.5051C21.3511 13.6758 21.7315 12.7973 22.0021 11.8869C22.2855 10.955 22.4266 9.98997 22.4211 9.02081V4.48139Z' fill='%23ffffff'/%3E %3Cpath d='M17.9845 7.07403L17.2808 6.50623L16.6314 6.5588L9.65832 14.2917L7.28331 11.1072L6.64357 11.0051L5.90308 11.5023L5.79272 12.1031L8.84586 16.1979L9.19291 16.3782L9.92381 16.4203L10.2981 16.267L18.0308 7.68239L17.9845 7.07403Z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-position: center left 6px;
        background-repeat: no-repeat;
        background-size: 17px;
        color: #fff;
        font-size: 12px;
        margin-right: 0.4rem;
        padding: 0 0 0 2rem; }
        @media (min-width: 1261px) {
          .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info {
            background-size: 24px;
            font-size: 16px; } }
        @media (min-width: 801px) {
          .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info {
            background-color: transparent;
            background-size: 20px;
            background-position: center left;
            border-radius: 0;
            font-size: 14px;
            padding: 0.4rem 0 0.4rem 2rem; } }
        .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info.trusted-info--for-mobile {
          display: block; }
          @media (min-width: 801px) {
            .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info.trusted-info--for-mobile {
              display: none; } }
        .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info.trusted-info--for-desktop {
          display: none; }
          @media (min-width: 801px) {
            .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info.trusted-info--for-desktop {
              display: block; } }
      .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos {
        display: inline-block; }
        @media (min-width: 801px) {
          .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos {
            margin-right: 1.5rem; } }
        .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a {
          display: flex;
          text-decoration: none; }
          .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img {
            object-fit: contain; }
            .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="nypd-logo"], .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="boeing-logo"], .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="uss-logo"] {
              display: none; }
              @media (min-width: 1261px) {
                .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="nypd-logo"], .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="boeing-logo"], .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="uss-logo"] {
                  display: inline-block; } }
      .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved {
        display: none; }
        @media (min-width: 1261px) {
          .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved {
            display: inline-block; } }
        .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved a {
          align-items: center;
          color: #ffffff;
          display: inline-flex;
          font-size: 16px;
          font-weight: 700;
          text-decoration: none;
          width: auto; }
        .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper {
          align-items: center;
          display: inline-flex;
          justify-content: flex-start;
          margin-right: .5rem;
          position: relative;
          width: 100%; }
          .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-group {
            line-height: 0;
            position: relative;
            white-space: nowrap;
            width: 100%;
            z-index: 10; }
            .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-group .icon {
              height: 20px;
              width: 18px; }
              .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-group .icon svg {
                fill: #f1f1f1; }
          .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-rated-group {
            height: 100%;
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 92%;
            z-index: 11; }
            .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-rated-group .icon {
              height: 20px;
              width: 18px; }
              .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-rated-group .icon svg {
                fill: #DAAC28; }
    .headerTop .headerTop-wrap .headerTop-action {
      max-width: 270px;
      padding: 0.5rem 0;
      width: 100%;
      display: none; }
      @media (min-width: 1261px) {
        .headerTop .headerTop-wrap .headerTop-action {
          display: inline-block;
          max-width: 320px; } }
      .headerTop .headerTop-wrap .headerTop-action .button {
        align-items: center;
        background-color: #EE6200;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.53003 0.5C1.86699 0.5 1.2311 0.763392 0.762262 1.23223C0.293421 1.70107 0.0300293 2.33696 0.0300293 3L0.0300293 5C0.0300293 10.799 4.73103 15.5 10.53 15.5H12.53C13.1931 15.5 13.829 15.2366 14.2978 14.7678C14.7666 14.2989 15.03 13.663 15.03 13V11.618C15.03 11.3393 14.9524 11.0661 14.8058 10.829C14.6591 10.592 14.4494 10.4005 14.2 10.276L11.785 9.068C11.5928 8.97188 11.3821 8.9182 11.1672 8.91061C10.9524 8.90302 10.7385 8.94169 10.5399 9.024C10.3413 9.10632 10.1628 9.23035 10.0163 9.3877C9.86984 9.54505 9.75891 9.73204 9.69103 9.936L9.39303 10.829C9.33819 10.9929 9.22546 11.1311 9.07597 11.2178C8.92649 11.3045 8.75051 11.3338 8.58103 11.3C7.50745 11.0853 6.52142 10.5576 5.74716 9.78352C4.9729 9.00943 4.44502 8.02353 4.23003 6.95C4.19627 6.78052 4.22548 6.60454 4.31219 6.45506C4.3989 6.30557 4.53715 6.19284 4.70103 6.138L5.81003 5.768C6.16842 5.64832 6.46845 5.3978 6.65013 5.0665C6.83182 4.7352 6.88178 4.34754 6.79003 3.981L6.20403 1.637C6.1231 1.31252 5.93606 1.02439 5.67262 0.818382C5.40918 0.612377 5.08445 0.500315 4.75003 0.5H2.53003Z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-position: center left 1.8rem;
        background-repeat: no-repeat;
        background-size: 15px;
        border-color: #EE6200;
        border-radius: 20px;
        color: #ffffff;
        display: flex;
        font-size: 14px;
        height: 42px;
        justify-content: flex-end;
        margin: 0;
        padding: 0.85714rem 2.28571rem 0.85714rem 3.086rem;
        width: 100%; }
        @media (min-width: 1261px) {
          .headerTop .headerTop-wrap .headerTop-action .button {
            font-size: 18px;
            height: 52px;
            padding: 0.85714rem 2.28571rem 0.85714rem 3.086rem; } }
        .headerTop .headerTop-wrap .headerTop-action .button strong {
          font-size: 16px; }
          @media (min-width: 1261px) {
            .headerTop .headerTop-wrap .headerTop-action .button strong {
              font-size: 20px; } }
        .headerTop .headerTop-wrap .headerTop-action .button:hover {
          background-color: #D65800;
          border-color: #D65800; }

.header {
  border: 0;
  height: auto;
  position: inherit; }
  @media (min-width: 1261px) {
    .header {
      border-bottom: 1px solid #BAC7CE;
      position: relative; } }
  .header.is-open ~ .body {
    background-color: rgba(0, 0, 0, 0.5); }
  .header.HeaderFixed {
    border-bottom: 1px solid #bac7ce;
    position: sticky;
    top: 0;
    z-index: 99; }
    .header.HeaderFixed .headerTop {
      display: none; }
    .header.HeaderFixed .header-wrap .navPages-wrap#menu,
    .header.HeaderFixed .header-wrap .navPages-wrap#menu {
      display: none; }
      .header.HeaderFixed .header-wrap .navPages-wrap#menu.is-open,
      .header.HeaderFixed .header-wrap .navPages-wrap#menu.is-open {
        display: block; }
    .header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--phone, .header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--message {
      display: inline-block; }
      @media (min-width: 801px) {
        .header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--phone, .header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--message {
          display: none; } }
    .header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
      right: -166px; }
      @media (min-width: 801px) {
        .header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
          right: 49px; } }
    .header.HeaderFixed .header-wrap .headerphone-action {
      display: none; }
      @media (min-width: 801px) {
        .header.HeaderFixed .header-wrap .headerphone-action {
          display: block; } }
  .header .header-wrap {
    position: relative;
    padding: 0;
    gap: 0; }
    @media (min-width: 801px) {
      .header .header-wrap {
        align-items: center;
        display: flex;
        flex-direction: row; } }
    .header .header-wrap .mobileMenu-toggle {
      transform: translateY(-50%);
      top: 50%;
      left: -15px;
      display: block; }
      @media (min-width: 1101px) {
        .header .header-wrap .mobileMenu-toggle {
          display: none; } }
      .header .header-wrap .mobileMenu-toggle:after {
        display: none; }
    .header .header-wrap .header-logo-wrap {
      display: inline-block;
      margin-left: 40px;
      width: auto; }
      @media (min-width: 1101px) {
        .header .header-wrap .header-logo-wrap {
          flex: 2;
          margin: 0; } }
      .header .header-wrap .header-logo-wrap .header-logo {
        height: 55px;
        margin: 0; }
        @media (min-width: 551px) {
          .header .header-wrap .header-logo-wrap .header-logo {
            height: 68px; } }
        @media (min-width: 1261px) {
          .header .header-wrap .header-logo-wrap .header-logo {
            height: auto; } }
        .header .header-wrap .header-logo-wrap .header-logo a {
          padding: 0;
          justify-content: flex-start;
          margin: 0;
          width: 100px; }
          @media (min-width: 801px) {
            .header .header-wrap .header-logo-wrap .header-logo a {
              width: auto; } }
        .header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container {
          width: auto; }
          @media (min-width: 801px) {
            .header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container {
              min-height: auto; } }
          .header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container:after {
            padding-bottom: 38px;
            width: 158px;
            height: 30px;
            background-repeat: no-repeat;
            background-position: center; }
            @media (min-width: 801px) {
              .header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container:after {
                background: none;
                padding-bottom: 68px; } }
          .header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container .header-logo-image {
            height: auto;
            width: auto;
            max-height: 44px;
            max-width: 70%;
            position: absolute;
            margin: auto;
            top: 0;
            bottom: 0; }
            @media (min-width: 801px) {
              .header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container .header-logo-image {
                max-height: 50%;
                max-width: 90%; } }
            @media (min-width: 1261px) {
              .header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container .header-logo-image {
                display: block;
                left: 0;
                right: inherit;
                max-height: 60%;
                max-width: unset; } }
    @media (min-width: 801px) {
      .header .header-wrap .navPages-wrap {
        flex: 11; } }
    .header .header-wrap .navPages-wrap#menu {
      transform: translateX(-110%);
      transition: transform 0.2s ease;
      will-change: transform;
      position: absolute;
      top: 100%;
      width: 100%;
      height: calc(100vh - 180px);
      margin-top: 1px;
      z-index: 999; }
      @media (min-width: 801px) {
        .header .header-wrap .navPages-wrap#menu {
          width: 360px; } }
      @media (min-width: 1101px) {
        .header .header-wrap .navPages-wrap#menu {
          display: block;
          height: auto;
          margin-top: 0;
          position: unset;
          transform: none; } }
      .header .header-wrap .navPages-wrap#menu.is-open {
        transform: translateX(-15px);
        transition: transform 0.2s ease; }
        .header .header-wrap .navPages-wrap#menu.is-open .navPages {
          background-color: #fff;
          padding: 0; }
          .header .header-wrap .navPages-wrap#menu.is-open .navPages .is-hidden {
            display: block; }
          .header .header-wrap .navPages-wrap#menu.is-open .navPages .mobileMenu-close {
            display: none; }
          .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPage-subMenu-list {
            margin: 0; }
          .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list {
            padding: 1rem;
            width: 100%; }
            @media (min-width: 1261px) {
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list {
                width: auto; } }
            .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item {
              float: none;
              margin: 0 0 1rem; }
              @media (min-width: 1261px) {
                .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item {
                  float: left; } }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.categories-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' %3E%3Cpath d='M10.9993 7.33366C8.97352 7.33366 7.33268 8.97449 7.33268 11.0003C7.33268 13.0262 8.97352 14.667 10.9993 14.667C13.0252 14.667 14.666 13.0262 14.666 11.0003C14.666 8.97449 13.0252 7.33366 10.9993 7.33366ZM19.1943 10.0837C18.9867 8.22477 18.1532 6.49173 16.8305 5.16913C15.5079 3.84652 13.7749 3.01296 11.916 2.80533V0.916992H10.0827V2.80533C8.22379 3.01296 6.49076 3.84652 5.16815 5.16913C3.84554 6.49173 3.01198 8.22477 2.80435 10.0837H0.916016V11.917H2.80435C3.01198 13.7759 3.84554 15.5089 5.16815 16.8315C6.49076 18.1541 8.22379 18.9877 10.0827 19.1953V21.0837H11.916V19.1953C13.7749 18.9877 15.5079 18.1541 16.8305 16.8315C18.1532 15.5089 18.9867 13.7759 19.1943 11.917H21.0827V10.0837H19.1943ZM10.9993 17.417C7.45185 17.417 4.58268 14.5478 4.58268 11.0003C4.58268 7.45283 7.45185 4.58366 10.9993 4.58366C14.5468 4.58366 17.416 7.45283 17.416 11.0003C17.416 14.5478 14.5468 17.417 10.9993 17.417Z' fill='%23005295'/%3E%3C/svg%3E"); }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.industry-solutions-list > .navPages-action, .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.industry-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19' %3E%3Cpath d='M14.1 4H14V3.9V2C14.0007 1.45067 13.805 0.980002 13.413 0.588002C13.021 0.196002 12.55 0 12 0H8C7.45067 -0.000664969 6.98 0.195002 6.588 0.587002C6.196 0.979002 6 1.45 6 2L14.1 4ZM14.1 4H18C18.55 4 19.021 4.196 19.413 4.588C19.805 4.98 20.0007 5.45067 20 6V17C20 17.55 19.804 18.021 19.412 18.413C19.02 18.805 18.5493 19.0007 18 19L14.1 4ZM0.100002 17.0001V17V6C0.100002 5.47676 0.285298 5.03113 0.658712 4.65771C1.03212 4.2843 1.47738 4.09937 1.99988 4.1H2H6H6.1V4V2C6.1 1.47676 6.2853 1.03113 6.65871 0.657712C7.03212 0.284302 7.47738 0.0993675 7.99988 0.100002H8H12C12.5232 0.100002 12.9689 0.285298 13.3423 0.658712C13.7157 1.03212 13.9006 1.47738 13.9 1.99988V2V4V4.1H14H18C18.5232 4.1 18.9689 4.2853 19.3423 4.65871C19.7157 5.03212 19.9006 5.47738 19.9 5.99988V6V17C19.9 17.5232 19.7147 17.9689 19.3413 18.3423C18.9679 18.7157 18.5226 18.9006 18.0001 18.9H18H2C1.47676 18.9 1.03113 18.7147 0.657712 18.3413C0.284302 17.9679 0.0993675 17.5226 0.100002 17.0001ZM7.9 4V4.1H8H12H12.1V4V2V1.9H12H8H7.9V2V4ZM18.1 13V12.9H18H13H12.9V13V14.9H7.1V13V12.9H7H2H1.9V13V17V17.1H2H18H18.1V17V13ZM8.9 13V13.1H9H11H11.1V13V11V10.9H11H9H8.9V11V13ZM1.9 11V11.1H2H7H7.1V11V9.1H12.9V11V11.1H13H18H18.1V11V6V5.9H18H2H1.9V6V11ZM2 4H5.9L0 6C0 5.45 0.196002 4.979 0.588002 4.587C0.980002 4.195 1.45067 3.99934 2 4Z' fill='%23005295' stroke='white' stroke-width='0.2'/%3E%3C/svg%3E"); }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.dash-cams > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23005295' %3E%3Cg%3E%3Cpath d='M50.1,45.3c9.5,0,19,0,28.5,0c1.9,0,3.9,0.3,5.8,0.9c3.1,1,4.7,3.1,4.7,6.6c-0.1,12.4,0,24.9,0,37.3c0,4.3-1.6,6.4-5.8,7.4c-1.5,0.4-3,0.5-4.5,0.5c-19.1,0-38.2,0-57.3,0c-1.7,0-3.5-0.2-5.2-0.6c-3.8-1.1-5.3-3.2-5.3-7.2c0-12.3,0-24.7,0-37c0-4.2,1.8-6.5,5.9-7.4c1.7-0.4,3.5-0.5,5.2-0.5C31.3,45.2,40.7,45.3,50.1,45.3z M49.9,52.3c-10.6,0-19.4,8.8-19.3,19.4C30.6,82.4,39.3,91,50,91c10.7,0,19.3-8.7,19.2-19.4C69.2,60.8,60.6,52.3,49.9,52.3z'/%3E%3Cpath d='M55.1,12.8c0.8,6.9,1.6,13.8,2.4,20.9c-5.4,0-10.4,0-15.8,0c0.8-7,1.6-13.9,2.4-20.9C47.7,12.8,51.1,12.8,55.1,12.8z'/%3E%3Cpath d='M63.5,43.5c-9.4,0-18.4,0-27.3,0c-0.2-0.3-0.4-0.5-0.4-0.6c-0.6-7.4-0.6-7.4,6.8-7.4c5.3,0,10.7,0,16,0c5.3,0,5.3,0,5.2,5.2C63.7,41.7,63.5,42.6,63.5,43.5z'/%3E%3Cpath d='M36.4,2c5.4,0,10.7,0,16,0c2.7,0,5.4,0.1,8.2,0c2.7-0.1,3.2,1.4,2.1,3.2c-0.9,1.6-2.4,3.2-4,4c-6,3-12.2,2.9-18.2,0.1C37.1,7.7,36.2,5.9,36.4,2z'/%3E%3Cpath d='M9.1,63.6c0,6.7,0,13.2,0,19.7c-4.8,0.9-6.3-0.3-6.3-4.8c0-3,0-6.1,0-9.1C2.8,64.2,3.3,63.7,9.1,63.6z'/%3E%3Cpath d='M90.9,63.6c5.7,0.2,6.3,0.7,6.3,5.8c0,2.7,0,5.4,0,8.2c0,5.5-0.5,6-6.3,6.1C90.9,77,90.9,70.4,90.9,63.6z'/%3E%3Cpath d='M49.9,54.1c9.8-0.1,17.7,7.8,17.8,17.6c0,9.7-8,17.7-17.8,17.6c-9.7,0-17.5-7.8-17.6-17.5C32.3,62,40,54.1,49.9,54.1zM50,57.5c-7.8,0-14.2,6.3-14.2,14.1c0,7.8,6.3,14.2,14.2,14.2c7.9,0,14.1-6.2,14.2-14.1C64.1,63.8,57.8,57.5,50,57.5z'/%3E%3Cpath d='M50.2,59.2c6.9,0.2,12.4,6,12.2,12.8c-0.2,6.8-6,12.4-12.8,12.2c-6.9-0.2-12.3-5.9-12.2-12.8C37.6,64.5,43.4,59,50.2,59.2zM57.2,71.6c-0.1-4-3.4-7.1-7.5-7c-3.9,0.1-6.9,3.3-6.9,7.2c0.1,4,3.4,7.2,7.4,7C54.1,78.6,57.3,75.4,57.2,71.6z'/%3E%3C/g%3E%3C/svg%3E"); }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.solution-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23005295' %3E%3Cg%3E%3Cpath d='M85.1,51.3c2.4,1.3,2.5,1.3,2.1,4c-0.2,1.4,0.2,2.2,1.1,3.3c1.2,1.4,2.4,1.6,4.1,1.2c2.1-0.4,2.4-0.2,3.2,1.8c0.8,1.8,1.5,3.6,2.3,5.4c0.4,0.9,0.2,1.6-0.5,2.1c-0.8,0.6-1.6,1.2-2.3,1.8c-0.3,0.3-0.4,0.7-0.5,1.1c-0.1,0.4,0.1,0.8,0,1.2c-0.3,1.7,0.3,2.9,1.8,3.7c0.4,0.2,0.7,0.5,1.1,0.8c0.9,0.8,1,1.3,0.6,2.4c-0.8,1.9-1.6,3.9-2.4,5.8c-0.4,1-1.1,1.4-2.1,1.3c0,0-0.1,0-0.1,0c-1.1-0.1-2.3-0.6-3.2-0.2c-0.9,0.3-1.6,1.4-2.4,2.3c-0.2,0.3-0.4,0.8-0.4,1.2c0.1,0.9,0.3,1.8,0.5,2.7c0.2,1-0.2,1.6-1.1,2c-2.3,0.9-4.6,1.9-6.9,2.9c-0.8,0.3-1.4,0-1.9-0.6c-0.6-0.7-1.2-1.6-1.8-2.3c-0.3-0.3-0.7-0.5-1.1-0.5c-0.5-0.1-1.1,0.1-1.5,0c-1.5-0.3-2.3,0.4-3.2,1.5c-1.7,2.3-1.5,2.5-4.5,1.2c-1.7-0.7-3.3-1.4-5-2.1c-0.9-0.3-1.2-1-1.2-1.9c0,0,0-0.1,0-0.1c0.1-1.2,0.5-2.5,0.1-3.4c-0.4-1-1.5-1.7-2.4-2.5c-0.2-0.2-0.6-0.3-0.9-0.3c-0.8,0.1-1.6,0.2-2.4,0.3c-1.5,0.2-2-0.1-2.4-1.4c-0.3-1-0.8-1.2-1.8-1c-12.4,1.9-23.5-1.3-33.2-9.3C8.6,69,3.7,60.4,2.2,50c-2-14.1,2.1-26.3,12.2-36.4c6.3-6.3,14-10.2,22.8-11.4C52.2,0.2,65,4.8,75.2,16c7.1,7.8,10.5,17.2,10.6,27.7c0,2.3-0.4,4.5-0.6,6.8C85.2,50.7,85.2,51,85.1,51.3z M67.4,52.1c-0.8,0.3-1.6,0.7-2.3,1c-0.8,0.4-1.9,0.5-2.3,1.1c-0.4,0.6,0.1,1.7,0.1,2.5c0,0.1,0,0.3,0,0.4c0.2,0.9-0.1,1.6-0.9,2.2c-0.5,0.4-1.1,0.8-1.4,1.3c-1.4,2.3-3.4,2.9-5.9,2.2c-0.2-0.1-0.7,0.2-0.8,0.5c-0.5,1.2-1,2.5-1.5,3.7c-0.3,0.6-0.1,0.9,0.4,1.2c0.7,0.5,1.3,1,1.9,1.5c0.6,0.5,0.8,1,0.7,1.8c-0.1,1.3-0.1,2.7,0,4c0.1,1-0.1,1.8-1,2.4c-0.8,0.6-1.9,1.2-2.1,1.9c-0.2,0.8,0.6,1.8,1,2.7c0.9,2.1,0.9,2.1,3.1,1.8c0.4,0,0.7-0.2,1.1-0.1c0.6,0.1,1.2,0.3,1.6,0.7c1.1,1,2,2.1,3.1,3.1c0.7,0.6,1,1.3,0.9,2.2C63,91,62.9,92,62.8,93c1.7,0.7,3.3,1.3,5,2c0.7-0.9,1.3-1.7,1.9-2.5c0.5-0.7,1.2-0.9,2-0.8c1.3,0.1,2.7,0.1,4.1,0c0.9-0.1,1.5,0.1,2,0.9c0.6,0.8,1.2,1.6,1.7,2.4c0.8-0.3,1.5-0.6,2.2-0.9c0.9-0.4,2.3-0.6,2.6-1.2c0.4-0.7-0.1-2-0.3-3c-0.2-0.8,0.1-1.4,0.7-2c1.1-0.9,2.1-1.9,3-3c0.6-0.6,1.1-0.9,1.9-0.8c1,0.1,2,0.2,3.1,0.4c0.7-1.7,1.3-3.3,2-5c-0.9-0.7-1.8-1.3-2.6-2c-0.4-0.4-0.7-1-0.7-1.6c-0.1-1.4,0-2.8,0-4.3c0-0.9,0.2-1.5,0.9-2c0.9-0.7,1.7-1.4,2.6-2.2c-0.4-0.9-0.8-1.8-1.2-2.7c-0.9-2.1-0.9-2.1-3.1-1.8c-0.4,0-0.7,0.2-1.1,0.1c-0.6-0.1-1.2-0.3-1.6-0.7c-1.1-1-2.1-2.2-3.2-3.2c-0.6-0.6-0.9-1.2-0.7-2c0.2-1,0.2-2,0.4-3c-1.5-0.6-3-1.2-4.6-1.8c-0.2-0.1-0.6,0.1-0.8,0.3c-0.6,0.6-1.1,1.3-1.6,2c-0.5,0.6-1.1,0.9-1.8,0.8c-1.5,0-2.9,0-4.4,0c-0.8,0-1.4-0.2-1.9-0.9C68.8,53.7,68.1,52.9,67.4,52.1z M4.7,45.2c0.4,9,3.5,16.8,9.2,23.6c0.2-0.1,0.3-0.1,0.4-0.2c2.8-1.5,5.6-2.9,8.4-4.4c0.6-0.3,0.4-0.7,0.3-1.1c-1.4-4.7-2.2-9.4-2.4-14.3c-0.1-1.2-0.2-2.4-0.2-3.7C15.1,45.2,10,45.2,4.7,45.2z M64.2,23.6c1.8,6,2.6,12.2,2.8,18.6c5.3,0,10.4,0,15.7,0c-0.4-9-3.5-16.9-9-23.6C70.4,20.3,67.3,22,64.2,23.6z M13.7,18.6c-5.5,6.8-8.7,14.6-9,23.6c5.3,0,10.5,0,15.7,0c0.2-6.4,0.9-12.7,2.7-18.7C19.8,21.9,16.8,20.3,13.7,18.6z M25.9,24.2c-1.8,5.9-2.6,11.8-2.7,17.9c6.4,0,12.6,0,18.9,0c0-5.1,0-10.1,0-15.2C36.6,26.7,31.3,25.9,25.9,24.2z M45.1,42.2c6.3,0,12.5,0,18.8,0c-0.2-6.1-0.9-12.1-2.7-18c-5.3,1.7-10.6,2.5-16.1,2.7C45.1,32.1,45.1,37.1,45.1,42.2z M25.9,63c0.2,0,0.4,0,0.5-0.1c4.8-1.5,9.8-2.3,14.8-2.5c0.7,0,0.9-0.3,0.9-0.9c0-4.5,0-9,0-13.5c0-0.3,0-0.5-0.1-0.8c-6.3,0-12.5,0-18.8,0C23.4,51.3,24.1,57.2,25.9,63z M45.1,60.4c2.1,0.2,4.1,0.3,6.1,0.5c0.2,0,0.6-0.1,0.7-0.3c0.5-0.7,1.2-0.9,2-0.7c2.2,0.6,4,0.2,5.4-1.8c0.4-0.6,0.7-1,0.6-1.8c-0.2-0.9-0.2-1.7-0.3-2.6c-0.1-0.9,0.3-1.6,1.2-1.9c0.8-0.3,1.5-0.5,2.3-0.9c0.2-0.1,0.6-0.3,0.6-0.5c0.1-1.7,0.2-3.5,0.3-5.2c-6.4,0-12.6,0-18.8,0C45.1,50.3,45.1,55.3,45.1,60.4z M45.1,24c5.2-0.2,10.2-1,15.1-2.5c-0.6-2.4-2.9-7.1-4.8-9.7c-1.8-2.4-3.9-4.6-6.7-5.9c-1.1-0.5-2.3-0.8-3.6-1.3C45.1,11.2,45.1,17.6,45.1,24z M26.7,65.9c1,2.2,1.9,4.2,3,6.2c1.9,3.4,4.3,6.5,7.6,8.7c1.5,0.9,3,1.7,4.8,1.9c0-6.4,0-12.8,0-19.2C37,63.6,31.9,64.3,26.7,65.9z M27.1,21.5C32,23,37,23.9,42.2,24c0-6.5,0-12.8,0-19.2C35.7,5.5,29.6,13.2,27.1,21.5z M50,82.4c-0.3-0.7-0.6-1.3-0.8-1.9c-0.5-1.2-0.4-1.6,0.6-2.4c0.7-0.6,1.5-1.2,2.2-1.8c0.2-0.2,0.4-0.5,0.4-0.8c0-1.2,0.4-2.5-0.1-3.5c-0.5-1-1.7-1.6-2.6-2.4c-0.8-0.6-1-1.3-0.6-2.3c0.5-1.1,1-2.3,1.5-3.6c-2-0.2-3.7-0.3-5.5-0.4c0,6.6,0,12.9,0,19.3C46.8,82.6,48.3,82.5,50,82.4z M71.5,16.3c-4.9-5-10.6-8.3-17.2-10c4.1,4,6.8,8.9,8.9,14.4C65.9,19.2,68.6,17.8,71.5,16.3zM24.1,20.7c2.1-5.5,4.7-10.4,8.7-14.4c-6.5,1.8-12.1,5.1-17,10.2C18.7,17.9,21.3,19.3,24.1,20.7z M67,49.3c1-0.6,1.8-0.2,2.4,0.6c0.2,0.3,0.5,0.5,0.7,0.8c0.8,1.4,1.9,2.1,3.6,1.7c0.4-0.1,0.9,0.1,1.4,0c0.3,0,0.7-0.2,1-0.4c0.6-0.7,1.2-1.5,1.8-2.3c0.5-0.7,1.2-0.9,2-0.6c0.8,0.3,1.6,0.6,2.6,1c0.1-1.7,0.3-3.3,0.4-4.9c-5.3,0-10.5,0-15.7,0C67,46.6,67,47.9,67,49.3z M23.9,66.7c-2.8,1.4-5.4,2.8-8.2,4.3c4.9,5,10.4,8.2,16.8,10.1C28.5,77.1,26,72.2,23.9,66.7z'/%3E%3Cpath d='M73.5,82.3c-4.9,0-8.8-4-8.8-8.9c0.1-4.7,4.2-8.6,9-8.6c4.8,0,8.7,4,8.7,8.8C82.3,78.4,78.3,82.3,73.5,82.3z M73.7,67.8c-3.2-0.1-5.9,2.6-6,5.8c-0.1,3.2,2.5,5.9,5.7,6c3.2,0.1,6-2.6,6.1-5.8C79.5,70.5,77,67.9,73.7,67.8z'/%3E%3C/g%3E%3C/svg%3E"); }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.learning-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 22' fill='%23ffffff' %3E%3Cpath d='M4.818 21V18.143C4.52 15.166 1 13.572 1 8.99999C1 4.42999 3.727 0.943994 9.182 0.999994C13.109 1.04199 16.818 3.28599 16.818 7.85799L19 11.286C19 13.572 16.818 13.572 16.818 13.572C16.818 13.572 17.364 19.286 12.454 19.286V21' stroke='%23005295' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 11C9.53043 11 10.0391 10.7893 10.4142 10.4142C10.7893 10.0391 11 9.53043 11 9C11 8.46957 10.7893 7.96086 10.4142 7.58579C10.0391 7.21071 9.53043 7 9 7C8.46957 7 7.96086 7.21071 7.58579 7.58579C7.21071 7.96086 7 8.46957 7 9C7 9.53043 7.21071 10.0391 7.58579 10.4142C7.96086 10.7893 8.46957 11 9 11Z' stroke='%23005295' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12C9.79565 12 10.5587 11.6839 11.1213 11.1213C11.6839 10.5587 12 9.79565 12 9C12 8.20435 11.6839 7.44129 11.1213 6.87868C10.5587 6.31607 9.79565 6 9 6C8.20435 6 7.44129 6.31607 6.87868 6.87868C6.31607 7.44129 6 8.20435 6 9C6 9.79565 6.31607 10.5587 6.87868 11.1213C7.44129 11.6839 8.20435 12 9 12Z' stroke='%23005295' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.support-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' %3E%3Cpath d='M10.0007 0.833008C4.94615 0.833008 0.833984 4.94517 0.833984 9.99967V13.7974C0.833984 14.7361 1.65623 15.4997 2.66732 15.4997H3.58398C3.8271 15.4997 4.06026 15.4031 4.23217 15.2312C4.40407 15.0593 4.50065 14.8261 4.50065 14.583V9.86859C4.50065 9.62548 4.40407 9.39232 4.23217 9.22041C4.06026 9.0485 3.8271 8.95193 3.58398 8.95193H2.75165C3.26132 5.40443 6.31382 2.66634 10.0007 2.66634C13.6875 2.66634 16.74 5.40443 17.2497 8.95193H16.4173C16.1742 8.95193 15.941 9.0485 15.7691 9.22041C15.5972 9.39232 15.5007 9.62548 15.5007 9.86859V15.4997C15.5007 16.5108 14.6784 17.333 13.6673 17.333H11.834V16.4163H8.16732V19.1663H13.6673C15.6895 19.1663 17.334 17.5218 17.334 15.4997C18.3451 15.4997 19.1673 14.7361 19.1673 13.7974V9.99967C19.1673 4.94517 15.0552 0.833008 10.0007 0.833008Z' fill='%23005295'/%3E%3C/svg%3E"); }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.about-us-list > .navPages-action, .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.about-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20' fill='%23ffffff' %3E%3Cpath d='M12.834 16.4167C16.2907 16.4167 18.0196 16.4167 19.093 15.3423C20.1673 14.2689 20.1673 12.5401 20.1673 9.08333C20.1673 5.62658 20.1673 3.89775 19.093 2.82433C18.0196 1.75 16.2907 1.75 12.834 1.75H9.16732C5.71057 1.75 3.98173 1.75 2.90832 2.82433C1.83398 3.89775 1.83398 5.62658 1.83398 9.08333C1.83398 12.5401 1.83398 14.2689 2.90832 15.3423C3.5069 15.9418 4.30898 16.2068 5.50065 16.3232' stroke='%23005295' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.16811 6.77733C9.62644 5.86983 10.0848 5.41699 11.0014 5.41699C12.1436 5.41699 12.8348 6.32358 12.8348 7.23016C12.8348 8.13674 12.3764 8.17708 11.0014 9.08366V10.0003M11.0014 12.292V12.7503M12.8348 16.417C11.7018 16.417 10.4533 16.8753 9.31386 17.4666C7.48236 18.4172 6.56661 18.8929 6.11561 18.5895C5.66461 18.287 5.74986 17.3474 5.92127 15.4692L5.95977 15.042' stroke='%23005295' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.blog-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23005295' %3E%3Cg%3E%3Cpath d='M23,14.6c1.2-1.2,2.3-2.3,3.5-3.5c0.4-0.4,0.8-0.6,1.2-0.8c1.6-0.4,3.4,0.7,3.8,2.5c0.2,1-0.1,1.8-0.8,2.5c-2.5,2.5-4.9,4.9-7.4,7.4c-0.2,0.2-0.2,0.3-0.2,0.6c0,1.8,0,3.6,0,5.5c0,1.7-1.1,2.8-2.8,2.8c-5.7,0-11.4,0-17,0c-1.7,0-2.8-1.1-2.8-2.8c0-8.5,0-17,0-25.5c0-1.7,1.1-2.8,2.8-2.8c4.2,0,8.4,0,12.6,0c0.4,0,0.7,0.1,0.9,0.4c2,2,3.9,3.9,5.9,5.9C22.9,7,23,7.3,23,7.7c0,2.2,0,4.3,0,6.5C23,14.3,23,14.4,23,14.6z M21.3,24.7c-0.1,0.1-0.2,0.2-0.3,0.3c-1,1-1.9,1.9-2.9,2.9c-0.2,0.2-0.5,0.3-0.7,0.4c-1.1,0.3-2.3,0.5-3.5,0.8c-0.9,0.2-1.4-0.3-1.2-1.2c0.3-1.1,0.5-2.3,0.8-3.4c0.1-0.3,0.2-0.6,0.4-0.8c2.4-2.4,4.8-4.8,7.2-7.2c0.1-0.1,0.2-0.3,0.2-0.5c0-2.4,0-4.9,0-7.3c0-0.1,0-0.2,0-0.3c-0.1,0-0.3,0-0.4,0c-1.6,0-3.1,0-4.7,0c-0.8,0-1.1-0.3-1.1-1.1c0-1.6,0-3.2,0-4.7c0-0.1,0-0.2,0-0.4c-0.2,0-0.3,0-0.4,0c-3.8,0-7.6,0-11.4,0c-0.9,0-1.1,0.3-1.1,1.2c0,6.8,0,13.6,0,20.3c0,1.7,0,3.4,0,5.1c0,0.6,0.3,1,1,1c5.7,0,11.5,0,17.2,0c0.6,0,1-0.4,1-1c0-1.3,0-2.5,0-3.8C21.3,25,21.3,24.9,21.3,24.7z M14.7,27.2c0.8-0.2,1.5-0.3,2.1-0.5c0.1,0,0.2-0.1,0.2-0.2c4.1-4.1,8.3-8.3,12.4-12.4c0.3-0.3,0.4-0.6,0.3-0.9c-0.1-0.5-0.5-0.8-0.9-1c-0.4-0.2-0.8-0.1-1.1,0.2c-4.1,4.1-8.3,8.3-12.4,12.4c-0.1,0.1-0.1,0.1-0.2,0.2C15,25.7,14.8,26.4,14.7,27.2z M19.9,6.6c-1-1-2-2-3-3c0,0.9,0,2,0,3C17.9,6.6,18.9,6.6,19.9,6.6z'/%3E%3Cpath d='M11.8,11.1c2.2,0,4.4,0,6.6,0c0.2,0,0.4,0,0.5,0.1c0.3,0.1,0.6,0.5,0.6,0.8c0,0.4-0.3,0.7-0.6,0.8c-0.2,0-0.3,0-0.5,0c-4.4,0-8.7,0-13.1,0c-0.2,0-0.3,0-0.5,0c-0.4-0.1-0.7-0.5-0.7-0.9c0-0.4,0.3-0.7,0.8-0.8c0.1,0,0.2,0,0.4,0C7.4,11.1,9.6,11.1,11.8,11.1z'/%3E%3Cpath d='M11.7,17.6c-2.2,0-4.4,0-6.5,0c-0.2,0-0.4,0-0.5-0.1c-0.4-0.1-0.6-0.5-0.6-0.8c0-0.4,0.3-0.7,0.7-0.8c0.1,0,0.2,0,0.4,0c4.4,0,8.8,0,13.3,0c0.7,0,1.1,0.4,1,1c-0.1,0.4-0.4,0.7-0.7,0.7c-0.1,0-0.3,0-0.4,0C16.1,17.6,13.9,17.6,11.7,17.6z'/%3E%3Cpath d='M8.3,8C7.2,8,6.1,8,5,8C4.5,8,4.2,7.7,4.1,7.2C4.1,6.8,4.3,6.4,4.7,6.3c0.1,0,0.2,0,0.3,0c2.2,0,4.4,0,6.6,0c0.7,0,1.1,0.5,0.9,1.1C12.4,7.8,12.1,8,11.6,8C10.5,8,9.4,8,8.3,8z'/%3E%3Cpath d='M8.2,20.7c1,0,2.1,0,3.1,0c0.6,0,1,0.3,1,0.9c0,0.5-0.4,0.9-1,0.9c-2.1,0-4.2,0-6.3,0c-0.6,0-1-0.4-1-0.9c0-0.5,0.4-0.8,1-0.8C6.1,20.7,7.2,20.7,8.2,20.7z'/%3E%3Cpath d='M7.2,27.2c-0.7,0-1.4,0-2.2,0c-0.6,0-1-0.5-0.9-1.1c0.1-0.4,0.4-0.6,0.9-0.6c1.5,0,2.9,0,4.4,0c0.5,0,0.9,0.4,0.9,0.8c0,0.5-0.4,0.9-0.9,0.9c-0.6,0-1.3,0-1.9,0C7.4,27.2,7.3,27.2,7.2,27.2z'/%3E%3C/g%3E%3C/svg%3E"); }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.navShopperApproved {
                display: none; }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.GPS-login-page .navPages-action {
                background-color: #1b3d5c;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath d='M16.126,31.358c-2.433,0-4.866,0.004-7.298-0.001c-3.297-0.009-5.368-2.088-5.346-5.394c0.016-2.49,0.313-4.931,1.52-7.17c1.036-1.925,2.618-3.045,4.834-3.093c0.492-0.011,1.019,0.229,1.483,0.452c0.974,0.468,1.876,1.113,2.882,1.482c1.921,0.704,3.775,0.304,5.518-0.688c0.325-0.186,0.658-0.373,0.944-0.612c0.957-0.799,2.021-0.774,3.136-0.462c1.624,0.454,2.768,1.493,3.522,2.963c1.356,2.632,1.696,5.468,1.404,8.359c-0.245,2.404-2.382,4.129-4.943,4.155c-2.552,0.027-5.103,0.006-7.656,0.006C16.126,31.356,16.126,31.357,16.126,31.358z' fill='%23ffffff'%3E%3C/path%3E%3Cpath d='M15.97,15.593c-4.073,0.007-7.296-3.198-7.318-7.278c-0.021-4.051,3.227-7.331,7.271-7.341c4.075-0.01,7.363,3.258,7.364,7.321C23.287,12.333,20.028,15.584,15.97,15.593z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center left 10px;
                background-size: 27px;
                padding: 1rem 1.5rem 1rem 3rem;
                color: #fff;
                text-align: center;
                width: 170px; }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item .navPages-action {
                background-position: center left 1rem;
                background-repeat: no-repeat;
                background-size: 22px;
                border: 0;
                padding-left: 3.4rem !important;
                position: relative;
                text-align: left; }
                .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
                  border: 0;
                  height: 10px;
                  margin: 0;
                  position: absolute;
                  right: 1rem;
                  top: 50%;
                  transform: translateY(-50%) rotate(-90deg);
                  transition: 0.2s;
                  width: 10px; }
                .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
                  padding: 0;
                  transform: translateY(-50%) rotate(0deg); }
              .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item .navPages-item {
                margin: 0; }
            .header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
              display: block; }
      .header .header-wrap .navPages-wrap#menu .container {
        width: auto; }
        .header .header-wrap .navPages-wrap#menu .container.navPages {
          padding: 0; }
    .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item.navPages-item-page.support-list .navPages-action {
      cursor: pointer; }
    .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action {
      color: #1B3D5C;
      font-size: 13px;
      padding: .78571rem 0.643rem;
      text-transform: none; }
      @media (min-width: 1261px) {
        .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action {
          font-size: 16px;
          padding: 0.78571rem; } }
      .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action.navPages-action-mobile {
        display: block; }
        @media (min-width: 1101px) {
          .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action.navPages-action-mobile {
            display: none; } }
      .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action.navPages-action-desktop {
        display: none; }
        @media (min-width: 1101px) {
          .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action.navPages-action-desktop {
            display: block; } }
    @media (min-width: 801px) {
      .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item.blog-list .navPages-action, .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item.industry-list .navPages-action {
        padding-right: 20px; } }
    .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item.navShopperApproved {
      display: none; }
    @media (min-width: 1101px) {
      .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item:hover > .navPage-subMenu {
        display: block; } }
    .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu {
      padding: 0 !important; }
      .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPages-item {
        width: 100%; }
        .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPages-item.navPages-item-mobile {
          display: block; }
          @media (min-width: 801px) {
            .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPages-item.navPages-item-mobile {
              display: none; } }
        .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPages-item .navPages-action {
          display: block; }
    .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item {
      float: none;
      padding: 0 !important;
      position: relative;
      text-align: left;
      width: 100%; }
      .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
        border-bottom: 0;
        margin-bottom: 0; }
        .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .navPages-action-moreIcon {
          margin-right: 0.78571rem;
          transform: rotate(90deg); }
      .header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item:hover > .navPage-subMenu {
        display: block;
        right: 10rem;
        left: inherit;
        top: 0;
        width: 15.35714rem; }
    @media (min-width: 801px) {
      .header .header-wrap .navigation-wrap {
        flex: 2.4; } }
    .header .header-wrap .navigation-wrap .navUser {
      padding: 0;
      top: 50%;
      width: auto; }
      .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item {
        display: inline-block;
        float: none; }
        .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .navUser-action {
          color: #1B3D5C;
          font-size: 16px;
          font-weight: bold;
          padding: 0.086rem;
          text-transform: capitalize; }
          @media (min-width: 1261px) {
            .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .navUser-action {
              padding: 0.286rem; } }
        .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon {
          height: 24px;
          width: 24px; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon.icon-user {
            padding: 0.1rem; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon.icon-phone {
            height: 20px;
            width: 20px; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon.icon-message {
            height: 22px;
            width: 22px; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon svg {
            fill: #1B3D5C;
            stroke: transparent; }
        .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart {
          position: relative; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action {
            display: block; }
            .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action.navUser-item--cart__hidden-s {
              display: block; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart .cart-quantity.countPill {
            align-items: center;
            background-color: #ee6200;
            display: flex;
            font-size: 10px;
            height: 15px;
            justify-content: center;
            margin: 0;
            position: absolute;
            right: -6px;
            top: -8px;
            width: 15px; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart #cart-preview-dropdown, .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart #new-cart-preview-dropdown {
            min-width: 290px;
            top: 36px !important; }
        .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container {
          display: inline-block;
          height: auto;
          padding: 0.286rem;
          position: relative;
          margin: 0;
          width: auto; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .form {
            margin: 0; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-button {
            font-size: 22px;
            position: absolute;
            margin: 0;
            padding: 0;
            width: 100%; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input {
            background-color: #ECF0F8;
            border: none;
            border-radius: 15px;
            height: 48px;
            left: 49px;
            outline: none;
            padding: 0;
            position: absolute;
            top: -8px;
            transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -webkit-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            width: 0;
            z-index: 10; }
            .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input:focus {
              width: 98vw;
              padding: 0 16px 0 0; }
              @media (min-width: 801px) {
                .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input:focus {
                  width: calc(100vw - 200px - 150px); } }
              @media (min-width: 1261px) {
                .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input:focus {
                  width: 820px; } }
              .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input:focus + .search-label {
                background-color: white;
                color: black;
                transition-duration: 0.4s;
                -moz-transition-duration: 0.4s;
                -webkit-transition-duration: 0.4s;
                -o-transition-duration: 0.4s; }
            .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
              left: inherit;
              right: -50px;
              top: calc(100% + 20px); }
              @media (min-width: 551px) {
                .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
                  right: -80px; } }
              @media (min-width: 801px) {
                .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
                  left: auto;
                  right: 50px;
                  top: -7px; } }
              .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright:focus {
                padding: 0 0 0 16px; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-label {
            margin: 0; }
        .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--phone, .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--message {
          display: none; }
        .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account {
          position: relative; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account:hover #login_menu {
            display: block !important;
            top: 100%; }
          .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType, .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginTypeForlogout {
            background: #fff;
            position: absolute;
            top: 46px;
            right: 0;
            width: 200px;
            box-shadow: 0 3px 5px #ccc;
            z-index: 999; }
            .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType ul li a, .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginTypeForlogout ul li a {
              border-bottom: 1px solid #e7e7e7;
              color: #444;
              display: block;
              padding: 10px 20px;
              text-transform: uppercase;
              text-decoration: #ffdead;
              text-align-last: left; }
              .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType ul li a:hover, .header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginTypeForlogout ul li a:hover {
                background: #1b3d5c;
                color: #fff; }
    .header .header-wrap .headerphone-action {
      display: none; }
      @media (min-width: 801px) {
        .header .header-wrap .headerphone-action {
          flex: 11;
          text-align: right; } }
      .header .header-wrap .headerphone-action .button {
        align-items: center;
        background-color: #EE6200;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.53003 0.5C1.86699 0.5 1.2311 0.763392 0.762262 1.23223C0.293421 1.70107 0.0300293 2.33696 0.0300293 3L0.0300293 5C0.0300293 10.799 4.73103 15.5 10.53 15.5H12.53C13.1931 15.5 13.829 15.2366 14.2978 14.7678C14.7666 14.2989 15.03 13.663 15.03 13V11.618C15.03 11.3393 14.9524 11.0661 14.8058 10.829C14.6591 10.592 14.4494 10.4005 14.2 10.276L11.785 9.068C11.5928 8.97188 11.3821 8.9182 11.1672 8.91061C10.9524 8.90302 10.7385 8.94169 10.5399 9.024C10.3413 9.10632 10.1628 9.23035 10.0163 9.3877C9.86984 9.54505 9.75891 9.73204 9.69103 9.936L9.39303 10.829C9.33819 10.9929 9.22546 11.1311 9.07597 11.2178C8.92649 11.3045 8.75051 11.3338 8.58103 11.3C7.50745 11.0853 6.52142 10.5576 5.74716 9.78352C4.9729 9.00943 4.44502 8.02353 4.23003 6.95C4.19627 6.78052 4.22548 6.60454 4.31219 6.45506C4.3989 6.30557 4.53715 6.19284 4.70103 6.138L5.81003 5.768C6.16842 5.64832 6.46845 5.3978 6.65013 5.0665C6.83182 4.7352 6.88178 4.34754 6.79003 3.981L6.20403 1.637C6.1231 1.31252 5.93606 1.02439 5.67262 0.818382C5.40918 0.612377 5.08445 0.500315 4.75003 0.5H2.53003Z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-position: center left 1.8rem;
        background-repeat: no-repeat;
        background-size: 15px;
        border-color: #EE6200;
        border-radius: 20px;
        color: #ffffff;
        display: inline-flex;
        font-size: 14px;
        height: 42px;
        justify-content: flex-end;
        margin: 0;
        padding: 0.85714rem 2.28571rem 0.85714rem 3.086rem;
        width: auto; }
        @media (min-width: 1261px) {
          .header .header-wrap .headerphone-action .button {
            font-size: 18px;
            height: 45px;
            padding: 0.85714rem 2.28571rem 0.85714rem 3.086rem; } }
        .header .header-wrap .headerphone-action .button strong {
          font-size: 16px; }
          @media (min-width: 1261px) {
            .header .header-wrap .headerphone-action .button strong {
              font-size: 20px; } }
        .header .header-wrap .headerphone-action .button:hover {
          background-color: #D65800;
          border-color: #D65800; }

#quickSearch.dropdown--quickSearch.is-open {
  background-color: transparent;
  padding: 0;
  top: calc(100% + 1px) !important;
  z-index: 999; }
  @media (min-width: 801px) {
    #quickSearch.dropdown--quickSearch.is-open {
      left: 24% !important;
      top: 12px !important;
      width: 60% !important; } }
  @media (min-width: 1261px) {
    #quickSearch.dropdown--quickSearch.is-open {
      left: 16% !important;
      width: 72% !important; } }
  #quickSearch.dropdown--quickSearch.is-open .form {
    margin: 0 auto;
    max-width: 100%;
    width: 100%; }
    #quickSearch.dropdown--quickSearch.is-open .form .form-input {
      background-color: #f5f5f5;
      color: #666666;
      border: 1px solid #1b3d5c;
      border-radius: 8px;
      font-size: 15px;
      padding: 10px 16px;
      min-height: 45px; }
      @media (min-width: 801px) {
        #quickSearch.dropdown--quickSearch.is-open .form .form-input {
          border-radius: 15px; } }
      #quickSearch.dropdown--quickSearch.is-open .form .form-input::placeholder {
        color: #666666; }

#quickSearch .quickSearchResults {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 0 3rem;
  margin-top: 1rem; }

.footer {
  border-top: 1px solid #EFF0F6;
  padding: 0; }
  @media (min-width: 801px) {
    .footer {
      padding: 0; } }
  .footer .container {
    background-color: #ffffff; }
  .footer .footer-nav .footer-column-heading {
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0 8px;
    text-transform: capitalize;
    font-family: Arial,Helvetica,sans-serif; }
    @media (min-width: 551px) {
      .footer .footer-nav .footer-column-heading {
        margin: 24px 0 16px; } }
  .footer .footer-nav ol, .footer .footer-nav ul {
    list-style: none;
    margin: 0; }
    .footer .footer-nav ol li, .footer .footer-nav ul li {
      margin-bottom: 8px; }
      @media (min-width: 801px) {
        .footer .footer-nav ol li, .footer .footer-nav ul li {
          margin-bottom: 16px; } }
      .footer .footer-nav ol li a, .footer .footer-nav ul li a {
        display: inline-block;
        color: #7C7C7C;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        line-height: 20px; }
        @media (min-width: 801px) {
          .footer .footer-nav ol li a, .footer .footer-nav ul li a {
            font-size: 16px;
            line-height: 26px; } }
        .footer .footer-nav ol li a:hover, .footer .footer-nav ul li a:hover {
          color: #000; }
  .footer .footer-info {
    margin: 0;
    padding-bottom: 25px;
    padding-top: 25px; }
    @media (min-width: 551px) {
      .footer .footer-info {
        padding-bottom: 40px;
        padding-top: 40px; } }
    @media (min-width: 801px) {
      .footer .footer-info {
        margin: 0 -0.75rem; } }
    .footer .footer-info div[class*="col-"] {
      padding: 0;
      width: 100%; }
      @media (min-width: 551px) {
        .footer .footer-info div[class*="col-"] {
          width: 50%;
          padding: 0 15px; } }
      @media (min-width: 801px) {
        .footer .footer-info div[class*="col-"] {
          width: 25%; } }
      .footer .footer-info div[class*="col-"].newsletterSubscription {
        padding: 24px;
        margin: 0 0 40px;
        clear: right; }
    .footer .footer-info .newsletterSubscription {
      padding: 24px;
      border-radius: 15px;
      background-color: #F4F5F9; }
      @media (min-width: 801px) {
        .footer .footer-info .newsletterSubscription {
          padding: 24px 10px; } }
      @media (min-width: 1261px) {
        .footer .footer-info .newsletterSubscription {
          padding: 24px; } }
      .footer .footer-info .newsletterSubscription .header-logo-image-container {
        min-height: unset; }
        .footer .footer-info .newsletterSubscription .header-logo-image-container .header-logo-image {
          width: 100%;
          max-width: 180px;
          max-height: unset; }
      .footer .footer-info .newsletterSubscription .footer-info-heading {
        color: #444444;
        font-size: 16px;
        margin: 0 0 0.5rem;
        font-weight: 700;
        font-family: Arial,Helvetica,sans-serif; }
      .footer .footer-info .newsletterSubscription .NewsletterSub {
        margin: 30px 0 20px; }
        .footer .footer-info .newsletterSubscription .NewsletterSub .form {
          margin: 0; }
          .footer .footer-info .newsletterSubscription .NewsletterSub .form .form-field {
            margin-bottom: 16px; }
            .footer .footer-info .newsletterSubscription .NewsletterSub .form .form-field .form-prefixPostfix.wrap {
              display: flex;
              align-items: center; }
              .footer .footer-info .newsletterSubscription .NewsletterSub .form .form-field .form-prefixPostfix.wrap .form-input {
                height: 48px;
                padding: 10px;
                color: #848997;
                border-radius: 0;
                width: calc(100% - 50px);
                border: 1px solid #E7E8F2;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px; }
              .footer .footer-info .newsletterSubscription .NewsletterSub .form .form-field .form-prefixPostfix.wrap .button {
                margin: 0;
                padding: 0;
                width: 50px;
                height: 48px;
                font-size: 0;
                max-width: 50px;
                border-radius: 0;
                border: 1px solid #1C89DE;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                background: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.23347 13.4819L14.8898 7.91039C15.4106 7.39712 15.4106 6.56517 14.8898 6.05347L9.23347 0.481934L7.34788 2.34003L10.7279 5.66862H0L0 8.29485H10.7279L7.34788 11.6246L9.23347 13.4819Z" fill="white"/></svg>'), #1C89DE;
                background-size: 15px;
                background-repeat: no-repeat;
                background-position: center center;
                transition: .2s all ease; }
                .footer .footer-info .newsletterSubscription .NewsletterSub .form .form-field .form-prefixPostfix.wrap .button:hover {
                  background: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.23347 13.4819L14.8898 7.91039C15.4106 7.39712 15.4106 6.56517 14.8898 6.05347L9.23347 0.481934L7.34788 2.34003L10.7279 5.66862H0L0 8.29485H10.7279L7.34788 11.6246L9.23347 13.4819Z" fill="%231C89DE"/></svg>'), #fff;
                  background-size: 15px;
                  background-repeat: no-repeat;
                  background-position: center center;
                  transition: .2s all ease; }
          .footer .footer-info .newsletterSubscription .NewsletterSub .form .subscriptions-types > .form-label {
            color: #7F8599;
            font-size: 13px; }
          .footer .footer-info .newsletterSubscription .NewsletterSub .form .subscriptions-types .form-field-wrap {
            align-content: center;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 0 1rem;
            justify-content: flex-start; }
            .footer .footer-info .newsletterSubscription .NewsletterSub .form .subscriptions-types .form-field-wrap .form-radio + .form-label {
              background-color: #f4f5f9;
              border: 1px solid #4D4D4E;
              border-radius: 5px;
              color: #4D4D4E;
              transition: 0.2s;
              padding: 0.6rem 1.4rem 0.6rem 2.5rem; }
              .footer .footer-info .newsletterSubscription .NewsletterSub .form .subscriptions-types .form-field-wrap .form-radio + .form-label:after {
                background: #1c89de;
                top: 11px;
                left: 11px; }
              .footer .footer-info .newsletterSubscription .NewsletterSub .form .subscriptions-types .form-field-wrap .form-radio + .form-label:before {
                top: 10px;
                left: 10px; }
            .footer .footer-info .newsletterSubscription .NewsletterSub .form .subscriptions-types .form-field-wrap .form-radio:checked + .form-label {
              background-color: #1c89de;
              border: 1px solid #1c89de;
              color: #fff; }
        .footer .footer-info .newsletterSubscription .NewsletterSub .subscribe-intro {
          color: #7F8599;
          font-size: 13px;
          font-weight: 400;
          line-height: 20px;
          margin: 0 0 0.8rem; }
      .footer .footer-info .newsletterSubscription .FooterSocialLinks .socialLinks .socialLinks-item {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        margin-bottom: 10px;
        border-radius: 6px;
        text-align: center;
        background: #1C89DE;
        transition: .2s all ease;
        border: 1px solid #1C89DE; }
        @media (min-width: 551px) {
          .footer .footer-info .newsletterSubscription .FooterSocialLinks .socialLinks .socialLinks-item {
            margin-right: 8px;
            margin-bottom: 5px; } }
        .footer .footer-info .newsletterSubscription .FooterSocialLinks .socialLinks .socialLinks-item svg {
          fill: #fff;
          transition: .2s all ease; }
        .footer .footer-info .newsletterSubscription .FooterSocialLinks .socialLinks .socialLinks-item:hover {
          background-color: #fff;
          transition: .2s all ease; }
          .footer .footer-info .newsletterSubscription .FooterSocialLinks .socialLinks .socialLinks-item:hover svg {
            fill: #1C89DE;
            transition: .2s all ease; }
  .footer .footer-payment-icons {
    height: auto;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    clear: left;
    align-items: center;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .footer .footer-payment-icons {
        float: left;
        margin-left: 1rem;
        margin-top: -40px; } }
    .footer .footer-payment-icons:before, .footer .footer-payment-icons:after {
      display: table;
      width: 100%;
      clear: both; }
    .footer .footer-payment-icons .footer-payment-icon {
      height: 1.886rem;
      margin: 0 0.929rem 0 0;
      vertical-align: middle;
      width: 3.771rem; }
      .footer .footer-payment-icons .footer-payment-icon:last-child {
        margin: 0; }

.footer-lower-wrap {
  border-top: 1px solid #EFF0F6; }
  .footer-lower-wrap .footer-lower {
    margin-top: 0;
    text-align: center; }
    @media (min-width: 801px) {
      .footer-lower-wrap .footer-lower {
        text-align: left; } }
    .footer-lower-wrap .footer-lower .row {
      padding: 25px 0;
      margin: 0;
      border-top: 0; }
    .footer-lower-wrap .footer-lower div[class*="col-"] {
      padding: 0; }
    .footer-lower-wrap .footer-lower .footer-copyright {
      text-align: center; }
      @media (min-width: 801px) {
        .footer-lower-wrap .footer-lower .footer-copyright {
          text-align: left; } }
      .footer-lower-wrap .footer-lower .footer-copyright .powered-by {
        margin: 0;
        color: #6F6C90;
        font-size: 12px; }
    .footer-lower-wrap .footer-lower .reserved-right {
      margin: 0;
      color: #444;
      font-size: 12px;
      text-align: center; }
      @media (min-width: 801px) {
        .footer-lower-wrap .footer-lower .reserved-right {
          text-align: right; } }
      .footer-lower-wrap .footer-lower .reserved-right a {
        color: #1C89DE;
        text-decoration: none; }
        .footer-lower-wrap .footer-lower .reserved-right a:hover {
          text-decoration: underline; }
    .footer-lower-wrap .footer-lower .FooterSocialLinks {
      text-align: right; }
      .footer-lower-wrap .footer-lower .FooterSocialLinks .socialLinks {
        list-style: none;
        line-height: 37px; }
        .footer-lower-wrap .footer-lower .FooterSocialLinks .socialLinks .socialLinks-item {
          margin-bottom: .35714rem;
          margin-right: .78571rem; }
          .footer-lower-wrap .footer-lower .FooterSocialLinks .socialLinks .socialLinks-item .icon {
            height: 1.4rem;
            width: 1.2rem; }

.footer-payment-icons svg, .icon--ratingFull svg, .cart-remove > svg, .socialLinks .icon svg, .socialLinks--alt svg {
  fill: #757575; }

.body.body-default {
  margin: 0; }

.heroCarousel {
  opacity: 0;
  width: 100%;
  overflow: hidden;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  max-height: 37.75vw;
  min-width: unset; }
  @media (min-width: 801px) {
    .heroCarousel {
      max-height: 23vw;
      min-height: auto; } }
  .heroCarousel > div[data-hero-slide]:not(:first-child) {
    display: none; }
  .heroCarousel.slick-initialized {
    opacity: 1;
    max-height: 37.75vw;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 801px) {
      .heroCarousel.slick-initialized {
        max-height: 428px; } }
  .heroCarousel.slick-dotted.slick-slider {
    margin: 0;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 801px) {
    .heroCarousel .slick-list.draggable {
      min-height: auto; } }
  .heroCarousel .slick-list.draggable .heroCarousel-image {
    height: 100%;
    object-fit: cover;
    object-position: center center; }
    @media (min-width: 801px) {
      .heroCarousel .slick-list.draggable .heroCarousel-image {
        height: auto;
        min-height: auto; } }
  .heroCarousel .heroCarousel-slide {
    position: relative; }
    .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 37.75vw; }
      @media (min-width: 801px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
          max-height: 428px; } }
    .heroCarousel .heroCarousel-slide .heroCarousel-content {
      position: absolute;
      top: 4.8vw;
      width: 100%;
      margin: 0 auto;
      transform: none;
      padding: 0 0.5rem;
      background-color: transparent;
      max-width: calc(50vw + 1rem); }
      @media (min-width: 551px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-content {
          padding: 0 1.5rem;
          max-width: calc(50vw + 3.5rem); } }
      @media (min-width: 801px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-content {
          top: 48px; } }
      @media (min-width: 1261px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-content {
          max-width: 550px; } }
      .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-center"] {
        left: 0;
        right: 0; }
      .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-left"] {
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        margin: 0; }
        @media (min-width: 1261px) {
          .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-left"] {
            margin: 0 0 0 20px; } }
        .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-left"] .heroCarousel-title, .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-left"] .heroCarousel-description, .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-left"] .heroCarousel-action {
          text-align: left; }
      .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-right"] {
        left: unset;
        margin: 0;
        right: 0;
        text-align: left;
        top: 50%;
        transform: translateY(-50%); }
        @media (min-width: 1261px) {
          .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-right"] {
            margin: 0; } }
        .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-right"] .heroCarousel-title, .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-right"] .heroCarousel-description, .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="content-align-right"] .heroCarousel-action {
          text-align: left; }
      .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="blue-theme"] .heroCarousel-title, .heroCarousel .heroCarousel-slide .heroCarousel-content[class*="blue-theme"] .heroCarousel-description {
        color: #1B3D5C; }
      .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
        color: #fff;
        font-size: 3.5vw;
        font-weight: 700;
        line-height: 4vw;
        margin: 0 0 2vw;
        text-align: center; }
        @media (min-width: 801px) {
          .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
            font-size: 35px;
            line-height: 45px;
            margin: 0 0 16px; } }
        @media (min-width: 1261px) {
          .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
            font-size: 40px;
            line-height: 48px; } }
      .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
        color: #fff;
        font-size: 2.2vw;
        font-weight: 400;
        line-height: 2.4vw;
        margin: 0 0 4vw;
        text-align: center; }
        @media (min-width: 801px) {
          .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
            font-size: 20px;
            line-height: 28px;
            margin: 0 0 16px; } }
        @media (min-width: 1261px) {
          .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
            font-size: 22px; } }
      .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action {
        border: 1px solid #FE720B;
        border-radius: 50px;
        color: #fff;
        font-size: 2vw;
        font-weight: 700;
        line-height: 3vw;
        margin: 0;
        padding: 1.1vw 4.6vw;
        text-align: center !important;
        transition: .2s all ease;
        width: auto; }
        @media (min-width: 801px) {
          .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action {
            border-radius: 100px;
            font-size: 16px;
            line-height: 22px;
            margin: 10px 0 0 0;
            padding: 12px 48px;
            width: auto; } }
        .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action:hover {
          color: #FE720B;
          background-color: #fff;
          transition: .2s all ease; }
        .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action.button--secondary {
          color: #1B3D5C;
          border-color: #1B3D5C;
          background-color: #fff; }
          .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action.button--secondary:hover {
            color: #fff;
            background-color: #1B3D5C;
            transition: .2s all ease; }
        .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action.button--third {
          color: #fff;
          border-color: #fff;
          background-color: transparent; }
          .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action.button--third:hover {
            background-color: #1B3D5C;
            transition: .2s all ease; }
        .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action + .heroCarousel-action {
          margin: 12px 0 0 0; }
          @media (min-width: 551px) {
            .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action + .heroCarousel-action {
              margin: 10px 0 0 16px; } }
  .heroCarousel .slick-dots {
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, 0%);
    width: auto; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 24px; } }
    @media (min-width: 1261px) {
      .heroCarousel .slick-dots {
        bottom: 15px; } }
    .heroCarousel .slick-dots li {
      background-color: transparent;
      height: 12px;
      padding: 0;
      margin: 0 12px 0 0;
      width: 12px; }
      @media (min-width: 801px) {
        .heroCarousel .slick-dots li {
          height: 15px;
          margin: 0 20px 0 0;
          width: 15px; } }
      .heroCarousel .slick-dots li button {
        border: 2px solid #fff;
        height: 12px;
        width: 12px; }
        @media (min-width: 801px) {
          .heroCarousel .slick-dots li button {
            width: 15px;
            height: 15px; } }
        .heroCarousel .slick-dots li button:before {
          background: transparent;
          height: 12px;
          left: -2px;
          top: -2px;
          width: 12px; }
          @media (min-width: 801px) {
            .heroCarousel .slick-dots li button:before {
              height: 15px;
              width: 15px; } }
      .heroCarousel .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        border: 2px solid #fff; }
        @media (min-width: 801px) {
          .heroCarousel .slick-dots li.slick-active button {
            width: 15px;
            height: 15px; } }
        .heroCarousel .slick-dots li.slick-active button:before {
          background: #fff; }
  .heroCarousel .carousel-tooltip {
    display: none; }
  .heroCarousel .promo-offer-label.label-ribbon {
    align-items: center;
    background-color: #AA0015;
    bottom: 5vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    height: 6.4vw;
    justify-content: flex-end;
    padding: 0 1rem 0 0;
    position: absolute;
    right: 0;
    width: 25vw;
    z-index: 1; }
    @media (min-width: 801px) {
      .heroCarousel .promo-offer-label.label-ribbon {
        bottom: 4vw;
        height: 64px;
        width: 214px; } }
    @media (min-width: 1261px) {
      .heroCarousel .promo-offer-label.label-ribbon {
        bottom: 10rem; } }
    .heroCarousel .promo-offer-label.label-ribbon:before, .heroCarousel .promo-offer-label.label-ribbon:after {
      content: "";
      border: 3.2vw solid #AA0015;
      display: block;
      height: 100%;
      left: -8px;
      position: absolute;
      z-index: -1; }
      @media (min-width: 801px) {
        .heroCarousel .promo-offer-label.label-ribbon:before, .heroCarousel .promo-offer-label.label-ribbon:after {
          border: 32px solid #AA0015; } }
    .heroCarousel .promo-offer-label.label-ribbon:before {
      border-left-color: transparent;
      left: -6vw; }
      @media (min-width: 801px) {
        .heroCarousel .promo-offer-label.label-ribbon:before {
          left: -40px; } }
  .heroCarousel .promo-offer-label .sale-value {
    color: #ffff;
    font-size: 4.6vw;
    font-weight: bold; }
    @media (min-width: 801px) {
      .heroCarousel .promo-offer-label .sale-value {
        font-size: 46px; } }
  .heroCarousel .promo-offer-label .sale-text {
    color: #fff;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.3vw;
    text-align: center; }
    @media (min-width: 801px) {
      .heroCarousel .promo-offer-label .sale-text {
        font-size: 20px;
        line-height: 1.3rem; } }

.home-page-content .trusted-by-pros {
  margin: 0 0 40px;
  padding: 40px 0 0; }
  .home-page-content .trusted-by-pros .pros-heading {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 24px 0;
    text-align: center;
    line-height: 22px;
    font-family: "HelveticaNeueBL", Arial, Helvetica, sans-serif; }
    @media (min-width: 551px) {
      .home-page-content .trusted-by-pros .pros-heading {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 48px 0; } }
    @media (min-width: 801px) {
      .home-page-content .trusted-by-pros .pros-heading {
        font-size: 32px;
        line-height: 40px; } }
  .home-page-content .trusted-by-pros .trusted-pros-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px; }
    @media (min-width: 801px) {
      .home-page-content .trusted-by-pros .trusted-pros-wrap {
        gap: 25px 42px; } }
    .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 1.4rem; }
      .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section {
        position: relative; }
        .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section {
          order: 1;
          width: 100%;
          border-radius: 20px; }
          .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section img {
            width: 100%;
            border-radius: 20px; }
          @media (min-width: 801px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section {
              width: 42%;
              order: unset; } }
        .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.detail-section {
          width: 100%;
          order: 2; }
          @media (min-width: 801px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.detail-section {
              order: unset;
              width: calc(58% - 50px); } }
        .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-heading {
          margin-bottom: 0;
          margin-top: 0.78571rem;
          text-align: center;
          text-transform: capitalize; }
          @media (min-width: 801px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-heading {
              margin-bottom: 0.78571rem;
              margin-top: 0;
              text-align: left; } }
        .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-text {
          color: #444444;
          font-size: 16px;
          font-weight: 400;
          text-align: left;
          margin: 25px 0 0;
          line-height: 22px;
          text-align: center;
          font-family: "HelveticaNeueRG", Arial, Helvetica, sans-serif; }
          @media (min-width: 551px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-text {
              text-align: left; } }
          @media (min-width: 801px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-text {
              margin: 0;
              font-size: 18px;
              line-height: 28px; } }
          @media (min-width: 1261px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-text {
              line-height: 32px; } }
          .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-text + .inner-text {
            margin: 20px 0; }
        .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-pros-link {
          width: 100%;
          color: #F27221;
          font-size: 16px;
          margin-top: 10px;
          font-weight: 700;
          line-height: 22px;
          text-align: center;
          display: inline-block;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
          @media (min-width: 551px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-pros-link {
              margin-top: 0px;
              text-align: left;
              width: fit-content; } }
          @media (min-width: 801px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-pros-link {
              font-size: 18px;
              line-height: 28px; } }
          @media (min-width: 1261px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-pros-link {
              line-height: 32px; } }
          .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-pros-link:hover {
            color: #444444;
            text-decoration: underline; }
        .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .callout-wrap {
          display: none;
          position: absolute;
          gap: 10px;
          left: unset;
          right: 20px;
          bottom: -35px;
          padding: 15px 20px;
          border-radius: 6px;
          align-items: center;
          background: #F4F4F4;
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2); }
          @media screen and (min-width: 1360px) {
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .callout-wrap {
              left: -20%;
              right: unset;
              bottom: 23px; } }
          .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .callout-wrap .callout-left {
            width: 40px;
            height: 40px;
            display: flex;
            background: #fff;
            border-radius: 8px;
            align-items: center;
            justify-content: center; }
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .callout-wrap .callout-left .callout-icon {
              display: inline-block;
              width: 25px;
              height: 25px; }
              .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .callout-wrap .callout-left .callout-icon svg {
                width: 100%;
                height: 100%; }
          .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .callout-wrap .callout-right {
            width: calc(100% - 50px); }
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .callout-wrap .callout-right .callout-title {
              font-size: 12px;
              font-weight: 700;
              line-height: 15px;
              text-align: left;
              color: #1B3D5C;
              margin: 0 0 2px;
              font-family: "Arial", Arial, Helvetica, sans-serif; }
            .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .callout-wrap .callout-right .callout-details {
              font-size: 12px;
              font-weight: 400;
              line-height: 15px;
              text-align: left;
              color: #5C748A;
              font-family: "Arial", Arial, Helvetica, sans-serif; }
      .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner:nth-child(2) .callout-wrap {
        left: 20px;
        right: unset;
        bottom: -35px; }
        @media screen and (min-width: 1360px) {
          .home-page-content .trusted-by-pros .trusted-pros-wrap .trusted-pros-inner:nth-child(2) .callout-wrap {
            right: -20%;
            left: unset;
            bottom: 23px; } }
    .home-page-content .trusted-by-pros .trusted-pros-wrap .inner-pros-link {
      width: 100%;
      color: #F27221;
      font-size: 16px;
      margin-top: 10px;
      font-weight: 700;
      line-height: 22px;
      text-align: center;
      display: block;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
      @media (min-width: 551px) {
        .home-page-content .trusted-by-pros .trusted-pros-wrap .inner-pros-link {
          margin-top: 0px;
          width: 100%; } }
      @media (min-width: 801px) {
        .home-page-content .trusted-by-pros .trusted-pros-wrap .inner-pros-link {
          font-size: 18px;
          line-height: 28px; } }
      @media (min-width: 1261px) {
        .home-page-content .trusted-by-pros .trusted-pros-wrap .inner-pros-link {
          line-height: 32px; } }
      .home-page-content .trusted-by-pros .trusted-pros-wrap .inner-pros-link:hover {
        color: #444444;
        text-decoration: underline; }

.home-page-content .best-selling-wrap {
  padding: 40px 0 0;
  background-color: #FCFCFC; }
  @media (min-width: 801px) {
    .home-page-content .best-selling-wrap {
      padding: 48px 0 0; } }
  .home-page-content .best-selling-wrap .best-selling-heading {
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    font-family: "HelveticaNeueBL", Arial, Helvetica, sans-serif; }
    @media (min-width: 551px) {
      .home-page-content .best-selling-wrap .best-selling-heading {
        font-size: 24px;
        margin: 0 0 24px; } }
    @media (min-width: 801px) {
      .home-page-content .best-selling-wrap .best-selling-heading {
        font-size: 32px;
        line-height: 32px; } }
  .home-page-content .best-selling-wrap .best-selling-details {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .home-page-content .best-selling-wrap .best-selling-details {
        font-size: 18px;
        line-height: 30px; } }
  .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid {
    margin: 0 auto;
    max-width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position=""] {
      order: 15; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="1"] {
      order: 1; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="2"] {
      order: 2; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="3"] {
      order: 3; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="4"] {
      order: 4; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="5"] {
      order: 5; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="6"] {
      order: 6; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="7"] {
      order: 7; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="8"] {
      order: 8; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="9"] {
      order: 9; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="10"] {
      order: 10; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="11"] {
      order: 11; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product[data-position="12"] {
      order: 12; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product {
      background-color: transparent;
      padding: 0.5rem; }
      @media (min-width: 551px) {
        .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product {
          width: 100%; } }
      @media (min-width: 801px) {
        .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product {
          width: 50%; } }
      @media (min-width: 991px) {
        .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product {
          width: 33.33333%; } }
      @media (min-width: 1261px) {
        .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product {
          width: 25%; } }
      .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product .card {
        padding: 1rem; }
        @media (min-width: 801px) {
          .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product .card .card-body .card-title a {
            font-size: 18px;
            margin: 0 0 14px;
            min-height: 50px;
            line-height: 1.8rem; } }
        @media (min-width: 801px) {
          .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product .card .special-features {
            font-size: 14px;
            line-height: 1.6rem;
            margin: 0 0 14px;
            min-height: 68px; } }
        @media (min-width: 801px) {
          .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product .card .card-footer .card-price .price-section .price--withoutTax {
            font-size: 18px;
            padding-right: 2px; } }
        .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product .card .card-footer .card-price .price-section .price--rrp, .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product .card .card-footer .card-price .price-section .price--non-sale, .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product .card .card-footer .card-price .price-section .price--discounted {
          font-size: 12px; }
        .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product .card .card-footer .card-price .card-rating .icon.icon--ratingFull {
          height: 1.2rem;
          width: 1.2rem; }
        .home-page-content .best-selling-wrap .featuredProducts-wrap .productGrid .product .card .card-footer .card-action .item-action .button {
          font-size: 16px;
          line-height: 1.5rem;
          padding: 0.8rem 0;
          max-width: 180px; }
  @media (min-width: 801px) {
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel:hover .slick-prev {
      left: 25px; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel:hover .slick-next {
      right: 25px; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel:hover .slick-next, .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel:hover .slick-prev {
      opacity: 1;
      visibility: visible;
      transition: 0.5s all; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel .slick-next, .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel .slick-prev {
      opacity: 0;
      visibility: hidden;
      transition: 0.5s all; } }
  .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel .slick-arrow.slick-next, .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel .slick-arrow.slick-prev {
    background-color: #1b3d5c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel .slick-arrow.slick-next:before, .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel .slick-arrow.slick-prev:before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block;
      height: 24px;
      width: 24px; }
  .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel .slick-arrow.slick-prev:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  .home-page-content .best-selling-wrap .featuredProducts-wrap .productCarousel .slick-arrow.slick-next:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.home-page-content .prod-categories-wrap {
  padding: 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .home-page-content .prod-categories-wrap {
      padding: 48px 0; } }
  .home-page-content .prod-categories-wrap .prod-categories-heading {
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    font-family: "HelveticaNeueBL", Arial, Helvetica, sans-serif; }
    @media (min-width: 551px) {
      .home-page-content .prod-categories-wrap .prod-categories-heading {
        font-size: 24px;
        margin: 0 0 24px; } }
    @media (min-width: 801px) {
      .home-page-content .prod-categories-wrap .prod-categories-heading {
        font-size: 32px;
        line-height: 32px; } }
    .home-page-content .prod-categories-wrap .prod-categories-heading a {
      color: #444;
      text-decoration: none; }
  .home-page-content .prod-categories-wrap .prod-categories-subheading {
    color: #1C89DE;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 22px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .home-page-content .prod-categories-wrap .prod-categories-subheading {
        font-size: 20px;
        margin: 0 0 29px;
        line-height: 30px; } }
  .home-page-content .prod-categories-wrap .prod-categories-details {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .home-page-content .prod-categories-wrap .prod-categories-details {
        font-size: 18px;
        line-height: 30px; } }
  .home-page-content .prod-categories-wrap .prod-categories-wrapper {
    display: flex;
    gap: 20px 0;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .home-page-content .prod-categories-wrap .prod-categories-wrapper {
        margin-top: 76px; } }
    .home-page-content .prod-categories-wrap .prod-categories-wrapper .prod-categories-inner {
      display: block;
      padding: 20px;
      text-align: center;
      border-radius: 10px;
      text-decoration: none;
      width: calc(50% - 10px);
      background-color: #fff;
      transition: .2s all ease;
      border: 2px solid transparent; }
      @media (min-width: 801px) {
        .home-page-content .prod-categories-wrap .prod-categories-wrapper .prod-categories-inner {
          width: calc(25% - 13px);
          padding: 30px 10px; } }
      .home-page-content .prod-categories-wrap .prod-categories-wrapper .prod-categories-inner .prod-icon {
        width: 100px;
        height: 80px;
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 801px) {
          .home-page-content .prod-categories-wrap .prod-categories-wrapper .prod-categories-inner .prod-icon {
            width: 140px;
            height: 100px; } }
        .home-page-content .prod-categories-wrap .prod-categories-wrapper .prod-categories-inner .prod-icon svg {
          width: 100%;
          height: 100%; }
      .home-page-content .prod-categories-wrap .prod-categories-wrapper .prod-categories-inner .prod-name {
        color: #444444;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        margin: 20px 0 0 0;
        transition: .2s all ease;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .home-page-content .prod-categories-wrap .prod-categories-wrapper .prod-categories-inner .prod-name {
            font-size: 18px;
            margin: 24px 0 0 0; } }
      .home-page-content .prod-categories-wrap .prod-categories-wrapper .prod-categories-inner:hover {
        border-color: #1B3D5C; }
        .home-page-content .prod-categories-wrap .prod-categories-wrapper .prod-categories-inner:hover .prod-name {
          color: #1B3D5C;
          transition: .2s all ease; }

.home-page-content .why-choose-brickhouse {
  padding: 40px 0px;
  background: #1B3D5C; }
  @media (min-width: 801px) {
    .home-page-content .why-choose-brickhouse {
      padding: 63px 0px; } }
  .home-page-content .why-choose-brickhouse .why-choose-title {
    color: #fff;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.04em;
    font-family: "HelveticaNeueBL", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .home-page-content .why-choose-brickhouse .why-choose-title {
        font-size: 32px;
        margin: 0 0 24px;
        line-height: 47px; } }
  .home-page-content .why-choose-brickhouse .why-us-details {
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .home-page-content .why-choose-brickhouse .why-us-details {
        margin: 0 0 48px;
        line-height: 26px; } }
  .home-page-content .why-choose-brickhouse .why-us-wrap {
    display: flex;
    gap: 30px 10px;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home-page-content .why-choose-brickhouse .why-us-wrap .why-us-inner {
      width: 100%;
      text-align: center;
      text-decoration: none; }
      @media (min-width: 801px) {
        .home-page-content .why-choose-brickhouse .why-us-wrap .why-us-inner {
          width: calc(20% - 10px); } }
      .home-page-content .why-choose-brickhouse .why-us-wrap .why-us-inner .why-us-icon {
        width: 60px;
        height: 60px;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto; }
        @media (min-width: 801px) {
          .home-page-content .why-choose-brickhouse .why-us-wrap .why-us-inner .why-us-icon {
            width: 96px;
            height: 66px; } }
        .home-page-content .why-choose-brickhouse .why-us-wrap .why-us-inner .why-us-icon svg {
          width: 100%;
          height: 100%; }
      .home-page-content .why-choose-brickhouse .why-us-wrap .why-us-inner .why-us-title {
        color: #fff;
        margin: 0 0 5px;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
      .home-page-content .why-choose-brickhouse .why-us-wrap .why-us-inner .why-detail {
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        line-height: 16.7px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }

.home-page-content .client-testmonial {
  padding: 40px 0;
  background-color: #FCFCFC; }
  @media (min-width: 801px) {
    .home-page-content .client-testmonial {
      padding: 48px 0; } }
  .home-page-content .client-testmonial .slick-track {
    display: flex;
    flex-wrap: wrap; }
  .home-page-content .client-testmonial .testimonial-title {
    font-size: 20px;
    font-weight: 700;
    color: #444444;
    margin: 0 0 30px;
    line-height: 21px;
    text-align: center;
    font-family: "HelveticaNeueBL", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .home-page-content .client-testmonial .testimonial-title {
        font-size: 32px;
        line-height: 36px; } }
  .home-page-content .client-testmonial .testimonial-inner {
    background-color: #041c2a;
    height: auto;
    padding: 22px;
    margin: 20px 5px;
    border-radius: 7.36px;
    box-shadow: 0px 0 12px 0px rgba(196, 196, 196, 0.3); }
    @media (min-width: 551px) {
      .home-page-content .client-testmonial .testimonial-inner {
        margin: 20px 15px; } }
    .home-page-content .client-testmonial .testimonial-inner .testimonial-header {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin: 0 0 22px;
      align-items: center;
      position: relative; }
    .home-page-content .client-testmonial .testimonial-inner .testimonial-author {
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      line-height: 20px;
      margin: 0; }
    .home-page-content .client-testmonial .testimonial-inner .testimonial-stars {
      width: 100px;
      height: 20px;
      display: inline-flex; }
      .home-page-content .client-testmonial .testimonial-inner .testimonial-stars svg {
        width: 100%;
        height: 100%; }
    .home-page-content .client-testmonial .testimonial-inner .testimonial-date {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      text-align: center;
      position: absolute;
      right: 0;
      top: 2px; }
    .home-page-content .client-testmonial .testimonial-inner .testimonial-body p {
      color: #fff;
      font-size: 15px;
      text-align: left;
      font-weight: 400;
      line-height: 22px; }
      @media (min-width: 801px) {
        .home-page-content .client-testmonial .testimonial-inner .testimonial-body p {
          line-height: 26px; } }
  .home-page-content .client-testmonial .carousel-tooltip {
    display: none; }
  .home-page-content .client-testmonial .slick-list.draggable {
    padding: 0 60px 0 0; }
    @media (min-width: 551px) {
      .home-page-content .client-testmonial .slick-list.draggable {
        padding: 0; } }
  .home-page-content .client-testmonial .slick-next {
    border: 0;
    width: 8px;
    padding: 0;
    height: 18px;
    margin-top: 0; }
    .home-page-content .client-testmonial .slick-next:before {
      width: 8px;
      height: 18px;
      background-image: url('data:image/svg+xml,<svg width="9" height="18" viewBox="0 0 9 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.80482 9.01375C8.80535 9.30608 8.71125 9.58939 8.53886 9.81449L2.75716 17.3215C2.56088 17.577 2.27884 17.7376 1.97307 17.7681C1.6673 17.7986 1.36286 17.6965 1.12671 17.4841C0.890571 17.2717 0.742069 16.9666 0.713877 16.6357C0.685686 16.3049 0.780115 15.9755 0.97639 15.72L6.1568 9.01375L1.16141 2.30752C1.06535 2.17955 0.993623 2.03229 0.950339 1.87422C0.907055 1.71615 0.89307 1.55038 0.909189 1.38644C0.925307 1.22251 0.97121 1.06363 1.04426 0.918951C1.11731 0.774271 1.21607 0.646637 1.33486 0.543388C1.45375 0.428808 1.59324 0.342028 1.74457 0.288488C1.89591 0.234947 2.05583 0.215801 2.21432 0.232244C2.37281 0.24869 2.52646 0.300369 2.66563 0.38405C2.80481 0.467733 2.92651 0.581612 3.02311 0.718553L8.60824 8.22552C8.75338 8.45708 8.8226 8.73461 8.80482 9.01375Z" fill="%23444444"/></svg>'); }
  .home-page-content .client-testmonial .slick-prev {
    border: 0;
    width: 8px;
    padding: 0;
    height: 18px;
    margin-top: 0; }
    .home-page-content .client-testmonial .slick-prev:before {
      width: 8px;
      height: 18px;
      background-image: url('data:image/svg+xml,<svg width="9" height="18" viewBox="0 0 9 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.195667 9.01375C0.195139 9.30608 0.289236 9.58939 0.461625 9.81449L6.24333 17.3215C6.43961 17.577 6.72165 17.7376 7.02742 17.7681C7.33319 17.7986 7.63763 17.6965 7.87377 17.4841C8.10992 17.2717 8.25842 16.9666 8.28661 16.6357C8.3148 16.3049 8.22037 15.9755 8.0241 15.72L2.84369 9.01375L7.83908 2.30752C7.93514 2.17955 8.00687 2.03229 8.05015 1.87422C8.09343 1.71615 8.10742 1.55038 8.0913 1.38644C8.07518 1.22251 8.02928 1.06363 7.95623 0.918951C7.88318 0.774271 7.78442 0.646637 7.66563 0.543388C7.54674 0.428808 7.40725 0.342028 7.25592 0.288488C7.10458 0.234947 6.94466 0.215801 6.78617 0.232244C6.62767 0.24869 6.47403 0.300369 6.33486 0.38405C6.19568 0.467733 6.07398 0.581612 5.97737 0.718553L0.392245 8.22552C0.247106 8.45708 0.177893 8.73461 0.195667 9.01375Z" fill="%23444444"/></svg>'); }

.home-page-content .blog-resources-wrap {
  padding: 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .home-page-content .blog-resources-wrap {
      padding: 48px 0; } }
  .home-page-content .blog-resources-wrap .resources-title {
    font-size: 20px;
    margin: 0 0 22px;
    color: #04395D;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    font-family: "HelveticaNeueBL", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .home-page-content .blog-resources-wrap .resources-title {
        font-size: 32px;
        margin: 0 0 24px;
        line-height: 36px; } }
  .home-page-content .blog-resources-wrap .home-blogs-wrap {
    display: flex;
    gap: 13px;
    overflow-x: scroll;
    scrollbar-width: none;
    justify-content: space-between; }
    .home-page-content .blog-resources-wrap .home-blogs-wrap .blog {
      margin: 0;
      padding: 24px;
      min-width: 223px;
      border-radius: 10.22px;
      background-color: #fff;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
      @media (min-width: 801px) {
        .home-page-content .blog-resources-wrap .home-blogs-wrap .blog {
          padding: 14px;
          min-width: 250px; } }
      .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-figure {
        width: 100%; }
        .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-figure .blog-thumbnail {
          margin: 0 auto;
          max-width: unset; }
          .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container {
            border-radius: 7px; }
            .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container img {
              height: 160px;
              max-width: 100%;
              object-fit: cover;
              border-radius: 7px;
              border: 1px solid #CBD5E1; }
      .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-body {
        width: 100%; }
        .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-body .blog-title {
          margin: 14px 0;
          text-align: left;
          line-height: 24px; }
          .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-body .blog-title a {
            font-size: 16.5px;
            font-weight: 700;
            text-align: left;
            color: #364153;
            line-height: 24px;
            font-family: "Arial", Arial, Helvetica, sans-serif; }
            .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-body .blog-title a:hover {
              color: #EE6200; }
        .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-body .blog-post {
          font-size: 14px;
          color: #364153;
          font-weight: 400;
          text-align: left;
          line-height: 22px;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
          .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-body .blog-post .read-more-blog {
            font-weight: 700;
            text-decoration: none; }
            .home-page-content .blog-resources-wrap .home-blogs-wrap .blog .blog-post-body .blog-post .read-more-blog:hover {
              color: #EE6200; }
  .home-page-content .blog-resources-wrap .lear-more-blog {
    display: block;
    color: #fff;
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    max-width: 200px;
    text-align: left;
    line-height: 22px;
    text-align: center;
    margin: 40px auto 0;
    border-radius: 100px;
    text-decoration: none;
    transition: .2s all ease;
    background-color: #F27221;
    border: 1px solid #F27221;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    .home-page-content .blog-resources-wrap .lear-more-blog:hover {
      color: #F27221;
      background-color: #fff;
      transition: .2s all ease; }
    @media (min-width: 801px) {
      .home-page-content .blog-resources-wrap .lear-more-blog {
        padding: 16px;
        font-size: 18px;
        max-width: 275px; } }

.home-page-content .industry-solutions-wrap {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .home-page-content .industry-solutions-wrap {
      padding: 48px 0; } }
  .home-page-content .industry-solutions-wrap .industry-sol-title {
    margin: 0;
    color: #444444;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    font-family: "HelveticaNeueBL", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .home-page-content .industry-solutions-wrap .industry-sol-title {
        font-size: 32px;
        line-height: 32px; } }
    .home-page-content .industry-solutions-wrap .industry-sol-title a {
      color: #444444;
      text-decoration: none; }
  .home-page-content .industry-solutions-wrap .industry-sol-details {
    color: #444;
    margin: 24px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .home-page-content .industry-solutions-wrap .industry-sol-details {
        font-size: 18px;
        line-height: 28px;
        margin: 24px 0 32px; } }
  .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap {
    display: flex;
    gap: 15px 0px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 551px) {
      .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap {
        gap: 32px 24px; } }
    .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap .industry-sol-inner {
      padding: 38px 20px;
      text-align: center;
      border-radius: 12px;
      text-decoration: none;
      width: calc(50% - 7px);
      height: 155px;
      transition: .2s all ease;
      box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1); }
      @media (min-width: 551px) {
        .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap .industry-sol-inner {
          width: calc(33.33% - 16px);
          height: unset; } }
      .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap .industry-sol-inner .industry-icon {
        display: inline-block;
        width: 52px;
        height: 52px;
        margin: 0 auto 10px auto; }
        @media (min-width: 801px) {
          .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap .industry-sol-inner .industry-icon {
            width: 57px;
            height: 57px;
            margin: 0 auto 24px auto; } }
        .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap .industry-sol-inner .industry-icon svg {
          width: 100%;
          height: 100%; }
      .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap .industry-sol-inner .industry-name {
        margin: 0;
        color: #444;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        transition: .2s all ease;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap .industry-sol-inner .industry-name {
            font-size: 18px;
            line-height: 24px; } }
      .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap .industry-sol-inner:hover {
        transition: .2s all ease;
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2); }
        .home-page-content .industry-solutions-wrap .industry-sol-inner-wrap .industry-sol-inner:hover .industry-name {
          color: #1C3C5D;
          transition: .2s all ease; }

.container > .productCarousel {
  margin: 0; }

#product-listing-container .productGrid, #top-level-product-listing-container .productGrid, .featuredProducts-wrap .productGrid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #product-listing-container .productGrid:before, #product-listing-container .productGrid:after, #top-level-product-listing-container .productGrid:before, #top-level-product-listing-container .productGrid:after, .featuredProducts-wrap .productGrid:before, .featuredProducts-wrap .productGrid:after {
    display: none; }
  #product-listing-container .productGrid .product, #top-level-product-listing-container .productGrid .product, .featuredProducts-wrap .productGrid .product {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      #product-listing-container .productGrid .product, #top-level-product-listing-container .productGrid .product, .featuredProducts-wrap .productGrid .product {
        width: 50%; } }
    @media (min-width: 991px) {
      #product-listing-container .productGrid .product, #top-level-product-listing-container .productGrid .product, .featuredProducts-wrap .productGrid .product {
        width: 33.33333%; } }
    #product-listing-container .productGrid .product .card, #top-level-product-listing-container .productGrid .product .card, .featuredProducts-wrap .productGrid .product .card {
      background-color: #fff;
      border-radius: 20px;
      margin: 40px 10px 40px;
      box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 0.2);
      flex-direction: column;
      padding: 2rem;
      margin: 0; }
      #product-listing-container .productGrid .product .card .card-main, #top-level-product-listing-container .productGrid .product .card .card-main, .featuredProducts-wrap .productGrid .product .card .card-main {
        flex-direction: column; }

.productCarousel, .recommended-best-prods, .best-products-slider, .quickView {
  margin: 0; }
  @media (min-width: 801px) {
    .productCarousel, .recommended-best-prods, .best-products-slider, .quickView {
      margin: 0 -0.75rem; } }
  .productCarousel .productCarousel-slide, .recommended-best-prods .productCarousel-slide, .best-products-slider .productCarousel-slide, .quickView .productCarousel-slide {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgba(163, 163, 163, 0.2);
    padding: 18px 24px;
    margin: 40px 10px 40px; }
    @media (min-width: 551px) {
      .productCarousel .productCarousel-slide, .recommended-best-prods .productCarousel-slide, .best-products-slider .productCarousel-slide, .quickView .productCarousel-slide {
        min-width: unset;
        padding: 2rem; } }
  @media (min-width: 801px) {
    .productCarousel:hover .slick-prev, .recommended-best-prods:hover .slick-prev, .best-products-slider:hover .slick-prev, .quickView:hover .slick-prev {
      left: 25px; }
    .productCarousel:hover .slick-next, .recommended-best-prods:hover .slick-next, .best-products-slider:hover .slick-next, .quickView:hover .slick-next {
      right: 25px; }
    .productCarousel:hover .slick-next, .productCarousel:hover .slick-prev, .recommended-best-prods:hover .slick-next, .recommended-best-prods:hover .slick-prev, .best-products-slider:hover .slick-next, .best-products-slider:hover .slick-prev, .quickView:hover .slick-next, .quickView:hover .slick-prev {
      opacity: 1;
      visibility: visible;
      transition: 0.5s all; }
    .productCarousel .slick-next, .productCarousel .slick-prev, .recommended-best-prods .slick-next, .recommended-best-prods .slick-prev, .best-products-slider .slick-next, .best-products-slider .slick-prev, .quickView .slick-next, .quickView .slick-prev {
      opacity: 0;
      visibility: hidden;
      transition: 0.5s all; } }
  .productCarousel .slick-arrow.slick-next, .productCarousel .slick-arrow.slick-prev, .recommended-best-prods .slick-arrow.slick-next, .recommended-best-prods .slick-arrow.slick-prev, .best-products-slider .slick-arrow.slick-next, .best-products-slider .slick-arrow.slick-prev, .quickView .slick-arrow.slick-next, .quickView .slick-arrow.slick-prev {
    background-color: #1b3d5c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .productCarousel .slick-arrow.slick-next:before, .productCarousel .slick-arrow.slick-prev:before, .recommended-best-prods .slick-arrow.slick-next:before, .recommended-best-prods .slick-arrow.slick-prev:before, .best-products-slider .slick-arrow.slick-next:before, .best-products-slider .slick-arrow.slick-prev:before, .quickView .slick-arrow.slick-next:before, .quickView .slick-arrow.slick-prev:before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block;
      height: 24px;
      width: 24px; }
  .productCarousel .slick-arrow.slick-prev:before, .recommended-best-prods .slick-arrow.slick-prev:before, .best-products-slider .slick-arrow.slick-prev:before, .quickView .slick-arrow.slick-prev:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  .productCarousel .slick-arrow.slick-next:before, .recommended-best-prods .slick-arrow.slick-next:before, .best-products-slider .slick-arrow.slick-next:before, .quickView .slick-arrow.slick-next:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.card {
  margin: 0;
  flex-direction: column; }
  .card .card-figure .card-img-container:after {
    padding-bottom: 100%; }
  .card .card-figure.card-figure-hover .product-additional {
    bottom: 0;
    border: 0;
    display: inline-block;
    left: 0;
    margin: auto;
    max-height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease .3s;
    visibility: hidden;
    vertical-align: top;
    width: 100%; }
  .card .card-figure.card-figure-hover:hover .card-image {
    opacity: 0;
    visibility: hidden; }
  .card .card-figure.card-figure-hover:hover .product-additional {
    opacity: 1;
    transition: opacity .5s ease;
    visibility: visible; }
  .card .card-main {
    flex-direction: column; }
    .card .card-main .card-rating {
      text-align: center; }
      .card .card-main .card-rating .icon.icon--ratingFull {
        height: 1.3rem;
        width: 1.3rem; }
  .card .card-body .card-title a {
    color: #444444;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
    text-align: left;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: center; }
    @media (min-width: 801px) {
      .card .card-body .card-title a {
        font-size: 20px;
        margin: 0 0 16px;
        min-height: 60px;
        line-height: 30px; } }
  .card .card-body .special-features {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 10px;
    line-height: 19px;
    text-align: center; }
    @media (min-width: 801px) {
      .card .card-body .special-features {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 21px;
        min-height: 60px; } }
  .card .card-footer {
    background-color: transparent;
    margin: 0; }
    .card .card-footer .card-price {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column; }
      @media (min-width: 551px) {
        .card .card-footer .card-price {
          flex-direction: row; } }
      .card .card-footer .card-price.card-align-center {
        justify-content: center; }
      .card .card-footer .card-price .price-section {
        display: inline-block;
        vertical-align: middle; }
        .card .card-footer .card-price .price-section .price--withoutTax {
          font-size: 20px;
          padding-right: 4px; }
        .card .card-footer .card-price .price-section.price-section--saving.price {
          display: none; }
        .card .card-footer .card-price .price-section .price--discounted, .card .card-footer .card-price .price-section .price--non-sale, .card .card-footer .card-price .price-section .price--rrp {
          color: #595959; }
      .card .card-footer .card-price .card-rating {
        margin: 5px 0px;
        min-height: 20px;
        text-align: left; }
        .card .card-footer .card-price .card-rating .icon.icon--ratingFull, .card .card-footer .card-price .card-rating .icon.icon--ratingEmpty {
          fill: #8f8f8f;
          height: 1.3rem;
          width: 1.3rem; }
        .card .card-footer .card-price .card-rating .icon.icon--ratingFull svg {
          fill: #f68c20; }
    .card .card-footer .CarAvailabilityMsg {
      color: #1f4196;
      font-size: 1rem;
      min-height: 30px;
      text-align: center; }
      .card .card-footer .CarAvailabilityMsg .icon {
        height: 30px;
        margin-right: 2px;
        width: 30px; }
        .card .card-footer .CarAvailabilityMsg .icon svg {
          fill: #1f4196; }
    .card .card-footer .card-action {
      flex-direction: column;
      margin: 5px 0 0 0; }
      .card .card-footer .card-action .item-compare {
        display: none; }
      .card .card-footer .card-action .item-action {
        text-align: center;
        width: 100%; }
        .card .card-footer .card-action .item-action .button {
          background-color: #f27221;
          color: #fff;
          border: none;
          border-radius: 30px;
          font-size: 18px;
          line-height: 1.5rem;
          margin: 0;
          padding: 1.2rem 0;
          max-width: 190px;
          width: 100%; }
          .card .card-footer .card-action .item-action .button.see-details-btn {
            display: inline-block !important; }
          .card .card-footer .card-action .item-action .button.quickcart {
            display: none !important; }
  .card .button {
    color: #fff;
    font-weight: 700;
    border-radius: 100px; }
  .card .card-action {
    justify-content: center; }

.container--gpstracker {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1260px; }
  @media (min-width: 551px) {
    .container--gpstracker {
      padding: 0 1.5rem; } }

.icon--ratingFull svg {
  fill: #f68c20; }

.common-pdp-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-align: center; }
  @media (min-width: 551px) {
    .common-pdp-heading {
      font-size: 26px;
      line-height: 30px; } }
  @media (min-width: 801px) {
    .common-pdp-heading {
      font-size: 32px;
      line-height: 40px; } }

.productView-wrap .productView {
  box-shadow: rgba(0, 0, 0, 0.04) 0 1px 50px 0, rgba(0, 0, 0, 0.03) 0 1px 20px 0, rgba(0, 0, 0, 0.04) 0 2px 25px 0;
  border-radius: 30px;
  margin: 3rem 0;
  padding: 0; }
  @media (min-width: 551px) {
    .productView-wrap .productView {
      padding: 2rem; } }
  @media (min-width: 801px) {
    .productView-wrap .productView {
      padding: 2rem 4rem; } }
  .productView-wrap .productView .product-title-mobile {
    display: block;
    order: 1;
    padding: 10px; }
    @media (min-width: 801px) {
      .productView-wrap .productView .product-title-mobile {
        display: none; } }
    .productView-wrap .productView .product-title-mobile .productView-title {
      color: #444;
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 .5rem;
      padding: 0;
      text-align: center; }
    .productView-wrap .productView .product-title-mobile .productView-Subtitle {
      font-size: 15px;
      font-weight: 400;
      margin: 0;
      text-align: center; }
  .productView-wrap .productView .productView-images {
    order: 2; }
    .productView-wrap .productView .productView-images .productView-image {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: auto;
      position: relative; }
      @media (min-width: 801px) {
        .productView-wrap .productView .productView-images .productView-image {
          min-height: 366px;
          min-width: inherit; } }
      .productView-wrap .productView .productView-images .productView-image .productView-img-container:after {
        padding-bottom: 80%; }
    .productView-wrap .productView .productView-images .productView-thumbnails {
      display: flex;
      align-items: center;
      justify-content: center; }
      .productView-wrap .productView .productView-images .productView-thumbnails .slick-arrow {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 20px;
        padding: 0;
        transform: none;
        top: 50%;
        margin-top: -10px;
        width: 20px; }
        .productView-wrap .productView .productView-images .productView-thumbnails .slick-arrow:before {
          background-size: contain;
          background-position: center;
          height: 14px;
          width: 14px; }
        .productView-wrap .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
          right: 10px; }
          .productView-wrap .productView .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10' %3E%3Cpath d='M5.38671 5.10733C5.38671 5.21161 5.36715 5.31277 5.32805 5.4108C5.28894 5.50883 5.2368 5.59017 5.17162 5.65483L1.57376 9.25268C1.43037 9.39608 1.24787 9.46777 1.02626 9.46777C0.804654 9.46777 0.622154 9.39608 0.478761 9.25268C0.335368 9.10929 0.263672 8.92679 0.263672 8.70518C0.263672 8.48358 0.335368 8.30108 0.478761 8.15768L3.52912 5.10733L0.478761 2.05697C0.335368 1.91358 0.263672 1.73108 0.263672 1.50947C0.263672 1.28786 0.335368 1.10536 0.47876 0.961971C0.622153 0.818578 0.804653 0.746881 1.02626 0.74688C1.24787 0.74688 1.43037 0.818578 1.57376 0.961971L5.17162 4.55983C5.24983 4.63804 5.30536 4.72277 5.33821 4.81402C5.37106 4.90527 5.38723 5.00304 5.38671 5.10733Z' fill='%23444444'/%3E%3C/svg%3E"); }
        .productView-wrap .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
          left: 8px; }
          .productView-wrap .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10' %3E%3Cpath d='M0.503429 5.10733C0.503429 5.21161 0.522983 5.31277 0.562091 5.4108C0.601197 5.50883 0.65334 5.59017 0.718519 5.65483L4.31638 9.25268C4.45977 9.39608 4.64227 9.46777 4.86388 9.46777C5.08548 9.46777 5.26798 9.39608 5.41138 9.25268C5.55477 9.10929 5.62646 8.92679 5.62646 8.70518C5.62646 8.48358 5.55477 8.30108 5.41138 8.15768L2.36102 5.10733L5.41138 2.05697C5.55477 1.91358 5.62647 1.73108 5.62647 1.50947C5.62647 1.28786 5.55477 1.10536 5.41138 0.961971C5.26798 0.818578 5.08548 0.746881 4.86388 0.74688C4.64227 0.74688 4.45977 0.818578 4.31638 0.961971L0.718519 4.55983C0.640304 4.63804 0.584772 4.72277 0.551922 4.81402C0.519072 4.90527 0.502907 5.00304 0.503429 5.10733Z' fill='%23444444'/%3E%3C/svg%3E"); }
      .productView-wrap .productView .productView-images .productView-thumbnails .productView-thumbnail-link {
        align-items: center;
        border-radius: 10px;
        display: flex;
        height: 75px;
        margin: 0 auto;
        justify-content: center; }
        .productView-wrap .productView .productView-images .productView-thumbnails .productView-thumbnail-link.video-thumbnail {
          position: relative;
          cursor: pointer; }
          .productView-wrap .productView .productView-images .productView-thumbnails .productView-thumbnail-link.video-thumbnail:after, .productView-wrap .productView .productView-images .productView-thumbnails .productView-thumbnail-link.video-thumbnail:before {
            content: '';
            display: block;
            position: absolute; }
          .productView-wrap .productView .productView-images .productView-thumbnails .productView-thumbnail-link.video-thumbnail:after {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M253.376,497.248c-133.573,0-242.246-108.676-242.246-242.247c0-133.573,108.673-242.246,242.246-242.246 c133.571,0,242.247,108.673,242.247,242.246C495.623,388.572,386.947,497.248,253.376,497.248z M379.055,248.348L201.42,127.225 c-2.485-1.715-5.693-1.894-8.34-0.504c-2.66,1.391-4.289,4.172-4.289,7.158v242.245c0,2.987,1.628,5.767,4.289,7.159 c1.183,0.619,2.485,0.916,3.756,0.916c1.61,0,3.179-0.476,4.556-1.42l177.663-121.123c2.187-1.479,3.548-3.993,3.548-6.654 S381.241,249.826,379.055,248.348z' fill='231F20' fill-rule='evenodd' /%3E%3C/svg%3E");
            background-repeat: no-repeat;
            height: 20px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 20px;
            z-index: 9; }
          .productView-wrap .productView .productView-images .productView-thumbnails .productView-thumbnail-link.video-thumbnail:before {
            background-color: rgba(255, 255, 255, 0.5);
            height: 100%;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 1; }
    .productView-wrap .productView .productView-images .CustomVideoGallery {
      margin: 10px 0 0; }
      .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list {
        list-style: none;
        margin-left: 0;
        margin: 0 -5px;
        max-width: none;
        width: auto;
        font-size: 0; }
        .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list:after, .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list:before {
          content: " ";
          display: table; }
        .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list .videoGallery-item {
          padding-left: .75rem;
          padding-right: .75rem;
          width: 100%;
          float: left;
          display: inline-block;
          float: none;
          vertical-align: top; }
          @media (min-width: 801px) {
            .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list .videoGallery-item {
              width: 50%; } }
          @media (min-width: 1261px) {
            .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list .videoGallery-item {
              width: 33.333%;
              padding: 0 5px;
              position: relative; } }
          .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list .videoGallery-item .video-figure {
            cursor: pointer;
            float: none;
            margin: 0 0 7px;
            position: relative; }
            .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list .videoGallery-item .video-figure:before {
              content: "";
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cpath d='M253.376,497.248c-133.573,0-242.246-108.676-242.246-242.247c0-133.573,108.673-242.246,242.246-242.246 c133.571,0,242.247,108.673,242.247,242.246C495.623,388.572,386.947,497.248,253.376,497.248z M379.055,248.348L201.42,127.225 c-2.485-1.715-5.693-1.894-8.34-0.504c-2.66,1.391-4.289,4.172-4.289,7.158v242.245c0,2.987,1.628,5.767,4.289,7.159 c1.183,0.619,2.485,0.916,3.756,0.916c1.61,0,3.179-0.476,4.556-1.42l177.663-121.123c2.187-1.479,3.548-3.993,3.548-6.654 S381.241,249.826,379.055,248.348z' fill='231F20' fill-rule='evenodd' /%3E%3C/svg%3E");
              background-position: 50%;
              background-repeat: no-repeat;
              background-size: 100%;
              display: block;
              height: 26px;
              width: 26px;
              position: absolute;
              left: 50%;
              top: 50%;
              opacity: .6;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list .videoGallery-item .video-figure img {
              display: block;
              margin: 0 auto;
              opacity: .4; }
          .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list .videoGallery-item .video-body:after, .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list .videoGallery-item .video-body:before {
            content: " ";
            display: table; }
          .productView-wrap .productView .productView-images .CustomVideoGallery .videoGallery-list .videoGallery-item .video-body .video-title {
            font-size: 9px;
            line-height: .7rem;
            margin-bottom: 0;
            margin-top: 0;
            text-transform: none; }
  .productView-wrap .productView .productView-details {
    margin: 20px 0 0;
    order: 3;
    padding-bottom: 0; }
    .productView-wrap .productView .productView-details .productView-options {
      position: relative; }
      .productView-wrap .productView .productView-details .productView-options .product-title-desktop {
        display: none; }
        @media (min-width: 801px) {
          .productView-wrap .productView .productView-details .productView-options .product-title-desktop {
            display: block; } }
      .productView-wrap .productView .productView-details .productView-options .productView-title {
        color: #444444;
        font-size: 20px;
        font-family: "Arial", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0 0 .5rem;
        padding-left: 0; }
        @media (min-width: 801px) {
          .productView-wrap .productView .productView-details .productView-options .productView-title {
            font-size: 32px; } }
      .productView-wrap .productView .productView-details .productView-options .productView-Subtitle {
        font-size: 15px;
        font-weight: 400; }
      .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap {
        display: block;
        margin: 0 0 1rem; }
        .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link {
          align-items: center;
          color: #666;
          display: flex;
          flex-direction: row;
          float: none;
          justify-content: center;
          text-decoration: none; }
          @media (min-width: 801px) {
            .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link {
              justify-content: flex-start; } }
          .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link .productView-num-reviews {
            align-items: center;
            background-color: transparent;
            border-radius: 20px;
            display: flex;
            gap: .5em;
            justify-content: flex-start;
            margin-right: 1rem;
            padding: .5rem 0;
            max-width: 155px;
            width: 100%; }
            .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link .productView-num-reviews .reviews-stars-group-wrapper {
              align-items: center;
              display: flex;
              justify-content: center;
              position: relative; }
              .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group {
                display: block; }
                .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group.rated-group {
                  display: block;
                  left: 0;
                  overflow: hidden;
                  position: absolute;
                  top: 0;
                  white-space: nowrap;
                  z-index: 9; }
                  .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group.rated-group .review-star svg {
                    fill: #DAAC28;
                    stroke: #DAAC28; }
                .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group .review-star {
                  height: 21px;
                  width: 19px;
                  white-space: normal; }
                  .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group .review-star svg {
                    fill: #ffffff;
                    stroke: #bdbdbd; }
            .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link .productView-num-reviews .productView-average-ratting {
              color: #000;
              font-size: 20px;
              font-weight: 700;
              line-height: 1.5rem; }
          .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link .productView-total-num-reviews {
            color: #000;
            font-size: 20px; }
          .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link.noreivew > .icon.review-star {
            width: 21px;
            height: 21px;
            white-space: normal;
            margin-right: 0.6rem; }
            .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link.noreivew > .icon.review-star svg {
              fill: #DAAC28;
              stroke: #DAAC28; }
          .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link.noreivew .productView-num-reviews {
            max-width: 115px;
            font-size: 18px; }
            @media (min-width: 801px) {
              .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link.noreivew .productView-num-reviews {
                font-size: 20px; } }
            .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link.noreivew .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group .review-star svg {
              fill: #cccccc;
              stroke: #bdbdbd; }
            .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link.noreivew .productView-num-reviews.for-newproduct {
              color: #DAAC28;
              font-weight: bold;
              font-size: 18px;
              line-height: 1.4rem;
              max-width: 200px;
              padding: 0; }
              .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link.noreivew .productView-num-reviews.for-newproduct .reviews-stars-group-wrapper {
                gap: 0.5rem; }
                .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link.noreivew .productView-num-reviews.for-newproduct .reviews-stars-group-wrapper .reviews-stars-group {
                  display: flex; }
                  .productView-wrap .productView .productView-details .productView-options .productView-rating-wrap #productRating_link.noreivew .productView-num-reviews.for-newproduct .reviews-stars-group-wrapper .reviews-stars-group .review-star svg {
                    fill: #DAAC28;
                    stroke: #DAAC28; }
      .productView-wrap .productView .productView-details .productView-options .productView-price {
        margin: 0 auto 0.5rem;
        max-width: 290px;
        width: 100%; }
        @media (min-width: 801px) {
          .productView-wrap .productView .productView-details .productView-options .productView-price {
            margin: 0 0 0.5rem; } }
        .productView-wrap .productView .productView-details .productView-options .productView-price .price-section {
          float: none; }
          .productView-wrap .productView .productView-details .productView-options .productView-price .price-section.default-price-withoutTax {
            float: none; }
            .productView-wrap .productView .productView-details .productView-options .productView-price .price-section.default-price-withoutTax .price.price--withoutTax {
              font-size: 32px;
              letter-spacing: 0; }
          .productView-wrap .productView .productView-details .productView-options .productView-price .price-section.rrp-price--withoutTax .price.price--rrp {
            color: #A1A1A1;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 32px;
            font-weight: bold;
            letter-spacing: 0; }
          .productView-wrap .productView .productView-details .productView-options .productView-price .price-section.price-section--saving {
            float: none; }
            .productView-wrap .productView .productView-details .productView-options .productView-price .price-section.price-section--saving:before, .productView-wrap .productView .productView-details .productView-options .productView-price .price-section.price-section--saving:after {
              content: '';
              display: table;
              clear: both;
              width: 100%; }
            .productView-wrap .productView .productView-details .productView-options .productView-price .price-section.price-section--saving .price-saving-label {
              float: left;
              max-width: 150px;
              width: 100%; }
        .productView-wrap .productView .productView-details .productView-options .productView-price.have-sale-price .price-section.default-price-withoutTax {
          float: left;
          max-width: 150px;
          width: 100%; }
      .productView-wrap .productView .productView-details .productView-options .productView-optionsInner {
        border: 0;
        border-radius: 0;
        padding: 0; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .form-field--stock {
          display: none; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments {
          display: block;
          margin: 0 0 1rem;
          width: 100%; }
          @media (min-width: 801px) {
            .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments {
              align-items: center;
              display: flex; } }
          .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment {
            align-items: center;
            display: flex;
            flex-direction: revert;
            justify-content: center; }
            @media (min-width: 801px) {
              .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment {
                justify-content: flex-start; } }
            .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .button {
              align-items: center;
              background: #fff;
              border: 1px solid #1B3D5C;
              border-radius: 50%;
              display: flex;
              flex-direction: column;
              height: 34px;
              justify-content: center;
              margin: 0;
              padding: 0;
              text-align: center;
              width: 34px; }
              .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .button .icon {
                height: 13px;
                width: 13px; }
                .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .button .icon svg {
                  fill: #444;
                  stroke: #444; }
            .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .form-label {
              color: #444;
              display: inline-block;
              font-size: 20px;
              margin: 0 0 0 1rem; }
            .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .form-input {
              border: 0;
              color: #444;
              font-size: 20px;
              display: inline-block;
              height: 20px;
              margin: 0 1rem 0 0;
              pointer-events: none;
              width: 20px; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .free-shipping-box {
          background-color: #F9F4F4;
          border: 1px solid #F27221;
          border-radius: 4px;
          color: #444444;
          display: block;
          margin: 0 0 1rem;
          padding: .8rem 1.1rem;
          max-width: 100%;
          width: 100%; }
          @media (min-width: 551px) {
            .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .free-shipping-box {
              padding: .8rem 1.7rem; } }
          .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .free-shipping-box p {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' %3E%3Cpath d='M7.03003 22C6.48003 22 6.00903 21.804 5.61703 21.412C5.22503 21.02 5.02936 20.5493 5.03003 20C5.03003 19.45 5.22603 18.979 5.61803 18.587C6.01003 18.195 6.4807 17.9993 7.03003 18C7.58003 18 8.05103 18.196 8.44303 18.588C8.83503 18.98 9.0307 19.4507 9.03003 20C9.03003 20.55 8.83403 21.021 8.44203 21.413C8.05003 21.805 7.57936 22.0007 7.03003 22ZM17.03 22C16.48 22 16.009 21.804 15.617 21.412C15.225 21.02 15.0294 20.5493 15.03 20C15.03 19.45 15.226 18.979 15.618 18.587C16.01 18.195 16.4807 17.9993 17.03 18C17.58 18 18.051 18.196 18.443 18.588C18.835 18.98 19.0307 19.4507 19.03 20C19.03 20.55 18.834 21.021 18.442 21.413C18.05 21.805 17.5794 22.0007 17.03 22ZM5.23003 4H19.98C20.3634 4 20.655 4.171 20.855 4.513C21.055 4.855 21.0634 5.20067 20.88 5.55L17.33 11.95C17.1467 12.2833 16.9007 12.5417 16.592 12.725C16.2834 12.9083 15.946 13 15.58 13H8.13003L7.03003 15H19.03V17H7.03003C6.28003 17 5.71336 16.6707 5.33003 16.012C4.9467 15.3533 4.93003 14.6993 5.28003 14.05L6.63003 11.6L3.03003 4H1.03003V2H4.28003L5.23003 4Z' fill='%23EE6200'/%3E%3C/svg%3E");
            background-position: top 6px left;
            background-repeat: no-repeat;
            background-size: 26px;
            line-height: 2.1rem;
            margin: 0;
            padding-left: 30px;
            text-align: left; }
            .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .free-shipping-box p span, .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .free-shipping-box p #NextOrderTime {
              color: #444444;
              font-weight: 700; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .add-to-cart-buttons {
          margin: 0;
          padding: 0;
          width: 100%; }
          .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .add-to-cart-buttons .add-to-cart-wallet-buttons {
            margin-top: 0; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-action {
          display: block;
          float: none;
          max-width: 100%;
          width: 100%; }
          .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-action .button {
            color: #ffffff;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.4rem;
            margin: 0;
            padding: 1rem;
            text-transform: uppercase;
            width: 100%; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .productView-info-sku {
          color: #1C3C5D;
          display: flex;
          font-size: 18px;
          font-weight: 700;
          justify-content: center;
          margin: 1rem 0 0; }
          @media (min-width: 801px) {
            .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .productView-info-sku {
              margin: 0 0 0 2rem;
              justify-content: flex-start; } }
          .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .productView-info-sku span {
            font-weight: normal; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .ProductCallForPrice {
          background-color: #fe720b;
          color: #fff;
          border-radius: 30px;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.4rem;
          margin: 0 0 1rem;
          padding: 1rem;
          width: 100%; }
          .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .ProductCallForPrice span {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.53003 0.5C1.86699 0.5 1.2311 0.763392 0.762262 1.23223C0.293421 1.70107 0.0300293 2.33696 0.0300293 3L0.0300293 5C0.0300293 10.799 4.73103 15.5 10.53 15.5H12.53C13.1931 15.5 13.829 15.2366 14.2978 14.7678C14.7666 14.2989 15.03 13.663 15.03 13V11.618C15.03 11.3393 14.9524 11.0661 14.8058 10.829C14.6591 10.592 14.4494 10.4005 14.2 10.276L11.785 9.068C11.5928 8.97188 11.3821 8.9182 11.1672 8.91061C10.9524 8.90302 10.7385 8.94169 10.5399 9.024C10.3413 9.10632 10.1628 9.23035 10.0163 9.3877C9.86984 9.54505 9.75891 9.73204 9.69103 9.936L9.39303 10.829C9.33819 10.9929 9.22546 11.1311 9.07597 11.2178C8.92649 11.3045 8.75051 11.3338 8.58103 11.3C7.50745 11.0853 6.52142 10.5576 5.74716 9.78352C4.9729 9.00943 4.44502 8.02353 4.23003 6.95C4.19627 6.78052 4.22548 6.60454 4.31219 6.45506C4.3989 6.30557 4.53715 6.19284 4.70103 6.138L5.81003 5.768C6.16842 5.64832 6.46845 5.3978 6.65013 5.0665C6.83182 4.7352 6.88178 4.34754 6.79003 3.981L6.20403 1.637C6.1231 1.31252 5.93606 1.02439 5.67262 0.818382C5.40918 0.612377 5.08445 0.500315 4.75003 0.5H2.53003Z' fill='%23fff'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 28px; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .productView-CallForPrice-sku {
          color: #1c3c5d;
          font-size: 18px;
          font-weight: 700;
          margin: 0 0 2rem 0; }
          .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .productView-CallForPrice-sku span {
            font-weight: 400; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .availability-outStockMsg {
          align-items: center;
          background-color: #fdd;
          border: 1px solid #F27221;
          border-radius: 4px;
          color: #444;
          display: flex;
          font-size: 14px;
          font-weight: 600;
          justify-content: flex-start;
          line-height: 2.1rem;
          margin: 0 0 1rem;
          max-width: 100%;
          padding: 0.8rem 1.7rem;
          text-align: left;
          width: 100%; }
          .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .availability-outStockMsg .icon {
            height: 24px;
            margin-right: 0.4rem;
            width: 24px; }
            .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .availability-outStockMsg .icon svg {
              fill: #ED5E5E; }
        .productView-wrap .productView .productView-details .productView-options .productView-optionsInner .outStock-Wrap .OutStockBtnWrap .OutStockBtn {
          color: #ffffff;
          border-radius: 30px;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.4rem;
          padding: 1rem;
          width: 100%; }
    .productView-wrap .productView .productView-details .pricing-compare-wrap {
      align-items: center;
      display: flex;
      gap: 0.8rem;
      justify-content: center;
      margin: 0 0 1rem;
      flex-direction: column;
      padding: 0; }
      @media (min-width: 801px) {
        .productView-wrap .productView .productView-details .pricing-compare-wrap {
          flex-direction: row; } }
      .productView-wrap .productView .productView-details .pricing-compare-wrap .compare_similar {
        flex: 1;
        width: 100%; }
        @media (min-width: 801px) {
          .productView-wrap .productView .productView-details .pricing-compare-wrap .compare_similar {
            flex: 2;
            width: auto; } }
      .productView-wrap .productView .productView-details .pricing-compare-wrap .request_pricing {
        flex: 1;
        width: 100%; }
        @media (min-width: 801px) {
          .productView-wrap .productView .productView-details .pricing-compare-wrap .request_pricing {
            flex: 3;
            width: auto; } }
      .productView-wrap .productView .productView-details .pricing-compare-wrap a {
        align-items: center;
        background-color: #ffffff;
        color: #1C3C5D;
        border: 1px solid #1C3C5D;
        border-radius: 30px;
        display: flex;
        font-size: 18px;
        font-weight: 700;
        gap: 0.5rem;
        justify-content: center;
        line-height: 1.4rem;
        padding: 1rem 1.8rem;
        text-decoration: none; }
        .productView-wrap .productView .productView-details .pricing-compare-wrap a .icon {
          height: 18px;
          width: 18px; }
          .productView-wrap .productView .productView-details .pricing-compare-wrap a .icon svg {
            fill: #1B3D5C; }
        .productView-wrap .productView .productView-details .pricing-compare-wrap a:hover {
          background-color: #1C3C5D;
          color: #ffffff; }
          .productView-wrap .productView .productView-details .pricing-compare-wrap a:hover .icon svg {
            fill: #ffffff; }

.productView-wrap.NotGps .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li {
  background-image: none;
  padding-left: 0; }

.productView-wrap .productView-aboutProduct-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem; }
  @media (min-width: 801px) {
    .productView-wrap .productView-aboutProduct-wrap {
      flex-direction: row; } }
  .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct {
    flex: 2;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem; }
    @media (min-width: 801px) {
      .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct {
        flex-direction: column; } }
    .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList, .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity, .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-certifications, .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking {
      box-shadow: rgba(0, 0, 0, 0.04) 0 1px 10px 0, rgba(0, 0, 0, 0.03) 0 1px 10px 0, rgba(0, 0, 0, 0.04) 0 2px 12px 0;
      border-radius: 20px;
      padding: 1.6rem; }
      .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList .subtitle_apl, .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity .subtitle_apl, .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-certifications .subtitle_apl, .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking .subtitle_apl {
        color: #1B3D5C;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 1rem; }
    .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList {
      background-color: #ECF0F8;
      height: 100%; }
      .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul {
        list-style: none;
        margin: 0; }
        .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li {
          background-position: top 5px left;
          background-repeat: no-repeat;
          background-size: 26px;
          color: #1B3D5C;
          font-size: 16px;
          letter-spacing: 0.02rem;
          line-height: 2.2rem;
          margin: 0 0 0.6rem;
          padding-left: 40px; }
          .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li:first-child {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30' %3E%3Cpath d='M24.9453 4.7002H27.4453C28.8203 4.7002 29.9453 5.8252 29.9453 7.2002V9.7002C29.9453 10.3877 29.3828 10.9502 28.6953 10.9502C28.0078 10.9502 27.4453 10.3877 27.4453 9.7002V7.2002H24.9453C24.2578 7.2002 23.6953 6.6377 23.6953 5.9502C23.6953 5.2627 24.2578 4.7002 24.9453 4.7002ZM7.44531 9.7002V7.2002H9.94531C10.6328 7.2002 11.1953 6.6377 11.1953 5.9502C11.1953 5.2627 10.6328 4.7002 9.94531 4.7002H7.44531C6.07031 4.7002 4.94531 5.8252 4.94531 7.2002V9.7002C4.94531 10.3877 5.50781 10.9502 6.19531 10.9502C6.88281 10.9502 7.44531 10.3877 7.44531 9.7002ZM27.4453 19.7002V22.2002H24.9453C24.2578 22.2002 23.6953 22.7627 23.6953 23.4502C23.6953 24.1377 24.2578 24.7002 24.9453 24.7002H27.4453C28.8203 24.7002 29.9453 23.5752 29.9453 22.2002V19.7002C29.9453 19.0127 29.3828 18.4502 28.6953 18.4502C28.0078 18.4502 27.4453 19.0127 27.4453 19.7002ZM9.94531 22.2002H7.44531V19.7002C7.44531 19.0127 6.88281 18.4502 6.19531 18.4502C5.50781 18.4502 4.94531 19.0127 4.94531 19.7002V22.2002C4.94531 23.5752 6.07031 24.7002 7.44531 24.7002H9.94531C10.6328 24.7002 11.1953 24.1377 11.1953 23.4502C11.1953 22.7627 10.6328 22.2002 9.94531 22.2002ZM22.4453 9.7002H12.4453C11.0703 9.7002 9.94531 10.8252 9.94531 12.2002V17.2002C9.94531 18.5752 11.0703 19.7002 12.4453 19.7002H22.4453C23.8203 19.7002 24.9453 18.5752 24.9453 17.2002V12.2002C24.9453 10.8252 23.8203 9.7002 22.4453 9.7002Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
          .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li:nth-child(2) {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30' %3E%3Cpath d='M10.3828 18.8877L7.75781 16.2002C8.98698 14.971 10.4299 13.9973 12.0866 13.2789C13.7432 12.5606 15.5295 12.201 17.4453 12.2002C19.362 12.2002 21.1486 12.5648 22.8053 13.2939C24.462 14.0231 25.9045 15.0127 27.1328 16.2627L24.5078 18.8877C23.5911 17.971 22.5286 17.2523 21.3203 16.7314C20.112 16.2106 18.8203 15.9502 17.4453 15.9502C16.0703 15.9502 14.7786 16.2106 13.5703 16.7314C12.362 17.2523 11.2995 17.971 10.3828 18.8877ZM5.07031 13.5752L2.44531 10.9502C4.36198 8.99186 6.60156 7.46061 9.16406 6.35645C11.7266 5.25228 14.487 4.7002 17.4453 4.7002C20.4036 4.7002 23.1641 5.25228 25.7266 6.35645C28.2891 7.46061 30.5286 8.99186 32.4453 10.9502L29.8203 13.5752C28.2161 11.971 26.3566 10.7156 24.2416 9.80895C22.1266 8.90228 19.8611 8.44936 17.4453 8.4502C15.0286 8.4502 12.7628 8.90353 10.6478 9.8102C8.53281 10.7169 6.67365 11.9719 5.07031 13.5752ZM17.4453 25.9502L21.8516 21.5127C21.2891 20.9502 20.6328 20.5073 19.8828 20.1839C19.1328 19.8606 18.3203 19.6994 17.4453 19.7002C16.5703 19.7002 15.7578 19.8619 15.0078 20.1852C14.2578 20.5085 13.6016 20.951 13.0391 21.5127L17.4453 25.9502Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
          .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li:nth-child(3) {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30' %3E%3Cpath d='M21.1205 23.7032C20.9483 24.5509 20.4884 25.3131 19.8186 25.8605C19.1489 26.4079 18.3105 26.707 17.4454 26.707C16.5804 26.707 15.742 26.4079 15.0723 25.8605C14.4025 25.3131 13.9426 24.5509 13.7704 23.7032H21.1205ZM17.4424 2.7002C22.1659 2.7002 26.0585 6.2027 26.4185 10.7327L26.438 11.0672L26.4454 11.4032L26.444 16.8122L27.8749 20.6927L27.9125 20.8202L27.9364 20.9492L27.944 21.0827C27.944 21.5552 27.65 21.9677 27.1609 22.1432L26.99 22.1927L26.819 22.2077H8.07195C7.93931 22.2073 7.80778 22.1834 7.68345 22.1372C7.25295 21.9797 6.96945 21.5792 6.96045 21.0632L6.96645 20.8877L7.01745 20.6927L8.44245 16.8167L8.44545 11.3897L8.45145 11.0522C8.63595 6.37669 12.6019 2.7002 17.4424 2.7002Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
          .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li:nth-child(4) {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30' %3E%3Cpath d='M17.4453 -0.299805C15.6092 -0.299805 13.8483 0.429589 12.55 1.72792C11.2516 3.02625 10.5222 4.78716 10.5222 6.62327C10.5222 10.4471 16.5442 19.9421 16.5442 25.0848H18.3465C18.3465 19.9594 24.3684 10.1356 24.3684 6.62327C24.3684 4.78716 23.639 3.02625 22.3407 1.72792C21.0423 0.429589 19.2814 -0.299805 17.4453 -0.299805ZM17.4453 3.16173C18.3634 3.16173 19.2438 3.52643 19.893 4.17559C20.5422 4.82476 20.9069 5.70521 20.9069 6.62327C20.9069 7.54133 20.5422 8.42179 19.893 9.07095C19.2438 9.72011 18.3634 10.0848 17.4453 10.0848C16.5273 10.0848 15.6468 9.72011 14.9976 9.07095C14.3485 8.42179 13.9838 7.54133 13.9838 6.62327C13.9838 5.70521 14.3485 4.82476 14.9976 4.17559C15.6468 3.52643 16.5273 3.16173 17.4453 3.16173ZM10.3422 19.6398C10.3176 19.6513 10.2933 19.6636 10.2695 19.6767C8.1407 20.0506 6.33608 20.5629 4.96993 21.2633C4.2857 21.6129 3.69608 22.0271 3.23916 22.5244C2.78108 23.0229 2.44531 23.6702 2.44531 24.3994C2.44531 25.4933 3.16993 26.3483 4.03185 26.9598C4.89377 27.5713 5.98185 28.0387 7.31339 28.4379C9.973 29.2363 13.528 29.7002 17.4453 29.7002C21.3626 29.7002 24.9176 29.2363 27.5772 28.4379C28.9076 28.0387 29.9969 27.5725 30.8588 26.9598C31.7207 26.3483 32.4453 25.4933 32.4453 24.3994C32.4453 23.6679 32.1107 22.9871 31.6515 22.4887C31.1922 21.9902 30.6084 21.6129 29.9207 21.2621C28.5476 20.5617 26.7257 20.0494 24.5842 19.6756C24.4336 19.6464 24.2787 19.6475 24.1286 19.6789C23.9784 19.7103 23.8361 19.7713 23.7098 19.8583C23.5835 19.9454 23.4758 20.0567 23.3931 20.1858C23.3104 20.315 23.2542 20.4593 23.2279 20.6104C23.2016 20.7615 23.2057 20.9164 23.2399 21.0659C23.2741 21.2154 23.3378 21.3566 23.4272 21.4812C23.5167 21.6058 23.63 21.7113 23.7607 21.7915C23.8914 21.8718 24.0368 21.9252 24.1884 21.9487C26.1765 22.2948 27.8288 22.7852 28.8753 23.3183C29.3992 23.5837 29.7672 23.8687 29.9576 24.0752C30.148 24.2817 30.1376 24.3637 30.1376 24.3994C30.1376 24.4537 30.0638 24.7029 29.5249 25.0848C28.9861 25.4667 28.0676 25.8856 26.8919 26.2387C24.5415 26.9437 21.1745 27.3925 17.4453 27.3925C13.7161 27.3925 10.3492 26.9437 7.99762 26.2387C6.823 25.8856 5.90454 25.4667 5.36685 25.0848C4.82685 24.7029 4.753 24.4537 4.753 24.3994C4.753 24.3648 4.74493 24.2806 4.933 24.0752C5.12224 23.8698 5.49493 23.5837 6.01531 23.3183C7.05377 22.7863 8.68993 22.296 10.6665 21.9475C10.8202 21.9288 10.9687 21.8797 11.1033 21.803C11.2378 21.7263 11.3557 21.6235 11.4501 21.5007C11.5445 21.3779 11.6134 21.2375 11.6529 21.0877C11.6924 20.938 11.7016 20.7818 11.6801 20.6285C11.6585 20.4751 11.6066 20.3275 11.5274 20.1945C11.4482 20.0614 11.3432 19.9454 11.2186 19.8534C11.0941 19.7613 10.9524 19.695 10.8019 19.6584C10.6515 19.6217 10.4952 19.6154 10.3422 19.6398Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
    .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-certifications {
      order: 2; }
      @media (min-width: 801px) {
        .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-certifications {
          order: unset; } }
      .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-certifications ul {
        align-items: center;
        display: flex;
        justify-content: space-around;
        list-style: none;
        margin: 0;
        gap: 0.5rem; }
    .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul {
      align-items: flex-start;
      display: flex;
      justify-content: space-around;
      list-style: none;
      margin: 0; }
      .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li {
        background: none;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 55px;
        color: #1B3D5C;
        font-size: 12px;
        padding: 60px 10px 0;
        text-align: center;
        max-width: 142px;
        width: 100%; }
        .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li.availability {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 54' %3E%3Cpath d='M13.9453 45C12.0703 45 10.4766 44.3438 9.16406 43.0312C7.85156 41.7188 7.19531 40.125 7.19531 38.25H2.69531V13.5C2.69531 12.2625 3.13631 11.2028 4.01831 10.3208C4.90031 9.43875 5.95931 8.9985 7.19531 9H38.6953V18H45.4453L52.1953 27V38.25H47.6953C47.6953 40.125 47.0391 41.7188 45.7266 43.0312C44.4141 44.3438 42.8203 45 40.9453 45C39.0703 45 37.4766 44.3438 36.1641 43.0312C34.8516 41.7188 34.1953 40.125 34.1953 38.25H20.6953C20.6953 40.125 20.0391 41.7188 18.7266 43.0312C17.4141 44.3438 15.8203 45 13.9453 45ZM13.9453 40.5C14.5828 40.5 15.1176 40.284 15.5496 39.852C15.9816 39.42 16.1968 38.886 16.1953 38.25C16.1953 37.6125 15.9793 37.0778 15.5473 36.6458C15.1153 36.2138 14.5813 35.9985 13.9453 36C13.3078 36 12.7731 36.216 12.3411 36.648C11.9091 37.08 11.6938 37.614 11.6953 38.25C11.6953 38.8875 11.9113 39.4222 12.3433 39.8542C12.7753 40.2862 13.3093 40.5015 13.9453 40.5ZM40.9453 40.5C41.5828 40.5 42.1176 40.284 42.5496 39.852C42.9816 39.42 43.1968 38.886 43.1953 38.25C43.1953 37.6125 42.9793 37.0778 42.5473 36.6458C42.1153 36.2138 41.5813 35.9985 40.9453 36C40.3078 36 39.7731 36.216 39.3411 36.648C38.9091 37.08 38.6938 37.614 38.6953 38.25C38.6953 38.8875 38.9113 39.4222 39.3433 39.8542C39.7753 40.2862 40.3093 40.5015 40.9453 40.5ZM38.6953 29.25H48.2578L43.1953 22.5H38.6953V29.25Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
        .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li.easy-returns {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54' %3E%3Cpath d='M27.4453 35.834L30.537 32.7423L27.0589 29.209H36.2786V24.7923H27.0589L30.537 21.259L27.4453 18.1673L18.612 27.0007L27.4453 35.834ZM11.987 46.8756C10.7724 46.8756 9.73227 46.4428 8.86661 45.5772C8.00094 44.7115 7.56884 43.6721 7.57032 42.459V11.5423C7.57032 10.3277 8.00315 9.28761 8.86882 8.42194C9.73448 7.55628 10.7739 7.12418 11.987 7.12565H21.262C21.7405 5.80065 22.5413 4.73329 23.6646 3.92357C24.788 3.11385 26.0482 2.70898 27.4453 2.70898C28.8439 2.70898 30.1049 3.11385 31.2282 3.92357C32.3515 4.73329 33.1516 5.80065 33.6286 7.12565H42.9036C44.1182 7.12565 45.1584 7.55848 46.024 8.42415C46.8897 9.28982 47.3218 10.3292 47.3203 11.5423V42.459C47.3203 43.6736 46.8875 44.7137 46.0218 45.5794C45.1561 46.445 44.1168 46.8771 42.9036 46.8756H11.987ZM27.4453 9.88607C27.9238 9.88607 28.3191 9.72928 28.6312 9.41569C28.9433 9.10211 29.1001 8.70682 29.1016 8.22982C29.1016 7.75135 28.9448 7.35605 28.6312 7.04394C28.3176 6.73183 27.9223 6.57504 27.4453 6.57357C26.9668 6.57357 26.5716 6.73036 26.2594 7.04394C25.9473 7.35753 25.7905 7.75282 25.7891 8.22982C25.7891 8.70829 25.9459 9.10358 26.2594 9.41569C26.573 9.7278 26.9683 9.8846 27.4453 9.88607Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
        .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li.ship-today, .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li.free-ships-over {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52' %3E%3Cpath d='M11.5703 47.25C10.4016 47.25 9.40069 46.8335 8.56769 46.0005C7.73469 45.1675 7.3189 44.1673 7.32032 43V13.25C7.32032 12.0812 7.73682 11.0804 8.56982 10.2474C9.40282 9.41437 10.403 8.99858 11.5703 9H13.6953V4.75H17.9453V9H34.9453V4.75H39.1953V9H41.3203C42.4891 9 43.4899 9.4165 44.3229 10.2495C45.1559 11.0825 45.5717 12.0827 45.5703 13.25V43C45.5703 44.1687 45.1538 45.1696 44.3208 46.0026C43.4878 46.8356 42.4876 47.2514 41.3203 47.25H11.5703ZM11.5703 43H41.3203V21.75H11.5703V43Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
    .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .cc-productView-tracking {
      display: none !important; }
    .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking {
      align-items: center;
      display: none;
      justify-content: center; }
      @media (min-width: 801px) {
        .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking {
          display: flex; } }
      .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking .track-image-sec {
        width: 80px; }
        .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking .track-image-sec .icon {
          background-color: #13355b;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M88.5,30.8c3.6,0.5,7.8-3.3,9.8,1.9c1.7,4.3-0.1,8.1-4.5,10.6c4.4,12,2.2,24.6,2.6,37.1c0.2,4.2-2,6.4-6.3,6.4c-1.4,0-2.8,0-4.2,0c-5.3-0.1-6.9-1.7-7.2-7c-0.1-1.2-0.2-2.5-0.3-3.9c-18.9,0-37.6,0-56.3,0c-0.2,0.3-0.5,0.5-0.6,0.8C20.6,86.5,19,87.9,9,86.6c-3.1-0.4-5.1-2-5-5.1c0.5-12.8-1.9-25.7,2.3-38.1c-4.6-2.9-6.1-6.4-4.7-10.5c1-2.9,2.8-3.2,9.9-1.9c1.4-3.4,3-7,4.4-10.5c2.1-5,5.5-7.5,11.2-7.5c15.3,0.2,30.7,0.2,46,0c5.5-0.1,8.9,2.4,10.9,7.2C85.6,23.7,87.1,27.3,88.5,30.8zM49.8,43.1c10.2,0,20.3,0,30.5,0c4.5,0,5.1-0.9,3.5-5c-2.1-5.2-4.3-10.4-6.4-15.6c-1.4-3.5-3.8-5.2-7.5-5.2c-13.1,0-26.3,0-39.4,0c-3.9,0-6.4,1.8-7.8,5.5c-1.9,5-4,9.8-6,14.8c-1.9,4.9-1.4,5.6,4,5.6C30.4,43.1,40.1,43.1,49.8,43.1z M22.7,64.9c1.9,0,3.8-0.1,5.6,0c3.6,0.3,4.2-1.7,4-4.6c-0.2-2.6,1-6-3.7-5.8c-3.6,0.1-7.2-0.1-10.8,0.1c-1.2,0.1-2.9,0.7-3.4,1.6c-2.5,4.8,0.1,8.7,5.5,8.7C20.9,64.9,21.8,64.9,22.7,64.9z M76.8,64.9c1.6,0,3.1-0.2,4.7,0c4.1,0.5,4.5-1.8,4.5-5.1c0-3.5-0.4-5.8-4.8-5.4c-2.9,0.3-5.9,0.2-8.9,0c-3.3-0.2-4.8,0.9-4.8,4.5c0.1,5.8,0.1,6,5.9,6C74.6,64.9,75.7,64.9,76.8,64.9z'/%3E%3C/svg%3E");
          background-size: 52px;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 50%;
          height: 80px;
          padding: 14px;
          width: 80px; }
          .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking .track-image-sec .icon svg {
            fill: #fff; }
      .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking .track-content-sec {
        padding-left: 10px; }
        .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking .track-content-sec p {
          color: #1b3d5c;
          font-size: 20px;
          font-weight: 600;
          margin-bottom: 5px; }
        .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking .track-content-sec a {
          background-color: #ee6200;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' fill='%23ffffff'%3E%3Cpath d='M9.20033 16.5451L15.8697 9.87571C15.9912 9.74885 16.0864 9.59926 16.1498 9.43553C16.2832 9.11078 16.2832 8.74653 16.1498 8.42178C16.0864 8.25804 15.9912 8.10846 15.8697 7.9816L9.20033 1.3122C9.07596 1.18784 8.92831 1.08918 8.76582 1.02187C8.60332 0.954565 8.42916 0.919922 8.25327 0.919922C7.89806 0.919922 7.55739 1.06103 7.30622 1.3122C7.05505 1.56338 6.91394 1.90404 6.91394 2.25926C6.91394 2.61447 7.05505 2.95514 7.30622 3.20631L11.708 7.59477L1.58388 7.59477C1.23011 7.59477 0.890833 7.73531 0.640682 7.98546C0.390531 8.23561 0.249999 8.57489 0.249999 8.92865C0.249999 9.28242 0.390531 9.6217 0.640682 9.87185C0.890832 10.122 1.23011 10.2625 1.58388 10.2625L11.708 10.2625L7.30622 14.651C7.1812 14.775 7.08196 14.9225 7.01424 15.0851C6.94652 15.2476 6.91166 15.422 6.91166 15.598C6.91166 15.7741 6.94652 15.9485 7.01424 16.111C7.08196 16.2736 7.1812 16.4211 7.30622 16.5451C7.43022 16.6701 7.57775 16.7694 7.74029 16.8371C7.90284 16.9048 8.07718 16.9397 8.25327 16.9397C8.42936 16.9397 8.60371 16.9048 8.76625 16.8371C8.9288 16.7694 9.07633 16.6701 9.20033 16.5451Z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center right 10px;
          background-size: 14px;
          border-radius: 50px;
          color: #fff;
          display: inline-block;
          padding: 3px 30px 3px 10px;
          text-decoration: none; }
          .productView-wrap .productView-aboutProduct-wrap .productView-aboutProduct .productView-tracking .track-content-sec a:hover {
            background-color: #D65800; }

.productView-wrap.prepaidGPS-productview .form-field-plan-choice p {
  margin-bottom: 0; }

.productView-wrap.prepaidGPS-productview .productView-options .form-field {
  margin-bottom: 1rem; }

.productView-wrap.prepaidGPS-productview .productView-details .pricing-compare-wrap {
  display: none; }

.productView-wrap.prepaidGPS-productview .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul {
  list-style: inside; }
  .productView-wrap.prepaidGPS-productview .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li {
    padding-left: 0;
    background-image: none !important; }

.productView-wrap.prepaidGPS-productview .amount-time.increments-for-prepaid-item {
  display: none !important; }

.productView-wrap.prepaidGPS-productview .bill-plan-detail.for-prepaid-item .PlanTitle {
  display: none !important; }

.productView-wrap.prepaidGPS-productview .servicec-detail {
  display: none !important; }

.productView-wrap.NotGps .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul {
  list-style: inside; }
  .productView-wrap.NotGps .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li {
    padding-left: 0;
    background-image: none !important; }

.productView-wrap .productView-description {
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.04) 0 1px 50px 0, rgba(0, 0, 0, 0.03) 0 1px 20px 0, rgba(0, 0, 0, 0.04) 0 2px 25px 0;
  margin: 3rem 0;
  padding: 0; }
  @media (min-width: 551px) {
    .productView-wrap .productView-description {
      padding: 2rem; } }
  @media (min-width: 801px) {
    .productView-wrap .productView-description {
      padding: 2rem; } }
  .productView-wrap .productView-description .tabs {
    border: 0;
    display: none; }
    @media (min-width: 1025px) {
      .productView-wrap .productView-description .tabs {
        display: block;
        text-align: center; } }
    .productView-wrap .productView-description .tabs .tab {
      border: 0;
      margin-right: 2rem;
      float: none;
      display: inline-block; }
      .productView-wrap .productView-description .tabs .tab:last-child {
        margin-right: 0; }
      .productView-wrap .productView-description .tabs .tab .tab-title {
        color: #444444;
        font-weight: 700;
        padding: 0.78571rem 0; }
        .productView-wrap .productView-description .tabs .tab .tab-title .icon svg {
          fill: #444444; }
      .productView-wrap .productView-description .tabs .tab.is-active .tab-title {
        color: #fe720b;
        border-bottom: 2px solid #fe720b; }
        .productView-wrap .productView-description .tabs .tab.is-active .tab-title .icon svg {
          fill: #fe720b; }
  .productView-wrap .productView-description .tabs-contents .container {
    width: 100%; }
  .productView-wrap .productView-description .tabs-contents p {
    font-size: 16px; }
  .productView-wrap .productView-description .tabs-contents .accordion-title {
    background: #fff;
    border: 0;
    font-family: Arial,Arial,Helvetica,sans-serif;
    padding: 1.2rem 1rem;
    position: relative; }
    .productView-wrap .productView-description .tabs-contents .accordion-title:after {
      content: '';
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 10' %3E%3Cpath d='M15.0002 2L8.50024 8L2.00024 2' stroke='%23444444' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      width: 15px;
      height: 15px;
      display: block;
      background-repeat: no-repeat;
      position: absolute;
      right: 2rem;
      top: 40%; }
    @media (min-width: 801px) {
      .productView-wrap .productView-description .tabs-contents .accordion-title {
        display: none; } }
    .productView-wrap .productView-description .tabs-contents .accordion-title .TabHeadingtxt {
      color: #444444;
      font-size: 16px;
      font-weight: 700; }
    .productView-wrap .productView-description .tabs-contents .accordion-title .icon.icon-chevron-down {
      display: none; }
    .productView-wrap .productView-description .tabs-contents .accordion-title .icon svg {
      fill: #444444; }
    .productView-wrap .productView-description .tabs-contents .accordion-title + .tab-content {
      padding: 2rem; }
    .productView-wrap .productView-description .tabs-contents .accordion-title.is-active {
      background: transparent; }
      .productView-wrap .productView-description .tabs-contents .accordion-title.is-active:after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 10' %3E%3Cpath d='M15.0002 2L8.50024 8L2.00024 2' stroke='%23fe720b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        top: 30%;
        transform: rotate(180deg); }
      .productView-wrap .productView-description .tabs-contents .accordion-title.is-active .TabHeadingtxt {
        color: #fe720b; }
      .productView-wrap .productView-description .tabs-contents .accordion-title.is-active .icon svg {
        fill: #fe720b; }
  @media (min-width: 801px) {
    .productView-wrap .productView-description .tabs-contents #tab-warranty {
      padding-left: 0;
      padding-right: 0; } }
  .productView-wrap .productView-description .tabs-contents #tab-description {
    margin-top: 3rem;
    padding: 0 2rem; }
    @media (min-width: 551px) {
      .productView-wrap .productView-description .tabs-contents #tab-description {
        padding: 0; } }
    .productView-wrap .productView-description .tabs-contents #tab-description .description-banner {
      padding: 3rem;
      border-radius: 8px;
      margin-bottom: 30px;
      background-size: cover;
      background-position: center;
      background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/gps-description-mobile-banner.png?t=1704187784"); }
      @media (min-width: 801px) {
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner {
          padding: 4.5rem 3rem;
          background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/gps-description-banner.png?t=1704175442"); } }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt {
        padding: 0;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        background-image: none; }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt {
            padding: 4.5rem 3rem;
            background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/volt-description-banner.jpg?t=1737538569"); } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt.volt--livewire {
          background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/livewire-pro-gps-vehicle-tracker.png?t=1749814408"); }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt.volt--livewire:after {
            display: none; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt img {
          border-radius: 10px; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .desc-banner {
          display: block;
          min-height: 180px;
          border-radius: 10px;
          object-fit: cover;
          object-position: center center; }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .desc-banner {
              display: none; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .description-banner--content {
          position: relative;
          z-index: 1;
          margin: 0 auto;
          max-width: 800px;
          padding: 20px 0 0; }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .description-banner--content {
              padding: 0; } }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .description-banner--content h2, .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .description-banner--content .title {
            color: #444444;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 29px;
            margin: 0 0 1.5rem;
            text-align: center;
            font-family: "Roboto", sans-serif; }
            @media (min-width: 801px) {
              .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .description-banner--content h2, .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .description-banner--content .title {
                font-size: 30px;
                color: #ECF0F8;
                line-height: 2.9rem; } }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .description-banner--content p {
            margin: 0;
            color: #444444;
            text-align: center; }
            @media (min-width: 801px) {
              .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt .description-banner--content p {
                color: #fff; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt:after {
          content: "";
          position: absolute;
          display: none;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4); }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt:after {
              display: block; } }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--sparknano {
            background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/nano7fitting.jpg?t=1747206446"); } }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--VTDualView {
            background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/protect-your-business.jpg?t=1738128452"); } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--VTDualView .desc-banner {
          object-position: right; }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--ObdGps {
            background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/batteries.png?t=1742464196"); } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--ObdGps .desc-banner {
          object-position: right; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--ObdGps .description-banner--content {
          max-width: 100%; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--ObdGps .description-banner--content h2, .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--ObdGps .description-banner--content p {
            text-align: center; }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--odeyssey {
            padding: 6rem 3rem;
            background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/longlifebattery.jpg?t=1746084305"); } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--odeyssey .desc-banner {
          object-position: right; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--odeyssey .description-banner--content {
          max-width: 100%; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--odeyssey .description-banner--content h2, .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--odeyssey .description-banner--content p {
            text-align: center; }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--SparkNanoFXB {
            background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/bg-sparknanofxb.png?t=1741864607"); } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--SparkNanoFXB img {
          width: 100%; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--SparkNanoFXB .desc-banner {
          object-position: right; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--SparkNanoFXB .description-banner--content {
          max-width: 100%; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--SparkNanoFXB .description-banner--content h2, .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--SparkNanoFXB .description-banner--content p {
            color: #444444;
            text-align: center; }
            @media (min-width: 801px) {
              .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--SparkNanoFXB .description-banner--content h2, .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.volt--SparkNanoFXB .description-banner--content p {
                color: #fff; } }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-banner--content {
        position: relative;
        max-width: 450px;
        z-index: 1; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner--content h2 {
          color: #ECF0F8;
          font-family: "Roboto", sans-serif;
          font-size: 30px;
          font-style: normal;
          font-weight: 700;
          line-height: 2.9rem;
          margin: 0 0 1.5rem; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner--content p {
          color: #fff;
          margin: 0; }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.livewire {
        position: relative;
        background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/livewiregps-desc-banner-mbl.jpg?t=1733384680"); }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.livewire {
            background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/livewiregps-desc-banner.jpg?t=1733383995"); } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.livewire:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.1); }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.eongps {
        position: relative;
        background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/eonxray.png?t=1748512709") !important; }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.viztrack-roadview {
        padding: 4rem;
        text-align: center; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.viztrack-roadview .description-banner--content {
          margin: 0 auto;
          max-width: 800px; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-banner.viztrack-roadview .description-banner--content h2 {
            margin: 0 0 0.5rem; }
    .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 4rem 0 2rem;
      justify-content: space-around; }
      .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features.viztrack-roadview {
        max-width: 700px;
        margin: 4rem auto 2rem; }
      .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list {
        display: flex;
        width: 142px;
        margin: 0 0 2rem;
        text-align: center;
        justify-content: center; }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list .feature-list--content {
          display: block;
          width: 100%; }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list p {
          margin: 0;
          color: #1b3d5c;
          font-size: 16px;
          font-weight: 700;
          padding-top: 7rem;
          line-height: 1.4rem;
          background-size: 80px;
          text-transform: capitalize;
          background-repeat: no-repeat;
          background-position: center top; }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-desktop h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-desktop p {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M54.9306 23.812H27.7556C26.4944 23.812 25.2847 24.313 24.3929 25.2049C23.501 26.0968 23 27.3064 23 28.5676V46.9108C23 48.172 23.501 49.3816 24.3929 50.2735C25.2847 51.1653 26.4944 51.6664 27.7556 51.6664H39.305V53.7045H35.9081C35.3676 53.7045 34.8492 53.9192 34.467 54.3015C34.0847 54.6837 33.87 55.2021 33.87 55.7426C33.87 56.2832 34.0847 56.8016 34.467 57.1838C34.8492 57.566 35.3676 57.7808 35.9081 57.7808H46.7781C47.3187 57.7808 47.8371 57.566 48.2193 57.1838C48.6015 56.8016 48.8162 56.2832 48.8162 55.7426C48.8162 55.2021 48.6015 54.6837 48.2193 54.3015C47.8371 53.9192 47.3187 53.7045 46.7781 53.7045H43.3813V51.6664H54.9306C55.5551 51.6664 56.1735 51.5434 56.7505 51.3044C57.3275 51.0654 57.8518 50.7151 58.2934 50.2735C58.735 49.8319 59.0853 49.3076 59.3242 48.7307C59.5632 48.1537 59.6862 47.5353 59.6862 46.9108V28.5676C59.6862 27.9431 59.5632 27.3247 59.3242 26.7477C59.0853 26.1708 58.735 25.6465 58.2934 25.2049C57.8518 24.7633 57.3275 24.413 56.7505 24.174C56.1735 23.935 55.5551 23.812 54.9306 23.812ZM27.7556 27.8883H54.9306C55.1108 27.8883 55.2836 27.9598 55.411 28.0872C55.5384 28.2147 55.61 28.3875 55.61 28.5676V40.7964H27.0763V28.5676C27.0763 28.3875 27.1478 28.2147 27.2752 28.0872C27.4026 27.9598 27.5754 27.8883 27.7556 27.8883ZM54.9306 47.5901H27.7556C27.5754 47.5901 27.4026 47.5186 27.2752 47.3912C27.1478 47.2637 27.0763 47.0909 27.0763 46.9108V44.8726H55.61V46.9108C55.61 47.0909 55.5384 47.2637 55.411 47.3912C55.2836 47.5186 55.1108 47.5901 54.9306 47.5901Z' fill='white'/%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-support h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-support p {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M38.5156 59.5V55.3333H55.1823V40.5417C55.1823 36.4792 53.767 33.0326 50.9365 30.2021C48.1059 27.3715 44.6601 25.9569 40.599 25.9583C36.5365 25.9583 33.0899 27.3736 30.2594 30.2042C27.4288 33.0347 26.0142 36.4806 26.0156 40.5417V53.25H19.7656V41.3229H21.849L22.0052 38.5625C22.283 36.2014 22.9691 34.0139 24.0635 32C25.158 29.9861 26.5295 28.2326 28.1781 26.7396C29.8253 25.2465 31.7163 24.0833 33.851 23.25C35.9858 22.4167 38.2351 22 40.599 22C42.9601 22 45.1997 22.4167 47.3177 23.25C49.4358 24.0833 51.3281 25.2382 52.9948 26.7146C54.6615 28.1896 56.033 29.934 57.1094 31.9479C58.1858 33.9618 58.8802 36.1493 59.1927 38.5104L59.349 41.3229H61.4323V53.25H59.349V59.5H38.5156ZM34.349 44.9167C33.7587 44.9167 33.2635 44.7167 32.8635 44.3167C32.4635 43.9167 32.2642 43.4222 32.2656 42.8333C32.2656 42.2431 32.4656 41.7479 32.8656 41.3479C33.2656 40.9479 33.7601 40.7486 34.349 40.75C34.9392 40.75 35.4344 40.95 35.8344 41.35C36.2344 41.75 36.4337 42.2444 36.4323 42.8333C36.4323 43.4236 36.2323 43.9187 35.8323 44.3188C35.4323 44.7188 34.9378 44.9181 34.349 44.9167ZM46.849 44.9167C46.2587 44.9167 45.7635 44.7167 45.3635 44.3167C44.9635 43.9167 44.7642 43.4222 44.7656 42.8333C44.7656 42.2431 44.9656 41.7479 45.3656 41.3479C45.7656 40.9479 46.2601 40.7486 46.849 40.75C47.4392 40.75 47.9344 40.95 48.3344 41.35C48.7344 41.75 48.9337 42.2444 48.9323 42.8333C48.9323 43.4236 48.7323 43.9187 48.3323 44.3188C47.9323 44.7188 47.4378 44.9181 46.849 44.9167ZM28.151 41.6875C27.908 38.0069 29.0191 34.8472 31.4844 32.2083C33.9497 29.5694 37.0226 28.25 40.7031 28.25C43.7934 28.25 46.5108 29.2306 48.8552 31.1917C51.1997 33.1528 52.6142 35.6618 53.099 38.7187C49.9392 38.684 47.0309 37.8333 44.374 36.1667C41.717 34.5 39.6774 32.2431 38.2552 29.3958C37.6997 32.1736 36.5274 34.6479 34.7385 36.8187C32.9497 38.9896 30.7524 40.6125 28.151 41.6875Z' fill='white'/%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-warranty h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-warranty p {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Cg%3E%3Cpath fill='%231B3D5C' d='M40.5,1C62.5,1,80.1,18.7,80,40.8C80,62.5,62.1,80.1,40.3,80C19,80,0.9,62.7,1,40.5C1,18.6,18.7,0.9,40.5,1zM40.8,57.7c0.6,0,1.1,0,1.7,0c4.1,0,8.3,0,12.4,0c1,0,2-0.2,2.7-1c0.7-0.8,0.9-1.7,0.9-2.7c0-7.1-0.1-14.1,0-21.2c0-2.5-1.8-3.8-3.8-3.8c-4.1,0.1-8.2,0-12.3,0c-0.6,0-1-0.2-1.3-0.6c-1-1.2-2-2.4-2.9-3.6c-0.5-0.6-1.1-0.9-1.9-0.9c-3.1,0-6.2,0-9.2,0c-2.5,0-3.8,1.3-3.8,3.8c0,8.7,0,17.4,0,26.1c0,2.5,1.3,3.8,3.8,3.8C31.5,57.7,36.1,57.7,40.8,57.7z'/%3E%3Cpath fill='%23fff' d='M40.8,57.7c-4.6,0-9.3,0-13.9,0c-2.5,0-3.8-1.3-3.8-3.8c0-8.7,0-17.4,0-26.1c0-2.5,1.3-3.8,3.8-3.8c3.1,0,6.2,0,9.2,0c0.8,0,1.4,0.2,1.9,0.9c1,1.2,2,2.4,2.9,3.6c0.4,0.5,0.7,0.6,1.3,0.6c4.1,0,8.2,0,12.3,0c2,0,3.8,1.3,3.8,3.8c-0.1,7.1,0,14.1,0,21.2c0,1-0.2,2-0.9,2.7c-0.7,0.8-1.6,1-2.7,1c-4.1,0-8.3,0-12.4,0C41.9,57.7,41.3,57.7,40.8,57.7z M34,40.1c0.3,4.6,2.3,7.9,5.6,10.4c0.7,0.5,1.4,0.5,2.1,0c3.1-2.3,5-5.2,5.5-9.1c0.3-2.3,0-2.9-2.1-3.9c-1.2-0.6-2.6-1-3.9-1.5c-0.3-0.1-0.6-0.1-0.8,0c-1.7,0.7-3.4,1.4-5.1,2.2C34.4,38.6,33.9,39.4,34,40.1z'/%3E%3Cpath fill='%231B3D5C' d='M34,40.1c-0.2-0.7,0.4-1.5,1.3-2c1.7-0.8,3.4-1.5,5.1-2.2c0.2-0.1,0.6,0,0.8,0c1.3,0.5,2.6,0.9,3.9,1.5c2.1,1,2.4,1.6,2.1,3.9c-0.5,3.9-2.4,6.8-5.5,9.1c-0.7,0.5-1.4,0.5-2.1,0C36.3,48,34.4,44.7,34,40.1z'/%3E%3C/g%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-speedAlerts h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-speedAlerts p {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M43.3172 25.8317C43.0603 25.2554 42.6539 24.7584 42.1401 24.3924C41.6262 24.0263 41.0237 23.8045 40.3952 23.75C39.77 23.8078 39.1715 24.0311 38.6613 24.3969C38.1511 24.7628 37.7476 25.2581 37.4923 25.8317L21.9849 52.6833C20.3806 55.4525 21.6984 57.7251 24.8877 57.7251H55.9027C59.092 57.7251 60.4098 55.4525 58.8055 52.6833L43.3172 25.8317ZM42.305 51.9957H38.4854V48.1762H42.305V51.9957ZM42.305 44.3566H38.4854V32.8979H42.305V44.3566Z' fill='white'/%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-geofence h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-geofence p {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M40.1504 20.75C37.7022 20.75 35.3544 21.7225 33.6233 23.4536C31.8921 25.1847 30.9196 27.5326 30.9196 29.9808C30.9196 35.0792 38.9489 47.7392 38.9489 54.5962H41.3519C41.3519 47.7623 49.3812 34.6638 49.3812 29.9808C49.3812 27.5326 48.4086 25.1847 46.6775 23.4536C44.9464 21.7225 42.5985 20.75 40.1504 20.75ZM40.1504 25.3654C41.3745 25.3654 42.5484 25.8516 43.414 26.7172C44.2795 27.5828 44.7658 28.7567 44.7658 29.9808C44.7658 31.2048 44.2795 32.3788 43.414 33.2443C42.5484 34.1099 41.3745 34.5962 40.1504 34.5962C38.9263 34.5962 37.7524 34.1099 36.8868 33.2443C36.0213 32.3788 35.535 31.2048 35.535 29.9808C35.535 28.7567 36.0213 27.5828 36.8868 26.7172C37.7524 25.8516 38.9263 25.3654 40.1504 25.3654ZM30.6796 47.3362C30.6467 47.3514 30.6144 47.3678 30.5827 47.3854C27.7442 47.8838 25.3381 48.5669 23.5165 49.5008C22.6042 49.9669 21.8181 50.5192 21.2089 51.1823C20.5981 51.8469 20.1504 52.71 20.1504 53.6823C20.1504 55.1408 21.1165 56.2808 22.2658 57.0962C23.415 57.9115 24.8658 58.5346 26.6412 59.0669C30.1873 60.1315 34.9273 60.75 40.1504 60.75C45.3735 60.75 50.1135 60.1315 53.6596 59.0669C55.4335 58.5346 56.8858 57.9131 58.035 57.0962C59.1842 56.2808 60.1504 55.1408 60.1504 53.6823C60.1504 52.7069 59.7042 51.7992 59.0919 51.1346C58.4796 50.47 57.7012 49.9669 56.7842 49.4992C54.9535 48.5654 52.5242 47.8823 49.6689 47.3838C49.4681 47.3449 49.2616 47.3464 49.0614 47.3883C48.8612 47.4301 48.6714 47.5114 48.503 47.6275C48.3347 47.7436 48.1911 47.892 48.0808 48.0642C47.9704 48.2364 47.8956 48.4288 47.8605 48.6303C47.8254 48.8318 47.8308 49.0382 47.8765 49.2376C47.9221 49.4369 48.007 49.6251 48.1263 49.7913C48.2455 49.9574 48.3967 50.0981 48.571 50.2051C48.7452 50.3122 48.9391 50.3834 49.1412 50.4146C51.7919 50.8762 53.995 51.53 55.3904 52.2408C56.0889 52.5946 56.5796 52.9746 56.8335 53.25C57.0873 53.5254 57.0735 53.6346 57.0735 53.6823C57.0735 53.7546 56.975 54.0869 56.2565 54.5962C55.5381 55.1054 54.3135 55.6638 52.7458 56.1346C49.6119 57.0746 45.1227 57.6731 40.1504 57.6731C35.1781 57.6731 30.6889 57.0746 27.5535 56.1346C25.9873 55.6638 24.7627 55.1054 24.0458 54.5962C23.3258 54.0869 23.2273 53.7546 23.2273 53.6823C23.2273 53.6362 23.2165 53.5238 23.4673 53.25C23.7196 52.9762 24.2165 52.5946 24.9104 52.2408C26.295 51.5315 28.4765 50.8777 31.1119 50.4131C31.3169 50.3882 31.5149 50.3227 31.6943 50.2204C31.8737 50.1181 32.0309 49.9811 32.1568 49.8173C32.2826 49.6536 32.3745 49.4664 32.4272 49.2667C32.4798 49.067 32.4921 48.8589 32.4634 48.6544C32.4347 48.4499 32.3655 48.2531 32.2598 48.0757C32.1542 47.8983 32.0142 47.7436 31.8482 47.6209C31.6821 47.4982 31.4932 47.4098 31.2926 47.3609C31.0919 47.312 30.8835 47.3036 30.6796 47.3362Z' fill='white'/%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-ignition-cut-off h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-ignition-cut-off p {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Cg%3E%3Cpath fill='%231B3D5C' d='M42.5,80.5c-1.3,0-2.7,0-4,0c-0.2,0-0.4-0.1-0.6-0.1c-1.8-0.2-3.7-0.4-5.5-0.7C10.7,75.2-3.2,54,1.3,32.4c4.3-20.7,24.1-34.6,45-31.5c10.1,1.5,18.5,6.3,25,14.1c4.9,5.9,7.8,12.6,8.8,20.2c0.2,1.1,0.3,2.3,0.4,3.4c0,1.2,0,2.5,0,3.7c-0.1,1.1-0.2,2.3-0.4,3.4c-1.1,8.2-4.4,15.5-10,21.6c-6.5,7.2-14.7,11.4-24.3,12.8C44.7,80.3,43.6,80.4,42.5,80.5z M51.3,20.4c0.1,0,0.1,0.1,0.2,0.1c3.7,3,5.7,6.8,5.8,11.6c0.1,2.8,0,5.6,0,8.5c0,0.2,0,0.5,0,0.7c0.6,0,1.1,0,1.6,0c0-1,0-2,0-3c0-2.7,0.1-5.4-0.2-8.1c-1.1-10-10.7-15.6-18.8-14.1c-4.9,0.9-8.7,3.5-11.4,7.7c-2.1,3.4-2.6,7.2-2.2,11.1c0.5,0,1,0,1.6,0c0-2.4-0.1-4.7,0.6-7c0.7-2.3,2.5-5.2,3.6-5.9c-3,6.6,0.6,12.3,4.4,14.5c4.5,2.6,10.1,1.8,13.7-1.9C53.9,30.9,54.5,25,51.3,20.4zM35.1,55.6c0-2.6,0-5.1,0-7.6c0-0.1-0.4-0.4-0.5-0.4c-4.9,0-9.9,0-14.8,0c-0.5,0-0.6,0.2-0.6,0.6c0,2.2,0,4.4,0,6.7c0,0.2,0,0.4,0,0.7C24.5,55.6,29.8,55.6,35.1,55.6z M27.1,42.9c-2.5,0-5.1,0-7.6,0c-2,0-2,0-2,2.1c0,0.8,0.3,1.2,1.2,1.2c5.6,0,11.3,0,16.9,0c0.8,0,1-0.3,1.1-1c0-0.4,0-0.7,0-1.1c0-0.9-0.2-1.1-1.2-1.1C32.7,42.9,29.9,42.9,27.1,42.9z M57.3,52.4c-1,0-1.9,0-2.8,0c-0.4,0-0.4,0.3-0.4,0.6c0,1.2,0,2.5,0,3.7c0,0.7,0,1.4,0,2.1c1.1,0,2.1,0,3.2,0c0-0.5,0-1,0.1-1.5c0.5,0,1,0,1.5,0c0,0.5,0,1,0,1.5c1.1,0,2.1,0,3.2,0c0-2.1,0-4.2,0-6.3c-1.1,0-2.1,0-3.2,0c0,1.1,0,2.1,0,3.1c-0.5,0-1,0-1.5,0C57.3,54.5,57.3,53.5,57.3,52.4z M24,41.2c2.2,0,4.3,0,6.3,0c0-1.6,0-3.2,0-4.7c-2.1,0-4.2,0-6.3,0C24,38.1,24,39.7,24,41.2zM54.9,47.6c2.2,0,4.2,0,6.3,0c0-1.6,0-3.2,0-4.7c-2.1,0-4.2,0-6.3,0C54.9,44.5,54.9,46,54.9,47.6z M34.6,57.2c-5,0-9.9,0-14.9,0c0.2,0.4,0.4,0.8,0.6,1.2c0.1,0.2,0.4,0.4,0.6,0.4c4.2,0,8.3,0,12.5,0c0.2,0,0.5-0.1,0.6-0.2C34.2,58.1,34.4,57.7,34.6,57.2zM63.2,50.8c0,0,0.1-0.1,0.1-0.1c-0.4-0.4-0.8-0.8-1.2-1.1c-0.2-0.2-0.6-0.3-0.9-0.4c-2.1,0-4.2,0-6.3,0c-0.2,0-0.5,0-0.6,0.1c-0.5,0.4-1,0.9-1.5,1.3c0,0.1,0.1,0.1,0.1,0.2C56.4,50.8,59.8,50.8,63.2,50.8z M55.7,63.5c1.6,0,3.2,0,4.7,0c0-1.1,0-2.1,0-3.1c-1.6,0-3.1,0-4.7,0C55.7,61.4,55.7,62.4,55.7,63.5z M24.7,60.4c-1.1,0-2.1,0-3.2,0c0,1.3,0,2.6,0,4c1.1,0,2.1,0,3.2,0C24.7,63,24.7,61.7,24.7,60.4z M32.7,60.4c-1.1,0-2.1,0-3.1,0c0,1.3,0,2.7,0,4c1.1,0,2.1,0,3.1,0C32.7,63,32.7,61.7,32.7,60.4z'/%3E%3Cpath fill='%23FFFFFF' d='M51.3,20.4c3.2,4.6,2.6,10.6-1,14.3c-3.6,3.7-9.2,4.5-13.7,1.9c-3.8-2.2-7.3-7.9-4.4-14.5c-1.1,0.6-2.9,3.5-3.6,5.9c-0.7,2.3-0.6,4.6-0.6,7c-0.6,0-1.1,0-1.6,0c-0.3-3.9,0.1-7.7,2.2-11.1c2.6-4.3,6.4-6.8,11.4-7.7c8-1.5,17.6,4.1,18.8,14.1c0.3,2.7,0.1,5.4,0.2,8.1c0,1,0,2,0,3c-0.5,0-1,0-1.6,0c0-0.2,0-0.5,0-0.7c0-2.8,0-5.6,0-8.5c-0.1-4.8-2-8.6-5.8-11.6C51.5,20.5,51.4,20.4,51.3,20.4z M42.3,17.5c-5.5,0.1-9.6,4.3-9.5,9.8c0.1,5.1,4.5,9.2,9.8,9.2c5.2-0.1,9.3-4.5,9.2-9.8C51.6,21.6,47.3,17.4,42.3,17.5z'/%3E%3Cpath fill='%23FFFFFF' d='M35.1,55.6c-5.4,0-10.6,0-15.9,0c0-0.3,0-0.5,0-0.7c0-2.2,0-4.4,0-6.7c0-0.5,0.1-0.6,0.6-0.6c4.9,0,9.9,0,14.8,0c0.2,0,0.5,0.2,0.5,0.4C35.1,50.5,35.1,53,35.1,55.6z M20.9,49.3c0,0.5,0,0.9,0,1.4c0.5,0,1,0,1.4,0c0-0.5,0-0.9,0-1.4C21.8,49.3,21.3,49.3,20.9,49.3z M25.5,50.7c0-0.5,0-0.9,0-1.4c-0.5,0-1,0-1.5,0c0,0.5,0,0.9,0,1.4C24.5,50.7,25,50.7,25.5,50.7z M28.7,49.3c-0.5,0-1,0-1.5,0c0,0.5,0,1,0,1.4c0.5,0,1,0,1.5,0C28.7,50.3,28.7,49.8,28.7,49.3z'/%3E%3Cpath fill='%23FFFFFF' d='M27.1,42.9c2.8,0,5.6,0,8.4,0c0.9,0,1.1,0.2,1.2,1.1c0,0.4,0,0.7,0,1.1c0,0.8-0.3,1-1.1,1c-5.6,0-11.3,0-16.9,0c-0.8,0-1.1-0.3-1.2-1.2c0-2.1,0-2.1,2-2.1C22.1,42.9,24.6,42.9,27.1,42.9z'/%3E%3Cpath fill='%23FFFFFF' d='M57.3,52.4c0,1.1,0,2.1,0,3.1c0.5,0,1,0,1.5,0c0-1,0-2,0-3.1c1.1,0,2.1,0,3.2,0c0,2.1,0,4.2,0,6.3c-1,0-2.1,0-3.2,0c0-0.5,0-1,0-1.5c-0.5,0-1,0-1.5,0c0,0.5,0,1-0.1,1.5c-1.1,0-2.1,0-3.2,0c0-0.7,0-1.4,0-2.1c0-1.2,0-2.5,0-3.7c0-0.3,0-0.6,0.4-0.6C55.4,52.4,56.3,52.4,57.3,52.4z'/%3E%3Cpath fill='%23FFFFFF' d='M24,41.2c0-1.6,0-3.1,0-4.7c2.1,0,4.2,0,6.3,0c0,1.6,0,3.1,0,4.7C28.2,41.2,26.1,41.2,24,41.2z'/%3E%3Cpath fill='%23FFFFFF' d='M54.9,47.6c0-1.6,0-3.2,0-4.7c2.1,0,4.2,0,6.3,0c0,1.6,0,3.1,0,4.7C59.2,47.6,57.1,47.6,54.9,47.6z'/%3E%3Cpath fill='%23FFFFFF' d='M34.6,57.2c-0.2,0.5-0.4,1-0.7,1.4c-0.1,0.1-0.4,0.2-0.6,0.2c-4.2,0-8.3,0-12.5,0c-0.2,0-0.5-0.2-0.6-0.4c-0.2-0.3-0.4-0.7-0.6-1.2C24.7,57.2,29.6,57.2,34.6,57.2z'/%3E%3Cpath fill='%23FFFFFF' d='M63.2,50.8c-3.4,0-6.8,0-10.2,0c0-0.1-0.1-0.1-0.1-0.2c0.5-0.4,1-0.9,1.5-1.3c0.2-0.1,0.4-0.1,0.6-0.1c2.1,0,4.2,0,6.3,0c0.3,0,0.6,0.2,0.9,0.4c0.4,0.3,0.8,0.7,1.2,1.1C63.3,50.7,63.3,50.7,63.2,50.8z'/%3E%3Cpath fill='%23FFFFFF' d='M55.7,63.5c0-1.1,0-2.1,0-3.1c1.6,0,3.1,0,4.7,0c0,1,0,2.1,0,3.1C58.9,63.5,57.4,63.5,55.7,63.5z'/%3E%3Cpath fill='%23FFFFFF' d='M24.7,60.4c0,1.4,0,2.6,0,4c-1.1,0-2.1,0-3.2,0c0-1.3,0-2.6,0-4C22.6,60.4,23.7,60.4,24.7,60.4z'/%3E%3Cpath fill='%23FFFFFF' d='M32.7,60.4c0,1.3,0,2.6,0,4c-1.1,0-2.1,0-3.1,0c0-1.3,0-2.6,0-4C30.6,60.4,31.6,60.4,32.7,60.4z'/%3E%3Cpath fill='%231B3D5C' d='M42.3,17.5c5-0.1,9.4,4.1,9.5,9.2c0.1,5.3-4,9.7-9.2,9.8c-5.3,0.1-9.7-4-9.8-9.2C32.6,21.8,36.7,17.6,42.3,17.5z M42.2,34.9c4.4,0,8-3.5,8-7.9c0-4.4-3.6-8-8-8c-4.4,0-8,3.6-8,8C34.2,31.3,37.8,34.9,42.2,34.9z'/%3E%3Cpath fill='%231B3D5C' d='M20.9,49.3c0.5,0,0.9,0,1.4,0c0,0.5,0,0.9,0,1.4c-0.5,0-0.9,0-1.4,0C20.9,50.3,20.9,49.8,20.9,49.3z'/%3E%3Cpath fill='%231B3D5C' d='M25.5,50.7c-0.5,0-1,0-1.5,0c0-0.5,0-0.9,0-1.4c0.5,0,1,0,1.5,0C25.5,49.8,25.5,50.2,25.5,50.7z'/%3E%3Cpath fill='%231B3D5C' d='M28.7,49.3c0,0.5,0,0.9,0,1.4c-0.5,0-0.9,0-1.5,0c0-0.4,0-0.9,0-1.4C27.7,49.3,28.2,49.3,28.7,49.3z'/%3E%3Cpath fill='%23FFFFFF' d='M42.2,34.9c-4.4,0-8-3.6-8-8c0-4.4,3.6-8,8-8c4.4,0,8,3.6,8,8C50.2,31.4,46.6,35,42.2,34.9z M42.2,33.3c3.5,0,6.3-2.8,6.3-6.3c0-3.5-2.8-6.3-6.3-6.4c-3.5,0-6.3,2.8-6.3,6.3C35.9,30.5,38.7,33.3,42.2,33.3z'/%3E%3Cpath fill='%231B3D5C' d='M42.2,33.3c-3.5,0-6.3-2.8-6.3-6.3c0-3.5,2.9-6.3,6.3-6.3c3.5,0,6.3,2.9,6.3,6.4C48.5,30.5,45.7,33.3,42.2,33.3z'/%3E%3C/g%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-movement h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-movement p {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M27.6389 44.2222H53.1111L50.3819 36.0347H30.3681L27.6389 44.2222ZM50.3819 53.3194C51.1058 53.3194 51.7999 53.0319 52.3118 52.5201C52.8236 52.0083 53.1111 51.3141 53.1111 50.5903C53.1111 49.8665 52.8236 49.1723 52.3118 48.6605C51.7999 48.1487 51.1058 47.8611 50.3819 47.8611C49.6581 47.8611 48.964 48.1487 48.4521 48.6605C47.9403 49.1723 47.6528 49.8665 47.6528 50.5903C47.6528 51.3141 47.9403 52.0083 48.4521 52.5201C48.964 53.0319 49.6581 53.3194 50.3819 53.3194ZM30.3681 53.3194C31.0919 53.3194 31.786 53.0319 32.2979 52.5201C32.8097 52.0083 33.0972 51.3141 33.0972 50.5903C33.0972 49.8665 32.8097 49.1723 32.2979 48.6605C31.786 48.1487 31.0919 47.8611 30.3681 47.8611C29.6442 47.8611 28.9501 48.1487 28.4382 48.6605C27.9264 49.1723 27.6389 49.8665 27.6389 50.5903C27.6389 51.3141 27.9264 52.0083 28.4382 52.5201C28.9501 53.0319 29.6442 53.3194 30.3681 53.3194ZM52.9656 35.125L56.75 46.0417V60.5972C56.75 61.0798 56.5583 61.5426 56.2171 61.8838C55.8759 62.225 55.4131 62.4167 54.9306 62.4167H53.1111C52.6286 62.4167 52.1658 62.225 51.8246 61.8838C51.4834 61.5426 51.2917 61.0798 51.2917 60.5972V58.7778H29.4583V60.5972C29.4583 61.0798 29.2666 61.5426 28.9254 61.8838C28.5842 62.225 28.1214 62.4167 27.6389 62.4167H25.8194C25.3369 62.4167 24.8741 62.225 24.5329 61.8838C24.1917 61.5426 24 61.0798 24 60.5972V46.0417L27.7844 35.125C28.1483 34.0697 29.1854 33.3056 30.3681 33.3056H50.3819C51.5646 33.3056 52.6017 34.0697 52.9656 35.125ZM40.375 18.75C44.2322 18.75 47.9257 20.3147 50.6549 23.0257L48.0712 25.6093C46.0316 23.5619 43.265 22.4043 40.375 22.3889C37.5003 22.3889 34.7165 23.5715 32.6788 25.6093L30.1133 23.0257C32.833 20.2983 36.5233 18.7606 40.375 18.75ZM40.375 26.0278C42.3036 26.0278 44.1412 26.8283 45.5058 28.1747L42.9222 30.7583C42.249 30.0851 41.3393 29.6667 40.375 29.6667C39.4653 29.6667 38.501 30.0851 37.8278 30.7583L35.2442 28.1747C36.6088 26.8283 38.4464 26.0278 40.375 26.0278Z' fill='white'/%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.hd-video h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.hd-video p {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg fill='%231B3D5C'%3E%3Cpath d='M80,40c-0.1,22.3-18,40-39.9,40C18,80,0,62.3,0,40C0,17.9,17.8,0.1,39.9,0C62-0.1,79.9,17.8,80,40z M40.5,48.9c2.4,0,4.7,0,7.1,0c2.5,0,5,0,7.5,0c1.8,0,3.2-1.5,3.2-3.3c0-5.7,0-11.3,0-17c0-0.5-0.1-1.1-0.4-1.5c-0.7-1.3-1.8-1.8-3.2-1.8c-9.4,0-18.9,0-28.3,0c-0.1,0-0.2,0-0.3,0c-1.7-0.1-3.3,1.4-3.3,3.4c0,5.6,0,11.2,0,16.9c0,1.1,0.4,2,1.3,2.7c0.7,0.6,1.5,0.7,2.4,0.7C31.1,48.9,35.8,48.9,40.5,48.9z M40.5,55.5c4.9,0,9.8,0,14.7,0c0.4,0,0.7,0,1.1,0c1.1-0.1,1.8-0.8,2-1.8c0.1-0.9-0.5-1.9-1.4-2.1c-0.3-0.1-0.7-0.1-1.1-0.1c-10.2,0-20.4,0-30.6,0c-0.2,0-0.4,0-0.6,0c-1.1,0.1-1.9,1.1-1.8,2.2c0.1,1.1,1,1.8,2.2,1.8C30.2,55.5,35.3,55.5,40.5,55.5z'/%3E%3Cpath fill='%23ffffff' d='M40.5,48.9c-4.7,0-9.4,0-14.1,0c-0.9,0-1.7-0.1-2.4-0.7c-0.9-0.7-1.3-1.6-1.3-2.7c0-5.6,0-11.2,0-16.9c0-2,1.6-3.5,3.3-3.4c0.1,0,0.2,0,0.3,0c9.4,0,18.9,0,28.3,0c1.4,0,2.6,0.5,3.2,1.8c0.2,0.5,0.4,1,0.4,1.5c0,5.7,0,11.3,0,17c0,1.8-1.3,3.3-3.2,3.3c-2.5,0.1-5,0-7.5,0C45.2,48.9,42.8,48.9,40.5,48.9z M26.8,44.9c9.2,0,18.3,0,27.5,0c0-5.2,0-10.4,0-15.6c-9.2,0-18.3,0-27.5,0C26.8,34.5,26.8,39.6,26.8,44.9z'/%3E%3Cpath fill='%23ffffff' d='M40.5,55.5c-5.2,0-10.3,0-15.5,0c-1.3,0-2.1-0.7-2.2-1.8c-0.1-1.1,0.7-2.1,1.8-2.2c0.2,0,0.4,0,0.6,0c10.2,0,20.4,0,30.6,0c0.4,0,0.7,0,1.1,0.1c0.9,0.3,1.5,1.2,1.4,2.1c-0.1,1-0.9,1.7-2,1.8c-0.4,0-0.7,0-1.1,0C50.3,55.5,45.4,55.5,40.5,55.5z'/%3E%3Cpath d='M26.8,44.9c0-5.2,0-10.4,0-15.6c9.2,0,18.3,0,27.5,0c0,5.2,0,10.4,0,15.6C45.1,44.9,36,44.9,26.8,44.9z M36.5,37.1c0,0.6,0,1.1,0,1.7c0,0.6,0,1.1,0,1.7c0.1,1.6,1.7,2.5,3,1.6c1.8-1.1,3.5-2.2,5.3-3.3c1.2-0.8,1.2-2.5,0-3.3c-1.7-1.1-3.4-2.2-5.1-3.2c-1.5-0.9-3.1,0-3.2,1.8C36.5,35,36.5,36,36.5,37.1z'/%3E%3Cpath fill='%23ffffff' d='M36.5,37.1c0-1,0-2.1,0-3.1c0-1.8,1.6-2.7,3.2-1.8c1.7,1,3.4,2.1,5.1,3.2c1.3,0.8,1.3,2.5,0,3.3c-1.7,1.1-3.5,2.2-5.3,3.3c-1.4,0.8-3-0.1-3-1.6c0-0.5,0-1.1,0-1.7C36.5,38.2,36.5,37.6,36.5,37.1z'/%3E%3C/g%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.cabin-facing-view h5, .productView-wrap .productView-description .tabs-contents #tab-description .item-description-features .feature-list.cabin-facing-view p {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg fill='%231B3D5C'%3E%3Cpath d='M80,40c-0.1,22.3-18,39.9-39.9,40C18,80,0,62,0,39.9C0.1,17.8,17.9,0.1,39.9,0C62,0,79.9,17.9,80,40z M39,26c-0.2,0-0.3,0-0.4,0c-2.1,0-4.2,0-6.3,0c-1.3,0-2,0.5-2.5,1.7c-2.4,5.5-4.8,11-7.2,16.5c-0.9,2.2-1.9,4.3-2.8,6.5c-0.7,1.7,0.5,3.4,2.2,3.4c2.2-0.1,4.5,0,6.7,0c2.3,0,4.7,0,7,0c0.3,0,0.5,0,0.5-0.4c0.1-0.8,0.1-1.5,0.2-2.3c0.1-1.4,0.3-2.9,0.5-4.3c0.1-0.7,0.5-1.1,1.2-1.1c1.7,0,3.3,0,5,0c0.6,0,1.1,0.4,1.2,1c0.2,1.4,0.3,2.8,0.4,4.2c0.1,1,0.2,1.9,0.3,2.9c0.2,0,0.2,0,0.3,0c4.7,0,9.4,0,14.1,0c0.3,0,0.5-0.1,0.8-0.2c1.3-0.5,1.7-2,1.1-3.4C59,45.3,56.7,40.2,54.5,35c-1.1-2.5-2.2-5-3.3-7.5c-0.4-1-1.2-1.6-2.4-1.6c-2.1,0-4.2,0-6.3,0c-0.2,0-0.4,0-0.6,0c0.1,0.5,0.1,1,0.2,1.5c0,0.5-0.1,0.8-0.6,0.8c-0.6,0-1.3,0-1.9,0c-0.5,0-0.7-0.2-0.6-0.8C38.9,27.1,39,26.6,39,26z'/%3E%3Cpath fill='%23ffffff' d='M39,26c-0.1,0.5-0.1,1-0.1,1.5c0,0.5,0.1,0.7,0.6,0.8c0.6,0,1.3,0,1.9,0c0.5,0,0.7-0.3,0.6-0.8c0-0.5-0.1-1-0.2-1.5c0.2,0,0.4,0,0.6,0c2.1,0,4.2,0,6.3,0c1.2,0,1.9,0.5,2.4,1.6c1.1,2.5,2.2,5,3.3,7.5c2.3,5.1,4.5,10.3,6.8,15.4c0.6,1.4,0.2,2.8-1.1,3.4c-0.2,0.1-0.5,0.2-0.8,0.2c-4.7,0-9.4,0-14.1,0c-0.1,0-0.2,0-0.3,0c-0.1-1-0.2-1.9-0.3-2.9c-0.1-1.4-0.3-2.8-0.4-4.2c-0.1-0.6-0.5-1-1.2-1c-1.7,0-3.3,0-5,0c-0.7,0-1.1,0.4-1.2,1.1c-0.2,1.4-0.3,2.9-0.5,4.3c-0.1,0.8-0.2,1.5-0.2,2.3c0,0.4-0.2,0.4-0.5,0.4c-2.3,0-4.7,0-7,0c-2.2,0-4.5-0.1-6.7,0c-1.8,0.1-3-1.7-2.2-3.4c0.9-2.2,1.9-4.3,2.8-6.5c2.4-5.5,4.8-11,7.2-16.5c0.5-1.1,1.2-1.7,2.5-1.7c2.1,0.1,4.2,0,6.3,0C38.7,26,38.8,26,39,26z M40.5,43.5c0.6,0,1.2,0,1.9,0c0.9,0,1.4-0.5,1.3-1.4c-0.1-1.1-0.2-2.1-0.3-3.2c-0.1-0.8-0.5-1.2-1.3-1.2c-1,0-2.1,0-3.1,0c-0.8,0-1.1,0.4-1.2,1.1c-0.1,1.1-0.3,2.2-0.4,3.3c-0.1,0.8,0.4,1.3,1.2,1.3C39.2,43.5,39.8,43.5,40.5,43.5z M40.5,35.3C40.5,35.3,40.5,35.3,40.5,35.3c0.5,0,1,0,1.5,0c0.5,0,0.9-0.4,0.9-0.8c-0.1-1.1-0.2-2.2-0.4-3.3c0-0.2-0.3-0.4-0.5-0.5c-0.9,0-1.9,0-2.8,0c-0.2,0-0.5,0.3-0.6,0.5c-0.2,1-0.3,2-0.3,3.1c-0.1,0.7,0.3,1,1,1C39.6,35.3,40,35.3,40.5,35.3z'/%3E%3Cpath d='M40.5,43.5c-0.6,0-1.3,0-1.9,0c-0.8,0-1.3-0.5-1.2-1.3c0.1-1.1,0.2-2.2,0.4-3.3c0.1-0.8,0.5-1.1,1.2-1.1c1,0,2.1,0,3.1,0c0.8,0,1.2,0.4,1.3,1.2c0.1,1.1,0.2,2.1,0.3,3.2c0.1,0.9-0.4,1.4-1.3,1.4C41.7,43.5,41.1,43.5,40.5,43.5z'/%3E%3Cpath d='M40.5,35.3c-0.4,0-0.9,0-1.3,0c-0.7,0-1-0.3-1-1c0.1-1,0.2-2.1,0.3-3.1c0-0.2,0.4-0.5,0.6-0.5c0.9-0.1,1.9,0,2.8,0c0.2,0,0.5,0.3,0.5,0.5c0.2,1.1,0.3,2.2,0.4,3.3c0,0.5-0.3,0.8-0.9,0.8C41.5,35.3,41,35.3,40.5,35.3C40.5,35.3,40.5,35.3,40.5,35.3z'/%3E%3C/g%3E%3C/svg%3E"); }
    .productView-wrap .productView-description .tabs-contents #tab-description .description-services {
      margin: 0 0 4rem; }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin: 0 0 4rem; }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap {
            flex-direction: row;
            gap: 4rem;
            margin: 0 0 2rem; } }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap:nth-child(2n) {
            flex-direction: row-reverse; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-image, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content {
          align-items: center;
          display: flex;
          flex-basis: 50%;
          flex-direction: column;
          justify-content: center;
          border-radius: 10px; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-image img, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content img {
            width: 100%;
            border-radius: 10px; }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-image, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content {
              align-items: flex-start; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content.full-width {
          width: 100%;
          flex-basis: 100%; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content.full-width h4, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content.full-width .content_title {
            padding: 0;
            text-align: center; }
            @media (min-width: 801px) {
              .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content.full-width h4, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content.full-width .content_title {
                text-align: left; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .dsc_title {
          padding: 0;
          color: #1b3d5c;
          font-size: 24px;
          font-weight: 700;
          margin: 0 0 .5rem;
          text-transform: none;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title {
          color: #1b3d5c;
          font-size: 20px;
          margin: 0 0 .5rem;
          text-transform: none;
          padding: 0 0 0 2.4rem;
          background-size: 25px;
          background-position: top left;
          background-repeat: no-repeat; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4.no-icon, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title.no-icon {
            padding: 0; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4.vehicles, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title.vehicles {
            background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="transportIconTitle" stroke="%231B3D5C" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title id="transportIconTitle">Transport</title><path d="M4 17H2V7H15V17H8"></path><path d="M20 17H22V12.5556L20 9H15V17H16"></path><circle cx="6" cy="17" r="2"></circle><circle cx="18" cy="17" r="2"></circle></g></svg>'); }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4.secure, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title.secure {
            background-image: url('data:image/svg+xml,<svg fill="%231B3D5C" height="64px" width="64px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512.001 512.001" xml:space="preserve" stroke="%231B3D5C" stroke-width="6.144011999999999"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><g><path d="M466.395,88.411C395.95,69.109,325.091,39.054,261.478,1.496c-3.379-1.995-7.572-1.995-10.95,0 C185.08,40.133,118.05,68.562,45.605,88.411c-4.68,1.281-7.924,5.535-7.924,10.388v110.046 c0,113.323,52.279,188.335,96.137,231.306c47.216,46.265,102.216,71.85,122.185,71.85c19.967,0,74.967-25.585,122.183-71.85 c43.857-42.97,96.133-117.982,96.133-231.306V98.798C474.319,93.946,471.075,89.692,466.395,88.411z M452.779,208.844 c0,105.843-48.761,175.838-89.669,215.92c-46.431,45.495-96.074,65.695-107.107,65.695c-11.033,0-60.679-20.2-107.111-65.695 c-40.907-40.083-89.67-110.077-89.67-215.92V106.974C128.5,87.304,193.018,59.853,256.005,23.25 c61.414,35.632,129.151,64.448,196.774,83.72V208.844z"></path><path d="M160.538,105.769c-2.18-5.535-8.433-8.254-13.969-6.073c-19.24,7.581-38.988,14.559-58.695,20.741 c-4.491,1.41-7.547,5.57-7.547,10.276v41.591c0,5.948,4.823,10.77,10.77,10.77s10.77-4.822,10.77-10.77v-33.72 c17.679-5.72,35.339-12.047,52.598-18.848C160,117.557,162.719,111.304,160.538,105.769z"></path><path d="M180.997,107.812c1.445,0,2.912-0.291,4.319-0.905l0.198-0.086c5.449-2.388,7.903-8.731,5.515-14.178 c-2.39-5.449-8.769-7.914-14.212-5.528l-0.174,0.075c-5.452,2.381-7.914,8.719-5.533,14.169 C172.877,105.405,176.842,107.812,180.997,107.812z"></path><path d="M384.322,347.283c-4.977-3.253-11.651-1.854-14.908,3.125c-8.875,13.584-19.287,26.592-30.951,38.659 c-9.592,9.922-19.986,19.17-30.893,27.485c-4.729,3.606-5.639,10.364-2.034,15.095c2.121,2.779,5.328,4.241,8.572,4.241 c2.278,0,4.573-0.719,6.523-2.207c11.765-8.971,22.975-18.944,33.317-29.642c12.611-13.044,23.881-27.124,33.499-41.849 C390.702,357.21,389.301,350.536,384.322,347.283z"></path><path d="M282.558,433.443l-0.618,0.364c-5.147,2.981-6.906,9.569-3.926,14.716c1.997,3.45,5.612,5.376,9.331,5.376 c1.83,0,3.688-0.467,5.385-1.452l0.713-0.419c5.133-3.006,6.857-9.603,3.851-14.736 C294.286,432.161,287.688,430.44,282.558,433.443z"></path><path d="M182.589,234.019c-6.613-6.614-15.408-10.254-24.762-10.254s-18.15,3.641-24.766,10.254 c-13.653,13.656-13.653,35.876,0,49.531l63.596,63.594c6.614,6.612,15.409,10.253,24.764,10.253s18.15-3.641,24.765-10.255 L378.947,214.38c13.652-13.659,13.652-35.876-0.002-49.527c-6.614-6.614-15.409-10.254-24.765-10.254 c-9.355,0-18.15,3.641-24.765,10.254L221.42,272.848L182.589,234.019z M344.647,180.085c2.545-2.545,5.932-3.946,9.534-3.946 c3.604,0,6.988,1.401,9.535,3.946c5.255,5.255,5.255,13.809-0.002,19.066l-132.759,132.76c-2.545,2.545-5.932,3.946-9.534,3.946 s-6.989-1.401-9.535-3.946l-63.594-63.592c-5.257-5.257-5.257-13.811-0.002-19.066c2.546-2.545,5.933-3.948,9.536-3.948 s6.988,1.401,9.533,3.946l46.445,46.446c2.021,2.019,4.759,3.154,7.616,3.154s5.595-1.134,7.614-3.154L344.647,180.085z"></path></g></g></g></g></svg>'); }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4.geofences, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title.geofences {
            background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M13 5H6.2C5.0799 5 4.51984 5 4.09202 5.21799C3.71569 5.40973 3.40973 5.71569 3.21799 6.09202C3 6.51984 3 7.0799 3 8.2V15.8C3 16.9201 3 17.4802 3.21799 17.908C3.40973 18.2843 3.71569 18.5903 4.09202 18.782C4.51984 19 5.0799 19 6.2 19H17.8C18.9201 19 19.4802 19 19.908 18.782C20.2843 18.5903 20.5903 18.2843 20.782 17.908C21 17.4802 21 16.9201 21 15.8V13M3 8L8.45036 11.6336C9.73296 12.4886 10.3743 12.9162 11.0674 13.0824C11.6804 13.2293 12.3196 13.2293 12.9326 13.0824C13.6257 12.9162 14.267 12.4886 15.5496 11.6336M22 6.5C22 7.88071 20.8807 9 19.5 9C18.1193 9 17 7.88071 17 6.5C17 5.11929 18.1193 4 19.5 4C20.8807 4 22 5.11929 22 6.5Z" stroke="%231B3D5C" stroke-width="1.56" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>'); }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4.tracking, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title.tracking {
            background-image: url('data:image/svg+xml,<svg fill="%231B3D5C" height="64px" width="64px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve" stroke="%231B3D5C" stroke-width="3.072"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><path d="M503.983,127.199c4.428,0,8.017-3.588,8.017-8.017V42.221C512,18.941,493.059,0,469.779,0H42.221 C18.941,0,0,18.941,0,42.221v307.841c0,23.281,18.941,42.221,42.221,42.221h42.756c4.427,0,8.017-3.588,8.017-8.017 c0-4.428-3.589-8.017-8.017-8.017H42.221c-14.44,0-26.188-11.747-26.188-26.188v-0.534h479.933v0.534 c0,14.441-11.747,26.188-26.188,26.188H119.182c-4.427,0-8.017,3.588-8.017,8.017c0,4.428,3.589,8.017,8.017,8.017h84.458 l-12.632,69.478H179.04c-13.851,0-25.119,11.268-25.119,25.119v17.102c0,4.428,3.589,8.017,8.017,8.017h188.125 c4.428,0,8.017-3.588,8.017-8.017v-17.102c0-13.851-11.268-25.119-25.119-25.119h-11.966l-12.632-69.478h161.417 c23.281,0,42.221-18.941,42.221-42.221V153.389c0-4.428-3.588-8.017-8.017-8.017c-4.428,0-8.017,3.588-8.017,8.017v180.105H16.033 V58.789h479.933v60.394C495.967,123.611,499.555,127.199,503.983,127.199z M219.934,392.284h72.13l12.633,69.478h-97.395 L219.934,392.284z M332.96,477.795c5.01,0,9.086,4.076,9.086,9.086v9.086H169.954v-9.086c0-5.01,4.076-9.086,9.086-9.086H332.96z M16.033,42.756v-0.534c0-14.441,11.748-26.188,26.188-26.188h427.557c14.441,0,26.188,11.747,26.188,26.188v0.534H16.033z"></path></g></g><g><g><path d="M444.125,85.511h-6.299l3.416-3.416c3.131-3.132,3.131-8.207,0-11.338c-3.132-3.13-8.207-3.13-11.338,0l-11.433,11.434 l-11.433-11.434c-3.132-3.13-8.207-3.13-11.338,0c-3.131,3.132-3.131,8.207,0,11.338l3.416,3.416h-6.299 c-4.428,0-8.017,3.588-8.017,8.017v43.29H264.551c-27.995,0-50.772,22.777-50.772,50.772s22.777,50.772,50.772,50.772h119.716 c19.156,0,34.739,15.583,34.739,34.739c0,19.156-15.583,34.739-34.739,34.739H144.403c6.516-8.389,15.301-20.104,24.168-33.172 c23.614-34.804,35.588-61.224,35.588-78.527c0-42.141-34.285-76.426-76.426-76.426s-76.426,34.285-76.426,76.426 c0,17.303,11.974,43.723,35.588,78.527c16.968,25.008,33.648,45.085,34.65,46.286c1.727,1.727,3.657,2.919,6.188,2.919h256.534 c27.995,0,50.772-22.777,50.772-50.772s-22.777-50.772-50.772-50.772H264.551c-19.155,0-34.739-15.583-34.739-34.739 s15.584-34.739,34.739-34.739h128.267h51.307c4.428,0,8.017-3.588,8.017-8.017V93.528C452.142,89.1,448.554,85.511,444.125,85.511 z M67.34,196.142c0-33.3,27.092-60.393,60.393-60.393s60.392,27.092,60.392,60.393c0,25.814-39.164,80.346-60.392,107.013 C106.505,276.487,67.34,221.956,67.34,196.142z M400.835,101.545h9.62v9.62h-9.62V101.545z M400.835,136.818v-9.62h9.62v9.086 c0,0.181,0.015,0.357,0.027,0.534H400.835z M436.109,136.818h-9.647c0.012-0.177,0.027-0.354,0.027-0.534v-9.086h9.086 c0.181,0,0.357-0.015,0.534-0.027V136.818z M436.109,111.192c-0.177-0.012-0.354-0.027-0.534-0.027h-9.086v-9.62h9.62V111.192z"></path></g></g><g><g><path d="M127.733,153.921c-23.281,0-42.221,18.941-42.221,42.221s18.941,42.221,42.221,42.221s42.221-18.941,42.221-42.221 S151.013,153.921,127.733,153.921z M127.733,222.33c-14.44,0-26.188-11.747-26.188-26.188s11.748-26.188,26.188-26.188 s26.188,11.747,26.188,26.188S142.172,222.33,127.733,222.33z"></path></g></g></g></svg>'); }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4.routing, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title.routing {
            background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M2.06999 4.59988C2.86999 1.13988 8.07999 1.13988 8.86999 4.59988C9.33999 6.62988 8.04999 8.34988 6.92999 9.41988C6.10999 10.1999 4.81999 10.1899 3.99999 9.41988C2.88999 8.34988 1.59999 6.62988 2.06999 4.59988Z" stroke="%231B3D5C" stroke-width="1.608"></path><path d="M15.07 16.5999C15.87 13.1399 21.11 13.1399 21.91 16.5999C22.38 18.6299 21.09 20.3499 19.96 21.4199C19.14 22.1999 17.84 22.1899 17.02 21.4199C15.89 20.3499 14.6 18.6299 15.07 16.5999Z" stroke="%231B3D5C" stroke-width="1.608"></path><path d="M12 5H14.68C16.53 5 17.39 7.29 16 8.51L8.01001 15.5C6.62001 16.71 7.48001 19 9.32001 19H12" stroke="%231B3D5C" stroke-width="1.608" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.48622 5.5H5.49777" stroke="%231B3D5C" stroke-width="1.608" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.4862 17.5H18.4978" stroke="%231B3D5C" stroke-width="1.608" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>'); }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4.last, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title.last {
            background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:%231B3D5C;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><path class="cls-1" d="M3.41,20.07a3.83,3.83,0,0,1,1.92-7.14,4.78,4.78,0,0,1,9.56,0,5.9,5.9,0,0,1-.09,1h.57a3.34,3.34,0,0,1,1.43,6.36"></path><line class="cls-1" x1="10.59" y1="17.72" x2="8.2" y2="22.5"></line><line class="cls-1" x1="14.41" y1="17.72" x2="12.02" y2="22.5"></line><line class="cls-1" x1="6.78" y1="17.69" x2="4.37" y2="22.5"></line><path class="cls-1" d="M16.51,14.1a4.79,4.79,0,1,0-7-5.91"></path><line class="cls-1" x1="13.93" y1="0.5" x2="13.93" y2="2.41"></line><line class="cls-1" x1="23.5" y1="10.07" x2="21.59" y2="10.07"></line><line class="cls-1" x1="20.7" y1="3.3" x2="19.35" y2="4.65"></line><line class="cls-1" x1="8.52" y1="4.65" x2="7.17" y2="3.3"></line></g></svg>'); }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4.monitoring, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title.monitoring {
            background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 -33 156 156" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g clip-path="url(%23clip0)"><path d="M155.737 76.5554C155.334 79.0074 154.802 81.4374 154.144 83.8344C153.468 86.0358 152.046 86.4243 149.683 85.9575C148.279 85.6823 146.847 85.5722 145.417 85.6286C135.775 86.0067 126.14 86.614 116.493 86.8335C100.409 87.2 84.3252 87.2803 68.2415 87.5768C55.8211 87.8061 43.4027 88.1201 30.9862 88.5189C24.5593 88.7255 18.1452 89.2189 11.7183 89.54C10.1662 89.6073 8.61177 89.5938 7.06114 89.4999C2.73476 89.2642 1.05114 87.6966 1.00574 83.33C0.931215 80.3393 1.18174 77.3492 1.75288 74.4129C7.40744 47.7111 20.1576 25.2981 44.145 11.2711C68.4069 -2.91655 93.8878 -3.31368 119.233 9.14909C129.074 13.9884 136.687 21.5271 143.042 30.4183C150.624 41.0266 154.132 52.9346 154.89 65.7955C155.075 68.8886 155.374 71.9745 155.737 76.5554ZM85.1722 68.6982C93.059 62.6338 100.514 56.8827 108.001 51.1706C108.887 50.5056 109.852 49.9509 110.872 49.5184C112.883 48.6501 114.631 49.0158 115.704 50.3878C116.235 51.1108 116.487 52.0013 116.414 52.8952C116.341 53.7891 115.946 54.6263 115.304 55.253C114.09 56.5409 112.75 57.7038 111.305 58.7247C105.048 63.3141 98.7441 67.839 92.4721 72.4076C91.952 72.8311 91.4623 73.2901 91.007 73.7829C91.6705 76.0296 92.2548 78.009 92.9734 80.4416L146.601 78.165C147.047 74.3449 145.74 61.8535 144.534 58.3131C142.899 58.9282 141.265 59.5479 139.627 60.1598C137.242 61.0507 134.893 62.0697 132.457 62.7838C131.493 63.0905 130.449 63.0263 129.53 62.604C128.611 62.1816 127.883 61.4314 127.49 60.5009C126.724 58.7087 127.273 56.9443 129.111 55.591C129.834 55.0776 130.606 54.6386 131.417 54.2806C133.932 53.1235 136.472 52.0208 138.996 50.8832C140.27 50.3089 141.531 49.7047 142.928 49.0527C138.894 39.0167 133.493 30.2867 125.281 23.1534C123.409 25.7654 121.696 28.2123 119.917 30.6092C119.23 31.6112 118.421 32.5247 117.509 33.3288C115.766 34.7448 114.007 34.818 112.612 33.7743C111.216 32.7305 110.769 30.5621 111.829 28.6468C112.587 27.4267 113.477 26.2934 114.483 25.2675C116.299 23.2338 118.171 21.2532 120.261 18.9922C108.328 11.6109 95.9541 8.02914 82.0864 8.22273C82.5437 12.0267 83.0314 15.4095 83.3187 18.8095C83.4425 20.3347 83.3478 21.8698 83.0378 23.3684C82.6357 25.3063 81.2109 26.3612 79.2497 26.5581C78.2977 26.6466 77.3443 26.4029 76.5518 25.8685C75.76 25.3342 75.1776 24.5424 74.9046 23.6276C74.5232 22.3684 74.3384 21.0581 74.3572 19.7427C74.2865 16.2353 74.3332 12.7259 74.3332 8.85849C60.2151 10.8599 48.1673 15.9906 37.4178 25.2185C39.4782 27.0962 41.2441 28.5853 42.8655 30.2261C43.9818 31.2703 44.9278 32.4823 45.6691 33.8182C46.0253 34.5247 46.1187 35.3346 45.9325 36.1033C45.7462 36.8721 45.2925 37.5499 44.6522 38.0158C43.3642 39.0854 41.8388 39.4784 40.3394 38.5415C39.2254 37.8318 38.2032 36.988 37.2958 36.0287C35.5707 34.2255 33.9591 32.3135 32.1899 30.3218C25.1113 38.0777 19.3252 46.9176 15.0524 56.5041C16.354 57.0286 17.452 57.4916 18.5681 57.9163C20.6389 58.7056 22.7615 59.3749 24.7746 60.2884C25.8862 60.7607 26.8706 61.4881 27.6482 62.4111C29.1762 64.395 28.2034 66.8289 25.7175 67.0976C24.3044 67.1714 22.8944 66.9014 21.6084 66.3122C18.6647 65.082 15.817 63.616 12.7429 62.1572C10.0671 69.11 8.04819 75.9027 7.58708 83.3365C26.8272 82.3005 45.7171 81.2859 64.6083 80.2739C67.949 69.1197 77.4189 66.3174 85.1722 68.6982ZM84.4958 80.1794C83.8628 75.882 82.1078 74.5081 78.2698 75.2753C76.8301 75.5266 75.4649 76.0976 74.2761 76.9465C73.0874 77.7953 72.1048 78.8999 71.4018 80.1794H84.4958Z" fill="%231B3D5C"></path></g><defs><clipPath id="clip0"><rect width="155" height="90" fill="white" transform="translate(0.777344)"></rect></clipPath></defs></g></svg>'); }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4.unbeatable, .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content .content_title.unbeatable {
            background-image: url('data:image/svg+xml,<svg fill="%231B3D5C" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 256 173" enable-background="new 0 0 256 173" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M128.253,56.864c15.186,0,27.432-12.247,27.432-27.432S143.536,2,128.253,2 c-15.186,0-27.432,12.247-27.432,27.432C100.918,44.716,113.165,56.864,128.253,56.864z M64.571,136.32h-49.28 c-15.969,0-16.851-24.395,0.294-24.395H58.3l24.493-36.054c7.25-9.895,15.48-14.598,27.138-14.598h36.544 c11.659,0,19.888,4.311,27.138,14.598l24.591,36.054h43.01c17.243,0,16.165,24.395,0.588,24.395h-49.28 c-3.919,0-8.622-1.372-11.365-5.584l-18.811-26.844l-0.098,67.209H94.844l-0.098-67.209l-18.811,26.844 C73.192,134.85,68.49,136.32,64.571,136.32z"></path><path d="M224.957,95.543C240.939,95.543,254,82.568,254,66.5s-12.975-29.043-29.043-29.043S196,50.518,196,66.586 C196,82.568,208.975,95.543,224.957,95.543z M223.353,68.963c-5.327-1.862-8.65-4.554-8.65-9.337c0-4.411,2.921-7.877,8.278-8.965 v-4.783h4.01v4.554c3.322,0,5.728,0.687,7.504,1.633l-1.633,5.728c-1.318-0.544-3.466-1.461-6.416-1.461 c-2.95,0-4.554,1.461-4.554,2.921c0,2.005,1.862,2.778,5.872,4.411c5.471,2.005,8.02,4.783,8.02,9.337 c0,4.554-2.778,8.02-8.65,9.337v4.554h-4.01v-4.411c-3.466,0-6.96-0.917-8.65-1.862l1.461-5.872 c1.862,0.917,4.783,2.005,7.877,2.005c3.322,0,4.955-1.461,4.955-3.466S227.191,70.453,223.353,68.963z"></path><path d="M41.981,52.014L30.056,68.489l-7.626-8.285c-0.847-0.941-0.816-2.354,0.094-3.264c0.941-0.847,2.354-0.816,3.264,0.094 l3.86,4.174l8.599-11.862c0.753-1.004,2.165-1.287,3.232-0.533C42.484,49.535,42.735,51.01,41.981,52.014z M60.12,63.625 c1.569,1.506,0.847,4.142-1.224,4.644l-7.218,1.852l2.04,7.155c0.565,2.071-1.381,3.985-3.421,3.421l-7.029-2.008l10.042,19.99 l-8.379-2.385l-2.322,7.751L31.5,81.889l-11.109,22.155l-2.322-7.751L9.69,98.678l10.042-19.99l-7.029,2.008 c-2.071,0.565-3.985-1.381-3.421-3.421l2.04-7.155L4.104,68.27c-2.071-0.502-2.793-3.138-1.224-4.644l5.272-5.178l-5.304-5.178 c-1.569-1.506-0.847-4.142,1.224-4.644l7.218-1.852l-2.04-7.155c-0.565-2.071,1.381-3.985,3.421-3.421l7.155,2.04l1.852-7.218 c0.502-2.071,3.201-2.762,4.644-1.224l5.178,5.335l5.178-5.335c1.475-1.569,4.142-0.816,4.644,1.224l1.852,7.218l7.155-2.04 c2.071-0.565,3.985,1.381,3.421,3.421l-2.04,7.155l7.218,1.852c2.071,0.502,2.793,3.138,1.224,4.644l-5.304,5.178L60.12,63.625z M49.482,58.447c0-9.603-7.814-17.354-17.354-17.354c-9.603,0-17.354,7.783-17.354,17.385s7.751,17.354,17.354,17.354 S49.482,68.05,49.482,58.447z"></path><g id="shopping_cart"></g><g id="cross"></g><g id="leaf"></g></g></svg>'); }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content p {
          color: #1B3D5C;
          margin: 0;
          text-align: center; }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content p {
              text-align: left; } }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content p a {
            color: #F27221;
            font-weight: 700; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content p + p {
            margin-top: 10px; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.one-third .description-service-image {
          flex-basis: 39%; }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.one-third .description-service-image {
              align-items: flex-start; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.one-third .description-service-content {
          flex-basis: 61%; }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.one-third .description-service-content {
              align-items: flex-start; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.secure_reliable .description-service-content h6 {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.002 18.2513C10.002 18.2513 16.9384 15.9392 16.9384 10.1588' stroke='%231B3D5C' stroke-width='1.15625' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.9384 10.1588V3.22235C16.9384 3.22235 14.6262 2.06628 10.002 2.06628' stroke='%231B3D5C' stroke-width='1.15625' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0028 18.2513C10.0028 18.2513 3.06641 15.9391 3.06641 10.1588' stroke='%231B3D5C' stroke-width='1.15625' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.06641 10.1588V3.22235C3.06641 3.22235 5.37855 2.06628 10.0028 2.06628' stroke='%231B3D5C' stroke-width='1.15625' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6257 5.53479C10.0014 9.003 8.84534 13.6273 8.84534 13.6273C8.84534 13.6273 7.68927 12.2474 6.5332 11.3151' stroke='%231B3D5C' stroke-width='1.15625' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-size: 20px;
          background-position: left center; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.built_to_last .description-service-content h6 {
          background-image: url("data:image/svg+xml,%3Csvg width='17' height='21' viewBox='0 0 17 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 16.16H8.5L12.5 10.16H9.5V6.16003H8.5L4.5 12.16H7.5V16.16ZM8.5 20.16C6.21667 20.16 4.31267 19.3767 2.788 17.81C1.26333 16.2434 0.500667 14.2934 0.5 11.96C0.5 10.2934 1.16267 8.48103 2.488 6.52303C3.81333 4.56503 5.81733 2.44403 8.5 0.160034C11.1833 2.44337 13.1877 4.56437 14.513 6.52303C15.8383 8.4817 16.5007 10.294 16.5 11.96C16.5 14.2934 15.7377 16.2434 14.213 17.81C12.6883 19.3767 10.784 20.16 8.5 20.16ZM8.5 18.16C10.2333 18.16 11.6667 17.5724 12.8 16.397C13.9333 15.2217 14.5 13.7427 14.5 11.96C14.5 10.7434 13.9957 9.36837 12.987 7.83503C11.9783 6.3017 10.4827 4.6267 8.5 2.81003C6.51667 4.6267 5.021 6.3017 4.013 7.83503C3.005 9.36837 2.50067 10.7434 2.5 11.96C2.5 13.7434 3.06667 15.2227 4.2 16.398C5.33333 17.5734 6.76667 18.1607 8.5 18.16Z' fill='%231B3D5C'/%3E%3C/svg%3E%0A");
          background-size: 20px;
          background-position: left center; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.made_easy .description-service-content h6 {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10.16C1 11.3419 1.23279 12.5123 1.68508 13.6042C2.13738 14.6961 2.80031 15.6883 3.63604 16.524C4.47177 17.3597 5.46392 18.0227 6.55585 18.475C7.64778 18.9272 8.8181 19.16 10 19.16C11.1819 19.16 12.3522 18.9272 13.4442 18.475C14.5361 18.0227 15.5282 17.3597 16.364 16.524C17.1997 15.6883 17.8626 14.6961 18.3149 13.6042C18.7672 12.5123 19 11.3419 19 10.16C19 8.97814 18.7672 7.80781 18.3149 6.71588C17.8626 5.62395 17.1997 4.6318 16.364 3.79607C15.5282 2.96035 14.5361 2.29741 13.4442 1.84512C12.3522 1.39283 11.1819 1.16003 10 1.16003C8.8181 1.16003 7.64778 1.39283 6.55585 1.84512C5.46392 2.29741 4.47177 2.96035 3.63604 3.79607C2.80031 4.6318 2.13738 5.62395 1.68508 6.71588C1.23279 7.80781 1 8.97814 1 10.16Z' stroke='%231B3D5C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 15.16L9 11.16L5 10.16L14 6.16003L10 15.16Z' stroke='%231B3D5C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-size: 20px;
          background-position: left center; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.temper_proof .description-service-content h6 {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.160034C15.523 0.160034 20 4.63703 20 10.16C20 15.683 15.523 20.16 10 20.16C4.477 20.16 0 15.683 0 10.16C0 4.63703 4.477 0.160034 10 0.160034ZM10 2.16003C7.87827 2.16003 5.84344 3.00289 4.34315 4.50318C2.84285 6.00347 2 8.0383 2 10.16C2 12.2818 2.84285 14.3166 4.34315 15.8169C5.84344 17.3172 7.87827 18.16 10 18.16C12.1217 18.16 14.1566 17.3172 15.6569 15.8169C17.1571 14.3166 18 12.2818 18 10.16C18 8.0383 17.1571 6.00347 15.6569 4.50318C14.1566 3.00289 12.1217 2.16003 10 2.16003ZM10 13.16C10.2652 13.16 10.5196 13.2654 10.7071 13.4529C10.8946 13.6405 11 13.8948 11 14.16C11 14.4253 10.8946 14.6796 10.7071 14.8671C10.5196 15.0547 10.2652 15.16 10 15.16C9.73478 15.16 9.48043 15.0547 9.29289 14.8671C9.10536 14.6796 9 14.4253 9 14.16C9 13.8948 9.10536 13.6405 9.29289 13.4529C9.48043 13.2654 9.73478 13.16 10 13.16ZM10 4.16003C10.2652 4.16003 10.5196 4.26539 10.7071 4.45293C10.8946 4.64046 11 4.89482 11 5.16003V11.16C11 11.4253 10.8946 11.6796 10.7071 11.8671C10.5196 12.0547 10.2652 12.16 10 12.16C9.73478 12.16 9.48043 12.0547 9.29289 11.8671C9.10536 11.6796 9 11.4253 9 11.16V5.16003C9 4.89482 9.10536 4.64046 9.29289 4.45293C9.48043 4.26539 9.73478 4.16003 10 4.16003Z' fill='%231B3D5C'/%3E%3C/svg%3E%0A");
          background-size: 20px;
          background-position: left center; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.smartTracking-service .description-service-content h6 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M12.3125 22.75C10.9292 22.75 9.62917 22.4873 8.4125 21.962C7.19583 21.4367 6.1375 20.7243 5.2375 19.825C4.3375 18.925 3.62517 17.8667 3.1005 16.65C2.57583 15.4333 2.31317 14.1333 2.3125 12.75C2.3125 11.3667 2.57517 10.0667 3.1005 8.85C3.62583 7.63333 4.33817 6.575 5.2375 5.675C6.1375 4.775 7.19583 4.06267 8.4125 3.538C9.62917 3.01333 10.9292 2.75067 12.3125 2.75C13.6958 2.75 14.9958 3.01267 16.2125 3.538C17.4292 4.06333 18.4875 4.77567 19.3875 5.675C20.2875 6.575 21.0002 7.63333 21.5255 8.85C22.0508 10.0667 22.3132 11.3667 22.3125 12.75C22.3125 14.1333 22.0498 15.4333 21.5245 16.65C20.9992 17.8667 20.2868 18.925 19.3875 19.825C18.4875 20.725 17.4292 21.4377 16.2125 21.963C14.9958 22.4883 13.6958 22.7507 12.3125 22.75ZM12.3125 20.75L11.6125 20.05C11.5125 19.95 11.4375 19.8417 11.3875 19.725C11.3375 19.6083 11.3125 19.4833 11.3125 19.35V13.75C10.7625 13.75 10.2915 13.554 9.8995 13.162C9.5075 12.77 9.31183 12.2993 9.3125 11.75V10.75L6.1875 7.625C5.60417 8.325 5.14583 9.10833 4.8125 9.975C4.47917 10.8417 4.3125 11.7667 4.3125 12.75C4.3125 14.9833 5.0875 16.875 6.6375 18.425C8.1875 19.975 10.0792 20.75 12.3125 20.75ZM13.3125 20.7C15.2958 20.45 16.9585 19.575 18.3005 18.075C19.6425 16.575 20.3132 14.8 20.3125 12.75C20.3125 10.5333 19.5335 8.64567 17.9755 7.087C16.4175 5.52833 14.5298 4.74933 12.3125 4.75C11.5792 4.75 10.8748 4.846 10.1995 5.038C9.52417 5.23 8.89517 5.492 8.3125 5.824V7.75H11.8625C12.1625 7.75 12.4502 7.81667 12.7255 7.95C13.0008 8.08333 13.2298 8.26667 13.4125 8.5L14.8125 10.25H16.3125C16.5958 10.25 16.8335 10.346 17.0255 10.538C17.2175 10.73 17.3132 10.9673 17.3125 11.25V12.3C17.3125 12.45 17.2915 12.5917 17.2495 12.725C17.2075 12.8583 17.1452 12.9917 17.0625 13.125L13.3125 18.75V20.7Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.outOfSight-service .description-service-content h6 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M12.4375 9.25C13.2331 9.25 13.9962 9.56607 14.5588 10.1287C15.1214 10.6913 15.4375 11.4544 15.4375 12.25C15.4375 13.0456 15.1214 13.8087 14.5588 14.3713C13.9962 14.9339 13.2331 15.25 12.4375 15.25C11.6419 15.25 10.8788 14.9339 10.3162 14.3713C9.75357 13.8087 9.4375 13.0456 9.4375 12.25C9.4375 11.4544 9.75357 10.6913 10.3162 10.1287C10.8788 9.56607 11.6419 9.25 12.4375 9.25ZM12.4375 4.75C17.4375 4.75 21.7075 7.86 23.4375 12.25C21.7075 16.64 17.4375 19.75 12.4375 19.75C7.4375 19.75 3.1675 16.64 1.4375 12.25C3.1675 7.86 7.4375 4.75 12.4375 4.75ZM3.6175 12.25C4.42575 13.9003 5.68081 15.2907 7.23998 16.2633C8.79915 17.2358 10.5999 17.7513 12.4375 17.7513C14.2751 17.7513 16.0758 17.2358 17.635 16.2633C19.1942 15.2907 20.4492 13.9003 21.2575 12.25C20.4492 10.5997 19.1942 9.20925 17.635 8.23675C16.0758 7.26424 14.2751 6.74868 12.4375 6.74868C10.5999 6.74868 8.79915 7.26424 7.23998 8.23675C5.68081 9.20925 4.42575 10.5997 3.6175 12.25Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.peaceOfMind-service .description-service-content h6 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M12.3125 17.25C11.7821 17.25 11.2734 17.0393 10.8983 16.6642C10.5232 16.2891 10.3125 15.7804 10.3125 15.25C10.3125 14.14 11.2025 13.25 12.3125 13.25C12.8429 13.25 13.3516 13.4607 13.7267 13.8358C14.1018 14.2109 14.3125 14.7196 14.3125 15.25C14.3125 15.7804 14.1018 16.2891 13.7267 16.6642C13.3516 17.0393 12.8429 17.25 12.3125 17.25ZM18.3125 20.25V10.25H6.3125V20.25H18.3125ZM18.3125 8.25C18.8429 8.25 19.3516 8.46071 19.7267 8.83579C20.1018 9.21086 20.3125 9.71957 20.3125 10.25V20.25C20.3125 20.7804 20.1018 21.2891 19.7267 21.6642C19.3516 22.0393 18.8429 22.25 18.3125 22.25H6.3125C5.78207 22.25 5.27336 22.0393 4.89829 21.6642C4.52321 21.2891 4.3125 20.7804 4.3125 20.25V10.25C4.3125 9.14 5.2025 8.25 6.3125 8.25H7.3125V6.25C7.3125 4.92392 7.83928 3.65215 8.77697 2.71447C9.71465 1.77678 10.9864 1.25 12.3125 1.25C12.9691 1.25 13.6193 1.37933 14.2259 1.6306C14.8325 1.88188 15.3837 2.25017 15.848 2.71447C16.3123 3.17876 16.6806 3.72995 16.9319 4.33658C17.1832 4.94321 17.3125 5.59339 17.3125 6.25V8.25H18.3125ZM12.3125 3.25C11.5169 3.25 10.7538 3.56607 10.1912 4.12868C9.62857 4.69129 9.3125 5.45435 9.3125 6.25V8.25H15.3125V6.25C15.3125 5.45435 14.9964 4.69129 14.4338 4.12868C13.8712 3.56607 13.1081 3.25 12.3125 3.25Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.monitoring-service .description-service-content h6 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M7.4375 11.25V19.25C7.4375 19.5152 7.33214 19.7696 7.14461 19.9571C6.95707 20.1446 6.70272 20.25 6.4375 20.25H4.4375C4.17228 20.25 3.91793 20.1446 3.73039 19.9571C3.54286 19.7696 3.4375 19.5152 3.4375 19.25V12.25C3.4375 11.9848 3.54286 11.7304 3.73039 11.5429C3.91793 11.3554 4.17228 11.25 4.4375 11.25H7.4375ZM7.4375 11.25C8.49837 11.25 9.51578 10.8286 10.2659 10.0784C11.0161 9.32828 11.4375 8.31087 11.4375 7.25V6.25C11.4375 5.71957 11.6482 5.21086 12.0233 4.83579C12.3984 4.46071 12.9071 4.25 13.4375 4.25C13.9679 4.25 14.4766 4.46071 14.8517 4.83579C15.2268 5.21086 15.4375 5.71957 15.4375 6.25V11.25H18.4375C18.9679 11.25 19.4766 11.4607 19.8517 11.8358C20.2268 12.2109 20.4375 12.7196 20.4375 13.25L19.4375 18.25C19.2937 18.8635 19.0209 19.3902 18.6602 19.751C18.2994 20.1117 17.8703 20.2868 17.4375 20.25H10.4375C9.64185 20.25 8.87879 19.9339 8.31618 19.3713C7.75357 18.8087 7.4375 18.0456 7.4375 17.25' stroke='%231B3D5C' fill='transparent' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.built-service .description-service-content h6 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M19.2125 6.75C19.0125 6.15 18.4125 5.75 17.8125 5.75H6.8125C6.1125 5.75 5.6125 6.15 5.4125 6.75L3.3125 12.75V20.75C3.3125 21.25 3.8125 21.75 4.3125 21.75H5.3125C5.9125 21.75 6.3125 21.25 6.3125 20.75V19.75H18.3125V20.75C18.3125 21.25 18.8125 21.75 19.3125 21.75H20.3125C20.8125 21.75 21.3125 21.25 21.3125 20.75V12.75L19.2125 6.75ZM7.1125 7.75H17.4125L18.5125 10.75H6.1125L7.1125 7.75ZM19.3125 17.75H5.3125V12.75H19.3125V17.75ZM7.8125 13.75C8.6125 13.75 9.3125 14.45 9.3125 15.25C9.3125 16.05 8.6125 16.75 7.8125 16.75C7.0125 16.75 6.3125 16.05 6.3125 15.25C6.3125 14.45 7.0125 13.75 7.8125 13.75ZM16.8125 13.75C17.6125 13.75 18.3125 14.45 18.3125 15.25C18.3125 16.05 17.6125 16.75 16.8125 16.75C16.0125 16.75 15.3125 16.05 15.3125 15.25C15.3125 14.45 16.0125 13.75 16.8125 13.75Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-services .description-service-wrap.description-service--business .description-service-content h6 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M4.4375 21.75C3.8875 21.75 3.4165 21.554 3.0245 21.162C2.6325 20.77 2.43684 20.2993 2.4375 19.75V8.75C2.4375 8.2 2.6335 7.729 3.0255 7.337C3.4175 6.945 3.88817 6.74934 4.4375 6.75H8.4375V4.75C8.4375 4.2 8.6335 3.729 9.0255 3.337C9.4175 2.945 9.88817 2.74934 10.4375 2.75H14.4375C14.9875 2.75 15.4585 2.946 15.8505 3.338C16.2425 3.73 16.4382 4.20067 16.4375 4.75V6.75H20.4375C20.9875 6.75 21.4585 6.946 21.8505 7.338C22.2425 7.73 22.4382 8.20067 22.4375 8.75V19.75C22.4375 20.3 22.2415 20.771 21.8495 21.163C21.4575 21.555 20.9868 21.7507 20.4375 21.75H4.4375ZM10.4375 6.75H14.4375V4.75H10.4375V6.75ZM20.4375 15.75H15.4375V17.75H9.4375V15.75H4.4375V19.75H20.4375V15.75ZM11.4375 15.75H13.4375V13.75H11.4375V15.75ZM4.4375 13.75H9.4375V11.75H15.4375V13.75H20.4375V8.75H4.4375V13.75Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-services.description-updated h4 {
        font-size: 24px; }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-services.description-updated h4, .productView-wrap .productView-description .tabs-contents #tab-description .description-services.description-updated p {
        color: #444444; }
    .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-banner {
      background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/gps-description-bottom-mobile-banner.png?t=1704187783");
      background-size: cover;
      background-position: center;
      border-radius: 10px;
      margin: 0 0 2rem;
      padding: 2rem; }
      @media (min-width: 801px) {
        .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-banner {
          background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/gps-description-bottom-banner.png?t=1704175459");
          padding: 4rem;
          margin: 0 0 4rem; } }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content {
        max-width: 556px;
        width: 100%; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content h3 {
          color: #fff;
          font-family: "Roboto", sans-serif;
          font-size: 33px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0 0 1rem; }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content h3 {
              font-size: 58px; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content ul {
          column-count: 1;
          list-style: inside;
          margin: 0; }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content ul {
              column-count: 2; } }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content ul li {
            color: #fff;
            list-style-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/list-style-icon.png?t=1704177910");
            font-size: 16px;
            line-height: 2.4rem;
            text-decoration: none; }
    .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-content {
      text-align: center; }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-content h4 {
        color: #1b3d5c;
        margin: 0 0 .5rem; }
        .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-content h4 a {
          color: #1b3d5c; }
          .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-content h4 a:hover {
            color: #EE6200; }
      .productView-wrap .productView-description .tabs-contents #tab-description .description-bottom-content p {
        color: #1B3D5C;
        margin: 0; }
    .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .overview-desc-box {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-bottom: 3rem;
      align-items: center; }
      @media (min-width: 801px) {
        .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .overview-desc-box {
          flex-direction: row; } }
      .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .overview-desc-box--image {
        width: 100%;
        border-radius: 10px; }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .overview-desc-box--image {
            width: 33.3333%; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .overview-desc-box--image img {
          border-radius: 10px; }
      .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .overview-desc-box--content {
        width: 100%; }
        @media (min-width: 801px) {
          .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .overview-desc-box--content {
            width: 66.66666%; } }
        .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .overview-desc-box--content h2 {
          padding: 0;
          color: #1b3d5c;
          font-size: 24px;
          font-weight: 700;
          margin: 0 0 .5rem;
          text-transform: none;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
    .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .description-banner {
      background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/trackportgps-bg-banner.png?t=1745401875");
      text-align: center; }
      .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .description-banner--content {
        max-width: 800px;
        margin: 0 auto;
        width: 100%; }
        .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .description-banner--content .title {
          color: #ECF0F8;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 29px;
          margin: 0 0 1.5rem;
          text-align: center;
          font-family: "Roboto", sans-serif; }
          @media (min-width: 801px) {
            .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .description-banner--content .title {
              font-size: 30px;
              color: #ECF0F8;
              line-height: 2.9rem; } }
    .productView-wrap .productView-description .tabs-contents #tab-description .TrackPortGPS-overview .description-services .description-service-wrap .description-service-content h4 {
      padding: 0; }
  .productView-wrap .productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] {
    margin: 0; }
    .productView-wrap .productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] h4 {
      cursor: pointer;
      border-bottom: 1px solid #83A3BF;
      line-height: 1.8rem;
      margin: 0;
      position: relative;
      padding: 1.5rem 2rem 1.5rem 0; }
      .productView-wrap .productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] h4:after {
        content: '';
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M14.125 16.7344C13.8958 16.9635 13.6042 17.0781 13.25 17.0781C12.8958 17.0781 12.6042 16.9635 12.375 16.7344L8.5 12.8594C8.27083 12.6302 8.15625 12.344 8.15625 12.0006C8.15625 11.6573 8.28125 11.3602 8.53125 11.1094C8.76042 10.8802 9.05208 10.7656 9.40625 10.7656C9.76042 10.7656 10.0521 10.8802 10.2812 11.1094L13.25 14.0781L16.25 11.0781C16.4792 10.849 16.7654 10.7344 17.1087 10.7344C17.4521 10.7344 17.7492 10.8594 18 11.1094C18.2292 11.3385 18.3437 11.6302 18.3437 11.9844C18.3437 12.3385 18.2292 12.6302 18 12.8594L14.125 16.7344ZM13.25 25.7344C14.9792 25.7344 16.6042 25.406 18.125 24.7494C19.6458 24.0927 20.9687 23.2023 22.0937 22.0781C23.2187 20.9531 24.1092 19.6302 24.765 18.1094C25.4208 16.5885 25.7492 14.9635 25.75 13.2344C25.75 11.5052 25.4217 9.88021 24.765 8.35938C24.1083 6.83854 23.2179 5.51562 22.0937 4.39062C20.9687 3.26562 19.6458 2.37521 18.125 1.71937C16.6042 1.06354 14.9792 0.735207 13.25 0.734374C11.5208 0.734374 9.89583 1.06271 8.375 1.71937C6.85417 2.37604 5.53125 3.26646 4.40625 4.39062C3.28125 5.51562 2.39042 6.83854 1.73375 8.35937C1.07708 9.88021 0.749166 11.5052 0.749999 13.2344C0.749999 14.9635 1.07833 16.5885 1.735 18.1094C2.39166 19.6302 3.28208 20.9531 4.40625 22.0781C5.53125 23.2031 6.85416 24.094 8.375 24.7506C9.89583 25.4073 11.5208 25.7352 13.25 25.7344Z' fill='%231B3D5C'/%3E%3C/svg%3E");
        width: 26px;
        height: 26px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -13px;
        transform: scaley(1);
        transition: .2s all ease; }
      .productView-wrap .productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] h4.is-open:after {
        transform: scaley(-1); }
    .productView-wrap .productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] div[itemprop="acceptedAnswer"] {
      padding: 1rem 0;
      display: none; }

.after-product-view .pla-customer-reviews .pla-customer-reviews-wrap {
  padding: 4rem 0;
  text-align: center; }
  .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap h4 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap h4 {
        font-size: 32px; } }
  .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap P {
    margin: 0; }
  .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel {
    margin: 3rem 0 0;
    text-align: left; }
    .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap {
      padding: 0 15px; }
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box {
        background-color: #FFFFFF;
        border: 1px solid #83A3BF;
        border-radius: 10px;
        color: #444;
        padding: 1.5rem;
        min-height: 240px; }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content {
          align-items: center;
          display: flex;
          justify-content: space-between;
          margin: 0 0 1.8rem; }
          .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content span.star-ratings {
            height: 27px;
            display: inline-block;
            vertical-align: middle;
            width: 130px; }
            .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content span.star-ratings svg {
              fill: #DAAC28;
              height: 100%;
              width: 100%; }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .review-content .rev-title {
          font-size: 16px;
          color: #444444;
          font-weight: 700;
          margin: 0 0 0.8rem;
          text-transform: uppercase; }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .review-content p {
          margin: 0; }
    .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow {
      background-color: transparent;
      border: 0;
      height: 20px;
      margin-top: 0;
      padding: 0;
      top: 50%;
      width: 20px; }
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow:before {
        height: 20px;
        width: 20px; }
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev {
        left: 0; }
        @media (min-width: 801px) {
          .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev {
            left: -1rem; } }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23444444'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next {
        right: 0; }
        @media (min-width: 801px) {
          .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next {
            right: -2rem; } }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23444444'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }

.after-product-view .consult-our-experts {
  background-color: #1B3D5C; }
  .after-product-view .consult-our-experts .consult-our-experts-wrap {
    padding: 3rem 0;
    text-align: center; }
    .after-product-view .consult-our-experts .consult-our-experts-wrap h3 {
      color: #FFFFFF;
      font-size: 18px;
      margin: 0 0 1.8rem; }
      @media (min-width: 801px) {
        .after-product-view .consult-our-experts .consult-our-experts-wrap h3 {
          font-size: 27px;
          margin: 0 0 2rem; } }
    .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      gap: 1rem; }
      @media (min-width: 801px) {
        .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons {
          flex-direction: row; } }
      .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action {
        max-width: 370px;
        width: 100%; }
        .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button {
          align-items: center;
          background-color: #F27221;
          color: #FFFFFF;
          border: none;
          border-radius: 30px;
          display: flex;
          font-family: "HelveticaNeueBL", Arial, sans-serif;
          font-size: 18px;
          gap: 0.4rem;
          justify-content: center;
          margin: 0;
          padding: 1.3rem 0;
          width: 100%; }
          .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button svg {
            fill: #FFFFFF;
            height: 24px;
            width: 24px; }
          .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button:hover {
            background-color: #FFFFFF;
            color: #1B3D5C; }
            .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button:hover svg {
              fill: #1B3D5C; }

.after-product-view .why-brickhouse .why-brickhouse-wrap {
  padding: 4rem 0;
  text-align: center; }
  .after-product-view .why-brickhouse .why-brickhouse-wrap h4 {
    color: #1B3D5C;
    font-size: 18px;
    margin: 0; }
    @media (min-width: 801px) {
      .after-product-view .why-brickhouse .why-brickhouse-wrap h4 {
        font-size: 32px; } }
  .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    margin: 3rem 0 0; }
    @media (min-width: 801px) {
      .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap {
        gap: 0;
        flex-direction: row; } }
    .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point svg {
      height: 75px;
      width: 75px; }
    .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point h5 {
      font-size: 14px;
      font-weight: 400;
      margin: 1rem auto 0; }
      .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point h5 span {
        display: block;
        font-size: 16px;
        font-weight: 700; }

.new-gps-bhs-wrap .platform-feat-bg {
  padding: 40px 0;
  background-color: #1B3D5C; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .platform-feat-bg {
      padding: 48px 0; } }
  .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img {
    margin: 32px 0;
    border-radius: 8px; }
    @media (min-width: 551px) {
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img {
        margin: 48px 0;
        border-radius: 24px; } }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img img {
      display: block;
      width: 100%;
      margin: 0 auto;
      max-width: 100%;
      border-radius: 8px; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img img {
          max-width: 500px;
          border-radius: 24px; } }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img img {
          max-width: 962px; } }
  .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap {
        gap: 32px 24px; } }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-arrow {
      display: none !important; }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner {
      display: flex !important;
      gap: 16px;
      width: 100%;
      flex-wrap: wrap;
      padding: 22px 40px;
      align-items: center;
      border-radius: 16px;
      background-color: #ECF0F8; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner {
          padding: 0;
          background-color: transparent; } }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner {
          width: calc(50% - 12px); } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-icon {
        display: flex;
        width: 35px;
        height: 35px;
        margin: 0 auto;
        align-items: center;
        border-radius: 100px;
        justify-content: center;
        background-color: #ECF0F8; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-icon {
            width: 74px;
            height: 74px; } }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-icon svg {
          width: 30px;
          height: 30px;
          transition: all .1s ease-in-out; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-inner-right {
        width: 100%; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-inner-right {
            width: calc(100% - 90px); } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-title {
        font-size: 20px;
        color: #1B3D5C;
        font-weight: 600;
        margin: 0px 0 8px;
        line-height: 22px;
        text-align: center;
        font-family: Arial,Arial,Helvetica,sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-title {
            color: #fff;
            text-align: left;
            margin: 0 0 8px 0; } }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-title {
            font-size: 18px; } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-details {
        margin: 0;
        opacity: .7;
        font-size: 16px;
        color: #1B3D5C;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        font-family: Arial,Arial,Helvetica,sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-details {
            color: #fff;
            text-align: left; } }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-dots li {
      padding: 0;
      width: 12px;
      height: 12px;
      margin: 0 6px;
      position: relative; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-dots li button {
        top: 0;
        left: 0;
        width: 12px;
        height: 12px;
        position: absolute;
        border: 2px solid #fff; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-dots li button:before {
          display: none;
          width: 12px;
          height: 12px; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-dots li.slick-active button {
        background-color: #fff; }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap {
      gap: 24px; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap {
          gap: 48px; } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner {
        padding: 0;
        display: block !important;
        box-shadow: none;
        width: calc(50% - 12px);
        background-color: transparent; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner {
            width: calc(33.33% - 32px); } }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner .busniess-icon {
          display: block;
          border-radius: 14px; }
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner .busniess-icon .business-app-img {
            width: 100%;
            height: 217px;
            object-fit: cover;
            border-radius: 14px; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner .feat-title {
          color: #444;
          font-size: 20px;
          font-weight: 700;
          margin: 54px 0 8px;
          text-align: center; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner .feat-title {
              margin: 16px 0 8px; } }
          @media (min-width: 801px) {
            .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner .feat-title {
              font-size: 22px; } }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner ul {
          display: flex;
          margin: 0;
          padding: 0;
          padding: 0 0px 0 17px;
          flex-direction: column; }
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner ul li {
            opacity: .7;
            margin: 0 auto;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            width: fit-content;
            text-align: center;
            display: inline list-item;
            font-family: Arial,Arial,Helvetica,sans-serif; }
            @media (min-width: 801px) {
              .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .platform-feat-inner ul li {
                font-size: 20px;
                line-height: 32px; } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .slick-dots {
        top: 235px;
        bottom: unset; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .slick-dots li button {
          border: 2px solid #444; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.buiness-app-wrap .slick-dots li.slick-active button {
          background-color: #444; }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features {
      width: 100%;
      margin: 0 auto;
      max-width: 1000px; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow {
        margin: 0;
        border: 0;
        padding: 0;
        width: 25px;
        height: 25px;
        display: block !important;
        background-color: transparent; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow.slick-next {
          right: 12px; }
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow.slick-next:before {
            background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z" fill="%231B3D5C"></path></g></svg>'); }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow.slick-prev {
          left: 12px; }
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow.slick-prev:before {
            background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z" fill="%231B3D5C"></path></g></svg>'); }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow:before {
          width: 25px;
          height: 25px; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-dots {
        display: none !important; }
  .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits {
    gap: 16px;
    display: flex;
    margin: 32px 0;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits {
        gap: 32px;
        margin: 48px 0 60px; } }
    .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner {
      display: flex;
      gap: 12px;
      width: 100%;
      align-items: center; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner {
          gap: 10px;
          align-items: flex-start;
          width: calc(50% - 16px); } }
      .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-icon {
        display: inline-block;
        width: 32px;
        height: 32px; }
        .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-icon svg {
          width: 100%;
          height: 100%; }
      .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-deails {
        margin: 0;
        opacity: .7;
        font-size: 14px;
        text-align: left;
        font-weight: 400;
        color: #000000;
        line-height: 20px;
        width: calc(100% - 44px); }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-deails {
            font-size: 16px;
            line-height: 24px; } }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-deails {
            font-size: 20px;
            color: #444444;
            width: calc(100% - 42px); } }
  .new-gps-bhs-wrap .platform-feat-bg--business-app {
    padding: 40px 0;
    background-color: #FCFCFC; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .platform-feat-bg--business-app {
        padding: 87px 0; } }

.similar-views, .related-products, .products-accessories {
  padding: 3rem 0; }
  .similar-views h3, .similar-views h4, .related-products h3, .related-products h4, .products-accessories h3, .products-accessories h4 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 2rem;
    text-align: center; }
    @media (min-width: 801px) {
      .similar-views h3, .similar-views h4, .related-products h3, .related-products h4, .products-accessories h3, .products-accessories h4 {
        font-size: 32px; } }

.products-accessories {
  padding: 1.5rem 0; }

#additional-accessories .productList {
  margin: 0;
  min-height: 200px;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #additional-accessories .productList .OptAcsItem-list {
    align-items: center;
    display: flex;
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      #additional-accessories .productList .OptAcsItem-list {
        width: 50%; } }
    @media (min-width: 801px) {
      #additional-accessories .productList .OptAcsItem-list {
        width: 33.3333%; } }
    @media (min-width: 1261px) {
      #additional-accessories .productList .OptAcsItem-list {
        width: 25%; } }
    #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box {
      align-items: center;
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 0.2);
      display: flex;
      height: 100%;
      min-height: 150px;
      padding: 0.75rem;
      width: 100%; }
      #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-img {
        min-height: unset;
        width: 40%; }
        #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-img .card-img-container:after {
          padding-bottom: 100%; }
        #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-img .card-figure .card-img-container:after {
          padding-bottom: 100%; }
        #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-img .card-figure.card-figure-hover .product-additional {
          bottom: 0;
          border: 0;
          display: inline-block;
          left: 0;
          margin: auto;
          max-height: 100%;
          opacity: 0;
          position: absolute;
          right: 0;
          top: 0;
          transition: all ease .3s;
          visibility: hidden;
          vertical-align: top;
          width: 100%; }
        #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-img .card-figure.card-figure-hover:hover .card-image {
          opacity: 0;
          visibility: hidden; }
        #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-img .card-figure.card-figure-hover:hover .product-additional {
          opacity: 1;
          transition: opacity .5s ease;
          visibility: visible; }
        #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-img .card-figcaption .card-figcaption-body {
          display: block; }
          #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-img .card-figcaption .card-figcaption-body .card-figcaption-button {
            background-color: #ffffff;
            border: 1px solid #fe720b;
            border-radius: 20px;
            color: #fe720b;
            margin: 0;
            max-width: 130px;
            padding: 0.757rem 0;
            width: 100%; }
            #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-img .card-figcaption .card-figcaption-body .card-figcaption-button:hover {
              background-color: #fe720b;
              color: #ffffff; }
      #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail {
        min-height: unset;
        padding: 0 10px;
        width: 60%; }
        #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .OptAcsPro-title {
          line-height: .8rem;
          margin: 0 0 10px;
          text-align: left; }
          #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .OptAcsPro-title a {
            color: #333;
            font-size: 12px;
            font-weight: 700;
            text-decoration: none; }
        #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .OptAcsPro-price {
          color: #333333;
          text-align: left;
          margin-bottom: 10px; }
          #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .OptAcsPro-price .card-item-price {
            display: flex;
            flex-direction: row;
            gap: 0.4rem; }
            #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .OptAcsPro-price .card-item-price .price-section--saving.price {
              display: none; }
            #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .OptAcsPro-price .card-item-price .price-section.rrp-price--withoutTax .price {
              font-size: 12px; }
        #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .card-action {
          text-align: left; }
          #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .card-action .button {
            background-color: #ffffff;
            border-color: #fe720b;
            border-radius: 20px;
            color: #fe720b;
            margin: 0;
            max-width: 130px;
            padding: 0.757rem 0;
            width: 100%;
            position: relative; }
            #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .card-action .button:hover {
              background-color: #fe720b;
              color: #ffffff; }
            #additional-accessories .productList .OptAcsItem-list .OptAcsPro-Box .OptAcsPro-detail .card-action .button.adding::after {
              content: "";
              position: absolute;
              top: 11px;
              right: 20px;
              width: 13px;
              height: 13px;
              display: block;
              border-radius: 100px;
              border: 2px solid #EE6200;
              border-top: 2px solid #fff;
              animation: spin 0.8s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#additional-accessories .loader {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100px;
  border: 2px solid #000;
  border-top: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  z-index: 999;
  animation: spin 0.4s linear infinite;
  border-bottom: 2px solid #fff; }

#product-reviews #productReviews-content #productReviews-list {
  display: flex;
  flex-wrap: wrap; }
  #product-reviews #productReviews-content #productReviews-list .productReview {
    width: 100%; }
    @media (min-width: 801px) {
      #product-reviews #productReviews-content #productReviews-list .productReview {
        width: 50%; } }
    #product-reviews #productReviews-content #productReviews-list .productReview article {
      box-shadow: rgba(0, 0, 34, 0.2) 3px 6px 9px;
      border-radius: 10px;
      border: 1px solid #f0f0f0;
      position: relative;
      padding: 30px 15px 30px 15px;
      margin: 0 0 1.5rem;
      clear: none; }
      #product-reviews #productReviews-content #productReviews-list .productReview article header {
        display: flex;
        justify-content: space-between; }
        #product-reviews #productReviews-content #productReviews-list .productReview article header .productReview-author {
          color: #444;
          font-size: 16px;
          font-weight: 600;
          text-transform: capitalize;
          margin-bottom: 0px; }
        #product-reviews #productReviews-content #productReviews-list .productReview article header .productReview-date {
          color: #999;
          margin: 0 !important;
          text-align: right; }
      #product-reviews #productReviews-content #productReviews-list .productReview article .productReview-title {
        color: #666;
        padding: 10px 0 0;
        font-size: 15px;
        clear: both;
        font-weight: bold;
        line-height: 1;
        vertical-align: top; }
      #product-reviews #productReviews-content #productReviews-list .productReview article .productReview-body {
        color: #707070;
        clear: left;
        line-height: 1.5rem;
        font-size: 15px;
        padding-top: 10px;
        margin-bottom: 0;
        min-height: 80px; }

#product-reviews .productView-reviewheader {
  padding: 0 15px 15px 15px;
  border-bottom: #cccccc solid 1px;
  margin: 0 0 2rem; }
  #product-reviews .productView-reviewheader:before, #product-reviews .productView-reviewheader:after {
    content: '';
    display: table;
    width: 100%;
    clear: both; }
  #product-reviews .productView-reviewheader > div {
    display: block;
    height: auto;
    text-align: center;
    max-width: 160px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 801px) {
      #product-reviews .productView-reviewheader > div {
        float: left;
        margin-top: 0px; } }
    #product-reviews .productView-reviewheader > div.stars {
      font-size: 19px;
      font-weight: bold;
      padding-top: 10px; }
      #product-reviews .productView-reviewheader > div.stars .desc {
        max-width: 135px;
        width: 100%;
        margin: 0 auto; }
      #product-reviews .productView-reviewheader > div.stars .icon {
        width: 28px;
        height: 28px; }
    #product-reviews .productView-reviewheader > div.stars.block {
      margin-bottom: 1rem; }
      @media (min-width: 801px) {
        #product-reviews .productView-reviewheader > div.stars.block {
          margin: 0; } }
    #product-reviews .productView-reviewheader > div.productView-percentage {
      font-size: 12px;
      padding-top: 5px; }
      @media (min-width: 801px) {
        #product-reviews .productView-reviewheader > div.productView-percentage {
          margin-left: 38px;
          width: 134px; } }
      #product-reviews .productView-reviewheader > div.productView-percentage .numbers {
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 5px; }
  #product-reviews .productView-reviewheader .productView-stars-group-wrapper {
    position: relative;
    display: block;
    box-sizing: content-box;
    margin: 0 auto; }

#product-reviews #shopper_review_page {
  display: none; }

.productView-stars-group-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  right: 0px;
  margin-right: .5rem;
  text-align: left;
  width: 100px;
  margin: 0 auto 0.2rem; }
  .productView-stars-group-wrapper .productView-stars-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap; }
    .productView-stars-group-wrapper .productView-stars-group svg {
      height: 20px;
      fill: #cccccc;
      width: 20px; }
    .productView-stars-group-wrapper .productView-stars-group.productView-stars-rated-group {
      width: 0;
      z-index: 11;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      .productView-stars-group-wrapper .productView-stars-group.productView-stars-rated-group svg {
        fill: #ff9000; }

.productView-rating-wrap {
  display: block;
  margin: 10px 0; }
  .productView-rating-wrap #productRating_link {
    color: #666;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    float: none;
    text-decoration: none; }
    .productView-rating-wrap #productRating_link .productView-stars-group-wrapper {
      width: 100px;
      margin: 0 0.3rem 0 0; }

#shopper_approved_product img#sa_product_header_img {
  width: 120px !important;
  margin: 0 auto !important;
  position: unset !important;
  display: block; }

#shopper_approved_product #sa_product_header_text {
  clear: both;
  width: 95%;
  text-align: center; }

.trackport-wrap {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .trackport-wrap {
      gap: 15px; } }
  .trackport-wrap .inner {
    width: 100%; }
    @media (min-width: 801px) {
      .trackport-wrap .inner {
        width: calc(50% - 30px); } }
    .trackport-wrap .inner .form-row {
      margin: 0;
      display: flex;
      flex-direction: column; }
      .trackport-wrap .inner .form-row .form-field {
        padding: 0;
        width: 100%;
        margin: 0 0 1rem; }
  .trackport-wrap .or-use {
    width: 100%;
    text-align: center; }
    @media (min-width: 801px) {
      .trackport-wrap .or-use {
        width: 30px; } }

#containerSelector .productGrid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 50px; }
  #containerSelector .productGrid .product {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    width: 50%; }
    #containerSelector .productGrid .product.TrackPortProMaxXGPS {
      order: 1; }
    #containerSelector .productGrid .product.TrackPortProMaxGPS {
      order: 2; }
    #containerSelector .productGrid .product.TrackPortProGPS {
      order: 3; }
    #containerSelector .productGrid .product .item-card {
      border-radius: 20px;
      box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 0.2);
      padding: 20px; }
      #containerSelector .productGrid .product .item-card .card-main {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 3%;
        justify-content: center; }
        #containerSelector .productGrid .product .item-card .card-main .item-img {
          width: 30.33333%; }
        #containerSelector .productGrid .product .item-card .card-main .card-detail {
          width: 66.66666%; }
          #containerSelector .productGrid .product .item-card .card-main .card-detail .card-title a {
            font-size: 14px;
            font-weight: 700;
            margin: 0 0 0.5rem; }
          #containerSelector .productGrid .product .item-card .card-main .card-detail .card-price {
            margin: 0 0 0.5rem; }
          #containerSelector .productGrid .product .item-card .card-main .card-detail .card-action .button {
            background-color: #fff;
            border-color: #fe720b;
            color: #fe720b;
            border-radius: 50px;
            margin: 0; }

#modalRequestCartQuote {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 801px) {
    #modalRequestCartQuote {
      max-width: 780px;
      width: 100%; } }
  #modalRequestCartQuote .productCartQuote-wrap {
    padding: 20px; }
  #modalRequestCartQuote .form-field {
    margin: 0 0 1.4rem; }
  #modalRequestCartQuote input[type="email"], #modalRequestCartQuote input[type="password"], #modalRequestCartQuote input[type="tel"], #modalRequestCartQuote input[type="text"], #modalRequestCartQuote input[type="url"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid grey;
    width: 100%;
    border-radius: 4px;
    padding-left: 5px; }
  #modalRequestCartQuote .form-input, #modalRequestCartQuote .form-select {
    height: 2.6rem;
    padding: .25rem 1rem; }

#OutStockEmailPopup .OutStockEmailPopupWrap {
  background: #ffffff;
  border-radius: 8px;
  left: 50%;
  max-width: 540px;
  padding: 30px 20px 20px;
  position: fixed;
  top: 50% !important;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 320px;
  z-index: 99999; }
  @media (min-width: 801px) {
    #OutStockEmailPopup .OutStockEmailPopupWrap {
      padding: 40px 40px 20px;
      width: 100%; } }
  #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupClose {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    font-size: 26px; }
  #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupSub-heading {
    color: #3B3B3B;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (min-width: 801px) {
      #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupSub-heading {
        font-size: 18px;
        margin-bottom: 40px; } }
    #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupSub-heading span {
      display: block; }
  #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm {
    margin-top: 10px; }
    @media (min-width: 801px) {
      #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm {
        margin-top: 50px; } }
    #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm .form-field {
      margin: 0 0 1rem; }
      #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm .form-field .form-label, #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm .form-field .form-input {
        color: #3B3B3B;
        font-size: 13px;
        text-align: left; }
        @media (min-width: 801px) {
          #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm .form-field .form-label, #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm .form-field .form-input {
            font-size: 15px; } }
      #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm .form-field .form-label {
        font-weight: bold; }
      #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm .form-field .form-label[for="email_news_letter"] {
        padding-left: 16px; }
    #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm .OutStockPopupEmail {
      margin: 0 0 1rem; }
    #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm #EmailErrorMsg {
      color: #cc0606;
      padding-top: 4px; }
    #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent .OutStockPopupForm .button {
      background: #FE720B;
      border-color: #FE720B;
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      text-transform: uppercase; }
  #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent #OutStockPopupSuccessMsg {
    font-size: 13px;
    min-height: 290px;
    padding: 130px 0px; }
    @media (min-width: 801px) {
      #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent #OutStockPopupSuccessMsg {
        font-size: 18px; } }
    #OutStockEmailPopup .OutStockEmailPopupWrap .OutStockPopupContent #OutStockPopupSuccessMsg span {
      display: block; }

#OutStockEmailPopup .OutStockPopupOverlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999; }

#tab-serviceplan {
  padding: 20px 0; }
  @media (min-width: 1261px) {
    #tab-serviceplan {
      padding: 1.5rem 0; } }

.new-sp-header {
  margin-bottom: 1.5rem; }
  .new-sp-header .BillingTabs {
    align-items: center;
    border: 2px solid #75A0CC !important;
    border-radius: 100px;
    display: flex !important;
    gap: 0px;
    justify-content: center;
    list-style: none;
    margin: 30px auto 0;
    max-width: fit-content;
    padding: 6px 12px;
    width: 100%; }
    @media (min-width: 551px) {
      .new-sp-header .BillingTabs {
        gap: 10px;
        margin: 40px auto 0;
        padding: 8px; } }
    .new-sp-header .BillingTabs li {
      position: relative; }
      .new-sp-header .BillingTabs li .save-percent {
        position: absolute;
        top: -30px;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: #DC2626;
        line-height: 18px;
        text-align: center;
        font-family: 'n_ngademregular'; }
        @media (min-width: 551px) {
          .new-sp-header .BillingTabs li .save-percent {
            top: -34px;
            font-size: 16px;
            line-height: 24px; } }
      .new-sp-header .BillingTabs li a {
        display: inline-flex;
        font-size: 14px;
        color: #1B3D5C;
        font-weight: 700;
        line-height: 18px;
        padding: 6px 12px;
        border-radius: 50px;
        text-decoration: none;
        background-color: #fff;
        transition: .2s all ease; }
        @media (min-width: 551px) {
          .new-sp-header .BillingTabs li a {
            font-size: 17px;
            line-height: 25px;
            padding: 8px 18px; } }
      .new-sp-header .BillingTabs li.is-active a {
        color: #fff;
        background-color: #1B3D5C; }
      .new-sp-header .BillingTabs li:hover a {
        color: #fff;
        transition: .2s all ease;
        background-color: #1B3D5C; }

.make-sticky {
  background-color: #fff; }
  @media (min-width: 551px) {
    .make-sticky {
      margin: 0; } }
  .make-sticky.webpage {
    margin-top: 2rem;
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 551px) {
      .make-sticky.webpage {
        margin-left: 0;
        margin-right: 0; } }
    .make-sticky.webpage .container--gpstracker {
      padding: 0; }
      @media (min-width: 551px) {
        .make-sticky.webpage .container--gpstracker {
          padding: 0 20px; } }
    .make-sticky.webpage .common-detail-page {
      padding: 0 20px;
      text-align: center; }
  .make-sticky.sticky .SelectServicePlanWrap .new-service-plans-wrap {
    padding-top: 118.5px; }
    @media (min-width: 551px) {
      .make-sticky.sticky .SelectServicePlanWrap .new-service-plans-wrap {
        padding-top: 124.5px; } }
  .make-sticky.sticky .planning-bill-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    padding: 5px 0 0 0;
    background-color: #fff;
    transform: translateY(56px);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1); }
    @media (min-width: 551px) {
      .make-sticky.sticky .planning-bill-header {
        padding: 10px 43px 0 43px;
        transform: translateY(69px); } }
    @media (min-width: 768px) {
      .make-sticky.sticky .planning-bill-header {
        left: 0;
        max-width: 694px;
        padding: 10px 0 0 0; } }
    @media (min-width: 801px) {
      .make-sticky.sticky .planning-bill-header {
        left: -2px;
        padding: 0;
        max-width: 694px; } }
    @media (min-width: 992px) {
      .make-sticky.sticky .planning-bill-header {
        left: 0;
        max-width: 914px; } }
    @media (min-width: 1261px) {
      .make-sticky.sticky .planning-bill-header {
        left: 0;
        padding: 10px 0 0 0;
        max-width: 1082px; } }
    @media (min-width: 551px) {
      .make-sticky.sticky .planning-bill-header.webpage {
        padding: 10px 20px 0 20px; } }
    @media (min-width: 768px) {
      .make-sticky.sticky .planning-bill-header.webpage {
        max-width: 100%;
        padding: 10px 20px 0 20px; } }
    @media (min-width: 801px) {
      .make-sticky.sticky .planning-bill-header.webpage {
        padding: 10px 0 0 0;
        max-width: calc(100% - 40px); } }
    @media (min-width: 992px) {
      .make-sticky.sticky .planning-bill-header.webpage {
        max-width: calc(100% - 40px); } }
    @media (min-width: 1261px) {
      .make-sticky.sticky .planning-bill-header.webpage {
        left: 0px;
        right: 0px;
        max-width: 1220px;
        padding: 10px 0 0 0; } }

.new-service-plans-wrap {
  transition: transform 0.5s; }
  .new-service-plans-wrap .planning-bill-header {
    display: flex;
    padding-top: 9px;
    flex-wrap: nowrap;
    position: relative;
    transform: translateY(0px);
    justify-content: space-between; }
    .new-service-plans-wrap .planning-bill-header .bill-plan-detail {
      width: 25%;
      position: relative;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
      @media (min-width: 551px) {
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail {
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1); } }
      @media (min-width: 801px) {
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail {
          width: 20%; } }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail .value-wrap {
        width: 100%;
        margin: 0 auto;
        font-size: 9px;
        padding: 4px 2px;
        font-weight: 600;
        text-align: center;
        min-height: 7.8px;
        line-height: 14.52px;
        max-width: fit-content;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
        @media (min-width: 551px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .value-wrap {
            font-size: 12px;
            padding: 5px 5px;
            margin: 0 0 0 auto;
            min-height: 26.5px;
            line-height: 14.52px;
            border-bottom-left-radius: 10px; } }
        @media (min-width: 801px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .value-wrap {
            padding: 5px 10px; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail .value-wrap span {
          display: inline-block;
          width: 8px;
          height: 8px;
          margin-right: 3px;
          position: relative;
          top: 2px; }
          @media (min-width: 551px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .value-wrap span {
              width: 13px;
              height: 13px;
              margin-right: 8px; } }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .value-wrap span svg {
            width: 100%;
            height: 100%; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail .amount-time {
        width: 100%;
        padding: 0;
        display: flex;
        min-height: 75px;
        text-align: center;
        align-items: center;
        max-width: fit-content;
        flex-direction: column;
        justify-content: center;
        padding: 5px 5px 5px 12px; }
        @media (min-width: 551px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .amount-time {
            min-height: unset; } }
        @media (min-width: 992px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .amount-time {
            padding: 5px 5px 5px 28px; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail .amount-time .SelectPlanBtn {
          width: 100%;
          margin: 5px 0; }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .amount-time .SelectPlanBtn .button {
            border: 0;
            margin: 0;
            width: 100%;
            padding: 11px;
            color: #FFFFFF;
            font-size: 12px;
            font-weight: 600;
            line-height: 16px;
            text-align: center;
            background: #F27221;
            border-radius: 100px;
            text-transform: none; }
            @media (min-width: 551px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .amount-time .SelectPlanBtn .button {
                font-size: 16px;
                line-height: 19px; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail .amount-time.increments-for-prepaid-item {
          width: 100%;
          max-width: 100%; }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .amount-time.increments-for-prepaid-item .new-serviceplan-qty-wrap {
            gap: 10px;
            width: 100%;
            justify-content: center; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail .PlanTitle {
        margin: 0;
        display: flex;
        font-size: 12px;
        min-height: 24px;
        font-weight: 600;
        text-align: left;
        line-height: 24px;
        align-items: flex-start;
        padding: 0px 5px 0px 12px;
        flex-direction: column;
        justify-content: flex-start;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
        @media (min-width: 551px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .PlanTitle {
            font-size: 16px;
            min-height: 26px;
            flex-direction: row;
            align-items: center; } }
        @media (min-width: 801px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .PlanTitle {
            min-height: 24px; } }
        @media (min-width: 992px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .PlanTitle {
            padding: 0px 5px 0px 28px; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail .PlanTitle .current-plan {
          display: inline-block;
          font-size: 10px;
          color: #000;
          font-weight: 400;
          margin-left: 2px;
          letter-spacing: 0;
          line-height: 10px;
          opacity: 1;
          visibility: visible; }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .PlanTitle .current-plan.status-offPlan {
            opacity: 0;
            visibility: hidden; }
          @media (min-width: 551px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .PlanTitle .current-plan {
              font-size: 12px;
              line-height: 12px; } }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount {
        margin: 0;
        display: flex;
        font-size: 14px;
        font-weight: 700;
        color: #444444;
        align-items: flex-end; }
        @media (min-width: 551px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount {
            font-size: 18px; } }
        @media (min-width: 801px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount {
            font-size: 20px;
            line-height: 26px; } }
        @media (min-width: 992px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount {
            font-size: 27px;
            line-height: 32px; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill {
          font-size: 14px; }
          @media (min-width: 551px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill {
              font-size: 18px; } }
          @media (min-width: 801px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill {
              font-size: 20px;
              line-height: 26px; } }
          @media (min-width: 992px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill {
              font-size: 27px;
              line-height: 32px; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill-mo {
          font-size: 10px;
          font-weight: 400;
          display: inline-flex; }
          @media (min-width: 801px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill-mo {
              display: none; } }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill-mo.mobile-hidden {
            display: none; }
            @media (min-width: 551px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill-mo.mobile-hidden {
                font-size: 12px; } }
            @media (min-width: 801px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill-mo.mobile-hidden {
                display: inline-flex; } }
            @media (min-width: 992px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .bill-amount .bill-mo.mobile-hidden {
                font-size: 14px; } }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail .pay-time {
        margin: 0;
        width: 100%;
        color: #444;
        font-size: 10px;
        font-weight: 400;
        text-align: left;
        line-height: 15px; }
        @media (min-width: 551px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .pay-time {
            font-size: 12px; } }
        @media (min-width: 992px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .pay-time {
            font-size: 14px;
            line-height: 22px; } }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap {
        margin: 0;
        display: flex;
        padding: 0px;
        box-shadow: none;
        flex-wrap: nowrap;
        border-radius: 7px;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: space-between; }
        @media (min-width: 551px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap {
            padding: 5px;
            box-shadow: 0px 4.67px 9.33px 0px rgba(0, 0, 0, 0.1); } }
        @media (min-width: 801px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap {
            padding: 10px;
            flex-direction: row; } }
        @media (min-width: 801px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .qty-left {
            display: block; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field {
          margin: 0; }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .form-input {
            width: 30px;
            height: 30px;
            color: #444;
            font-size: 11px;
            border-radius: 8px;
            border-color: #E8EDFB; }
            @media (min-width: 801px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .form-input {
                font-size: 14px; } }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .button {
            border: 0;
            width: 18px;
            height: 18px; }
            @media (min-width: 801px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .button {
                width: 25px;
                height: 25px; } }
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .button:hover, .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .button:focus {
              background-color: transparent; }
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .button .icon {
              width: 12px;
              height: 12px; }
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .button svg {
              fill: #3A8DDE; }
              @media (min-width: 801px) {
                .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .button svg {
                  fill: #444444; } }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item {
            display: flex;
            align-items: center;
            justify-content: center; }
            @media (min-width: 801px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item {
                justify-content: flex-start; } }
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .button {
              width: 22px;
              height: 22px;
              border-radius: 100px;
              border: 1px solid #1B3D5C; }
              @media (min-width: 551px) {
                .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .button {
                  width: 28px;
                  height: 28px; } }
              @media (min-width: 1261px) {
                .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .button {
                  width: 34px;
                  height: 34px; } }
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .button .icon {
                width: 11px;
                height: 11px; }
                @media (min-width: 551px) {
                  .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .button .icon {
                    width: 12px;
                    height: 12px; } }
                @media (min-width: 1261px) {
                  .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .button .icon {
                    width: 13px;
                    height: 13px; } }
                .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .button .icon svg {
                  fill: #444;
                  stroke: #444; }
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .form-label {
              color: #444;
              display: none;
              font-size: 20px;
              margin: 0 0 0 1rem; }
              @media (min-width: 801px) {
                .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .form-label {
                  display: inline-block;
                  font-size: 16px; } }
              @media (min-width: 1261px) {
                .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .form-label {
                  font-size: 20px; } }
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .form-input {
              display: inline-block;
              border: 0;
              margin: 0;
              color: #444;
              width: 24px;
              height: 22px;
              font-size: 15px;
              pointer-events: none; }
              @media (min-width: 551px) {
                .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .form-input {
                  width: 28px;
                  height: 28px;
                  font-size: 16px; } }
              @media (min-width: 1261px) {
                .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .form-field .increments-for-prepaid-item .form-input {
                  width: 34px;
                  height: 34px;
                  font-size: 20px; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-title {
          margin: 0;
          width: 100%;
          color: #444;
          font-size: 14px;
          font-weight: 600;
          text-align: left;
          font-style: normal;
          display: none; }
          @media (min-width: 992px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-title {
              display: block; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-details {
          margin: 0;
          width: 100%;
          color: #444;
          font-size: 10px;
          font-weight: 400;
          text-align: left;
          line-height: 12px;
          font-style: normal; }
          @media (min-width: 551px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-details {
              font-size: 12px;
              line-height: 16px; } }
          @media (min-width: 992px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-details {
              font-size: 14px;
              font-weight: 400; } }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-details.mobile-hidden {
            display: none; }
            @media (min-width: 992px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-details.mobile-hidden {
                display: block; } }
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-details.desktop-hidden {
            display: block;
            text-align: center; }
            @media (min-width: 801px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-details.desktop-hidden {
                text-align: left; } }
            @media (min-width: 992px) {
              .new-service-plans-wrap .planning-bill-header .bill-plan-detail .new-serviceplan-qty-wrap .vol-details.desktop-hidden {
                display: none; } }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:before {
        content: "";
        position: absolute;
        top: -5px;
        width: 100%;
        height: 5px;
        display: inline-block;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        @media (min-width: 551px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail:before {
            top: -9px;
            height: 9px; } }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:first-child {
        width: 25%;
        box-shadow: none; }
        @media (min-width: 801px) {
          .new-service-plans-wrap .planning-bill-header .bill-plan-detail:first-child {
            width: 40%; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail:first-child .PlanTitle {
          color: #444444;
          text-align: center;
          align-items: center; }
          @media (min-width: 801px) {
            .new-service-plans-wrap .planning-bill-header .bill-plan-detail:first-child .PlanTitle {
              color: transparent; } }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail:first-child .value-wrap {
          color: transparent; }
        .new-service-plans-wrap .planning-bill-header .bill-plan-detail:first-child .amount-time {
          padding: 0px 5px; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:nth-child(2) .value-wrap {
        color: transparent; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:nth-child(2) .PlanTitle {
        color: #1B3D5C; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:nth-child(3) .value-wrap {
        color: #1C89DE;
        background-color: #ECF0F8; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:nth-child(3) .PlanTitle {
        color: #3A8DDE; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:nth-child(3):before {
        background-color: #3A8DDE; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:nth-child(4) .value-wrap {
        color: #F0B200;
        background-color: #FFFAEE; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:nth-child(4) .PlanTitle {
        background: #ECC24F;
        background: linear-gradient(to right, #ECC24F 15%, #9D7300 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .new-service-plans-wrap .planning-bill-header .bill-plan-detail:nth-child(4):before {
        background-image: url(https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/bg-premium.png?t=1731927517); }
    .new-service-plans-wrap .planning-bill-header.sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9;
      margin: 0 auto;
      max-width: 1064px;
      background: #fff; }
  .new-service-plans-wrap .tabs-contents {
    margin: 0;
    border: 0;
    border-radius: 0; }
    .new-service-plans-wrap .tabs-contents .tab-content {
      padding: 0; }
  .new-service-plans-wrap .included {
    margin: 0;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    text-align: left;
    position: relative;
    transition: .2s all ease;
    padding: 4px 0 4px 10px;
    background-color: #1B3D5C; }
    @media (min-width: 551px) {
      .new-service-plans-wrap .included {
        font-size: 18px; } }
    @media (min-width: 801px) {
      .new-service-plans-wrap .included {
        font-size: 16px; } }
    .new-service-plans-wrap .included--inline {
      color: #3A8DDE;
      position: relative;
      background-color: #ECF0F8; }
      .new-service-plans-wrap .included--inline:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        width: 12px;
        height: 12px;
        background-image: url('data:image/svg+xml,<svg width="7" height="5" viewBox="0 0 7 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.90801 0.389418C3.81035 0.291795 3.67793 0.236953 3.53984 0.236953C3.40176 0.236953 3.26934 0.291795 3.17168 0.389418L0.22587 3.33523C0.176134 3.38327 0.136463 3.44073 0.109172 3.50426C0.0818802 3.56779 0.067515 3.63612 0.0669142 3.70527C0.0663134 3.77441 0.079489 3.84298 0.105672 3.90698C0.131855 3.97097 0.170522 4.02912 0.219415 4.07801C0.268309 4.1269 0.32645 4.16557 0.390447 4.19175C0.454443 4.21794 0.523014 4.23111 0.592157 4.23051C0.6613 4.22991 0.729631 4.21554 0.793164 4.18825C0.856696 4.16096 0.914156 4.12129 0.962193 4.07155L3.53984 1.4939L6.1175 4.07155C6.21571 4.16641 6.34725 4.2189 6.48378 4.21771C6.62032 4.21653 6.75093 4.16176 6.84748 4.06521C6.94402 3.96866 6.99879 3.83805 6.99998 3.70152C7.00116 3.56498 6.94868 3.43344 6.85382 3.33523L3.90801 0.389418Z" fill="%233A8DDE"/></svg>');
        background-size: 12px;
        transition: .2s all ease;
        background-repeat: no-repeat;
        background-position: right center;
        transform: rotateX(0deg) translateY(-50%); }
    .new-service-plans-wrap .included.active {
      padding-bottom: 0.6rem; }
      .new-service-plans-wrap .included.active:before {
        top: 50%;
        right: 20px;
        width: 12px;
        height: 12px;
        background-image: url('data:image/svg+xml,<svg width="7" height="5" viewBox="0 0 7 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.90801 0.389418C3.81035 0.291795 3.67793 0.236953 3.53984 0.236953C3.40176 0.236953 3.26934 0.291795 3.17168 0.389418L0.22587 3.33523C0.176134 3.38327 0.136463 3.44073 0.109172 3.50426C0.0818802 3.56779 0.067515 3.63612 0.0669142 3.70527C0.0663134 3.77441 0.079489 3.84298 0.105672 3.90698C0.131855 3.97097 0.170522 4.02912 0.219415 4.07801C0.268309 4.1269 0.32645 4.16557 0.390447 4.19175C0.454443 4.21794 0.523014 4.23111 0.592157 4.23051C0.6613 4.22991 0.729631 4.21554 0.793164 4.18825C0.856696 4.16096 0.914156 4.12129 0.962193 4.07155L3.53984 1.4939L6.1175 4.07155C6.21571 4.16641 6.34725 4.2189 6.48378 4.21771C6.62032 4.21653 6.75093 4.16176 6.84748 4.06521C6.94402 3.96866 6.99879 3.83805 6.99998 3.70152C7.00116 3.56498 6.94868 3.43344 6.85382 3.33523L3.90801 0.389418Z" fill="%233A8DDE"/></svg>');
        background-size: 12px;
        transition: .2s all ease;
        background-repeat: no-repeat;
        background-position: right center;
        transform: rotateX(150deg) translateY(50%); }
  .new-service-plans-wrap .new-sp-details .acord-box {
    margin: 0 0 1rem; }
    .new-service-plans-wrap .new-sp-details .acord-box .plannings-feature-list li:last-child {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
      @media (min-width: 551px) {
        .new-service-plans-wrap .new-sp-details .acord-box .plannings-feature-list li:last-child {
          border-bottom-left-radius: 20px;
          border-bottom-right-radius: 20px; } }
  .new-service-plans-wrap .new-sp-details .accord-title {
    background-color: #3A8DDE;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 12px 10px;
    position: relative;
    text-align: left; }
    .new-service-plans-wrap .new-sp-details .accord-title:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 14px;
      height: 10px;
      background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4694 0.712891L6.39313 5.78912L1.31689 0.712891" stroke="white" stroke-width="1.52287"/></svg>');
      background-size: 100%;
      transform-origin: center;
      transition: .2s all ease;
      background-repeat: no-repeat;
      background-position: right center;
      transform: translateY(-50%) rotate(0); }
    .new-service-plans-wrap .new-sp-details .accord-title.current:after {
      transition: .2s all ease;
      transform: translateY(-50%) rotate(180deg); }
  .new-service-plans-wrap .new-sp-details .billing-discount {
    color: #1B3D5C;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 1.5rem;
    text-align: center; }
  .new-service-plans-wrap .new-sp-details .ServicePlan {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn {
      width: 25%;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
      @media (min-width: 551px) {
        .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn {
          border-bottom-left-radius: 20px;
          border-bottom-right-radius: 20px;
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1); } }
      @media (min-width: 801px) {
        .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn {
          width: 20%; } }
      .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection {
        width: 25%;
        border-radius: 0;
        box-shadow: none; }
        @media (min-width: 801px) {
          .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection {
            width: 40%; } }
        .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list {
          list-style: none;
          margin: 0; }
          .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li {
            gap: 5px 2px;
            text-align: left;
            flex-direction: row;
            padding: 2px 0px 2px 3px;
            justify-content: flex-start; }
            @media (min-width: 551px) {
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li {
                padding: 5px;
                font-size: 14px;
                text-align: left;
                flex-direction: row; } }
            @media (min-width: 992px) {
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li {
                font-size: 15px; } }
            .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text {
              max-width: calc(100% - 20px); }
              @media (min-width: 551px) {
                .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text {
                  width: calc(100% - 28px);
                  max-width: unset; } }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text[class*="icon--"] {
                background-repeat: no-repeat;
                background-position: center left;
                background-size: 16px;
                padding-left: 26px; }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--location-tracking-history {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19' %3E%3Cpath d='M9 18.8809C6.7 18.8809 4.696 18.1185 2.988 16.5939C1.28 15.0692 0.300667 13.1649 0.05 10.8809H2.1C2.33333 12.6142 3.10433 14.0475 4.413 15.1809C5.72167 16.3142 7.25067 16.8809 9 16.8809C10.95 16.8809 12.6043 16.2019 13.963 14.8439C15.3217 13.4859 16.0007 11.8315 16 9.88086C15.9993 7.93019 15.3203 6.27619 13.963 4.91886C12.6057 3.56153 10.9513 2.88219 9 2.88086C7.85 2.88086 6.775 3.14753 5.775 3.68086C4.775 4.21419 3.93333 4.94753 3.25 5.88086H6V7.88086H0V1.88086H2V4.23086C2.85 3.16419 3.88767 2.33919 5.113 1.75586C6.33833 1.17253 7.634 0.880859 9 0.880859C10.25 0.880859 11.421 1.11853 12.513 1.59386C13.605 2.06919 14.555 2.71053 15.363 3.51786C16.171 4.32519 16.8127 5.27519 17.288 6.36786C17.7633 7.46053 18.0007 8.63153 18 9.88086C17.9993 11.1302 17.762 12.3012 17.288 13.3939C16.814 14.4865 16.1723 15.4365 15.363 16.2439C14.5537 17.0512 13.6037 17.6929 12.513 18.1689C11.4223 18.6449 10.2513 18.8822 9 18.8809ZM11.8 14.0809L8 10.2809V4.88086H10V9.48086L13.2 12.6809L11.8 14.0809Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--geofences, .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--geofence-alert {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 22' %3E%3Cpath d='M9 0.880859C11.3869 0.880859 13.6761 1.82907 15.364 3.5169C17.0518 5.20473 18 7.49391 18 9.88086C18 12.9549 16.324 15.4709 14.558 17.2759C13.6757 18.1679 12.7129 18.9767 11.682 19.6919L11.256 19.9819L11.056 20.1149L10.679 20.3549L10.343 20.5599L9.927 20.8019C9.64463 20.963 9.32513 21.0478 9 21.0478C8.67487 21.0478 8.35537 20.963 8.073 20.8019L7.657 20.5599L7.137 20.2399L6.945 20.1149L6.535 19.8419C5.42283 19.0894 4.3869 18.23 3.442 17.2759C1.676 15.4699 0 12.9549 0 9.88086C0 7.49391 0.948211 5.20473 2.63604 3.5169C4.32387 1.82907 6.61305 0.880859 9 0.880859ZM9 2.88086C7.14348 2.88086 5.36301 3.61836 4.05025 4.93111C2.7375 6.24387 2 8.02434 2 9.88086C2 12.2029 3.272 14.2409 4.871 15.8769C5.55853 16.5729 6.30166 17.2116 7.093 17.7869L7.551 18.1129C7.699 18.2162 7.84133 18.3122 7.978 18.4009L8.368 18.6509L8.711 18.8599L9 19.0289L9.455 18.7599L9.822 18.5299C10.0173 18.4059 10.2263 18.2669 10.449 18.1129L10.907 17.7869C11.6983 17.2116 12.4415 16.5729 13.129 15.8769C14.728 14.2419 16 12.2029 16 9.88086C16 8.02434 15.2625 6.24387 13.9497 4.93111C12.637 3.61836 10.8565 2.88086 9 2.88086ZM9 5.88086C10.0609 5.88086 11.0783 6.30229 11.8284 7.05243C12.5786 7.80258 13 8.81999 13 9.88086C13 10.9417 12.5786 11.9591 11.8284 12.7093C11.0783 13.4594 10.0609 13.8809 9 13.8809C7.93913 13.8809 6.92172 13.4594 6.17157 12.7093C5.42143 11.9591 5 10.9417 5 9.88086C5 8.81999 5.42143 7.80258 6.17157 7.05243C6.92172 6.30229 7.93913 5.88086 9 5.88086ZM9 7.88086C8.46957 7.88086 7.96086 8.09157 7.58579 8.46665C7.21071 8.84172 7 9.35043 7 9.88086C7 10.4113 7.21071 10.92 7.58579 11.2951C7.96086 11.6701 8.46957 11.8809 9 11.8809C9.53043 11.8809 10.0391 11.6701 10.4142 11.2951C10.7893 10.92 11 10.4113 11 9.88086C11 9.35043 10.7893 8.84172 10.4142 8.46665C10.0391 8.09157 9.53043 7.88086 9 7.88086Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--text-alerts {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 23' %3E%3Cpath d='M20 7.88086V16.8809C20 17.9809 19.1 18.8809 18 18.8809H4L0 22.8809V4.88086C0 3.78086 0.9 2.88086 2 2.88086H12.1C12 3.18086 12 3.58086 12 3.88086C12 4.18086 12 4.58086 12.1 4.88086H2V16.8809H18V8.78086C18.7 8.68086 19.4 8.28086 20 7.88086ZM14 3.88086C14 5.58086 15.3 6.88086 17 6.88086C18.7 6.88086 20 5.58086 20 3.88086C20 2.18086 18.7 0.880859 17 0.880859C15.3 0.880859 14 2.18086 14 3.88086Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--user-logins {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' %3E%3Cpath d='M20 10.8807C20.0028 12.6675 19.4714 14.4143 18.474 15.8967C17.6514 17.1237 16.5391 18.1291 15.2356 18.824C13.932 19.5189 12.4772 19.8818 11 19.8807C9.52277 19.8818 8.06804 19.5189 6.76444 18.824C5.46085 18.1291 4.34858 17.1237 3.526 15.8967C2.74273 14.7291 2.2439 13.3943 2.06951 11.9992C1.89511 10.6041 2.05 9.18748 2.52175 7.86301C2.9935 6.53854 3.769 5.34302 4.78607 4.37228C5.80314 3.40154 7.0335 2.68259 8.37851 2.27306C9.72352 1.86354 11.1458 1.77482 12.5312 2.01403C13.9167 2.25324 15.2269 2.81369 16.3567 3.65054C17.4865 4.48737 18.4046 5.57725 19.0373 6.83283C19.67 8.08841 19.9997 9.47475 20 10.8807Z'  fill='transparent' stroke='%23000' stroke-width='2.5'/%3E%3Cpath d='M11.7504 7.88086C11.7504 8.07977 11.6714 8.27054 11.5308 8.41119C11.3901 8.55184 11.1994 8.63086 11.0004 8.63086V11.1309C11.8624 11.1309 12.689 10.7884 13.2985 10.179C13.908 9.56946 14.2504 8.74281 14.2504 7.88086H11.7504ZM11.0004 8.63086C10.8015 8.63086 10.6108 8.55184 10.4701 8.41119C10.3295 8.27054 10.2504 8.07977 10.2504 7.88086H7.75044C7.75044 8.74281 8.09285 9.56946 8.70234 10.179C9.31183 10.7884 10.1385 11.1309 11.0004 11.1309V8.63086ZM10.2504 7.88086C10.2504 7.68195 10.3295 7.49118 10.4701 7.35053C10.6108 7.20988 10.8015 7.13086 11.0004 7.13086V4.63086C10.1385 4.63086 9.31183 4.97327 8.70234 5.58276C8.09285 6.19226 7.75044 7.01891 7.75044 7.88086H10.2504ZM11.0004 7.13086C11.1994 7.13086 11.3901 7.20988 11.5308 7.35053C11.6714 7.49118 11.7504 7.68195 11.7504 7.88086H14.2504C14.2504 7.01891 13.908 6.19226 13.2985 5.58276C12.689 4.97327 11.8624 4.63086 11.0004 4.63086V7.13086ZM4.16644 16.7369L2.96844 16.3809L2.77344 17.0339L3.21744 17.5509L4.16644 16.7369ZM17.8344 16.7369L18.7834 17.5509L19.2274 17.0339L19.0324 16.3809L17.8344 16.7369ZM8.00044 15.1309H14.0004V12.6309H8.00044V15.1309ZM8.00044 12.6309C6.8697 12.6307 5.76912 12.9956 4.86246 13.6712C3.95579 14.3469 3.29151 15.2973 2.96844 16.3809L5.36444 17.0939C5.5339 16.5265 5.88199 16.0289 6.35693 15.6752C6.83186 15.3216 7.40828 15.1306 8.00044 15.1309V12.6309ZM11.0004 18.6309C9.88208 18.6322 8.77673 18.3909 7.7607 17.9235C6.74468 17.4562 5.84216 16.7739 5.11544 15.9239L3.21744 17.5509C4.17884 18.6747 5.3725 19.5768 6.71614 20.1948C8.05979 20.8128 9.52147 21.1322 11.0004 21.1309V18.6309ZM14.0004 15.1309C15.2444 15.1309 16.2984 15.9579 16.6364 17.0939L19.0324 16.3809C18.7094 15.2973 18.0451 14.3469 17.1384 13.6712C16.2318 12.9956 15.1312 12.6307 14.0004 12.6309V15.1309ZM16.8854 15.9239C16.1587 16.7739 15.2562 17.4562 14.2402 17.9235C13.2241 18.3909 12.1188 18.6322 11.0004 18.6309V21.1309C12.4794 21.1322 13.9411 20.8128 15.2847 20.1948C16.6284 19.5768 17.822 18.6747 18.7834 17.5509L16.8854 15.9239Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--coverage {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21' %3E%3Cpath d='M21.7821 7.88054C21.6659 7.52176 21.4458 7.20555 21.1497 6.97191C20.8537 6.73827 20.495 6.59772 20.119 6.56804L14.8137 6.1396L12.7662 1.18866C12.6223 0.83875 12.3776 0.539493 12.0633 0.328896C11.749 0.118298 11.3792 0.00585938 11.0009 0.00585938C10.6225 0.00585937 10.2527 0.118298 9.93839 0.328896C9.62408 0.539493 9.37944 0.83875 9.23555 1.18866L7.18992 6.14054L1.88461 6.56804C1.50794 6.5991 1.14886 6.7408 0.852487 6.97534C0.556113 7.20987 0.335671 7.52677 0.218862 7.88621C0.102053 8.24565 0.0940899 8.6316 0.195972 8.99555C0.297855 9.35951 0.505038 9.68523 0.791485 9.93179L4.83961 13.423L3.60211 18.6449C3.51185 19.0131 3.5332 19.3998 3.66345 19.7558C3.79369 20.1118 4.02693 20.4209 4.33347 20.6439C4.64001 20.8669 5.00598 20.9936 5.38477 21.0079C5.76357 21.0223 6.13806 20.9235 6.46055 20.7243L11.0009 17.9296L15.5412 20.7243C15.8636 20.9222 16.2374 21.02 16.6154 21.0053C16.9935 20.9906 17.3586 20.864 17.6647 20.6417C17.9707 20.4193 18.2039 20.1112 18.3347 19.7562C18.4656 19.4013 18.4881 19.0155 18.3996 18.6477L17.1621 13.4258L21.2102 9.9346C21.4984 9.68744 21.7066 9.36023 21.8084 8.9945C21.9102 8.62878 21.9011 8.24105 21.7821 7.88054ZM15.1755 12.1649C15.0194 12.2995 14.9033 12.4744 14.8398 12.6704C14.7764 12.8665 14.7679 13.0763 14.8155 13.2768L16.024 18.3805L11.5905 15.6543C11.4132 15.5451 11.2091 15.4874 11.0009 15.4874C10.7926 15.4874 10.5885 15.5451 10.4112 15.6543L5.97774 18.3805L7.18617 13.2805C7.23377 13.08 7.22537 12.8703 7.16188 12.6742C7.0984 12.4781 6.98227 12.3032 6.82617 12.1687L2.86336 8.74679L8.05711 8.32773C8.26379 8.31112 8.46187 8.23772 8.62946 8.11562C8.79705 7.99353 8.92763 7.82749 9.0068 7.63585L11.0009 2.80773L12.9949 7.63585C13.0741 7.82749 13.2047 7.99353 13.3723 8.11562C13.5399 8.23772 13.7379 8.31112 13.9446 8.32773L19.1384 8.74679L15.1755 12.1649Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--location-updates {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 25' %3E%3Cpath d='M14.1608 13.9718C12.1678 13.9718 10.4895 15.7281 10.4895 17.79C10.4895 20.6372 14.1608 24.8809 14.1608 24.8809C14.1608 24.8809 17.8322 20.6372 17.8322 17.79C17.8322 15.7281 16.1538 13.9718 14.1608 13.9718ZM14.1608 19.219C13.4266 19.219 12.9021 18.5645 12.9021 17.91C12.9021 17.1463 13.5315 16.6009 14.1608 16.6009C14.7902 16.6009 15.4196 17.2445 15.4196 17.91C15.5245 18.5645 14.8951 19.219 14.1608 19.219ZM11.4441 24.8809H2.0979C1.5415 24.8809 1.00789 24.651 0.614461 24.2418C0.221028 23.8326 0 23.2777 0 22.699V3.06268C0 1.85177 0.933566 0.880859 2.0979 0.880859H12.5874C13.1438 0.880859 13.6774 1.11073 14.0709 1.5199C14.4643 1.92907 14.6853 2.48402 14.6853 3.06268V11.8227C14.5175 11.79 14.3392 11.79 14.1608 11.79C13.6364 11.79 13.1119 11.8772 12.5874 12.03V5.2445H2.0979V20.5172H8.95804C9.58741 22.1536 10.6154 23.7572 11.4441 24.8809Z' fill='%23444444'/%3E%3C/svg%3E");
                background-size: 14px;
                background-position: center left 4px; }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--speed-limit-alerts, .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--alert-history {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' %3E%3Cpath d='M9.99935 14.487V16.1536M9.99935 8.65365V13.6535M9.99935 2.82031L1.66602 18.6536H18.3327L9.99935 2.82031Z' fill='transparent' stroke-width='1.66667' stroke='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--driving-safety-report, .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--driver-safety {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25' %3E%3Cpath d='M18.92 5.33031C18.72 4.74031 18.16 4.32031 17.5 4.32031H6.5C5.84 4.32031 5.29 4.74031 5.08 5.33031L3 11.3203V19.3203C3 19.8703 3.45 20.3203 4 20.3203H5C5.55 20.3203 6 19.8703 6 19.3203V18.3203H18V19.3203C18 19.8703 18.45 20.3203 19 20.3203H20C20.55 20.3203 21 19.8703 21 19.3203V11.3203L18.92 5.33031ZM6.85 6.32031H17.14L18.18 9.32031H5.81L6.85 6.32031ZM19 16.3203H5V11.6603L5.12 11.3203H18.89L19 11.6603V16.3203Z' fill='%23000000'/%3E%3Cpath d='M7.5 15.3203C8.32843 15.3203 9 14.6487 9 13.8203C9 12.9919 8.32843 12.3203 7.5 12.3203C6.67157 12.3203 6 12.9919 6 13.8203C6 14.6487 6.67157 15.3203 7.5 15.3203Z' fill='%23000000'/%3E%3Cpath d='M16.5 15.3203C17.3284 15.3203 18 14.6487 18 13.8203C18 12.9919 17.3284 12.3203 16.5 12.3203C15.6716 12.3203 15 12.9919 15 13.8203C15 14.6487 15.6716 15.3203 16.5 15.3203Z' fill='%23000000'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--sos-panic-button {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'  fill='%23ffffff' transform='translate(0 0.320312)' %3E%3Cpath d='M8.80039 16.3211V13.9211M8.80039 13.9211V5.92109C8.80039 5.49675 8.96896 5.08978 9.26902 4.78972C9.56908 4.48966 9.97604 4.32109 10.4004 4.32109C10.8247 4.32109 11.2317 4.48966 11.5318 4.78972C11.8318 5.08978 12.0004 5.49675 12.0004 5.92109V12.3211H17.3652C18.8212 12.3211 20.0004 13.5003 20.0004 14.9563V16.3211C20.0004 18.2307 19.2418 20.062 17.8916 21.4123C16.5413 22.7625 14.7099 23.5211 12.8004 23.5211H12.0004C10.303 23.5211 8.67514 22.8468 7.47491 21.6466C6.27467 20.4463 5.60039 18.8185 5.60039 17.1211C5.60039 16.2724 5.93753 15.4585 6.53765 14.8584C7.13777 14.2582 7.9517 13.9211 8.80039 13.9211ZM14.4004 9.12109H17.6004C18.6613 9.12109 19.6787 8.69967 20.4288 7.94952C21.179 7.19938 21.6004 6.18196 21.6004 5.12109C21.6004 4.06023 21.179 3.04281 20.4288 2.29267C19.6787 1.54252 18.6613 1.12109 17.6004 1.12109H6.40039C5.33952 1.12109 4.32211 1.54252 3.57196 2.29267C2.82182 3.04281 2.40039 4.06023 2.40039 5.12109C2.40039 6.18196 2.82182 7.19938 3.57196 7.94952C4.32211 8.69967 5.33952 9.12109 6.40039 9.12109' stroke='%23444444' stroke-width='2'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--max-speed-alert, .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--max-speed {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16'%3E%3Cpath d='M15.666 9.15365C15.666 10.9953 14.9202 12.662 13.7135 13.8678L14.8919 15.0461C15.6668 14.2732 16.2813 13.3547 16.7002 12.3434C17.1191 11.3322 17.334 10.2482 17.3327 9.15365C17.3327 4.55115 13.6019 0.820312 8.99936 0.820312C4.39686 0.820312 0.666022 4.55115 0.666022 9.15365C0.664672 10.2482 0.87961 11.3322 1.29849 12.3434C1.71736 13.3547 2.33192 14.2732 3.10686 15.0461L4.28519 13.8678C3.50999 13.0926 2.93795 12.1381 2.61972 11.089C2.30149 10.0399 2.24691 8.92847 2.4608 7.85322C2.67469 6.77797 3.15046 5.77206 3.84596 4.92459C4.54146 4.07712 5.43523 3.41426 6.4481 2.99471C7.46097 2.57516 8.56167 2.41187 9.65272 2.51932C10.7438 2.62676 11.7915 3.00162 12.703 3.61068C13.6146 4.21975 14.3619 5.04422 14.8787 6.01108C15.3956 6.97793 15.666 8.05732 15.666 9.15365ZM11.7435 5.23115L7.99352 8.98115L9.17185 10.1595L12.9219 6.40948L11.7435 5.23115Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--trip-reports, .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--trip {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3E%3Cpath d='M14.844 20.3203H6.5C5.121 20.3203 4 19.1993 4 17.8203C4 16.4413 5.121 15.3203 6.5 15.3203H13.5C15.43 15.3203 17 13.7503 17 11.8203C17 9.89031 15.43 8.32031 13.5 8.32031H8.639C8.27186 9.04026 7.81707 9.71202 7.285 10.3203H13.5C14.327 10.3203 15 10.9933 15 11.8203C15 12.6473 14.327 13.3203 13.5 13.3203H6.5C4.019 13.3203 2 15.3393 2 17.8203C2 20.3013 4.019 22.3203 6.5 22.3203H16.093C15.6022 21.7032 15.1832 21.0322 14.844 20.3203ZM5 2.32031C3.346 2.32031 2 3.66631 2 5.32031C2 8.50831 5 10.3203 5 10.3203C5 10.3203 8 8.50731 8 5.32031C8 3.66631 6.654 2.32031 5 2.32031ZM5 6.82031C4.80295 6.82025 4.60785 6.78137 4.42582 6.7059C4.2438 6.63043 4.07842 6.51985 3.93913 6.38047C3.79984 6.24109 3.68937 6.07564 3.61403 5.89357C3.53868 5.71149 3.49993 5.51636 3.5 5.31931C3.50007 5.12226 3.53894 4.92716 3.61441 4.74513C3.68988 4.56311 3.80046 4.39773 3.93984 4.25845C4.07922 4.11916 4.24467 4.00869 4.42675 3.93334C4.60882 3.85799 4.80395 3.81925 5.001 3.81931C5.39896 3.81945 5.78056 3.97766 6.06187 4.25915C6.34317 4.54064 6.50113 4.92236 6.501 5.32031C6.50087 5.71827 6.34265 6.09988 6.06116 6.38118C5.77967 6.66248 5.39796 6.82045 5 6.82031Z' fill='%23444444'/%3E%3Cpath d='M19 14.3203C17.346 14.3203 16 15.6663 16 17.3203C16 20.5083 19 22.3203 19 22.3203C19 22.3203 22 20.5073 22 17.3203C22 15.6663 20.654 14.3203 19 14.3203ZM19 18.8203C18.803 18.8202 18.6078 18.7814 18.4258 18.7059C18.2438 18.6304 18.0784 18.5199 17.9391 18.3805C17.7998 18.2411 17.6894 18.0756 17.614 17.8936C17.5387 17.7115 17.4999 17.5164 17.5 17.3193C17.5001 17.1223 17.5389 16.9272 17.6144 16.7451C17.6899 16.5631 17.8005 16.3977 17.9398 16.2584C18.0792 16.1192 18.2447 16.0087 18.4267 15.9333C18.6088 15.858 18.804 15.8192 19.001 15.8193C19.399 15.8194 19.7806 15.9777 20.0619 16.2592C20.3432 16.5406 20.5011 16.9224 20.501 17.3203C20.5009 17.7183 20.3427 18.0999 20.0612 18.3812C19.7797 18.6625 19.398 18.8204 19 18.8203Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--battery-health-report {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20'%3E%3Cpath d='M2 11.3203C2 12.187 2.175 13.008 2.525 13.7833C2.875 14.5586 3.375 15.2376 4.025 15.8203C4.00833 15.737 4 15.662 4 15.5953V15.3703C4 14.837 4.1 14.337 4.3 13.8703C4.5 13.4036 4.79167 12.9786 5.175 12.5953L8 9.82031L10.825 12.5953C11.2083 12.9786 11.5 13.4036 11.7 13.8703C11.9 14.337 12 14.837 12 15.3703V15.5953C12 15.662 11.9917 15.737 11.975 15.8203C12.625 15.237 13.125 14.558 13.475 13.7833C13.825 13.0086 14 12.1876 14 11.3203C14 10.487 13.846 9.69931 13.538 8.95731C13.23 8.21531 12.784 7.55298 12.2 6.97031C11.8667 7.18698 11.5167 7.34965 11.15 7.45831C10.7833 7.56698 10.4083 7.62098 10.025 7.62031C8.99167 7.62031 8.09567 7.27865 7.337 6.59531C6.57833 5.91198 6.14133 5.07031 6.026 4.07031C5.37533 4.62031 4.8 5.19131 4.3 5.78331C3.8 6.37531 3.379 6.97531 3.037 7.58331C2.695 8.19131 2.437 8.81198 2.263 9.44531C2.089 10.0786 2.00133 10.7036 2 11.3203ZM8 12.6203L6.575 14.0203C6.39167 14.2036 6.25 14.412 6.15 14.6453C6.05 14.8786 6 15.1203 6 15.3703C6 15.9036 6.19567 16.362 6.587 16.7453C6.97833 17.1286 7.44933 17.3203 8 17.3203C8.55067 17.3203 9.02133 17.1286 9.412 16.7453C9.80267 16.362 9.99867 15.9036 10 15.3703C10 15.1036 9.95 14.858 9.85 14.6333C9.75 14.4086 9.60833 14.2043 9.425 14.0203L8 12.6203ZM8 0.320312V3.62031C8 4.18698 8.196 4.66198 8.588 5.04531C8.98 5.42865 9.459 5.62031 10.025 5.62031C10.325 5.62031 10.6043 5.55798 10.863 5.43331C11.1217 5.30865 11.3507 5.12098 11.55 4.87031L12 4.32031C13.2333 5.02031 14.2083 5.99531 14.925 7.24531C15.6417 8.49531 16 9.85365 16 11.3203C16 13.5536 15.225 15.4453 13.675 16.9953C12.125 18.5453 10.2333 19.3203 8 19.3203C5.76667 19.3203 3.875 18.5453 2.325 16.9953C0.775 15.4453 0 13.5536 0 11.3203C0 9.17031 0.720667 7.12865 2.162 5.19531C3.60333 3.26198 5.54933 1.63698 8 0.320312Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--location-heatmaps {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 13'%3E%3Cpath d='M4 9.32031C3.73478 9.32031 3.48043 9.21496 3.29289 9.02742C3.10536 8.83988 3 8.58553 3 8.32031V4.32031C3 4.0551 3.10536 3.80074 3.29289 3.61321C3.48043 3.42567 3.73478 3.32031 4 3.32031H10V9.32031H4Z' fill='%23444444' /%3E%3Cpath d='M16 0.320312H3C2.20435 0.320312 1.44129 0.636383 0.87868 1.19899C0.316071 1.7616 0 2.52466 0 3.32031V9.32031C0 10.116 0.316071 10.879 0.87868 11.4416C1.44129 12.0042 2.20435 12.3203 3 12.3203H16C16.7956 12.3203 17.5587 12.0042 18.1213 11.4416C18.6839 10.879 19 10.116 19 9.32031C19.2652 9.32031 19.5196 9.21496 19.7071 9.02742C19.8946 8.83988 20 8.58553 20 8.32031V4.32031C20 4.0551 19.8946 3.80074 19.7071 3.61321C19.5196 3.42567 19.2652 3.32031 19 3.32031C19 2.52466 18.6839 1.7616 18.1213 1.19899C17.5587 0.636383 16.7956 0.320312 16 0.320312ZM16 2.32031H3C2.73478 2.32031 2.48043 2.42567 2.29289 2.61321C2.10536 2.80074 2 3.0551 2 3.32031V9.32031C2 9.58553 2.10536 9.83988 2.29289 10.0274C2.48043 10.215 2.73478 10.3203 3 10.3203H16C16.2652 10.3203 16.5196 10.215 16.7071 10.0274C16.8946 9.83988 17 9.58553 17 9.32031V3.32031C17 3.0551 16.8946 2.80074 16.7071 2.61321C16.5196 2.42567 16.2652 2.32031 16 2.32031Z' fill='%23444444' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--low-battery-alert, .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--low-battery {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 13'%3E%3Cpath d='M3.78571 9.32031C3.70994 9.32031 3.63727 9.21496 3.58368 9.02742C3.5301 8.83988 3.5 8.58553 3.5 8.32031V4.32031C3.5 4.0551 3.5301 3.80074 3.58368 3.61321C3.63727 3.42567 3.70994 3.32031 3.78571 3.32031H5.5V9.32031H3.78571Z' fill='%23444444' /%3E%3Cpath d='M16 0.320312H3C2.20435 0.320312 1.44129 0.636383 0.87868 1.19899C0.316071 1.7616 0 2.52466 0 3.32031V9.32031C0 10.116 0.316071 10.879 0.87868 11.4416C1.44129 12.0042 2.20435 12.3203 3 12.3203H16C16.7956 12.3203 17.5587 12.0042 18.1213 11.4416C18.6839 10.879 19 10.116 19 9.32031C19.2652 9.32031 19.5196 9.21496 19.7071 9.02742C19.8946 8.83988 20 8.58553 20 8.32031V4.32031C20 4.0551 19.8946 3.80074 19.7071 3.61321C19.5196 3.42567 19.2652 3.32031 19 3.32031C19 2.52466 18.6839 1.7616 18.1213 1.19899C17.5587 0.636383 16.7956 0.320312 16 0.320312ZM16 2.32031H3C2.73478 2.32031 2.48043 2.42567 2.29289 2.61321C2.10536 2.80074 2 3.0551 2 3.32031V9.32031C2 9.58553 2.10536 9.83988 2.29289 10.0274C2.48043 10.215 2.73478 10.3203 3 10.3203H16C16.2652 10.3203 16.5196 10.215 16.7071 10.0274C16.8946 9.83988 17 9.58553 17 9.32031V3.32031C17 3.0551 16.8946 2.80074 16.7071 2.61321C16.5196 2.42567 16.2652 2.32031 16 2.32031Z' fill='%23444444' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--curfew-alerts {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M12.8319 17.157C11.934 17.5289 10.9718 17.7203 10 17.7203C8.0374 17.7203 6.15518 16.9407 4.76741 15.5529C3.37964 14.1651 2.6 12.2829 2.6 10.3203C2.6 8.35771 3.37964 6.47549 4.76741 5.08772C6.15518 3.69995 8.0374 2.92031 10 2.92031C10.9718 2.92031 11.934 3.11172 12.8319 3.4836C13.7297 3.85549 14.5454 4.40057 15.2326 5.08772C15.9197 5.77488 16.4648 6.59065 16.8367 7.48846C17.2086 8.38626 17.4 9.34853 17.4 10.3203C17.4 11.2921 17.2086 12.2544 16.8367 13.1522C16.4648 14.05 15.9197 14.8657 15.2326 15.5529C14.5454 16.2401 13.7297 16.7851 12.8319 17.157ZM3.74211 16.5782C5.4018 18.2379 7.65283 19.1703 10 19.1703C12.3472 19.1703 14.5982 18.2379 16.2579 16.5782C17.9176 14.9185 18.85 12.6675 18.85 10.3203C18.85 7.97315 17.9176 5.72211 16.2579 4.06242C14.5982 2.40272 12.3472 1.47031 10 1.47031C7.65283 1.47031 5.4018 2.40272 3.74211 4.06242C2.08241 5.72211 1.15 7.97315 1.15 10.3203C1.15 12.6675 2.08241 14.9185 3.74211 16.5782Z' fill='%23444444' stroke='%23444444' stroke-width='0.2'/%3E%3Cpath d='M9.88765 5.43266C9.75169 5.2967 9.56728 5.22031 9.375 5.22031C9.18272 5.22031 8.99831 5.2967 8.86235 5.43266C8.72638 5.56862 8.65 5.75303 8.65 5.94531V10.9453C8.65 11.1376 8.72638 11.322 8.86235 11.458C8.99831 11.5939 9.18272 11.6703 9.375 11.6703C9.56728 11.6703 9.75169 11.5939 9.88765 11.458C10.0236 11.322 10.1 11.1376 10.1 10.9453V5.94531C10.1 5.75303 10.0236 5.56862 9.88765 5.43266Z' fill='%23444444' stroke='%23444444' stroke-width='0.2'/%3E%3Cpath d='M14.375 10.2203H9.375C9.15125 10.2203 8.96507 10.2763 8.83554 10.4059C8.706 10.5354 8.65 10.7216 8.65 10.9453C8.65 11.1691 8.706 11.3552 8.83554 11.4848C8.96507 11.6143 9.15125 11.6703 9.375 11.6703H14.375C14.5987 11.6703 14.7849 11.6143 14.9145 11.4848C15.044 11.3552 15.1 11.1691 15.1 10.9453C15.1 10.7216 15.044 10.5354 14.9145 10.4059C14.7849 10.2763 14.5987 10.2203 14.375 10.2203Z' fill='%23444444' stroke='%23444444' stroke-width='0.2'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--shareable-map-links {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M10.6265 16.0944C9.59333 16.1002 8.60006 15.6957 7.86476 14.9699L7.86426 14.9694C7.50068 14.607 7.2122 14.1765 7.01535 13.7025C6.81851 13.2284 6.71719 12.7202 6.71719 12.2069C6.71719 11.6936 6.81851 11.1853 7.01535 10.7113C7.21216 10.2373 7.50058 9.80683 7.86408 9.44455L10.6265 16.0944ZM10.6265 16.0944C11.1415 16.0964 11.6519 15.9964 12.128 15.8001C12.6044 15.6038 13.0372 15.3149 13.4013 14.9504L18.4012 9.95043L18.4015 9.95011C19.1301 9.21714 19.538 8.22493 19.5356 7.19142C19.5332 6.15801 19.1207 5.16781 18.3887 4.4383C18.0264 4.0748 17.596 3.78638 17.122 3.58957C16.6479 3.39273 16.1397 3.29141 15.6264 3.29141C15.1131 3.29141 14.6049 3.39273 14.1308 3.58957C13.6568 3.78641 13.2262 4.0749 12.8639 4.43848L12.7582 4.54455L12.8641 4.65043L13.7516 5.53793L13.8576 5.644L13.9637 5.53793C14.1825 5.31917 14.4422 5.14564 14.728 5.02725C15.0138 4.90886 15.3201 4.84793 15.6295 4.84793C15.9389 4.84793 16.2452 4.90886 16.531 5.02725C16.8169 5.14564 17.0766 5.31917 17.2953 5.53793C17.5141 5.75669 17.6876 6.01639 17.806 6.30221C17.9244 6.58803 17.9853 6.89437 17.9853 7.20374C17.9853 7.51311 17.9244 7.81945 17.806 8.10527C17.6876 8.39109 17.5141 8.65079 17.2953 8.86955L12.2953 13.8695L12.2952 13.8696C11.8542 14.3114 11.2558 14.5599 10.6316 14.5605C10.0074 14.561 9.40852 14.3136 8.96674 13.8726C8.52497 13.4316 8.27647 12.8332 8.27592 12.2089C8.27537 11.5847 8.52281 10.9859 8.9638 10.5441L8.96408 10.5438L9.84533 9.6563L9.95028 9.55061L9.84533 9.44492L8.96408 8.55742L8.85802 8.45061L8.75158 8.55705L7.86426 9.44436L10.6265 16.0944Z' fill='%23444444' stroke='%23000000' stroke-width='0.3'/%3E%3Cpath d='M2.72363 12.3958L2.72388 12.3955L7.72388 7.39551L7.72413 7.39526C7.94249 7.17588 8.20203 7.0018 8.48786 6.88302C8.77369 6.76424 9.08016 6.70309 9.38969 6.70309C9.69922 6.70309 10.0057 6.76424 10.2915 6.88302C10.5773 7.00178 10.8368 7.17582 11.0551 7.39514C11.2729 7.61498 11.4442 7.87627 11.5591 8.16353C11.6741 8.45087 11.7302 8.75834 11.7241 9.06775L11.724 9.06775L11.7241 9.07156C11.7259 9.38223 11.666 9.69017 11.548 9.97757C11.4301 10.265 11.2563 10.5261 11.0367 10.7459L11.036 10.7466L9.71101 12.0904L9.60643 12.1964L9.71175 12.3018L10.5992 13.1893L10.7053 13.2953L10.8114 13.1893L12.1364 11.8643C12.8698 11.1308 13.2819 10.1361 13.2819 9.09881C13.2819 8.06157 12.8698 7.06681 12.1364 6.33337C11.4029 5.59993 10.4082 5.18789 9.37094 5.18789C8.3337 5.18789 7.33894 5.59993 6.6055 6.33337L1.60581 11.3331C1.60576 11.3331 1.60571 11.3332 1.60566 11.3332C1.24117 11.6956 0.951912 12.1265 0.754519 12.6011C0.557101 13.0757 0.455469 13.5847 0.455469 14.0988C0.455469 14.6129 0.557101 15.1219 0.754519 15.5965C0.951938 16.0712 1.24125 16.5021 1.60581 16.8646L1.60694 16.8657C2.34694 17.586 3.34239 17.9833 4.37495 17.9707C5.41613 17.9714 6.41538 17.5604 7.15469 16.8272L7.26164 16.7211L7.15513 16.6146L6.26763 15.7271L6.16132 15.6208L6.05525 15.7274C5.83689 15.9467 5.57735 16.1208 5.29152 16.2396C5.00569 16.3584 4.69922 16.4195 4.38969 16.4195C4.08016 16.4195 3.77369 16.3584 3.48786 16.2396C3.20203 16.1208 2.94249 15.9467 2.72413 15.7274L2.72363 15.7269C2.50426 15.5085 2.33018 15.249 2.2114 14.9631C2.09261 14.6773 2.03146 14.3708 2.03146 14.0613C2.03146 13.7518 2.09261 13.4453 2.2114 13.1595C2.33018 12.8737 2.50426 12.6141 2.72363 12.3958Z' fill='%23444444' stroke='%23000000' stroke-width='0.3'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--api {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3E%3Cpath d='M3 1.32031H15.414L21 6.90631V11.3203H19V9.32031H13V3.32031H5V21.3203H11V23.3203H3V1.32031ZM15 3.73431V7.32031H18.586L15 3.73431ZM19 13.0703V14.4463C19.715 14.6303 20.352 15.0063 20.854 15.5183L22.047 14.8293L23.047 16.5613L21.855 17.2493C22.0497 17.95 22.0497 18.6906 21.855 19.3913L23.047 20.0793L22.047 21.8113L20.854 21.1223C20.3449 21.6415 19.7039 22.0121 19 22.1943V23.5703H17V22.1943C16.2961 22.0121 15.6551 21.6415 15.146 21.1223L13.953 21.8113L12.953 20.0793L14.145 19.3913C13.9503 18.6906 13.9503 17.95 14.145 17.2493L12.953 16.5613L13.953 14.8293L15.146 15.5173C15.6553 14.9988 16.2963 14.6289 17 14.4473V13.0703H19ZM16.249 17.3533C16.0852 17.6493 15.9992 17.982 15.999 18.3203C15.999 18.6703 16.09 19.0003 16.249 19.2873L16.285 19.3503C16.4627 19.6465 16.714 19.8916 17.0146 20.0617C17.3151 20.2319 17.6546 20.3213 18 20.3213C18.3454 20.3213 18.6849 20.2319 18.9854 20.0617C19.286 19.8916 19.5373 19.6465 19.715 19.3503L19.751 19.2873C19.9144 18.9912 20.0001 18.6585 20 18.3203C20 17.9703 19.91 17.6403 19.751 17.3533L19.715 17.2903C19.5373 16.9942 19.286 16.7491 18.9854 16.5789C18.6849 16.4087 18.3454 16.3193 18 16.3193C17.6546 16.3193 17.3151 16.4087 17.0146 16.5789C16.714 16.7491 16.4627 16.9942 16.285 17.2903L16.249 17.3533Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--motion {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'%3E%3Cpath d='M5.75 15.3203V13.3203H12.05C11.805 13.037 11.6083 12.7286 11.4599 12.3953C11.3115 12.062 11.1932 11.7036 11.105 11.3203H7.85V9.32031H11.105C11.1925 8.93698 11.3108 8.57864 11.4599 8.24531C11.609 7.91198 11.8057 7.60365 12.05 7.32031H1.55V5.32031H16.25C17.7025 5.32031 18.9408 5.80798 19.9649 6.78331C20.989 7.75865 21.5007 8.93764 21.5 10.3203C21.4993 11.703 20.9872 12.8823 19.9639 13.8583C18.9405 14.8343 17.7025 15.3216 16.25 15.3203H5.75ZM16.25 13.3203C17.125 13.3203 17.8687 13.0286 18.4812 12.4453C19.0938 11.862 19.4 11.1536 19.4 10.3203C19.4 9.48698 19.0938 8.77864 18.4812 8.19531C17.8687 7.61198 17.125 7.32031 16.25 7.32031C15.375 7.32031 14.6312 7.61198 14.0187 8.19531C13.4062 8.77864 13.1 9.48698 13.1 10.3203C13.1 11.1536 13.4062 11.862 14.0187 12.4453C14.6312 13.0286 15.375 13.3203 16.25 13.3203ZM0.5 11.3203V9.32031H6.8V11.3203H0.5ZM1.55 15.3203V13.3203H4.7V15.3203H1.55Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--connection-loss {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17'%3E%3Cpath d='M9.99956 9.32032C11.6536 9.32032 13.1536 9.99332 14.2406 11.0793L12.8266 12.4933C12.1026 11.7693 11.1026 11.3203 9.99956 11.3203C8.89656 11.3203 7.89656 11.7693 7.17256 12.4933L5.75856 11.0793C6.31473 10.5212 6.97571 10.0785 7.70352 9.77659C8.43134 9.47472 9.21163 9.31966 9.99956 9.32032ZM2.92856 8.24932C4.81756 6.36032 7.32856 5.32032 9.99956 5.32032C12.6706 5.32032 15.1816 6.36032 17.0706 8.24932L15.6566 9.66332C14.1456 8.15232 12.1366 7.32032 9.99956 7.32032C7.86256 7.32032 5.85356 8.15232 4.34256 9.66332L2.92856 8.24932ZM15.4496 2.42132C17.1125 3.12499 18.6236 4.14371 19.8996 5.42132L18.4856 6.83532C16.2186 4.56932 13.2056 3.32032 10.0006 3.32032C6.79556 3.32032 3.78156 4.56832 1.51556 6.83532L0.101562 5.42132C1.40029 4.11938 2.94345 3.08686 4.6424 2.38309C6.34135 1.67931 8.16261 1.31814 10.0016 1.32032C11.8916 1.32032 13.7246 1.69032 15.4516 2.42132H15.4496ZM8.99956 14.3203C8.99956 14.0551 9.10492 13.8008 9.29246 13.6132C9.47999 13.4257 9.73435 13.3203 9.99956 13.3203C10.2648 13.3203 10.5191 13.4257 10.7067 13.6132C10.8942 13.8008 10.9996 14.0551 10.9996 14.3203C10.9996 14.5855 10.8942 14.8399 10.7067 15.0274C10.5191 15.215 10.2648 15.3203 9.99956 15.3203C9.73435 15.3203 9.47999 15.215 9.29246 15.0274C9.10492 14.8399 8.99956 14.5855 8.99956 14.3203Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--sos {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 11'%3E%3Cpath d='M7.5 10.3203V0.320312H14.5V10.3203H7.5ZM0 10.3203V8.32031H4V6.32031H0V0.320312H6V2.32031H2V4.32031H6V10.3203H0ZM16 10.3203V8.32031H20V6.32031H16V0.320312H22V2.32031H18V4.32031H22V10.3203H16ZM9.5 8.32031H12.5V2.32031H9.5V8.32031Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--posted-speed-limit {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19'%3E%3Cpath d='M0 20.3203V14.3203H2V18.3203H6V20.3203H0ZM0 6.32031V0.320312H6V2.32031H2V6.32031H0ZM9 17.2203C7.46667 16.987 6.15833 16.3286 5.075 15.2453C3.99167 14.162 3.33333 12.8536 3.1 11.3203H5.1C5.3 12.3036 5.75433 13.1493 6.463 13.8573C7.17167 14.5653 8.01733 15.0196 9 15.2203V17.2203ZM3.1 9.32031C3.33333 7.78698 3.99167 6.47465 5.075 5.38331C6.15833 4.29198 7.46667 3.63765 9 3.42031V5.42031C8.01667 5.62031 7.171 6.07465 6.463 6.78331C5.755 7.49198 5.30067 8.33765 5.1 9.32031H3.1ZM10 12.3203C9.45 12.3203 8.97933 12.1246 8.588 11.7333C8.19667 11.342 8.00067 10.871 8 10.3203C8 9.75365 8.196 9.27865 8.588 8.89531C8.98 8.51198 9.45067 8.32031 10 8.32031C10.5667 8.32031 11.0417 8.51198 11.425 8.89531C11.8083 9.27865 12 9.75365 12 10.3203C12 10.8703 11.8083 11.3413 11.425 11.7333C11.0417 12.1253 10.5667 12.321 10 12.3203ZM11 17.2203V15.2203C11.9833 15.0203 12.8293 14.5663 13.538 13.8583C14.2467 13.1503 14.7007 12.3043 14.9 11.3203H16.9C16.6833 12.8536 16.0293 14.162 14.938 15.2453C13.8467 16.3286 12.534 16.987 11 17.2203ZM14.9 9.32031C14.7 8.33698 14.246 7.49131 13.538 6.78331C12.83 6.07531 11.984 5.62098 11 5.42031V3.42031C12.5333 3.65365 13.846 4.31198 14.938 5.39531C16.03 6.47865 16.684 7.78698 16.9 9.32031H14.9ZM14 20.3203V18.3203H18V14.3203H20V20.3203H14ZM18 6.32031V2.32031H14V0.320312H20V6.32031H18Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--sensor-value {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 13'%3E%3Cpath d='M5.46797 9.85469C4.55964 8.95469 4.0013 7.70469 4.0013 6.32135C4.0013 4.93802 4.55964 3.68802 5.46797 2.78802L6.6513 3.97135C6.04297 4.57135 5.66797 5.40469 5.66797 6.32135C5.66797 7.23802 6.04297 8.07135 6.64297 8.67969L5.46797 9.85469ZM12.5346 9.85469C13.443 8.95469 14.0013 7.70469 14.0013 6.32135C14.0013 4.93802 13.443 3.68802 12.5346 2.78802L11.3513 3.97135C11.9596 4.57135 12.3346 5.40469 12.3346 6.32135C12.3346 7.23802 11.9596 8.07135 11.3596 8.67969L12.5346 9.85469ZM9.0013 4.65469C8.08464 4.65469 7.33464 5.40469 7.33464 6.32135C7.33464 7.23802 8.08464 7.98802 9.0013 7.98802C9.91797 7.98802 10.668 7.23802 10.668 6.32135C10.668 5.40469 9.91797 4.65469 9.0013 4.65469ZM15.668 6.32135C15.668 8.16302 14.918 9.82969 13.7096 11.0297L14.893 12.213C16.4013 10.7047 17.3346 8.62135 17.3346 6.32135C17.3346 4.02135 16.4013 1.93802 14.893 0.429688L13.7096 1.61302C14.3313 2.22928 14.8244 2.96275 15.1606 3.77095C15.4968 4.57916 15.6692 5.44603 15.668 6.32135ZM4.29297 1.61302L3.10964 0.429688C1.6013 1.93802 0.667969 4.02135 0.667969 6.32135C0.667969 8.62135 1.6013 10.7047 3.10964 12.213L4.29297 11.0297C3.08464 9.82969 2.33464 8.16302 2.33464 6.32135C2.33464 4.47969 3.08464 2.81302 4.29297 1.61302Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--digital-input {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M1.66797 16.9857V12.819H3.33464V15.319H16.668V5.31901H3.33464V7.81901H1.66797V3.65234H18.3346V16.9857H1.66797ZM9.58464 14.069L8.41797 12.8607L10.1471 11.1523H1.66797V9.48568H10.1471L8.41797 7.77734L9.58464 6.56901L13.3346 10.319L9.58464 14.069Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--fuel-filling {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M2.5 18.651H12.5M3.33333 7.81771H11.6667M11.6667 18.651V3.65104C11.6667 3.20901 11.4911 2.78509 11.1785 2.47253C10.866 2.15997 10.442 1.98438 10 1.98438H5C4.55797 1.98438 4.13405 2.15997 3.82149 2.47253C3.50893 2.78509 3.33333 3.20901 3.33333 3.65104V18.651M11.6667 11.151H13.3333C13.7754 11.151 14.1993 11.3266 14.5118 11.6392C14.8244 11.9518 15 12.3757 15 12.8177V14.4844C15 14.9264 15.1756 15.3503 15.4882 15.6629C15.8007 15.9754 16.2246 16.151 16.6667 16.151C17.1087 16.151 17.5326 15.9754 17.8452 15.6629C18.1577 15.3503 18.3333 14.9264 18.3333 14.4844V8.50937C18.3335 8.28945 18.2902 8.07166 18.2058 7.86857C18.1214 7.66547 17.9976 7.48109 17.8417 7.32604L15 4.48437' fill='none' stroke='%23444444' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--fuel-drain {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 19'%3E%3Cpath d='M6.5 0.320312L5.75 1.2389C5.75 1.2389 4.47 2.82457 3.18 4.88046C1.89 6.93635 0.5 9.39686 0.5 11.759C0.5 13.4991 1.13214 15.168 2.25736 16.3985C3.38258 17.629 4.9087 18.3203 6.5 18.3203C8.0913 18.3203 9.61742 17.629 10.7426 16.3985C11.8679 15.168 12.5 13.4991 12.5 11.759C12.5 9.39686 11.11 6.93635 9.82 4.88046C8.53 2.82457 7.25 1.2389 7.25 1.2389L6.5 0.320312ZM6.5 3.74316C6.94 4.31181 7.34 4.78204 8.18 6.11618C9.39 8.04085 10.5 10.4904 10.5 11.759C10.5 14.1867 8.72 16.1332 6.5 16.1332C4.28 16.1332 2.5 14.1867 2.5 11.759C2.5 10.4904 3.61 8.04085 4.82 6.11618C5.66 4.78204 6.06 4.31181 6.5 3.74316Z' fill='%23444444'/%3E%3C/svg%3E");
                background-size: 12px; }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--maintenance {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M12.2511 5.57074C12.0984 5.72652 12.0129 5.93595 12.0129 6.15408C12.0129 6.3722 12.0984 6.58164 12.2511 6.73741L13.5844 8.07074C13.7402 8.22343 13.9496 8.30896 14.1678 8.30896C14.3859 8.30896 14.5953 8.22343 14.7511 8.07074L17.8928 4.92908C18.3118 5.85507 18.4387 6.88677 18.2565 7.8867C18.0743 8.88662 17.5917 9.80728 16.873 10.526C16.1543 11.2447 15.2336 11.7273 14.2337 11.9095C13.2338 12.0916 12.2021 11.9648 11.2761 11.5457L5.51777 17.3041C5.18625 17.6356 4.73661 17.8218 4.26777 17.8218C3.79893 17.8218 3.34929 17.6356 3.01777 17.3041C2.68625 16.9726 2.5 16.5229 2.5 16.0541C2.5 15.5852 2.68625 15.1356 3.01777 14.8041L8.7761 9.04574C8.35707 8.11975 8.2302 7.08805 8.41239 6.08812C8.59457 5.0882 9.07717 4.16754 9.79587 3.44884C10.5146 2.73015 11.4352 2.24755 12.4351 2.06536C13.4351 1.88317 14.4668 2.01005 15.3928 2.42908L12.2594 5.56241L12.2511 5.57074Z' fill='none' stroke='%23444444' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--text-message {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M15.668 0.988281C16.11 0.988281 16.5339 1.16388 16.8465 1.47644C17.159 1.789 17.3346 2.21292 17.3346 2.65495V12.6549C17.3346 13.097 17.159 13.5209 16.8465 13.8335C16.5339 14.146 16.11 14.3216 15.668 14.3216H4.0013L0.667969 17.6549V2.65495C0.667969 2.21292 0.843563 1.789 1.15612 1.47644C1.46868 1.16388 1.89261 0.988281 2.33464 0.988281H15.668ZM2.33464 2.65495V13.6299L3.30964 12.6549H15.668V2.65495H2.33464ZM4.0013 5.15495H14.0013V6.82161H4.0013V5.15495ZM4.0013 8.48828H11.5013V10.1549H4.0013V8.48828Z' fill='%23444444' /%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--email {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath d='M17.3346 2.31901C17.3346 1.40234 16.5846 0.652344 15.668 0.652344H2.33464C1.41797 0.652344 0.667969 1.40234 0.667969 2.31901V12.319C0.667969 13.2357 1.41797 13.9857 2.33464 13.9857H15.668C16.5846 13.9857 17.3346 13.2357 17.3346 12.319V2.31901ZM15.668 2.31901L9.0013 6.48568L2.33464 2.31901H15.668ZM15.668 12.319H2.33464V3.98568L9.0013 8.15234L15.668 3.98568V12.319Z' fill='%23444444' /%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--mobile-app {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M14.0625 0.320312C14.709 0.320313 15.329 0.557365 15.7861 0.979322C16.2432 1.40128 16.5 1.97358 16.5 2.57031V18.0703C16.5 18.667 16.2432 19.2393 15.7861 19.6613C15.329 20.0833 14.709 20.3203 14.0625 20.3203H5.9375C5.29103 20.3203 4.67105 20.0833 4.21393 19.6613C3.75681 19.2393 3.5 18.667 3.5 18.0703V2.57031C3.5 1.97358 3.75681 1.40128 4.21393 0.979322C4.67105 0.557365 5.29103 0.320313 5.9375 0.320312H14.0625ZM14.0625 1.82031H5.9375C5.72201 1.82031 5.51535 1.89933 5.36298 2.03998C5.2106 2.18063 5.125 2.3714 5.125 2.57031V18.0703C5.125 18.4843 5.489 18.8203 5.9375 18.8203H14.0625C14.278 18.8203 14.4847 18.7413 14.637 18.6006C14.7894 18.46 14.875 18.2692 14.875 18.0703V2.57031C14.875 2.3714 14.7894 2.18063 14.637 2.03998C14.4847 1.89933 14.278 1.82031 14.0625 1.82031ZM11.3531 15.8203C11.5686 15.82 11.7753 15.8988 11.9279 16.0393C12.0805 16.1797 12.1664 16.3704 12.1667 16.5693C12.167 16.7682 12.0816 16.9591 11.9295 17.0999C11.7773 17.2408 11.5707 17.32 11.3553 17.3203L8.64692 17.3243C8.43143 17.3246 8.22465 17.2458 8.07208 17.1054C7.9195 16.9649 7.83362 16.7742 7.83333 16.5753C7.83305 16.3764 7.91837 16.1855 8.07054 16.0447C8.22271 15.9038 8.42926 15.8246 8.64475 15.8243L11.3531 15.8203Z' fill='%23444444' /%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--browser {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 15'%3E%3Cpath d='M17.5 7.82031V16.987C17.5 17.208 17.4122 17.42 17.2559 17.5762C17.0996 17.7325 16.8877 17.8203 16.6667 17.8203H3.33333C3.11232 17.8203 2.90036 17.7325 2.74408 17.5762C2.5878 17.42 2.5 17.208 2.5 16.987V7.82031' fill='none' stroke='%23444444' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M2.5 3.65365C2.5 3.43263 2.5878 3.22067 2.74408 3.06439C2.90036 2.90811 3.11232 2.82031 3.33333 2.82031H16.6667C16.8877 2.82031 17.0996 2.90811 17.2559 3.06439C17.4122 3.22067 17.5 3.43263 17.5 3.65365V7.82031H2.5V3.65365Z' fill='none' stroke='%23444444' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4.9974 6.15495C5.21841 6.15495 5.43037 6.06715 5.58665 5.91087C5.74293 5.75459 5.83073 5.54263 5.83073 5.32161C5.83073 5.1006 5.74293 4.88864 5.58665 4.73236C5.43037 4.57608 5.21841 4.48828 4.9974 4.48828C4.77638 4.48828 4.56442 4.57608 4.40814 4.73236C4.25186 4.88864 4.16406 5.1006 4.16406 5.32161C4.16406 5.54263 4.25186 5.75459 4.40814 5.91087C4.56442 6.06715 4.77638 6.15495 4.9974 6.15495ZM7.4974 6.15495C7.71841 6.15495 7.93037 6.06715 8.08665 5.91087C8.24293 5.75459 8.33073 5.54263 8.33073 5.32161C8.33073 5.1006 8.24293 4.88864 8.08665 4.73236C7.93037 4.57608 7.71841 4.48828 7.4974 4.48828C7.27638 4.48828 7.06442 4.57608 6.90814 4.73236C6.75186 4.88864 6.66406 5.1006 6.66406 5.32161C6.66406 5.54263 6.75186 5.75459 6.90814 5.91087C7.06442 6.06715 7.27638 6.15495 7.4974 6.15495ZM9.9974 6.15495C10.2184 6.15495 10.4304 6.06715 10.5867 5.91087C10.7429 5.75459 10.8307 5.54263 10.8307 5.32161C10.8307 5.1006 10.7429 4.88864 10.5867 4.73236C10.4304 4.57608 10.2184 4.48828 9.9974 4.48828C9.77638 4.48828 9.56442 4.57608 9.40814 4.73236C925186 4.88864 9.16406 5.1006 9.16406 5.32161C9.16406 5.54263 9.25186 5.75459 9.40814 5.91087C9.56442 6.06715 9.77638 6.15495 9.9974 6.15495Z' fill='%23444444' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--telegram {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M16.5013 1.48438L0.667969 7.73437L6.5013 8.56771M16.5013 1.48438L14.418 13.9844L6.5013 8.56771M16.5013 1.48438L6.5013 8.56771M6.5013 8.56771V13.151L9.2088 10.4202' fill='none' stroke='%23444444' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--send-http-request {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 11'%3E%3Cpath d='M5.66797 10.3203L0.667969 5.32031L5.66797 0.320312L6.85547 1.50781L3.02214 5.34115L6.83463 9.15365L5.66797 10.3203ZM12.3346 10.3203L11.1471 9.13281L14.9805 5.29948L11.168 1.48698L12.3346 0.320312L17.3346 5.32031L12.3346 10.3203Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--send-command {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M8.63082 9.81069L3.73461 14.9359C3.66116 15.0103 3.60259 15.0992 3.56232 15.1974C3.52204 15.2957 3.50087 15.4014 3.50003 15.5083C3.49919 15.6153 3.5187 15.7213 3.55743 15.8203C3.59616 15.9192 3.65333 16.0091 3.7256 16.0847C3.79787 16.1603 3.88379 16.22 3.97836 16.2605C4.07293 16.3009 4.17425 16.3213 4.27641 16.3203C4.37856 16.3193 4.4795 16.297 4.57335 16.2548C4.6672 16.2125 4.75206 16.1511 4.823 16.0742L10.2629 10.3798C10.407 10.2288 10.4879 10.0241 10.4879 9.81069C10.4879 9.59727 10.407 9.39258 10.2629 9.24157L4.823 3.54612C4.67783 3.39949 4.48345 3.31841 4.28173 3.32035C4.08 3.32228 3.88708 3.40707 3.7445 3.55646C3.60192 3.70585 3.5211 3.90789 3.51944 4.11905C3.51778 4.33021 3.59542 4.53361 3.73564 4.68543L8.63082 9.81069ZM11.0887 13.526C10.8846 13.526 10.6889 13.6109 10.5446 13.7619C10.4004 13.913 10.3193 14.1178 10.3193 14.3314C10.3193 14.545 10.4004 14.7498 10.5446 14.9009C10.6889 15.0519 10.8846 15.1367 11.0887 15.1367H16.7306C16.9347 15.1367 17.1304 15.0519 17.2747 14.9009C17.4189 14.7498 17.5 14.545 17.5 14.3314C17.5 14.1178 17.4189 13.913 17.2747 13.7619C17.1304 13.6109 16.9347 13.526 16.7306 13.526H11.0887Z' fill='%23444444' /%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--multi-driver, .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--multi-driver-profiles {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M2.5 10.3203C2.5 11.3052 2.69399 12.2805 3.0709 13.1904C3.44781 14.1004 4.00026 14.9272 4.6967 15.6236C5.39314 16.3201 6.21993 16.8725 7.12987 17.2494C8.03982 17.6263 9.01509 17.8203 10 17.8203C10.9849 17.8203 11.9602 17.6263 12.8701 17.2494C13.7801 16.8725 14.6069 16.3201 15.3033 15.6236C15.9997 14.9272 16.5522 14.1004 16.9291 13.1904C17.306 12.2805 17.5 11.3052 17.5 10.3203C17.5 9.3354 17.306 8.36013 16.9291 7.45019C16.5522 6.54024 15.9997 5.71345 15.3033 5.01701C14.6069 4.32057 13.7801 3.76813 12.8701 3.39122C11.9602 3.01431 10.9849 2.82031 10 2.82031C9.01509 2.82031 8.03982 3.01431 7.12987 3.39122C6.21993 3.76813 5.39314 4.32057 4.6967 5.01701C4.00026 5.71345 3.44781 6.54024 3.0709 7.45019C2.69399 8.36013 2.5 9.3354 2.5 10.3203Z' fill='none' stroke='%23444444' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M8.33594 10.319C8.33594 10.761 8.51153 11.185 8.82409 11.4975C9.13665 11.8101 9.56058 11.9857 10.0026 11.9857M8.33594 10.319C8.33594 9.87698 8.51153 9.45306 8.82409 9.1405C9.13665 8.82794 9.56058 8.65234 10.0026 8.65234C10.4446 8.65234 10.8686 8.82794 11.1811 9.1405C11.4937 9.45306 11.6693 9.87698 11.6693 10.319M8.33594 10.319L2.71094 8.65234M10.0026 11.9857C10.4446 11.9857 10.8686 11.8101 11.1811 11.4975C11.4937 11.185 11.6693 10.761 11.6693 10.319M10.0026 11.9857V17.819M11.6693 10.319L17.2943 8.65234' fill='none' stroke='%23444444' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--login-report {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M10 17.8203V16.1536H15.8333V4.48698H10V2.82031H17.5V17.8203H10ZM8.33333 14.487L7.1875 13.2786L9.3125 11.1536H2.5V9.48698H9.3125L7.1875 7.36198L8.33333 6.15365L12.5 10.3203L8.33333 14.487Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--diagnostic-report {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M9.375 12.8203H10.625V15.3203H9.375V12.8203ZM12.5 11.5703H13.75V15.3203H12.5V11.5703ZM6.25 9.07031H7.5V15.3203H6.25V9.07031Z' fill='%23444444'/%3E%3Cpath d='M15.625 3.44531H13.75V2.82031C13.75 2.48879 13.6183 2.17085 13.3839 1.93643C13.1495 1.70201 12.8315 1.57031 12.5 1.57031H7.5C7.16848 1.57031 6.85054 1.70201 6.61612 1.93643C6.3817 2.17085 6.25 2.48879 6.25 2.82031V3.44531H4.375C4.04348 3.44531 3.72554 3.57701 3.49112 3.81143C3.2567 4.04585 3.125 4.36379 3.125 4.69531V17.8203C3.125 18.1518 3.2567 18.4698 3.49112 18.7042C3.72554 18.9386 4.04348 19.0703 4.375 19.0703H15.625C15.9565 19.0703 16.2745 18.9386 16.5089 18.7042C16.7433 18.4698 16.875 18.1518 16.875 17.8203V4.69531C16.875 4.36379 16.7433 4.04585 16.5089 3.81143C16.2745 3.57701 15.9565 3.44531 15.625 3.44531ZM7.5 2.82031H12.5V5.32031H7.5V2.82031ZM15.625 17.8203H4.375V4.69531H6.25V6.57031H13.75V4.69531H15.625V17.8203Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--ifta {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M5.875 2.82031L2.875 0.945312L0.5 2.82031V19.6953L2.375 18.7253L4.125 17.8203L7.125 19.6953L10.125 17.8203L13.125 19.6953L15.5 17.8203V0.945312L13.625 1.91531L11.875 2.82031L8.875 0.945312L5.875 2.82031ZM8.875 3.15656L6.86875 4.41031L5.875 5.03156L4.88125 4.41031L3.00125 3.23531L2.375 3.72906V16.6141L3.2625 16.1553L4.2125 15.6641L5.11875 16.2303L7.125 17.4841L9.13125 16.2303L10.125 15.6091L11.1187 16.2303L12.9987 17.4053L13.625 16.9116V4.02656L12.7375 4.48531L11.7875 4.97656L10.8813 4.41031L8.875 3.15656ZM4.25 8.44531C4.25 8.19667 4.34877 7.95822 4.52459 7.7824C4.7004 7.60658 4.93886 7.50781 5.1875 7.50781H10.8125C11.0611 7.50781 11.2996 7.60658 11.4754 7.7824C11.6512 7.95822 11.75 8.19667 11.75 8.44531C11.75 8.69395 11.6512 8.93241 11.4754 9.10822C11.2996 9.28404 11.0611 9.38281 10.8125 9.38281H5.1875C4.93886 9.38281 4.7004 9.28404 4.52459 9.10822C4.34877 8.93241 4.25 8.69395 4.25 8.44531ZM5.1875 11.2578C4.93886 11.2578 4.7004 11.3566 4.52459 11.5324C4.34877 11.7082 4.25 11.9467 4.25 12.1953C4.25 12.444 4.34877 12.6824 4.52459 12.8582C4.7004 13.034 4.93886 13.1328 5.1875 13.1328H8.3125C8.56114 13.1328 8.7996 13.034 8.97541 12.8582C9.15123 12.6824 9.25 12.444 9.25 12.1953C9.25 11.9467 9.15123 11.7082 8.97541 11.5324C8.7996 11.3566 8.56114 11.2578 8.3125 11.2578H5.1875Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--custom-report-builder {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M17.7586 6.05294L14.268 2.56153C14.1519 2.44543 14.0141 2.35333 13.8624 2.29049C13.7107 2.22765 13.5482 2.19531 13.384 2.19531C13.2198 2.19531 13.0572 2.22765 12.9056 2.29049C12.7539 2.35333 12.6161 2.44543 12.5 2.56153L2.86641 12.1959C2.74983 12.3116 2.65741 12.4492 2.59451 12.6009C2.5316 12.7526 2.49948 12.9153 2.50001 13.0795V16.5709C2.50001 16.9024 2.6317 17.2204 2.86612 17.4548C3.10054 17.6892 3.41849 17.8209 3.75001 17.8209H7.24141C7.40563 17.8214 7.5683 17.7893 7.71999 17.7264C7.87168 17.6635 8.00935 17.5711 8.12501 17.4545L17.7586 7.8209C17.8747 7.70483 17.9668 7.56702 18.0296 7.41534C18.0925 7.26367 18.1248 7.1011 18.1248 6.93692C18.1248 6.77274 18.0925 6.61018 18.0296 6.4585C17.9668 6.30682 17.8747 6.16901 17.7586 6.05294ZM4.0086 12.8209L10.625 6.2045L11.9289 7.5084L5.31251 14.124L4.0086 12.8209ZM3.75001 14.3295L5.99141 16.5709H3.75001V14.3295ZM7.50001 16.3123L6.1961 15.0084L12.8125 8.392L14.1164 9.6959L7.50001 16.3123ZM15 8.81231L11.5086 5.3209L13.3836 3.4459L16.875 6.93653L15 8.81231Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--track-decorator {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 10'%3E%3Cpath d='M5.5013 9.58366C4.87491 9.58366 4.2829 9.46327 3.72526 9.22249C3.16762 8.98171 2.68072 8.65324 2.26455 8.23708C1.84839 7.82091 1.51991 7.33401 1.27914 6.77637C1.03836 6.21873 0.917969 5.62671 0.917969 5.00033C0.917969 4.3663 1.04218 3.77046 1.29059 3.21283C1.53901 2.65519 1.87512 2.17012 2.29893 1.75762C2.72273 1.34512 3.21727 1.01863 3.78255 0.778159C4.34783 0.537687 4.9513 0.417298 5.59297 0.416992C6.20408 0.416992 6.78082 0.522103 7.32318 0.732326C7.86554 0.942548 8.34114 1.23283 8.74997 1.60316C9.1588 1.97349 9.48345 2.41273 9.72393 2.92087C9.9644 3.42901 10.0846 3.97702 10.0846 4.56491C10.0846 5.44338 9.81727 6.11759 9.28255 6.58753C8.74783 7.05748 8.09852 7.2923 7.33464 7.29199H6.48672C6.41797 7.29199 6.3703 7.31109 6.34372 7.34928C6.31714 7.38748 6.30369 7.42949 6.30339 7.47533C6.30339 7.56699 6.36068 7.69884 6.47526 7.87087C6.58984 8.0429 6.64714 8.23952 6.64714 8.46074C6.64714 8.84269 6.54218 9.12533 6.33226 9.30866C6.12234 9.49199 5.84536 9.58366 5.5013 9.58366ZM2.98047 5.45866C3.17908 5.45866 3.34332 5.39373 3.47318 5.26387C3.60304 5.13401 3.66797 4.96977 3.66797 4.77116C3.66797 4.57255 3.60304 4.40831 3.47318 4.27845C3.34332 4.14859 3.17908 4.08366 2.98047 4.08366C2.78186 4.08366 2.61762 4.14859 2.48776 4.27845C2.3579 4.40831 2.29297 4.57255 2.29297 4.77116C2.29297 4.96977 2.3579 5.13401 2.48776 5.26387C2.61762 5.39373 2.78186 5.45866 2.98047 5.45866ZM4.35547 3.62533C4.55408 3.62533 4.71832 3.5604 4.84818 3.43053C4.97804 3.30067 5.04297 3.13644 5.04297 2.93783C5.04297 2.73921 4.97804 2.57498 4.84818 2.44512C4.71832 2.31526 4.55408 2.25033 4.35547 2.25033C4.15686 2.25033 3.99262 2.31526 3.86276 2.44512C3.7329 2.57498 3.66797 2.73921 3.66797 2.93783C3.66797 3.13644 3.7329 3.30067 3.86276 3.43053C3.99262 3.5604 4.15686 3.62533 4.35547 3.62533ZM6.64714 3.62533C6.84575 3.62533 7.00998 3.5604 7.13984 3.43053C7.2697 3.30067 7.33464 3.13644 7.33464 2.93783C7.33464 2.73921 7.2697 2.57498 7.13984 2.44512C7.00998 2.31526 6.84575 2.25033 6.64714 2.25033C6.44852 2.25033 6.28429 2.31526 6.15443 2.44512C6.02457 2.57498 5.95964 2.73921 5.95964 2.93783C5.95964 3.13644 6.02457 3.30067 6.15443 3.43053C6.28429 3.5604 6.44852 3.62533 6.64714 3.62533ZM8.02214 5.45866C8.22075 5.45866 8.38498 5.39373 8.51484 5.26387C8.64471 5.13401 8.70964 4.96977 8.70964 4.77116C8.70964 4.57255 8.64471 4.40831 8.51484 4.27845C8.38498 4.14859 8.22075 4.08366 8.02214 4.08366C7.82352 4.08366 7.65929 4.14859 7.52943 4.27845C7.39957 4.40831 7.33464 4.57255 7.33464 4.77116C7.33464 4.96977 7.39957 5.13401 7.52943 5.26387C7.65929 5.39373 7.82352 5.45866 8.02214 5.45866ZM5.5013 8.66699C5.57005 8.66699 5.62551 8.64789 5.66768 8.6097C5.70984 8.57151 5.73077 8.52185 5.73047 8.46074C5.73047 8.3538 5.67318 8.22776 5.55859 8.08262C5.44401 7.93748 5.38672 7.71977 5.38672 7.42949C5.38672 7.10866 5.49748 6.85276 5.71901 6.66178C5.94054 6.47081 6.21172 6.37533 6.53255 6.37533H7.33464C7.8388 6.37533 8.2704 6.22835 8.62943 5.93441C8.98846 5.64046 9.16797 5.18396 9.16797 4.56491C9.16797 3.6406 8.81475 2.87091 8.1083 2.25583C7.40186 1.64074 6.56341 1.33335 5.59297 1.33366C4.55408 1.33366 3.66797 1.68887 2.93464 2.39928C2.2013 3.1097 1.83464 3.97671 1.83464 5.00033C1.83464 6.0163 2.19183 6.88148 2.90622 7.59587C3.62061 8.31026 4.48564 8.6673 5.5013 8.66699Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--access-controls {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M10 1.98828C9.17591 1.98828 8.37033 2.23265 7.68512 2.69049C6.99992 3.14833 6.46587 3.79907 6.1505 4.56043C5.83514 5.32179 5.75262 6.15957 5.91339 6.96782C6.07417 7.77608 6.471 8.51851 7.05372 9.10123C7.63644 9.68394 8.37887 10.0808 9.18712 10.2416C9.99538 10.4023 10.8332 10.3198 11.5945 10.0044C12.3559 9.68908 13.0066 9.15503 13.4645 8.46982C13.9223 7.78462 14.1667 6.97904 14.1667 6.15495C14.1667 5.04988 13.7277 3.99007 12.9463 3.20867C12.1649 2.42727 11.1051 1.98828 10 1.98828ZM10 8.65495C9.50555 8.65495 9.0222 8.50833 8.61107 8.23362C8.19995 7.95892 7.87952 7.56847 7.6903 7.11166C7.50108 6.65484 7.45157 6.15217 7.54804 5.66722C7.6445 5.18227 7.8826 4.73681 8.23223 4.38718C8.58186 4.03755 9.02732 3.79945 9.51227 3.70298C9.99723 3.60652 10.4999 3.65603 10.9567 3.84525C11.4135 4.03447 11.804 4.3549 12.0787 4.76602C12.3534 5.17715 12.5 5.66049 12.5 6.15495C12.5 6.81799 12.2366 7.45387 11.7678 7.92272C11.2989 8.39156 10.663 8.65495 10 8.65495ZM17.5 17.8216V16.9883C17.5 15.4412 16.8854 13.9575 15.7915 12.8635C14.6975 11.7695 13.2138 11.1549 11.6667 11.1549H8.33333C6.78624 11.1549 5.30251 11.7695 4.20854 12.8635C3.11458 13.9575 2.5 15.4412 2.5 16.9883V17.8216H4.16667V16.9883C4.16667 15.8832 4.60565 14.8234 5.38705 14.042C6.16846 13.2606 7.22826 12.8216 8.33333 12.8216H11.6667C12.7717 12.8216 13.8315 13.2606 14.6129 14.042C15.3943 14.8234 15.8333 15.8832 15.8333 16.9883V17.8216H17.5Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--device-inputs-outputs {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M15.8333 6.98438H17.5C17.721 6.98438 17.933 7.07217 18.0893 7.22845C18.2455 7.38473 18.3333 7.59669 18.3333 7.81771V17.8177C18.3333 18.0387 18.2455 18.2507 18.0893 18.407C17.933 18.5632 17.721 18.651 17.5 18.651H10.8333C10.6123 18.651 10.4004 18.5632 10.2441 18.407C10.0878 18.2507 10 18.0387 10 17.8177V16.9844H3.33333C3.11232 16.9844 2.90036 16.8966 2.74408 16.7403C2.5878 16.584 2.5 16.3721 2.5 16.151V2.81771C2.5 2.59669 2.5878 2.38473 2.74408 2.22845C2.90036 2.07217 3.11232 1.98438 3.33333 1.98438H15C15.221 1.98438 15.433 2.07217 15.5893 2.22845C15.7455 2.38473 15.8333 2.59669 15.8333 2.81771V6.98438ZM14.1667 6.98438V3.65104H4.16667V15.3177H10V7.81771C10 7.59669 10.0878 7.38473 10.2441 7.22845C10.4004 7.07217 10.6123 6.98438 10.8333 6.98438H14.1667ZM11.6667 8.65104V16.9844H16.6667V8.65104H11.6667Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--ignition-cut-off {
                background-image: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 100 100" fill="%233A8DDE" xmlns="http://www.w3.org/2000/svg"><g><path d="M33.4,13.7c-7.2,7.2-9.1,16.1-8.3,25.9c-1.3,0-2.3,0-3.2,0C19.5,19.2,32.6,5.4,47.9,1.9c15.8-3.6,35.4,6.7,38.9,26.7c0.3,1.5,0.4,3.1,0.4,4.7c0.1,6,0,12,0,18c0,0.3,0,0.7-0.1,1.1c-1.1,0-2.1,0-3.2,0c0-0.5,0-1,0-1.5c0-5.7,0.1-11.4,0-17.2c-0.2-9.5-4.1-17.1-11.5-23.1c-0.1-0.1-0.3-0.2-0.4-0.3c0,0-0.1,0-0.1,0c7.4,10.8,4.2,22.8-2.6,29.4c-7.3,7-18.4,8.3-27.1,3.1c-5-3-8.4-7.3-10-13C30.5,24.4,31.1,19,33.4,13.7z M53.7,4.7c-11.1,0.2-19.3,8.7-19.1,19.7c0.2,10.3,9,18.6,19.6,18.4c10.5-0.2,18.7-9,18.5-19.8C72.5,12.9,63.7,4.4,53.7,4.7z"/><path d="M7.4,65.2c0.5,0,1-0.1,1.4-0.1c9.7,0,19.3,0,29,0c1.3,0,1.7,0.4,1.6,1.7c-0.1,4.3,0,8.6,0,12.9c0,0.5,0,1-0.1,1.5c-10.7,0-21.3,0-31.9,0C7.4,75.9,7.4,70.6,7.4,65.2z M10.7,68.6c0,1.1,0,2,0,2.9c1,0,1.9,0,2.8,0c0-1,0-1.9,0-2.9C12.5,68.6,11.7,68.6,10.7,68.6z M17,68.6c0,1.1,0,1.9,0,2.8c1,0,2,0,2.9,0c0-1,0-1.9,0-2.8C19,68.6,18,68.6,17,68.6z M23.4,71.4c1.1,0,2,0,3,0c0-1,0-1.9,0-2.8c-1,0-2,0-3,0C23.4,69.6,23.4,70.4,23.4,71.4z"/><path d="M23.5,55.6c5.6,0,11.2,0,16.8,0c1.8,0,2.3,0.4,2.3,2.3c0.1,4.2,0.1,4.2-4.1,4.2c-10.5,0-21.1,0-31.6,0c-2.3,0-2.8-0.5-2.8-2.8c-0.1-3.5,0.4-3.7,3.7-3.7C12.9,55.6,18.2,55.6,23.5,55.6z"/><path d="M93.5,87.6c-2.1,0-4.2,0-6.3,0c0-1,0-2,0-3c-1.1,0-2,0-3.1,0c0,1,0,1.9,0,3c-2.2,0-4.3,0-6.4,0c0-0.3-0.1-0.7-0.1-1c0-3.5,0-7.1,0-10.6c0-0.9,0.2-1.3,1.2-1.2c1.7,0.1,3.5,0,5.3,0c0,2.2,0,4.2,0,6.3c1.1,0,2,0,3.1,0c0-2,0-4.1,0-6.3c2.2,0,4.3,0,6.4,0C93.5,79,93.5,83.2,93.5,87.6z"/><path d="M29.7,42.9c0,3.2,0,6.3,0,9.5c-4.3,0-8.4,0-12.7,0c0-3.1,0-6.3,0-9.5C21.2,42.9,25.4,42.9,29.7,42.9z"/><path d="M92,55.7c0,3.2,0,6.3,0,9.5c-0.4,0-0.7,0.1-1.1,0.1c-3.5,0-7,0-10.6,0c-0.9,0-1.2-0.3-1.2-1.2c0.1-2.8,0-5.5,0-8.4C83.4,55.7,87.6,55.7,92,55.7z"/><path d="M8.3,84.4c10.1,0,19.9,0,30,0c-0.5,1.1-0.9,2-1.5,2.9c-0.1,0.2-0.7,0.3-1.1,0.3c-8.3,0-16.6,0-24.9,0c-0.5,0-1.1-0.4-1.4-0.9C9,86.1,8.8,85.3,8.3,84.4z"/><path d="M95.8,71.6c-6.8,0-13.7,0-20.5,0c-0.1-0.1-0.2-0.2-0.3-0.4c1-0.9,1.9-1.8,3-2.6c0.3-0.2,0.8-0.3,1.3-0.3c4.2,0,8.4,0,12.6,0c0.6,0,1.3,0.3,1.7,0.7c0.9,0.7,1.6,1.5,2.4,2.2C96,71.4,95.9,71.5,95.8,71.6z"/><path d="M90.3,97.2c-3.2,0-6.3,0-9.5,0c0-2.1,0-4.1,0-6.3c3.1,0,6.3,0,9.5,0C90.3,92.9,90.3,94.9,90.3,97.2z"/><path d="M12.2,90.8c2.1,0,4.2,0,6.3,0c0,2.7,0,5.3,0,8c-2.1,0-4.1,0-6.3,0C12.2,96.2,12.2,93.5,12.2,90.8z"/><path d="M28.2,90.8c2.1,0,4.1,0,6.3,0c0,2.6,0,5.2,0,8c-2,0-4.1,0-6.3,0C28.2,96.2,28.2,93.6,28.2,90.8z"/><path d="M53.5,39.7c-8.8,0-16-7.3-15.9-16.1c0.1-8.8,7.4-16,16.2-15.9c8.8,0.1,16,7.4,15.9,16.2C69.6,32.6,62.4,39.7,53.5,39.7zM53.7,36.4c7,0,12.7-5.7,12.6-12.7c0-7-5.8-12.7-12.8-12.7c-7,0.1-12.7,5.8-12.6,12.8C41,30.8,46.7,36.4,53.7,36.4z"/></g></svg>'); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--fuel-sensors {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 13'%3E%3Cpath d='M5.46797 9.85469C4.55964 8.95469 4.0013 7.70469 4.0013 6.32135C4.0013 4.93802 4.55964 3.68802 5.46797 2.78802L6.6513 3.97135C6.04297 4.57135 5.66797 5.40469 5.66797 6.32135C5.66797 7.23802 6.04297 8.07135 6.64297 8.67969L5.46797 9.85469ZM12.5346 9.85469C13.443 8.95469 14.0013 7.70469 14.0013 6.32135C14.0013 4.93802 13.443 3.68802 12.5346 2.78802L11.3513 3.97135C11.9596 4.57135 12.3346 5.40469 12.3346 6.32135C12.3346 7.23802 11.9596 8.07135 11.3596 8.67969L12.5346 9.85469ZM9.0013 4.65469C8.08464 4.65469 7.33464 5.40469 7.33464 6.32135C7.33464 7.23802 8.08464 7.98802 9.0013 7.98802C9.91797 7.98802 10.668 7.23802 10.668 6.32135C10.668 5.40469 9.91797 4.65469 9.0013 4.65469ZM15.668 6.32135C15.668 8.16302 14.918 9.82969 13.7096 11.0297L14.893 12.213C16.4013 10.7047 17.3346 8.62135 17.3346 6.32135C17.3346 4.02135 16.4013 1.93802 14.893 0.429688L13.7096 1.61302C14.3313 2.22928 14.8244 2.96275 15.1606 3.77095C15.4968 4.57916 15.6692 5.44603 15.668 6.32135ZM4.29297 1.61302L3.10964 0.429688C1.6013 1.93802 0.667969 4.02135 0.667969 6.32135C0.667969 8.62135 1.6013 10.7047 3.10964 12.213L4.29297 11.0297C3.08464 9.82969 2.33464 8.16302 2.33464 6.32135C2.33464 4.47969 3.08464 2.81302 4.29297 1.61302Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--driver-id {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M2.5026 5.32292H17.5026V15.3229H2.5026V5.32292ZM1.66927 3.65625C1.44826 3.65625 1.2363 3.74405 1.08002 3.90033C0.923735 4.05661 0.835938 4.26857 0.835938 4.48958V16.1562C0.835938 16.3773 0.923735 16.5892 1.08002 16.7455C1.2363 16.9018 1.44826 16.9896 1.66927 16.9896H18.3359C18.557 16.9896 18.7689 16.9018 18.9252 16.7455C19.0815 16.5892 19.1693 16.3773 19.1693 16.1562V4.48958C19.1693 4.26857 19.0815 4.05661 18.9252 3.90033C18.7689 3.74405 18.557 3.65625 18.3359 3.65625H1.66927ZM10.8359 6.98958H15.8359V8.65625H10.8359V6.98958ZM15.0026 10.3229H10.8359V11.9896H15.0026V10.3229ZM8.7526 8.65625C8.7526 9.20878 8.53311 9.73869 8.14241 10.1294C7.75171 10.5201 7.22181 10.7396 6.66927 10.7396C6.11674 10.7396 5.58683 10.5201 5.19613 10.1294C4.80543 9.73869 4.58594 9.20878 4.58594 8.65625C4.58594 8.10372 4.80543 7.57381 5.19613 7.18311C5.58683 6.79241 6.11674 6.57292 6.66927 6.57292C7.22181 6.57292 7.75171 6.79241 8.14241 7.18311C8.53311 7.57381 8.7526 8.10372 8.7526 8.65625ZM6.66927 11.5729C5.89572 11.5729 5.15386 11.8802 4.60688 12.4272C4.0599 12.9742 3.7526 13.716 3.7526 14.4896H9.58594C9.58594 13.716 9.27865 12.9742 8.73167 12.4272C8.18468 11.8802 7.44282 11.5729 6.66927 11.5729Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--dispatch {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 9'%3E%3Cpath d='M0.347656 0.0559082V7.36708H1.44642C1.6017 7.96555 2.13994 8.41153 2.78471 8.41153C3.42949 8.41153 3.96773 7.96555 4.12301 7.36708H7.01684C7.17211 7.96555 7.71036 8.41153 8.35513 8.41153C8.99991 8.41153 9.53815 7.96555 9.69342 7.36708H10.7922V3.74422L10.6944 3.63525L8.60545 1.54634L8.49648 1.44851H6.61438V0.0559082H0.347656ZM1.04396 0.75221H5.91807V6.67078H4.12301C3.96773 6.07231 3.42949 5.62633 2.78471 5.62633C2.13994 5.62633 1.6017 6.07231 1.44642 6.67078H1.04396V0.75221ZM6.61438 2.14481H8.20299L10.0959 4.03806V6.67078H9.69342C9.53815 6.07231 8.99991 5.62633 8.35513 5.62633C7.71036 5.62633 7.17211 6.07231 7.01684 6.67078H6.61438V2.14481ZM2.78471 6.32263C3.1736 6.32263 3.48102 6.63004 3.48102 7.01893C3.48102 7.40781 3.1736 7.71523 2.78471 7.71523C2.39583 7.71523 2.08841 7.40781 2.08841 7.01893C2.08841 6.63004 2.39583 6.32263 2.78471 6.32263ZM8.35513 6.32263C8.74402 6.32263 9.05143 6.63004 9.05143 7.01893C9.05143 7.40781 8.74402 7.71523 8.35513 7.71523C7.96625 7.71523 7.65883 7.40781 7.65883 7.01893C7.65883 6.63004 7.96625 6.32263 8.35513 6.32263Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--routing {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M9.16667 18.651V14.4844C9.16667 13.7066 9.04861 13.1302 8.8125 12.7552C8.57639 12.3802 8.26389 12.0122 7.875 11.651L9.0625 10.4635C9.22917 10.6163 9.38889 10.7797 9.54167 10.9535C9.69444 11.1274 9.84722 11.3113 10 11.5052C10.1944 11.2413 10.3925 11.0088 10.5942 10.8077C10.7958 10.6066 11.0006 10.4085 11.2083 10.2135C11.7361 9.72743 12.2153 9.16493 12.6458 8.52604C13.0764 7.88715 13.3056 6.7691 13.3333 5.17187L12.0208 6.48438L10.8333 5.31771L14.1667 1.98438L17.5 5.31771L16.3333 6.48438L15 5.17187C14.9722 7.15799 14.6667 8.57132 14.0833 9.41187C13.5 10.2524 12.9167 10.9363 12.3333 11.4635C11.8889 11.8663 11.5278 12.2588 11.25 12.641C10.9722 13.0233 10.8333 13.6377 10.8333 14.4844V18.651H9.16667ZM5.16667 7.13021C5.11111 6.85243 5.07306 6.54687 5.0525 6.21354C5.03194 5.88021 5.01444 5.53299 5 5.17187L3.66667 6.48438L2.5 5.31771L5.83333 1.98438L9.16667 5.31771L7.97917 6.48438L6.66667 5.19271C6.66667 5.48437 6.68056 5.75882 6.70833 6.01604C6.73611 6.27326 6.76389 6.51271 6.79167 6.73437L5.16667 7.13021ZM6.95833 10.7969C6.68056 10.5052 6.41333 10.1649 6.15667 9.77604C5.9 9.38715 5.67417 8.90799 5.47917 8.33854L7.08333 7.94271C7.22222 8.31771 7.38194 8.63715 7.5625 8.90104C7.74306 9.16493 7.9375 9.40104 8.14583 9.60937L6.95833 10.7969Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--job-automation {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M9.9993 6.56962C9.25762 6.56962 8.5326 6.78955 7.91591 7.2016C7.29923 7.61366 6.81858 8.19933 6.53476 8.88455C6.25093 9.56978 6.17666 10.3238 6.32136 11.0512C6.46605 11.7786 6.82321 12.4468 7.34765 12.9713C7.8721 13.4957 8.54029 13.8529 9.26771 13.9976C9.99514 14.1423 10.7491 14.068 11.4344 13.7842C12.1196 13.5003 12.7053 13.0197 13.1173 12.403C13.5294 11.7863 13.7493 11.0613 13.7493 10.3196C13.7483 9.32537 13.3528 8.37214 12.6498 7.66911C11.9468 6.96607 10.9935 6.57065 9.9993 6.56962ZM9.9993 12.8196C9.50485 12.8196 9.0215 12.673 8.61038 12.3983C8.19925 12.1236 7.87882 11.7331 7.6896 11.2763C7.50039 10.8195 7.45088 10.3168 7.54734 9.83189C7.6438 9.34694 7.88191 8.90148 8.23154 8.55185C8.58117 8.20222 9.02663 7.96412 9.51158 7.86765C9.99653 7.77119 10.4992 7.8207 10.956 8.00992C11.4128 8.19914 11.8033 8.51957 12.078 8.93069C12.3527 9.34181 12.4993 9.82516 12.4993 10.3196C12.4993 10.9827 12.2359 11.6185 11.7671 12.0874C11.2982 12.5562 10.6623 12.8196 9.9993 12.8196ZM16.8743 10.4884C16.8774 10.3759 16.8774 10.2634 16.8743 10.1509L18.0399 8.69462C18.101 8.61816 18.1434 8.52841 18.1634 8.43261C18.1835 8.3368 18.1808 8.23762 18.1556 8.14305C17.9645 7.42477 17.6786 6.73512 17.3056 6.09227C17.2567 6.00815 17.1889 5.93658 17.1075 5.88328C17.0261 5.82998 16.9334 5.79641 16.8368 5.78524L14.9837 5.57899C14.9066 5.49774 14.8285 5.41962 14.7493 5.34462L14.5306 3.4868C14.5193 3.39009 14.4856 3.29735 14.4322 3.21597C14.3787 3.13458 14.307 3.06681 14.2227 3.01805C13.5796 2.64566 12.8901 2.3601 12.172 2.16883C12.0773 2.14368 11.9781 2.1411 11.8823 2.16132C11.7865 2.18154 11.6968 2.22399 11.6204 2.28524L10.1681 3.44462H9.83055L8.3743 2.28133C8.29784 2.22022 8.2081 2.17791 8.11229 2.15783C8.01649 2.13774 7.91731 2.14044 7.82274 2.16571C7.10458 2.35714 6.41497 2.64296 5.77196 3.01571C5.68783 3.06456 5.61627 3.13237 5.56297 3.21375C5.50967 3.29513 5.47609 3.38782 5.46493 3.48446L5.25868 5.34071C5.17743 5.41831 5.0993 5.49644 5.0243 5.57508L3.16649 5.78837C3.06978 5.79962 2.97704 5.83331 2.89566 5.88675C2.81427 5.94019 2.7465 6.01191 2.69774 6.09618C2.32535 6.73927 2.03979 7.42886 1.84852 8.14696C1.82336 8.24159 1.82079 8.3408 1.84101 8.43661C1.86123 8.53242 1.90368 8.62213 1.96493 8.69852L3.1243 10.1509V10.4884L1.96102 11.9446C1.8999 12.0211 1.8576 12.1108 1.83752 12.2066C1.81743 12.3024 1.82013 12.4016 1.8454 12.4962C2.03647 13.2145 2.32232 13.9041 2.6954 14.547C2.74425 14.6311 2.81206 14.7026 2.89344 14.756C2.97481 14.8093 3.06751 14.8428 3.16415 14.854L5.01727 15.0602C5.09488 15.1415 5.173 15.2196 5.25165 15.2946L5.46805 17.1524C5.4793 17.2491 5.51299 17.3419 5.56644 17.4233C5.61988 17.5046 5.69159 17.5724 5.77587 17.6212C6.41896 17.9936 7.10855 18.2791 7.82665 18.4704C7.92128 18.4956 8.02049 18.4981 8.1163 18.4779C8.2121 18.4577 8.30182 18.4152 8.37821 18.354L9.83055 17.1946C9.94305 17.1977 10.0556 17.1977 10.1681 17.1946L11.6243 18.3602C11.7008 18.4214 11.7905 18.4637 11.8863 18.4837C11.9821 18.5038 12.0813 18.5011 12.1759 18.4759C12.8941 18.2848 13.5838 17.9989 14.2266 17.6259C14.3108 17.577 14.3823 17.5092 14.4356 17.4278C14.4889 17.3464 14.5225 17.2538 14.5337 17.1571L14.7399 15.304C14.8212 15.2269 14.8993 15.1488 14.9743 15.0696L16.8321 14.8509C16.9288 14.8396 17.0216 14.8059 17.103 14.7525C17.1843 14.699 17.2521 14.6273 17.3009 14.5431C17.6733 13.9 17.9588 13.2104 18.1501 12.4923C18.1752 12.3976 18.1778 12.2984 18.1576 12.2026C18.1374 12.1068 18.0949 12.0171 18.0337 11.9407L16.8743 10.4884ZM15.6165 9.98055C15.6298 10.2064 15.6298 10.4328 15.6165 10.6587C15.6072 10.8133 15.6556 10.9659 15.7524 11.0868L16.861 12.472C16.7338 12.8762 16.5709 13.2684 16.3743 13.6438L14.6087 13.8438C14.4549 13.8609 14.3129 13.9344 14.2102 14.0501C14.0599 14.2192 13.8997 14.3794 13.7306 14.5298C13.6149 14.6325 13.5414 14.7744 13.5243 14.9282L13.3282 16.6923C12.9528 16.889 12.5606 17.0519 12.1563 17.179L10.7704 16.0704C10.6595 15.9818 10.5217 15.9336 10.3798 15.9337H10.3423C10.1164 15.9469 9.88999 15.9469 9.66415 15.9337C9.50952 15.9244 9.35695 15.9728 9.23602 16.0696L7.84696 17.179C7.44269 17.0518 7.05053 16.8889 6.67508 16.6923L6.47508 14.929C6.45802 14.7752 6.38453 14.6333 6.26883 14.5306C6.09969 14.3802 5.93952 14.22 5.78915 14.0509C5.68644 13.9352 5.54447 13.8617 5.39071 13.8446L3.62665 13.6477C3.42991 13.2724 3.26703 12.8802 3.13993 12.4759L4.24852 11.0899C4.34532 10.969 4.39377 10.8164 4.38446 10.6618C4.37119 10.436 4.37119 10.2095 4.38446 9.98368C4.39377 9.82905 4.34532 9.67649 4.24852 9.55555L3.13993 8.16727C3.26715 7.76301 3.43003 7.37084 3.62665 6.9954L5.38993 6.7954C5.54369 6.77833 5.68566 6.70484 5.78837 6.58915C5.93873 6.42 6.09891 6.25983 6.26805 6.10946C6.38421 6.00668 6.458 5.86439 6.47508 5.71024L6.67118 3.94696C7.04657 3.75023 7.43874 3.58734 7.84305 3.46024L9.22899 4.56883C9.34992 4.66564 9.50249 4.71408 9.65712 4.70477C9.88296 4.6915 10.1094 4.6915 10.3352 4.70477C10.4899 4.71408 10.6424 4.66564 10.7634 4.56883L12.1516 3.46024C12.5559 3.58746 12.9481 3.75034 13.3235 3.94696L13.5235 5.71024C13.5406 5.864 13.6141 6.00597 13.7298 6.10868C13.8989 6.25905 14.0591 6.41922 14.2095 6.58837C14.3122 6.70406 14.4541 6.77755 14.6079 6.79462L16.372 6.99071C16.5687 7.3661 16.7316 7.75828 16.8587 8.16258L15.7501 9.54852C15.6524 9.67047 15.6039 9.82461 15.6141 9.98055H15.6165Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--workflow-logistics {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M10 17.1953C7.75 17.1953 5.5625 16.0703 4.25 14.0703H7.5V12.8203H2.5V17.8203H3.75V15.5078C5.3125 17.3828 7.5625 18.4453 10 18.4453V17.1953ZM19.375 14.6953V13.4453H18.0625C18 13.0703 17.8125 12.6953 17.625 12.3203L18.5625 11.3828L17.6875 10.5078L16.75 11.4453C16.4375 11.2578 16.0625 11.0703 15.625 11.0078V9.69531H14.375V11.0078C14 11.0703 13.625 11.2578 13.25 11.4453L12.3125 10.5078L11.4375 11.3828L12.375 12.3203C12.1875 12.6328 12 13.0078 11.9375 13.4453H10.625V14.6953H11.9375C12 15.0703 12.1875 15.4453 12.375 15.8203L11.4375 16.7578L12.3125 17.6328L13.25 16.6953C13.5625 16.8828 13.9375 17.0703 14.375 17.1328V18.4453H15.625V17.1328C16 17.0703 16.375 16.8828 16.75 16.6953L17.6875 17.6328L18.5625 16.7578L17.625 15.8203C17.8125 15.5078 18 15.1328 18.0625 14.6953H19.375ZM15 15.9453C13.9375 15.9453 13.125 15.1328 13.125 14.0703C13.125 13.0078 13.9375 12.1953 15 12.1953C16.0625 12.1953 16.875 13.0078 16.875 14.0703C16.875 15.1328 16.0625 15.9453 15 15.9453ZM12.5 6.57031H15.75C13.6875 3.38281 9.4375 2.50781 6.25 4.57031C4.3125 5.82031 3.125 8.00781 3.125 10.3203H1.875C1.875 5.82031 5.5 2.19531 10 2.19531C12.4375 2.19531 14.6875 3.25781 16.25 5.13281V2.82031H17.5V7.82031H12.5V6.57031Z' fill='%23444444'/%3E%3C/svg%3E"); }
              .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li .feature-text.icon--hos {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 42'%3E%3Cg width='32.644' height='41.5469' fill='%23444444' transform='translate(0.226624 0.226562)'%3E%3Cpath d='M26.2583 23.8472L22.7071 19.6352C22.5142 19.4061 22.2772 19.2229 22.0119 19.0979C21.7467 18.9729 21.4592 18.9089 21.1687 18.9102H17.8957V15.8892C17.8957 15.3199 17.6824 14.7737 17.3023 14.3695C16.9222 13.9653 16.4061 13.736 15.8664 13.7314H4.3125C3.76996 13.7314 3.24964 13.9588 2.86601 14.3635C2.48237 14.7681 2.26685 15.317 2.26685 15.8892V30.5623C2.26685 31.1346 2.48237 31.6834 2.86601 32.0881C3.24964 32.4928 3.76996 32.7201 4.3125 32.7201H4.85256C4.88247 33.6649 5.2661 34.5587 5.91943 35.2058C6.57276 35.8529 7.44255 36.2005 8.33836 36.1726C9.23577 36.2006 10.1073 35.8535 10.7633 35.2069C11.4192 34.5602 11.8064 33.6665 11.8405 32.7201H17.7975C17.8274 33.6649 18.211 34.5587 18.8644 35.2058C19.5177 35.8529 20.3875 36.2005 21.2833 36.1726C22.1807 36.2006 23.0523 35.8535 23.7082 35.2069C24.3641 34.5602 24.7513 33.6665 24.7855 32.7201C25.3123 32.6936 25.8095 32.4552 26.1748 32.0538C26.5401 31.6525 26.7457 31.1187 26.7493 30.5623V25.28C26.7609 24.7545 26.5858 24.2435 26.2583 23.8472ZM8.33836 34.0148C7.98486 34.0434 7.63498 33.9234 7.36514 33.6808C7.0953 33.4382 6.92744 33.0928 6.89822 32.7201C6.92744 32.3474 7.0953 32.0021 7.36514 31.7595C7.63498 31.5169 7.98486 31.3968 8.33836 31.4254C8.6936 31.3966 9.04535 31.5162 9.31779 31.7584C9.59024 32.0005 9.76158 32.3459 9.79487 32.7201C9.76158 33.0943 9.59024 33.4397 9.31779 33.6819C9.04535 33.924 8.6936 34.0436 8.33836 34.0148ZM15.8664 20.9299V30.5623H11.0714C10.7328 30.1495 10.3127 29.8197 9.84063 29.5961C9.36854 29.3725 8.85582 29.2604 8.33836 29.2676C7.82364 29.2629 7.3141 29.3762 6.84502 29.5997C6.37594 29.8233 5.95854 30.1517 5.62173 30.5623H4.3125V15.8892H15.8664V20.9299ZM17.912 21.068H21.1851L23.5417 23.8818H17.912V21.068ZM21.316 34.0148C20.9625 34.0434 20.6126 33.9234 20.3428 33.6808C20.073 33.4382 19.9051 33.0928 19.8759 32.7201C19.9051 32.3474 20.073 32.0021 20.3428 31.7595C20.6126 31.5169 20.9625 31.3968 21.316 31.4254C21.6713 31.3966 22.023 31.5162 22.2955 31.7584C22.5679 32.0005 22.7392 32.3459 22.7725 32.7201C22.7392 33.0943 22.5679 33.4397 22.2955 33.6819C22.023 33.924 21.6713 34.0436 21.316 34.0148ZM21.316 29.2676C20.8013 29.2629 20.2918 29.3762 19.8227 29.5997C19.3536 29.8233 18.9362 30.1517 18.5994 30.5623H17.912V26.0223H24.7364V30.5623H24.049C23.7104 30.1495 23.2904 29.8197 22.8183 29.5961C22.3462 29.3725 21.8335 29.2604 21.316 29.2676Z' fill='%23444444'%3E%3C/path%3E%3Cpath d='M28.6039 15.1977L28.6042 15.1974C30.0662 13.5969 31.461 11.3583 31.461 8.61816C31.461 6.49258 30.6727 4.45312 29.268 2.94866C27.8632 1.44402 25.9568 0.597684 23.9677 0.597684C21.9787 0.597684 20.0722 1.44402 18.6674 2.94866C17.2628 4.45312 16.4745 6.49258 16.4745 8.61816C16.4745 11.3583 17.8692 13.596 19.3312 15.1974L19.3316 15.1977C20.1138 16.0437 20.9714 16.8057 21.8922 17.473L21.8926 17.4733L22.2306 17.7144L22.2313 17.7148L22.3895 17.8252L22.3895 17.8252L22.3911 17.8263L22.8198 18.1088L22.8198 18.1088L22.8214 18.1098L23.1643 18.3235L23.1649 18.3238C23.4091 18.4731 23.6858 18.5519 23.9677 18.5519C24.2497 18.5519 24.5264 18.4731 24.7706 18.3238L24.7711 18.3235L25.1141 18.1098L25.1141 18.1098L25.1154 18.109L25.3924 17.928L25.3924 17.928L25.3936 17.9272L25.7044 17.7153L25.7056 17.7144L25.8705 17.597L25.8712 17.5965L26.2223 17.3404L26.2229 17.34C27.0764 16.7058 27.8735 15.9887 28.6039 15.1977ZM19.9417 4.29856C21.0104 3.15391 22.4587 2.51191 23.9677 2.51191C25.4768 2.51191 26.9251 3.15391 27.9938 4.29856C29.0627 5.44337 29.6639 6.9971 29.6639 8.61816C29.6639 10.6422 28.6286 12.4253 27.3168 13.8619C26.7529 14.4734 26.1434 15.0345 25.4945 15.5398C25.4944 15.5398 25.4943 15.5399 25.4942 15.54L25.118 15.8267C25.1179 15.8268 25.1178 15.8269 25.1177 15.827C24.935 15.9623 24.7638 16.0843 24.6039 16.193C24.6038 16.1931 24.6037 16.1931 24.6036 16.1932L24.3023 16.3955L23.9675 16.6074L23.77 16.4838L23.7689 16.483L23.488 16.2997L23.1676 16.0797C23.1675 16.0797 23.1674 16.0796 23.1673 16.0795C23.0556 16.0019 22.9392 15.9178 22.818 15.8271C22.8179 15.8271 22.8178 15.827 22.8177 15.8269L22.4413 15.54C22.4412 15.5399 22.4411 15.5398 22.441 15.5398C21.792 15.0345 21.1826 14.4734 20.6187 13.862C19.3069 12.4244 18.2715 10.6422 18.2715 8.61816C18.2715 6.9971 18.8728 5.44337 19.9417 4.29856ZM26.3536 6.07025C25.7217 5.39352 24.8636 5.01229 23.9677 5.01229C23.0718 5.01229 22.2137 5.39352 21.5819 6.07025C20.9502 6.74681 20.5962 7.6634 20.5962 8.61816C20.5962 9.57292 20.9502 10.4895 21.5819 11.1661C22.2137 11.8428 23.0718 12.224 23.9677 12.224C24.8636 12.224 25.7217 11.8428 26.3536 11.1661C26.9852 10.4895 27.3393 9.57292 27.3393 8.61816C27.3393 7.6634 26.9852 6.74681 26.3536 6.07025ZM22.8562 7.42015C23.1519 7.10341 23.5519 6.92651 23.9677 6.92651C24.3836 6.92651 24.7836 7.10341 25.0793 7.42015C25.3752 7.73707 25.5422 8.16792 25.5422 8.61816C25.5422 9.06839 25.3752 9.49925 25.0793 9.81616C24.7836 10.1329 24.3836 10.3098 23.9677 10.3098C23.5519 10.3098 23.1519 10.1329 22.8562 9.81616C22.5603 9.49925 22.3932 9.06839 22.3932 8.61816C22.3932 8.16792 22.5603 7.73707 22.8562 7.42015Z' fill='%23444444' stroke='%23444444' stroke-width='0.148382'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
            .new-service-plans-wrap .new-sp-details .ServicePlan .ServicePlanColumn.planSelection .plannings-feature-list li:last-child {
              border-radius: 0px; }

.see-features-pb {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  background: #1B3D5C;
  justify-content: center; }
  @media (min-width: 551px) {
    .see-features-pb {
      padding: 5px 32px;
      justify-content: flex-start; } }
  .see-features-pb h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 8px 0 0;
    text-align: center; }
    @media (min-width: 551px) {
      .see-features-pb h3 {
        width: auto;
        font-size: 16px;
        margin: 0 16px 0 0; } }
  .see-features-pb .tabs {
    background: #fff;
    border: 0;
    border-radius: 8px;
    display: flex !important;
    list-style: none; }
    .see-features-pb .tabs .tab {
      border: 0 !important;
      margin: 0 !important; }
      .see-features-pb .tabs .tab .tab-title {
        font-size: 12px;
        color: #3A8DDE !important;
        font-weight: 600;
        text-align: center;
        padding: 4px 14px !important;
        border-radius: 8px;
        background: #fff !important;
        line-height: 19.36px;
        transition: .2s all ease;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .see-features-pb .tabs .tab .tab-title {
            font-size: 14px;
            padding: 8px 20px !important;
            border-radius: 8px; } }
        .see-features-pb .tabs .tab .tab-title.personal span {
          background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49976 0C9.56062 0 10.578 0.421427 11.3282 1.17157C12.0783 1.92172 12.4998 2.93913 12.4998 4C12.4998 5.06087 12.0783 6.07828 11.3282 6.82843C10.578 7.57857 9.56062 8 8.49976 8C7.43889 8 6.42147 7.57857 5.67133 6.82843C4.92118 6.07828 4.49976 5.06087 4.49976 4C4.49976 2.93913 4.92118 1.92172 5.67133 1.17157C6.42147 0.421427 7.43889 0 8.49976 0ZM8.49976 10C12.9198 10 16.4998 11.79 16.4998 14V16H0.499756V14C0.499756 11.79 4.07976 10 8.49976 10Z" fill="%233A8DDE"/></svg>');
          padding: 0 0 0 20px;
          background-size: 15px;
          background-repeat: no-repeat; }
          @media (min-width: 551px) {
            .see-features-pb .tabs .tab .tab-title.personal span {
              padding: 0 0 0 30px;
              background-size: 16px; } }
        .see-features-pb .tabs .tab .tab-title.business span {
          background-image: url('data:image/svg+xml,<svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49976 13V12H1.50976L1.49976 16C1.49976 17.11 2.38976 18 3.49976 18H17.4998C18.6098 18 19.4998 17.11 19.4998 16V12H12.4998V13H8.49976ZM18.4998 4H14.4898V2L12.4898 0H8.48976L6.48976 2V4H2.49976C1.39976 4 0.499756 4.9 0.499756 6V9C0.499756 10.11 1.38976 11 2.49976 11H8.49976V9H12.4998V11H18.4998C19.5998 11 20.4998 10.1 20.4998 9V6C20.4998 4.9 19.5998 4 18.4998 4ZM12.4998 4H8.49976V2H12.4998V4Z" fill="%233A8DDE"/></svg>');
          padding: 0 0 0 20px;
          background-size: 16px;
          background-repeat: no-repeat; }
          @media (min-width: 551px) {
            .see-features-pb .tabs .tab .tab-title.business span {
              padding: 0 0 0 30px;
              background-size: 18px; } }
      .see-features-pb .tabs .tab.is-active {
        border: 0 !important; }
        .see-features-pb .tabs .tab.is-active .tab-title {
          border: 0 !important;
          color: #fff !important;
          transition: .2s all ease;
          background: linear-gradient(180deg, rgba(103, 189, 253, 0.9) 0%, #1076c6 100%) !important; }
          .see-features-pb .tabs .tab.is-active .tab-title.personal span {
            background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49976 0C9.56062 0 10.578 0.421427 11.3282 1.17157C12.0783 1.92172 12.4998 2.93913 12.4998 4C12.4998 5.06087 12.0783 6.07828 11.3282 6.82843C10.578 7.57857 9.56062 8 8.49976 8C7.43889 8 6.42147 7.57857 5.67133 6.82843C4.92118 6.07828 4.49976 5.06087 4.49976 4C4.49976 2.93913 4.92118 1.92172 5.67133 1.17157C6.42147 0.421427 7.43889 0 8.49976 0ZM8.49976 10C12.9198 10 16.4998 11.79 16.4998 14V16H0.499756V14C0.499756 11.79 4.07976 10 8.49976 10Z" fill="white"/></svg>');
            padding: 0 0 0 20px;
            background-size: 15px;
            background-repeat: no-repeat; }
            @media (min-width: 551px) {
              .see-features-pb .tabs .tab.is-active .tab-title.personal span {
                padding: 0 0 0 30px;
                background-size: 16px; } }
          .see-features-pb .tabs .tab.is-active .tab-title.business span {
            background-image: url('data:image/svg+xml,<svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49976 13V12H1.50976L1.49976 16C1.49976 17.11 2.38976 18 3.49976 18H17.4998C18.6098 18 19.4998 17.11 19.4998 16V12H12.4998V13H8.49976ZM18.4998 4H14.4898V2L12.4898 0H8.48976L6.48976 2V4H2.49976C1.39976 4 0.499756 4.9 0.499756 6V9C0.499756 10.11 1.38976 11 2.49976 11H8.49976V9H12.4998V11H18.4998C19.5998 11 20.4998 10.1 20.4998 9V6C20.4998 4.9 19.5998 4 18.4998 4ZM12.4998 4H8.49976V2H12.4998V4Z" fill="white"/></svg>');
            padding: 0 0 0 20px;
            background-size: 16px;
            background-repeat: no-repeat; }
            @media (min-width: 551px) {
              .see-features-pb .tabs .tab.is-active .tab-title.business span {
                padding: 0 0 0 30px;
                background-size: 18px; } }
  .see-features-pb + .new-service-plans-wrap .tabs-contents .tab-content {
    padding: 0; }
    .see-features-pb + .new-service-plans-wrap .tabs-contents .tab-content .plannings-feature-list li {
      border-bottom: 1px solid #DADADA; }

.plannings-feature-list {
  margin: 0;
  list-style: none; }
  .plannings-feature-list li {
    padding: 0;
    display: flex;
    color: #444;
    font-size: 11px;
    min-height: 48px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #DADADA; }
    .plannings-feature-list li:last-child {
      border: 0; }
    @media (min-width: 551px) {
      .plannings-feature-list li {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 10px; } }
    @media (min-width: 992px) {
      .plannings-feature-list li {
        font-size: 15px;
        line-height: 25px; } }
    .plannings-feature-list li .feature-text .mobile-hidden {
      display: none; }
      @media (min-width: 801px) {
        .plannings-feature-list li .feature-text .mobile-hidden {
          display: inline; } }
    .plannings-feature-list li .icon {
      width: 14px;
      height: 14px; }
      @media (min-width: 551px) {
        .plannings-feature-list li .icon {
          width: 18px;
          height: 18px;
          margin-right: 10px; } }
      @media (min-width: 801px) {
        .plannings-feature-list li .icon {
          display: inline-block; } }
      .plannings-feature-list li .icon svg {
        fill: #fff; }
    .plannings-feature-list li.true {
      background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_6700_35262" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><path d="M10.0013 18.653C11.0959 18.6544 12.1799 18.4394 13.1911 18.0205C14.2023 17.6017 15.1208 16.9871 15.8938 16.2122C16.6687 15.4392 17.2833 14.5207 17.7022 13.5095C18.1211 12.4982 18.336 11.4142 18.3346 10.3197C18.336 9.22512 18.1211 8.1411 17.7022 7.12987C17.2833 6.11865 16.6687 5.20016 15.8938 4.42717C15.1208 3.65223 14.2023 3.03768 13.1911 2.6188C12.1799 2.19992 11.0959 1.98498 10.0013 1.98633C8.90676 1.98498 7.82274 2.19992 6.81151 2.6188C5.80029 3.03768 4.8818 3.65223 4.10881 4.42717C3.33388 5.20016 2.71932 6.11865 2.30044 7.12987C1.88156 8.1411 1.66663 9.22512 1.66798 10.3197C1.66663 11.4142 1.88156 12.4982 2.30044 13.5095C2.71932 14.5207 3.33388 15.4392 4.10881 16.2122C4.8818 16.9871 5.80029 17.6017 6.81151 18.0205C7.82274 18.4394 8.90676 18.6544 10.0013 18.653Z" fill="white" stroke="white" stroke-width="2" stroke-linejoin="round"/><path d="M6.66797 10.3203L9.16797 12.8203L14.168 7.82031" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></mask><g mask="url(%23mask0_6700_35262)"><path d="M0 0.320312H20V20.3203H0V0.320312Z" fill="%2363A445"/></g></svg>');
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 801px) {
        .plannings-feature-list li.true {
          background-size: 20px; } }
    .plannings-feature-list li.false {
      background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0013 18.653C14.6037 18.653 18.3346 14.922 18.3346 10.3197C18.3346 5.71729 14.6037 1.98633 10.0013 1.98633C5.39893 1.98633 1.66797 5.71729 1.66797 10.3197C1.66797 14.922 5.39893 18.653 10.0013 18.653Z" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 7.82031L7.5 12.8203M7.5 7.82031L12.5 12.8203" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 801px) {
        .plannings-feature-list li.false {
          background-size: 20px; } }
    .plannings-feature-list li .icon--bg {
      width: 14px;
      height: 14px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat no-repeat; }
      @media (min-width: 551px) {
        .plannings-feature-list li .icon--bg {
          width: 18px;
          height: 18px; } }
      .plannings-feature-list li .icon--bg.location {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19' id='icon-ps-history'%3E%3Cpath d='M9 18.8809C6.7 18.8809 4.696 18.1185 2.988 16.5939C1.28 15.0692 0.300667 13.1649 0.05 10.8809H2.1C2.33333 12.6142 3.10433 14.0475 4.413 15.1809C5.72167 16.3142 7.25067 16.8809 9 16.8809C10.95 16.8809 12.6043 16.2019 13.963 14.8439C15.3217 13.4859 16.0007 11.8315 16 9.88086C15.9993 7.93019 15.3203 6.27619 13.963 4.91886C12.6057 3.56153 10.9513 2.88219 9 2.88086C7.85 2.88086 6.775 3.14753 5.775 3.68086C4.775 4.21419 3.93333 4.94753 3.25 5.88086H6V7.88086H0V1.88086H2V4.23086C2.85 3.16419 3.88767 2.33919 5.113 1.75586C6.33833 1.17253 7.634 0.880859 9 0.880859C10.25 0.880859 11.421 1.11853 12.513 1.59386C13.605 2.06919 14.555 2.71053 15.363 3.51786C16.171 4.32519 16.8127 5.27519 17.288 6.36786C17.7633 7.46053 18.0007 8.63153 18 9.88086C17.9993 11.1302 17.762 12.3012 17.288 13.3939C16.814 14.4865 16.1723 15.4365 15.363 16.2439C14.5537 17.0512 13.6037 17.6929 12.513 18.1689C11.4223 18.6449 10.2513 18.8822 9 18.8809ZM11.8 14.0809L8 10.2809V4.88086H10V9.48086L13.2 12.6809L11.8 14.0809Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.geofences {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 22' id='icon-ps-location'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0.880859C11.3869 0.880859 13.6761 1.82907 15.364 3.5169C17.0518 5.20473 18 7.49391 18 9.88086C18 12.9549 16.324 15.4709 14.558 17.2759C13.6757 18.1679 12.7129 18.9767 11.682 19.6919L11.256 19.9819L11.056 20.1149L10.679 20.3549L10.343 20.5599L9.927 20.8019C9.64463 20.963 9.32513 21.0478 9 21.0478C8.67487 21.0478 8.35537 20.963 8.073 20.8019L7.657 20.5599L7.137 20.2399L6.945 20.1149L6.535 19.8419C5.42283 19.0894 4.3869 18.23 3.442 17.2759C1.676 15.4699 0 12.9549 0 9.88086C0 7.49391 0.948211 5.20473 2.63604 3.5169C4.32387 1.82907 6.61305 0.880859 9 0.880859ZM9 2.88086C7.14348 2.88086 5.36301 3.61836 4.05025 4.93111C2.7375 6.24387 2 8.02434 2 9.88086C2 12.2029 3.272 14.2409 4.871 15.8769C5.55853 16.5729 6.30166 17.2116 7.093 17.7869L7.551 18.1129C7.699 18.2162 7.84133 18.3122 7.978 18.4009L8.368 18.6509L8.711 18.8599L9 19.0289L9.455 18.7599L9.822 18.5299C10.0173 18.4059 10.2263 18.2669 10.449 18.1129L10.907 17.7869C11.6983 17.2116 12.4415 16.5729 13.129 15.8769C14.728 14.2419 16 12.2029 16 9.88086C16 8.02434 15.2625 6.24387 13.9497 4.93111C12.637 3.61836 10.8565 2.88086 9 2.88086ZM9 5.88086C10.0609 5.88086 11.0783 6.30229 11.8284 7.05243C12.5786 7.80258 13 8.81999 13 9.88086C13 10.9417 12.5786 11.9591 11.8284 12.7093C11.0783 13.4594 10.0609 13.8809 9 13.8809C7.93913 13.8809 6.92172 13.4594 6.17157 12.7093C5.42143 11.9591 5 10.9417 5 9.88086C5 8.81999 5.42143 7.80258 6.17157 7.05243C6.92172 6.30229 7.93913 5.88086 9 5.88086ZM9 7.88086C8.46957 7.88086 7.96086 8.09157 7.58579 8.46665C7.21071 8.84172 7 9.35043 7 9.88086C7 10.4113 7.21071 10.92 7.58579 11.2951C7.96086 11.6701 8.46957 11.8809 9 11.8809C9.53043 11.8809 10.0391 11.6701 10.4142 11.2951C10.7893 10.92 11 10.4113 11 9.88086C11 9.35043 10.7893 8.84172 10.4142 8.46665C10.0391 8.09157 9.53043 7.88086 9 7.88086Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.chat {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 23' id='icon-ps-chat'%3E%3Cpath d='M20 7.88086V16.8809C20 17.9809 19.1 18.8809 18 18.8809H4L0 22.8809V4.88086C0 3.78086 0.9 2.88086 2 2.88086H12.1C12 3.18086 12 3.58086 12 3.88086C12 4.18086 12 4.58086 12.1 4.88086H2V16.8809H18V8.78086C18.7 8.68086 19.4 8.28086 20 7.88086ZM14 3.88086C14 5.58086 15.3 6.88086 17 6.88086C18.7 6.88086 20 5.58086 20 3.88086C20 2.18086 18.7 0.880859 17 0.880859C15.3 0.880859 14 2.18086 14 3.88086Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.user-icon {
        background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 10.8805C20.0028 12.6672 19.4714 14.414 18.474 15.8965C17.6514 17.1235 16.5391 18.1289 15.2356 18.8238C13.932 19.5187 12.4772 19.8816 11 19.8805C9.52277 19.8816 8.06804 19.5187 6.76444 18.8238C5.46085 18.1289 4.34858 17.1235 3.526 15.8965C2.74273 14.7289 2.2439 13.394 2.06951 11.9989C1.89511 10.6038 2.05 9.18723 2.52175 7.86277C2.9935 6.5383 3.769 5.34277 4.78607 4.37204C5.80314 3.4013 7.0335 2.68235 8.37851 2.27282C9.72352 1.86329 11.1458 1.77458 12.5312 2.01379C13.9167 2.253 15.2269 2.81348 16.3567 3.6503C17.4865 4.48712 18.4046 5.57701 19.0373 6.83258C19.67 8.08816 19.9997 9.47451 20 10.8805Z" stroke="%23444444" stroke-width="2.5"/><path d="M11.7504 7.88062C11.7504 8.07953 11.6714 8.27029 11.5308 8.41094C11.3901 8.5516 11.1994 8.63062 11.0004 8.63062V11.1306C11.8624 11.1306 12.689 10.7882 13.2985 10.1787C13.908 9.56922 14.2504 8.74257 14.2504 7.88062H11.7504ZM11.0004 8.63062C10.8015 8.63062 10.6108 8.5516 10.4701 8.41094C10.3295 8.27029 10.2504 8.07953 10.2504 7.88062H7.75044C7.75044 8.74257 8.09285 9.56922 8.70234 10.1787C9.31183 10.7882 10.1385 11.1306 11.0004 11.1306V8.63062ZM10.2504 7.88062C10.2504 7.6817 10.3295 7.49094 10.4701 7.35029C10.6108 7.20963 10.8015 7.13062 11.0004 7.13062V4.63062C10.1385 4.63062 9.31183 4.97302 8.70234 5.58252C8.09285 6.19201 7.75044 7.01866 7.75044 7.88062H10.2504ZM11.0004 7.13062C11.1994 7.13062 11.3901 7.20963 11.5308 7.35029C11.6714 7.49094 11.7504 7.6817 11.7504 7.88062H14.2504C14.2504 7.01866 13.908 6.19201 13.2985 5.58252C12.689 4.97302 11.8624 4.63062 11.0004 4.63062V7.13062ZM4.16644 16.7366L2.96844 16.3806L2.77344 17.0336L3.21744 17.5506L4.16644 16.7366ZM17.8344 16.7366L18.7834 17.5506L19.2274 17.0336L19.0324 16.3806L17.8344 16.7366ZM8.00044 15.1306H14.0004V12.6306H8.00044V15.1306ZM8.00044 12.6306C6.8697 12.6304 5.76912 12.9953 4.86246 13.671C3.95579 14.3467 3.29151 15.297 2.96844 16.3806L5.36444 17.0936C5.5339 16.5262 5.88199 16.0287 6.35693 15.675C6.83186 15.3213 7.40828 15.1304 8.00044 15.1306V12.6306ZM11.0004 18.6306C9.88208 18.632 8.77673 18.3907 7.7607 17.9233C6.74468 17.4559 5.84216 16.7737 5.11544 15.9236L3.21744 17.5506C4.17884 18.6745 5.3725 19.5765 6.71614 20.1946C8.05979 20.8126 9.52147 21.132 11.0004 21.1306V18.6306ZM14.0004 15.1306C15.2444 15.1306 16.2984 15.9576 16.6364 17.0936L19.0324 16.3806C18.7094 15.297 18.0451 14.3467 17.1384 13.671C16.2318 12.9953 15.1312 12.6304 14.0004 12.6306V15.1306ZM16.8854 15.9236C16.1587 16.7737 15.2562 17.4559 14.2402 17.9233C13.2241 18.3907 12.1188 18.632 11.0004 18.6306V21.1306C12.4794 21.132 13.9411 20.8126 15.2847 20.1946C16.6284 19.5765 17.822 18.6745 18.7834 17.5506L16.8854 15.9236Z" fill="%23444444"/></svg>'); }
      .plannings-feature-list li .icon--bg.star {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21' id='icon-ps-star'%3E%3Cpath d='M21.7821 7.88054C21.6659 7.52176 21.4458 7.20555 21.1497 6.97191C20.8537 6.73827 20.495 6.59772 20.119 6.56804L14.8137 6.1396L12.7662 1.18866C12.6223 0.83875 12.3776 0.539493 12.0633 0.328896C11.749 0.118298 11.3792 0.00585938 11.0009 0.00585938C10.6225 0.00585937 10.2527 0.118298 9.93839 0.328896C9.62408 0.539493 9.37944 0.83875 9.23555 1.18866L7.18992 6.14054L1.88461 6.56804C1.50794 6.5991 1.14886 6.7408 0.852487 6.97534C0.556113 7.20987 0.335671 7.52677 0.218862 7.88621C0.102053 8.24565 0.0940899 8.6316 0.195972 8.99555C0.297855 9.35951 0.505038 9.68523 0.791485 9.93179L4.83961 13.423L3.60211 18.6449C3.51185 19.0131 3.5332 19.3998 3.66345 19.7558C3.79369 20.1118 4.02693 20.4209 4.33347 20.6439C4.64001 20.8669 5.00598 20.9936 5.38477 21.0079C5.76357 21.0223 6.13806 20.9235 6.46055 20.7243L11.0009 17.9296L15.5412 20.7243C15.8636 20.9222 16.2374 21.02 16.6154 21.0053C16.9935 20.9906 17.3586 20.864 17.6647 20.6417C17.9707 20.4193 18.2039 20.1112 18.3347 19.7562C18.4656 19.4013 18.4881 19.0155 18.3996 18.6477L17.1621 13.4258L21.2102 9.9346C21.4984 9.68744 21.7066 9.36023 21.8084 8.9945C21.9102 8.62878 21.9011 8.24105 21.7821 7.88054ZM15.1755 12.1649C15.0194 12.2995 14.9033 12.4744 14.8398 12.6704C14.7764 12.8665 14.7679 13.0763 14.8155 13.2768L16.024 18.3805L11.5905 15.6543C11.4132 15.5451 11.2091 15.4874 11.0009 15.4874C10.7926 15.4874 10.5885 15.5451 10.4112 15.6543L5.97774 18.3805L7.18617 13.2805C7.23377 13.08 7.22537 12.8703 7.16188 12.6742C7.0984 12.4781 6.98227 12.3032 6.82617 12.1687L2.86336 8.74679L8.05711 8.32773C8.26379 8.31112 8.46187 8.23772 8.62946 8.11562C8.79705 7.99353 8.92763 7.82749 9.0068 7.63585L11.0009 2.80773L12.9949 7.63585C13.0741 7.82749 13.2047 7.99353 13.3723 8.11562C13.5399 8.23772 13.7379 8.31112 13.9446 8.32773L19.1384 8.74679L15.1755 12.1649Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.loc-update {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 25' id='icon-ps-track'%3E%3Cpath d='M14.1608 13.9718C12.1678 13.9718 10.4895 15.7281 10.4895 17.79C10.4895 20.6372 14.1608 24.8809 14.1608 24.8809C14.1608 24.8809 17.8322 20.6372 17.8322 17.79C17.8322 15.7281 16.1538 13.9718 14.1608 13.9718ZM14.1608 19.219C13.4266 19.219 12.9021 18.5645 12.9021 17.91C12.9021 17.1463 13.5315 16.6009 14.1608 16.6009C14.7902 16.6009 15.4196 17.2445 15.4196 17.91C15.5245 18.5645 14.8951 19.219 14.1608 19.219ZM11.4441 24.8809H2.0979C1.5415 24.8809 1.00789 24.651 0.614461 24.2418C0.221028 23.8326 0 23.2777 0 22.699V3.06268C0 1.85177 0.933566 0.880859 2.0979 0.880859H12.5874C13.1438 0.880859 13.6774 1.11073 14.0709 1.5199C14.4643 1.92907 14.6853 2.48402 14.6853 3.06268V11.8227C14.5175 11.79 14.3392 11.79 14.1608 11.79C13.6364 11.79 13.1119 11.8772 12.5874 12.03V5.2445H2.0979V20.5172H8.95804C9.58741 22.1536 10.6154 23.7572 11.4441 24.8809Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.speed {
        background-image: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.4993 14.0472V15.7138M10.4993 8.21383V13.2138M10.4993 2.38049L2.16602 18.2138H18.8327L10.4993 2.38049Z" stroke="%23444444" stroke-width="1.66667"/></svg>'); }
      .plannings-feature-list li .icon--bg.sos-panic {
        background-image: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.8971 9.46209V8.12519M4.8971 8.12519V3.66886C4.8971 3.43248 4.991 3.20578 5.15814 3.03864C5.32529 2.87149 5.55199 2.77759 5.78836 2.77759C6.02474 2.77759 6.25144 2.87149 6.41858 3.03864C6.58573 3.20578 6.67963 3.43248 6.67963 3.66886V7.23392H9.66805C10.4791 7.23392 11.136 7.89079 11.136 8.70184V9.46209C11.136 10.5258 10.7134 11.5459 9.96126 12.2981C9.20911 13.0502 8.18897 13.4728 7.12526 13.4728H6.67963C5.73412 13.4728 4.82733 13.0972 4.15875 12.4286C3.49017 11.76 3.11456 10.8532 3.11456 9.90772C3.11456 9.43497 3.30237 8.98157 3.63666 8.64728C3.97095 8.31299 4.42434 8.12519 4.8971 8.12519ZM8.01653 5.45139H9.79906C10.39 5.45139 10.9568 5.21664 11.3746 4.79877C11.7925 4.38091 12.0272 3.81417 12.0272 3.22322C12.0272 2.63228 11.7925 2.06553 11.3746 1.64767C10.9568 1.22981 10.39 0.995056 9.79906 0.995056H3.5602C2.96925 0.995056 2.40251 1.22981 1.98465 1.64767C1.56678 2.06553 1.33203 2.63228 1.33203 3.22322C1.33203 3.81417 1.56678 4.38091 1.98465 4.79877C2.40251 5.21664 2.96925 5.45139 3.5602 5.45139" stroke="%23444444" stroke-width="1.11408"/></svg>'); }
      .plannings-feature-list li .icon--bg.driving {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25' id='icon-safety-report'%3E%3Cpath d='M18.92 5.33031C18.72 4.74031 18.16 4.32031 17.5 4.32031H6.5C5.84 4.32031 5.29 4.74031 5.08 5.33031L3 11.3203V19.3203C3 19.8703 3.45 20.3203 4 20.3203H5C5.55 20.3203 6 19.8703 6 19.3203V18.3203H18V19.3203C18 19.8703 18.45 20.3203 19 20.3203H20C20.55 20.3203 21 19.8703 21 19.3203V11.3203L18.92 5.33031ZM6.85 6.32031H17.14L18.18 9.32031H5.81L6.85 6.32031ZM19 16.3203H5V11.6603L5.12 11.3203H18.89L19 11.6603V16.3203Z' fill='%23444444'%3E%3C/path%3E%3Cpath d='M7.5 15.3203C8.32843 15.3203 9 14.6487 9 13.8203C9 12.9919 8.32843 12.3203 7.5 12.3203C6.67157 12.3203 6 12.9919 6 13.8203C6 14.6487 6.67157 15.3203 7.5 15.3203Z' fill='%23444444'%3E%3C/path%3E%3Cpath d='M16.5 15.3203C17.3284 15.3203 18 14.6487 18 13.8203C18 12.9919 17.3284 12.3203 16.5 12.3203C15.6716 12.3203 15 12.9919 15 13.8203C15 14.6487 15.6716 15.3203 16.5 15.3203Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.sos {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25"><g clip-path="url(%23clip0_6700_35252-0)"><path d="M8.80039 16.3211V13.9211M8.80039 13.9211V5.92109C8.80039 5.49675 8.96896 5.08978 9.26902 4.78972C9.56908 4.48966 9.97604 4.32109 10.4004 4.32109C10.8247 4.32109 11.2317 4.48966 11.5318 4.78972C11.8318 5.08978 12.0004 5.49675 12.0004 5.92109V12.3211H17.3652C18.8212 12.3211 20.0004 13.5003 20.0004 14.9563V16.3211C20.0004 18.2307 19.2418 20.062 17.8916 21.4123C16.5413 22.7625 14.7099 23.5211 12.8004 23.5211H12.0004C10.303 23.5211 8.67514 22.8468 7.47491 21.6466C6.27467 20.4463 5.60039 18.8185 5.60039 17.1211C5.60039 16.2724 5.93753 15.4585 6.53765 14.8584C7.13777 14.2582 7.9517 13.9211 8.80039 13.9211ZM14.4004 9.12109H17.6004C18.6613 9.12109 19.6787 8.69967 20.4288 7.94952C21.179 7.19938 21.6004 6.18196 21.6004 5.12109C21.6004 4.06023 21.179 3.04281 20.4288 2.29267C19.6787 1.54252 18.6613 1.12109 17.6004 1.12109H6.40039C5.33952 1.12109 4.32211 1.54252 3.57196 2.29267C2.82182 3.04281 2.40039 4.06023 2.40039 5.12109C2.40039 6.18196 2.82182 7.19938 3.57196 7.94952C4.32211 8.69967 5.33952 9.12109 6.40039 9.12109" stroke="%23444444" stroke-width="2"></path></g><defs><clipPath id="clip0_6700_35252-0"><rect width="24" height="24" fill="white" transform="translate(0 0.320312)"></rect></clipPath></defs></svg>'); }
      .plannings-feature-list li .icon--bg.max-speed {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16' id='icon-max-speed'%3E%3Cpath d='M15.666 9.15365C15.666 10.9953 14.9202 12.662 13.7135 13.8678L14.8919 15.0461C15.6668 14.2732 16.2813 13.3547 16.7002 12.3434C17.1191 11.3322 17.334 10.2482 17.3327 9.15365C17.3327 4.55115 13.6019 0.820312 8.99936 0.820312C4.39686 0.820312 0.666022 4.55115 0.666022 9.15365C0.664672 10.2482 0.87961 11.3322 1.29849 12.3434C1.71736 13.3547 2.33192 14.2732 3.10686 15.0461L4.28519 13.8678C3.50999 13.0926 2.93795 12.1381 2.61972 11.089C2.30149 10.0399 2.24691 8.92847 2.4608 7.85322C2.67469 6.77797 3.15046 5.77206 3.84596 4.92459C4.54146 4.07712 5.43523 3.41426 6.4481 2.99471C7.46097 2.57516 8.56167 2.41187 9.65272 2.51932C10.7438 2.62676 11.7915 3.00162 12.703 3.61068C13.6146 4.21975 14.3619 5.04422 14.8787 6.01108C15.3956 6.97793 15.666 8.05732 15.666 9.15365ZM11.7435 5.23115L7.99352 8.98115L9.17185 10.1595L12.9219 6.40948L11.7435 5.23115Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.trip {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25' id='icon-trip-reports'%3E%3Cpath d='M14.844 20.3203H6.5C5.121 20.3203 4 19.1993 4 17.8203C4 16.4413 5.121 15.3203 6.5 15.3203H13.5C15.43 15.3203 17 13.7503 17 11.8203C17 9.89031 15.43 8.32031 13.5 8.32031H8.639C8.27186 9.04026 7.81707 9.71202 7.285 10.3203H13.5C14.327 10.3203 15 10.9933 15 11.8203C15 12.6473 14.327 13.3203 13.5 13.3203H6.5C4.019 13.3203 2 15.3393 2 17.8203C2 20.3013 4.019 22.3203 6.5 22.3203H16.093C15.6022 21.7032 15.1832 21.0322 14.844 20.3203ZM5 2.32031C3.346 2.32031 2 3.66631 2 5.32031C2 8.50831 5 10.3203 5 10.3203C5 10.3203 8 8.50731 8 5.32031C8 3.66631 6.654 2.32031 5 2.32031ZM5 6.82031C4.80295 6.82025 4.60785 6.78137 4.42582 6.7059C4.2438 6.63043 4.07842 6.51985 3.93913 6.38047C3.79984 6.24109 3.68937 6.07564 3.61403 5.89357C3.53868 5.71149 3.49993 5.51636 3.5 5.31931C3.50007 5.12226 3.53894 4.92716 3.61441 4.74513C3.68988 4.56311 3.80046 4.39773 3.93984 4.25845C4.07922 4.11916 4.24467 4.00869 4.42675 3.93334C4.60882 3.85799 4.80395 3.81925 5.001 3.81931C5.39896 3.81945 5.78056 3.97766 6.06187 4.25915C6.34317 4.54064 6.50113 4.92236 6.501 5.32031C6.50087 5.71827 6.34265 6.09988 6.06116 6.38118C5.77967 6.66248 5.39796 6.82045 5 6.82031Z' fill='%23444444'%3E%3C/path%3E%3Cpath d='M19 14.3203C17.346 14.3203 16 15.6663 16 17.3203C16 20.5083 19 22.3203 19 22.3203C19 22.3203 22 20.5073 22 17.3203C22 15.6663 20.654 14.3203 19 14.3203ZM19 18.8203C18.803 18.8202 18.6078 18.7814 18.4258 18.7059C18.2438 18.6304 18.0784 18.5199 17.9391 18.3805C17.7998 18.2411 17.6894 18.0756 17.614 17.8936C17.5387 17.7115 17.4999 17.5164 17.5 17.3193C17.5001 17.1223 17.5389 16.9272 17.6144 16.7451C17.6899 16.5631 17.8005 16.3977 17.9398 16.2584C18.0792 16.1192 18.2447 16.0087 18.4267 15.9333C18.6088 15.858 18.804 15.8192 19.001 15.8193C19.399 15.8194 19.7806 15.9777 20.0619 16.2592C20.3432 16.5406 20.5011 16.9224 20.501 17.3203C20.5009 17.7183 20.3427 18.0999 20.0612 18.3812C19.7797 18.6625 19.398 18.8204 19 18.8203Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.heatmaps {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20' id='icon-heatmaps'%3E%3Cpath d='M2 11.3203C2 12.187 2.175 13.008 2.525 13.7833C2.875 14.5586 3.375 15.2376 4.025 15.8203C4.00833 15.737 4 15.662 4 15.5953V15.3703C4 14.837 4.1 14.337 4.3 13.8703C4.5 13.4036 4.79167 12.9786 5.175 12.5953L8 9.82031L10.825 12.5953C11.2083 12.9786 11.5 13.4036 11.7 13.8703C11.9 14.337 12 14.837 12 15.3703V15.5953C12 15.662 11.9917 15.737 11.975 15.8203C12.625 15.237 13.125 14.558 13.475 13.7833C13.825 13.0086 14 12.1876 14 11.3203C14 10.487 13.846 9.69931 13.538 8.95731C13.23 8.21531 12.784 7.55298 12.2 6.97031C11.8667 7.18698 11.5167 7.34965 11.15 7.45831C10.7833 7.56698 10.4083 7.62098 10.025 7.62031C8.99167 7.62031 8.09567 7.27865 7.337 6.59531C6.57833 5.91198 6.14133 5.07031 6.026 4.07031C5.37533 4.62031 4.8 5.19131 4.3 5.78331C3.8 6.37531 3.379 6.97531 3.037 7.58331C2.695 8.19131 2.437 8.81198 2.263 9.44531C2.089 10.0786 2.00133 10.7036 2 11.3203ZM8 12.6203L6.575 14.0203C6.39167 14.2036 6.25 14.412 6.15 14.6453C6.05 14.8786 6 15.1203 6 15.3703C6 15.9036 6.19567 16.362 6.587 16.7453C6.97833 17.1286 7.44933 17.3203 8 17.3203C8.55067 17.3203 9.02133 17.1286 9.412 16.7453C9.80267 16.362 9.99867 15.9036 10 15.3703C10 15.1036 9.95 14.858 9.85 14.6333C9.75 14.4086 9.60833 14.2043 9.425 14.0203L8 12.6203ZM8 0.320312V3.62031C8 4.18698 8.196 4.66198 8.588 5.04531C8.98 5.42865 9.459 5.62031 10.025 5.62031C10.325 5.62031 10.6043 5.55798 10.863 5.43331C11.1217 5.30865 11.3507 5.12098 11.55 4.87031L12 4.32031C13.2333 5.02031 14.2083 5.99531 14.925 7.24531C15.6417 8.49531 16 9.85365 16 11.3203C16 13.5536 15.225 15.4453 13.675 16.9953C12.125 18.5453 10.2333 19.3203 8 19.3203C5.76667 19.3203 3.875 18.5453 2.325 16.9953C0.775 15.4453 0 13.5536 0 11.3203C0 9.17031 0.720667 7.12865 2.162 5.19531C3.60333 3.26198 5.54933 1.63698 8 0.320312Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.battery-health {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 13' id='icon-btry-health'%3E%3Cpath d='M4 9.32031C3.73478 9.32031 3.48043 9.21496 3.29289 9.02742C3.10536 8.83988 3 8.58553 3 8.32031V4.32031C3 4.0551 3.10536 3.80074 3.29289 3.61321C3.48043 3.42567 3.73478 3.32031 4 3.32031H10V9.32031H4Z' fill='%23444444'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0.320312H3C2.20435 0.320312 1.44129 0.636383 0.87868 1.19899C0.316071 1.7616 0 2.52466 0 3.32031V9.32031C0 10.116 0.316071 10.879 0.87868 11.4416C1.44129 12.0042 2.20435 12.3203 3 12.3203H16C16.7956 12.3203 17.5587 12.0042 18.1213 11.4416C18.6839 10.879 19 10.116 19 9.32031C19.2652 9.32031 19.5196 9.21496 19.7071 9.02742C19.8946 8.83988 20 8.58553 20 8.32031V4.32031C20 4.0551 19.8946 3.80074 19.7071 3.61321C19.5196 3.42567 19.2652 3.32031 19 3.32031C19 2.52466 18.6839 1.7616 18.1213 1.19899C17.5587 0.636383 16.7956 0.320312 16 0.320312ZM16 2.32031H3C2.73478 2.32031 2.48043 2.42567 2.29289 2.61321C2.10536 2.80074 2 3.0551 2 3.32031V9.32031C2 9.58553 2.10536 9.83988 2.29289 10.0274C2.48043 10.215 2.73478 10.3203 3 10.3203H16C16.2652 10.3203 16.5196 10.215 16.7071 10.0274C16.8946 9.83988 17 9.58553 17 9.32031V3.32031C17 3.0551 16.8946 2.80074 16.7071 2.61321C16.5196 2.42567 16.2652 2.32031 16 2.32031Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.geofence-alert {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 22' id='icon-ps-location'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0.880859C11.3869 0.880859 13.6761 1.82907 15.364 3.5169C17.0518 5.20473 18 7.49391 18 9.88086C18 12.9549 16.324 15.4709 14.558 17.2759C13.6757 18.1679 12.7129 18.9767 11.682 19.6919L11.256 19.9819L11.056 20.1149L10.679 20.3549L10.343 20.5599L9.927 20.8019C9.64463 20.963 9.32513 21.0478 9 21.0478C8.67487 21.0478 8.35537 20.963 8.073 20.8019L7.657 20.5599L7.137 20.2399L6.945 20.1149L6.535 19.8419C5.42283 19.0894 4.3869 18.23 3.442 17.2759C1.676 15.4699 0 12.9549 0 9.88086C0 7.49391 0.948211 5.20473 2.63604 3.5169C4.32387 1.82907 6.61305 0.880859 9 0.880859ZM9 2.88086C7.14348 2.88086 5.36301 3.61836 4.05025 4.93111C2.7375 6.24387 2 8.02434 2 9.88086C2 12.2029 3.272 14.2409 4.871 15.8769C5.55853 16.5729 6.30166 17.2116 7.093 17.7869L7.551 18.1129C7.699 18.2162 7.84133 18.3122 7.978 18.4009L8.368 18.6509L8.711 18.8599L9 19.0289L9.455 18.7599L9.822 18.5299C10.0173 18.4059 10.2263 18.2669 10.449 18.1129L10.907 17.7869C11.6983 17.2116 12.4415 16.5729 13.129 15.8769C14.728 14.2419 16 12.2029 16 9.88086C16 8.02434 15.2625 6.24387 13.9497 4.93111C12.637 3.61836 10.8565 2.88086 9 2.88086ZM9 5.88086C10.0609 5.88086 11.0783 6.30229 11.8284 7.05243C12.5786 7.80258 13 8.81999 13 9.88086C13 10.9417 12.5786 11.9591 11.8284 12.7093C11.0783 13.4594 10.0609 13.8809 9 13.8809C7.93913 13.8809 6.92172 13.4594 6.17157 12.7093C5.42143 11.9591 5 10.9417 5 9.88086C5 8.81999 5.42143 7.80258 6.17157 7.05243C6.92172 6.30229 7.93913 5.88086 9 5.88086ZM9 7.88086C8.46957 7.88086 7.96086 8.09157 7.58579 8.46665C7.21071 8.84172 7 9.35043 7 9.88086C7 10.4113 7.21071 10.92 7.58579 11.2951C7.96086 11.6701 8.46957 11.8809 9 11.8809C9.53043 11.8809 10.0391 11.6701 10.4142 11.2951C10.7893 10.92 11 10.4113 11 9.88086C11 9.35043 10.7893 8.84172 10.4142 8.46665C10.0391 8.09157 9.53043 7.88086 9 7.88086Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.low-battery {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 13' id='icon-low-btry-alert'%3E%3Cpath d='M3.78571 9.32031C3.70994 9.32031 3.63727 9.21496 3.58368 9.02742C3.5301 8.83988 3.5 8.58553 3.5 8.32031V4.32031C3.5 4.0551 3.5301 3.80074 3.58368 3.61321C3.63727 3.42567 3.70994 3.32031 3.78571 3.32031H5.5V9.32031H3.78571Z' fill='%23444444'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0.320312H3C2.20435 0.320312 1.44129 0.636383 0.87868 1.19899C0.316071 1.7616 0 2.52466 0 3.32031V9.32031C0 10.116 0.316071 10.879 0.87868 11.4416C1.44129 12.0042 2.20435 12.3203 3 12.3203H16C16.7956 12.3203 17.5587 12.0042 18.1213 11.4416C18.6839 10.879 19 10.116 19 9.32031C19.2652 9.32031 19.5196 9.21496 19.7071 9.02742C19.8946 8.83988 20 8.58553 20 8.32031V4.32031C20 4.0551 19.8946 3.80074 19.7071 3.61321C19.5196 3.42567 19.2652 3.32031 19 3.32031C19 2.52466 18.6839 1.7616 18.1213 1.19899C17.5587 0.636383 16.7956 0.320312 16 0.320312ZM16 2.32031H3C2.73478 2.32031 2.48043 2.42567 2.29289 2.61321C2.10536 2.80074 2 3.0551 2 3.32031V9.32031C2 9.58553 2.10536 9.83988 2.29289 10.0274C2.48043 10.215 2.73478 10.3203 3 10.3203H16C16.2652 10.3203 16.5196 10.215 16.7071 10.0274C16.8946 9.83988 17 9.58553 17 9.32031V3.32031C17 3.0551 16.8946 2.80074 16.7071 2.61321C16.5196 2.42567 16.2652 2.32031 16 2.32031Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.curfew {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-curfew-alert'%3E%3Cpath d='M12.8319 17.157C11.934 17.5289 10.9718 17.7203 10 17.7203C8.0374 17.7203 6.15518 16.9407 4.76741 15.5529C3.37964 14.1651 2.6 12.2829 2.6 10.3203C2.6 8.35771 3.37964 6.47549 4.76741 5.08772C6.15518 3.69995 8.0374 2.92031 10 2.92031C10.9718 2.92031 11.934 3.11172 12.8319 3.4836C13.7297 3.85549 14.5454 4.40057 15.2326 5.08772C15.9197 5.77488 16.4648 6.59065 16.8367 7.48846C17.2086 8.38626 17.4 9.34853 17.4 10.3203C17.4 11.2921 17.2086 12.2544 16.8367 13.1522C16.4648 14.05 15.9197 14.8657 15.2326 15.5529C14.5454 16.2401 13.7297 16.7851 12.8319 17.157ZM3.74211 16.5782C5.4018 18.2379 7.65283 19.1703 10 19.1703C12.3472 19.1703 14.5982 18.2379 16.2579 16.5782C17.9176 14.9185 18.85 12.6675 18.85 10.3203C18.85 7.97315 17.9176 5.72211 16.2579 4.06242C14.5982 2.40272 12.3472 1.47031 10 1.47031C7.65283 1.47031 5.4018 2.40272 3.74211 4.06242C2.08241 5.72211 1.15 7.97315 1.15 10.3203C1.15 12.6675 2.08241 14.9185 3.74211 16.5782Z' fill='%23444444' stroke='%23444444' stroke-width='0.2'%3E%3C/path%3E%3Cpath d='M9.88765 5.43266C9.75169 5.2967 9.56728 5.22031 9.375 5.22031C9.18272 5.22031 8.99831 5.2967 8.86235 5.43266C8.72638 5.56862 8.65 5.75303 8.65 5.94531V10.9453C8.65 11.1376 8.72638 11.322 8.86235 11.458C8.99831 11.5939 9.18272 11.6703 9.375 11.6703C9.56728 11.6703 9.75169 11.5939 9.88765 11.458C10.0236 11.322 10.1 11.1376 10.1 10.9453V5.94531C10.1 5.75303 10.0236 5.56862 9.88765 5.43266Z' fill='%23444444' stroke='%23444444' stroke-width='0.2'%3E%3C/path%3E%3Cpath d='M14.375 10.2203H9.375C9.15125 10.2203 8.96507 10.2763 8.83554 10.4059C8.706 10.5354 8.65 10.7216 8.65 10.9453C8.65 11.1691 8.706 11.3552 8.83554 11.4848C8.96507 11.6143 9.15125 11.6703 9.375 11.6703H14.375C14.5987 11.6703 14.7849 11.6143 14.9145 11.4848C15.044 11.3552 15.1 11.1691 15.1 10.9453C15.1 10.7216 15.044 10.5354 14.9145 10.4059C14.7849 10.2763 14.5987 10.2203 14.375 10.2203Z' fill='%23444444' stroke='%23444444' stroke-width='0.2'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.shareable {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-shareable'%3E%3Cpath d='M10.6265 16.0944C9.59333 16.1002 8.60006 15.6957 7.86476 14.9699L7.86426 14.9694C7.50068 14.607 7.2122 14.1765 7.01535 13.7025C6.81851 13.2284 6.71719 12.7202 6.71719 12.2069C6.71719 11.6936 6.81851 11.1853 7.01535 10.7113C7.21216 10.2373 7.50058 9.80683 7.86408 9.44455L10.6265 16.0944ZM10.6265 16.0944C11.1415 16.0964 11.6519 15.9964 12.128 15.8001C12.6044 15.6038 13.0372 15.3149 13.4013 14.9504L18.4012 9.95043L18.4015 9.95011C19.1301 9.21714 19.538 8.22493 19.5356 7.19142C19.5332 6.15801 19.1207 5.16781 18.3887 4.4383C18.0264 4.0748 17.596 3.78638 17.122 3.58957C16.6479 3.39273 16.1397 3.29141 15.6264 3.29141C15.1131 3.29141 14.6049 3.39273 14.1308 3.58957C13.6568 3.78641 13.2262 4.0749 12.8639 4.43848L12.7582 4.54455L12.8641 4.65043L13.7516 5.53793L13.8576 5.644L13.9637 5.53793C14.1825 5.31917 14.4422 5.14564 14.728 5.02725C15.0138 4.90886 15.3201 4.84793 15.6295 4.84793C15.9389 4.84793 16.2452 4.90886 16.531 5.02725C16.8169 5.14564 17.0766 5.31917 17.2953 5.53793C17.5141 5.75669 17.6876 6.01639 17.806 6.30221C17.9244 6.58803 17.9853 6.89437 17.9853 7.20374C17.9853 7.51311 17.9244 7.81945 17.806 8.10527C17.6876 8.39109 17.5141 8.65079 17.2953 8.86955L12.2953 13.8695L12.2952 13.8696C11.8542 14.3114 11.2558 14.5599 10.6316 14.5605C10.0074 14.561 9.40852 14.3136 8.96674 13.8726C8.52497 13.4316 8.27647 12.8332 8.27592 12.2089C8.27537 11.5847 8.52281 10.9859 8.9638 10.5441L8.96408 10.5438L9.84533 9.6563L9.95028 9.55061L9.84533 9.44492L8.96408 8.55742L8.85802 8.45061L8.75158 8.55705L7.86426 9.44436L10.6265 16.0944Z' fill='%23444444' stroke='black' stroke-width='0.3'%3E%3C/path%3E%3Cpath d='M2.72363 12.3958L2.72388 12.3955L7.72388 7.39551L7.72413 7.39526C7.94249 7.17588 8.20203 7.0018 8.48786 6.88302C8.77369 6.76424 9.08016 6.70309 9.38969 6.70309C9.69922 6.70309 10.0057 6.76424 10.2915 6.88302C10.5773 7.00178 10.8368 7.17582 11.0551 7.39514C11.2729 7.61498 11.4442 7.87627 11.5591 8.16353C11.6741 8.45087 11.7302 8.75834 11.7241 9.06775L11.724 9.06775L11.7241 9.07156C11.7259 9.38223 11.666 9.69017 11.548 9.97757C11.4301 10.265 11.2563 10.5261 11.0367 10.7459L11.036 10.7466L9.71101 12.0904L9.60643 12.1964L9.71175 12.3018L10.5992 13.1893L10.7053 13.2953L10.8114 13.1893L12.1364 11.8643C12.8698 11.1308 13.2819 10.1361 13.2819 9.09881C13.2819 8.06157 12.8698 7.06681 12.1364 6.33337C11.4029 5.59993 10.4082 5.18789 9.37094 5.18789C8.3337 5.18789 7.33894 5.59993 6.6055 6.33337L1.60581 11.3331C1.60576 11.3331 1.60571 11.3332 1.60566 11.3332C1.24117 11.6956 0.951912 12.1265 0.754519 12.6011C0.557101 13.0757 0.455469 13.5847 0.455469 14.0988C0.455469 14.6129 0.557101 15.1219 0.754519 15.5965C0.951938 16.0712 1.24125 16.5021 1.60581 16.8646L1.60694 16.8657C2.34694 17.586 3.34239 17.9833 4.37495 17.9707C5.41613 17.9714 6.41538 17.5604 7.15469 16.8272L7.26164 16.7211L7.15513 16.6146L6.26763 15.7271L6.16132 15.6208L6.05525 15.7274C5.83689 15.9467 5.57735 16.1208 5.29152 16.2396C5.00569 16.3584 4.69922 16.4195 4.38969 16.4195C4.08016 16.4195 3.77369 16.3584 3.48786 16.2396C3.20203 16.1208 2.94249 15.9467 2.72413 15.7274L2.72363 15.7269C2.50426 15.5085 2.33018 15.249 2.2114 14.9631C2.09261 14.6773 2.03146 14.3708 2.03146 14.0613C2.03146 13.7518 2.09261 13.4453 2.2114 13.1595C2.33018 12.8737 2.50426 12.6141 2.72363 12.3958Z' fill='%23444444' stroke='black' stroke-width='0.3'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.api {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25' id='icon-api'%3E%3Cpath d='M3 1.32031H15.414L21 6.90631V11.3203H19V9.32031H13V3.32031H5V21.3203H11V23.3203H3V1.32031ZM15 3.73431V7.32031H18.586L15 3.73431ZM19 13.0703V14.4463C19.715 14.6303 20.352 15.0063 20.854 15.5183L22.047 14.8293L23.047 16.5613L21.855 17.2493C22.0497 17.95 22.0497 18.6906 21.855 19.3913L23.047 20.0793L22.047 21.8113L20.854 21.1223C20.3449 21.6415 19.7039 22.0121 19 22.1943V23.5703H17V22.1943C16.2961 22.0121 15.6551 21.6415 15.146 21.1223L13.953 21.8113L12.953 20.0793L14.145 19.3913C13.9503 18.6906 13.9503 17.95 14.145 17.2493L12.953 16.5613L13.953 14.8293L15.146 15.5173C15.6553 14.9988 16.2963 14.6289 17 14.4473V13.0703H19ZM16.249 17.3533C16.0852 17.6493 15.9992 17.982 15.999 18.3203C15.999 18.6703 16.09 19.0003 16.249 19.2873L16.285 19.3503C16.4627 19.6465 16.714 19.8916 17.0146 20.0617C17.3151 20.2319 17.6546 20.3213 18 20.3213C18.3454 20.3213 18.6849 20.2319 18.9854 20.0617C19.286 19.8916 19.5373 19.6465 19.715 19.3503L19.751 19.2873C19.9144 18.9912 20.0001 18.6585 20 18.3203C20 17.9703 19.91 17.6403 19.751 17.3533L19.715 17.2903C19.5373 16.9942 19.286 16.7491 18.9854 16.5789C18.6849 16.4087 18.3454 16.3193 18 16.3193C17.6546 16.3193 17.3151 16.4087 17.0146 16.5789C16.714 16.7491 16.4627 16.9942 16.285 17.2903L16.249 17.3533Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.motion {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21' id='icon-motion'%3E%3Cpath d='M5.75 15.3203V13.3203H12.05C11.805 13.037 11.6083 12.7286 11.4599 12.3953C11.3115 12.062 11.1932 11.7036 11.105 11.3203H7.85V9.32031H11.105C11.1925 8.93698 11.3108 8.57864 11.4599 8.24531C11.609 7.91198 11.8057 7.60365 12.05 7.32031H1.55V5.32031H16.25C17.7025 5.32031 18.9408 5.80798 19.9649 6.78331C20.989 7.75865 21.5007 8.93764 21.5 10.3203C21.4993 11.703 20.9872 12.8823 19.9639 13.8583C18.9405 14.8343 17.7025 15.3216 16.25 15.3203H5.75ZM16.25 13.3203C17.125 13.3203 17.8687 13.0286 18.4812 12.4453C19.0938 11.862 19.4 11.1536 19.4 10.3203C19.4 9.48698 19.0938 8.77864 18.4812 8.19531C17.8687 7.61198 17.125 7.32031 16.25 7.32031C15.375 7.32031 14.6312 7.61198 14.0187 8.19531C13.4062 8.77864 13.1 9.48698 13.1 10.3203C13.1 11.1536 13.4062 11.862 14.0187 12.4453C14.6312 13.0286 15.375 13.3203 16.25 13.3203ZM0.5 11.3203V9.32031H6.8V11.3203H0.5ZM1.55 15.3203V13.3203H4.7V15.3203H1.55Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.conn-loss {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17' id='icon-wifi'%3E%3Cpath d='M9.99956 9.32032C11.6536 9.32032 13.1536 9.99332 14.2406 11.0793L12.8266 12.4933C12.1026 11.7693 11.1026 11.3203 9.99956 11.3203C8.89656 11.3203 7.89656 11.7693 7.17256 12.4933L5.75856 11.0793C6.31473 10.5212 6.97571 10.0785 7.70352 9.77659C8.43134 9.47472 9.21163 9.31966 9.99956 9.32032ZM2.92856 8.24932C4.81756 6.36032 7.32856 5.32032 9.99956 5.32032C12.6706 5.32032 15.1816 6.36032 17.0706 8.24932L15.6566 9.66332C14.1456 8.15232 12.1366 7.32032 9.99956 7.32032C7.86256 7.32032 5.85356 8.15232 4.34256 9.66332L2.92856 8.24932ZM15.4496 2.42132C17.1125 3.12499 18.6236 4.14371 19.8996 5.42132L18.4856 6.83532C16.2186 4.56932 13.2056 3.32032 10.0006 3.32032C6.79556 3.32032 3.78156 4.56832 1.51556 6.83532L0.101562 5.42132C1.40029 4.11938 2.94345 3.08686 4.6424 2.38309C6.34135 1.67931 8.16261 1.31814 10.0016 1.32032C11.8916 1.32032 13.7246 1.69032 15.4516 2.42132H15.4496ZM8.99956 14.3203C8.99956 14.0551 9.10492 13.8008 9.29246 13.6132C9.47999 13.4257 9.73435 13.3203 9.99956 13.3203C10.2648 13.3203 10.5191 13.4257 10.7067 13.6132C10.8942 13.8008 10.9996 14.0551 10.9996 14.3203C10.9996 14.5855 10.8942 14.8399 10.7067 15.0274C10.5191 15.215 10.2648 15.3203 9.99956 15.3203C9.73435 15.3203 9.47999 15.215 9.29246 15.0274C9.10492 14.8399 8.99956 14.5855 8.99956 14.3203Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.sos {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 11' id='icon-sos'%3E%3Cpath d='M7.5 10.3203V0.320312H14.5V10.3203H7.5ZM0 10.3203V8.32031H4V6.32031H0V0.320312H6V2.32031H2V4.32031H6V10.3203H0ZM16 10.3203V8.32031H20V6.32031H16V0.320312H22V2.32031H18V4.32031H22V10.3203H16ZM9.5 8.32031H12.5V2.32031H9.5V8.32031Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.post-speed {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19' id='icon-posted-speed'%3E%3Cpath d='M0 20.3203V14.3203H2V18.3203H6V20.3203H0ZM0 6.32031V0.320312H6V2.32031H2V6.32031H0ZM9 17.2203C7.46667 16.987 6.15833 16.3286 5.075 15.2453C3.99167 14.162 3.33333 12.8536 3.1 11.3203H5.1C5.3 12.3036 5.75433 13.1493 6.463 13.8573C7.17167 14.5653 8.01733 15.0196 9 15.2203V17.2203ZM3.1 9.32031C3.33333 7.78698 3.99167 6.47465 5.075 5.38331C6.15833 4.29198 7.46667 3.63765 9 3.42031V5.42031C8.01667 5.62031 7.171 6.07465 6.463 6.78331C5.755 7.49198 5.30067 8.33765 5.1 9.32031H3.1ZM10 12.3203C9.45 12.3203 8.97933 12.1246 8.588 11.7333C8.19667 11.342 8.00067 10.871 8 10.3203C8 9.75365 8.196 9.27865 8.588 8.89531C8.98 8.51198 9.45067 8.32031 10 8.32031C10.5667 8.32031 11.0417 8.51198 11.425 8.89531C11.8083 9.27865 12 9.75365 12 10.3203C12 10.8703 11.8083 11.3413 11.425 11.7333C11.0417 12.1253 10.5667 12.321 10 12.3203ZM11 17.2203V15.2203C11.9833 15.0203 12.8293 14.5663 13.538 13.8583C14.2467 13.1503 14.7007 12.3043 14.9 11.3203H16.9C16.6833 12.8536 16.0293 14.162 14.938 15.2453C13.8467 16.3286 12.534 16.987 11 17.2203ZM14.9 9.32031C14.7 8.33698 14.246 7.49131 13.538 6.78331C12.83 6.07531 11.984 5.62098 11 5.42031V3.42031C12.5333 3.65365 13.846 4.31198 14.938 5.39531C16.03 6.47865 16.684 7.78698 16.9 9.32031H14.9ZM14 20.3203V18.3203H18V14.3203H20V20.3203H14ZM18 6.32031V2.32031H14V0.320312H20V6.32031H18Z' fill='black'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.sensor-value {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 13' id='icon-sensor'%3E%3Cpath d='M5.46797 9.85469C4.55964 8.95469 4.0013 7.70469 4.0013 6.32135C4.0013 4.93802 4.55964 3.68802 5.46797 2.78802L6.6513 3.97135C6.04297 4.57135 5.66797 5.40469 5.66797 6.32135C5.66797 7.23802 6.04297 8.07135 6.64297 8.67969L5.46797 9.85469ZM12.5346 9.85469C13.443 8.95469 14.0013 7.70469 14.0013 6.32135C14.0013 4.93802 13.443 3.68802 12.5346 2.78802L11.3513 3.97135C11.9596 4.57135 12.3346 5.40469 12.3346 6.32135C12.3346 7.23802 11.9596 8.07135 11.3596 8.67969L12.5346 9.85469ZM9.0013 4.65469C8.08464 4.65469 7.33464 5.40469 7.33464 6.32135C7.33464 7.23802 8.08464 7.98802 9.0013 7.98802C9.91797 7.98802 10.668 7.23802 10.668 6.32135C10.668 5.40469 9.91797 4.65469 9.0013 4.65469ZM15.668 6.32135C15.668 8.16302 14.918 9.82969 13.7096 11.0297L14.893 12.213C16.4013 10.7047 17.3346 8.62135 17.3346 6.32135C17.3346 4.02135 16.4013 1.93802 14.893 0.429688L13.7096 1.61302C14.3313 2.22928 14.8244 2.96275 15.1606 3.77095C15.4968 4.57916 15.6692 5.44603 15.668 6.32135ZM4.29297 1.61302L3.10964 0.429688C1.6013 1.93802 0.667969 4.02135 0.667969 6.32135C0.667969 8.62135 1.6013 10.7047 3.10964 12.213L4.29297 11.0297C3.08464 9.82969 2.33464 8.16302 2.33464 6.32135C2.33464 4.47969 3.08464 2.81302 4.29297 1.61302Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.digital-input {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-input'%3E%3Cpath d='M1.66797 16.9857V12.819H3.33464V15.319H16.668V5.31901H3.33464V7.81901H1.66797V3.65234H18.3346V16.9857H1.66797ZM9.58464 14.069L8.41797 12.8607L10.1471 11.1523H1.66797V9.48568H10.1471L8.41797 7.77734L9.58464 6.56901L13.3346 10.319L9.58464 14.069Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.fuel-fil {
        background-image: url('data:image/svg+xml,<svg width="8" height="11" viewBox="0 0 8 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.84616 0.219513L3.42838 0.731206C3.42838 0.731206 2.71536 1.61449 1.99678 2.7597C1.27819 3.90492 0.503906 5.27553 0.503906 6.59131C0.503906 7.56066 0.856035 8.49032 1.48283 9.17575C2.10962 9.86119 2.95974 10.2463 3.84616 10.2463C4.73258 10.2463 5.58269 9.86119 6.20948 9.17575C6.83628 8.49032 7.18841 7.56066 7.18841 6.59131C7.18841 5.27553 6.41412 3.90492 5.69553 2.7597C4.97695 1.61449 4.26394 0.731206 4.26394 0.731206L3.84616 0.219513ZM3.84616 2.12618C4.09125 2.44294 4.31407 2.70488 4.78199 3.44805C5.45601 4.52017 6.07432 5.88469 6.07432 6.59131C6.07432 7.94364 5.08279 9.02795 3.84616 9.02795C2.60952 9.02795 1.61799 7.94364 1.61799 6.59131C1.61799 5.88469 2.23631 4.52017 2.91033 3.44805C3.37824 2.70488 3.60106 2.44294 3.84616 2.12618Z" fill="%23444444"/></svg>'); }
      .plannings-feature-list li .icon--bg.fuel-drain {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 19' id='icon-drain'%3E%3Cpath d='M6.5 0.320312L5.75 1.2389C5.75 1.2389 4.47 2.82457 3.18 4.88046C1.89 6.93635 0.5 9.39686 0.5 11.759C0.5 13.4991 1.13214 15.168 2.25736 16.3985C3.38258 17.629 4.9087 18.3203 6.5 18.3203C8.0913 18.3203 9.61742 17.629 10.7426 16.3985C11.8679 15.168 12.5 13.4991 12.5 11.759C12.5 9.39686 11.11 6.93635 9.82 4.88046C8.53 2.82457 7.25 1.2389 7.25 1.2389L6.5 0.320312ZM6.5 3.74316C6.94 4.31181 7.34 4.78204 8.18 6.11618C9.39 8.04085 10.5 10.4904 10.5 11.759C10.5 14.1867 8.72 16.1332 6.5 16.1332C4.28 16.1332 2.5 14.1867 2.5 11.759C2.5 10.4904 3.61 8.04085 4.82 6.11618C5.66 4.78204 6.06 4.31181 6.5 3.74316Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.maintenance {
        background-image: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.81458 2.58836C6.72953 2.67514 6.68189 2.7918 6.68189 2.9133C6.68189 3.03481 6.72953 3.15147 6.81458 3.23825L7.5573 3.98097C7.64408 4.06602 7.76074 4.11366 7.88225 4.11366C8.00375 4.11366 8.12041 4.06602 8.20719 3.98097L9.95723 2.23093C10.1906 2.74674 10.2613 3.32145 10.1598 3.87845C10.0583 4.43545 9.78952 4.94829 9.38917 5.34863C8.98883 5.74898 8.47599 6.0178 7.91898 6.11929C7.36198 6.22078 6.78728 6.1501 6.27147 5.91669L3.06383 9.12432C2.87916 9.30899 2.6287 9.41274 2.36753 9.41274C2.10637 9.41274 1.8559 9.30899 1.67123 9.12432C1.48656 8.93965 1.38281 8.68918 1.38281 8.42802C1.38281 8.16685 1.48656 7.91639 1.67123 7.73171L4.87886 4.52408C4.64545 4.00827 4.57477 3.43357 4.67626 2.87656C4.77774 2.31956 5.04657 1.80672 5.44692 1.40638C5.84726 1.00603 6.3601 0.737207 6.9171 0.63572C7.4741 0.534233 8.04881 0.604907 8.56462 0.838324L6.81922 2.58372L6.81458 2.58836Z" stroke="%23444444" stroke-width="0.928403" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .plannings-feature-list li .icon--bg.text-message {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' id='icon-text'%3E%3Cpath d='M15.668 0.988281C16.11 0.988281 16.5339 1.16388 16.8465 1.47644C17.159 1.789 17.3346 2.21292 17.3346 2.65495V12.6549C17.3346 13.097 17.159 13.5209 16.8465 13.8335C16.5339 14.146 16.11 14.3216 15.668 14.3216H4.0013L0.667969 17.6549V2.65495C0.667969 2.21292 0.843563 1.789 1.15612 1.47644C1.46868 1.16388 1.89261 0.988281 2.33464 0.988281H15.668ZM2.33464 2.65495V13.6299L3.30964 12.6549H15.668V2.65495H2.33464ZM4.0013 5.15495H14.0013V6.82161H4.0013V5.15495ZM4.0013 8.48828H11.5013V10.1549H4.0013V8.48828Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.email {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14' id='icon-sp-email'%3E%3Cpath d='M17.3346 2.31901C17.3346 1.40234 16.5846 0.652344 15.668 0.652344H2.33464C1.41797 0.652344 0.667969 1.40234 0.667969 2.31901V12.319C0.667969 13.2357 1.41797 13.9857 2.33464 13.9857H15.668C16.5846 13.9857 17.3346 13.2357 17.3346 12.319V2.31901ZM15.668 2.31901L9.0013 6.48568L2.33464 2.31901H15.668ZM15.668 12.319H2.33464V3.98568L9.0013 8.15234L15.668 3.98568V12.319Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.mobile-app {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-sp-mobile-app'%3E%3Cg clip-path='url(%23clip0_6700_35907-0)'%3E%3Cpath d='M14.0625 0.320312C14.709 0.320313 15.329 0.557365 15.7861 0.979322C16.2432 1.40128 16.5 1.97358 16.5 2.57031V18.0703C16.5 18.667 16.2432 19.2393 15.7861 19.6613C15.329 20.0833 14.709 20.3203 14.0625 20.3203H5.9375C5.29103 20.3203 4.67105 20.0833 4.21393 19.6613C3.75681 19.2393 3.5 18.667 3.5 18.0703V2.57031C3.5 1.97358 3.75681 1.40128 4.21393 0.979322C4.67105 0.557365 5.29103 0.320313 5.9375 0.320312H14.0625ZM14.0625 1.82031H5.9375C5.72201 1.82031 5.51535 1.89933 5.36298 2.03998C5.2106 2.18063 5.125 2.3714 5.125 2.57031V18.0703C5.125 18.4843 5.489 18.8203 5.9375 18.8203H14.0625C14.278 18.8203 14.4847 18.7413 14.637 18.6006C14.7894 18.46 14.875 18.2692 14.875 18.0703V2.57031C14.875 2.3714 14.7894 2.18063 14.637 2.03998C14.4847 1.89933 14.278 1.82031 14.0625 1.82031ZM11.3531 15.8203C11.5686 15.82 11.7753 15.8988 11.9279 16.0393C12.0805 16.1797 12.1664 16.3704 12.1667 16.5693C12.167 16.7682 12.0816 16.9591 11.9295 17.0999C11.7773 17.2408 11.5707 17.32 11.3553 17.3203L8.64692 17.3243C8.43143 17.3246 8.22465 17.2458 8.07208 17.1054C7.9195 16.9649 7.83362 16.7742 7.83333 16.5753C7.83305 16.3764 7.91837 16.1855 8.07054 16.0447C8.22271 15.9038 8.42926 15.8246 8.64475 15.8243L11.3531 15.8203Z' fill='%23444444'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6700_35907-0'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.320312)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.browser {
        background-image: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.75797 3.83995V8.94617C9.75797 9.06928 9.70906 9.18735 9.62201 9.27441C9.53495 9.36146 9.41688 9.41037 9.29377 9.41037H1.86655C1.74343 9.41037 1.62536 9.36146 1.53831 9.27441C1.45125 9.18735 1.40234 9.06928 1.40234 8.94617V3.83995" stroke="%23444444" stroke-width="0.928403" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.40234 1.51915C1.40234 1.39603 1.45125 1.27796 1.53831 1.19091C1.62536 1.10385 1.74343 1.05495 1.86655 1.05495H9.29377C9.41688 1.05495 9.53495 1.10385 9.62201 1.19091C9.70906 1.27796 9.75797 1.39603 9.75797 1.51915V3.84016H1.40234V1.51915Z" stroke="%23444444" stroke-width="0.928403" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.79635 2.91168C2.91947 2.91168 3.03754 2.86277 3.12459 2.77572C3.21165 2.68866 3.26056 2.57059 3.26056 2.44748C3.26056 2.32436 3.21165 2.20629 3.12459 2.11924C3.03754 2.03218 2.91947 1.98328 2.79635 1.98328C2.67324 1.98328 2.55517 2.03218 2.46811 2.11924C2.38106 2.20629 2.33215 2.32436 2.33215 2.44748C2.33215 2.57059 2.38106 2.68866 2.46811 2.77572C2.55517 2.86277 2.67324 2.91168 2.79635 2.91168ZM4.18896 2.91168C4.31207 2.91168 4.43014 2.86277 4.5172 2.77572C4.60425 2.68866 4.65316 2.57059 4.65316 2.44748C4.65316 2.32436 4.60425 2.20629 4.5172 2.11924C4.43014 2.03218 4.31207 1.98328 4.18896 1.98328C4.06585 1.98328 3.94777 2.03218 3.86072 2.11924C3.77366 2.20629 3.72476 2.32436 3.72476 2.44748C3.72476 2.57059 3.77366 2.68866 3.86072 2.77572C3.94777 2.86277 4.06585 2.91168 4.18896 2.91168ZM5.58156 2.91168C5.70468 2.91168 5.82275 2.86277 5.9098 2.77572C5.99686 2.68866 6.04576 2.57059 6.04576 2.44748C6.04576 2.32436 5.99686 2.20629 5.9098 2.11924C5.82275 2.03218 5.70468 1.98328 5.58156 1.98328C5.45845 1.98328 5.34038 2.03218 5.25332 2.11924C5.16627 2.20629 5.11736 2.32436 5.11736 2.44748C5.11736 2.57059 5.16627 2.68866 5.25332 2.77572C5.34038 2.86277 5.45845 2.91168 5.58156 2.91168Z" fill="%23444444"/></svg>'); }
      .plannings-feature-list li .icon--bg.telegram {
        background-image: url('data:image/svg+xml,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.7417 0.983658L0.921875 4.46517L4.17128 4.92937M9.7417 0.983658L8.5812 7.94668L4.17128 4.92937M9.7417 0.983658L4.17128 4.92937M4.17128 4.92937V7.48248L5.67948 5.96129" stroke="%23444444" stroke-width="0.696302" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .plannings-feature-list li .icon--bg.http-req {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 11' id='icon-http-req'%3E%3Cpath d='M5.66797 10.3203L0.667969 5.32031L5.66797 0.320312L6.85547 1.50781L3.02214 5.34115L6.83463 9.15365L5.66797 10.3203ZM12.3346 10.3203L11.1471 9.13281L14.9805 5.29948L11.168 1.48698L12.3346 0.320312L17.3346 5.32031L12.3346 10.3203Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.send-command {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-command'%3E%3Cpath d='M8.63082 9.81069L3.73461 14.9359C3.66116 15.0103 3.60259 15.0992 3.56232 15.1974C3.52204 15.2957 3.50087 15.4014 3.50003 15.5083C3.49919 15.6153 3.5187 15.7213 3.55743 15.8203C3.59616 15.9192 3.65333 16.0091 3.7256 16.0847C3.79787 16.1603 3.88379 16.22 3.97836 16.2605C4.07293 16.3009 4.17425 16.3213 4.27641 16.3203C4.37856 16.3193 4.4795 16.297 4.57335 16.2548C4.6672 16.2125 4.75206 16.1511 4.823 16.0742L10.2629 10.3798C10.407 10.2288 10.4879 10.0241 10.4879 9.81069C10.4879 9.59727 10.407 9.39258 10.2629 9.24157L4.823 3.54612C4.67783 3.39949 4.48345 3.31841 4.28173 3.32035C4.08 3.32228 3.88708 3.40707 3.7445 3.55646C3.60192 3.70585 3.5211 3.90789 3.51944 4.11905C3.51778 4.33021 3.59542 4.53361 3.73564 4.68543L8.63082 9.81069ZM11.0887 13.526C10.8846 13.526 10.6889 13.6109 10.5446 13.7619C10.4004 13.913 10.3193 14.1178 10.3193 14.3314C10.3193 14.545 10.4004 14.7498 10.5446 14.9009C10.6889 15.0519 10.8846 15.1367 11.0887 15.1367H16.7306C16.9347 15.1367 17.1304 15.0519 17.2747 14.9009C17.4189 14.7498 17.5 14.545 17.5 14.3314C17.5 14.1178 17.4189 13.913 17.2747 13.7619C17.1304 13.6109 16.9347 13.526 16.7306 13.526H11.0887Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.multi-driver {
        background-image: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40234 5.23276C1.40234 5.7814 1.51041 6.32466 1.72036 6.83154C1.93032 7.33841 2.23805 7.79897 2.626 8.18692C3.01394 8.57486 3.4745 8.8826 3.98138 9.09256C4.48825 9.30251 5.03152 9.41057 5.58016 9.41057C6.12879 9.41057 6.67206 9.30251 7.17894 9.09256C7.68581 8.8826 8.14637 8.57486 8.53432 8.18692C8.92226 7.79897 9.23 7.33841 9.43995 6.83154C9.64991 6.32466 9.75797 5.7814 9.75797 5.23276C9.75797 4.68412 9.64991 4.14086 9.43995 3.63398C9.23 3.1271 8.92226 2.66655 8.53432 2.2786C8.14637 1.89065 7.68581 1.58292 7.17894 1.37296C6.67206 1.16301 6.12879 1.05495 5.58016 1.05495C5.03152 1.05495 4.48825 1.16301 3.98138 1.37296C3.4745 1.58292 3.01394 1.89065 2.626 2.2786C2.23805 2.66655 1.93032 3.1271 1.72036 3.63398C1.51041 4.14086 1.40234 4.68412 1.40234 5.23276Z" stroke="%23444444" stroke-width="0.928403" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.64898 5.23237C4.64898 5.4786 4.7468 5.71474 4.92091 5.88885C5.09502 6.06296 5.33116 6.16078 5.57739 6.16078M4.64898 5.23237C4.64898 4.98615 4.7468 4.75 4.92091 4.57589C5.09502 4.40178 5.33116 4.30397 5.57739 4.30397C5.82362 4.30397 6.05976 4.40178 6.23387 4.57589C6.40798 4.75 6.50579 4.98615 6.50579 5.23237M4.64898 5.23237L1.51562 4.30397M5.57739 6.16078C5.82362 6.16078 6.05976 6.06296 6.23387 5.88885C6.40798 5.71474 6.50579 5.4786 6.50579 5.23237M5.57739 6.16078V9.41019M6.50579 5.23237L9.63915 4.30397" stroke="%23444444" stroke-width="0.928403" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .plannings-feature-list li .icon--bg.login-report {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-login-report'%3E%3Cpath d='M10 17.8203V16.1536H15.8333V4.48698H10V2.82031H17.5V17.8203H10ZM8.33333 14.487L7.1875 13.2786L9.3125 11.1536H2.5V9.48698H9.3125L7.1875 7.36198L8.33333 6.15365L12.5 10.3203L8.33333 14.487Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.diagnostic-report {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-diagnostic-report'%3E%3Cpath d='M9.375 12.8203H10.625V15.3203H9.375V12.8203ZM12.5 11.5703H13.75V15.3203H12.5V11.5703ZM6.25 9.07031H7.5V15.3203H6.25V9.07031Z' fill='%23444444'%3E%3C/path%3E%3Cpath d='M15.625 3.44531H13.75V2.82031C13.75 2.48879 13.6183 2.17085 13.3839 1.93643C13.1495 1.70201 12.8315 1.57031 12.5 1.57031H7.5C7.16848 1.57031 6.85054 1.70201 6.61612 1.93643C6.3817 2.17085 6.25 2.48879 6.25 2.82031V3.44531H4.375C4.04348 3.44531 3.72554 3.57701 3.49112 3.81143C3.2567 4.04585 3.125 4.36379 3.125 4.69531V17.8203C3.125 18.1518 3.2567 18.4698 3.49112 18.7042C3.72554 18.9386 4.04348 19.0703 4.375 19.0703H15.625C15.9565 19.0703 16.2745 18.9386 16.5089 18.7042C16.7433 18.4698 16.875 18.1518 16.875 17.8203V4.69531C16.875 4.36379 16.7433 4.04585 16.5089 3.81143C16.2745 3.57701 15.9565 3.44531 15.625 3.44531ZM7.5 2.82031H12.5V5.32031H7.5V2.82031ZM15.625 17.8203H4.375V4.69531H6.25V6.57031H13.75V4.69531H15.625V17.8203Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.ifta {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20' id='icon-ifta'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.875 2.82031L2.875 0.945312L0.5 2.82031V19.6953L2.375 18.7253L4.125 17.8203L7.125 19.6953L10.125 17.8203L13.125 19.6953L15.5 17.8203V0.945312L13.625 1.91531L11.875 2.82031L8.875 0.945312L5.875 2.82031ZM8.875 3.15656L6.86875 4.41031L5.875 5.03156L4.88125 4.41031L3.00125 3.23531L2.375 3.72906V16.6141L3.2625 16.1553L4.2125 15.6641L5.11875 16.2303L7.125 17.4841L9.13125 16.2303L10.125 15.6091L11.1187 16.2303L12.9987 17.4053L13.625 16.9116V4.02656L12.7375 4.48531L11.7875 4.97656L10.8813 4.41031L8.875 3.15656ZM4.25 8.44531C4.25 8.19667 4.34877 7.95822 4.52459 7.7824C4.7004 7.60658 4.93886 7.50781 5.1875 7.50781H10.8125C11.0611 7.50781 11.2996 7.60658 11.4754 7.7824C11.6512 7.95822 11.75 8.19667 11.75 8.44531C11.75 8.69395 11.6512 8.93241 11.4754 9.10822C11.2996 9.28404 11.0611 9.38281 10.8125 9.38281H5.1875C4.93886 9.38281 4.7004 9.28404 4.52459 9.10822C4.34877 8.93241 4.25 8.69395 4.25 8.44531ZM5.1875 11.2578C4.93886 11.2578 4.7004 11.3566 4.52459 11.5324C4.34877 11.7082 4.25 11.9467 4.25 12.1953C4.25 12.444 4.34877 12.6824 4.52459 12.8582C4.7004 13.034 4.93886 13.1328 5.1875 13.1328H8.3125C8.56114 13.1328 8.7996 13.034 8.97541 12.8582C9.15123 12.6824 9.25 12.444 9.25 12.1953C9.25 11.9467 9.15123 11.7082 8.97541 11.5324C8.7996 11.3566 8.56114 11.2578 8.3125 11.2578H5.1875Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.hos {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-hos'%3E%3Cpath d='M10.9375 14.3828C10.9375 14.5682 10.8825 14.7495 10.7795 14.9037C10.6765 15.0578 10.5301 15.178 10.3588 15.2489C10.1875 15.3199 9.99896 15.3385 9.81711 15.3023C9.63525 15.2661 9.4682 15.1768 9.33709 15.0457C9.20598 14.9146 9.11669 14.7476 9.08052 14.5657C9.04434 14.3839 9.06291 14.1954 9.13387 14.024C9.20482 13.8527 9.32499 13.7063 9.47916 13.6033C9.63333 13.5003 9.81458 13.4453 10 13.4453C10.2486 13.4453 10.4871 13.5441 10.6629 13.7199C10.8387 13.8957 10.9375 14.1342 10.9375 14.3828ZM10 5.94531C8.27657 5.94531 6.875 7.20703 6.875 8.75781V9.07031C6.875 9.23607 6.94085 9.39504 7.05806 9.51225C7.17527 9.62946 7.33424 9.69531 7.5 9.69531C7.66576 9.69531 7.82474 9.62946 7.94195 9.51225C8.05916 9.39504 8.125 9.23607 8.125 9.07031V8.75781C8.125 7.89844 8.96641 7.19531 10 7.19531C11.0336 7.19531 11.875 7.89844 11.875 8.75781C11.875 9.61719 11.0336 10.3203 10 10.3203C9.83424 10.3203 9.67527 10.3862 9.55806 10.5034C9.44085 10.6206 9.375 10.7796 9.375 10.9453V11.5703C9.375 11.7361 9.44085 11.895 9.55806 12.0123C9.67527 12.1295 9.83424 12.1953 10 12.1953C10.1658 12.1953 10.3247 12.1295 10.4419 12.0123C10.5592 11.895 10.625 11.7361 10.625 11.5703V11.5141C12.05 11.2523 13.125 10.1156 13.125 8.75781C13.125 7.20703 11.7234 5.94531 10 5.94531ZM18.125 10.3203C18.125 11.9273 17.6485 13.4982 16.7557 14.8343C15.8629 16.1705 14.594 17.2119 13.1093 17.8268C11.6247 18.4418 9.99099 18.6027 8.4149 18.2892C6.8388 17.9757 5.39106 17.2019 4.25476 16.0656C3.11846 14.9293 2.34463 13.4815 2.03112 11.9054C1.71762 10.3293 1.87852 8.69566 2.49348 7.21101C3.10844 5.72636 4.14985 4.45741 5.486 3.56462C6.82214 2.67184 8.39303 2.19531 10 2.19531C12.1542 2.19759 14.2195 3.05434 15.7427 4.57758C17.266 6.10082 18.1227 8.16613 18.125 10.3203ZM16.875 10.3203C16.875 8.96057 16.4718 7.63135 15.7164 6.50077C14.9609 5.37018 13.8872 4.48899 12.631 3.96864C11.3747 3.44829 9.99238 3.31214 8.65876 3.57741C7.32514 3.84269 6.10013 4.49747 5.13864 5.45895C4.17716 6.42044 3.52238 7.64545 3.2571 8.97907C2.99183 10.3127 3.12798 11.695 3.64833 12.9513C4.16868 14.2075 5.04987 15.2812 6.18046 16.0367C7.31105 16.7921 8.64026 17.1953 10 17.1953C11.8227 17.1932 13.5702 16.4683 14.8591 15.1794C16.1479 13.8905 16.8729 12.143 16.875 10.3203Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.custom-report {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-report-builder'%3E%3Cpath d='M17.7586 6.05294L14.268 2.56153C14.1519 2.44543 14.0141 2.35333 13.8624 2.29049C13.7107 2.22765 13.5482 2.19531 13.384 2.19531C13.2198 2.19531 13.0572 2.22765 12.9056 2.29049C12.7539 2.35333 12.6161 2.44543 12.5 2.56153L2.86641 12.1959C2.74983 12.3116 2.65741 12.4492 2.59451 12.6009C2.5316 12.7526 2.49948 12.9153 2.50001 13.0795V16.5709C2.50001 16.9024 2.6317 17.2204 2.86612 17.4548C3.10054 17.6892 3.41849 17.8209 3.75001 17.8209H7.24141C7.40563 17.8214 7.5683 17.7893 7.71999 17.7264C7.87168 17.6635 8.00935 17.5711 8.12501 17.4545L17.7586 7.8209C17.8747 7.70483 17.9668 7.56702 18.0296 7.41534C18.0925 7.26367 18.1248 7.1011 18.1248 6.93692C18.1248 6.77274 18.0925 6.61018 18.0296 6.4585C17.9668 6.30682 17.8747 6.16901 17.7586 6.05294ZM4.0086 12.8209L10.625 6.2045L11.9289 7.5084L5.31251 14.124L4.0086 12.8209ZM3.75001 14.3295L5.99141 16.5709H3.75001V14.3295ZM7.50001 16.3123L6.1961 15.0084L12.8125 8.392L14.1164 9.6959L7.50001 16.3123ZM15 8.81231L11.5086 5.3209L13.3836 3.4459L16.875 6.93653L15 8.81231Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.track {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 10' id='icon-track-decorator'%3E%3Cpath d='M5.5013 9.58366C4.87491 9.58366 4.2829 9.46327 3.72526 9.22249C3.16762 8.98171 2.68072 8.65324 2.26455 8.23708C1.84839 7.82091 1.51991 7.33401 1.27914 6.77637C1.03836 6.21873 0.917969 5.62671 0.917969 5.00033C0.917969 4.3663 1.04218 3.77046 1.29059 3.21283C1.53901 2.65519 1.87512 2.17012 2.29893 1.75762C2.72273 1.34512 3.21727 1.01863 3.78255 0.778159C4.34783 0.537687 4.9513 0.417298 5.59297 0.416992C6.20408 0.416992 6.78082 0.522103 7.32318 0.732326C7.86554 0.942548 8.34114 1.23283 8.74997 1.60316C9.1588 1.97349 9.48345 2.41273 9.72393 2.92087C9.9644 3.42901 10.0846 3.97702 10.0846 4.56491C10.0846 5.44338 9.81727 6.11759 9.28255 6.58753C8.74783 7.05748 8.09852 7.2923 7.33464 7.29199H6.48672C6.41797 7.29199 6.3703 7.31109 6.34372 7.34928C6.31714 7.38748 6.30369 7.42949 6.30339 7.47533C6.30339 7.56699 6.36068 7.69884 6.47526 7.87087C6.58984 8.0429 6.64714 8.23952 6.64714 8.46074C6.64714 8.84269 6.54218 9.12533 6.33226 9.30866C6.12234 9.49199 5.84536 9.58366 5.5013 9.58366ZM2.98047 5.45866C3.17908 5.45866 3.34332 5.39373 3.47318 5.26387C3.60304 5.13401 3.66797 4.96977 3.66797 4.77116C3.66797 4.57255 3.60304 4.40831 3.47318 4.27845C3.34332 4.14859 3.17908 4.08366 2.98047 4.08366C2.78186 4.08366 2.61762 4.14859 2.48776 4.27845C2.3579 4.40831 2.29297 4.57255 2.29297 4.77116C2.29297 4.96977 2.3579 5.13401 2.48776 5.26387C2.61762 5.39373 2.78186 5.45866 2.98047 5.45866ZM4.35547 3.62533C4.55408 3.62533 4.71832 3.5604 4.84818 3.43053C4.97804 3.30067 5.04297 3.13644 5.04297 2.93783C5.04297 2.73921 4.97804 2.57498 4.84818 2.44512C4.71832 2.31526 4.55408 2.25033 4.35547 2.25033C4.15686 2.25033 3.99262 2.31526 3.86276 2.44512C3.7329 2.57498 3.66797 2.73921 3.66797 2.93783C3.66797 3.13644 3.7329 3.30067 3.86276 3.43053C3.99262 3.5604 4.15686 3.62533 4.35547 3.62533ZM6.64714 3.62533C6.84575 3.62533 7.00998 3.5604 7.13984 3.43053C7.2697 3.30067 7.33464 3.13644 7.33464 2.93783C7.33464 2.73921 7.2697 2.57498 7.13984 2.44512C7.00998 2.31526 6.84575 2.25033 6.64714 2.25033C6.44852 2.25033 6.28429 2.31526 6.15443 2.44512C6.02457 2.57498 5.95964 2.73921 5.95964 2.93783C5.95964 3.13644 6.02457 3.30067 6.15443 3.43053C6.28429 3.5604 6.44852 3.62533 6.64714 3.62533ZM8.02214 5.45866C8.22075 5.45866 8.38498 5.39373 8.51484 5.26387C8.64471 5.13401 8.70964 4.96977 8.70964 4.77116C8.70964 4.57255 8.64471 4.40831 8.51484 4.27845C8.38498 4.14859 8.22075 4.08366 8.02214 4.08366C7.82352 4.08366 7.65929 4.14859 7.52943 4.27845C7.39957 4.40831 7.33464 4.57255 7.33464 4.77116C7.33464 4.96977 7.39957 5.13401 7.52943 5.26387C7.65929 5.39373 7.82352 5.45866 8.02214 5.45866ZM5.5013 8.66699C5.57005 8.66699 5.62551 8.64789 5.66768 8.6097C5.70984 8.57151 5.73077 8.52185 5.73047 8.46074C5.73047 8.3538 5.67318 8.22776 5.55859 8.08262C5.44401 7.93748 5.38672 7.71977 5.38672 7.42949C5.38672 7.10866 5.49748 6.85276 5.71901 6.66178C5.94054 6.47081 6.21172 6.37533 6.53255 6.37533H7.33464C7.8388 6.37533 8.2704 6.22835 8.62943 5.93441C8.98846 5.64046 9.16797 5.18396 9.16797 4.56491C9.16797 3.6406 8.81475 2.87091 8.1083 2.25583C7.40186 1.64074 6.56341 1.33335 5.59297 1.33366C4.55408 1.33366 3.66797 1.68887 2.93464 2.39928C2.2013 3.1097 1.83464 3.97671 1.83464 5.00033C1.83464 6.0163 2.19183 6.88148 2.90622 7.59587C3.62061 8.31026 4.48564 8.6673 5.5013 8.66699Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.access-control {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-user-access'%3E%3Cpath d='M10 1.98828C9.17591 1.98828 8.37033 2.23265 7.68512 2.69049C6.99992 3.14833 6.46587 3.79907 6.1505 4.56043C5.83514 5.32179 5.75262 6.15957 5.91339 6.96782C6.07417 7.77608 6.471 8.51851 7.05372 9.10123C7.63644 9.68394 8.37887 10.0808 9.18712 10.2416C9.99538 10.4023 10.8332 10.3198 11.5945 10.0044C12.3559 9.68908 13.0066 9.15503 13.4645 8.46982C13.9223 7.78462 14.1667 6.97904 14.1667 6.15495C14.1667 5.04988 13.7277 3.99007 12.9463 3.20867C12.1649 2.42727 11.1051 1.98828 10 1.98828ZM10 8.65495C9.50555 8.65495 9.0222 8.50833 8.61107 8.23362C8.19995 7.95892 7.87952 7.56847 7.6903 7.11166C7.50108 6.65484 7.45157 6.15217 7.54804 5.66722C7.6445 5.18227 7.8826 4.73681 8.23223 4.38718C8.58186 4.03755 9.02732 3.79945 9.51227 3.70298C9.99723 3.60652 10.4999 3.65603 10.9567 3.84525C11.4135 4.03447 11.804 4.3549 12.0787 4.76602C12.3534 5.17715 12.5 5.66049 12.5 6.15495C12.5 6.81799 12.2366 7.45387 11.7678 7.92272C11.2989 8.39156 10.663 8.65495 10 8.65495ZM17.5 17.8216V16.9883C17.5 15.4412 16.8854 13.9575 15.7915 12.8635C14.6975 11.7695 13.2138 11.1549 11.6667 11.1549H8.33333C6.78624 11.1549 5.30251 11.7695 4.20854 12.8635C3.11458 13.9575 2.5 15.4412 2.5 16.9883V17.8216H4.16667V16.9883C4.16667 15.8832 4.60565 14.8234 5.38705 14.042C6.16846 13.2606 7.22826 12.8216 8.33333 12.8216H11.6667C12.7717 12.8216 13.8315 13.2606 14.6129 14.042C15.3943 14.8234 15.8333 15.8832 15.8333 16.9883V17.8216H17.5Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.device-IO {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-in-out'%3E%3Cpath d='M15.8333 6.98438H17.5C17.721 6.98438 17.933 7.07217 18.0893 7.22845C18.2455 7.38473 18.3333 7.59669 18.3333 7.81771V17.8177C18.3333 18.0387 18.2455 18.2507 18.0893 18.407C17.933 18.5632 17.721 18.651 17.5 18.651H10.8333C10.6123 18.651 10.4004 18.5632 10.2441 18.407C10.0878 18.2507 10 18.0387 10 17.8177V16.9844H3.33333C3.11232 16.9844 2.90036 16.8966 2.74408 16.7403C2.5878 16.584 2.5 16.3721 2.5 16.151V2.81771C2.5 2.59669 2.5878 2.38473 2.74408 2.22845C2.90036 2.07217 3.11232 1.98438 3.33333 1.98438H15C15.221 1.98438 15.433 2.07217 15.5893 2.22845C15.7455 2.38473 15.8333 2.59669 15.8333 2.81771V6.98438ZM14.1667 6.98438V3.65104H4.16667V15.3177H10V7.81771C10 7.59669 10.0878 7.38473 10.2441 7.22845C10.4004 7.07217 10.6123 6.98438 10.8333 6.98438H14.1667ZM11.6667 8.65104V16.9844H16.6667V8.65104H11.6667Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.ignition {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-ignition'%3E%3Cpath d='M19.1693 1.98828C17.2943 1.98828 15.6276 2.49661 14.3276 3.09661C13.1609 2.49661 11.6693 1.98828 10.0026 1.98828C8.33594 1.98828 6.84427 2.49661 5.6776 3.09661C4.3776 2.49661 2.71094 1.98828 0.835938 1.98828V3.65495C1.96927 3.65495 3.01094 3.87995 3.9276 4.18828C3.36094 4.61328 3.0276 4.93828 2.99427 4.97995C2.6776 5.28828 2.5026 5.71328 2.5026 6.15495V15.3216C2.5026 17.1633 3.99427 18.6549 5.83594 18.6549C7.6776 18.6549 9.16927 17.1633 9.16927 15.3216V6.15495C9.16927 5.67161 8.96094 5.22161 8.6026 4.90495C8.5526 4.86328 8.16927 4.52995 7.5026 4.10495C8.26927 3.83828 9.1026 3.65495 10.0026 3.65495C10.9026 3.65495 11.7359 3.83828 12.5026 4.10495C11.8359 4.52995 11.4526 4.86328 11.4026 4.90495C11.0443 5.22161 10.8359 5.67161 10.8359 6.15495V15.3216C10.8359 17.1633 12.3276 18.6549 14.1693 18.6549C16.0109 18.6549 17.5026 17.1633 17.5026 15.3216V6.15495C17.5026 5.71328 17.3276 5.28828 17.0109 4.97995C16.9776 4.93828 16.6443 4.61328 16.0776 4.18828C16.9943 3.87995 18.0359 3.65495 19.1693 3.65495V1.98828ZM7.5026 6.15495V15.3216C7.5026 16.2466 6.76094 16.9883 5.83594 16.9883C4.91094 16.9883 4.16927 16.2466 4.16927 15.3216V6.15495C4.16927 6.15495 4.7526 5.57995 5.7276 4.97161C6.83594 5.57995 7.5026 6.15495 7.5026 6.15495ZM15.8359 6.15495V15.3216C15.8359 16.2466 15.0943 16.9883 14.1693 16.9883C13.2443 16.9883 12.5026 16.2466 12.5026 15.3216V6.15495C12.5026 6.15495 13.1693 5.57995 14.2776 4.97161C15.2526 5.57995 15.8359 6.15495 15.8359 6.15495Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.driver-id {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-driver-id'%3E%3Cpath d='M2.5026 5.32292H17.5026V15.3229H2.5026V5.32292ZM1.66927 3.65625C1.44826 3.65625 1.2363 3.74405 1.08002 3.90033C0.923735 4.05661 0.835938 4.26857 0.835938 4.48958V16.1562C0.835938 16.3773 0.923735 16.5892 1.08002 16.7455C1.2363 16.9018 1.44826 16.9896 1.66927 16.9896H18.3359C18.557 16.9896 18.7689 16.9018 18.9252 16.7455C19.0815 16.5892 19.1693 16.3773 19.1693 16.1562V4.48958C19.1693 4.26857 19.0815 4.05661 18.9252 3.90033C18.7689 3.74405 18.557 3.65625 18.3359 3.65625H1.66927ZM10.8359 6.98958H15.8359V8.65625H10.8359V6.98958ZM15.0026 10.3229H10.8359V11.9896H15.0026V10.3229ZM8.7526 8.65625C8.7526 9.20878 8.53311 9.73869 8.14241 10.1294C7.75171 10.5201 7.22181 10.7396 6.66927 10.7396C6.11674 10.7396 5.58683 10.5201 5.19613 10.1294C4.80543 9.73869 4.58594 9.20878 4.58594 8.65625C4.58594 8.10372 4.80543 7.57381 5.19613 7.18311C5.58683 6.79241 6.11674 6.57292 6.66927 6.57292C7.22181 6.57292 7.75171 6.79241 8.14241 7.18311C8.53311 7.57381 8.7526 8.10372 8.7526 8.65625ZM6.66927 11.5729C5.89572 11.5729 5.15386 11.8802 4.60688 12.4272C4.0599 12.9742 3.7526 13.716 3.7526 14.4896H9.58594C9.58594 13.716 9.27865 12.9742 8.73167 12.4272C8.18468 11.8802 7.44282 11.5729 6.66927 11.5729Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.dispatch {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 9' id='icon-truck'%3E%3Cpath d='M0.347656 0.0559082V7.36708H1.44642C1.6017 7.96555 2.13994 8.41153 2.78471 8.41153C3.42949 8.41153 3.96773 7.96555 4.12301 7.36708H7.01684C7.17211 7.96555 7.71036 8.41153 8.35513 8.41153C8.99991 8.41153 9.53815 7.96555 9.69342 7.36708H10.7922V3.74422L10.6944 3.63525L8.60545 1.54634L8.49648 1.44851H6.61438V0.0559082H0.347656ZM1.04396 0.75221H5.91807V6.67078H4.12301C3.96773 6.07231 3.42949 5.62633 2.78471 5.62633C2.13994 5.62633 1.6017 6.07231 1.44642 6.67078H1.04396V0.75221ZM6.61438 2.14481H8.20299L10.0959 4.03806V6.67078H9.69342C9.53815 6.07231 8.99991 5.62633 8.35513 5.62633C7.71036 5.62633 7.17211 6.07231 7.01684 6.67078H6.61438V2.14481ZM2.78471 6.32263C3.1736 6.32263 3.48102 6.63004 3.48102 7.01893C3.48102 7.40781 3.1736 7.71523 2.78471 7.71523C2.39583 7.71523 2.08841 7.40781 2.08841 7.01893C2.08841 6.63004 2.39583 6.32263 2.78471 6.32263ZM8.35513 6.32263C8.74402 6.32263 9.05143 6.63004 9.05143 7.01893C9.05143 7.40781 8.74402 7.71523 8.35513 7.71523C7.96625 7.71523 7.65883 7.40781 7.65883 7.01893C7.65883 6.63004 7.96625 6.32263 8.35513 6.32263Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.routing {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-routing'%3E%3Cpath d='M9.16667 18.651V14.4844C9.16667 13.7066 9.04861 13.1302 8.8125 12.7552C8.57639 12.3802 8.26389 12.0122 7.875 11.651L9.0625 10.4635C9.22917 10.6163 9.38889 10.7797 9.54167 10.9535C9.69444 11.1274 9.84722 11.3113 10 11.5052C10.1944 11.2413 10.3925 11.0088 10.5942 10.8077C10.7958 10.6066 11.0006 10.4085 11.2083 10.2135C11.7361 9.72743 12.2153 9.16493 12.6458 8.52604C13.0764 7.88715 13.3056 6.7691 13.3333 5.17187L12.0208 6.48438L10.8333 5.31771L14.1667 1.98438L17.5 5.31771L16.3333 6.48438L15 5.17187C14.9722 7.15799 14.6667 8.57132 14.0833 9.41187C13.5 10.2524 12.9167 10.9363 12.3333 11.4635C11.8889 11.8663 11.5278 12.2588 11.25 12.641C10.9722 13.0233 10.8333 13.6377 10.8333 14.4844V18.651H9.16667ZM5.16667 7.13021C5.11111 6.85243 5.07306 6.54687 5.0525 6.21354C5.03194 5.88021 5.01444 5.53299 5 5.17187L3.66667 6.48438L2.5 5.31771L5.83333 1.98438L9.16667 5.31771L7.97917 6.48438L6.66667 5.19271C6.66667 5.48437 6.68056 5.75882 6.70833 6.01604C6.73611 6.27326 6.76389 6.51271 6.79167 6.73437L5.16667 7.13021ZM6.95833 10.7969C6.68056 10.5052 6.41333 10.1649 6.15667 9.77604C5.9 9.38715 5.67417 8.90799 5.47917 8.33854L7.08333 7.94271C7.22222 8.31771 7.38194 8.63715 7.5625 8.90104C7.74306 9.16493 7.9375 9.40104 8.14583 9.60937L6.95833 10.7969Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.job-automation {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-job-automation'%3E%3Cpath d='M9.9993 6.56962C9.25762 6.56962 8.5326 6.78955 7.91591 7.2016C7.29923 7.61366 6.81858 8.19933 6.53476 8.88455C6.25093 9.56978 6.17666 10.3238 6.32136 11.0512C6.46605 11.7786 6.82321 12.4468 7.34765 12.9713C7.8721 13.4957 8.54029 13.8529 9.26771 13.9976C9.99514 14.1423 10.7491 14.068 11.4344 13.7842C12.1196 13.5003 12.7053 13.0197 13.1173 12.403C13.5294 11.7863 13.7493 11.0613 13.7493 10.3196C13.7483 9.32537 13.3528 8.37214 12.6498 7.66911C11.9468 6.96607 10.9935 6.57065 9.9993 6.56962ZM9.9993 12.8196C9.50485 12.8196 9.0215 12.673 8.61038 12.3983C8.19925 12.1236 7.87882 11.7331 7.6896 11.2763C7.50039 10.8195 7.45088 10.3168 7.54734 9.83189C7.6438 9.34694 7.88191 8.90148 8.23154 8.55185C8.58117 8.20222 9.02663 7.96412 9.51158 7.86765C9.99653 7.77119 10.4992 7.8207 10.956 8.00992C11.4128 8.19914 11.8033 8.51957 12.078 8.93069C12.3527 9.34181 12.4993 9.82516 12.4993 10.3196C12.4993 10.9827 12.2359 11.6185 11.7671 12.0874C11.2982 12.5562 10.6623 12.8196 9.9993 12.8196ZM16.8743 10.4884C16.8774 10.3759 16.8774 10.2634 16.8743 10.1509L18.0399 8.69462C18.101 8.61816 18.1434 8.52841 18.1634 8.43261C18.1835 8.3368 18.1808 8.23762 18.1556 8.14305C17.9645 7.42477 17.6786 6.73512 17.3056 6.09227C17.2567 6.00815 17.1889 5.93658 17.1075 5.88328C17.0261 5.82998 16.9334 5.79641 16.8368 5.78524L14.9837 5.57899C14.9066 5.49774 14.8285 5.41962 14.7493 5.34462L14.5306 3.4868C14.5193 3.39009 14.4856 3.29735 14.4322 3.21597C14.3787 3.13458 14.307 3.06681 14.2227 3.01805C13.5796 2.64566 12.8901 2.3601 12.172 2.16883C12.0773 2.14368 11.9781 2.1411 11.8823 2.16132C11.7865 2.18154 11.6968 2.22399 11.6204 2.28524L10.1681 3.44462H9.83055L8.3743 2.28133C8.29784 2.22022 8.2081 2.17791 8.11229 2.15783C8.01649 2.13774 7.91731 2.14044 7.82274 2.16571C7.10458 2.35714 6.41497 2.64296 5.77196 3.01571C5.68783 3.06456 5.61627 3.13237 5.56297 3.21375C5.50967 3.29513 5.47609 3.38782 5.46493 3.48446L5.25868 5.34071C5.17743 5.41831 5.0993 5.49644 5.0243 5.57508L3.16649 5.78837C3.06978 5.79962 2.97704 5.83331 2.89566 5.88675C2.81427 5.94019 2.7465 6.01191 2.69774 6.09618C2.32535 6.73927 2.03979 7.42886 1.84852 8.14696C1.82336 8.24159 1.82079 8.3408 1.84101 8.43661C1.86123 8.53242 1.90368 8.62213 1.96493 8.69852L3.1243 10.1509V10.4884L1.96102 11.9446C1.8999 12.0211 1.8576 12.1108 1.83752 12.2066C1.81743 12.3024 1.82013 12.4016 1.8454 12.4962C2.03647 13.2145 2.32232 13.9041 2.6954 14.547C2.74425 14.6311 2.81206 14.7026 2.89344 14.756C2.97481 14.8093 3.06751 14.8428 3.16415 14.854L5.01727 15.0602C5.09488 15.1415 5.173 15.2196 5.25165 15.2946L5.46805 17.1524C5.4793 17.2491 5.51299 17.3419 5.56644 17.4233C5.61988 17.5046 5.69159 17.5724 5.77587 17.6212C6.41896 17.9936 7.10855 18.2791 7.82665 18.4704C7.92128 18.4956 8.02049 18.4981 8.1163 18.4779C8.2121 18.4577 8.30182 18.4152 8.37821 18.354L9.83055 17.1946C9.94305 17.1977 10.0556 17.1977 10.1681 17.1946L11.6243 18.3602C11.7008 18.4214 11.7905 18.4637 11.8863 18.4837C11.9821 18.5038 12.0813 18.5011 12.1759 18.4759C12.8941 18.2848 13.5838 17.9989 14.2266 17.6259C14.3108 17.577 14.3823 17.5092 14.4356 17.4278C14.4889 17.3464 14.5225 17.2538 14.5337 17.1571L14.7399 15.304C14.8212 15.2269 14.8993 15.1488 14.9743 15.0696L16.8321 14.8509C16.9288 14.8396 17.0216 14.8059 17.103 14.7525C17.1843 14.699 17.2521 14.6273 17.3009 14.5431C17.6733 13.9 17.9588 13.2104 18.1501 12.4923C18.1752 12.3976 18.1778 12.2984 18.1576 12.2026C18.1374 12.1068 18.0949 12.0171 18.0337 11.9407L16.8743 10.4884ZM15.6165 9.98055C15.6298 10.2064 15.6298 10.4328 15.6165 10.6587C15.6072 10.8133 15.6556 10.9659 15.7524 11.0868L16.861 12.472C16.7338 12.8762 16.5709 13.2684 16.3743 13.6438L14.6087 13.8438C14.4549 13.8609 14.3129 13.9344 14.2102 14.0501C14.0599 14.2192 13.8997 14.3794 13.7306 14.5298C13.6149 14.6325 13.5414 14.7744 13.5243 14.9282L13.3282 16.6923C12.9528 16.889 12.5606 17.0519 12.1563 17.179L10.7704 16.0704C10.6595 15.9818 10.5217 15.9336 10.3798 15.9337H10.3423C10.1164 15.9469 9.88999 15.9469 9.66415 15.9337C9.50952 15.9244 9.35695 15.9728 9.23602 16.0696L7.84696 17.179C7.44269 17.0518 7.05053 16.8889 6.67508 16.6923L6.47508 14.929C6.45802 14.7752 6.38453 14.6333 6.26883 14.5306C6.09969 14.3802 5.93952 14.22 5.78915 14.0509C5.68644 13.9352 5.54447 13.8617 5.39071 13.8446L3.62665 13.6477C3.42991 13.2724 3.26703 12.8802 3.13993 12.4759L4.24852 11.0899C4.34532 10.969 4.39377 10.8164 4.38446 10.6618C4.37119 10.436 4.37119 10.2095 4.38446 9.98368C4.39377 9.82905 4.34532 9.67649 4.24852 9.55555L3.13993 8.16727C3.26715 7.76301 3.43003 7.37084 3.62665 6.9954L5.38993 6.7954C5.54369 6.77833 5.68566 6.70484 5.78837 6.58915C5.93873 6.42 6.09891 6.25983 6.26805 6.10946C6.38421 6.00668 6.458 5.86439 6.47508 5.71024L6.67118 3.94696C7.04657 3.75023 7.43874 3.58734 7.84305 3.46024L9.22899 4.56883C9.34992 4.66564 9.50249 4.71408 9.65712 4.70477C9.88296 4.6915 10.1094 4.6915 10.3352 4.70477C10.4899 4.71408 10.6424 4.66564 10.7634 4.56883L12.1516 3.46024C12.5559 3.58746 12.9481 3.75034 13.3235 3.94696L13.5235 5.71024C13.5406 5.864 13.6141 6.00597 13.7298 6.10868C13.8989 6.25905 14.0591 6.41922 14.2095 6.58837C14.3122 6.70406 14.4541 6.77755 14.6079 6.79462L16.372 6.99071C16.5687 7.3661 16.7316 7.75828 16.8587 8.16258L15.7501 9.54852C15.6524 9.67047 15.6039 9.82461 15.6141 9.98055H15.6165Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }
      .plannings-feature-list li .icon--bg.workflow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' id='icon-workflow'%3E%3Cpath d='M10 17.1953C7.75 17.1953 5.5625 16.0703 4.25 14.0703H7.5V12.8203H2.5V17.8203H3.75V15.5078C5.3125 17.3828 7.5625 18.4453 10 18.4453V17.1953ZM19.375 14.6953V13.4453H18.0625C18 13.0703 17.8125 12.6953 17.625 12.3203L18.5625 11.3828L17.6875 10.5078L16.75 11.4453C16.4375 11.2578 16.0625 11.0703 15.625 11.0078V9.69531H14.375V11.0078C14 11.0703 13.625 11.2578 13.25 11.4453L12.3125 10.5078L11.4375 11.3828L12.375 12.3203C12.1875 12.6328 12 13.0078 11.9375 13.4453H10.625V14.6953H11.9375C12 15.0703 12.1875 15.4453 12.375 15.8203L11.4375 16.7578L12.3125 17.6328L13.25 16.6953C13.5625 16.8828 13.9375 17.0703 14.375 17.1328V18.4453H15.625V17.1328C16 17.0703 16.375 16.8828 16.75 16.6953L17.6875 17.6328L18.5625 16.7578L17.625 15.8203C17.8125 15.5078 18 15.1328 18.0625 14.6953H19.375ZM15 15.9453C13.9375 15.9453 13.125 15.1328 13.125 14.0703C13.125 13.0078 13.9375 12.1953 15 12.1953C16.0625 12.1953 16.875 13.0078 16.875 14.0703C16.875 15.1328 16.0625 15.9453 15 15.9453ZM12.5 6.57031H15.75C13.6875 3.38281 9.4375 2.50781 6.25 4.57031C4.3125 5.82031 3.125 8.00781 3.125 10.3203H1.875C1.875 5.82031 5.5 2.19531 10 2.19531C12.4375 2.19531 14.6875 3.25781 16.25 5.13281V2.82031H17.5V7.82031H12.5V6.57031Z' fill='%23444444'%3E%3C/path%3E%3C/svg%3E"); }

.bulk-discounts-modal {
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 5px 30px 0, rgba(0, 0, 0, 0.09) 0 2px 5px 0, rgba(0, 0, 0, 0.09) 0 4px 8px 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0 5px 30px 0, rgba(0, 0, 0, 0.09) 0 2px 5px 0, rgba(0, 0, 0, 0.09) 0 4px 8px 0;
  max-width: 350px;
  min-height: 140px;
  position: absolute;
  right: 0;
  top: 30% !important;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99; }
  @media (min-width: 551px) {
    .bulk-discounts-modal {
      min-height: 170px; } }
  .bulk-discounts-modal.bulk-discounts-modal-open {
    display: block !important;
    opacity: 1;
    visibility: visible; }
  .bulk-discounts-modal .modal-header .modal-header-title {
    color: #2d4190;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6rem;
    font-family: HelveticaNeueLT; }
    .bulk-discounts-modal .modal-header .modal-header-title span {
      color: #2d4190;
      font-weight: 400;
      font-family: HelveticaNeueLT;
      font-size: 20px;
      line-height: 1.6rem;
      text-decoration: none; }
      @media (min-width: 551px) {
        .bulk-discounts-modal .modal-header .modal-header-title span {
          font-size: 2rem; } }
      .bulk-discounts-modal .modal-header .modal-header-title span a {
        color: #2d4190;
        font-weight: 400;
        font-family: HelveticaNeueLT;
        font-size: 20px;
        line-height: 1.6rem;
        text-decoration: none; }
        @media (min-width: 551px) {
          .bulk-discounts-modal .modal-header .modal-header-title span a {
            font-size: 25px;
            line-height: 2rem; } }
  .bulk-discounts-modal .modal-content {
    padding: .5rem; }
    .bulk-discounts-modal .modal-content p {
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      font-style: normal;
      text-align: center; }
      @media (min-width: 551px) {
        .bulk-discounts-modal .modal-content p {
          font-size: 14px; } }

.CompareProductWrap .compare-product-box {
  float: left;
  width: 25%; }

.CompareProductWrap .compare-item {
  min-height: 54px;
  padding: 10px; }
  .CompareProductWrap .compare-item.compare-product-item {
    padding: 2rem 1rem 1.28571rem; }
  .CompareProductWrap .compare-item.action {
    padding: 0;
    min-height: 68px; }
  .CompareProductWrap .compare-item .compare-item-title {
    font-size: 14px;
    font-weight: bold; }
  .CompareProductWrap .compare-item > span {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 7px 0;
    min-height: 54px; }
  .CompareProductWrap .compare-item:after {
    background: #e5e5e5;
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    margin: 0 auto; }
  .CompareProductWrap .compare-item:last-child::after {
    display: none; }

.compareTable-removeProduct {
  right: 0px;
  top: 0rem;
  text-align: center; }

.compareTable-product:before, .compareTable-product:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.compareTable-product .card .card-img-container:after {
  padding-bottom: 100%; }

.compareTable-product .card-title {
  text-align: center;
  margin: 0 0 1rem; }
  .compareTable-product .card-title > a {
    display: block;
    min-height: 64px; }
    .compareTable-product .card-title > a > span {
      font-size: 15px;
      min-height: 50px;
      display: block; }

.compareTable-product .card-sku {
  color: #344bd5;
  display: block;
  font-size: 14px;
  margin-top: 0;
  min-height: auto; }

.compareTable-product .card-body {
  min-height: 54px;
  text-align: center; }
  .compareTable-product .card-body:before, .compareTable-product .card-body:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }

.compareTable-product .product-item-rating {
  min-height: 44px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0.5rem 0; }
  .compareTable-product .product-item-rating .icon {
    width: 18px;
    height: 18px; }
  .compareTable-product .product-item-rating svg {
    height: 20px;
    fill: #f68c20;
    width: 20px; }
  .compareTable-product .product-item-rating .group-stars > span {
    vertical-align: middle; }

.compareTable-product .price-section.price-section--withoutTax {
  padding-right: 6px;
  display: inline-block;
  vertical-align: middle; }
  .compareTable-product .price-section.price-section--withoutTax .price.price--withoutTax {
    font-size: 18px;
    font-weight: 700;
    color: #333; }
  .compareTable-product .price-section.price-section--withoutTax.rrp-price--withoutTax {
    padding: 0; }

.review-count {
  font-size: 12px;
  line-height: 1.2rem; }

.compareTable-product .group-stars .ind_cnt {
  font-size: 9px;
  display: inline-block;
  width: auto;
  margin: 0 5px;
  vertical-align: unset;
  line-height: 1.2rem; }

.CompareProductWrap .compare-item.compare-product-item::after,
.CompareProductWrap .compare-item.action::after {
  display: none; }

.TopLevelCategoryPage {
  padding: 1rem 0.75rem 0; }

.body-category .page, .CategoryPageContainer .page {
  margin-bottom: 30px; }

.category-promotion-banner {
  margin-bottom: 12px; }
  .category-promotion-banner a {
    display: block;
    margin: 0 0 1rem; }
  .category-promotion-banner picture {
    display: block; }
    .category-promotion-banner picture img {
      width: 100%; }

.gps-trackers-types {
  margin: 30px auto;
  max-width: 890px;
  padding: 10px;
  text-align: center;
  width: 100%; }
  .gps-trackers-types h2 {
    margin-top: 0; }
  .gps-trackers-types .gps-tracker-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; }
    .gps-trackers-types .gps-tracker-items .gps-tracker-item {
      list-style: none;
      margin: 0 0 16px;
      padding: 0 8px;
      text-align: center;
      width: 140px; }
      .gps-trackers-types .gps-tracker-items .gps-tracker-item a {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 8px;
        text-decoration: none; }
        .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap {
          background-color: #1b3d5c;
          border-radius: 50%;
          width: 62px;
          height: 62px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon {
            background-repeat: no-repeat;
            height: 32px;
            width: 32px; }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon svg {
              fill: #fff;
              display: none; }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-car-tracking {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff' %3E%3Cpath d='M0.7,24c0-2.8,0-5.7,0-8.5c0-0.1,0-0.1,0.1-0.2c0.2-1.2,0.9-2.2,2-2.7c0.2-0.1,0.3-0.2,0.3-0.4c0.7-2.3,1.3-4.5,2-6.8C5.6,3.6,7,2.6,8.9,2.6c4.7,0,9.4,0,14.2,0c1.9,0,3.3,1,3.8,2.8c0.7,2.3,1.4,4.5,2,6.8c0.1,0.2,0.1,0.3,0.3,0.4c1.3,0.7,2,1.8,2.1,3.3c0,2.6,0,5.2,0,7.8c0,0.5-0.2,0.9-0.5,1.2c-0.4,0.4-0.9,0.6-1.4,0.7c0,0.6,0,1.2,0,1.7c0,1.3-0.8,2.1-2.1,2.1c-0.5,0-1.1,0-1.6,0c-1.3,0-2.1-0.8-2.1-2.1c0-0.6,0-1.2,0-1.7c-5.1,0-10.2,0-15.3,0c0,0.6,0,1.2,0,1.7c0,1.3-0.8,2.1-2.1,2.1c-0.5,0-1.1,0-1.6,0c-1.3,0-2.1-0.8-2.1-2.1c0-0.6,0-1.1,0-1.7c-0.7-0.1-1.3-0.4-1.7-1C0.8,24.4,0.7,24.2,0.7,24z M7.1,12.2c6,0,11.9,0,17.8,0c0-0.1,0-0.2-0.1-0.3c-0.5-1.7-1-3.5-1.5-5.2c-0.1-0.2-0.2-0.3-0.4-0.3c-4.5,0-8.9,0-13.4,0c-0.7,0-0.7,0-0.9,0.7C8.1,8.8,7.6,10.4,7.1,12.2z M10.2,18.9c0-1.1-0.9-1.9-1.9-1.9c-1,0-1.9,0.8-1.9,1.9c0,1.1,0.8,1.9,1.9,1.9C9.4,20.8,10.2,19.9,10.2,18.9z M25.6,18.9c0-1.1-0.9-1.9-1.9-1.9c-1,0-1.9,0.9-1.9,1.9c0,1.1,0.8,1.9,1.9,1.9C24.7,20.8,25.6,19.9,25.6,18.9z'/%3E%3C/svg%3E"); }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-asset-tracking {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff' %3E%3Cg%3E%3Cpath d='M31.5,11.2c0,1.2,0,2.3,0,3.5c-0.3,1-1,1.6-2.1,1.9c-2.3,0.5-4.7,1.1-7,1.7c-1,0.2-2,0.5-3,0.7c0-0.1,0-0.2,0-0.3c0-0.4,0-0.8,0-1.2c-0.1-0.9-0.9-1.8-1.8-1.8c-1-0.1-2,0-3,0c-0.1,0-0.3,0-0.4,0.1c-1,0.3-1.6,1-1.6,2.1c0,0.4,0,0.8,0,1.2c-0.1,0-0.3,0-0.4-0.1c-1.1-0.3-2.2-0.5-3.3-0.8c-2.2-0.5-4.4-1.1-6.6-1.6c-1.1-0.3-2-1.3-1.9-2.4c0.1-0.7,0-1.4,0-2.1c0-0.4,0-0.8,0.1-1.2C1.1,8.5,3,7,5.3,7c1.6,0,3.3,0,4.9,0c0.1,0,0.2,0,0.3,0c0-0.7,0-1.4,0-2.1c0-1.2,0.9-2.2,2.1-2.2c2.3,0,4.5,0,6.8,0c0.7,0,1.2,0.3,1.6,0.9c0.3,0.4,0.4,0.9,0.4,1.4c0,0.7,0,1.4,0,2.1c0.1,0,0.3,0,0.4,0c1.7,0,3.3,0,5,0c2.2,0,4,1.5,4.5,3.6C31.4,10.8,31.5,11,31.5,11.2z M19.6,7c0-0.7,0-1.4,0-2.1c0-0.3-0.1-0.4-0.4-0.4c-0.5,0-1,0-1.6,0c-1.6,0-3.2,0-4.8,0c-0.4,0-0.4,0.1-0.4,0.4c0,0.2,0,0.5,0,0.7c0,0.4,0,0.9,0,1.3C14.8,7,17.2,7,19.6,7z'%3E%3C/path%3E%3Cpath d='M31.5,25.9c-0.2,0.5-0.3,1-0.5,1.4c-0.8,1.3-1.9,2-3.5,2c-2.1,0-4.2,0-6.3,0c-5.6,0-11.2,0-16.8,0c-1.9,0-3.5-1.2-3.9-3.1c-0.1-0.3-0.1-0.6-0.1-0.8c0-2.5,0-5,0-7.6c0,0,0-0.1,0-0.2C0.7,17.8,1,18,1.2,18.1c0.9,0.3,1.8,0.5,2.7,0.7c2.8,0.7,5.7,1.4,8.5,2.1c0.2,0,0.3,0.1,0.4,0.3c0.3,0.8,1,1.3,1.8,1.3c0.9,0,1.9,0,2.8,0c0.9,0,1.5-0.5,1.9-1.3c0.1-0.2,0.2-0.3,0.3-0.3c3.5-0.9,7-1.7,10.5-2.6c0.5-0.1,1-0.4,1.4-0.6C31.5,20.4,31.5,23.2,31.5,25.9z'%3E%3C/path%3E%3Cpath d='M17.6,19.1c0,0.4,0,0.8,0,1.2c0,0.3-0.1,0.4-0.4,0.4c-0.8,0-1.6,0-2.4,0c-0.3,0-0.4-0.1-0.4-0.4c0-0.8,0-1.6,0-2.5c0-0.2,0.1-0.4,0.4-0.4c0.8,0,1.6,0,2.5,0c0.2,0,0.4,0.1,0.4,0.4C17.6,18.3,17.6,18.7,17.6,19.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-personal-gps-tracking {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff' %3E%3Cg%3E%3Cpath d='M17.9,12c0,0.2,0,0.3,0,0.4c0,1.6,0,3.1,0,4.7c0,0.4-0.1,0.8-0.4,1.1c-1.5,1.6-2.9,3.2-4.4,4.8c-0.5,0.5-0.8,1-1.1,1.7c-0.7,1.9-1.4,3.7-2.1,5.6c-0.3,0.9-1.1,1.3-2,1.2c-1.1-0.2-1.7-1.3-1.3-2.4c0.6-1.5,1.1-3,1.7-4.6c0.2-0.5,0.4-1.1,0.6-1.6c0.2-0.7,0.6-1.3,1.1-1.8c1.2-1.2,2.3-2.5,3.4-3.8c0.2-0.2,0.2-0.3,0.2-0.6c0-2.3,0-4.6,0-6.9c0-1.1,0.6-2,1.6-2.2c0.5-0.1,1-0.1,1.5,0.2c1,0.6,2,1.1,3,1.7c2,1.1,3.9,2.3,5.9,3.4c0.7,0.4,1,1.1,0.8,1.9c-0.3,1-1.4,1.4-2.3,0.9c-1.2-0.7-2.3-1.3-3.5-2c-0.8-0.5-1.7-1-2.5-1.5C18.2,12.1,18.1,12.1,17.9,12z'%3E%3C/path%3E%3Cpath d='M18.1,19c0.2,0.8,0.4,1.5,0.6,2.3c0.1,0.7,0.4,1.3,0.8,1.9c1.2,1.8,2.3,3.7,3.4,5.5c0.5,0.8,0.4,1.6-0.2,2.2c-0.8,0.8-2.1,0.7-2.8-0.4c-0.7-1.2-1.5-2.4-2.2-3.5c-0.6-1-1.3-2-1.8-3c-0.3-0.6-0.4-1.3-0.6-2c0-0.1,0-0.1,0.1-0.2C16.3,20.9,17.2,19.9,18.1,19C18.1,19,18.1,19,18.1,19z'%3E%3C/path%3E%3Cpath d='M12.8,9.8c0,0.2,0,0.3,0,0.4c0,1.2,0,2.4,0,3.6c0,0.6-0.2,0.8-0.8,1c-1.4,0.4-2.7,0.7-4.1,1.1C7.7,15.9,7.5,16,7.3,16c-0.9,0.2-1.7-0.3-1.9-1.1c-0.2-0.8,0.2-1.6,1.1-1.9c1.3-0.4,2.7-0.8,4-1.2c0.2,0,0.3-0.1,0.4-0.3c0.5-0.5,1.1-1.1,1.6-1.6C12.6,9.9,12.7,9.9,12.8,9.8z'%3E%3C/path%3E%3Cpath d='M12.4,3.1c0-1.4,1.1-2.6,2.6-2.6c1.4,0,2.6,1.1,2.6,2.6c0,1.4-1.2,2.6-2.6,2.6C13.6,5.7,12.4,4.6,12.4,3.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
              height: 38px;
              width: 38px; }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-best-gps-trackers {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff' %3E%3Cpath d='M31.2,19.3c-0.2,0.5-0.3,1.1-0.7,1.5c-0.2,0.2-0.5,0.4-0.8,0.7c0.6,1.6,0.2,2.8-1.2,3.7c0.1,0.5,0.2,1,0.2,1.5c-0.1,1.5-1.3,2.7-2.8,2.7c-1.3,0-2.6,0-3.9,0c-2.5,0-5,0-7.5,0c-1.2,0-2.3-0.2-3.4-0.8c0,0.4,0,0.8,0,1.1c0,0.7-0.2,0.9-0.9,0.9c-2.8,0-5.6,0-8.4,0c-0.2,0-0.5,0-0.6-0.2c-0.1-0.1-0.2-0.4-0.2-0.6c0-5,0-10,0-15c0-0.5,0.2-0.7,0.8-0.7c2.8,0,5.6,0,8.4,0c0.7,0,0.9,0.1,1,0.9c0.1-0.1,0.1-0.2,0.2-0.3c1.2-2.5,2.3-5,3.5-7.5c0.1-0.1,0.1-0.3,0.1-0.5c0-1.3,0-2.5,0-3.8c0-0.4,0.1-0.7,0.5-0.9c0.6-0.4,1.3-0.6,2-0.6c0.6,0,1.1,0.2,1.5,0.6c1.4,1.1,2.3,2.6,2.3,4.4c0,1.2-0.2,2.3-0.5,3.5c-0.1,0.5-0.3,1-0.5,1.6c0.1,0,0.2,0,0.4,0c2.5,0,5,0,7.5,0c1.5,0,2.7,0.9,3.1,2.2c0.1,0.2,0.1,0.4,0.2,0.5c0,0.3,0,0.6,0,0.9c-0.2,0.6-0.4,1.2-0.8,1.7c0.5,0.4,0.7,1,0.8,1.6C31.2,18.7,31.2,19,31.2,19.3z M19.8,28C19.8,28,19.8,28,19.8,28c1.1,0,2.2,0,3.3,0c1,0,2,0,2.9,0c0.9,0,1.6-0.9,1.4-1.8c-0.1-0.3-0.3-0.6-0.5-0.9c-0.3-0.5-0.2-1,0.4-1.1c0.1,0,0.2,0,0.3-0.1c0.7-0.2,1.1-0.8,1.1-1.5c0-0.5-0.2-0.8-0.5-1.2c-0.4-0.5-0.2-1,0.4-1.1c0.1,0,0.1,0,0.2,0c0.9-0.2,1.3-1,1.1-1.9c-0.1-0.4-0.4-0.7-0.8-1c-0.4-0.3-0.5-0.6-0.3-0.9c0.1-0.2,0.3-0.3,0.4-0.4c0.6-0.5,0.8-1.1,0.6-1.9c-0.2-0.9-0.9-1.5-1.9-1.5c-2.9,0-5.7,0-8.6,0c-0.7,0-1-0.4-0.8-1.1c0.3-1.1,0.7-2.3,0.9-3.4c0.2-0.7,0.3-1.4,0.2-2.1c0-1.2-0.7-2.2-1.6-3.1c-0.6-0.6-1.3-0.6-2-0.3C16.1,3,16,3.1,16,3.3c0,1.2,0,2.4,0,3.6c0,0.2-0.1,0.5-0.2,0.7c-1.1,2.4-2.3,4.9-3.4,7.3c-0.3,0.6-0.6,1.1-1.3,1.3c-0.2,0.1-0.2,0.2-0.2,0.4c0,0.9,0,1.9,0,2.8c0,2.5,0,4.9,0,7.4c0,0.1,0,0.3,0.2,0.4c0.8,0.5,1.7,0.8,2.6,0.8C15.8,28,17.8,28,19.8,28z'%3E%3C/path%3E%3C/svg%3E"); }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-fleet-tracking {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff' %3E%3Cg%3E%3Cpath d='M16.9,13.7c0.1-0.2,0.1-0.3,0.2-0.4c0.1-0.2,0.3-0.4,0.5-0.4c0.3,0,0.7,0,1-0.1c0.4,0,0.6,0.2,0.7,0.5c0.1,0.3-0.1,0.6-0.4,0.8c-0.3,0.1-0.6,0.3-0.9,0.4c0,0-0.1,0-0.1,0c0.1,0.1,0.2,0.2,0.3,0.2c0.4,0.4,0.6,0.8,0.7,1.3c0.3,1.3,0.3,2.6-0.1,3.9c-0.1,0.3-0.3,0.5-0.5,0.7c-0.1,0.1-0.1,0.1-0.1,0.3c0,0.4,0,0.8,0,1.2c0,0.4-0.2,0.6-0.6,0.6c-0.8,0-1.5,0-2.3,0c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0-0.5,0-0.8c-3.3,0-6.5,0-9.8,0c0,0.3,0,0.5,0,0.8c0,0.3-0.2,0.6-0.5,0.6c-0.8,0-1.5,0-2.3,0c-0.3,0-0.5-0.2-0.5-0.5c0-0.4,0-0.8,0-1.3c0,0,0-0.1,0-0.1C1.3,20.5,1.1,20,1,19.5c-0.2-0.7-0.2-1.5-0.2-2.2c0-0.6,0.2-1.1,0.3-1.7c0.1-0.4,0.4-0.7,0.8-1c0,0,0.1,0,0.1-0.1c-0.4-0.2-0.7-0.3-1-0.5c-0.2-0.1-0.4-0.3-0.4-0.5c-0.1-0.3,0.2-0.7,0.6-0.7c0.3,0,0.6,0,0.9,0.1c0.1,0,0.2,0,0.3,0c0.2,0,0.3,0.1,0.4,0.3c0.1,0.1,0.1,0.3,0.2,0.4c0.1-0.3,0.2-0.5,0.3-0.8c0.3-0.7,0.6-1.4,1-2c0.4-0.6,0.9-1.1,1.6-1.4C6.2,9.4,6.6,9.4,7,9.3c1.4-0.1,2.8-0.1,4.3-0.1c0.6,0,1.3,0,1.9,0.1c0.6,0.1,1.2,0.2,1.7,0.6c0.3,0.3,0.5,0.6,0.7,0.9c0.4,0.7,0.8,1.5,1.1,2.3C16.8,13.4,16.9,13.5,16.9,13.7zM16.2,14.1C16.1,14,16.1,14,16.2,14.1c-0.2-0.6-0.4-1-0.6-1.5c-0.2-0.5-0.5-1.1-0.8-1.5c-0.3-0.4-0.7-0.7-1.2-0.8c-0.6-0.1-1.2-0.2-1.8-0.2c-1,0-1.9,0-2.9,0c-0.7,0-1.4,0.1-2.1,0.1c-0.4,0-0.8,0.1-1.1,0.4c-0.3,0.2-0.5,0.5-0.7,0.8c-0.3,0.6-0.6,1.2-0.8,1.8c-0.1,0.3-0.2,0.6-0.4,0.9C7.9,13.9,12,13.9,16.2,14.1z M3.7,18.3C3.7,18.3,3.7,18.3,3.7,18.3c0.3,0,0.5,0,0.8,0c0.3,0,0.5,0,0.8,0c0.4,0,0.6-0.2,0.8-0.5c0.2-0.5-0.1-1-0.5-1.2C4.8,16.2,4,16,3.1,16c-0.4,0-0.8,0.2-1,0.5c-0.2,0.3-0.3,0.6-0.3,0.9c-0.1,0.4,0.2,0.7,0.6,0.7C2.9,18.2,3.3,18.3,3.7,18.3z M16.2,18.3c0.4,0,0.8,0,1.3,0c0.4,0,0.7-0.3,0.6-0.7c0-0.3-0.2-0.7-0.3-1c-0.1-0.2-0.3-0.4-0.6-0.4c-0.7-0.1-1.4-0.1-2.1,0.2c-0.3,0.1-0.6,0.2-0.9,0.4c-0.3,0.2-0.4,0.6-0.3,1c0.1,0.3,0.4,0.6,0.8,0.6C15.1,18.3,15.6,18.3,16.2,18.3z'%3E%3C/path%3E%3Cpath d='M18.8,14.7c0.2-0.1,0.4-0.2,0.5-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0-0.1,0.1-0.1,0.2-0.1c0.7,0,1.3,0.1,2,0.1c0.1,0,0.2,0,0.4,0c0,0,0,0,0,0c-0.4-0.8-0.7-1.6-1.1-2.4c-0.1-0.3-0.3-0.6-0.5-0.8c-0.3-0.4-0.7-0.5-1.2-0.6c-0.4-0.1-0.8-0.1-1.3-0.1c-0.8,0-1.6,0-2.3,0c-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.3-0.3-0.4-0.4c-0.2-0.1-0.3-0.2-0.5-0.3c0.2,0,0.4,0,0.6,0c0.8,0,1.7,0,2.5,0c0.7,0,1.4,0.1,2.1,0.2c0.7,0.2,1.3,0.6,1.7,1.2c0.3,0.5,0.5,1,0.8,1.5c0.2,0.4,0.4,0.9,0.6,1.3c0,0,0,0.1,0.1,0.1c0.1-0.2,0.1-0.3,0.2-0.4c0.1-0.2,0.2-0.3,0.5-0.3c0.4,0,0.7-0.1,1.1-0.1c0.3,0,0.6,0.2,0.7,0.5c0.1,0.3-0.1,0.6-0.4,0.7c-0.3,0.1-0.6,0.3-0.9,0.4c0,0-0.1,0-0.1,0.1c0.1,0.1,0.1,0.1,0.2,0.1c0.4,0.3,0.7,0.8,0.8,1.3c0.2,0.7,0.3,1.4,0.3,2.1c0,0.7-0.1,1.4-0.4,2.1c-0.1,0.3-0.3,0.5-0.5,0.7c0,0-0.1,0.1-0.1,0.2c0,0.4,0,0.8,0,1.2c0,0.3-0.2,0.5-0.5,0.5c-0.8,0-1.5,0-2.3,0c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0-0.5,0-0.8c-0.7,0-1.5,0-2.2,0c0-0.2,0-0.4,0.1-0.5c0.4-0.4,0.5-0.8,0.6-1.3c0.3-1.4,0.3-2.7-0.2-4.1c-0.1-0.3-0.2-0.5-0.4-0.7C18.8,14.8,18.8,14.7,18.8,14.7z M21.9,18.2C21.9,18.2,21.9,18.2,21.9,18.2c0.5,0,1,0,1.5,0c0.4,0,0.8-0.2,0.7-0.8c-0.1-0.3-0.2-0.7-0.4-0.9c-0.1-0.2-0.3-0.3-0.6-0.4c-0.2,0-0.4-0.1-0.7-0.1c-0.7,0-1.4,0.2-2.1,0.5c-0.1,0.1-0.3,0.2-0.4,0.3c-0.2,0.3-0.2,0.6-0.1,0.9c0.1,0.3,0.4,0.4,0.7,0.4C21.1,18.3,21.5,18.2,21.9,18.2z'%3E%3C/path%3E%3Cpath d='M26.9,21.4c-0.7,0-1.5,0-2.2,0c0-0.2,0-0.4,0.1-0.5c0.4-0.4,0.5-0.8,0.6-1.3c0.3-1.4,0.3-2.8-0.2-4.1c-0.1-0.3-0.3-0.6-0.4-0.8c0.1,0,0.2-0.1,0.3-0.1c0.2-0.1,0.4-0.2,0.5-0.4c0-0.1,0.1-0.1,0.2-0.1c0.7,0,1.5,0.1,2.2,0.1c0,0,0.1,0,0.1,0c-0.1-0.2-0.2-0.4-0.3-0.7c-0.3-0.6-0.5-1.2-0.8-1.7c-0.2-0.4-0.4-0.8-0.8-1c-0.3-0.3-0.7-0.4-1.1-0.4c-1-0.1-1.9-0.1-2.9-0.1c-0.2,0-0.4,0-0.6,0c0,0-0.1,0-0.1,0c-0.3-0.3-0.6-0.6-1-0.8c0.2,0,0.3,0,0.5,0c0.8,0,1.7,0,2.5,0c0.7,0,1.4,0,2.1,0.2c0.7,0.2,1.3,0.6,1.7,1.2c0.5,0.7,0.8,1.4,1.1,2.2c0.1,0.2,0.2,0.5,0.3,0.7c0,0,0,0.1,0.1,0.1c0.1-0.2,0.1-0.3,0.2-0.4c0.1-0.2,0.2-0.3,0.5-0.3c0.3,0,0.7,0,1-0.1c0.4,0,0.6,0.2,0.7,0.5c0.1,0.3-0.1,0.6-0.4,0.8c-0.3,0.1-0.6,0.3-0.9,0.4c0,0-0.1,0-0.1,0.1c0.1,0.1,0.1,0.1,0.2,0.2c0.5,0.3,0.7,0.8,0.8,1.4c0.3,1.3,0.3,2.7-0.1,4c-0.1,0.3-0.3,0.5-0.5,0.7c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.4,0,0.8,0,1.2c0,0.3-0.2,0.5-0.5,0.5c-0.8,0-1.5,0-2.3,0c-0.3,0-0.5-0.2-0.5-0.5C26.9,22,26.9,21.7,26.9,21.4z M28.3,18.3C28.3,18.3,28.3,18.3,28.3,18.3c0.4,0,0.8,0,1.1,0c0.5,0,0.7-0.3,0.7-0.7c0-0.4-0.2-0.7-0.4-1.1c-0.1-0.2-0.3-0.3-0.5-0.3c-0.3,0-0.5-0.1-0.8-0.1c-0.5,0-1,0.1-1.5,0.3c-0.2,0.1-0.4,0.2-0.6,0.3c-0.3,0.2-0.4,0.6-0.3,1c0.1,0.3,0.4,0.5,0.8,0.5C27.2,18.3,27.8,18.3,28.3,18.3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
              height: 45px;
              width: 45px; }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-child-tracking {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff' %3E%3Cg%3E%3Cpath d='M0.6,18.9c0.9-1,1.8-2,2.7-2.9c0.9-1,1.7-1.9,2.6-2.9c0.1-0.1,0.4-0.3,0.6-0.3c1.6,0,3.1,0,4.7,0c0.2,0,0.4,0.1,0.5,0.3c1.5,1.8,2.9,3.6,4.4,5.4c0,0,0,0,0.1,0.1c0.7-0.9,1.5-1.7,2.2-2.6c0.8-1,1.6-2,2.4-2.9c0.1-0.1,0.4-0.3,0.6-0.3c1.6,0,3.2,0,4.8,0c0.1,0,0.3,0.1,0.4,0.2c1.5,1.9,2.9,3.9,4.4,5.9c-0.6,0.1-1.2,0.3-1.8,0.4c-0.1,0-0.2-0.1-0.3-0.2c-0.8-1.1-1.6-2.2-2.5-3.3c0,0-0.1-0.1-0.2-0.2c0,1-0.3,1.8,0.2,2.7c0.9,1.6,1.6,3.2,2.5,4.7c0.1,0.1,0.1,0.2,0.2,0.4c-1,0-2,0-3,0c0,1.7,0,3.3,0,5c0.1,0,0.3,0,0.4,0.1c0,0.2,0,0.3,0,0.5c-0.7,0-1.5,0-2.3,0c0-1.9,0-3.7,0-5.6c-0.3,0-0.5,0-0.9,0c0,1.8,0,3.7,0,5.6c-0.8,0-1.6,0-2.3,0c0-0.2,0-0.3,0-0.5c0.2,0,0.3,0,0.5-0.1c0-1.7,0-3.3,0-5c-1.3,0-2.5,0-3.9,0c0.6-1,1.2-2,1.7-3c0.5-0.8,0.9-1.6,1.4-2.3c0.2-0.3,0.3-0.6,0.2-1c-0.1-0.3-0.1-0.7-0.1-1.1c-0.1,0.2-0.2,0.3-0.3,0.4c-1,1.2-2.1,2.3-3.1,3.5c-0.2,0.2-0.3,0.2-0.5,0.2c-0.4,0-0.8,0-1.2,0.1c-0.4,0.1-0.6,0-0.8-0.2c-1-0.9-1.9-1.8-2.8-2.6c0,1.9,0,4,0,6.2c-0.3,0-0.6,0-1,0c0,1.7,0,3.4,0,5c0.1,0,0.3,0,0.4,0.1c0,0.2,0,0.3,0,0.5c-0.8,0-1.5,0-2.3,0c0-1.9,0-3.7,0-5.6c-0.3,0-0.5,0-0.8,0c0,1.8,0,3.7,0,5.6c-0.8,0-1.5,0-2.3,0c0-0.2,0-0.3,0-0.5c0.1,0,0.3,0,0.4,0c0-1.7,0-3.3,0-5c-0.2,0-0.5,0-0.8,0c0-2.2,0-4.4,0-6.7c-1.4,1.2-2.7,2.3-4.1,3.5C1.3,19.8,1,19.4,0.6,18.9C0.6,18.9,0.6,18.9,0.6,18.9z'%3E%3C/path%3E%3Cpath d='M31.4,11.2c-0.3,1.1-1.2,1.3-2.2,1.3c0.1-1.2-0.2-2.4-0.8-3.4c-0.9,2.4-2.6,3.7-5.2,3.5c-1.9-0.2-3.3-1.5-4-3.9c-1,1.1-1.3,2.4-1.2,3.8c-1.1,0.1-2-1-1.9-2.2c0.2-1.4,1.1-2.1,2.4-2.5c0.2-0.1,0.4-0.1,0.6-0.2c0.2-0.7,0.3-1.4,0.5-2.1c0.5-1.7,1.7-2.7,3.5-2.9c2.5-0.2,4.4,1.1,5.2,3.5c0.1,0.4,0.2,0.9,0.3,1.4c1,0.2,1.8,0.8,2.4,1.7c0.3,0.4,0.4,0.9,0.6,1.3C31.4,10.7,31.4,11,31.4,11.2z M21.7,6.6c-0.5,0.5-0.9,0.9-1.2,1.4c-0.1,0.1-0.1,0.2-0.1,0.3c0.1,0.9,0.5,1.6,1.2,2.2c1,0.8,2.2,1.1,3.4,0.6c1.3-0.5,1.9-1.5,2.1-2.8c0-0.3,0-0.5-0.4-0.5c-0.5,0.1-1.1,0.1-1.6,0.1c-0.4,0-0.8,0-1.3,0c0-0.6,0-1.2,0-1.8c-0.6,0.8-0.9,1.7-1.8,2C21.9,7.5,21.8,7,21.7,6.6z'%3E%3C/path%3E%3Cpath d='M8.3,4c1.1,0.2,2.2,0.3,3.3,0.5c0.7,0.1,1.1,0.6,1.1,1.3c0,1.2,0.1,2.5-0.3,3.7c-0.6,1.8-2.4,2.9-4.2,2.6c-1.9-0.2-3.4-1.7-3.6-3.6c-0.1-0.7-0.2-1.3-0.3-2c0-0.3,0.1-0.7,0.3-0.9C5.7,4.7,6.8,3.9,8.3,4z M5.9,7.6c-0.3,1,0.2,2.3,1.2,3c1,0.7,2.4,0.7,3.4,0c1-0.7,1.5-1.9,1.2-3C10.4,7.4,9.3,7.5,8,7.9c0.1-0.3,0.2-0.4,0.3-0.6C7.5,7.8,6.7,7.7,5.9,7.6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
              height: 40px;
              width: 40px; }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-dash-cams {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff' %3E%3Cg%3E%3Cpath d='M50.1,45.3c9.5,0,19,0,28.5,0c1.9,0,3.9,0.3,5.8,0.9c3.1,1,4.7,3.1,4.7,6.6c-0.1,12.4,0,24.9,0,37.3c0,4.3-1.6,6.4-5.8,7.4c-1.5,0.4-3,0.5-4.5,0.5c-19.1,0-38.2,0-57.3,0c-1.7,0-3.5-0.2-5.2-0.6c-3.8-1.1-5.3-3.2-5.3-7.2c0-12.3,0-24.7,0-37c0-4.2,1.8-6.5,5.9-7.4c1.7-0.4,3.5-0.5,5.2-0.5C31.3,45.2,40.7,45.3,50.1,45.3z M49.9,52.3c-10.6,0-19.4,8.8-19.3,19.4C30.6,82.4,39.3,91,50,91c10.7,0,19.3-8.7,19.2-19.4C69.2,60.8,60.6,52.3,49.9,52.3z'/%3E%3Cpath d='M55.1,12.8c0.8,6.9,1.6,13.8,2.4,20.9c-5.4,0-10.4,0-15.8,0c0.8-7,1.6-13.9,2.4-20.9C47.7,12.8,51.1,12.8,55.1,12.8z'/%3E%3Cpath d='M63.5,43.5c-9.4,0-18.4,0-27.3,0c-0.2-0.3-0.4-0.5-0.4-0.6c-0.6-7.4-0.6-7.4,6.8-7.4c5.3,0,10.7,0,16,0c5.3,0,5.3,0,5.2,5.2C63.7,41.7,63.5,42.6,63.5,43.5z'/%3E%3Cpath d='M36.4,2c5.4,0,10.7,0,16,0c2.7,0,5.4,0.1,8.2,0c2.7-0.1,3.2,1.4,2.1,3.2c-0.9,1.6-2.4,3.2-4,4c-6,3-12.2,2.9-18.2,0.1C37.1,7.7,36.2,5.9,36.4,2z'/%3E%3Cpath d='M9.1,63.6c0,6.7,0,13.2,0,19.7c-4.8,0.9-6.3-0.3-6.3-4.8c0-3,0-6.1,0-9.1C2.8,64.2,3.3,63.7,9.1,63.6z'/%3E%3Cpath d='M90.9,63.6c5.7,0.2,6.3,0.7,6.3,5.8c0,2.7,0,5.4,0,8.2c0,5.5-0.5,6-6.3,6.1C90.9,77,90.9,70.4,90.9,63.6z'/%3E%3Cpath d='M49.9,54.1c9.8-0.1,17.7,7.8,17.8,17.6c0,9.7-8,17.7-17.8,17.6c-9.7,0-17.5-7.8-17.6-17.5C32.3,62,40,54.1,49.9,54.1zM50,57.5c-7.8,0-14.2,6.3-14.2,14.1c0,7.8,6.3,14.2,14.2,14.2c7.9,0,14.1-6.2,14.2-14.1C64.1,63.8,57.8,57.5,50,57.5z'/%3E%3Cpath d='M50.2,59.2c6.9,0.2,12.4,6,12.2,12.8c-0.2,6.8-6,12.4-12.8,12.2c-6.9-0.2-12.3-5.9-12.2-12.8C37.6,64.5,43.4,59,50.2,59.2zM57.2,71.6c-0.1-4-3.4-7.1-7.5-7c-3.9,0.1-6.9,3.3-6.9,7.2c0.1,4,3.4,7.2,7.4,7C54.1,78.6,57.3,75.4,57.2,71.6z'/%3E%3C/g%3E%3C/svg%3E"); }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-satellite-trackers {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff' %3E%3Cg%3E%3Cpath d='M34.6,3.3c5.8,5.8,11.5,11.6,17.3,17.3c1.3,1.3,1.3,1.7,0,3.1c-1.1,1.1-2.3,2.2-3.3,3.3c1.6,1.6,3.1,3.1,5,4.9c0.1-0.1,0.1-0.5,0.4-0.7c3.6-3.7,7.3-7.3,11-11c1.8-1.8,3.5-1.8,5.2,0c3.3,3.3,6.6,6.5,9.8,9.8c1.7,1.7,1.7,3.4,0,5.1c-3.7,3.7-7.3,7.3-11,11c-0.2,0.2-0.5,0.5-0.6,0.7c1.5,1.5,3,3,4.6,4.6c1.1-1.2,2.4-2.4,3.6-3.6c1-1,1.5-1,2.5,0c5.7,5.7,11.3,11.3,17,17c0.3,0.3,0.5,0.6,0.8,0.9c0,0.3,0,0.6,0,0.9c-3.8,3.8-7.6,7.6-11.4,11.4c-0.8,0.8-1.5,0.8-2.3,0c-5.7-5.7-11.5-11.5-17.2-17.2c-0.8-0.8-0.9-1.5,0-2.3c1.5-1.5,3.1-3.1,4.5-4.5c-1.5-1.5-3-3-4.6-4.6c-2.4,2.4-4.9,4.9-7.5,7.5c-1-3.8-2.7-7-5.4-9.7c-2.6-2.7-5.8-4.4-9.4-5.4c2.5-2.5,5-5,7.4-7.4c-1.7-1.7-3.2-3.2-4.8-4.8c-1.2,1.2-2.5,2.5-3.8,3.8c-0.3,0.3-0.5,0.5-0.8,0.8c-0.8,0.7-1.5,0.7-2.2,0c-1.5-1.5-3-3-4.5-4.5c-4.2-4.2-8.4-8.4-12.7-12.7c-1.1-1.1-1.1-1.6,0-2.7c3.7-3.7,7.3-7.3,11-11C33.7,3.3,34.2,3.3,34.6,3.3z'/%3E%3Cpath d='M3.2,61.2c0.1-0.1,0.2-0.2,0.3-0.3c0.5-0.6,1.1-0.8,1.8-0.6c0.7,0.2,1,0.8,1.1,1.5c0.3,2.7,0.4,5.4,1.1,7.9c3.1,12.5,14,22,26.7,23.5c1.2,0.1,2.5,0.2,3.7,0.3c1.2,0.1,1.8,0.7,1.8,1.6c0,1-0.7,1.6-1.9,1.6c-15.3,0-29.1-10.6-33.2-25.5c-0.6-2-0.8-4.2-1.2-6.3c0-0.3-0.1-0.5-0.2-0.8C3.2,63.2,3.2,62.2,3.2,61.2z'/%3E%3Cpath d='M39,44.2c6.3,0.3,11.6,3.2,14.8,9.4c3.1,6.1,2.5,12.2-1.4,17.9c-0.2,0.3-0.5,0.6-0.7,0.9c-0.6,0.6-1.3,0.7-1.9,0.1c-0.3-0.2-0.5-0.5-0.7-0.7c-7-7-14.1-14.1-21.1-21.1c-1.2-1.2-1.2-1.8,0.2-2.9C31.1,45.5,34.6,44.3,39,44.2z'/%3E%3Cpath d='M37.3,87.2c-12.6-0.3-23.3-10.4-24.4-23c-0.1-0.7-0.1-1.4-0.1-2.1c0-1.1,0.6-1.9,1.5-1.9c0.9,0,1.6,0.6,1.6,1.8c0.1,2.7,0.5,5.4,1.6,7.9c3.6,8.4,10,13.1,19.2,14c0.5,0,0.9,0,1.4,0.1c1,0.1,1.7,0.7,1.7,1.6c0,0.9-0.7,1.6-1.8,1.6C37.7,87.2,37.5,87.2,37.3,87.2z'/%3E%3Cpath d='M22.2,62.4c-0.1-0.9,0.1-1.6,1-2c1-0.4,2,0.2,2.2,1.3c0.1,1.1,0.2,2.2,0.4,3.2c1.4,5.3,5.9,9.1,11.4,9.5c0.3,0,0.6,0,0.9,0.1c1,0.1,1.6,0.7,1.5,1.6c0,0.9-0.7,1.6-1.7,1.6c-2.2,0-4.2-0.4-6.2-1.3C25.8,73.6,22.7,68.8,22.2,62.4z'/%3E%3C/g%3E%3C/svg%3E"); }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-international-trackers {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff' %3E%%3Cpath d='M70.4,93.8c-20,10.3-42.3,3.7-54.3-10.7c-12.4-14.9-13.9-35.5-3.6-52c2.2-3.5,4.8-6.6,7.8-9.3c3-2.7,6.4-5,10-6.9c3.7-1.8,7.5-3.1,11.5-3.9c4-0.7,8.1-0.9,12.1-0.6c4.1,0.4,8,1.3,11.9,2.8c0.1-0.4,0.2-0.8,0.2-1.1c1.2-6.5,6.8-11.1,13.4-11c6.4,0.1,11.9,5,12.8,11.4c0.3,2.1,0.1,4.2-0.9,6.1c-1.6,3.1-3.4,6.1-5.2,9.1c-0.3,0.6-0.3,0.9,0,1.4c10.2,15.7,10.6,31.8,1.5,48.2c-0.5,0.9-0.9,1.9-1.4,2.8c-2.2,5.2-5.5,9.6-8.9,14c-0.6,0.8-1.3,1.6-1.9,2.4c-0.9,1-1.9,1-2.8,0C72,95.8,71.2,94.8,70.4,93.8zM68.4,56.2c-0.6,0-0.9,0-1.3,0c-10.9,0-21.8,0-32.7,0c-1.3,0-2.8,1.4-2.7,2.8c0.3,3.3,0.7,6.6,1.1,9.9c0.3,2.3,0.9,4.5,1.4,6.7c9,0,17.8,0,26.7,0c0.4-4.8,2.5-8.5,6.5-11.1c0.2-0.1,0.4-0.3,0.4-0.5C68,61.4,68.2,58.9,68.4,56.2z M68.2,52.9c0-0.3,0-0.6,0-0.8c-0.1-5.9-0.9-11.8-2.3-17.6c-0.2-0.8-0.5-0.9-1.2-0.9c-7,0-14.1,0-21.1,0c-0.3,0-0.6,0-0.9,0c0,0.3,0.1,0.5,0.1,0.7c0.8,2.6,0.7,5.3-0.5,7.7c-1.5,3-3.3,6-5,8.9c-0.4,0.7-0.9,1.3-1.4,2C46.7,52.9,57.4,52.9,68.2,52.9z M30.8,75.5c0-0.1,0-0.2,0-0.3c-1.4-5.4-2.1-10.9-2.4-16.4c-0.1-1.1-1.8-2.6-2.9-2.6c-5.1,0-10.1,0-15.2,0c-0.4,0-0.8,0-1.2,0c0,0.3-0.1,0.4-0.1,0.5c0.3,6.6,2.2,12.7,5.5,18.4c0.2,0.3,0.6,0.5,1,0.5c4.9,0,9.8,0,14.7,0C30.4,75.6,30.6,75.6,30.8,75.5z M69,33.5c1.6,6.4,2.4,12.8,2.5,19.3c6.5,0,12.9,0,19.2,0c0-0.7,0-1.2,0-1.8c-0.5-5.8-2.2-11.3-5-16.4c-0.3-0.4-0.7-1.1-1.1-1.1c-1.1,0-2.3-0.6-3.2,0.7c-1.8,2.5-2.9,2.2-4.5-0.1c-0.2-0.3-0.7-0.6-1-0.6C73.6,33.5,71.4,33.5,69,33.5z M35.2,78.9c0.5,1.3,0.9,2.3,1.3,3.4c1.7,3.9,3.7,7.6,6.9,10.5c4.2,3.7,8.9,3.7,13,0c2.4-2.1,4-4.8,5.6-7.6c0.8-1.5,1.2-2.8,0.1-4.3c-0.2-0.3-0.4-0.7-0.5-1.1c-0.2-0.8-0.6-1-1.4-0.9c-8,0-16,0-24,0C36.1,78.9,35.7,78.9,35.2,78.9z M64.7,30.3c-0.5-1.2-0.9-2.3-1.3-3.4c-1.6-3.8-3.6-7.4-6.6-10.2c-4.2-4-9-4.1-13.3-0.3c-3.1,2.7-5.1,6.2-6.6,9.8c1.2,1.2,2.5,2.3,3.5,3.5c0.5,0.5,0.8,0.7,1.5,0.7c7.2,0,14.4,0,21.6,0C63.9,30.3,64.2,30.3,64.7,30.3z M90.8,56.2c-6.5,0-12.9,0-19.3,0c-0.1,2.2-0.2,4.4-0.4,6.6c3.5-0.6,6.6-0.2,9.6,1.5c3,1.7,5,4.3,6.1,7.7C89.4,67,90.6,61.8,90.8,56.2z M24.1,52.8c-0.4-0.5-0.6-0.9-0.9-1.2c-2.1-3-4.1-6-5.5-9.5c-0.9-2.1-1.3-4.3-0.9-6.5c0.1-0.7,0.3-1.4,0.4-2.1c-0.4,0-0.7,0-0.9,0c-1.2-0.2-1.8,0.3-2.3,1.3c-1.6,3.2-3,6.4-3.8,9.9c-0.6,2.6-1.1,5.3-1.1,8.1C14.1,52.8,19,52.8,24.1,52.8z M17,78.9c6,8,13.7,13.1,23.3,15.5c-0.9-1.1-1.7-2.1-2.5-3.1c-2.6-3.5-4.3-7.5-5.7-11.6c-0.2-0.5-0.2-0.9-0.9-0.8C26.6,78.9,21.9,78.9,17,78.9z M40.1,14.9c-9.4,2.4-17,7.5-23,15.3c1.3,0.3,2,0,2.7-1c1.7-2.1,3.9-3.5,6.5-4.3c2.5-0.7,4.9-0.7,7.4,0C35.4,21.3,37.4,17.9,40.1,14.9z M59.9,14.7c-0.1,0.1-0.1,0.2-0.2,0.3c4.2,4.4,6.5,9.7,8.4,15.3c1.9,0,3.7,0,5.7,0c-0.2-0.3-0.3-0.4-0.4-0.6c-2.8-3.8-5.5-7.7-7-12.3c-0.1-0.2-0.3-0.4-0.5-0.5C63.9,16.1,61.9,15.4,59.9,14.7zM34.1,37.7c0-2.3-1.9-4.2-4.2-4.2c-2.3,0-4.1,1.9-4.1,4.2c0,2.3,1.8,4.2,4.2,4.2C32.3,41.9,34.1,40,34.1,37.7z M79.2,18.5c2.3,0,4.1-1.8,4.1-4.1c0-2.2-1.9-4.1-4.1-4.1c-2.2,0-4.1,1.8-4.1,4.1C75.1,16.7,76.9,18.5,79.2,18.5z M78.2,75.9c0-2.2-1.8-4.1-4-4.1c-2.2,0-4.1,1.8-4.1,4c0,2.3,1.8,4.1,4.1,4.1C76.4,79.9,78.2,78.1,78.2,75.9z M68.5,91.3c-1.2-1.8-2.3-3.3-3.3-4.7c-1.8,2.6-3.6,5.2-5.5,8C62.7,93.5,65.5,92.4,68.5,91.3z'/%3E%3C/svg%3E"); }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-teen-tracking {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff' %3E%3Cg%3E%3Cpath d='M57.1,29.6c0.8,1.6,1.6,3,2.3,4.5c1.6,3.3,3.1,6.5,4.6,9.9c0.7,1.6,0.6,1.6-0.8,2.5c-6.4,3.9-13.4,5.5-20.8,4.3c-0.4-0.1-0.9-0.3-1.2-0.6c-4.5-4.1-8-8.8-9-15c0-0.2-0.1-0.3-0.2-0.5c-2.3,0.7-4.5,1.4-6.8,2.1c-0.5-1.9-1-3.8-1.5-5.6c-0.5-2-1.1-3.9-1.6-5.9c-0.2-0.6-0.1-1,0.6-1.2c2.1-0.9,4.2-1.8,6.4-2.7c0.5-0.2,1.1-0.1,1.6,0.1c2.1,0.9,4.1,1.9,6.4,2c5.1,0.3,9-1.7,11.7-6.1c0.4-0.7,0.8-1,1.6-1c2.1-0.1,4.2-0.3,6.3-0.5c0.8-0.1,1,0.2,1.3,0.9c1.1,3.2,2.2,6.3,3.3,9.4c0.3,0.8,0.2,1.2-0.6,1.6C59.3,28.4,58.3,29,57.1,29.6z'/%3E%3Cpath d='M39.2,52.7c1.9,1.4,4,1.2,6,1.4c6.4,0.4,12.4-1.1,17.9-4.2c0.6-0.3,1.3-0.7,1.9-1c0.1,0,0.1,0,0.3-0.1c0.2,0.3,0.4,0.5,0.5,0.8c1.6,2.9,3.2,5.8,4.8,8.7c0.4,0.7,0.5,1.2,0.2,1.9c-0.9,1.9-1.6,3.9-2.6,5.7c-2,3.5-5.2,5.2-9,6.1c-0.2,0.1-0.7-0.2-0.9-0.5c-1.2-1.8-2.4-3.6-3.5-5.5c-0.2-0.3-0.4-0.6-0.7-1c-0.5,0.5-0.9,0.9-1.4,1.2c-2.9,2.5-6.1,4.4-9.5,6c-0.3,0.1-0.9,0.2-1.2,0c-4.6-2.9-9.2-5.9-13.8-8.9c-0.1,0-0.1-0.1-0.2-0.3C31.8,59.7,35.5,56.2,39.2,52.7z'/%3E%3Cpath d='M64.4,27c-1.4-3.9-2.6-7.4-3.9-11c1.4-0.2,2.7-0.5,4-0.7c1.8-0.3,3.5-0.6,5.3-0.8c1.6-0.2,3,0.3,4.4,1c3.9,2.1,7.2,4.8,10.4,7.8c1.8,1.7,3.6,3.4,5.4,5.2c1.6,1.6,2.2,3.9,1.3,5.9c-1.1,2.7-4.3,3.4-6.4,1.5c-1.3-1.2-1.9-2.7-1.7-4.4c0.1-0.8-0.2-1.2-0.9-1.6c-3.5-1.9-7.1-3.8-10.6-5.8c-0.7-0.4-1.2-0.4-2,0C68.1,25.3,66.3,26.1,64.4,27z'/%3E%3Cpath d='M16.6,27.7c0.9-0.4,1.7-0.8,2.6-1.3c0.9,3.5,1.9,6.9,2.8,10.5c-2.1,0.7-4.1,1.4-6.1,2c-0.7,0.2-1.6,0-2.2-0.3c-1.3-0.7-2.4-1.6-3.5-2.5c-0.9-0.7-1.2-1.8-1.3-2.9c-0.7-7.2-1.5-14.4-2.2-21.7c-0.3-3,1.9-5.8,4.7-6.1c3.1-0.3,5.4,2.7,4.3,5.8c-0.4,1.1-1.4,2-2.1,3c-0.2,0.3-0.5,0.6-0.4,0.8C14.2,19.2,15.4,23.3,16.6,27.7z'/%3E%3Cpath d='M47.4,11.1c0.1,5.2-4.1,9.6-9.4,9.7c-5.2,0.1-9.5-4.2-9.6-9.4c-0.1-5.2,4.1-9.5,9.4-9.7C42.9,1.6,47.3,5.8,47.4,11.1z'/%3E%3Cpath d='M37.7,85.6c-0.4,2.8-0.8,5.4-1.2,8c-0.1,0.6-0.3,1.2-0.6,1.7c-0.9,1.9-1.5,2.2-3.6,1.8c-5.6-1.1-11.2-2.2-16.8-3.3c-2.1-0.4-2.8-2.3-1.7-4.1c1.3-2,3.1-3,5.6-2.9c1.5,0.1,2.9,0,4.4,0.1c1.6,0.1,3.1-0.1,4.4-1.1c0.2-0.2,0.7-0.3,1-0.2c2.7,0.5,5.3,0.5,8,0C37.3,85.6,37.4,85.6,37.7,85.6z'/%3E%3Cpath d='M78.6,54.4c1.9-1.3,3.6-2.7,5.4-3.6c2.6-1.3,5.5,0.2,6.1,3.1c0.9,4.1,1.7,8.2,2.6,12.3c0.4,1.8-0.6,2.8-2.4,3.1c-1.7,0.2-2.8-0.2-3.4-1.8c-0.4-1.1-1.2-2-1.7-3.1c-0.7-1.4-1.4-2.9-2-4.3C82.3,57.7,81.2,55.7,78.6,54.4z'/%3E%3Cpath d='M62.8,74.1c0.7-0.3,1.3-0.6,2-1c5.5-3,8.3-7.7,8.6-14c0.1-1.7,1.9-2.9,3.5-2.3c2,0.8,2.8,2.5,3.5,4.3c0.3,0.8,0.6,1.7,0.9,2.5c0.1,0.3,0,0.7-0.2,0.9c-3.5,4.3-7.6,8.1-12.4,11C66.6,77,64.5,76.4,62.8,74.1z'/%3E%3Cpath d='M28.6,67.4c0.5,0.3,0.8,0.4,1.1,0.6c2.5,1.6,5.1,3.3,7.6,4.9c0.7,0.4,0.9,0.8,0.8,1.6c-0.2,2.4-0.4,4.8-0.6,7.2c0,0.6-0.3,0.8-0.8,0.9c-2.5,0.4-5,0.4-7.4-0.1c-0.3-0.1-0.6-0.4-0.6-0.6C28.6,77.1,28.6,72.4,28.6,67.4z'/%3E%3C/g%3E%3C/svg%3E"); }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-real-time-tracking {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff' %3E%3Cg%3E%3Cpath d='M63.3,62.7c-0.1-0.2-0.3-0.3-0.3-0.5c-4.2-7.8-8.4-15.6-12.5-23.5c-2.4-4.8-4.3-9.8-5.1-15.2C43.8,13.4,49.9,4.4,59.8,2.4c10.1-2.1,20.1,5.1,21.4,15.4c0.6,4.8-0.4,9.3-2.1,13.6c-1.8,4.5-3.9,9-6.1,13.3c-2.9,5.7-6,11.3-9.1,17C63.7,62,63.5,62.3,63.3,62.7z M63.3,9.4c-5.9,0-10.7,4.7-10.8,10.6c0,5.9,4.7,10.7,10.6,10.8c6,0,10.8-4.7,10.8-10.7C74,14.2,69.2,9.4,63.3,9.4z'/%3E%3Cpath d='M17.4,63.3c-0.5-0.9-0.8-1.6-1.2-2.2c-2.9-5.6-5.9-11.1-8.7-16.7c-1.8-3.5-3-7.3-3.4-11.3C3.4,26,8.3,19.6,15.3,18.5c7-1.1,13.7,3.5,15.2,10.6c0.7,3.2,0.1,6.4-0.9,9.4c-0.9,2.7-1.9,5.4-3.2,7.9C23.5,52,20.4,57.6,17.4,63.3z M25.7,31.7c0-4.6-3.7-8.3-8.3-8.3c-4.7,0-8.4,3.7-8.4,8.4c0,4.6,3.7,8.3,8.3,8.3C22,40.1,25.7,36.4,25.7,31.7z'/%3E%3Cpath d='M75.2,76c-1.2-0.6-2.3-1.1-3.5-1.7c4.5-9.3,9-18.7,13.4-28c1.2,0.6,2.3,1.1,3.5,1.7C84.2,57.4,79.7,66.7,75.2,76z'/%3E%3Cpath d='M44.1,62.1c0,3.1-2.5,5.6-5.5,5.6c-3.1,0-5.6-2.5-5.6-5.6c0-3.1,2.5-5.5,5.6-5.6C41.6,56.5,44.1,59,44.1,62.1z'/%3E%3Cpath d='M17.8,92.4c0,3.1-2.5,5.6-5.5,5.6c-3.1,0-5.6-2.5-5.6-5.6c0-3.1,2.5-5.5,5.5-5.6C15.3,86.8,17.8,89.3,17.8,92.4z'/%3E%3Cpath d='M90.4,45.5c-3,0-5.6-2.5-5.6-5.6c0-3.1,2.5-5.6,5.6-5.6c3.1,0,5.6,2.5,5.6,5.5C96,42.9,93.5,45.5,90.4,45.5z'/%3E%3Cpath d='M64.4,82.5c0-3.1,2.4-5.6,5.5-5.6c3.1,0,5.7,2.5,5.7,5.6c0,3.1-2.5,5.6-5.6,5.6C66.9,88.1,64.4,85.6,64.4,82.5z'/%3E%3Cpath d='M19,87.6c-1-0.9-1.9-1.7-2.9-2.5c5.2-6,10.4-12.1,15.7-18.1c1,0.8,1.9,1.6,2.9,2.5C29.5,75.5,24.2,81.5,19,87.6z'/%3E%3Cpath d='M64.3,76.5c-0.7,1.1-1.4,2.1-2.1,3.2c-5.9-3.9-11.9-7.7-17.9-11.6c0.7-1.1,1.4-2.1,2.1-3.2C52.3,68.7,58.3,72.6,64.3,76.5z'/%3E%3Cpath d='M63.3,11.6c4.7,0,8.5,3.8,8.4,8.5c0,4.6-3.8,8.5-8.5,8.5c-4.7,0-8.6-3.9-8.5-8.6C54.8,15.4,58.6,11.6,63.3,11.6z'/%3E%3Cpath d='M17.3,37.8c-3.3,0-6.1-2.8-6.1-6.2c0-3.4,2.8-6.2,6.2-6.1c3.4,0.1,6.1,2.8,6.1,6.1C23.5,35.1,20.7,37.9,17.3,37.8z'/%3E%3C/g%3E%3C/svg%3E"); }
            .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-icon-wrap .icon.icon-eld-with-hos {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff' %3E%3Cg%3E%3Cpath d='M60.6,1.5c1.2,0.6,2.6,1,3.7,1.7c1.9,1.4,2.8,3.4,2.9,5.7c0.1,1.2,0,2.4,0,3.7c-0.9,0-1.8,0-2.7,0c-1.2,0-1.8,0.5-1.8,1.3c0,0.9,0.6,1.4,1.8,1.4c0.8,0,1.6,0,2.4,0c0.1,0,0.1,0,0.3,0.1c0,0.8,0,1.7,0,2.6c0,2.2,0,4.5,0,6.7c0,0.7-0.2,1-0.8,1.3c-5.6,2.7-11.1,5.4-16.7,8.1c-0.9,0.5-1.3,1.1-1.3,2.1c0,5.5-0.1,11,0,16.5c0.1,5.5,2.5,10,7,13.3c3.6,2.6,7.4,5.1,11.1,7.6c0.5,0.3,0.7,0.6,0.7,1.2c0,2.2,0,4.5,0,6.8c-17.6,0-35.2,0-52.8,0c0-22.1,0-44.1,0-66.3c0.4,0,0.8,0,1.2,0c12,0,23.9,0,35.9,0c1.5,0,2.2-0.4,2.2-1.4c0-1-0.6-1.4-2.1-1.4c-12,0-23.9,0-35.9,0c-0.4,0-0.8,0-1.1,0c-0.8-5,0.6-9.7,6.4-11c0.1,0,0.2-0.1,0.2-0.1C34.4,1.5,47.5,1.5,60.6,1.5z M58.3,12.7C58.3,12.7,58.3,12.7,58.3,12.7c-0.5,0-1,0-1.5,0c-0.8,0.1-1.2,0.6-1.2,1.3c0,0.8,0.4,1.3,1.2,1.4c1,0.1,2,0.1,3,0c0.8-0.1,1.2-0.6,1.1-1.4c0-0.8-0.5-1.2-1.2-1.3C59.1,12.7,58.7,12.7,58.3,12.7z'/%3E%3Cpath d='M68.5,71.6c-4-2.7-8-5.3-11.8-8.1c-3.4-2.6-5.3-6.2-5.4-10.6c-0.1-5.1,0-10.3,0-15.4c0-0.6,0.2-0.9,0.7-1.2c5.3-2.5,10.5-5.1,15.8-7.7c0.3-0.2,0.9-0.2,1.3,0c5.3,2.6,10.5,5.2,15.8,7.7c0.5,0.3,0.7,0.6,0.7,1.1c0,5.2,0.1,10.4,0,15.6c-0.1,4.2-1.8,7.8-5.1,10.3C76.6,66.3,72.6,68.9,68.5,71.6z M66.1,52.7c-0.1,0-0.1,0-0.2,0c-1.1-1-2.1-2.1-3.2-3.1c-0.8-0.8-1.5-0.8-2.2-0.2c-0.6,0.6-0.5,1.4,0.2,2.2c1.3,1.3,2.7,2.7,4,4c0.9,0.9,1.6,0.9,2.4,0c3-3,6-6,9-9c0.8-0.8,0.9-1.6,0.3-2.2c-0.6-0.6-1.4-0.5-2.2,0.3c-2.5,2.5-4.9,4.9-7.4,7.4C66.6,52.2,66.3,52.5,66.1,52.7z'/%3E%3Cpath d='M67.1,84.6c0,2.6,0.3,5.2-0.1,7.7c-0.5,3.6-3.7,6.1-7.4,6.1c-12.5,0-24.9,0-37.4,0c-4.3,0-7.8-3.6-7.8-7.9c0-2,0-3.9,0-5.9C32,84.6,49.6,84.6,67.1,84.6z'/%3E%3C/g%3E%3C/svg%3E"); }
        .gps-trackers-types .gps-tracker-items .gps-tracker-item a .tracker-text {
          font-size: 11px; }
        .gps-trackers-types .gps-tracker-items .gps-tracker-item a:hover .tracker-icon-wrap {
          background-color: #4f91cd; }
      .gps-trackers-types .gps-tracker-items .gps-tracker-item.is-active a {
        pointer-events: none; }
        .gps-trackers-types .gps-tracker-items .gps-tracker-item.is-active a .tracker-icon-wrap {
          background-color: #4f91cd; }

.CategoryBottomDesc {
  background-color: #fdfdfd;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 20px 0, rgba(0, 0, 0, 0.05) 0 1px 4px 0, rgba(0, 0, 0, 0.05) 0 2px 8px 0;
  color: #484848;
  clear: both;
  font-size: 16px;
  line-height: 2rem;
  margin: 2.5rem 0 0;
  padding: 30px; }
  .CategoryBottomDesc > h3 {
    margin: 0 0 12px;
    font-size: 16px; }

.view-more-button {
  text-align: center; }
  .view-more-button #ClickLoadMore {
    background: #1b3d5c;
    border: 1px solid #1b3d5c;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-top: 0;
    padding: 12px 36px;
    -webkit-transition: .2s;
    transition: .2s; }
    .view-more-button #ClickLoadMore:hover {
      background: #ffffff;
      color: #1b3d5c; }

.subcategories--forDesktop {
  display: none; }
  @media (min-width: 992px) {
    .subcategories--forDesktop {
      display: block; } }
  .subcategories--forDesktop .navList .navList-item .navList-action {
    color: #595959;
    font-size: 14px; }
    .subcategories--forDesktop .navList .navList-item .navList-action:hover {
      color: #000000; }

.subcategories--forMobile {
  display: block; }
  @media (min-width: 992px) {
    .subcategories--forMobile {
      display: none; } }

.category-description-wrapper .CategoryBanner .banner {
  margin-bottom: 25px; }
  .category-description-wrapper .CategoryBanner .banner .CategoryFeatures {
    margin: 0 0 40px; }
    @media (max-width: 550px) {
      .category-description-wrapper .CategoryBanner .banner .CategoryFeatures div[class*="col-"] {
        padding: 0 5px;
        float: none;
        width: 100%; } }
    .category-description-wrapper .CategoryBanner .banner .CategoryFeatures .CatFeatureBox {
      align-items: center;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 72 63'%3E%3Crect fill='none' stroke='%23285D1D' stroke-width='3px' x='4.5' y='15.03' width='44.26' height='44.26'/%3E%3Cg%3E%3Cpath fill='%23285D1D' d='M30.05,54.56,7.75,29.15,19,19.25l9,15.61c1.7-2.86,4.3-6.81,6.89-10.36C44.67,11.08,56.6,4.12,70,2h0C59.4,5.75,48.52,15.5,42.36,27.21A165,165,0,0,0,33.5,47Z'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 45px;
      color: #285D1D;
      display: flex;
      font-size: 12px;
      font-weight: 700;
      justify-content: flex-start;
      max-width: 240px;
      margin: 0 auto;
      min-height: 42px;
      padding: 0 0 0 50px;
      text-align: left; }
      @media (min-width: 801px) {
        .category-description-wrapper .CategoryBanner .banner .CategoryFeatures .CatFeatureBox {
          background-size: 60px;
          font-size: 18px;
          justify-content: center;
          max-width: 100%;
          min-height: 80px;
          padding: 10px 10px 10px 60px; } }

.category-description-wrapper .CategoryBanner .has-video-content {
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 26px; }
  .category-description-wrapper .CategoryBanner .has-video-content .text-content .gateway-extra-text-header-title {
    font-size: 22px;
    font-style: italic;
    margin: 0 0 10px;
    text-align: left; }
  .category-description-wrapper .CategoryBanner .has-video-content .video-content {
    text-align: right; }
    .category-description-wrapper .CategoryBanner .has-video-content .video-content .various {
      cursor: pointer;
      display: block;
      text-align: center; }
      .category-description-wrapper .CategoryBanner .has-video-content .video-content .various img {
        max-width: 190px; }

.category-description-wrapper .CategoryBanner .gateway-icon-wrapper {
  margin: 0 -8px;
  text-align: center;
  width: 100%; }
  .category-description-wrapper .CategoryBanner .gateway-icon-wrapper .individual-gateway-icon {
    display: table;
    float: left;
    padding: 0 8px;
    width: 33.333%; }
    .category-description-wrapper .CategoryBanner .gateway-icon-wrapper .individual-gateway-icon div {
      display: table-cell;
      vertical-align: middle; }
      .category-description-wrapper .CategoryBanner .gateway-icon-wrapper .individual-gateway-icon div.gateway-icon {
        background: #1c89de;
        border-radius: 5px 0 0 5px;
        height: 66px;
        text-align: center;
        width: 33.333%; }
        .category-description-wrapper .CategoryBanner .gateway-icon-wrapper .individual-gateway-icon div.gateway-icon .gateway-icon-imageSVG {
          width: 90%; }
      .category-description-wrapper .CategoryBanner .gateway-icon-wrapper .individual-gateway-icon div.gateway-pop-use-btn {
        background: #07223f;
        border-radius: 0 5px 5px 0;
        width: 66.6666%; }
        .category-description-wrapper .CategoryBanner .gateway-icon-wrapper .individual-gateway-icon div.gateway-pop-use-btn .gateway-pop-use-link {
          color: #fff;
          display: table-cell;
          height: 72px;
          vertical-align: middle;
          text-align: center;
          text-decoration: none;
          width: 66.6666%; }

.TopLevelCategoryPage #product-listing-container .productGrid .product {
  width: 50%; }

.TopLevelCategoryPage .row {
  margin: 0; }
  @media (min-width: 801px) {
    .TopLevelCategoryPage .row {
      margin-left: -15px;
      margin-right: -15px; } }

.HomeLearningCenterWrap .button.button-primary, .bhs-gateway-reviews-see-all, .gateway-icon-container .gateway-see-all-button > .button.button-primary {
  background-color: #fe720b;
  border-color: #fe720b;
  color: #000;
  text-transform: uppercase; }
  .HomeLearningCenterWrap .button.button-primary:hover, .bhs-gateway-reviews-see-all:hover, .gateway-icon-container .gateway-see-all-button > .button.button-primary:hover {
    background-color: #ee6200;
    border-color: #ee6200;
    color: #000; }

.gateway-icon-container {
  margin: 0 -8px;
  width: 100%; }
  .gateway-icon-container .gateway-icon-wrapper .gateway-see-all-button {
    text-align: center; }
    .gateway-icon-container .gateway-icon-wrapper .gateway-see-all-button .button.button-primary {
      letter-spacing: .1em; }
      .gateway-icon-container .gateway-icon-wrapper .gateway-see-all-button .button.button-primary.extra-button-padding {
        padding: 20px; }
  .gateway-icon-container .gateway-extra-text-header-title {
    text-align: center; }

.bhs-homecontainer .bhs-sa-reviewbox-wrapper {
  float: left;
  padding: 0 .5rem 4rem;
  width: 100%; }
  @media (min-width: 551px) {
    .bhs-homecontainer .bhs-sa-reviewbox-wrapper {
      width: 50%; } }
  @media (min-width: 801px) {
    .bhs-homecontainer .bhs-sa-reviewbox-wrapper {
      width: 25%; } }

.bhs-gateway-reviewbox {
  background: #041c2a;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 125px;
  position: relative;
  padding: 10px;
  vertical-align: middle;
  text-align: center; }
  .bhs-gateway-reviewbox .bhs-reviews-text {
    color: #fff;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    vertical-align: middle;
    text-align: left; }
  .bhs-gateway-reviewbox .bhs-reviews-stars-img {
    margin: 1rem 0 0;
    width: 101px; }

.bhs-reviewer-name-rating-wrapper {
  position: relative; }
  .bhs-reviewer-name-rating-wrapper:before {
    border-left: 45px solid transparent;
    border-right: 0px solid transparent;
    border-top: 22px solid #041c2a;
    content: "";
    height: 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 0; }
  .bhs-reviewer-name-rating-wrapper .bhs-gateway-reviewer {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-top: 20px;
    text-align: right;
    text-transform: capitalize; }

.gateway-vignette-container .gateway-vignette-wrapper .gateway-vignette-header {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0 0 8px; }
  .gateway-vignette-container .gateway-vignette-wrapper .gateway-vignette-header a {
    color: #344bd5;
    display: block;
    text-decoration: none; }

.gateway-vignette-container + h3 {
  text-align: center; }

.extra-button-padding {
  padding: 20px; }

.category-with-facted .page-sidebar + #product-listing-container.page-content.FullWidth {
  width: 100%;
  float: none; }

.category-with-facted .page-sidebar + .page-content {
  float: right; }

.category-with-facted #faceted-search-container {
  width: 100%;
  float: none;
  padding: 0;
  position: relative; }
  .category-with-facted #faceted-search-container .SortBoxWrap {
    position: relative;
    float: right; }
    .category-with-facted #faceted-search-container .SortBoxWrap .SortBox_nav {
      border: 1px solid #ccc;
      width: 100%;
      padding: 6px 10px;
      top: 40px;
      border-top: 1px solid #FE720B; }
      .category-with-facted #faceted-search-container .SortBoxWrap .SortBox_nav > ul {
        margin: 0;
        list-style: none; }
        .category-with-facted #faceted-search-container .SortBoxWrap .SortBox_nav > ul > li > a {
          font-size: 13px;
          display: block;
          text-decoration: none;
          color: #333;
          padding: 4px 0; }
  .category-with-facted #faceted-search-container .CategoriesWrap .cat-nav.FilterContent .navList-item > .navList-action {
    border-bottom: 1px solid #ccc;
    line-height: 2.7rem;
    padding: 0 4px;
    display: block;
    color: #333; }
    .category-with-facted #faceted-search-container .CategoriesWrap .cat-nav.FilterContent .navList-item > .navList-action.active {
      background: #1B3D5C;
      color: #fff; }
  .category-with-facted #faceted-search-container .accordion--navList .accordion-navigation-actions {
    right: 0;
    top: 50%;
    margin-top: -12px; }
  .category-with-facted #faceted-search-container .accordion--navList .accordion-indicator {
    fill: #1B3D5C;
    width: 20px;
    height: 20px; }
  .category-with-facted #faceted-search-container .accordion--navList .accordion-content .navList-item > .navList-action {
    color: #333;
    padding: 10px 0 10px 1.85714rem;
    margin: 0; }

.category-with-facted .FilterBtn, .category-with-facted .SortBoxBtn {
  display: none; }
  @media (min-width: 801px) {
    .category-with-facted .FilterBtn, .category-with-facted .SortBoxBtn {
      min-width: 130px;
      display: flex;
      width: 100%;
      padding: 10px 24px 10px 10px;
      cursor: pointer;
      color: #1B3D5C;
      flex-direction: row;
      align-items: center;
      position: relative; } }
  .category-with-facted .FilterBtn .icon, .category-with-facted .SortBoxBtn .icon {
    margin-right: 3px;
    width: 15px;
    height: 15px;
    display: block; }
    .category-with-facted .FilterBtn .icon svg, .category-with-facted .SortBoxBtn .icon svg {
      fill: #1B3D5C; }
  .category-with-facted .FilterBtn:after, .category-with-facted .SortBoxBtn:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 401.994 401.994'%3E%3Cpath d='M394,154.175c-5.331-5.33-11.806-7.994-19.417-7.994H255.811V27.406c0-7.611-2.666-14.084-7.994-19.414C242.488,2.666,236.02,0,228.398,0h-54.812c-7.612,0-14.084,2.663-19.414,7.993c-5.33,5.33-7.994,11.803-7.994,19.414v118.775H27.407c-7.611,0-14.084,2.664-19.414,7.994S0,165.973,0,173.589v54.819c0,7.618,2.662,14.086,7.992,19.411c5.33,5.332,11.803,7.994,19.414,7.994h118.771V374.59c0,7.611,2.664,14.089,7.994,19.417c5.33,5.325,11.802,7.987,19.414,7.987h54.816c7.617,0,14.086-2.662,19.417-7.987c5.332-5.331,7.994-11.806,7.994-19.417V255.813h118.77c7.618,0,14.089-2.662,19.417-7.994c5.329-5.325,7.994-11.793,7.994-19.411v-54.819C401.991,165.973,399.332,159.502,394,154.175z' fill='%231B3D5C ' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px; }
  .category-with-facted .FilterBtn.is-active, .category-with-facted .FilterBtn.is-open, .category-with-facted .SortBoxBtn.is-active, .category-with-facted .SortBoxBtn.is-open {
    background: #1B3D5C;
    color: #fff; }
    .category-with-facted .FilterBtn.is-active:after, .category-with-facted .FilterBtn.is-open:after, .category-with-facted .SortBoxBtn.is-active:after, .category-with-facted .SortBoxBtn.is-open:after {
      content: "";
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 401.991 401.991'%3E%3Cpath d='M394,154.174c-5.331-5.33-11.806-7.995-19.417-7.995H27.406c-7.611,0-14.084,2.665-19.414,7.995C2.662,159.503,0,165.972,0,173.587v54.82c0,7.617,2.662,14.086,7.992,19.41c5.33,5.332,11.803,7.994,19.414,7.994h347.176c7.611,0,14.086-2.662,19.417-7.994c5.325-5.324,7.991-11.793,7.991-19.41v-54.82C401.991,165.972,399.332,159.5,394,154.174z' fill='%23FFFFFF' /%3E%3C/svg%3E"); }
    .category-with-facted .FilterBtn.is-active .icon svg, .category-with-facted .FilterBtn.is-open .icon svg, .category-with-facted .SortBoxBtn.is-active .icon svg, .category-with-facted .SortBoxBtn.is-open .icon svg {
      fill: #fff; }

#faceted-search-container:before, #faceted-search-container:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

#faceted-search-container .CategoriesWrap, #faceted-search-container .FacetedSearchWrap, #faceted-search-container .SortBoxWrap {
  float: left;
  width: auto;
  margin-right: 15px; }

#faceted-search-container .CategoriesWrap .cat-nav, #faceted-search-container .FacetedSearchWrap .faceted_search_nav, #faceted-search-container .SortBoxWrap .SortBox_nav {
  position: absolute;
  width: 280px;
  background: #fff;
  top: 50px;
  left: 0;
  z-index: 9; }

.category-with-facted .page-sidebar + .page-content .productGrid .product,
.category-with-facted .productGrid .product {
  transition: .2s; }

.category-with-facted #faceted-search-container .accordion--navList .accordion-block,
.category-with-facted #faceted-search-container .sidebarBlock + .accordion--navList {
  margin-top: 0;
  border-bottom: 1px solid #CCC; }

.category-with-facted #faceted-search-container .accordion--navList .accordion-title,
.category-with-facted #faceted-search-container .facetedSearch-refineFilters.sidebarBlock .sidebarBlock-heading {
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 0;
  color: #1B3D5C;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px; }

@media (min-width: 801px) {
  .CustomCatPopuppHeader, .FacetsSearchPopupHeader, .mobile-selected-facets {
    display: none; } }

#CategoriesBtn, #FacetedSearchBtn {
  min-width: 130px;
  display: flex;
  width: 100%;
  padding: 10px 24px 10px 10px;
  cursor: pointer;
  color: #1b3d5c;
  flex-direction: row;
  align-items: center;
  position: relative; }
  @media (min-width: 801px) {
    #CategoriesBtn, #FacetedSearchBtn {
      display: none; } }
  #CategoriesBtn:after, #FacetedSearchBtn:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 401.994 401.994'%3E%3Cpath d='M394,154.175c-5.331-5.33-11.806-7.994-19.417-7.994H255.811V27.406c0-7.611-2.666-14.084-7.994-19.414C242.488,2.666,236.02,0,228.398,0h-54.812c-7.612,0-14.084,2.663-19.414,7.993c-5.33,5.33-7.994,11.803-7.994,19.414v118.775H27.407c-7.611,0-14.084,2.664-19.414,7.994S0,165.973,0,173.589v54.819c0,7.618,2.662,14.086,7.992,19.411c5.33,5.332,11.803,7.994,19.414,7.994h118.771V374.59c0,7.611,2.664,14.089,7.994,19.417c5.33,5.325,11.802,7.987,19.414,7.987h54.816c7.617,0,14.086-2.662,19.417-7.987c5.332-5.331,7.994-11.806,7.994-19.417V255.813h118.77c7.618,0,14.089-2.662,19.417-7.994c5.329-5.325,7.994-11.793,7.994-19.411v-54.819C401.991,165.973,399.332,159.502,394,154.175z' fill='%231B3D5C' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px; }

@media only screen and (max-width: 800px) {
  #FacetsSearchPopup, .FacetsSearchEnabled .FilterBtn, .category-with-facted .FilterBtn, #CustomCatPopup {
    display: none; }
  #CustomCatPopup, #FacetsSearchPopup {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin-left: 0;
    z-index: 9999; }
  .CustomCatPopuppHeader, .FacetsSearchPopupHeader {
    display: block;
    position: relative;
    background: #1B3D5C;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999999;
    border-bottom: 1px solid #E5E5E5;
    height: 50px; }
  #CategoriesBtn, #FacetedSearchBtn {
    min-width: 130px;
    display: flex;
    width: 100%;
    padding: 10px 24px 10px 10px;
    cursor: pointer;
    color: #1B3D5C;
    flex-direction: row;
    align-items: center;
    position: relative; }
  .CustomCatPopupHeading, .FacetsSearchPopupHeading {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 3.3rem;
    display: inline-block;
    padding: 2px 30px;
    color: #fff; }
  .CustomCatPopupClose, .FacetsSearchPopupClose {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 20px;
    z-index: 9999;
    line-height: 1.5rem;
    border-radius: 50%;
    text-align: center;
    cursor: pointer; }
  #CategoriesBtn:after, #FacetedSearchBtn:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 401.994 401.994'%3E%3Cpath d='M394,154.175c-5.331-5.33-11.806-7.994-19.417-7.994H255.811V27.406c0-7.611-2.666-14.084-7.994-19.414C242.488,2.666,236.02,0,228.398,0h-54.812c-7.612,0-14.084,2.663-19.414,7.993c-5.33,5.33-7.994,11.803-7.994,19.414v118.775H27.407c-7.611,0-14.084,2.664-19.414,7.994S0,165.973,0,173.589v54.819c0,7.618,2.662,14.086,7.992,19.411c5.33,5.332,11.803,7.994,19.414,7.994h118.771V374.59c0,7.611,2.664,14.089,7.994,19.417c5.33,5.325,11.802,7.987,19.414,7.987h54.816c7.617,0,14.086-2.662,19.417-7.987c5.332-5.331,7.994-11.806,7.994-19.417V255.813h118.77c7.618,0,14.089-2.662,19.417-7.994c5.329-5.325,7.994-11.793,7.994-19.411v-54.819C401.991,165.973,399.332,159.502,394,154.175z' fill='%231B3D5C' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px; }
  #CategoriesBtn > .icon > svg, #FacetedSearchBtn > .icon > svg {
    fill: #1B3D5C; }
  #FacetsSearchPopup #facetedSearch-navList, #faceted-search-container .CategoriesWrap .cat-nav .navList {
    background: #fff;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    padding: 0 20px; }
  #facetedSearch-navList .accordion {
    border: 0; }
  #faceted-search-container .CategoriesWrap .cat-nav {
    display: block !important; }
    #faceted-search-container .CategoriesWrap .cat-nav.FilterContent .navList-item > .navList-action.active {
      background: #e1e1e1;
      color: #333; } }

.compare-tab {
  position: fixed;
  right: 80px;
  bottom: 0;
  display: none;
  min-width: 22.30769em;
  padding: 9px 15px 12px;
  font-size: .92857em;
  background: #fff;
  border: 1px solid #d5d8df;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .compare-tab.visible {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease; }
  .compare-tab .compare-tab-upper {
    margin-bottom: 17px;
    font-weight: 300; }
    .compare-tab .compare-tab-upper:before, .compare-tab .compare-tab-upper:after {
      content: "";
      clear: both;
      display: table; }
    .compare-tab .compare-tab-upper .item-limit {
      float: left; }
    .compare-tab .compare-tab-upper .clear-compare {
      float: right; }
  .compare-tab .compare-items-list {
    margin: 0;
    float: left;
    height: 50px; }
    .compare-tab .compare-items-list .compare-tab-item {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 50px;
      margin-right: 3px;
      text-align: center; }
      .compare-tab .compare-items-list .compare-tab-item:hover .compare-tab-item-remove {
        opacity: 1; }
    .compare-tab .compare-items-list .compare-tab-item-remove {
      position: absolute;
      top: -4px;
      right: -4px;
      width: 14px;
      height: 14px;
      padding-bottom: 1px;
      font-size: 1em;
      line-height: 1;
      color: #fff;
      text-align: center;
      cursor: pointer;
      background: #666;
      border-radius: 50%;
      opacity: 0; }
    .compare-tab .compare-items-list .compare-tab-item-image img {
      max-height: 50px; }
  .compare-tab .button.button-primary.compare-submit {
    padding: .71429rem 1.42857rem;
    float: right;
    height: 38px;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.2rem;
    margin: 0;
    text-transform: uppercase; }

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto; }

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #1b3d5c;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }

.loader-ellips__dot:nth-child(2) {
  background: #4f91cd; }

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0; }

.loader-ellips__dot:nth-child(3) {
  left: 1.5em; }

.loader-ellips__dot:nth-child(4) {
  left: 3em; }

@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }

@keyframes slide {
  to {
    transform: translateX(1.5em); } }

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal; }

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide; }

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse; }

.about-us-header {
  color: #000;
  font-size: 20px !important;
  line-height: 30px;
  margin: .8em 0 .5rem;
  padding: 0;
  text-align: left; }

.team-icons-wrap {
  text-align: center; }

.three-icon-wrapper {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 2%;
  padding-top: 1%;
  text-align: center;
  width: 100%; }
  .three-icon-wrapper .three-about-icons {
    display: inline-block;
    padding: 10px;
    width: 190px; }
    .three-icon-wrapper .three-about-icons a {
      color: #333333;
      font-size: 16px;
      display: block;
      text-align: center;
      text-decoration: none; }
      .three-icon-wrapper .three-about-icons a .about-icon {
        width: 50%; }

.custom-reviews-text {
  color: #2d4190;
  font-weight: 600;
  font-size: 16px;
  margin: 15px auto 0;
  max-width: 760px;
  width: 100%;
  text-align: center; }
  @media (min-width: 551px) {
    .custom-reviews-text {
      font-size: 20px; } }

.custom-reviews-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 15px 0;
  max-width: 800px; }
  .custom-reviews-links a {
    display: inline-flex; }
    .custom-reviews-links a img {
      max-width: 190px;
      width: 100%; }

[data-pageid="162"] .custom-reviews-links {
  flex-wrap: wrap;
  margin: 15px auto;
  max-width: 800px;
  width: 100%; }

.bhs-about-video-wrapper {
  clear: both;
  display: block;
  margin-bottom: 50px;
  padding: 15px 0 52.2% 0;
  position: relative;
  text-align: center; }
  .bhs-about-video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto; }

.about-us-caption-photo-wrapper {
  padding: 2%;
  display: block;
  border-top: 1px solid #cccccc;
  width: 100%;
  clear: both; }

.heaidng-other-clients {
  color: #1b3d5c;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: inherit; }

.bhs_client_logos_container {
  border-bottom: 1px solid #ccc;
  float: left;
  margin-bottom: 25px;
  text-align: center;
  width: 100%; }

.trusted-client-review-wrap {
  margin: 3rem auto 1rem; }
  .trusted-client-review-wrap .trusted-client-review-box {
    margin: 0 0 2rem; }
    .trusted-client-review-wrap .trusted-client-review-box .client-logo {
      border: 1px solid #cccccc;
      margin: 0 0 1rem; }
      .trusted-client-review-wrap .trusted-client-review-box .client-logo a {
        display: block;
        text-align: center; }

.bhs_client_logo-wrap {
  padding: 0 10px; }
  .bhs_client_logo-wrap .bhs_client_logo, .bhs_client_logo-wrap .brand-kicker-container > a.brand-logo-link {
    align-items: center;
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    min-height: 85px; }
    .bhs_client_logo-wrap .bhs_client_logo:hover, .bhs_client_logo-wrap .brand-kicker-container > a.brand-logo-link:hover {
      box-shadow: 0 0 7px .5px #cccccc; }

.orderTrackWrap {
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 801px) {
    .orderTrackWrap {
      margin: 0 0 6rem; } }
  .orderTrackWrap .trackOrderFormFrame {
    margin: 0; }

.sitemap-container {
  margin: 0 0 3rem; }
  .sitemap-container h1 {
    text-transform: uppercase; }
  .sitemap-container > ul {
    list-style: none;
    margin: 0; }
    @media (min-width: 1261px) {
      .sitemap-container > ul {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 1261px) {
      .sitemap-container > ul > li {
        border-right: 1px solid #eeeeee;
        flex: 3;
        padding: 0 2rem; } }
    @media (min-width: 1261px) {
      .sitemap-container > ul > li:first-child {
        padding: 0 2rem 0 0; } }
    @media (min-width: 1261px) {
      .sitemap-container > ul > li:last-child {
        border: 0;
        padding: 0 0 0 2rem; } }
    .sitemap-container > ul > li h2 {
      font-size: 22px;
      margin-top: 0;
      text-transform: uppercase; }

.returns-feature-box {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.6rem; }
  @media (min-width: 551px) {
    .returns-feature-box {
      flex-direction: row; } }
  .returns-feature-box div {
    display: flex;
    flex-direction: column; }
    .returns-feature-box div.returns-feature-img {
      align-items: center;
      flex: 1;
      justify-content: center; }
      @media (min-width: 551px) {
        .returns-feature-box div.returns-feature-img {
          align-items: flex-start; } }
    .returns-feature-box div.returns-feature-detail {
      flex: 5;
      padding: 0 2rem; }

.new-contact-page {
  padding: 0 15px; }
  .new-contact-page .contact-boxes .contact-box .contact-details {
    padding: 0 1.6rem;
    text-align: center; }
    .new-contact-page .contact-boxes .contact-box .contact-details .contact-icon {
      font-size: 0px;
      display: block; }
      .new-contact-page .contact-boxes .contact-box .contact-details .contact-icon:before {
        content: '';
        background-repeat: no-repeat;
        display: flex;
        width: 80px;
        height: 80px;
        background-color: #1b3d5c;
        border-radius: 50%;
        background-position: center;
        background-size: 100%;
        margin: 0 auto;
        justify-content: center; }
    @media only screen and (min-width: 991px) {
      .new-contact-page .contact-boxes .contact-box .contact-details.contact-chat .contact-icon {
        pointer-events: none; } }
    .new-contact-page .contact-boxes .contact-box .contact-details.contact-chat .contact-icon:before {
      background-color: #2D4190;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M99.845,14.92c-52.56,0-95.153,33.225-95.153,73.957c0,27.045,18.673,50.633,46.514,63.524c-0.332,6.645-2.192,24.652-12.625,31.563c6.645,0,30.833-8.441,39.271-23.125c7.276,1.351,14.661,2.02,22.063,1.994c52.493,0,95.085-33.225,95.085-73.957S152.339,14.92,99.845,14.92z' fill='%23ffffff' /%3E%3C/svg%3E");
      background-size: 50px; }
    @media only screen and (min-width: 991px) {
      .new-contact-page .contact-boxes .contact-box .contact-details.contact-chat a {
        pointer-events: none; } }
    .new-contact-page .contact-boxes .contact-box .contact-details.contact-consult .contact-icon:before {
      background-color: #688FCA;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M57.832,63.616c-0.002,8.712-0.093,17.424,0.044,26.133c0.053,3.371-1.079,4.961-4.619,4.935c-13.077-0.095-11.201,0.99-11.259-10.915c-0.075-15.243-0.025-30.488-0.012-45.733c0.004-5.254,0.271-5.563,5.336-5.521c11.776,0.1,10.439-1.577,10.504,10.349C57.865,49.78,57.834,56.697,57.832,63.616z'/%3E%3Cpath d='M60.743,15.75c-0.014,6.277-4.306,10.544-10.523,10.468 c-5.89-0.072-10.319-4.947-10.294-11.326C39.949,9,44.513,4.392,50.209,4.508C56.069,4.627,60.755,9.629,60.743,15.75z' fill='%23ffffff'/%3E%3C/svg%3E");
      background-size: 50px; }
    .new-contact-page .contact-boxes .contact-box .contact-details.phone-consult .contact-icon:before {
      background-color: #7E8083;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 47'%3E%3Cpath d='M14.17,14.73A6.28,6.28,0,0,1,18,11.58c.82-.16,1.6-.37,2.13.26l3.32,4a1.58,1.58,0,0,1,.11,1.88l-.64.95a1.58,1.58,0,0,0,.2,2l5.17,6.18a1.57,1.57,0,0,0,2,.19l.85-.57a1.59,1.59,0,0,1,2,.2l4.12,3.12a1.57,1.57,0,0,1,.15,2.06l-1.12,1.49c-.57.76-1.06,1.42-3.06,1.42-3,0-7-2-11-6-6-6-7-9-8-12a5.2,5.2,0,0,1,0-2' fill='%23ffffff' /%3E%3C/svg%3E"); }
    .new-contact-page .contact-boxes .contact-box .contact-details h3 {
      font-size: 20px;
      font-family: HelveticaNeueLT;
      font-weight: normal;
      line-height: 1.8rem;
      margin: 1rem 0;
      padding: 0 01.6rem; }
    .new-contact-page .contact-boxes .contact-box .contact-details p {
      margin: 0 0 1rem; }
      .new-contact-page .contact-boxes .contact-box .contact-details p a {
        color: #666;
        font-weight: bold;
        text-decoration: none; }
        .new-contact-page .contact-boxes .contact-box .contact-details p a.button:hover {
          color: #000000; }
  .new-contact-page .contact-other-services .other-services-heading {
    margin: 2rem 0 3rem;
    position: relative;
    text-align: center; }
    .new-contact-page .contact-other-services .other-services-heading:before {
      content: '';
      height: 3px;
      background: #3F4654;
      display: block;
      position: absolute;
      width: 100%;
      top: 50%; }
    .new-contact-page .contact-other-services .other-services-heading h2 {
      color: #2d4190;
      font-family: HelveticaNeueLT;
      font-weight: normal;
      margin: 0;
      width: auto;
      position: relative;
      text-transform: uppercase; }
      .new-contact-page .contact-other-services .other-services-heading h2 span {
        background: #fff;
        padding: 0 1rem; }
        .new-contact-page .contact-other-services .other-services-heading h2 span > span {
          color: #688fca;
          padding: 0; }
  .new-contact-page .contact-other-services .other-services-box .contact-info-hd {
    color: #444;
    font-size: 1.7rem;
    font-family: HelveticaNeueLT;
    font-weight: normal;
    line-height: 2rem;
    margin: 0 0 1rem;
    padding: 0 2.6rem;
    text-align: center;
    text-transform: capitalize; }
  .new-contact-page .contact-other-services .other-services-box.helpful-links-box {
    margin: 5rem 0 0; }
    .new-contact-page .contact-other-services .other-services-box.helpful-links-box .helpful-links {
      list-style: none;
      margin: 0 0 2rem; }
      .new-contact-page .contact-other-services .other-services-box.helpful-links-box .helpful-links li a {
        background-size: 34px;
        background-position: center left;
        background-repeat: no-repeat;
        padding-left: 48px;
        line-height: 39px;
        display: block; }
      .new-contact-page .contact-other-services .other-services-box.helpful-links-box .helpful-links li.returns-exchanges a {
        background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/content/support/icon-returns-and-exchanges.svg); }
      .new-contact-page .contact-other-services .other-services-box.helpful-links-box .helpful-links li.shipping-policy a {
        background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/content/support/icon-shipping-policy.svg); }
    .new-contact-page .contact-other-services .other-services-box.helpful-links-box p a {
      color: #666;
      font-weight: bold;
      font-size: 13px; }
  .new-contact-page .contact-other-services .other-services-box .order-status-form .contact-form-body #check-order-status {
    border: 1px solid #ddd;
    border-radius: 9px;
    overflow: visible; }
    .new-contact-page .contact-other-services .other-services-box .order-status-form .contact-form-body #check-order-status iframe {
      border-radius: 10px; }
  .new-contact-page .contact-other-services .other-services-box .support-team-form .contact-form-body #lg_contact_main .form-field {
    margin: 0 0 1rem; }
    .new-contact-page .contact-other-services .other-services-box .support-team-form .contact-form-body #lg_contact_main .form-field .form-input {
      height: 34px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      padding: 0.45rem 0.8rem; }

.inthePressContainer .pressProfilePicTitle {
  font-size: 16px;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 801px) {
    .inthePressContainer .pressProfilePicTitle {
      font-size: 14px;
      float: left;
      padding-bottom: 20px;
      width: 21%; } }
  .inthePressContainer .pressProfilePicTitle .founderNameTitle {
    font-size: 11px;
    margin: 0;
    text-align: left; }

.inthePressContainer .pressProfileBlurbWrap {
  float: none;
  padding-left: 0;
  width: 100%; }
  @media (min-width: 801px) {
    .inthePressContainer .pressProfileBlurbWrap {
      float: left;
      padding-bottom: 20px;
      padding-left: 20px;
      width: 75%; } }

.inthePressContainer .pressImagesWrapper {
  clear: both;
  width: 100%; }
  .inthePressContainer .pressImagesWrapper .newsAgencies {
    padding: 0;
    width: 100%; }
    @media (min-width: 801px) {
      .inthePressContainer .pressImagesWrapper .newsAgencies {
        padding: 1%;
        width: 47%; } }

.pressHotlineBOX {
  background-color: #f4f4f4;
  border: 1px solid #fe720b;
  border-radius: 4px;
  padding: 2%;
  text-align: center;
  width: 100%; }

.why-bhs-page .why-bhs-main-container {
  border: 0;
  z-index: 1;
  margin: 0; }
  .why-bhs-page .why-bhs-main-container .why-bhs-paragraph-box h2 {
    text-align: left;
    color: #1b3d5c;
    margin: 0 0 1rem; }
  .why-bhs-page .why-bhs-main-container .why-bhs-paragraph-box p {
    font-size: 16px;
    line-height: 1.8rem; }

.why-bhs-page .why-bhs-paragraph-wrap {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  margin: 0 0 3rem; }
  @media (min-width: 801px) {
    .why-bhs-page .why-bhs-paragraph-wrap {
      flex-direction: row; } }
  .why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) {
    flex-direction: column; }
    @media (min-width: 801px) {
      .why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) {
        flex-direction: row-reverse; } }
    .why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) .why-bhs-number-style {
      left: 0; }
    .why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) .why-bhs-paragraph-box {
      padding: 1.5rem 0; }
      @media (min-width: 801px) {
        .why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) .why-bhs-paragraph-box {
          padding: 0 2rem 0 0; } }
  .why-bhs-page .why-bhs-paragraph-wrap > .why-bhs-number-style {
    background: no-repeat;
    border-radius: 0;
    color: #e0f0dc;
    font-size: 16rem;
    font-weight: 700;
    line-height: 16rem;
    margin: 0 0;
    position: absolute;
    right: 0;
    top: 62%;
    text-align: left;
    width: auto;
    z-index: -1; }
    @media (min-width: 801px) {
      .why-bhs-page .why-bhs-paragraph-wrap > .why-bhs-number-style {
        font-size: 20rem;
        margin: -8rem 0 0;
        top: 50%; } }
  .why-bhs-page .why-bhs-paragraph-wrap .why-bhs-paragraph-box {
    padding: 1.5rem 0; }
    @media (min-width: 801px) {
      .why-bhs-page .why-bhs-paragraph-wrap .why-bhs-paragraph-box {
        padding: 0 2rem 0 0; } }
  .why-bhs-page .why-bhs-paragraph-wrap > div.why-bhs-Img > img {
    width: 100%; }

.why-bhs-page .why-bhs-paragraph-wrap > .why-bhs-Img,
.why-bhs-page .why-bhs-paragraph-wrap > .why-bhs-paragraph {
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: center;
  align-items: flex-start; }

.PageProductsRattingWrap {
  clear: both;
  margin: 0 0 4.3rem; }
  .PageProductsRattingWrap .ProductsRattingHeading {
    margin: 0 0 2.16rem;
    text-align: center; }
    .PageProductsRattingWrap .ProductsRattingHeading h3 {
      background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/content/industry/images/svg/orange-stars.svg);
      background-repeat: no-repeat;
      background-position: center top;
      font-size: 28px;
      color: #1B3D5C;
      margin: 0 auto;
      padding: 40px 0 0;
      width: auto; }
      .PageProductsRattingWrap .ProductsRattingHeading h3 a {
        color: #F97135;
        font-size: 20px; }
  .PageProductsRattingWrap .row {
    margin: 0 -6px; }
    .PageProductsRattingWrap .row div[class*="col-"] {
      padding: 0 6px; }
    .PageProductsRattingWrap .row .RattingReviewBox {
      background: #1B3D5C;
      color: #fff;
      margin: 0 0 0.75rem;
      padding: 10px; }
      .PageProductsRattingWrap .row .RattingReviewBox p {
        margin: 0;
        min-height: 130px;
        font-size: 18px;
        font-style: italic; }
      .PageProductsRattingWrap .row .RattingReviewBox .CustomerName {
        display: block;
        font-size: 18px;
        font-style: italic;
        text-align: right; }

.CustomerReviews {
  border-top: 1px solid #5A7389;
  border-bottom: 1px solid #5A7389;
  margin: 0 0 3rem;
  padding: 4rem 0;
  text-align: center;
  clear: both; }
  .CustomerReviews .CustomerReviewsHeading {
    background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/content/industry/images/svg/orange-stars.svg);
    background-position: center top;
    background-repeat: no-repeat;
    color: #1B3D5C;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
    width: auto; }
  .CustomerReviews .CustomerReviewsContent {
    font-size: 18px;
    font-style: italic;
    margin: 0 auto 1rem;
    padding: 0; }
    @media (min-width: 801px) {
      .CustomerReviews .CustomerReviewsContent {
        padding: 0 80px; } }
  .CustomerReviews .CustomerReviewsName {
    color: #5190CD;
    font-size: 16px;
    font-weight: 700; }

section[data-pageid="365"] .page-content {
  margin-top: .75rem;
  margin-bottom: .75rem; }
  section[data-pageid="365"] .page-content .breadcrumbs {
    display: none; }

#modaNSForm .modal-header, #IndustryForm .modal-header {
  border: 0;
  margin: 0 auto;
  max-width: 560px;
  text-align: center;
  width: 100%;
  padding: 2rem 0; }
  @media (min-width: 801px) {
    #modaNSForm .modal-header, #IndustryForm .modal-header {
      margin: 0 auto 1.25rem;
      padding-left: 2.25rem;
      padding-right: 3.03571rem;
      padding-top: 0;
      padding-bottom: 0; } }
  #modaNSForm .modal-header h3, #IndustryForm .modal-header h3 {
    color: #1B3D5C;
    font-size: 28px;
    margin: 0; }
  #modaNSForm .modal-header p, #IndustryForm .modal-header p {
    font-size: 20px; }
    #modaNSForm .modal-header p a, #IndustryForm .modal-header p a {
      color: #5190CD;
      text-decoration: none; }

#modaNSForm .modal-body, #IndustryForm .modal-body {
  padding: 10px; }
  @media (min-width: 801px) {
    #modaNSForm .modal-body, #IndustryForm .modal-body {
      padding: 2.25rem; } }

#modaNSForm #bcform input[type="text"], #modaNSForm #bcform input[type="email"], #modaNSForm #bcform input[type="password"], #modaNSForm #bcform input[type="tel"], #modaNSForm #bcform input[type="url"], #modaNSForm #ns-bcform input[type="text"], #modaNSForm #ns-bcform input[type="email"], #modaNSForm #ns-bcform input[type="password"], #modaNSForm #ns-bcform input[type="tel"], #modaNSForm #ns-bcform input[type="url"], #IndustryForm #bcform input[type="text"], #IndustryForm #bcform input[type="email"], #IndustryForm #bcform input[type="password"], #IndustryForm #bcform input[type="tel"], #IndustryForm #bcform input[type="url"], #IndustryForm #ns-bcform input[type="text"], #IndustryForm #ns-bcform input[type="email"], #IndustryForm #ns-bcform input[type="password"], #IndustryForm #ns-bcform input[type="tel"], #IndustryForm #ns-bcform input[type="url"] {
  font-size: 15px;
  padding: 0.75rem 1rem; }

#modaNSForm #bcform .submitbutton-field, #modaNSForm #ns-bcform .submitbutton-field, #IndustryForm #bcform .submitbutton-field, #IndustryForm #ns-bcform .submitbutton-field {
  margin: 0; }

#modaNSForm #bcform #submitbutton, #modaNSForm #bcform #submitbutton1, #modaNSForm #bcform #submitbutton2, #modaNSForm #ns-bcform #submitbutton, #modaNSForm #ns-bcform #submitbutton1, #modaNSForm #ns-bcform #submitbutton2, #IndustryForm #bcform #submitbutton, #IndustryForm #bcform #submitbutton1, #IndustryForm #bcform #submitbutton2, #IndustryForm #ns-bcform #submitbutton, #IndustryForm #ns-bcform #submitbutton1, #IndustryForm #ns-bcform #submitbutton2 {
  font-size: 22px;
  line-height: 2.5rem;
  margin: 0;
  padding: 10px 4px;
  width: 100%; }
  @media (min-width: 801px) {
    #modaNSForm #bcform #submitbutton, #modaNSForm #bcform #submitbutton1, #modaNSForm #bcform #submitbutton2, #modaNSForm #ns-bcform #submitbutton, #modaNSForm #ns-bcform #submitbutton1, #modaNSForm #ns-bcform #submitbutton2, #IndustryForm #bcform #submitbutton, #IndustryForm #bcform #submitbutton1, #IndustryForm #bcform #submitbutton2, #IndustryForm #ns-bcform #submitbutton, #IndustryForm #ns-bcform #submitbutton1, #IndustryForm #ns-bcform #submitbutton2 {
      font-size: 30px;
      line-height: 3rem;
      padding: 24px 15px; } }

.find-gps-installer-wrap {
  margin: 0 0 3rem; }
  @media (min-width: 992px) {
    .find-gps-installer-wrap {
      margin: 0; } }

.find-gps-installer-wrap, .fleetio-integration-wrap {
  background-color: #ECF0F8;
  overflow: hidden; }
  .find-gps-installer-wrap .container, .fleetio-integration-wrap .container {
    max-width: 1440px;
    width: 100%; }
  .find-gps-installer-wrap.white-bg, .fleetio-integration-wrap.white-bg {
    background-color: #FFFFFF; }
  .find-gps-installer-wrap.blue-bg, .fleetio-integration-wrap.blue-bg {
    background-color: #1B3D5C; }
    .find-gps-installer-wrap.blue-bg .fleetio-integration .fleetio-logo, .fleetio-integration-wrap.blue-bg .fleetio-integration .fleetio-logo {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 231.54'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M314.72,75.31A18.19,18.19,0,0,0,296.8,90.46L265.54,9.86H77L45.69,90.46a18.21,18.21,0,1,0-17.92,21.31v92.75L71,173.18c-.31,0-.62,0-.93,0a24.39,24.39,0,1,1,22.78-15.89l.44-.32,130.42,49.64,91-52.48V111.77a18.23,18.23,0,1,0,0-36.46ZM181.12,93.54H61.88L88.05,26.07H254.44l26.17,67.47H266.14c0-.25,0-.49,0-.73a42.55,42.55,0,1,0-85.09,0C181.08,93.05,181.12,93.29,181.12,93.54Zm14.18,0c0-.25,0-.49,0-.73a28.36,28.36,0,1,1,56.72,0c0,.24,0,.48,0,.73Zm77.12,79.69a24.32,24.32,0,1,1,24.31-24.32A24.31,24.31,0,0,1,272.42,173.23Z'/%3E%3Cpolygon id='arrow' fill='%234ab96b' points='363.27 124.68 348.1 162.06 342.06 151.98 223.63 221.68 93.07 169.96 5 221.68 93.07 141.01 223.63 192.67 329.05 130.23 323.14 120.37 363.27 124.68'/%3E%3Cg%3E%3Cpolygon fill='%23ffffff' points='415.7 174.23 436.35 174.23 436.35 125.36 487.24 125.36 487.24 105.79 436.35 105.79 436.35 73.61 495.96 73.61 495.96 54.04 415.7 54.04 415.7 174.23'/%3E%3Crect fill='%23ffffff' x='504.68' y='54.04' width='20.65' height='120.19'/%3E%3Cpath fill='%23ffffff' d='M850,84c-25.81,0-44.85,19.4-44.85,45.92,0,26.7,19,46.1,44.85,46.1,26,0,45-19.4,45-46.1C895,103.44,876,84,850,84Zm0,73.5c-12.64,0-24.2-9.61-24.2-27.58s11.56-27.23,24.2-27.23c12.81,0,24.21,9.25,24.21,27.23C874.18,148.11,862.78,157.54,850,157.54Z'/%3E%3Crect fill='%23ffffff' x='775.93' y='86.18' width='20.47' height='88.05'/%3E%3Cpath fill='%23ffffff' d='M786.17,50.24A11.77,11.77,0,0,0,774.06,62c0,6.56,5.38,11.6,12.11,11.6s12.11-5,12.11-11.6A11.78,11.78,0,0,0,786.17,50.24Z'/%3E%3Cpath fill='%23ffffff' d='M669.41,84c-21.89,0-42.18,18.15-42.18,45.56,0,29.37,20.82,46.46,44.31,46.46,20.74,0,34.41-12.19,39.1-27.23h-20.1c-3.57,5.59-9.51,9.43-19,9.43-12.81,0-23.14-9.35-23.67-22.51h63.36a31.53,31.53,0,0,0,.54-6.68C711.77,101.66,696.1,84,669.41,84Zm-21,36.49a20.82,20.82,0,0,1,21.19-19.23c14.23,0,21,9.08,21.35,19.23Z'/%3E%3Cpath fill='%23ffffff' d='M576.19,84C554.29,84,534,102.19,534,129.6c0,29.37,20.83,46.46,44.32,46.46,20.74,0,34.41-12.19,39.09-27.23H597.32c-3.57,5.59-9.52,9.43-19,9.43-12.81,0-23.14-9.35-23.67-22.51H618a31.86,31.86,0,0,0,.53-6.68C618.54,101.66,602.88,84,576.19,84Zm-21,36.49a20.81,20.81,0,0,1,21.18-19.23c14.24,0,21,9.08,21.36,19.23Z'/%3E%3Cpath fill='%23ffffff' d='M749.65,58H729.16V86.19h-13v17.44h13.07V149.5c0,16.2,10,25.81,26,25.81a36.14,36.14,0,0,0,12.05-1.7V156.34a45.75,45.75,0,0,1-6.53.64c-7.65,0-11-3.21-11-10.86V103.63h17.56V86.19H749.65Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .find-gps-installer-wrap.blue-bg .fleetio-integration .fleetio-text h3, .fleetio-integration-wrap.blue-bg .fleetio-integration .fleetio-text h3 {
      color: #ffffff; }
    .find-gps-installer-wrap.blue-bg .fleetio-integration .fleetio-text p, .fleetio-integration-wrap.blue-bg .fleetio-integration .fleetio-text p {
      color: #bbc5ce; }
      .find-gps-installer-wrap.blue-bg .fleetio-integration .fleetio-text p.need-help, .fleetio-integration-wrap.blue-bg .fleetio-integration .fleetio-text p.need-help {
        color: #ffffff; }

.find-gps-installer {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 15px 0; }
  @media (min-width: 992px) {
    .find-gps-installer {
      flex-direction: row;
      gap: 0;
      padding: 75px 0; } }
  .find-gps-installer--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    max-width: 440px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .find-gps-installer--content {
        flex-direction: row;
        gap: 4rem;
        margin: 0;
        max-width: unset;
        width: 65%; } }
    .find-gps-installer--content .tb-logo {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg%3E%3Cpath d='M49.8,98.4c-8.2,0-16.3,0-24.5,0c-3.6,0-7-0.6-10.2-2.2C8.5,93,4.3,87.9,2.4,80.7c-0.5-2.1-0.8-4.2-0.8-6.3c0-16.5,0-32.9,0-49.4c0-5.2,1.6-9.9,4.7-14.1c3.6-4.7,8.3-7.7,14.2-8.8c1.5-0.3,3.1-0.5,4.7-0.5c16.5,0,32.9,0,49.4,0c4.9,0,9.5,1.2,13.6,4c4.7,3.2,7.7,7.6,9.3,13c0.6,2.1,0.9,4.3,0.9,6.5c0,16.5,0,33.1,0,49.6c0,5.7-1.8,10.7-5.4,15.1c-3.7,4.4-8.4,7.1-14.1,8c-1.7,0.3-3.5,0.3-5.3,0.3C65.6,98.3,57.7,98.3,49.8,98.4C49.8,98.4,49.8,98.4,49.8,98.4z M54.9,40.5c0-0.3,0-0.5,0-0.7c0-4.6,0-9.1,0-13.7c0-1-0.2-1.2-1.1-1.2c-2.4,0-4.7,0-7.1,0c-0.8,0-0.9,0.1-0.9,0.9c0,16.2,0,32.3,0,48.5c0,0.2,0,0.5,0,0.7c2.9,0,5.8,0,8.8,0c0-1.2,0-2.5,0-3.8c1,0.6,1.9,1.2,2.8,1.8c0.9,0.5,1.8,1.1,2.7,1.5c1.7,0.7,3.5,0.8,5.3,0.8c1.5,0,3.1-0.1,4.6-0.4c4.7-1,8-3.9,10.6-7.7c2.7-3.9,3.6-8.3,3-13c-0.2-1.5-0.4-3-0.8-4.5c-1.2-3.7-3.3-6.8-6.4-9.3c-2.2-1.7-4.7-2.8-7.3-3.3c-1.8-0.3-3.6-0.2-5.4-0.2c-1.1,0-2.2,0.4-3.3,0.7c-1.6,0.5-2.9,1.5-4.3,2.4C55.6,40.2,55.3,40.3,54.9,40.5z M41.7,44.6c0-0.1,0-0.2,0-0.2c0-2.6,0-5.1,0-7.7c0-0.6-0.2-0.8-0.8-0.8c-2.4,0-4.9,0-7.3,0.1c-0.4,0-0.6-0.1-0.6-0.6c0-3.3,0-6.7,0-10c0-0.5-0.2-0.7-0.7-0.7c-2.6,0-5.2,0-7.8,0c-1,0-1.2,0.2-1.2,1.2c0,2.9,0,5.8,0,8.7c0,0.4-0.1,0.8-0.1,1.3c-0.3,0-0.5,0-0.7,0c-1.8,0-3.7,0-5.5,0c-0.8,0-1,0.2-1,1c0,2.2,0,4.5,0,6.7c0,0.8,0.2,1,1,1c1.6,0,3.2,0,4.7,0c1.4,0,1.5,0.1,1.5,1.5c0,3.4,0,6.8,0,10.2c0.1,3.6,0.1,7.2,0.5,10.8c0.5,4.9,3.5,7.1,7.9,7.7c3.1,0.4,6.3,0.1,9.4,0.2c0.3,0,0.4-0.1,0.4-0.4c0-2.4,0-4.7,0-7.1c0-0.9-0.3-1.2-1.2-1.2c-1.5,0-2.9-0.1-4.4,0c-1.5,0.1-2.7-1.4-2.7-2.7c0-1.6-0.1-3.1-0.1-4.7c-0.1-4.5-0.1-9-0.2-13.4c0-0.8,0.2-0.9,1-0.9c2.2,0,4.4,0,6.6,0C41.1,44.7,41.4,44.6,41.7,44.6z'/%3E%3Cpath fill='%23ffffff' d='M54.9,40.5c0.4-0.2,0.7-0.3,1-0.5c1.4-0.9,2.7-1.9,4.3-2.4c1.1-0.3,2.2-0.6,3.3-0.7c1.8-0.1,3.7-0.2,5.4,0.2c2.7,0.5,5.2,1.6,7.3,3.3c3,2.5,5.2,5.5,6.4,9.3c0.4,1.4,0.7,3,0.8,4.5c0.6,4.7-0.4,9.1-3,13c-2.6,3.8-6,6.7-10.6,7.7c-1.5,0.3-3.1,0.4-4.6,0.4c-1.8,0-3.6-0.1-5.3-0.8c-0.9-0.4-1.8-1-2.7-1.5c-0.9-0.5-1.8-1.1-2.8-1.8c0,1.4,0,2.6,0,3.8c-2.9,0-5.8,0-8.8,0c0-0.3,0-0.5,0-0.7c0-16.2,0-32.3,0-48.5c0-0.8,0.1-0.9,0.9-0.9c2.4,0,4.7,0,7.1,0c0.9,0,1.1,0.3,1.1,1.2c0,4.6,0,9.1,0,13.7C54.9,40,54.9,40.2,54.9,40.5z M65.1,45c-3.1,0-5.6,1-7.5,3.2c-3.4,3.9-3.9,9.4-1.3,13.8c1.3,2.3,3.2,4.1,5.7,5c1.1,0.4,2.2,0.3,3.3,0.3c3.2-0.2,5.8-1.4,7.8-3.9c2-2.5,2.7-5.4,2.4-8.5c-0.3-2.8-1.4-5.2-3.4-7.1C70.1,45.8,67.6,45,65.1,45z'/%3E%3Cpath fill='%23ffffff' d='M41.7,44.6c-0.3,0-0.6,0.1-0.9,0.1c-2.2,0-4.4,0-6.6,0c-0.8,0-1,0.2-1,0.9c0,4.5,0.1,9,0.2,13.4c0,1.6,0.1,3.1,0.1,4.7c0,1.3,1.2,2.8,2.7,2.7c1.5-0.1,2.9,0,4.4,0c0.9,0,1.2,0.2,1.2,1.2c0,2.4,0,4.7,0,7.1c0,0.3-0.1,0.4-0.4,0.4c-3.1,0-6.3,0.2-9.4-0.2c-4.4-0.5-7.4-2.8-7.9-7.7c-0.4-3.6-0.4-7.2-0.5-10.8c-0.1-3.4,0-6.8,0-10.2c0-1.4-0.1-1.5-1.5-1.5c-1.6,0-3.2,0-4.7,0c-0.8,0-1-0.2-1-1c0-2.2,0-4.5,0-6.7c0-0.8,0.2-1,1-1c1.8,0,3.7,0,5.5,0c0.2,0,0.4,0,0.7,0c0-0.4,0.1-0.8,0.1-1.3c0-2.9,0-5.8,0-8.7c0-1,0.2-1.2,1.2-1.2c2.6,0,5.2,0,7.8,0c0.5,0,0.7,0.1,0.7,0.7c0,3.3,0,6.7,0,10c0,0.5,0.1,0.6,0.6,0.6c2.4,0,4.9-0.1,7.3-0.1c0.7,0,0.8,0.1,0.8,0.8c0,2.6,0,5.1,0,7.7C41.8,44.4,41.7,44.5,41.7,44.6z'/%3E%3Cpath d='M65.1,45c2.5,0,5,0.8,7,2.7c2.1,1.9,3.2,4.3,3.4,7.1c0.3,3.2-0.4,6-2.4,8.5c-2,2.5-4.6,3.7-7.8,3.9c-1.1,0.1-2.3,0.1-3.3-0.3c-2.6-0.9-4.4-2.7-5.7-5c-2.6-4.4-2.1-9.9,1.3-13.8C59.5,46,62,45,65.1,45z'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      height: 96px;
      width: 63px; }
      @media (min-width: 992px) {
        .find-gps-installer--content .tb-logo {
          height: 166px;
          width: 40%; } }
    .find-gps-installer--content .tb-text {
      padding: 0 15px;
      text-align: center; }
      @media (min-width: 992px) {
        .find-gps-installer--content .tb-text {
          width: 60%; } }
      .find-gps-installer--content .tb-text p {
        color: #1B3D5C;
        font-size: 18px;
        margin: 0; }
        .find-gps-installer--content .tb-text p a {
          color: #F27221; }
      .find-gps-installer--content .tb-text h3 {
        color: #1B3D5C;
        font-size: 26px;
        font-weight: 700;
        line-height: 2rem;
        margin-top: 0; }
        @media (min-width: 992px) {
          .find-gps-installer--content .tb-text h3 {
            font-size: 30px;
            line-height: 2.5rem; } }
        @media (min-width: 1440px) {
          .find-gps-installer--content .tb-text h3 {
            font-size: 40px;
            line-height: 3rem; } }
  .find-gps-installer--schedule {
    display: flex;
    height: 350px;
    justify-content: flex-end;
    max-width: 440px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .find-gps-installer--schedule {
        height: auto;
        max-width: unset;
        width: 35%; } }
    .find-gps-installer--schedule:before {
      background-image: url(https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/bhs-gps-installer.png?t=1731403586);
      background-position: center top;
      background-repeat: no-repeat;
      content: '';
      height: 100vh;
      position: absolute;
      right: 0;
      top: -65px;
      width: 100%;
      z-index: -1; }
      @media (min-width: 992px) {
        .find-gps-installer--schedule:before {
          top: -75px;
          background-position: right top -40px; } }
    .find-gps-installer--schedule .make-schedule {
      margin-right: 1rem;
      margin-top: 1rem; }
      @media (min-width: 992px) {
        .find-gps-installer--schedule .make-schedule {
          margin-right: 3rem; } }
      .find-gps-installer--schedule .make-schedule a, .find-gps-installer--schedule .make-schedule .schedule-icon-wrap {
        align-items: center;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        height: 120px;
        justify-content: center;
        padding: 1rem;
        text-decoration: none;
        width: 120px; }
        @media (min-width: 992px) {
          .find-gps-installer--schedule .make-schedule a, .find-gps-installer--schedule .make-schedule .schedule-icon-wrap {
            width: 130px;
            height: 130px; } }
        .find-gps-installer--schedule .make-schedule a .icon, .find-gps-installer--schedule .make-schedule .schedule-icon-wrap .icon {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%234571F6' %3E%3Cg%3E%3Cpath d='M3.6,33.8c31,0,61.8,0,92.8,0c0,0.4,0,0.7,0,1c0,17.1,0,34.2,0,51.3c0,6-4.1,10.2-10.1,10.2c-24.2,0-48.4,0-72.5,0c-5.9,0-10.1-4.2-10.1-10c0-17.2,0-34.3,0-51.5C3.6,34.5,3.6,34.3,3.6,33.8z M31,45.4c-4,0-7.9,0-11.9,0c0,4,0,7.9,0,11.9c4,0,7.9,0,11.9,0C31,53.3,31,49.4,31,45.4z M80.9,57.3c0-4,0-8,0-11.9c-4,0-7.9,0-11.9,0c0,4,0,7.9,0,11.9C73,57.3,76.9,57.3,80.9,57.3z M44.1,57.3c4,0,7.9,0,11.8,0c0-4,0-7.9,0-11.8c-4,0-7.9,0-11.8,0C44.1,49.4,44.1,53.3,44.1,57.3zM19.1,82.4c4,0,7.9,0,11.9,0c0-4,0-7.9,0-11.8c-4,0-7.9,0-11.9,0C19.1,74.5,19.1,78.4,19.1,82.4z M69,70.6c0,4,0,7.9,0,11.8c4,0,7.9,0,11.9,0c0-4,0-7.9,0-11.8C76.9,70.6,73,70.6,69,70.6z M44.1,82.4c4,0,7.9,0,11.8,0c0-4,0-7.9,0-11.8c-4,0-7.9,0-11.8,0C44.1,74.5,44.1,78.4,44.1,82.4z'/%3E%3Cpath d='M96.4,29c-31,0-61.8,0-92.8,0c0-1,0-2,0-3c0.1-1.8-0.1-3.7,0.3-5.4c0.9-4.4,4.8-7.3,9.4-7.4c4.2,0,8.4,0,12.6,0c0.4,0,0.7,0,1.2,0c0-2.4,0-4.6,0-6.9c0-2.1,0.6-2.7,2.7-2.7c1.1,0,2.2,0,3.4,0c1.6,0,2.3,0.7,2.4,2.4c0,2.2,0,4.3,0,6.5c0,0.2,0,0.4,0.1,0.7c9.6,0,19.2,0,28.9,0c0-2,0-4,0-5.9c0-3.3,0.3-3.6,3.6-3.6c0.9,0,1.7,0,2.6,0c1.5,0,2.2,0.8,2.3,2.3c0,2.4,0,4.8,0,7.3c0.4,0,0.8,0,1.1,0c4.1,0,8.2,0,12.2,0c6.1,0,10.2,4.1,10.2,10.2C96.4,25.2,96.4,27.1,96.4,29z'/%3E%3C/g%3E%3C/svg%3E");
          background-position: center;
          background-repeat: no-repeat;
          font-size: 0;
          height: 80px;
          width: 50px; }
        .find-gps-installer--schedule .make-schedule a .text, .find-gps-installer--schedule .make-schedule .schedule-icon-wrap .text {
          color: #000;
          font-size: 18px;
          font-weight: bold; }

.fleetio-integration {
  align-items: center;
  background-image: url(https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/fleetio-dashboard.png?t=1731410087);
  background-repeat: no-repeat;
  background-position: bottom left;
  display: flex;
  flex-direction: column;
  padding: 30px 15px 310px 15px;
  position: relative; }
  @media (min-width: 992px) {
    .fleetio-integration {
      align-items: flex-start;
      background-position: center right;
      padding: 65px 510px 38px 38px; } }
  .fleetio-integration:after {
    content: '';
    background-image: url(https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/fleetio-nav.png?t=1731410428);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 20px 56px 0px #0000004A;
    bottom: 70px;
    position: absolute;
    height: 224px;
    right: 18%;
    top: unset;
    width: 127px; }
    @media (min-width: 992px) {
      .fleetio-integration:after {
        right: 50px;
        top: 10px; } }
  .fleetio-integration .fleetio-logo {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 231.54'%3E%3Cg%3E%3Cpath fill='%23252c2e' d='M314.72,75.31A18.19,18.19,0,0,0,296.8,90.46L265.54,9.86H77L45.69,90.46a18.21,18.21,0,1,0-17.92,21.31v92.75L71,173.18c-.31,0-.62,0-.93,0a24.39,24.39,0,1,1,22.78-15.89l.44-.32,130.42,49.64,91-52.48V111.77a18.23,18.23,0,1,0,0-36.46ZM181.12,93.54H61.88L88.05,26.07H254.44l26.17,67.47H266.14c0-.25,0-.49,0-.73a42.55,42.55,0,1,0-85.09,0C181.08,93.05,181.12,93.29,181.12,93.54Zm14.18,0c0-.25,0-.49,0-.73a28.36,28.36,0,1,1,56.72,0c0,.24,0,.48,0,.73Zm77.12,79.69a24.32,24.32,0,1,1,24.31-24.32A24.31,24.31,0,0,1,272.42,173.23Z'/%3E%3Cpolygon id='arrow' fill='%234ab96b' points='363.27 124.68 348.1 162.06 342.06 151.98 223.63 221.68 93.07 169.96 5 221.68 93.07 141.01 223.63 192.67 329.05 130.23 323.14 120.37 363.27 124.68'/%3E%3Cg%3E%3Cpolygon fill='%23252c2e' points='415.7 174.23 436.35 174.23 436.35 125.36 487.24 125.36 487.24 105.79 436.35 105.79 436.35 73.61 495.96 73.61 495.96 54.04 415.7 54.04 415.7 174.23'/%3E%3Crect fill='%23252c2e' x='504.68' y='54.04' width='20.65' height='120.19'/%3E%3Cpath fill='%23252c2e' d='M850,84c-25.81,0-44.85,19.4-44.85,45.92,0,26.7,19,46.1,44.85,46.1,26,0,45-19.4,45-46.1C895,103.44,876,84,850,84Zm0,73.5c-12.64,0-24.2-9.61-24.2-27.58s11.56-27.23,24.2-27.23c12.81,0,24.21,9.25,24.21,27.23C874.18,148.11,862.78,157.54,850,157.54Z'/%3E%3Crect fill='%23252c2e' x='775.93' y='86.18' width='20.47' height='88.05'/%3E%3Cpath fill='%23252c2e' d='M786.17,50.24A11.77,11.77,0,0,0,774.06,62c0,6.56,5.38,11.6,12.11,11.6s12.11-5,12.11-11.6A11.78,11.78,0,0,0,786.17,50.24Z'/%3E%3Cpath fill='%23252c2e' d='M669.41,84c-21.89,0-42.18,18.15-42.18,45.56,0,29.37,20.82,46.46,44.31,46.46,20.74,0,34.41-12.19,39.1-27.23h-20.1c-3.57,5.59-9.51,9.43-19,9.43-12.81,0-23.14-9.35-23.67-22.51h63.36a31.53,31.53,0,0,0,.54-6.68C711.77,101.66,696.1,84,669.41,84Zm-21,36.49a20.82,20.82,0,0,1,21.19-19.23c14.23,0,21,9.08,21.35,19.23Z'/%3E%3Cpath fill='%23252c2e' d='M576.19,84C554.29,84,534,102.19,534,129.6c0,29.37,20.83,46.46,44.32,46.46,20.74,0,34.41-12.19,39.09-27.23H597.32c-3.57,5.59-9.52,9.43-19,9.43-12.81,0-23.14-9.35-23.67-22.51H618a31.86,31.86,0,0,0,.53-6.68C618.54,101.66,602.88,84,576.19,84Zm-21,36.49a20.81,20.81,0,0,1,21.18-19.23c14.24,0,21,9.08,21.36,19.23Z'/%3E%3Cpath fill='%23252c2e' d='M749.65,58H729.16V86.19h-13v17.44h13.07V149.5c0,16.2,10,25.81,26,25.81a36.14,36.14,0,0,0,12.05-1.7V156.34a45.75,45.75,0,0,1-6.53.64c-7.65,0-11-3.21-11-10.86V103.63h17.56V86.19H749.65Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 67px;
    margin: 0 0 1rem;
    width: 246px; }
  .fleetio-integration .fleetio-text {
    text-align: center; }
    @media (min-width: 992px) {
      .fleetio-integration .fleetio-text {
        text-align: left; } }
    .fleetio-integration .fleetio-text h3 {
      color: #1B3D5C;
      font-size: 26px;
      font-weight: 700;
      line-height: 2rem;
      margin-top: 0; }
      @media (min-width: 992px) {
        .fleetio-integration .fleetio-text h3 {
          font-size: 30px;
          line-height: 2.5rem; } }
      @media (min-width: 1440px) {
        .fleetio-integration .fleetio-text h3 {
          font-size: 40px;
          line-height: 3rem; } }
    .fleetio-integration .fleetio-text p {
      color: #5A738B;
      font-size: 18px;
      margin: 0; }
      .fleetio-integration .fleetio-text p.need-help {
        color: #1B3D5C;
        margin: 1rem 0 0; }
        .fleetio-integration .fleetio-text p.need-help a {
          color: #F27221; }

.support-articles-page {
  background-color: #ECF0F8;
  padding: 24px 0; }
  @media (min-width: 801px) {
    .support-articles-page {
      padding: 48px 0; } }
  .support-articles-page .breadcrumbs {
    border-bottom: 1px solid #5A738B;
    display: inline-block; }
    .support-articles-page .breadcrumbs .breadcrumb {
      font-size: 16px; }
      .support-articles-page .breadcrumbs .breadcrumb:not(:first-child):before {
        border-right: 0.1em solid #5A738B; }
      .support-articles-page .breadcrumbs .breadcrumb .breadcrumb-label {
        color: #5A738B;
        font-family: inter; }
        .support-articles-page .breadcrumbs .breadcrumb .breadcrumb-label.is-active .breadcrumb-label {
          color: #5A738B; }
  .support-articles-page .article-heading {
    color: #1B3D5C;
    font-size: 28px;
    font-family: inter;
    font-weight: 700;
    margin: 1rem 0;
    text-align: left;
    text-transform: capitalize; }
    @media (min-width: 801px) {
      .support-articles-page .article-heading {
        font-size: 40px;
        margin: 0 0 2rem;
        text-align: center; } }
  .support-articles-page .search-box {
    margin: 0 0 2rem; }
    .support-articles-page .search-box .form {
      margin: 0; }
      .support-articles-page .search-box .form .form-field {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 4px 8px 0px #00000014;
        margin: 0;
        overflow: hidden;
        position: relative; }
        @media (min-width: 801px) {
          .support-articles-page .search-box .form .form-field {
            border-radius: 20px; } }
        .support-articles-page .search-box .form .form-field .form-input {
          border: 0;
          font-size: 14px;
          min-height: 52px;
          padding: 0.5rem 5rem 0.5rem 1rem;
          width: 100%; }
          @media (min-width: 801px) {
            .support-articles-page .search-box .form .form-field .form-input {
              font-size: 16px;
              min-height: 72px;
              padding: 1.5rem 10rem 1.5rem 2rem; } }
        .support-articles-page .search-box .form .form-field .button {
          background-color: #fff;
          border-color: #fff;
          height: 100%;
          margin: 0;
          position: absolute;
          right: 0;
          padding: 0;
          top: 0;
          width: 65px; }
          @media (min-width: 801px) {
            .support-articles-page .search-box .form .form-field .button {
              width: 95px; } }
          .support-articles-page .search-box .form .form-field .button .icon {
            height: 24px;
            width: 24px; }

.support-articles .tabs {
  background-color: transparent;
  border: 0;
  border-radius: 20px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 14px;
  padding: 0; }
  @media (min-width: 801px) {
    .support-articles .tabs {
      background-color: #ffffff;
      margin: 0 0 24px;
      padding: 24px; } }
  .support-articles .tabs:before, .support-articles .tabs:after {
    display: none; }
  .support-articles .tabs .tab {
    background-color: #ffffff;
    border: 0;
    border-radius: 20px;
    box-shadow: 0px 2.73px 10.23px 0px #00000026;
    float: none;
    flex: 33.3333%; }
    @media (min-width: 801px) {
      .support-articles .tabs .tab {
        width: 100%; } }
    .support-articles .tabs .tab .tab-title {
      color: #444444;
      font-size: 14px;
      padding: 12px;
      text-align: center; }
      @media (min-width: 801px) {
        .support-articles .tabs .tab .tab-title {
          font-size: 18px; } }
      @media (min-width: 1261px) {
        .support-articles .tabs .tab .tab-title {
          font-size: 24px; } }
      .support-articles .tabs .tab .tab-title span {
        background-repeat: no-repeat;
        background-size: 80px;
        display: inline-block; }
      .support-articles .tabs .tab .tab-title[href="#tab-platform"] span {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 51' fill='none' %3E%3Cpath d='M67.1823 42.6811H10.5398L18.9939 24.7168H58.7282L67.1823 42.6811Z' fill='%23CFEAFF'/%3E%3Cpath d='M67.1822 43.4671H10.5397C10.2706 43.4671 10.0206 43.33 9.87603 43.1021C9.73149 42.8742 9.71355 42.5893 9.82855 42.3456L18.2827 24.3812C18.4124 24.1059 18.6899 23.9297 18.9938 23.9297H58.728C59.0329 23.9297 59.3094 24.1059 59.4391 24.3812L67.8933 42.3456C68.0083 42.5893 67.9903 42.8742 67.8458 43.1021C67.7012 43.3289 67.4512 43.4671 67.1822 43.4671ZM11.7783 41.8951H65.9425L58.229 25.5028H19.4928L11.7783 41.8951Z' fill='%231B3D5C'/%3E%3Cpath d='M31.8095 16.9152C31.8095 13.4916 29.0347 10.7168 25.6111 10.7168C22.1875 10.7168 19.4127 13.4916 19.4127 16.9152C19.4127 16.9152 19.2586 23.1495 25.6111 29.502C31.9636 23.1495 31.8095 16.9152 31.8095 16.9152Z' fill='%23ECF0F8'/%3E%3Cpath d='M25.6121 30.2888C25.4032 30.2888 25.2038 30.2055 25.0561 30.0588C18.6119 23.6146 18.6203 17.3043 18.6277 16.9076C18.6319 13.0599 21.7633 9.93164 25.6121 9.93164C29.461 9.93164 32.5923 13.0599 32.5966 16.9076C32.604 17.3043 32.6124 23.6146 26.1681 30.0588C26.0204 30.2065 25.821 30.2888 25.6121 30.2888ZM25.6121 11.5026C22.6285 11.5026 20.1997 13.9303 20.1997 16.915C20.1997 16.9214 20.1997 16.9277 20.1997 16.934C20.1997 16.9467 20.1797 18.4427 20.9034 20.6615C21.5301 22.5817 22.8511 25.4303 25.6121 28.3729C28.3721 25.4314 29.6941 22.5828 30.3208 20.6615C31.0446 18.4438 31.0256 16.9467 31.0245 16.9319C31.0245 16.9266 31.0245 16.9192 31.0245 16.915C31.0245 13.9303 28.5969 11.5026 25.6121 11.5026Z' fill='%231B3D5C'/%3E%3Cpath d='M28.1443 16.9022C28.1443 18.3012 27.0101 19.4344 25.6122 19.4344C24.2143 19.4344 23.0801 18.3002 23.0801 16.9022C23.0801 15.5043 24.2143 14.3701 25.6122 14.3701C27.0101 14.3701 28.1443 15.5043 28.1443 16.9022Z' fill='%234590D9'/%3E%3Cpath d='M25.6122 20.2204C23.7816 20.2204 22.293 18.7317 22.293 16.9012C22.293 15.0707 23.7816 13.582 25.6122 13.582C27.4427 13.582 28.9313 15.0707 28.9313 16.9012C28.9313 18.7317 27.4427 20.2204 25.6122 20.2204ZM25.6122 15.1551C24.6489 15.1551 23.866 15.939 23.866 16.9012C23.866 17.8634 24.65 18.6473 25.6122 18.6473C26.5744 18.6473 27.3583 17.8634 27.3583 16.9012C27.3583 15.939 26.5744 15.1551 25.6122 15.1551Z' fill='%231B3D5C'/%3E%3Cpath d='M62.3447 25.4181C62.3447 21.9945 59.5699 19.2197 56.1463 19.2197C52.7226 19.2197 49.9478 21.9945 49.9478 25.4181C49.9478 25.4181 49.7938 31.6524 56.1463 38.0049C62.4987 31.6524 62.3447 25.4181 62.3447 25.4181Z' fill='%23ECF0F8'/%3E%3Cpath d='M56.1463 38.7918C55.9448 38.7918 55.7443 38.7148 55.5903 38.5618C49.1461 32.1175 49.1545 25.8073 49.1619 25.4106C49.1661 21.5628 52.2975 18.4346 56.1463 18.4346C59.9951 18.4346 63.1265 21.5628 63.1307 25.4106C63.1381 25.8073 63.1466 32.1175 56.7023 38.5618C56.5483 38.7158 56.3478 38.7918 56.1463 38.7918ZM56.1463 20.0055C53.1626 20.0055 50.7339 22.4332 50.7339 25.4179C50.7339 25.4243 50.7339 25.4306 50.7339 25.4369C50.7339 25.4496 50.7139 26.9457 51.4376 29.1644C52.0643 31.0846 53.3852 33.9333 56.1463 36.8758C58.9063 33.9343 60.2283 31.0857 60.855 29.1644C61.5788 26.9467 61.5587 25.4496 61.5587 25.4348C61.5587 25.4296 61.5587 25.4222 61.5587 25.4179C61.5587 22.4332 59.1311 20.0055 56.1463 20.0055Z' fill='%231B3D5C'/%3E%3Cpath d='M58.6785 25.4052C58.6785 26.8042 57.5443 27.9373 56.1464 27.9373C54.7484 27.9373 53.6143 26.8031 53.6143 25.4052C53.6143 24.0072 54.7484 22.873 56.1464 22.873C57.5443 22.873 58.6785 24.0072 58.6785 25.4052Z' fill='%234590D9'/%3E%3Cpath d='M56.1463 28.7233C54.3169 28.7233 52.8271 27.2347 52.8271 25.4041C52.8271 23.5736 54.3158 22.085 56.1463 22.085C57.9769 22.085 59.4655 23.5736 59.4655 25.4041C59.4655 27.2347 57.9769 28.7233 56.1463 28.7233ZM56.1463 23.6591C55.1831 23.6591 54.4002 24.443 54.4002 25.4052C54.4002 26.3674 55.1841 27.1513 56.1463 27.1513C57.1085 27.1513 57.8924 26.3674 57.8924 25.4052C57.8924 24.443 57.1085 23.6591 56.1463 23.6591Z' fill='%231B3D5C'/%3E%3Cpath d='M52.8798 37.759C52.8134 37.759 52.7458 37.7506 52.6794 37.7326L51.159 37.3328C50.7391 37.222 50.488 36.7926 50.5988 36.3727C50.7096 35.9528 51.139 35.7017 51.5589 35.8125L53.0792 36.2123C53.4991 36.3231 53.7503 36.7525 53.6395 37.1724C53.5466 37.5248 53.228 37.759 52.8798 37.759ZM48.3178 36.5584C48.2513 36.5584 48.1838 36.5499 48.1173 36.532L46.597 36.1321C46.1771 36.0214 45.926 35.592 46.0368 35.172C46.1476 34.7521 46.577 34.501 46.9969 34.6118L48.5172 35.0117C48.9371 35.1225 49.1882 35.5519 49.0774 35.9718C48.9846 36.3242 48.666 36.5584 48.3178 36.5584ZM43.7558 35.3588C43.6893 35.3588 43.6218 35.3503 43.5553 35.3324L42.035 34.9325C41.6151 34.8218 41.364 34.3924 41.4747 33.9724C41.5855 33.5525 42.0149 33.3014 42.4348 33.4122L43.9552 33.8121C44.3751 33.9229 44.6262 34.3523 44.5154 34.7722C44.4226 35.1246 44.1039 35.3588 43.7558 35.3588ZM39.1937 34.1581C39.1273 34.1581 39.0597 34.1497 38.9933 34.1318L37.4729 33.7319C37.053 33.6211 36.8019 33.1917 36.9127 32.7718C37.0235 32.3519 37.4529 32.1008 37.8728 32.2116L39.3931 32.6114C39.813 32.7222 40.0641 33.1516 39.9534 33.5715C39.8605 33.9239 39.5419 34.1581 39.1937 34.1581ZM34.6317 32.9575C34.5652 32.9575 34.4977 32.949 34.4312 32.9311L32.9109 32.5312C32.491 32.4205 32.2399 31.9911 32.3507 31.5712C32.4614 31.1512 32.8908 30.9012 33.3108 31.0109L34.8311 31.4108C35.251 31.5216 35.5021 31.951 35.3913 32.3709C35.2985 32.7233 34.9798 32.9575 34.6317 32.9575ZM30.0696 31.7579C30.0032 31.7579 29.9357 31.7495 29.8692 31.7315L28.3489 31.3317C27.9289 31.2209 27.6778 30.7915 27.7886 30.3716C27.8994 29.9517 28.3299 29.7005 28.7487 29.8113L30.269 30.2112C30.689 30.322 30.9401 30.7514 30.8293 31.1713C30.7364 31.5237 30.4178 31.7579 30.0696 31.7579Z' fill='%231B3D5C'/%3E%3C/svg%3E");
        background-position: center top -10px;
        padding: 45px 10px 0 10px; }
        @media (min-width: 1261px) {
          .support-articles .tabs .tab .tab-title[href="#tab-platform"] span {
            background-position: center left -10px;
            padding: 10px 0 10px 70px; } }
      .support-articles .tabs .tab .tab-title[href="#tab-devices"] span {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 51' fill='none' %3E%3Cg  width='29.1428' height='50.9999' fill='%23ffffff' transform='matrix(-1 0 0 1 29.5713 0)'%3E%3Cpath d='M3.67068 1.6552L3.6707 1.65529L3.66085 1.65749C2.30699 1.96012 1.30484 3.15229 1.30484 4.56772L1.30486 4.56891L1.30482 4.57308L0.995167 46.562C0.995167 46.5626 0.995167 46.5633 0.995167 46.564C0.996271 48.2044 2.34425 49.5463 4.02214 49.5463H4.03817L4.05417 49.5472L19.7299 50.4346C19.9674 50.4334 20.1991 50.4045 20.4211 50.3516L20.4354 50.3482L20.4498 50.3456L26.3852 49.2532L26.3971 49.251L26.4091 49.2494C27.8834 49.0427 29.0046 47.7993 29.0046 46.3105V3.61295C29.0046 1.98106 27.6574 0.642837 25.9777 0.642837H8.21592C7.93354 0.642837 7.66034 0.680945 7.3999 0.751313L7.39275 0.753246L7.38555 0.754991L3.67068 1.6552Z' stroke='%231B3D5C' stroke-width='1.13333'/%3E%3Cpath d='M19.7147 51L4.02226 50.1117C2.03699 50.1117 0.428619 48.5212 0.428619 46.5607L0.738289 4.56762C0.738289 2.6059 2.34786 1.0166 4.33193 1.0166H19.7147C21.7 1.0166 23.3083 2.60709 23.3083 4.56762V47.449C23.3083 49.4107 21.6988 51 19.7147 51Z' fill='%231B3D5C'/%3E%3Cpath d='M1.97654 5.36355C1.97654 4.02451 2.6835 2.86693 3.71095 2.30949L4.43111 3.76239C4.69597 4.28504 4.97724 4.54004 5.27491 4.52739L17.4553 4.55348C17.9018 4.53451 17.8862 4.67921 18.2295 3.7197L18.8633 1.98926C20.3792 2.21935 21.5459 3.64142 21.5459 5.36237V46.4956C21.5459 48.1655 20.4464 49.5532 18.9965 49.8449L18.1959 48.0386C17.9543 47.5049 17.6842 47.238 17.3857 47.238L5.2173 46.6972C4.76959 46.6972 4.7924 46.5525 4.40711 47.4978L3.83337 48.8748C2.59709 48.4229 1.70528 47.1479 1.70528 45.644L1.97414 5.36237L1.97654 5.36355Z' fill='%23ECF0F8'/%3E%3Cpath d='M14.1989 24.6421L14.1978 24.6414L14.1982 24.6417L14.1987 24.642C14.1989 24.6422 14.199 24.6422 14.1989 24.6421ZM12.6084 29.4033C13.3389 28.4967 14.0709 26.9727 13.9588 24.5076C13.8969 24.4757 13.8237 24.4397 13.74 24.4015C13.4292 24.2594 12.978 24.0874 12.4254 23.9729C11.3919 23.7586 10.0052 23.7439 8.49671 24.5045C8.50079 24.6202 8.50828 24.764 8.52173 24.9304C8.55998 25.4037 8.64594 26.054 8.83565 26.7622C9.19676 28.1103 9.91387 29.5996 11.3224 30.5295C11.3848 30.4934 11.4572 30.4488 11.5373 30.395C11.8301 30.1985 12.2238 29.8807 12.6084 29.4033Z' stroke='%231B3D5C' stroke-width='1.13333'/%3E%3Cpath d='M4.45777 35.2529H5.80568C6.12321 35.2529 6.38062 35.5073 6.38062 35.821C6.38062 36.1348 6.12321 36.3892 5.80568 36.3892H4.45777C4.14024 36.3892 3.88283 36.1348 3.88283 35.821C3.88283 35.5073 4.14024 35.2529 4.45777 35.2529Z' fill='%231B3D5C'/%3E%3Cpath d='M4.45777 39.2285H5.80568C6.12321 39.2285 6.38062 39.4829 6.38062 39.7966C6.38062 40.1104 6.12321 40.3647 5.80568 40.3647H4.45777C4.14024 40.3647 3.88283 40.1104 3.88283 39.7966C3.88283 39.4829 4.14024 39.2285 4.45777 39.2285Z' fill='%231B3D5C'/%3E%3Cpath d='M4.45777 43.2041H5.80568C6.12321 43.2041 6.38062 43.4585 6.38062 43.7722C6.38062 44.086 6.12321 44.3403 5.80568 44.3403H4.45777C4.14024 44.3403 3.88283 44.086 3.88283 43.7722C3.88283 43.4585 4.14024 43.2041 4.45777 43.2041Z' fill='%231B3D5C'/%3E%3Cg opacity='0.14'%3E%3Cpath d='M26.5296 49.8518C27.5522 48.8413 27.4442 47.0088 27.4394 46.9306V3.64471C27.4394 1.63555 25.801 0 23.7857 0V0.118604C25.7338 0.118604 27.3193 1.6996 27.3193 3.64471V46.9353C27.3205 46.9578 27.4286 48.7962 26.4443 49.7688L26.5296 49.853V49.8518Z' fill='%23EEEEEE'/%3E%3C/g%3E%3Cpath d='M8.79188 19.3218H8.80175L8.81162 19.3221L13.0893 19.4712C13.6252 19.4667 14.0154 19.0561 14.0154 18.6016V13.53C14.0154 13.073 13.6209 12.6604 13.0805 12.6604H8.79188C8.25143 12.6604 7.857 13.073 7.857 13.53V18.4521C7.857 18.9091 8.25143 19.3218 8.79188 19.3218Z' stroke='%231B3D5C' stroke-width='1.13333'/%3E%3C/g%3E%3C/svg%3E");
        background-position: top right -24px;
        padding: 45px 0 0 0;
        background-size: 62px; }
        @media (min-width: 1261px) {
          .support-articles .tabs .tab .tab-title[href="#tab-devices"] span {
            background-position: center left;
            padding: 10px 0 10px 56px; } }
      .support-articles .tabs .tab .tab-title[href="#tab-subscription"] span {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 43' fill='none' %3E%3Cpath d='M21.132 33.1862C21.132 34.458 22.1643 35.4901 23.4361 35.4901H41.859C43.1307 35.4901 44.1631 34.458 44.1631 33.1862L46.467 17.0596H18.8281L21.132 33.1862Z' fill='%23ffffff'/%3E%3Cpath d='M30.0839 28.2909C29.3373 30.7243 28.8962 33.1493 28.7363 35.49H41.859C43.1307 35.49 44.1631 34.4579 44.1631 33.1861L46.4669 17.0596H36.2628C33.6303 20.0129 31.4448 23.855 30.0839 28.2909Z' fill='%23ECF0F8'/%3E%3Cpath d='M26.8013 25.4376V30.2956C26.8013 31.6274 28.8144 31.6274 28.8144 30.2956V25.4376C28.8144 24.1054 26.8013 24.1054 26.8013 25.4376Z' fill='%231B3D5C'/%3E%3Cpath d='M31.6411 24.0557V30.8526C31.6411 32.1846 33.6542 32.1846 33.6542 30.8526V24.0557C33.6542 22.7236 31.6411 22.7236 31.6411 24.0557Z' fill='%231B3D5C'/%3E%3Cpath d='M36.4805 25.4376V30.2956C36.4805 31.6274 38.4937 31.6274 38.4937 30.2956V25.4376C38.4937 24.1054 36.4805 24.1054 36.4805 25.4376Z' fill='%231B3D5C'/%3E%3Cpath d='M49.5898 15.1005H39.7876L35.0181 6.09395C34.3948 4.91687 32.6564 5.93175 33.2792 7.10831L37.5113 15.1005H27.7837L32.016 7.10801C32.6388 5.93166 30.9007 4.91644 30.2771 6.09361L25.5074 15.1005H15.7055C14.3821 15.1005 14.3806 17.1136 15.7055 17.1136H16.9418L19.1239 32.3867C19.4983 35.0072 20.2775 37.4484 23.6133 37.4484H41.6819C44.6835 37.4484 45.7483 35.347 46.1131 32.7947L48.3534 17.1136H49.5898C50.9147 17.1136 50.9131 15.1005 49.5898 15.1005ZM44.1128 32.7239C43.9079 34.1579 43.4462 35.4353 41.6817 35.4353H23.6136C21.553 35.4353 21.3334 33.7801 21.1154 32.2544L18.9524 17.1136H24.4413L23.7337 18.4499H23.0488C21.7166 18.4499 21.7166 20.4631 23.0488 20.4631H26.0792C27.3355 20.4631 27.4437 18.6033 26.1964 18.4567L26.0178 18.4358L26.7179 17.1136H38.5775L39.2776 18.4358L39.099 18.4567C37.8516 18.6033 37.9598 20.4631 39.2161 20.4631H42.2465C43.5786 20.4631 43.5786 18.4499 42.2465 18.4499H41.5614L40.8537 17.1136H46.3429L44.1128 32.7239Z' fill='%231B3D5C'/%3E%3C/svg%3E");
        padding: 45px 0 0 0;
        background-position: center top -6px; }
        @media (min-width: 1261px) {
          .support-articles .tabs .tab .tab-title[href="#tab-subscription"] span {
            padding: 10px 0 10px 56px;
            background-position: center left -17px; } }
    .support-articles .tabs .tab.is-active {
      background-color: #4590D9; }
      .support-articles .tabs .tab.is-active .tab-title {
        color: #ffffff;
        font-weight: 400; }

.support-articles .articles-wrap.articles-list ul {
  list-style: none;
  margin: 0; }
  .support-articles .articles-wrap.articles-list ul .article-item {
    margin: 0 0 1rem; }
    .support-articles .articles-wrap.articles-list ul .article-item a {
      align-items: center;
      background-color: #ffffff;
      background-position: center left 16px;
      background-repeat: no-repeat;
      background-size: 45px;
      box-shadow: 0px 8.68px 17.35px 0px #0000001C;
      border-radius: 10px;
      color: #444444;
      display: flex;
      font-size: 16px;
      height: calc(45px + 32px);
      justify-content: flex-start;
      padding: 16px;
      padding-left: calc(16px + 45px + 16px);
      text-decoration: none; }
      @media (min-width: 801px) {
        .support-articles .articles-wrap.articles-list ul .article-item a {
          align-items: center;
          background-position: center left 24px;
          background-size: 65px;
          border-radius: 15px;
          font-size: 24px;
          height: calc(65px + 48px);
          padding: 24px;
          padding-left: 100px; } }
    .support-articles .articles-wrap.articles-list ul .article-item.article-item-locate a {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 66' fill='none' %3E%3Crect x='0.136963' y='0.136719' width='65.0729' height='65.0729' rx='32.5364' fill='%23ECF0F8'/%3E %3Cpath d='M32.6735 25.598C28.7646 25.598 25.5985 28.7641 25.5985 32.673C25.5985 36.582 28.7646 39.748 32.6735 39.748C36.5825 39.748 39.7485 36.582 39.7485 32.673C39.7485 28.7641 36.5825 25.598 32.6735 25.598ZM48.4862 30.9043C48.0855 27.3175 46.4771 23.9735 43.9251 21.4215C41.3731 18.8695 38.0291 17.2611 34.4423 16.8604V13.2168H30.9048V16.8604C27.318 17.2611 23.974 18.8695 21.422 21.4215C18.8699 23.9735 17.2616 27.3175 16.8609 30.9043H13.2173V34.4418H16.8609C17.2616 38.0286 18.8699 41.3726 21.422 43.9246C23.974 46.4766 27.318 48.085 30.9048 48.4857V52.1293H34.4423V48.4857C38.0291 48.085 41.3731 46.4766 43.9251 43.9246C46.4771 41.3726 48.0855 38.0286 48.4862 34.4418H52.1298V30.9043H48.4862ZM32.6735 45.0543C25.8285 45.0543 20.2923 39.5181 20.2923 32.673C20.2923 25.828 25.8285 20.2918 32.6735 20.2918C39.5186 20.2918 45.0548 25.828 45.0548 32.673C45.0548 39.5181 39.5186 45.0543 32.6735 45.0543Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
    .support-articles .articles-wrap.articles-list ul .article-item.article-item-vss a {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 66' fill='none' %3E%3Crect x='0.136963' y='0.0517578' width='65.0729' height='65.0729' rx='32.5364' fill='%23ECF0F8'/%3E%3Cpath d='M32.6736 39.6629L37.9798 50.2754H27.3673L32.6736 39.6629ZM28.0271 40.1139C26.3899 39.1027 25.1272 37.585 24.4305 35.7912C23.7339 33.9974 23.6414 32.0253 24.167 30.1742C24.6926 28.323 25.8077 26.6938 27.343 25.5337C28.8783 24.3736 30.7501 23.746 32.6745 23.746C34.5988 23.746 36.4706 24.3736 38.006 25.5337C39.5413 26.6938 40.6563 28.323 41.1819 30.1742C41.7075 32.0253 41.615 33.9974 40.9184 35.7912C40.2218 37.585 38.9591 39.1027 37.3219 40.1139L34.9234 35.3188C35.4857 34.8554 35.8912 34.2297 36.0844 33.5272C36.2776 32.8246 36.2492 32.0796 36.0031 31.3938C35.7569 30.708 35.3049 30.115 34.709 29.6957C34.1131 29.2765 33.4022 29.0515 32.6736 29.0515C31.945 29.0515 31.2341 29.2765 30.6382 29.6957C30.0422 30.115 29.5903 30.708 29.3441 31.3938C29.0979 32.0796 29.0695 32.8246 29.2628 33.5272C29.456 34.2297 29.8615 34.8554 30.4237 35.3188L28.0271 40.1139ZM24.0633 48.0415C21.311 46.5076 19.0183 44.2664 17.4225 41.5495C15.8266 38.8326 14.9855 35.7388 14.9861 32.5879C14.9861 22.8191 22.9048 14.9004 32.6736 14.9004C42.4424 14.9004 50.3611 22.8191 50.3611 32.5879C50.3618 35.7386 49.521 38.8323 47.9255 41.5492C46.3299 44.266 44.0376 46.5074 41.2856 48.0415L38.9084 43.2871C41.2594 41.9168 43.0934 39.8101 44.127 37.2929C45.1605 34.7757 45.336 31.988 44.6263 29.361C43.9166 26.7341 42.3612 24.4141 40.2007 22.7598C38.0401 21.1054 35.3947 20.209 32.6736 20.209C29.9524 20.209 27.3071 21.1054 25.1465 22.7598C22.9859 24.4141 21.4306 26.7341 20.7209 29.361C20.0111 31.988 20.1866 34.7757 21.2202 37.2929C22.2537 39.8101 24.0878 41.9168 26.4387 43.2871L24.0633 48.0415Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
    .support-articles .articles-wrap.articles-list ul .article-item.article-item-bps a {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 67' fill='none' %3E%3Crect x='0.136963' y='0.967773' width='65.0729' height='65.0729' rx='32.5364' fill='%23ECF0F8'/%3E%3Cg%3E%3Cpath d='M16.7546 20.4655L32.681 15.8174L48.5914 20.4655V29.9971C48.5907 34.8819 47.0533 39.6427 44.1969 43.6052C41.3405 47.5677 37.3098 50.5312 32.6757 52.0759C28.0398 50.5319 24.0075 47.5681 21.15 43.6046C18.2925 39.6411 16.7547 34.8789 16.7546 29.9927V20.4655Z' stroke='%233A8DDE' stroke-width='4.2449' stroke-linejoin='round'/%3E%3Cpath d='M24.7141 32.62L30.9046 38.8105L41.5168 28.1982' stroke='%233A8DDE' stroke-width='4.2449' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E"); }
    .support-articles .articles-wrap.articles-list ul .article-item.article-item-phone-track a {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 66' fill='none' %3E%3Crect x='0.136963' y='0.882812' width='65.0729' height='65.0729' rx='32.5364' fill='%23ECF0F8'/%3E%3Cpath d='M31.3974 18.7362H35.2252M33.3113 43.617V43.6361M21.8279 20.6501C21.8279 19.6349 22.2312 18.6613 22.949 17.9434C23.6669 17.2256 24.6405 16.8223 25.6557 16.8223H40.967C41.9822 16.8223 42.9558 17.2256 43.6736 17.9434C44.3915 18.6613 44.7948 19.6349 44.7948 20.6501V47.4448C44.7948 48.46 44.3915 49.4336 43.6736 50.1515C42.9558 50.8693 41.9822 51.2726 40.967 51.2726H25.6557C24.6405 51.2726 23.6669 50.8693 22.949 50.1515C22.2312 49.4336 21.8279 48.46 21.8279 47.4448V20.6501Z' stroke='%233A8DDE' stroke-width='3.82782' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
    .support-articles .articles-wrap.articles-list ul .article-item.article-item-plan-selection a {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 66' fill='none' %3E%3Crect x='0.137207' y='0.136719' width='65.0729' height='65.0729' rx='32.5364' fill='%23ECF0F8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2857 17C18.6795 17 18.0981 17.2318 17.6695 17.6444C17.2408 18.0569 17 18.6165 17 19.2V45.6C17 46.1835 17.2408 46.7431 17.6695 47.1556C18.0981 47.5682 18.6795 47.8 19.2857 47.8H30.7143C30.1823 47.1189 29.7344 46.3806 29.3794 45.6H19.2857V19.2H35.2857V23.6C35.2857 24.1835 35.5265 24.7431 35.9552 25.1556C36.3838 25.5682 36.9652 25.8 37.5714 25.8H42.1429V30.42C42.9398 30.5755 43.7017 30.8072 44.4286 31.1152V23.6C44.4284 23.0166 44.1875 22.4571 43.7589 22.0446L39.1874 17.6446C38.7589 17.232 38.1776 17.0001 37.5714 17H19.2857ZM49 41.2C49 43.5339 48.0367 45.7722 46.3221 47.4225C44.6075 49.0729 42.282 50 39.8571 50C37.4323 50 35.1068 49.0729 33.3922 47.4225C31.6775 45.7722 30.7143 43.5339 30.7143 41.2C30.7143 38.8661 31.6775 36.6278 33.3922 34.9775C35.1068 33.3271 37.4323 32.4 39.8571 32.4C42.282 32.4 44.6075 33.3271 46.3221 34.9775C48.0367 36.6278 49 38.8661 49 41.2ZM45.2377 38.2212C45.3441 38.3234 45.4286 38.4448 45.4862 38.5784C45.5438 38.712 45.5735 38.8553 45.5735 39C45.5735 39.1447 45.5438 39.288 45.4862 39.4216C45.4286 39.5552 45.3441 39.6766 45.2377 39.7788L39.5234 45.2788C39.4173 45.3812 39.2912 45.4625 39.1523 45.518C39.0135 45.5734 38.8646 45.602 38.7143 45.602C38.564 45.602 38.4151 45.5734 38.2763 45.518C38.1374 45.4625 38.0113 45.3812 37.9051 45.2788L35.6194 43.0788C35.4048 42.8722 35.2843 42.5921 35.2843 42.3C35.2843 42.0079 35.4048 41.7278 35.6194 41.5212C35.834 41.3146 36.1251 41.1986 36.4286 41.1986C36.7321 41.1986 37.0231 41.3146 37.2377 41.5212L38.7143 42.9446L43.6194 38.2212C43.7256 38.1188 43.8517 38.0375 43.9906 37.982C44.1294 37.9266 44.2782 37.898 44.4286 37.898C44.5789 37.898 44.7277 37.9266 44.8666 37.982C45.0054 38.0375 45.1316 38.1188 45.2377 38.2212Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
    .support-articles .articles-wrap.articles-list ul .article-item.article-item-billing-method a {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 66' fill='none' %3E%3Crect x='0.137207' y='0.0517578' width='65.0729' height='65.0729' rx='32.5364' fill='%23ECF0F8'/%3E%3Cpath opacity='0.5' d='M20.5947 29.4048C20.5947 29.0392 20.74 28.6886 20.9985 28.4301C21.257 28.1716 21.6076 28.0264 21.9732 28.0264H34.8387C35.2043 28.0264 35.5549 28.1716 35.8135 28.4301C36.072 28.6886 36.2172 29.0392 36.2172 29.4048C36.2172 29.7704 36.072 30.121 35.8135 30.3795C35.5549 30.638 35.2043 30.7833 34.8387 30.7833H21.9732C21.6076 30.7833 21.257 30.638 20.9985 30.3795C20.74 30.121 20.5947 29.7704 20.5947 29.4048ZM32.3833 36.4239C32.1719 36.8374 32.1076 37.3392 32.0892 38.135H48.6159C48.5975 37.3392 48.5332 36.8374 48.3218 36.4239C48.0576 35.9057 47.6362 35.4843 47.118 35.2201C46.5299 34.9186 45.7579 34.9186 44.2122 34.9186H36.4929C34.949 34.9186 34.1771 34.9186 33.5871 35.2201C33.0689 35.4843 32.6475 35.9057 32.3833 36.4239ZM48.6233 40.8919H32.0818V43.3731C32.0818 44.917 32.0818 45.6889 32.3833 46.2789C32.6472 46.7978 33.0686 47.2199 33.5871 47.4846C34.1752 47.7842 34.9472 47.7842 36.4929 47.7842H44.2122C45.7561 47.7842 46.528 47.7842 47.118 47.4846C47.6372 47.2202 48.0593 46.7981 48.3237 46.2789C48.6233 45.6908 48.6233 44.9188 48.6233 43.3731V40.8919ZM21.9732 33.5402C21.6076 33.5402 21.257 33.6854 20.9985 33.9439C20.74 34.2024 20.5947 34.553 20.5947 34.9186C20.5947 35.2842 20.74 35.6348 20.9985 35.8933C21.257 36.1519 21.6076 36.2971 21.9732 36.2971H28.406C28.7715 36.2971 29.1222 36.1519 29.3807 35.8933C29.6392 35.6348 29.7844 35.2842 29.7844 34.9186C29.7844 34.553 29.6392 34.2024 29.3807 33.9439C29.1222 33.6854 28.7715 33.5402 28.406 33.5402H21.9732Z' fill='%233A8DDE'/%3E%3Cpath d='M33.6074 16.999H23.2047C22.2214 16.999 21.4035 16.999 20.7327 17.0542C20.0343 17.1093 19.38 17.2343 18.7606 17.5504C17.8094 18.035 17.036 18.8084 16.5514 19.7596C16.2353 20.379 16.1103 21.0333 16.0551 21.7317C16 22.4026 16 23.2204 16 24.2037V41.9582C16 42.9415 16 43.7594 16.0551 44.4302C16.1103 45.1286 16.2353 45.783 16.5514 46.4023C17.036 47.3536 17.8094 48.1269 18.7606 48.6115C19.0877 48.7788 19.4939 48.845 19.7347 48.8799C20.0416 48.9258 20.411 48.9607 20.808 48.9902C21.6057 49.049 22.6 49.0876 23.6146 49.1133C25.6455 49.1629 27.8326 49.1629 28.8619 49.1629H28.8656C29.2311 49.1629 29.5818 49.0177 29.8403 48.7592C30.0988 48.5007 30.244 48.1501 30.244 47.7845C30.244 47.4189 30.0988 47.0683 29.8403 46.8098C29.5818 46.5512 29.2311 46.406 28.8656 46.406C27.8363 46.406 25.6767 46.406 23.6826 46.3564C22.791 46.3381 21.9 46.2995 21.0102 46.2406C20.6414 46.2124 20.3498 46.183 20.1354 46.1524L19.9405 46.1193C19.5396 45.8968 19.2145 45.5595 19.0069 45.1507C18.9223 44.9853 18.8451 44.7335 18.8029 44.2042C18.7587 43.662 18.7569 42.9544 18.7569 41.9031V24.2589C18.7569 23.2076 18.7569 22.5 18.8029 21.9559C18.8451 21.4285 18.9223 21.1767 19.0069 21.0112C19.2272 20.5782 19.5792 20.2263 20.0122 20.0059C20.1776 19.9213 20.4294 19.8442 20.9569 19.8019C21.5009 19.7578 22.2067 19.7559 23.2599 19.7559H33.5523C34.6036 19.7559 35.3112 19.7559 35.8534 19.8019C36.3827 19.8442 36.6345 19.9213 36.8018 20.0059C37.2337 20.2264 37.5847 20.5775 37.8053 21.0112C37.8898 21.1767 37.967 21.4285 38.0093 21.9559C38.0534 22.5 38.0552 23.2057 38.0552 24.2589V29.8646C38.0552 30.2302 38.2005 30.5808 38.459 30.8393C38.7175 31.0978 39.0681 31.243 39.4337 31.243C39.7993 31.243 40.1499 31.0978 40.4084 30.8393C40.6669 30.5808 40.8122 30.2302 40.8122 29.8646V24.2037C40.8122 23.2204 40.8121 22.4026 40.757 21.7317C40.7019 21.0333 40.5769 20.379 40.2608 19.7596C39.7771 18.8089 39.0051 18.0356 38.0552 17.5504C37.434 17.2343 36.7797 17.1093 36.0813 17.0542C35.4105 16.999 34.5926 16.999 33.6093 16.999' fill='%233A8DDE'/%3E%3Cpath d='M44.2655 33.5403H36.4377C35.7118 33.5403 35.085 33.5403 34.5686 33.5826C34.0108 33.611 33.4642 33.7497 32.9604 33.9906C32.1816 34.3872 31.5484 35.0203 31.1518 35.7991C30.9109 36.303 30.7723 36.8496 30.7438 37.4073C30.7015 37.922 30.7015 38.5505 30.7015 39.2765V43.4266C30.7015 44.1526 30.7015 44.7793 30.7438 45.2958C30.7879 45.8416 30.8872 46.3838 31.1518 46.904C31.5488 47.6832 32.1811 48.3155 32.9604 48.7125C33.4805 48.9772 34.0227 49.0764 34.5686 49.1205C35.0832 49.1628 35.7118 49.1628 36.4377 49.1628H44.2637C44.9897 49.1628 45.6164 49.1628 46.1329 49.1205C46.6906 49.0921 47.2372 48.9534 47.7411 48.7125C48.5196 48.3164 49.1527 47.6839 49.5496 46.9058C49.8143 46.3838 49.9135 45.8398 49.9576 45.2958C49.9999 44.7811 49.9999 44.1526 49.9999 43.4266V39.2747C49.9999 38.5487 49.9999 37.922 49.9576 37.4055C49.9292 36.8477 49.7905 36.3012 49.5496 35.7973C49.1535 35.0188 48.521 34.3857 47.7429 33.9888C47.2385 33.7476 46.6912 33.609 46.1329 33.5808C45.6182 33.5385 44.9897 33.5385 44.2637 33.5385M34.2102 36.4461C34.28 36.4093 34.4179 36.3597 34.7928 36.3285C35.1824 36.2972 35.6971 36.2954 36.491 36.2954H44.2104C45.0044 36.2954 45.519 36.2954 45.9086 36.3285C46.2836 36.3597 46.4233 36.4112 46.4894 36.4461C46.7487 36.5778 46.9598 36.7882 47.0923 37.0471C47.129 37.1169 47.1786 37.2548 47.2099 37.6297C47.2411 38.0194 47.243 38.534 47.243 39.328V43.3714C47.243 44.1654 47.243 44.6801 47.2099 45.0697C47.1786 45.4446 47.1272 45.5843 47.0923 45.6505C46.9601 45.9101 46.749 46.1211 46.4894 46.2533C46.4214 46.2901 46.2836 46.3397 45.9086 46.371C45.519 46.4022 45.0044 46.404 44.2104 46.404H36.491C35.6971 46.404 35.1824 46.404 34.7928 46.371C34.4179 46.3397 34.2782 46.2883 34.2102 46.2533C33.9512 46.1208 33.7409 45.9098 33.6092 45.6505C33.5724 45.5825 33.5228 45.4446 33.4915 45.0697C33.4604 44.5042 33.4493 43.9377 33.4584 43.3714V39.328C33.4584 38.534 33.4584 38.0194 33.4915 37.6297C33.5228 37.2548 33.5742 37.1151 33.6092 37.0471C33.7412 36.7885 33.9515 36.5781 34.2102 36.4461ZM20.5947 23.8911C20.5947 23.5256 20.74 23.1749 20.9985 22.9164C21.257 22.6579 21.6076 22.5127 21.9732 22.5127H29.3249C29.6905 22.5127 30.0411 22.6579 30.2996 22.9164C30.5582 23.1749 30.7034 23.5256 30.7034 23.8911C30.7034 24.2567 30.5582 24.6074 30.2996 24.8659C30.0411 25.1244 29.6905 25.2696 29.3249 25.2696H21.9732C21.6076 25.2696 21.257 25.1244 20.9985 24.8659C20.74 24.6074 20.5947 24.2567 20.5947 23.8911ZM21.9732 40.8921C21.6076 40.8921 21.257 41.0373 20.9985 41.2958C20.74 41.5543 20.5947 41.9049 20.5947 42.2705C20.5947 42.6361 20.74 42.9867 20.9985 43.2452C21.257 43.5037 21.6076 43.649 21.9732 43.649H25.6491C26.0146 43.649 26.3653 43.5037 26.6238 43.2452C26.8823 42.9867 27.0275 42.6361 27.0275 42.2705C27.0275 41.9049 26.8823 41.5543 26.6238 41.2958C26.3653 41.0373 26.0146 40.8921 25.6491 40.8921H21.9732Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
    .support-articles .articles-wrap.articles-list ul .article-item.article-item-cancel-subscription a {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 66' fill='none' %3E%3Crect x='0.137207' y='0.967773' width='65.0729' height='65.0729' rx='32.5364' fill='%23ECF0F8'/%3E%3Cpath d='M27.08 41.625L32.75 35.955L38.42 41.625L40.625 39.42L34.955 33.75L40.625 28.08L38.42 25.875L32.75 31.545L27.08 25.875L24.875 28.08L30.545 33.75L24.875 39.42L27.08 41.625ZM32.75 49.5C30.5712 49.5 28.5237 49.0863 26.6075 48.2589C24.6913 47.4315 23.0244 46.3096 21.6069 44.8931C20.1894 43.4767 19.0675 41.8098 18.2411 39.8925C17.4148 37.9752 17.0011 35.9277 17 33.75C16.999 31.5723 17.4127 29.5248 18.2411 27.6075C19.0696 25.6902 20.1915 24.0233 21.6069 22.6069C23.0223 21.1904 24.6892 20.0685 26.6075 19.2411C28.5258 18.4137 30.5733 18 32.75 18C34.9266 18 36.9741 18.4137 38.8925 19.2411C40.8108 20.0685 42.4777 21.1904 43.8931 22.6069C45.3085 24.0233 46.431 25.6902 47.2605 27.6075C48.09 29.5248 48.5031 31.5723 48.5 33.75C48.4968 35.9277 48.0831 37.9752 47.2589 39.8925C46.4346 41.8098 45.3127 43.4767 43.8931 44.8931C42.4735 46.3096 40.8066 47.432 38.8925 48.2605C36.9783 49.0889 34.9308 49.5021 32.75 49.5ZM32.75 46.35C36.2675 46.35 39.2469 45.1294 41.6881 42.6881C44.1294 40.2469 45.35 37.2675 45.35 33.75C45.35 30.2325 44.1294 27.2531 41.6881 24.8119C39.2469 22.3706 36.2675 21.15 32.75 21.15C29.2325 21.15 26.2531 22.3706 23.8119 24.8119C21.3706 27.2531 20.15 30.2325 20.15 33.75C20.15 37.2675 21.3706 40.2469 23.8119 42.6881C26.2531 45.1294 29.2325 46.35 32.75 46.35Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }

.support-articles .articles-wrap.articles-grid ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  list-style: none;
  margin: 0; }
  @media (min-width: 801px) {
    .support-articles .articles-wrap.articles-grid ul {
      gap: 30px; } }
  .support-articles .articles-wrap.articles-grid ul .article-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 8.16px 16.31px 0px #0000001C;
    max-width: 375px;
    padding: 16px;
    width: 100%; }
    @media (min-width: 801px) {
      .support-articles .articles-wrap.articles-grid ul .article-item {
        align-items: flex-start;
        border-radius: 25px;
        max-width: unset;
        padding: 32px 24px;
        width: auto; } }
    .support-articles .articles-wrap.articles-grid ul .article-item a {
      align-items: center;
      gap: 8px;
      display: flex;
      flex-direction: row;
      text-decoration: none; }
      @media (min-width: 801px) {
        .support-articles .articles-wrap.articles-grid ul .article-item a {
          flex-direction: column; } }
      .support-articles .articles-wrap.articles-grid ul .article-item a span {
        display: block;
        flex: 2;
        margin: 0; }
        @media (min-width: 801px) {
          .support-articles .articles-wrap.articles-grid ul .article-item a span {
            flex: 1;
            margin: 0 0 1rem; } }
        .support-articles .articles-wrap.articles-grid ul .article-item a span.article-title {
          color: #444444;
          font-size: 16px;
          font-weight: 700;
          margin: 0; }
          @media (min-width: 801px) {
            .support-articles .articles-wrap.articles-grid ul .article-item a span.article-title {
              font-size: 24px; } }

.support-articles.articles-sub-list ul, .support-articles.devices-article-list ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  list-style: none;
  margin: 0; }
  @media (min-width: 801px) {
    .support-articles.articles-sub-list ul, .support-articles.devices-article-list ul {
      flex-direction: row;
      gap: 30px; } }
  .support-articles.articles-sub-list ul .article-item, .support-articles.devices-article-list ul .article-item {
    width: 100%; }
    @media (min-width: 801px) {
      .support-articles.articles-sub-list ul .article-item, .support-articles.devices-article-list ul .article-item {
        width: calc(50% - 15px); } }
    .support-articles.articles-sub-list ul .article-item a, .support-articles.devices-article-list ul .article-item a {
      align-items: center;
      background-color: #ffffff;
      background-position: center left 16px;
      background-repeat: no-repeat;
      background-size: 45px;
      box-shadow: 0px 8.68px 17.35px 0px #0000001C;
      border-radius: 10px;
      color: #444444;
      display: flex;
      font-size: 16px;
      height: calc(45px + 32px);
      justify-content: flex-start;
      padding: 16px;
      padding-left: calc(16px + 45px + 16px);
      text-decoration: none; }
      @media (min-width: 801px) {
        .support-articles.articles-sub-list ul .article-item a, .support-articles.devices-article-list ul .article-item a {
          background-position: center left 24px;
          background-size: 65px;
          border-radius: 15px;
          font-size: 24px;
          height: calc(65px + 48px);
          padding: 24px;
          padding-left: 100px; } }
    .support-articles.articles-sub-list ul .article-item.sub-item-article a, .support-articles.devices-article-list ul .article-item.sub-item-article a {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 66' fill='none' %3E%3Crect x='0.136963' y='0.136719' width='65.07' height='65.07' rx='32.535' fill='%23ECF0F8'/%3E%3Cpath d='M42.7156 22.6284V42.7153H22.6286V22.6284H42.7156ZM42.7156 19.7588H22.6286C21.0503 19.7588 19.759 21.0501 19.759 22.6284V42.7153C19.759 44.2936 21.0503 45.5849 22.6286 45.5849H42.7156C44.2938 45.5849 45.5851 44.2936 45.5851 42.7153V22.6284C45.5851 21.0501 44.2938 19.7588 42.7156 19.7588Z' fill='%233A8DDE'/%3E\a%3Cpath d='M35.5415 39.8459H25.498V36.9763H35.5415V39.8459ZM39.8459 34.1067H25.498V31.2372H39.8459V34.1067ZM39.8459 28.3676H25.498V25.498H39.8459V28.3676Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
    .support-articles.articles-sub-list ul .article-item.sub-item-video a, .support-articles.devices-article-list ul .article-item.sub-item-video a {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 66' fill='none' %3E%3Crect x='0.137207' y='0.136719' width='65.07' height='65.07' rx='32.535' fill='%23ECF0F8'/%3E%3Cpath d='M41.2807 25.4975C41.2807 23.9149 39.9937 22.6279 38.4112 22.6279H21.1938C19.6112 22.6279 18.3242 23.9149 18.3242 25.4975V39.8453C18.3242 41.4279 19.6112 42.7149 21.1938 42.7149H38.4112C39.9937 42.7149 41.2807 41.4279 41.2807 39.8453V35.0632L47.0199 39.8453V25.4975L41.2807 30.2796V25.4975ZM38.414 39.8453H21.1938V25.4975H38.4112L38.4126 32.67L38.4112 32.6714L38.4126 32.6728L38.414 39.8453Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }

.support-articles.devices-article-list ul .article-item a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  padding: 6px; }
  @media (min-width: 801px) {
    .support-articles.devices-article-list ul .article-item a {
      padding: 24px; } }
  .support-articles.devices-article-list ul .article-item a .item-article-image img {
    width: 80%; }
    @media (min-width: 801px) {
      .support-articles.devices-article-list ul .article-item a .item-article-image img {
        width: 100%; } }

#search-results-content .article-list {
  list-style: none;
  margin: 0; }
  #search-results-content .article-list a {
    color: #2d4190;
    font-weight: 400;
    font-family: HelveticaNeueLT;
    font-size: 22px; }
  #search-results-content .article-list p {
    font-size: 15px; }
  #search-results-content .article-list .article span {
    font-weight: bold;
    margin-left: 0.5rem; }

@media (min-width: 1261px) {
  .gps-login-page .gps-login .col-md-6 {
    width: 60%; }
    .gps-login-page .gps-login .col-md-6 + .col-md-6 {
      width: 40%; } }

.gps-login-page {
  margin: 2rem 0 4rem; }
  .gps-login-page .gps-login {
    position: relative;
    width: 100%; }
    @media (min-width: 1261px) {
      .gps-login-page .gps-login .row > div:last-child {
        border-left: 2px solid #E6E6E6;
        min-height: 500px; } }
    .gps-login-page .gps-login .gps-form-block-wrap, .gps-login-page .gps-login .gps-form-block-wrap {
      margin: 0; }
      @media (min-width: 1261px) {
        .gps-login-page .gps-login .gps-form-block-wrap, .gps-login-page .gps-login .gps-form-block-wrap {
          margin-right: 2rem;
          margin-top: 2rem; } }
    .gps-login-page .gps-login .gps-form-block {
      background: #f8f8f8;
      border-radius: 16px;
      min-height: 260px;
      flex-direction: column;
      display: flex;
      overflow: hidden;
      width: 100%; }
      .gps-login-page .gps-login .gps-form-block .locate-trackview-logo {
        background-color: #1b3d5c;
        border-bottom: 4px solid #688fca;
        padding: 0.8rem;
        display: block;
        text-align: center; }
        .gps-login-page .gps-login .gps-form-block .locate-trackview-logo img {
          max-width: 150px;
          width: 100%; }
      .gps-login-page .gps-login .gps-form-block .gps-block-header {
        align-items: center;
        background-color: #1b3d5c;
        border-bottom: 4px solid #688fca;
        display: flex;
        justify-content: center;
        padding: 0.8rem; }
        .gps-login-page .gps-login .gps-form-block .gps-block-header .gps-block-heading {
          color: #fff;
          font-family: HelveticaNeueLT;
          font-weight: 400;
          margin: 0; }
      .gps-login-page .gps-login .gps-form-block .gps-block-content {
        border-color: #dfdfdf;
        border-style: solid;
        border-width: 0 2px 2px;
        border-radius: 0 0 16px;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        text-align: center;
        width: 100%; }
        .gps-login-page .gps-login .gps-form-block .gps-block-content h3 {
          color: #000;
          font-family: HelveticaNeueLT;
          font-weight: normal;
          margin: 0 0 2rem; }
        .gps-login-page .gps-login .gps-form-block .gps-block-content #locate_form {
          min-height: 280px; }
        .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 2rem 0 0;
          flex-direction: column-reverse; }
          @media (min-width: 1261px) {
            .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action {
              flex-direction: row; } }
          .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action a {
            color: #2d4190;
            font-weight: bold; }
          .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action .button {
            color: #fff;
            background-color: #fa7a1a;
            border: #fa7a1a;
            font-weight: bold;
            margin: 0 0 1rem;
            width: 60%; }
            @media (min-width: 1261px) {
              .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action .button {
                margin: 0;
                padding: 1rem 2rem;
                width: auto; } }
    .gps-login-page .gps-login .about-new-devices {
      display: flex;
      align-items: center;
      justify-content: space-around;
      margin: 2rem 0;
      flex-direction: column; }
      @media (min-width: 551px) {
        .gps-login-page .gps-login .about-new-devices {
          flex-direction: row; } }
      .gps-login-page .gps-login .about-new-devices .get-new-device {
        margin: 0 0 1rem; }
        @media (min-width: 551px) {
          .gps-login-page .gps-login .about-new-devices .get-new-device {
            margin: 0; } }
      .gps-login-page .gps-login .about-new-devices .button {
        background-color: #F8F8F8;
        border-color: #626262;
        color: #626262;
        line-height: 1.4rem;
        margin: 0;
        text-transform: uppercase; }
        .gps-login-page .gps-login .about-new-devices .button .icon {
          height: 18px;
          margin-right: 0.5rem;
          width: 18px; }
          .gps-login-page .gps-login .about-new-devices .button .icon svg {
            fill: #626262; }
    .gps-login-page .gps-login .forOtherDevices {
      display: flex;
      align-items: center;
      justify-content: space-around;
      max-width: 340px;
      margin: 1rem auto 0;
      width: 100%; }
      .gps-login-page .gps-login .forOtherDevices a {
        display: block;
        max-width: 140px;
        width: 100%; }
        .gps-login-page .gps-login .forOtherDevices a img {
          width: 100%; }
    .gps-login-page .gps-login .gps-side-content-banner {
      margin: 0 0 2rem; }
      .gps-login-page .gps-login .gps-side-content-banner img {
        width: 100%; }
    .gps-login-page .gps-login .gps-side-content-block {
      margin: 4rem 0 0;
      text-align: center; }
      @media (min-width: 1261px) {
        .gps-login-page .gps-login .gps-side-content-block {
          margin: 2rem 0 0 2rem;
          text-align: left; } }
      .gps-login-page .gps-login .gps-side-content-block > a {
        display: block; }
        .gps-login-page .gps-login .gps-side-content-block > a img {
          display: block;
          width: 100%; }
      .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block {
        margin: 0 0 1.6rem; }
        .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title {
          border-bottom: 1px solid #ccc;
          cursor: pointer;
          margin: 0;
          position: relative;
          padding: 0.3rem 0; }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title:after {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 427'%3E%3Cpath d='M75.567,236.168h358.358c12.364,0,22.398-10.032,22.398-22.397c0-12.363-10.034-22.397-22.398-22.397H75.567 c-12.363,0-22.398,10.034-22.398,22.397C53.169,226.136,63.204,236.168,75.567,236.168z'%3E%3C/path%3E%3Cpath d='M277.143,388.951V30.593c0-12.364-10.031-22.398-22.396-22.398c-12.363,0-22.397,10.034-22.397,22.398v358.358 c0,12.363,10.034,22.397,22.397,22.397C267.111,411.349,277.143,401.314,277.143,388.951z'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            color: #7d7d7d;
            content: '';
            display: block;
            font-weight: normal;
            height: 14px;
            position: absolute;
            right: 8px;
            top: 8px;
            width: 16px; }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title.is-active:after {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 427'%3E%3Cpath d='M75.567,236.168h358.358c12.364,0,22.398-10.032,22.398-22.397c0-12.363-10.034-22.397-22.398-22.397H75.567 c-12.363,0-22.398,10.034-22.398,22.397C53.169,226.136,63.204,236.168,75.567,236.168z'%3E%3C/path%3E%3C/svg%3E"); }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title h4 {
            color: #2d4190;
            font-size: 16px;
            font-family: HelveticaNeueLT;
            font-weight: 400;
            line-height: 1.6rem;
            margin: 0;
            text-align: left; }
            @media (min-width: 801px) {
              .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title h4 {
                font-size: 18px; } }
        .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content {
          padding: 1.6rem 1rem; }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .videos-content ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .videos-content ul li {
              border-bottom: 1px solid #ddd;
              margin: 0 0 0.5rem;
              padding: 0 0 0.5rem; }
              .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .videos-content ul li a {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='rgba(255, 0, 0)'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='rgba(255,255,255)'%3E%3C/path%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center left;
                background-size: 20px;
                display: block;
                padding-left: 26px;
                text-align: left;
                text-decoration: none; }
                .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .videos-content ul li a:hover {
                  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='rgb(33, 33, 33)'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='rgba(255,255,255)'%3E%3C/path%3E%3C/svg%3E"); }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .articles-content ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .articles-content ul li {
              border-bottom: 1px solid #ddd;
              margin: 0 0 0.5rem;
              padding: 0 0 0.5rem; }
              .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .articles-content ul li a {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='rgb(250, 122, 26)'%3E%3Cg%3E%3Cpath d='M160.612,107.081c0.13,2.264,0.273,3.63,0.274,4.997c0.014,21.376,0.031,42.752,0.003,64.128c-0.018,12.359-5.947,18.193-18.392,18.195c-39.377,0.004-78.756,0.005-118.132-0.001c-12.142-0.001-18.195-5.943-18.198-17.886c-0.007-50.95-0.009-101.9,0.001-152.849C6.171,11.702,12.234,5.636,24.29,5.627c39.539-0.033,79.077-0.038,118.615-0.021c11.75,0.004,17.887,6.094,17.99,17.712c0.018,1.929-0.281,3.906,0.045,5.778c2.295,13.169-3.308,23.257-12.74,32.158c-0.134-1.135-0.383-2.271-0.386-3.408c-0.031-11.09-0.135-22.182,0.036-33.27c0.061-4.028-1.1-5.73-5.469-5.715c-39.217,0.134-78.434,0.126-117.65,0.016c-3.957-0.01-5.316,1.195-5.308,5.233c0.107,50.627,0.098,101.255,0.014,151.883c-0.005,3.649,0.967,5.092,4.887,5.08c39.538-0.121,79.076-0.119,118.614-0.005c3.967,0.012,4.927-1.608,4.9-5.177c-0.108-15.429,0.083-30.86-0.131-46.287c-0.053-3.948,0.921-7.093,3.417-10.088C154.264,115.752,157.093,111.729,160.612,107.081z'/%3E%3Cpath d='M166.039,48.641c6.586,4.929,13.081,9.79,19.717,14.757c-19.962,26.661-39.563,52.851-59.198,79.014c-0.647,0.862-1.556,1.674-2.522,2.125c-5.657,2.646-11.372,5.167-17.056,7.753c-2.861,1.303-4.691,0.413-4.192-2.714c1.636-10.26,1.912-20.427,9.235-29.567c17.94-22.392,34.635-45.781,51.838-68.763C164.43,50.486,165.078,49.784,166.039,48.641z'/%3E%3Cpath d='M83.687,76.76c11.885,0,23.771-0.017,35.656,0.006c5.444,0.011,8.391,2.303,8.375,6.406c-0.017,4.191-2.736,6.248-8.449,6.251c-23.93,0.017-47.861,0.017-71.792-0.003c-5.103-0.005-8.083-2.263-8.226-6.085c-0.147-3.932,3.11-6.555,8.299-6.567C59.596,76.743,71.642,76.76,83.687,76.76z'/%3E%3Cpath d='M83.355,55.993c-11.242,0-22.482,0.003-33.724-0.005c-1.444-0.001-2.898,0.032-4.331-0.115c-3.786-0.388-5.962-2.738-5.947-6.342c0.017-3.636,2.378-5.95,6.048-6.306c2.864-0.278,5.774-0.091,8.665-0.092c21.198-0.004,42.396-0.005,63.594-0.001c1.285,0,2.589-0.093,3.85,0.09c3.816,0.556,6.303,2.631,6.146,6.676c-0.145,3.782-2.541,5.868-6.244,5.984c-5.775,0.181-11.56,0.098-17.341,0.107C97.166,56.001,90.261,55.993,83.355,55.993z'/%3E%3Cpath d='M111.778,110.755c-2.876,3.871-5.099,7.223-7.729,10.214c-0.989,1.126-2.921,1.989-4.43,2.001c-17.676,0.134-35.352,0.116-53.028,0.059c-4.41-0.015-7.691-2.92-7.282-6.545c0.462-4.102,2.951-6.13,7.209-6.12c20.89,0.05,41.78,0.023,62.67,0.037C109.781,110.402,110.375,110.557,111.778,110.755z'/%3E%3Cpath d='M65.046,143.84c6.262-0.005,12.526-0.11,18.785,0.028c4.675,0.104,7.511,2.712,7.203,6.546c-0.343,4.265-3.117,6.218-7.142,6.244c-12.524,0.084-25.048,0.083-37.571-0.004c-4.111-0.028-6.686-2.27-7.021-6.413c-0.288-3.56,2.634-6.239,6.962-6.352C52.52,143.727,58.785,143.847,65.046,143.84z'/%3E%3Cpath d='M188.826,58.817c-6.479-4.839-12.952-9.675-19.52-14.582c2.565-4.222,5.82-8.811,10.789-7.084c4.771,1.658,9.706,5.188,12.589,9.289C195.569,50.544,192.582,55.258,188.826,58.817z'/%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center left;
                padding-left: 25px;
                display: block;
                text-align: left;
                text-decoration: none; }

#modalForgotPassword, #modalLocateForgotPassword {
  min-height: auto;
  max-width: 350px;
  width: 100%; }
  #modalForgotPassword .modal-close, #modalLocateForgotPassword .modal-close {
    right: 0.4rem;
    top: 0.4rem; }
  #modalForgotPassword .modal-content, #modalLocateForgotPassword .modal-content {
    padding: 3rem 2rem; }
    #modalForgotPassword .modal-content p, #modalLocateForgotPassword .modal-content p {
      font-size: 16px; }
      #modalForgotPassword .modal-content p:last-child, #modalLocateForgotPassword .modal-content p:last-child {
        margin: 0; }
      #modalForgotPassword .modal-content p a, #modalLocateForgotPassword .modal-content p a {
        font-weight: bold;
        text-decoration: none; }

.appsPopup {
  background-color: #688fca;
  border-top: 10px solid #2d4190;
  position: fixed;
  bottom: -500px;
  left: 0;
  transition: 0.8s;
  z-index: 999; }
  .appsPopup.is-active {
    bottom: 0; }
  .appsPopup .containerPopup {
    padding: 1rem;
    color: #fff;
    text-align: center; }
    .appsPopup .containerPopup h3 {
      color: #fff;
      margin: 0 0 0.5rem;
      font-family: HelveticaNeueLT;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 25px; }
    .appsPopup .containerPopup p {
      font-size: 14px;
      text-align: center; }
    .appsPopup .containerPopup .pooup-action {
      display: flex;
      justify-content: space-between; }
      .appsPopup .containerPopup .pooup-action .button {
        background-color: #fa7a1a;
        border-color: #fa7a1a;
        color: #ffff; }
        .appsPopup .containerPopup .pooup-action .button.disabled {
          background-color: transparent;
          border-color: #c8c8c8;
          color: #f8f8f8; }

.pb-features-wrap .container--secuirty {
  padding: 0 20px; }

.pb-features-wrap .personal-business-top {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
  align-items: center;
  background-color: #1B3D5C;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .pb-features-wrap .personal-business-top {
      padding: 53px 0 33px; } }
  .pb-features-wrap .personal-business-top .tabs-contents {
    margin: 0;
    padding: 0; }
    .pb-features-wrap .personal-business-top .tabs-contents .tab-content {
      margin: 0;
      padding: 0; }
  .pb-features-wrap .personal-business-top .features-left {
    order: 2;
    width: 100%;
    padding: 20px 20px 40px;
    background: linear-gradient(180deg, #1b3d5c 50%, white 50%); }
    @media (min-width: 801px) {
      .pb-features-wrap .personal-business-top .features-left {
        order: 1;
        width: 50%;
        padding: 0 30px 0 0;
        background: #1B3D5C; } }
    @media (min-width: 1261px) {
      .pb-features-wrap .personal-business-top .features-left {
        padding: 0 60px 0 0; } }
    .pb-features-wrap .personal-business-top .features-left img {
      width: 100%; }
      .pb-features-wrap .personal-business-top .features-left img.for-desktop {
        display: none; }
        @media (min-width: 801px) {
          .pb-features-wrap .personal-business-top .features-left img.for-desktop {
            display: block; } }
      .pb-features-wrap .personal-business-top .features-left img.for-mobile {
        display: block;
        margin: 0 auto;
        max-width: 420px; }
        @media (min-width: 801px) {
          .pb-features-wrap .personal-business-top .features-left img.for-mobile {
            display: none; } }
  .pb-features-wrap .personal-business-top .features-right {
    order: 1;
    width: 100%;
    padding: 0 10px;
    background-color: #1B3D5C; }
    @media (min-width: 801px) {
      .pb-features-wrap .personal-business-top .features-right {
        order: 2;
        width: 50%;
        max-width: 620px;
        margin: 0 auto 0 0;
        padding: 0 10px 0 0;
        background: transparent; } }
    .pb-features-wrap .personal-business-top .features-right h1 {
      color: #fff;
      font-size: 28px;
      margin: 0 0 8px;
      font-weight: 700;
      line-height: 34px;
      text-align: center;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
      @media (min-width: 801px) {
        .pb-features-wrap .personal-business-top .features-right h1 {
          font-size: 48px;
          text-align: left;
          line-height: 58.09px; } }
      .pb-features-wrap .personal-business-top .features-right h1 span {
        font-size: 30px;
        line-height: 36px;
        text-align: center; }
        @media (min-width: 801px) {
          .pb-features-wrap .personal-business-top .features-right h1 span {
            font-size: 48px;
            text-align: left;
            line-height: 58.09px; } }
    .pb-features-wrap .personal-business-top .features-right p {
      color: #ECF0F8;
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 16px;
      text-align: center;
      line-height: 22.5px; }
      @media (min-width: 801px) {
        .pb-features-wrap .personal-business-top .features-right p {
          font-size: 16px;
          text-align: left;
          line-height: 19.36px; } }
    .pb-features-wrap .personal-business-top .features-right .pb-features-tabs {
      width: 100%;
      margin: 0 auto;
      max-width: 250px; }
      @media (min-width: 551px) {
        .pb-features-wrap .personal-business-top .features-right .pb-features-tabs {
          max-width: 490px; } }
      @media (min-width: 801px) {
        .pb-features-wrap .personal-business-top .features-right .pb-features-tabs {
          margin: 0; } }
      .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tab-content {
        padding-top: 16px; }
        .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tab-content img {
          width: 100%;
          display: block;
          margin: 0 auto;
          max-width: 200px; }
          @media (min-width: 551px) {
            .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tab-content img {
              max-width: 250px; } }
      .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs {
        border: 0;
        display: flex;
        border-radius: 10px;
        background-color: #fff; }
        @media (min-width: 551px) {
          .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs {
            border-radius: 20px; } }
        .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab {
          border: 0;
          width: 50%; }
          .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab .tab-title {
            font-size: 14px;
            color: #3A8DDE;
            font-weight: 600;
            text-align: center;
            padding: 14px 10px;
            border-radius: 10px;
            line-height: 19.36px;
            background: #fff;
            transition: .2s all ease;
            font-family: "Arial", Arial, Helvetica, sans-serif; }
            @media (min-width: 551px) {
              .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab .tab-title {
                font-size: 16px;
                padding: 22px 10px;
                border-radius: 20px; } }
            .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab .tab-title.personal span {
              background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49976 0C9.56062 0 10.578 0.421427 11.3282 1.17157C12.0783 1.92172 12.4998 2.93913 12.4998 4C12.4998 5.06087 12.0783 6.07828 11.3282 6.82843C10.578 7.57857 9.56062 8 8.49976 8C7.43889 8 6.42147 7.57857 5.67133 6.82843C4.92118 6.07828 4.49976 5.06087 4.49976 4C4.49976 2.93913 4.92118 1.92172 5.67133 1.17157C6.42147 0.421427 7.43889 0 8.49976 0ZM8.49976 10C12.9198 10 16.4998 11.79 16.4998 14V16H0.499756V14C0.499756 11.79 4.07976 10 8.49976 10Z" fill="%233A8DDE"/></svg>');
              padding: 0 0 0 20px;
              background-size: 15px;
              background-repeat: no-repeat; }
              @media (min-width: 551px) {
                .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab .tab-title.personal span {
                  padding: 0 0 0 30px;
                  background-size: 17px; } }
            .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab .tab-title.business span {
              background-image: url('data:image/svg+xml,<svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49976 13V12H1.50976L1.49976 16C1.49976 17.11 2.38976 18 3.49976 18H17.4998C18.6098 18 19.4998 17.11 19.4998 16V12H12.4998V13H8.49976ZM18.4998 4H14.4898V2L12.4898 0H8.48976L6.48976 2V4H2.49976C1.39976 4 0.499756 4.9 0.499756 6V9C0.499756 10.11 1.38976 11 2.49976 11H8.49976V9H12.4998V11H18.4998C19.5998 11 20.4998 10.1 20.4998 9V6C20.4998 4.9 19.5998 4 18.4998 4ZM12.4998 4H8.49976V2H12.4998V4Z" fill="%233A8DDE"/></svg>');
              padding: 0 0 0 20px;
              background-size: 16px;
              background-repeat: no-repeat; }
              @media (min-width: 551px) {
                .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab .tab-title.business span {
                  padding: 0 0 0 30px;
                  background-size: 20px; } }
          .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab.is-active {
            border: 0; }
            .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab.is-active .tab-title {
              color: #fff;
              transition: .2s all ease;
              background: linear-gradient(180deg, rgba(103, 189, 253, 0.9) 0%, #1076c6 100%); }
              .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab.is-active .tab-title.personal span {
                background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49976 0C9.56062 0 10.578 0.421427 11.3282 1.17157C12.0783 1.92172 12.4998 2.93913 12.4998 4C12.4998 5.06087 12.0783 6.07828 11.3282 6.82843C10.578 7.57857 9.56062 8 8.49976 8C7.43889 8 6.42147 7.57857 5.67133 6.82843C4.92118 6.07828 4.49976 5.06087 4.49976 4C4.49976 2.93913 4.92118 1.92172 5.67133 1.17157C6.42147 0.421427 7.43889 0 8.49976 0ZM8.49976 10C12.9198 10 16.4998 11.79 16.4998 14V16H0.499756V14C0.499756 11.79 4.07976 10 8.49976 10Z" fill="white"/></svg>');
                padding: 0 0 0 20px;
                background-size: 15px;
                background-repeat: no-repeat; }
                @media (min-width: 551px) {
                  .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab.is-active .tab-title.personal span {
                    padding: 0 0 0 30px;
                    background-size: 17px; } }
              .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab.is-active .tab-title.business span {
                background-image: url('data:image/svg+xml,<svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49976 13V12H1.50976L1.49976 16C1.49976 17.11 2.38976 18 3.49976 18H17.4998C18.6098 18 19.4998 17.11 19.4998 16V12H12.4998V13H8.49976ZM18.4998 4H14.4898V2L12.4898 0H8.48976L6.48976 2V4H2.49976C1.39976 4 0.499756 4.9 0.499756 6V9C0.499756 10.11 1.38976 11 2.49976 11H8.49976V9H12.4998V11H18.4998C19.5998 11 20.4998 10.1 20.4998 9V6C20.4998 4.9 19.5998 4 18.4998 4ZM12.4998 4H8.49976V2H12.4998V4Z" fill="white"/></svg>');
                padding: 0 0 0 20px;
                background-size: 16px;
                background-repeat: no-repeat; }
                @media (min-width: 551px) {
                  .pb-features-wrap .personal-business-top .features-right .pb-features-tabs .tabs .tab.is-active .tab-title.business span {
                    padding: 0 0 0 30px;
                    background-size: 20px; } }

.pb-features-wrap .only-pay-needed {
  padding: 20px 0; }
  @media (min-width: 801px) {
    .pb-features-wrap .only-pay-needed {
      padding: 48px 0; } }
  .pb-features-wrap .only-pay-needed h2 {
    color: #444;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 16px;
    line-height: 33px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .only-pay-needed h2 {
        font-size: 40px;
        line-height: 48.41px; } }
  .pb-features-wrap .only-pay-needed .pay-details {
    opacity: .7;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 21.78px;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .only-pay-needed .pay-details {
        font-size: 18px; } }
  .pb-features-wrap .only-pay-needed .see-pricing {
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 100px;
    text-decoration: none;
    background: #F27221;
    transition: .2s all ease;
    border: 2px solid #F27221; }
    .pb-features-wrap .only-pay-needed .see-pricing:hover {
      color: #F27221;
      background-color: #fff;
      transition: .2s all ease; }
    @media (min-width: 801px) {
      .pb-features-wrap .only-pay-needed .see-pricing {
        font-size: 18px; } }
  .pb-features-wrap .only-pay-needed .tabs-contents {
    margin: 0;
    padding: 20px 0 0 0; }
    @media (min-width: 801px) {
      .pb-features-wrap .only-pay-needed .tabs-contents {
        padding: 48px 0 0 0; } }
    .pb-features-wrap .only-pay-needed .tabs-contents .tab-content {
      padding: 0; }
  .pb-features-wrap .only-pay-needed .only-pay-needed-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 551px) {
      .pb-features-wrap .only-pay-needed .only-pay-needed-wrap {
        gap: 48px 24px; } }
    .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner {
      width: 100%;
      padding-top: 60px;
      position: relative; }
      @media (min-width: 801px) {
        .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner {
          padding-top: 0px;
          width: calc(50% - 12px); } }
      .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner img {
        display: block;
        width: 100%;
        border-radius: 14px; }
        @media (min-width: 801px) {
          .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner img {
            border-radius: 24px; } }
      .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4 {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        color: #1B3D5C;
        line-height: 24px;
        position: absolute;
        padding: 0 0 0 32px;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: left center;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4 {
            width: 100%;
            position: unset;
            margin: 24px 0 16px; } }
        @media (min-width: 801px) {
          .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4 {
            font-size: 28px;
            line-height: 34px; } }
        .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4.real-time {
          background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.763 11.9957H23.2C23.4122 11.9957 23.6157 12.0799 23.7657 12.23C23.9157 12.38 24 12.5835 24 12.7957C24 13.0078 23.9157 13.2113 23.7657 13.3613C23.6157 13.5114 23.4122 13.5957 23.2 13.5957H20.763C20.5734 15.6435 19.6735 17.5606 18.2193 19.0149C16.765 20.4692 14.8479 21.3691 12.8 21.5587V23.9957C12.8 24.2078 12.7157 24.4113 12.5657 24.5613C12.4157 24.7114 12.2122 24.7957 12 24.7957C11.7878 24.7957 11.5843 24.7114 11.4343 24.5613C11.2843 24.4113 11.2 24.2078 11.2 23.9957V21.5587C9.15211 21.3691 7.23501 20.4692 5.78074 19.0149C4.32646 17.5606 3.4266 15.6435 3.237 13.5957H0.8C0.587827 13.5957 0.384344 13.5114 0.234315 13.3613C0.0842854 13.2113 0 13.0078 0 12.7957C0 12.5835 0.0842854 12.38 0.234315 12.23C0.384344 12.0799 0.587827 11.9957 0.8 11.9957H3.237C3.4266 9.94776 4.32646 8.03066 5.78074 6.57639C7.23501 5.12212 9.15211 4.22226 11.2 4.03265V1.59565C11.2 1.38348 11.2843 1.18 11.4343 1.02997C11.5843 0.87994 11.7878 0.795654 12 0.795654C12.2122 0.795654 12.4157 0.87994 12.5657 1.02997C12.7157 1.18 12.8 1.38348 12.8 1.59565V4.03265C14.8479 4.22226 16.765 5.12212 18.2193 6.57639C19.6735 8.03066 20.5734 9.94776 20.763 11.9957ZM7.99989 18.7822C9.18393 19.5734 10.576 19.9957 12 19.9957C13.9089 19.9935 15.739 19.2343 17.0888 17.8845C18.4386 16.5347 19.1979 14.7046 19.2 12.7957C19.2 11.3716 18.7777 9.97958 17.9866 8.79555C17.1954 7.61151 16.0709 6.68867 14.7553 6.14372C13.4397 5.59877 11.992 5.45619 10.5954 5.734C9.19869 6.01181 7.91577 6.69755 6.90883 7.70449C5.90189 8.71142 5.21616 9.99434 4.93835 11.391C4.66053 12.7877 4.80312 14.2353 5.34807 15.551C5.89302 16.8666 6.81586 17.9911 7.99989 18.7822ZM9.77772 9.46978C10.4355 9.03025 11.2089 8.79565 12 8.79565C13.0609 8.79565 14.0783 9.21708 14.8284 9.96723C15.5786 10.7174 16 11.7348 16 12.7957C16 13.5868 15.7654 14.3601 15.3259 15.0179C14.8864 15.6757 14.2616 16.1884 13.5307 16.4912C12.7998 16.7939 11.9956 16.8731 11.2196 16.7188C10.4437 16.5645 9.73098 16.1835 9.17157 15.6241C8.61216 15.0647 8.2312 14.3519 8.07686 13.576C7.92252 12.8001 8.00173 11.9958 8.30448 11.2649C8.60723 10.534 9.11992 9.9093 9.77772 9.46978Z" fill="%233A8DDE"/></svg>'); }
        .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4.location {
          background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_9555_4536)"><path d="M12.0301 3.09373C11.1172 3.09373 10.2416 3.45639 9.59605 4.10194C8.9505 4.74749 8.58784 5.62305 8.58784 6.53599C8.58784 7.44894 8.9505 8.32449 9.59605 8.97004C10.2416 9.61559 11.1172 9.97826 12.0301 9.97826C12.943 9.97826 13.8186 9.61559 14.4642 8.97004C15.1097 8.32449 15.4724 7.44894 15.4724 6.53599C15.4724 5.62305 15.1097 4.74749 14.4642 4.10194C13.8186 3.45639 12.943 3.09373 12.0301 3.09373ZM6.29299 6.53599C6.29321 5.4505 6.60138 4.38734 7.18171 3.46999C7.76204 2.55265 8.59071 1.81876 9.57147 1.35358C10.5522 0.888388 11.6449 0.710987 12.7224 0.841977C13.8 0.972967 14.8183 1.40697 15.659 2.09359C16.4998 2.7802 17.1285 3.69125 17.4721 4.72091C17.8158 5.75057 17.8603 6.8566 17.6004 7.91054C17.3406 8.96447 16.787 9.92306 16.0041 10.675C15.2212 11.4269 14.2411 11.9413 13.1775 12.1584V19.1576H10.8827V12.1584C9.58682 11.8938 8.42215 11.1897 7.58578 10.1652C6.74942 9.14063 6.29272 7.85857 6.29299 6.53599ZM1.82378 12.2731H7.44041V14.5679H3.87767L2.98497 22.5999H21.0752L20.1825 14.5679H16.6198V12.2731H22.2364L23.6386 24.8947H0.421631L1.82378 12.2731Z" fill="%233A8DDE"/></g><defs><clipPath id="clip0_9555_4536"><rect width="24" height="24" fill="white" transform="translate(0.0300293 0.800049)"/></clipPath></defs></svg>'); }
        .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4.text {
          background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_9555_4603)"><path d="M12.0005 24.8C13.3543 24.8 14.462 23.6924 14.462 22.3385H9.53891C9.53891 23.6924 10.6466 24.8 12.0005 24.8ZM19.3851 17.4154V11.2616C19.3851 7.48313 17.3789 4.32005 13.8466 3.48313V2.6462C13.8466 1.62466 13.022 0.800049 12.0005 0.800049C10.9789 0.800049 10.1543 1.62466 10.1543 2.6462V3.48313C6.6343 4.32005 4.61584 7.47082 4.61584 11.2616V17.4154L2.1543 19.877V21.1077H21.8466V19.877L19.3851 17.4154ZM16.9235 18.6462H7.07737V11.2616C7.07737 8.20928 8.93584 5.72313 12.0005 5.72313C15.0651 5.72313 16.9235 8.20928 16.9235 11.2616V18.6462Z" fill="%233A8DDE"/></g><defs><clipPath id="clip0_9555_4603"><rect width="24" height="24" fill="white" transform="translate(0 0.800049)"/></clipPath></defs></svg>'); }
        .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4.geofences {
          background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.17289 13.4572V16.8858C5.17289 17.5678 5.4438 18.2219 5.92604 18.7041C6.40828 19.1863 7.06233 19.4572 7.74432 19.4572H11.1729V13.4572H5.17289ZM5.17289 11.743V8.31438C5.17289 7.6324 5.4438 6.97834 5.92604 6.49611C6.40828 6.01387 7.06233 5.74295 7.74432 5.74295H11.1729V11.743H5.17289ZM12.8872 5.74295V11.743H18.8872V8.31438C18.8872 7.6324 18.6163 6.97834 18.134 6.49611C17.6518 6.01387 16.9977 5.74295 16.3157 5.74295H12.8872ZM18.8872 13.4572H12.8872V19.4572H16.3157C16.9977 19.4572 17.6518 19.1863 18.134 18.7041C18.6163 18.2219 18.8872 17.5678 18.8872 16.8858V13.4572ZM5.17289 0.600098C3.80892 0.600098 2.50081 1.14193 1.53634 2.10641C0.571865 3.07088 0.0300293 4.37898 0.0300293 5.74295V19.4572C0.0300293 20.8212 0.571865 22.1293 1.53634 23.0938C2.50081 24.0583 3.80892 24.6001 5.17289 24.6001H18.8872C20.2511 24.6001 21.5592 24.0583 22.5237 23.0938C23.4882 22.1293 24.03 20.8212 24.03 19.4572V5.74295C24.03 4.37898 23.4882 3.07088 22.5237 2.10641C21.5592 1.14193 20.2511 0.600098 18.8872 0.600098H5.17289ZM1.74432 13.4572H5.17289V11.743H1.74432V5.74295C1.74432 4.83364 2.10554 3.96157 2.74852 3.31859C3.3915 2.67561 4.26357 2.31438 5.17289 2.31438H11.1729V5.74295H12.8872V2.31438H18.8872C19.7965 2.31438 20.6686 2.67561 21.3115 3.31859C21.9545 3.96157 22.3157 4.83364 22.3157 5.74295V11.743H18.8872V13.4572H22.3157V19.4572C22.3157 20.3666 21.9545 21.2386 21.3115 21.8816C20.6686 22.5246 19.7965 22.8858 18.8872 22.8858H12.8872V19.4572H11.1729V22.8858H5.17289C4.26357 22.8858 3.3915 22.5246 2.74852 21.8816C2.10554 21.2386 1.74432 20.3666 1.74432 19.4572V13.4572Z" fill="%233A8DDE"/></svg>'); }
        .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4.reporting {
          background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.0002 14.55C20.0002 14.3511 19.9212 14.1604 19.7805 14.0197C19.6399 13.8791 19.4491 13.8 19.2502 13.8H16.2502C16.0513 13.8 15.8605 13.8791 15.7199 14.0197C15.5792 14.1604 15.5002 14.3511 15.5002 14.55V21.3H14.0002V5.05005C14.0002 4.32205 13.9982 3.85005 13.9522 3.50405C13.9082 3.17905 13.8372 3.07705 13.7802 3.02005C13.7232 2.96305 13.6212 2.89205 13.2962 2.84805C12.9492 2.80205 12.4782 2.80005 11.7502 2.80005C11.0222 2.80005 10.5502 2.80205 10.2042 2.84805C9.87918 2.89205 9.77718 2.96305 9.72018 3.02005C9.66318 3.07705 9.59218 3.17905 9.54818 3.50405C9.50218 3.85105 9.50018 4.32205 9.50018 5.05005V21.3H8.00018V9.55005C8.00018 9.35114 7.92117 9.16037 7.78051 9.01972C7.63986 8.87907 7.4491 8.80005 7.25018 8.80005H4.25018C4.05127 8.80005 3.86051 8.87907 3.71985 9.01972C3.5792 9.16037 3.50018 9.35114 3.50018 9.55005V21.3H1.75018C1.55127 21.3 1.36051 21.3791 1.21985 21.5197C1.0792 21.6604 1.00018 21.8511 1.00018 22.05C1.00018 22.249 1.0792 22.4397 1.21985 22.5804C1.36051 22.721 1.55127 22.8 1.75018 22.8H21.7502C21.9491 22.8 22.1399 22.721 22.2805 22.5804C22.4212 22.4397 22.5002 22.249 22.5002 22.05C22.5002 21.8511 22.4212 21.6604 22.2805 21.5197C22.1399 21.3791 21.9491 21.3 21.7502 21.3H20.0002V14.55Z" fill="%233A8DDE"/></svg>'); }
        .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4.fleet {
          background-image: url('data:image/svg+xml,<svg width="28" height="25" viewBox="0 0 28 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.5137 20.7626C22.5489 20.7626 23.3846 19.9418 23.3846 18.9251C23.3846 17.9083 22.5489 17.0876 21.5137 17.0876C20.4784 17.0876 19.6428 17.9083 19.6428 18.9251C19.6428 19.9418 20.4784 20.7626 21.5137 20.7626ZM23.3846 9.73753H20.2664V12.8H25.8293L23.3846 9.73753ZM6.54633 20.7626C7.58157 20.7626 8.41725 19.9418 8.41725 18.9251C8.41725 17.9083 7.58157 17.0876 6.54633 17.0876C5.51109 17.0876 4.67541 17.9083 4.67541 18.9251C4.67541 19.9418 5.51109 20.7626 6.54633 20.7626ZM24.0082 7.90002L27.7501 12.8V18.9251H25.2555C25.2555 20.9586 23.5842 22.6001 21.5137 22.6001C19.4432 22.6001 17.7718 20.9586 17.7718 18.9251H10.2882C10.2882 20.9586 8.61681 22.6001 6.54633 22.6001C4.47585 22.6001 2.80449 20.9586 2.80449 18.9251H0.309937V5.45001C0.309937 4.09026 1.42001 3 2.80449 3H20.2664V7.90002H24.0082ZM2.80449 5.45001V16.4751H3.75243C4.43843 15.7278 5.43625 15.2501 6.54633 15.2501C7.65641 15.2501 8.65423 15.7278 9.34024 16.4751H17.7718V5.45001H2.80449Z" fill="%233A8DDE"/></svg>'); }
        .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner h4.user {
          background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.27354 22.9091C6.60272 21.8135 7.27631 20.8532 8.19438 20.1707C9.11244 19.4881 10.2261 19.1197 11.3701 19.12H16.69C17.8355 19.1196 18.9505 19.4889 19.8692 20.1731C20.788 20.8572 21.4613 21.8196 21.7892 22.9171M2.06012 13.8C2.06012 15.3719 2.36973 16.9285 2.97128 18.3807C3.57282 19.833 4.45452 21.1525 5.56603 22.264C6.67755 23.3756 7.9971 24.2573 9.44936 24.8588C10.9016 25.4603 12.4581 25.77 14.0301 25.77C15.602 25.77 17.1585 25.4603 18.6108 24.8588C20.063 24.2573 21.3826 23.3756 22.4941 22.264C23.6056 21.1525 24.4873 19.833 25.0888 18.3807C25.6904 16.9285 26 15.3719 26 13.8C26 12.2281 25.6904 10.6716 25.0888 9.21932C24.4873 7.76706 23.6056 6.4475 22.4941 5.33599C21.3826 4.22448 20.063 3.34278 18.6108 2.74124C17.1585 2.13969 15.602 1.83008 14.0301 1.83008C12.4581 1.83008 10.9016 2.13969 9.44936 2.74124C7.9971 3.34278 6.67755 4.22448 5.56603 5.33599C4.45452 6.4475 3.57282 7.76706 2.97128 9.21932C2.36973 10.6716 2.06012 12.2281 2.06012 13.8ZM10.0401 11.14C10.0401 12.1982 10.4605 13.2131 11.2087 13.9614C11.957 14.7096 12.9719 15.13 14.0301 15.13C15.0883 15.13 16.1031 14.7096 16.8514 13.9614C17.5997 13.2131 18.02 12.1982 18.02 11.14C18.02 10.0818 17.5997 9.06696 16.8514 8.31869C16.1031 7.57042 15.0883 7.15005 14.0301 7.15005C12.9719 7.15005 11.957 7.57042 11.2087 8.31869C10.4605 9.06696 10.0401 10.0818 10.0401 11.14Z" stroke="%233A8DDE" stroke-width="2.65999" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner p {
        margin: 16px 0 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #5A738B;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner p {
            margin: 0; } }
        @media (min-width: 801px) {
          .pb-features-wrap .only-pay-needed .only-pay-needed-wrap .only-pay-needed-inner p {
            font-size: 18px; } }

.pb-features-wrap .pb-other-features {
  padding: 40px 0;
  background: #ECF0F8; }
  @media (min-width: 551px) {
    .pb-features-wrap .pb-other-features {
      padding: 48px 0; } }
  .pb-features-wrap .pb-other-features .tabs-contents {
    margin: 0;
    padding: 0; }
    .pb-features-wrap .pb-other-features .tabs-contents .tab-content {
      margin: 0;
      padding: 0; }
  .pb-features-wrap .pb-other-features h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 28px;
    color: #1B3D5C;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .pb-other-features h3 {
        font-size: 40px;
        line-height: 48px; } }
  .pb-features-wrap .pb-other-features .other-feature-details {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 22px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .pb-other-features .other-feature-details {
        font-size: 18px; } }
  .pb-features-wrap .pb-other-features .features-wrap {
    display: flex;
    margin: 32px 0;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 15px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .pb-features-wrap .pb-other-features .features-wrap {
        margin: 48px 0; } }
    .pb-features-wrap .pb-other-features .features-wrap .feature-inner {
      width: 100%;
      padding: 20px;
      background-size: 22px;
      background-repeat: no-repeat;
      border-bottom: 1px solid #ECF0F8;
      background-position: top 20px left 20px; }
      @media (min-width: 551px) {
        .pb-features-wrap .pb-other-features .features-wrap .feature-inner {
          width: 50%;
          padding: 20px 20px 20px 60px;
          background-size: 25px;
          background-position: top 22px left 20px; } }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner h4 {
        font-size: 16px;
        margin: 0 0 10px;
        font-weight: 600;
        text-align: left;
        color: #1B3D5C;
        line-height: 19px;
        padding: 0 0 0 30px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .pb-features-wrap .pb-other-features .features-wrap .feature-inner h4 {
            padding: 0;
            margin: 0 0 4px;
            font-size: 18px;
            line-height: 22px; } }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #5A738B;
        text-align: left;
        line-height: 17px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .pb-features-wrap .pb-other-features .features-wrap .feature-inner p {
            font-size: 16px;
            line-height: 22px; } }
      @media (min-width: 551px) {
        .pb-features-wrap .pb-other-features .features-wrap .feature-inner:nth-child(odd) {
          border-right: 1px solid #ECF0F8; } }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.notifications {
        background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_9555_3420)"><path d="M14.03 27.3C15.5531 27.3 16.7993 26.0539 16.7993 24.5308H11.2608C11.2608 26.0539 12.507 27.3 14.03 27.3ZM22.3377 18.9924V12.0693C22.3377 7.81851 20.0808 4.26005 16.107 3.31851V2.37697C16.107 1.22774 15.1793 0.300049 14.03 0.300049C12.8808 0.300049 11.9531 1.22774 11.9531 2.37697V3.31851C7.99313 4.26005 5.72236 7.80466 5.72236 12.0693V18.9924L2.95312 21.7616V23.1462H25.107V21.7616L22.3377 18.9924ZM19.5685 20.377H8.49159V12.0693C8.49159 8.63543 10.5824 5.83851 14.03 5.83851C17.4777 5.83851 19.5685 8.63543 19.5685 12.0693V20.377Z" fill="%233A8DDE"/></g><defs><clipPath id="clip0_9555_3420"><rect width="27" height="27" fill="white" transform="translate(0.530029 0.300049)"/></clipPath></defs></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.low_battery {
        background-image: url('data:image/svg+xml,<svg width="31" height="19" viewBox="0 0 31 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.22555 14.3441C6.11167 14.3441 6.00244 14.1857 5.92191 13.9039C5.84138 13.622 5.79614 13.2397 5.79614 12.8411V6.82936C5.79614 6.43075 5.84138 6.04847 5.92191 5.76662C6.00244 5.48476 6.11167 5.32642 6.22555 5.32642H8.80202V14.3441H6.22555Z" fill="%233A8DDE"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.583 0.817627H5.04477C3.84896 0.817627 2.70212 1.29266 1.85655 2.13823C1.01098 2.9838 0.53595 4.13063 0.53595 5.32645V14.3441C0.53595 15.5399 1.01098 16.6867 1.85655 17.5323C2.70212 18.3779 3.84896 18.8529 5.04477 18.8529H24.583C25.7788 18.8529 26.9256 18.3779 27.7712 17.5323C28.6168 16.6867 29.0918 15.5399 29.0918 14.3441C29.4904 14.3441 29.8727 14.1857 30.1545 13.9039C30.4364 13.622 30.5947 13.2397 30.5947 12.8411V6.82939C30.5947 6.43078 30.4364 6.0485 30.1545 5.76665C29.8727 5.48479 29.4904 5.32645 29.0918 5.32645C29.0918 4.13063 28.6168 2.9838 27.7712 2.13823C26.9256 1.29266 25.7788 0.817627 24.583 0.817627ZM24.583 3.82351H5.04477C4.64616 3.82351 4.26389 3.98185 3.98203 4.26371C3.70017 4.54556 3.54183 4.92784 3.54183 5.32645V14.3441C3.54183 14.7427 3.70017 15.125 3.98203 15.4068C4.26389 15.6887 4.64616 15.847 5.04477 15.847H24.583C24.9816 15.847 25.3639 15.6887 25.6457 15.4068C25.9276 15.125 26.0859 14.7427 26.0859 14.3441V5.32645C26.0859 4.92784 25.9276 4.54556 25.6457 4.26371C25.3639 3.98185 24.9816 3.82351 24.583 3.82351Z" fill="%233A8DDE"/></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.speeding {
        background-image: url('data:image/svg+xml,<svg width="31" height="27" viewBox="0 0 31 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.03 19.8C13.8366 19.8 12.692 19.3259 11.8481 18.482C11.0041 17.6381 10.53 16.4935 10.53 15.3C10.53 13.62 11.445 12.15 12.78 11.385L27.345 2.95505L19.05 17.3251C18.3 18.795 16.785 19.8 15.03 19.8ZM15.03 0.300049C17.745 0.300049 20.28 1.05005 22.485 2.28005L19.335 4.09505C18.03 3.58505 16.53 3.30005 15.03 3.30005C11.8474 3.30005 8.79519 4.56433 6.54476 6.81477C4.29432 9.0652 3.03004 12.1175 3.03004 15.3C3.03004 18.615 4.36504 21.615 6.54004 23.775H6.55504C7.14004 24.36 7.14004 25.305 6.55504 25.89C5.97004 26.475 5.01004 26.475 4.42504 25.905C3.03007 24.514 1.92369 22.861 1.16945 21.041C0.415222 19.2211 0.0280022 17.2701 0.0300373 15.3C0.0300373 11.3218 1.61039 7.50649 4.42344 4.69345C7.23648 1.8804 11.0518 0.300049 15.03 0.300049ZM30.03 15.3C30.03 19.44 28.35 23.19 25.635 25.905C25.05 26.475 24.105 26.475 23.52 25.89C23.381 25.7513 23.2707 25.5864 23.1954 25.405C23.1201 25.2235 23.0814 25.029 23.0814 24.8325C23.0814 24.6361 23.1201 24.4416 23.1954 24.2601C23.2707 24.0787 23.381 23.9138 23.52 23.775C24.6356 22.6641 25.5201 21.3431 26.1225 19.8885C26.725 18.434 27.0334 16.8745 27.03 15.3C27.03 13.8 26.745 12.3 26.22 10.95L28.035 7.80005C29.28 10.05 30.03 12.57 30.03 15.3Z" fill="%233A8DDE"/></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.curfew {
        background-image: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.03003 15.8C2.03003 17.5729 2.37922 19.3284 3.05766 20.9663C3.73609 22.6042 4.7305 24.0924 5.98409 25.346C7.23768 26.5996 8.72591 27.594 10.3638 28.2724C12.0017 28.9509 13.7572 29.3 15.53 29.3C17.3029 29.3 19.0584 28.9509 20.6963 28.2724C22.3342 27.594 23.8224 26.5996 25.076 25.346C26.3296 24.0924 27.324 22.6042 28.0024 20.9663C28.6808 19.3284 29.03 17.5729 29.03 15.8C29.03 12.2196 27.6077 8.78585 25.076 6.25411C22.5442 3.72237 19.1105 2.30005 15.53 2.30005C11.9496 2.30005 8.51583 3.72237 5.98409 6.25411C3.45235 8.78585 2.03003 12.2196 2.03003 15.8Z" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.53 8.30005V15.8L20.03 20.3" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.coverage {
        background-image: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.03 30.8C12.955 30.8 11.005 30.406 9.18003 29.618C7.35503 28.83 5.76753 27.7616 4.41753 26.4125C3.06753 25.0635 1.99903 23.476 1.21203 21.65C0.425031 19.824 0.0310312 17.874 0.0300312 15.8C0.0290312 13.726 0.423031 11.776 1.21203 9.95005C2.00103 8.12405 3.06953 6.53655 4.41753 5.18755C5.76553 3.83855 7.35303 2.77005 9.18003 1.98205C11.007 1.19405 12.957 0.800049 15.03 0.800049C17.103 0.800049 19.053 1.19405 20.88 1.98205C22.707 2.77005 24.2945 3.83855 25.6425 5.18755C26.9905 6.53655 28.0595 8.12405 28.8495 9.95005C29.6395 11.776 30.033 13.726 30.03 15.8C30.027 17.874 29.633 19.824 28.848 21.65C28.063 23.476 26.9945 25.0635 25.6425 26.4125C24.2905 27.7616 22.703 28.8305 20.88 29.6195C19.057 30.4085 17.107 30.802 15.03 30.8ZM15.03 27.8C18.38 27.8 21.2175 26.6375 23.5425 24.3125C25.8675 21.9875 27.03 19.15 27.03 15.8C27.03 15.625 27.024 15.4435 27.012 15.2555C27 15.0675 26.9935 14.9115 26.9925 14.7875C26.8675 15.5125 26.53 16.1125 25.98 16.5875C25.43 17.0625 24.78 17.3 24.03 17.3H21.03C20.205 17.3 19.499 17.0065 18.912 16.4195C18.325 15.8325 18.031 15.126 18.03 14.3V12.8H12.03V9.80005C12.03 8.97505 12.324 8.26905 12.912 7.68205C13.5 7.09505 14.206 6.80105 15.03 6.80005H16.53C16.53 6.22505 16.6865 5.71905 16.9995 5.28205C17.3125 4.84505 17.6935 4.48855 18.1425 4.21255C17.6425 4.08755 17.1365 3.98755 16.6245 3.91255C16.1125 3.83755 15.581 3.80005 15.03 3.80005C11.68 3.80005 8.84253 4.96255 6.51753 7.28755C4.19253 9.61255 3.03003 12.45 3.03003 15.8H10.53C12.18 15.8 13.5925 16.3875 14.7675 17.5625C15.9425 18.7375 16.53 20.15 16.53 21.8V23.3H12.03V27.425C12.53 27.55 13.024 27.644 13.512 27.707C14 27.77 14.506 27.801 15.03 27.8Z" fill="%233A8DDE"/></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.shareable {
        background-image: url('data:image/svg+xml,<svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.03 5.80005L20.03 2.80005C21.53 1.30005 24.53 1.30005 26.03 2.80005L27.53 4.30005C29.03 5.80005 29.03 8.80005 27.53 10.3L20.03 17.8C18.53 19.3 15.53 19.3 14.03 17.8M14.03 23.8L11.03 26.8C9.53003 28.3 6.53003 28.3 5.03003 26.8L3.53003 25.3C2.03003 23.8 2.03003 20.8 3.53003 19.3L11.03 11.8C12.53 10.3 15.53 10.3 17.03 11.8" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.driver_safety {
        background-image: url('data:image/svg+xml,<svg width="25" height="31" viewBox="0 0 25 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.03 30.8C8.55503 29.925 5.68603 27.931 3.42303 24.818C1.16003 21.705 0.02903 18.2491 0.03003 14.45V5.30005L12.03 0.800049L24.03 5.30005V14.45C24.03 18.25 22.899 21.7065 20.637 24.8195C18.375 27.9326 15.506 29.926 12.03 30.8ZM12.03 27.65C14.63 26.825 16.78 25.175 18.48 22.7001C20.18 20.225 21.03 17.475 21.03 14.45V7.36255L12.03 3.98755L3.03003 7.36255V14.45C3.03003 17.475 3.88003 20.225 5.58003 22.7001C7.28003 25.175 9.43003 26.825 12.03 27.65Z" fill="%233A8DDE"/></svg>');
        background-size: 18px; }
        @media (min-width: 801px) {
          .pb-features-wrap .pb-other-features .features-wrap .feature-inner.driver_safety {
            background-size: 25px; } }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.sos {
        background-image: url('data:image/svg+xml,<svg width="34" height="16" viewBox="0 0 34 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.28 15.3C13.455 15.3 12.749 15.0065 12.162 14.4195C11.575 13.8325 11.281 13.126 11.28 12.3V3.30005C11.28 2.47505 11.574 1.76905 12.162 1.18205C12.75 0.595049 13.456 0.301049 14.28 0.300049H18.78C19.605 0.300049 20.3115 0.594049 20.8995 1.18205C21.4875 1.77005 21.781 2.47605 21.78 3.30005V12.3C21.78 13.125 21.4865 13.8315 20.8995 14.4195C20.3125 15.0075 19.606 15.301 18.78 15.3H14.28ZM0.0300293 15.3V12.3H6.03003V9.30005H3.03003C2.20503 9.30005 1.49903 9.00655 0.912029 8.41955C0.325029 7.83255 0.0310293 7.12605 0.0300293 6.30005V3.30005C0.0300293 2.47505 0.324029 1.76905 0.912029 1.18205C1.50003 0.595049 2.20603 0.301049 3.03003 0.300049H9.03003V3.30005H3.03003V6.30005H6.03003C6.85503 6.30005 7.56153 6.59405 8.14953 7.18205C8.73753 7.77005 9.03103 8.47605 9.03003 9.30005V12.3C9.03003 13.125 8.73653 13.8315 8.14953 14.4195C7.56253 15.0075 6.85603 15.301 6.03003 15.3H0.0300293ZM24.03 15.3V12.3H30.03V9.30005H27.03C26.205 9.30005 25.499 9.00655 24.912 8.41955C24.325 7.83255 24.031 7.12605 24.03 6.30005V3.30005C24.03 2.47505 24.324 1.76905 24.912 1.18205C25.5 0.595049 26.206 0.301049 27.03 0.300049H33.03V3.30005H27.03V6.30005H30.03C30.855 6.30005 31.5615 6.59405 32.1495 7.18205C32.7375 7.77005 33.031 8.47605 33.03 9.30005V12.3C33.03 13.125 32.7365 13.8315 32.1495 14.4195C31.5625 15.0075 30.856 15.301 30.03 15.3H24.03ZM14.28 12.3H18.78V3.30005H14.28V12.3Z" fill="%233A8DDE"/></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.fleet_management {
        background-image: url('data:image/svg+xml,<svg width="31" height="25" viewBox="0 0 31 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.53 0.799927C20.3257 0.799927 21.0887 1.116 21.6513 1.67861C22.214 2.24122 22.53 3.00428 22.53 3.79993V5.29993H24.81C25.2597 5.29998 25.7036 5.40111 26.1089 5.59584C26.5142 5.79057 26.8705 6.07392 27.1515 6.42493L29.3715 9.20143C29.7977 9.73346 30.0299 10.3948 30.03 11.0764V17.2999C30.03 18.0956 29.714 18.8586 29.1513 19.4212C28.5887 19.9839 27.8257 20.2999 27.03 20.2999C27.03 21.4934 26.5559 22.638 25.712 23.4819C24.8681 24.3258 23.7235 24.7999 22.53 24.7999C21.3366 24.7999 20.192 24.3258 19.348 23.4819C18.5041 22.638 18.03 21.4934 18.03 20.2999H12.03C12.03 20.8909 11.9136 21.476 11.6875 22.022C11.4613 22.568 11.1299 23.064 10.712 23.4819C10.2941 23.8998 9.79807 24.2312 9.2521 24.4574C8.70614 24.6835 8.12098 24.7999 7.53003 24.7999C6.93908 24.7999 6.35392 24.6835 5.80795 24.4574C5.26199 24.2312 4.76591 23.8998 4.34805 23.4819C3.93019 23.064 3.59872 22.568 3.37257 22.022C3.14643 21.476 3.03003 20.8909 3.03003 20.2999C2.23438 20.2999 1.47132 19.9839 0.908709 19.4212C0.3461 18.8586 0.0300293 18.0956 0.0300293 17.2999V3.79993C0.0300293 3.00428 0.3461 2.24122 0.908709 1.67861C1.47132 1.116 2.23438 0.799927 3.03003 0.799927H19.53ZM7.53003 18.7999C7.1322 18.7999 6.75067 18.958 6.46937 19.2393C6.18807 19.5206 6.03003 19.9021 6.03003 20.2999C6.03003 20.6978 6.18807 21.0793 6.46937 21.3606C6.75067 21.6419 7.1322 21.7999 7.53003 21.7999C7.92785 21.7999 8.30938 21.6419 8.59069 21.3606C8.87199 21.0793 9.03003 20.6978 9.03003 20.2999C9.03003 19.9021 8.87199 19.5206 8.59069 19.2393C8.30938 18.958 7.92785 18.7999 7.53003 18.7999ZM22.53 18.7999C22.1322 18.7999 21.7507 18.958 21.4694 19.2393C21.1881 19.5206 21.03 19.9021 21.03 20.2999C21.03 20.6978 21.1881 21.0793 21.4694 21.3606C21.7507 21.6419 22.1322 21.7999 22.53 21.7999C22.9279 21.7999 23.3094 21.6419 23.5907 21.3606C23.872 21.0793 24.03 20.6978 24.03 20.2999C24.03 19.9021 23.872 19.5206 23.5907 19.2393C23.3094 18.958 22.9279 18.7999 22.53 18.7999ZM19.53 3.79993H3.03003V17.2999H4.17603C4.58171 16.8453 5.07558 16.4779 5.62763 16.22C6.17967 15.9622 6.77838 15.8192 7.38738 15.7998C7.99638 15.7805 8.60296 15.8851 9.17027 16.1074C9.73759 16.3297 10.2538 16.665 10.6875 17.0929L10.884 17.2999H19.176L19.3485 17.1184L19.53 16.9459V3.79993ZM24.81 8.29993H22.53V15.7999C23.76 15.7999 24.8745 16.2949 25.6875 17.0929L25.884 17.2999H27.03V11.0749L24.81 8.29993Z" fill="%233A8DDE"/></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.eld {
        background-image: url('data:image/svg+xml,<svg width="28" height="31" viewBox="0 0 28 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.03 3.30005H17.76C17.13 1.56005 15.48 0.300049 13.53 0.300049C11.58 0.300049 9.93003 1.56005 9.30003 3.30005H3.03003C2.23438 3.30005 1.47132 3.61612 0.908709 4.17873C0.3461 4.74134 0.0300293 5.5044 0.0300293 6.30005V27.3C0.0300293 28.0957 0.3461 28.8588 0.908709 29.4214C1.47132 29.984 2.23438 30.3 3.03003 30.3H24.03C24.8257 30.3 25.5887 29.984 26.1513 29.4214C26.714 28.8588 27.03 28.0957 27.03 27.3V6.30005C27.03 5.5044 26.714 4.74134 26.1513 4.17873C25.5887 3.61612 24.8257 3.30005 24.03 3.30005ZM13.53 3.30005C13.9279 3.30005 14.3094 3.45808 14.5907 3.73939C14.872 4.02069 15.03 4.40222 15.03 4.80005C15.03 5.19787 14.872 5.5794 14.5907 5.86071C14.3094 6.14201 13.9279 6.30005 13.53 6.30005C13.1322 6.30005 12.7507 6.14201 12.4694 5.86071C12.1881 5.5794 12.03 5.19787 12.03 4.80005C12.03 4.40222 12.1881 4.02069 12.4694 3.73939C12.7507 3.45808 13.1322 3.30005 13.53 3.30005ZM6.03003 9.30005H21.03V6.30005H24.03V27.3H3.03003V6.30005H6.03003V9.30005ZM6.78003 19.05L9.03003 16.8L12.03 19.8L18.78 13.05L21.03 15.3L12.03 24.3L6.78003 19.05Z" fill="%233A8DDE"/></svg>');
        background-size: 18px; }
        @media (min-width: 801px) {
          .pb-features-wrap .pb-other-features .features-wrap .feature-inner.eld {
            background-size: 25px; } }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.api_access {
        background-image: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.03 22.8H24.03C23.2016 22.8 22.53 23.4716 22.53 24.3V30.3C22.53 31.1285 23.2016 31.8 24.03 31.8H30.03C30.8585 31.8 31.53 31.1285 31.53 30.3V24.3C31.53 23.4716 30.8585 22.8 30.03 22.8Z" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.03003 22.8H3.03003C2.2016 22.8 1.53003 23.4716 1.53003 24.3V30.3C1.53003 31.1285 2.2016 31.8 3.03003 31.8H9.03003C9.85846 31.8 10.53 31.1285 10.53 30.3V24.3C10.53 23.4716 9.85846 22.8 9.03003 22.8Z" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.53 1.80005H13.53C12.7016 1.80005 12.03 2.47162 12.03 3.30005V9.30005C12.03 10.1285 12.7016 10.8 13.53 10.8H19.53C20.3585 10.8 21.03 10.1285 21.03 9.30005V3.30005C21.03 2.47162 20.3585 1.80005 19.53 1.80005Z" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.03003 22.8V18.3C6.03003 17.9022 6.18806 17.5207 6.46937 17.2394C6.75067 16.9581 7.1322 16.8 7.53003 16.8H25.53C25.9279 16.8 26.3094 16.9581 26.5907 17.2394C26.872 17.5207 27.03 17.9022 27.03 18.3V22.8M16.53 16.8V10.8" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.Ignition {
        background-image: url('data:image/svg+xml,<svg width="34" height="25" viewBox="0 0 34 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.53 9.80005H22.53V21.8H15.03L12.03 18.8H9.03003V11.3M9.03003 0.800049V3.80005H13.53V6.80005H9.03003L6.03003 9.80005V14.3H3.03003V9.80005H0.0300293V21.8H3.03003V17.3H6.03003V21.8H10.53L13.53 24.8H25.53V18.8H28.53V23.3H33.03V8.30005H28.53V12.8H25.53V6.80005H16.53V3.80005H21.03V0.800049H9.03003Z" fill="%233A8DDE"/></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.ignition-cut-off {
        background-image: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 100 100" fill="%233A8DDE" xmlns="http://www.w3.org/2000/svg"><g><path d="M33.4,13.7c-7.2,7.2-9.1,16.1-8.3,25.9c-1.3,0-2.3,0-3.2,0C19.5,19.2,32.6,5.4,47.9,1.9c15.8-3.6,35.4,6.7,38.9,26.7c0.3,1.5,0.4,3.1,0.4,4.7c0.1,6,0,12,0,18c0,0.3,0,0.7-0.1,1.1c-1.1,0-2.1,0-3.2,0c0-0.5,0-1,0-1.5c0-5.7,0.1-11.4,0-17.2c-0.2-9.5-4.1-17.1-11.5-23.1c-0.1-0.1-0.3-0.2-0.4-0.3c0,0-0.1,0-0.1,0c7.4,10.8,4.2,22.8-2.6,29.4c-7.3,7-18.4,8.3-27.1,3.1c-5-3-8.4-7.3-10-13C30.5,24.4,31.1,19,33.4,13.7z M53.7,4.7c-11.1,0.2-19.3,8.7-19.1,19.7c0.2,10.3,9,18.6,19.6,18.4c10.5-0.2,18.7-9,18.5-19.8C72.5,12.9,63.7,4.4,53.7,4.7z"/><path d="M7.4,65.2c0.5,0,1-0.1,1.4-0.1c9.7,0,19.3,0,29,0c1.3,0,1.7,0.4,1.6,1.7c-0.1,4.3,0,8.6,0,12.9c0,0.5,0,1-0.1,1.5c-10.7,0-21.3,0-31.9,0C7.4,75.9,7.4,70.6,7.4,65.2z M10.7,68.6c0,1.1,0,2,0,2.9c1,0,1.9,0,2.8,0c0-1,0-1.9,0-2.9C12.5,68.6,11.7,68.6,10.7,68.6z M17,68.6c0,1.1,0,1.9,0,2.8c1,0,2,0,2.9,0c0-1,0-1.9,0-2.8C19,68.6,18,68.6,17,68.6z M23.4,71.4c1.1,0,2,0,3,0c0-1,0-1.9,0-2.8c-1,0-2,0-3,0C23.4,69.6,23.4,70.4,23.4,71.4z"/><path d="M23.5,55.6c5.6,0,11.2,0,16.8,0c1.8,0,2.3,0.4,2.3,2.3c0.1,4.2,0.1,4.2-4.1,4.2c-10.5,0-21.1,0-31.6,0c-2.3,0-2.8-0.5-2.8-2.8c-0.1-3.5,0.4-3.7,3.7-3.7C12.9,55.6,18.2,55.6,23.5,55.6z"/><path d="M93.5,87.6c-2.1,0-4.2,0-6.3,0c0-1,0-2,0-3c-1.1,0-2,0-3.1,0c0,1,0,1.9,0,3c-2.2,0-4.3,0-6.4,0c0-0.3-0.1-0.7-0.1-1c0-3.5,0-7.1,0-10.6c0-0.9,0.2-1.3,1.2-1.2c1.7,0.1,3.5,0,5.3,0c0,2.2,0,4.2,0,6.3c1.1,0,2,0,3.1,0c0-2,0-4.1,0-6.3c2.2,0,4.3,0,6.4,0C93.5,79,93.5,83.2,93.5,87.6z"/><path d="M29.7,42.9c0,3.2,0,6.3,0,9.5c-4.3,0-8.4,0-12.7,0c0-3.1,0-6.3,0-9.5C21.2,42.9,25.4,42.9,29.7,42.9z"/><path d="M92,55.7c0,3.2,0,6.3,0,9.5c-0.4,0-0.7,0.1-1.1,0.1c-3.5,0-7,0-10.6,0c-0.9,0-1.2-0.3-1.2-1.2c0.1-2.8,0-5.5,0-8.4C83.4,55.7,87.6,55.7,92,55.7z"/><path d="M8.3,84.4c10.1,0,19.9,0,30,0c-0.5,1.1-0.9,2-1.5,2.9c-0.1,0.2-0.7,0.3-1.1,0.3c-8.3,0-16.6,0-24.9,0c-0.5,0-1.1-0.4-1.4-0.9C9,86.1,8.8,85.3,8.3,84.4z"/><path d="M95.8,71.6c-6.8,0-13.7,0-20.5,0c-0.1-0.1-0.2-0.2-0.3-0.4c1-0.9,1.9-1.8,3-2.6c0.3-0.2,0.8-0.3,1.3-0.3c4.2,0,8.4,0,12.6,0c0.6,0,1.3,0.3,1.7,0.7c0.9,0.7,1.6,1.5,2.4,2.2C96,71.4,95.9,71.5,95.8,71.6z"/><path d="M90.3,97.2c-3.2,0-6.3,0-9.5,0c0-2.1,0-4.1,0-6.3c3.1,0,6.3,0,9.5,0C90.3,92.9,90.3,94.9,90.3,97.2z"/><path d="M12.2,90.8c2.1,0,4.2,0,6.3,0c0,2.7,0,5.3,0,8c-2.1,0-4.1,0-6.3,0C12.2,96.2,12.2,93.5,12.2,90.8z"/><path d="M28.2,90.8c2.1,0,4.1,0,6.3,0c0,2.6,0,5.2,0,8c-2,0-4.1,0-6.3,0C28.2,96.2,28.2,93.6,28.2,90.8z"/><path d="M53.5,39.7c-8.8,0-16-7.3-15.9-16.1c0.1-8.8,7.4-16,16.2-15.9c8.8,0.1,16,7.4,15.9,16.2C69.6,32.6,62.4,39.7,53.5,39.7zM53.7,36.4c7,0,12.7-5.7,12.6-12.7c0-7-5.8-12.7-12.8-12.7c-7,0.1-12.7,5.8-12.6,12.8C41,30.8,46.7,36.4,53.7,36.4z"/></g></svg>'); }
      .pb-features-wrap .pb-other-features .features-wrap .feature-inner.sensors {
        background-image: url('data:image/svg+xml,<svg width="31" height="22" viewBox="0 0 31 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.67003 17.1606C7.03503 15.5406 6.03003 13.2906 6.03003 10.8006C6.03003 8.31056 7.03503 6.06056 8.67003 4.44056L10.8 6.57056C9.70503 7.65056 9.03003 9.15056 9.03003 10.8006C9.03003 12.4506 9.70503 13.9506 10.785 15.0456L8.67003 17.1606ZM21.39 17.1606C23.025 15.5406 24.03 13.2906 24.03 10.8006C24.03 8.31056 23.025 6.06056 21.39 4.44056L19.26 6.57056C20.355 7.65056 21.03 9.15056 21.03 10.8006C21.03 12.4506 20.355 13.9506 19.275 15.0456L21.39 17.1606ZM15.03 7.80056C13.38 7.80056 12.03 9.15056 12.03 10.8006C12.03 12.4506 13.38 13.8006 15.03 13.8006C16.68 13.8006 18.03 12.4506 18.03 10.8006C18.03 9.15056 16.68 7.80056 15.03 7.80056ZM27.03 10.8006C27.03 14.1156 25.68 17.1156 23.505 19.2756L25.635 21.4056C28.35 18.6906 30.03 14.9406 30.03 10.8006C30.03 6.66056 28.35 2.91056 25.635 0.195557L23.505 2.32556C24.624 3.43482 25.5117 4.75507 26.1168 6.20984C26.7218 7.6646 27.0323 9.22497 27.03 10.8006ZM6.55503 2.32556L4.42503 0.195557C1.71003 2.91056 0.0300293 6.66056 0.0300293 10.8006C0.0300293 14.9406 1.71003 18.6906 4.42503 21.4056L6.55503 19.2756C4.38003 17.1156 3.03003 14.1156 3.03003 10.8006C3.03003 7.48556 4.38003 4.48556 6.55503 2.32556Z" fill="%233A8DDE"/></svg>'); }

.pb-features-wrap .pb-pricing {
  padding: 40px 0;
  background: #fff;
  position: relative; }
  @media (min-width: 551px) {
    .pb-features-wrap .pb-pricing {
      padding: 48px 0; } }
  .pb-features-wrap .pb-pricing .pb-title {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 28px;
    color: #1B3D5C;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .pb-pricing .pb-title {
        font-size: 40px;
        line-height: 48px; } }
  .pb-features-wrap .pb-pricing .pb-details {
    font-size: 13px;
    font-weight: 400;
    color: #444444;
    text-align: center;
    line-height: 19.36px;
    margin-bottom: 10px; }
    .pb-features-wrap .pb-pricing .pb-details:last-child {
      margin: 0; }
    @media (min-width: 801px) {
      .pb-features-wrap .pb-pricing .pb-details {
        font-size: 16px;
        line-height: 19.36px; } }
  .pb-features-wrap .pb-pricing .current-plan {
    display: none !important; }
  .pb-features-wrap .pb-pricing .bulk-discounts-modal {
    top: 20% !important; }

.pb-features-wrap .custom-built {
  padding: 40px 0;
  background: #1B3D5C; }
  @media (min-width: 801px) {
    .pb-features-wrap .custom-built {
      padding: 48px 0; } }
  .pb-features-wrap .custom-built h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 16px;
    line-height: 33px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .custom-built h3 {
        font-size: 40px;
        margin: 0 0 20px;
        line-height: 48.41px; } }
  .pb-features-wrap .custom-built .pb-details {
    color: #BBC5CE;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
    line-height: 21.78px;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .custom-built .pb-details {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 21.78px; } }
  .pb-features-wrap .custom-built .learn-more {
    display: block;
    width: 100%;
    padding: 12px;
    color: #fff;
    margin: 0 auto;
    font-size: 18px;
    max-width: 375px;
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
    line-height: 21.78px;
    text-decoration: none;
    transition: .2s all ease;
    background-color: #F27221;
    border: 1px solid #F27221;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .custom-built .learn-more {
        max-width: 293px; } }
    .pb-features-wrap .custom-built .learn-more:hover {
      color: #F27221;
      background-color: #fff;
      transition: .2s all ease; }
      .pb-features-wrap .custom-built .learn-more:hover span {
        transition: .2s all ease;
        background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.48034 16.3058L16.1497 9.63645C16.2712 9.50959 16.3664 9.36001 16.4298 9.19627C16.5633 8.87152 16.5633 8.50727 16.4298 8.18252C16.3664 8.01879 16.2712 7.8692 16.1497 7.74234L9.48034 1.07295C9.35597 0.948578 9.20832 0.849923 9.04583 0.782615C8.88333 0.715307 8.70917 0.680664 8.53328 0.680664C8.17807 0.680664 7.8374 0.821772 7.58623 1.07295C7.33506 1.32412 7.19395 1.66479 7.19395 2.02C7.19395 2.37521 7.33506 2.71588 7.58623 2.96705L11.988 7.35552L1.86389 7.35552C1.51012 7.35552 1.17084 7.49605 0.920692 7.7462C0.670541 7.99635 0.530009 8.33563 0.530009 8.6894C0.530009 9.04316 0.670541 9.38244 0.920692 9.63259C1.17084 9.88274 1.51012 10.0233 1.86389 10.0233L11.988 10.0233L7.58623 14.4117C7.46121 14.5357 7.36197 14.6833 7.29425 14.8458C7.22654 15.0084 7.19167 15.1827 7.19167 15.3588C7.19167 15.5349 7.22654 15.7092 7.29425 15.8718C7.36197 16.0343 7.46121 16.1818 7.58623 16.3058C7.71023 16.4309 7.85776 16.5301 8.0203 16.5978C8.18285 16.6655 8.3572 16.7004 8.53328 16.7004C8.70937 16.7004 8.88372 16.6655 9.04626 16.5978C9.20881 16.5301 9.35634 16.4309 9.48034 16.3058Z" fill="%23F27221"/></svg>');
        background-position: right 0px center; }
  .pb-features-wrap .custom-built span {
    background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.48034 16.3058L16.1497 9.63645C16.2712 9.50959 16.3664 9.36001 16.4298 9.19627C16.5633 8.87152 16.5633 8.50727 16.4298 8.18252C16.3664 8.01879 16.2712 7.8692 16.1497 7.74234L9.48034 1.07295C9.35597 0.948578 9.20832 0.849923 9.04583 0.782615C8.88333 0.715307 8.70917 0.680664 8.53328 0.680664C8.17807 0.680664 7.8374 0.821772 7.58623 1.07295C7.33506 1.32412 7.19395 1.66479 7.19395 2.02C7.19395 2.37521 7.33506 2.71588 7.58623 2.96705L11.988 7.35552L1.86389 7.35552C1.51012 7.35552 1.17084 7.49605 0.920692 7.7462C0.670541 7.99635 0.530009 8.33563 0.530009 8.6894C0.530009 9.04316 0.670541 9.38244 0.920692 9.63259C1.17084 9.88274 1.51012 10.0233 1.86389 10.0233L11.988 10.0233L7.58623 14.4117C7.46121 14.5357 7.36197 14.6833 7.29425 14.8458C7.22654 15.0084 7.19167 15.1827 7.19167 15.3588C7.19167 15.5349 7.22654 15.7092 7.29425 15.8718C7.36197 16.0343 7.46121 16.1818 7.58623 16.3058C7.71023 16.4309 7.85776 16.5301 8.0203 16.5978C8.18285 16.6655 8.3572 16.7004 8.53328 16.7004C8.70937 16.7004 8.88372 16.6655 9.04626 16.5978C9.20881 16.5301 9.35634 16.4309 9.48034 16.3058Z" fill="white"/></svg>');
    padding: 0 30px 0 0;
    transition: .2s all ease;
    background-repeat: no-repeat;
    background-position: right 5px center; }

.pb-features-wrap .here-to-help {
  padding: 40px 0;
  background: #ECF0F8; }
  @media (min-width: 801px) {
    .pb-features-wrap .here-to-help {
      padding: 100px 0; } }
  .pb-features-wrap .here-to-help h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 28px;
    color: #1B3D5C;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .here-to-help h3 {
        font-size: 40px;
        line-height: 48px; } }
  .pb-features-wrap .here-to-help .help-define {
    margin: 16px 0;
    font-size: 16px;
    font-weight: 400;
    color: #1B3D5C;
    text-align: left;
    line-height: 22.5px;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 551px) {
      .pb-features-wrap .here-to-help .help-define {
        font-size: 18px;
        line-height: 26px;
        text-align: center; } }
  .pb-features-wrap .here-to-help .help-form-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 654px;
    padding: 24px 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.2); }
    @media (min-width: 551px) {
      .pb-features-wrap .here-to-help .help-form-wrapper {
        padding: 32px;
        border-radius: 20px; } }
    .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full {
      padding: 0;
      margin-bottom: 12px; }
      @media (min-width: 551px) {
        .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full {
          margin-bottom: 24px; } }
      .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full--wrap {
        display: flex;
        gap: 24px;
        padding: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
        @media (min-width: 551px) {
          .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full--wrap {
            flex-wrap: nowrap; } }
      .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full.submitbutton {
        margin: 0; }
        .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full.submitbutton .ns_submit {
          color: #fff;
          font-weight: 600;
          line-height: 17px;
          margin: 10px 0 0 0;
          background-color: #F27221;
          font-size: 14px !important;
          border-radius: 100px !important;
          border: 1px solid #F27221 !important;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
          .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full.submitbutton .ns_submit:hover {
            color: #F27221;
            background-color: #fff !important; }
      .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full .ns_half {
        width: 100%; }
        @media (min-width: 551px) {
          .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full .ns_half {
            width: 50%; } }
      .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full label {
        display: inline-block;
        opacity: .7;
        margin: 0 0 8px;
        font-size: 14px;
        font-weight: 400;
        color: #444444;
        line-height: 17px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full label {
            font-size: 16px;
            line-height: 19.36px; } }
      .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full input {
        height: 48px;
        color: #444;
        padding: 12px !important;
        font-size: 12px !important;
        font-weight: 400;
        border-radius: 8px !important;
        line-height: 14px;
        border: 1px solid rgba(68, 68, 68, 0.5) !important;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .pb-features-wrap .here-to-help .help-form-wrapper .ns_main .ns_full input {
            height: 41px;
            font-size: 14px !important;
            line-height: 16.94px; } }
    .pb-features-wrap .here-to-help .help-form-wrapper .ns_main:last-child {
      margin: 0; }

.pb-features-wrap .gps-category-wrap {
  padding: 40px 0;
  background: #ECF0F8; }
  @media (min-width: 801px) {
    .pb-features-wrap .gps-category-wrap {
      padding: 48px 0 80px 0; } }
  .pb-features-wrap .gps-category-wrap h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 28px;
    color: #1B3D5C;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .pb-features-wrap .gps-category-wrap h3 {
        font-size: 40px;
        line-height: 48px; } }
  .pb-features-wrap .gps-category-wrap .gps-shop-wrap {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 20px;
    max-width: 921px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .pb-features-wrap .gps-category-wrap .gps-shop-wrap {
        gap: 24px;
        margin-top: 32px; } }
    .pb-features-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner {
      display: block;
      padding: 20px;
      background: #fff;
      text-align: center;
      border-radius: 12px;
      text-decoration: none;
      width: calc(50% - 10px);
      transition: .4s all ease;
      border: 1px solid transparent;
      box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); }
      @media (min-width: 551px) {
        .pb-features-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner {
          padding: 23px 10px;
          width: calc(33.33% - 16px); } }
      .pb-features-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .icon-shop-category {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin: 0 0 10px; }
        @media (min-width: 801px) {
          .pb-features-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .icon-shop-category {
            width: 85px;
            height: 85px;
            margin: 0 0 24px; } }
        .pb-features-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .icon-shop-category svg {
          width: 100%;
          height: 100%; }
      .pb-features-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .gps-cat-title {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: #444444;
        line-height: 22px;
        text-align: center;
        font-family: "Inter", sans-serif;
        transition: .4s all ease; }
        @media (min-width: 801px) {
          .pb-features-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .gps-cat-title {
            font-size: 20px;
            line-height: 24px; } }
      .pb-features-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner:hover {
        transition: .4s all ease;
        border-color: #1C89DE;
        transition: border-color .4s ease;
        box-shadow: 0px 2.73px 10.23px 0px rgba(28, 137, 222, 0.2); }
        .pb-features-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner:hover .gps-cat-title {
          color: #1C89DE;
          transition: .4s all ease; }
  .pb-features-wrap .gps-category-wrap + .tabs-contents {
    margin: 0; }
    .pb-features-wrap .gps-category-wrap + .tabs-contents .tab-content {
      padding: 0; }

.body .page-content--centered {
  width: 100%; }
  @media (min-width: 801px) {
    .body .page-content--centered {
      width: 91%; } }
  @media (min-width: 1261px) {
    .body .page-content--centered {
      width: 78.66666%; } }

.main-industryPage-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto; }
  .main-industryPage-container .industry-page-header-container .industry-page-heading-wrap {
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 1.5rem;
    width: 100%; }
    @media (min-width: 801px) {
      .main-industryPage-container .industry-page-header-container .industry-page-heading-wrap {
        left: 26px;
        width: 50%; } }
    .main-industryPage-container .industry-page-header-container .industry-page-heading-wrap .industry-page-header {
      background-color: transparent;
      color: #fff;
      line-height: 2.4rem;
      margin: 0 0 .6rem;
      text-align: center; }
    .main-industryPage-container .industry-page-header-container .industry-page-heading-wrap .industry-page-subhead {
      color: #fff;
      font-size: 16px;
      font-family: Helvetica, sans-serif;
      margin: 0 auto;
      text-align: center;
      width: 90%; }
      @media (min-width: 801px) {
        .main-industryPage-container .industry-page-header-container .industry-page-heading-wrap .industry-page-subhead {
          font-size: 1.5em; } }
  .main-industryPage-container .industry-page-header-container .industry-page-header-image-wrap {
    overflow: hidden;
    display: block;
    width: 100%; }
    .main-industryPage-container .industry-page-header-container .industry-page-header-image-wrap .industry-page-header-image-desktop, .main-industryPage-container .industry-page-header-container .industry-page-header-image-wrap .industry-page-header-image-mobile-medium {
      height: auto;
      width: 100%;
      margin: 0 auto; }
    .main-industryPage-container .industry-page-header-container .industry-page-header-image-wrap .industry-page-header-image-desktop {
      display: none; }
      @media (min-width: 801px) {
        .main-industryPage-container .industry-page-header-container .industry-page-header-image-wrap .industry-page-header-image-desktop {
          display: block; } }
    .main-industryPage-container .industry-page-header-container .industry-page-header-image-wrap .industry-page-header-image-mobile-medium {
      display: block; }
      @media (min-width: 801px) {
        .main-industryPage-container .industry-page-header-container .industry-page-header-image-wrap .industry-page-header-image-mobile-medium {
          display: none; } }
  .main-industryPage-container .industry-page-form-wrap {
    background-color: rgba(245, 245, 245, 0.8);
    border: 1px solid #ccc;
    float: none;
    position: relative;
    right: 0;
    top: 0px;
    width: auto; }
    @media (min-width: 801px) {
      .main-industryPage-container .industry-page-form-wrap {
        float: right;
        border: 0;
        position: absolute;
        right: 40px;
        top: 0px;
        width: 324px; } }
    .main-industryPage-container .industry-page-form-wrap .industry-page-form-header {
      font-size: 1.20em;
      margin: 10px auto 0;
      text-align: center;
      width: 100%; }
    .main-industryPage-container .industry-page-form-wrap .industry-page-client-form-wrapper {
      margin: 0 auto;
      padding: 10px 10px 10px;
      text-align: center; }

.industry-page-bkg-color-blue {
  background-color: #07223f; }
  .industry-page-bkg-color-blue .industry-page-call-out-text {
    color: #fff;
    font-size: 20px;
    margin: auto;
    max-width: 380px;
    padding: 1em;
    text-align: center; }
    @media (min-width: 801px) {
      .industry-page-bkg-color-blue .industry-page-call-out-text {
        margin: 0; } }

.industry-page-bkg-color-gray {
  background-color: #ebebeb; }

.industry-page-solutions {
  padding-top: 20px;
  padding-bottom: 35px; }
  .industry-page-solutions .industry-page-solutions-header {
    font-weight: 400;
    color: #07223f;
    margin: 0;
    text-align: center; }
  .industry-page-solutions .industry-page-solutions-links-wrap {
    list-style: none;
    margin: 0 auto;
    text-align: center; }
    .industry-page-solutions .industry-page-solutions-links-wrap .industry-page-solutions-links {
      display: inline-block;
      width: 230px;
      padding: .71429rem 1.42857rem;
      font-size: .92857rem;
      font-weight: 400;
      letter-spacing: .1em;
      background: #fff;
      border-style: solid;
      border-color: #fe720b;
      border-radius: 4px;
      border-width: 1px;
      color: #fe720b;
      margin: 10px; }
      .industry-page-solutions .industry-page-solutions-links-wrap .industry-page-solutions-links a {
        color: #344bd5;
        text-decoration: none; }
        .industry-page-solutions .industry-page-solutions-links-wrap .industry-page-solutions-links a:visited {
          color: #344bd5; }

.bhs-industry-review-container {
  text-align: center; }
  .bhs-industry-review-container:after, .bhs-industry-review-container:before {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  .bhs-industry-review-container .bhs-sa-reviewbox-wrapper-industry {
    float: left;
    padding: 0 .5rem 2rem;
    width: 100%; }
    @media (min-width: 551px) {
      .bhs-industry-review-container .bhs-sa-reviewbox-wrapper-industry {
        width: 50%; } }
    @media (min-width: 801px) {
      .bhs-industry-review-container .bhs-sa-reviewbox-wrapper-industry {
        width: 25%; } }
  .bhs-industry-review-container .bhs-gateway-reviews-see-all {
    background-color: #ee6200;
    border-color: #ee6200;
    color: #000;
    clear: both;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    width: 215px; }

.coupon-page-desc {
  color: #333333;
  font-size: 18px; }
  .coupon-page-desc a {
    color: #5090cd;
    text-decoration: none; }

.coupons-box-wrap .row {
  margin: 0 -10px; }
  .coupons-box-wrap .row div[class*="col-"] {
    padding: 0 10px;
    width: 320px;
    max-width: 100%;
    float: none;
    margin: 0 auto; }
    @media (min-width: 551px) {
      .coupons-box-wrap .row div[class*="col-"] {
        float: left;
        width: 50%; } }
    @media (min-width: 801px) {
      .coupons-box-wrap .row div[class*="col-"] {
        width: 33.3333%; } }

.coupons-box-wrap .coupon-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px dashed #000;
  margin-bottom: 20px;
  min-height: 120px;
  height: 100%; }
  .coupons-box-wrap .coupon-box > div {
    display: flex;
    flex-direction: column;
    padding: 10px; }
    .coupons-box-wrap .coupon-box > div.coupon-discount {
      background: #5090cd;
      color: #fff;
      flex: 2;
      align-items: center;
      justify-content: center;
      font-family: 'Bebas Neue',cursive;
      font-size: 46px;
      line-height: 3rem;
      text-align: center; }
    .coupons-box-wrap .coupon-box > div.coupon-detail {
      align-items: flex-start;
      justify-content: center;
      flex: 4; }
      .coupons-box-wrap .coupon-box > div.coupon-detail h3 {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        margin: 0 0 0.2rem; }
      .coupons-box-wrap .coupon-box > div.coupon-detail p {
        margin: 0 0 0.5rem; }
      .coupons-box-wrap .coupon-box > div.coupon-detail .coupon-code-wrap.form-field {
        margin: 0;
        position: relative;
        width: 100%; }
        .coupons-box-wrap .coupon-box > div.coupon-detail .coupon-code-wrap.form-field.copied {
          box-shadow: 0 0 4px #5090cd;
          border-radius: 4px; }
        .coupons-box-wrap .coupon-box > div.coupon-detail .coupon-code-wrap.form-field .form-input {
          background-color: #ececec;
          border-color: #c0c0c0;
          max-height: 28px;
          padding: 0 40px 0 5px;
          font-family: 'Roboto', sans-serif;
          font-size: 12px; }
      .coupons-box-wrap .coupon-box > div.coupon-detail .coupon-code-wrap .coupon-button {
        background-color: #494949;
        color: #fff;
        border-radius: 0px 4px 4px 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 12px;
        max-width: 45px;
        width: 100%;
        text-transform: uppercase; }
        .coupons-box-wrap .coupon-box > div.coupon-detail .coupon-code-wrap .coupon-button:before {
          content: "";
          width: 0;
          height: 0;
          border-top: 28px solid transparent;
          border-bottom: 0px solid transparent;
          border-right: 10px solid #494949;
          position: absolute;
          right: 45px;
          top: 0; }
      .coupons-box-wrap .coupon-box > div.coupon-detail .coupon-code-wrap.copied .copy-notify {
        display: block; }
      .coupons-box-wrap .coupon-box > div.coupon-detail .coupon-code-wrap .copy-notify {
        background: #146c01;
        color: #fff;
        width: auto;
        text-align: center;
        min-height: 28px;
        line-height: 2rem;
        text-transform: uppercase;
        font-size: 12px;
        font-family: Roboto,sans-serif;
        position: absolute;
        padding: 0 .5rem;
        bottom: -30px;
        display: none; }

.coupons-page-expert {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto;
  flex-direction: column; }
  @media (min-width: 801px) {
    .coupons-page-expert {
      flex-direction: row; } }
  @media (min-width: 801px) {
    .coupons-page-expert div {
      flex: 1; } }
  .coupons-page-expert div img {
    border-radius: 50%;
    border: 1px solid #bebebe;
    max-width: 128px;
    width: 100%; }
  .coupons-page-expert p {
    color: #494949;
    font-size: 20px;
    margin: 0;
    padding: 20px; }
    @media (min-width: 801px) {
      .coupons-page-expert p {
        flex: 5; } }

.ns_main {
  padding: 0; }
  .ns_main .ns_full, .ns_main .ns_half {
    display: inline-block; }
  .ns_main .ns_full {
    width: 100%;
    padding-bottom: 5px; }
  .ns_main .ns_half {
    width: 50%; }
  .ns_main .ns_right {
    float: right; }
  .ns_main .recaptcha-container {
    text-align: left; }
  .ns_main input[type="email"], .ns_main input[type="password"], .ns_main input[type="tel"], .ns_main input[type="text"], .ns_main input[type="url"] {
    border: 1px solid grey;
    border-radius: 4px;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%; }
  .ns_main .ns_submit {
    background-color: #255683;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 1px;
    margin-top: 10px;
    width: 100%; }
    .ns_main .ns_submit:hover {
      background: #4781b6; }

.ns_complete {
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: none;
  justify-content: center;
  min-height: 200px;
  text-align: center; }

.common-title-gps-page {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  font-family: "Arial", Arial, Helvetica, sans-serif; }
  @media (min-width: 551px) {
    .common-title-gps-page {
      font-size: 26px;
      line-height: 30px; } }
  @media (min-width: 801px) {
    .common-title-gps-page {
      font-size: 32px;
      line-height: 40px; } }
  .common-title-gps-page.odd-color {
    color: #1B3D5C; }
  .common-title-gps-page.shop {
    color: #444444; }

.common-detail-gps-page {
  opacity: .7;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin: 32px 0 0 0;
  text-align: center; }
  @media (min-width: 801px) {
    .common-detail-gps-page {
      margin: 24px 0 0 0; } }
  .common-detail-gps-page.shop {
    color: #1B3D5C; }
  .common-detail-gps-page + .common-detail-gps-page {
    margin-top: 20px; }

.new-gps-bhs-wrap .bhs-top-banner {
  background: #C8D3E9;
  padding: 48px 0 154px 0; }
  @media (min-width: 551px) {
    .new-gps-bhs-wrap .bhs-top-banner {
      padding: 48px 0 86px 0;
      background: linear-gradient(90deg, #ebeff8 8%, #c6d2e9 100%); } }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .bhs-top-banner {
      padding: 126px 0; } }
  .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap {
        gap: 60px; } }
    .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left {
      width: 100%; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left {
          width: 55%; } }
      .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title {
        color: #1B3D5C; }
      .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details {
        color: #546E89; }
    .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right {
      width: 100%;
      text-align: center; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right {
          text-align: left;
          width: calc(45% - 60px); } }
      .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img {
        width: 100%;
        max-width: 210px; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img {
            max-width: 380px; } }
        .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img.lazyload {
          max-width: 210px; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img.lazyload {
              max-width: 350px; } }
        .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img.lazyloading {
          max-width: 210px; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img.lazyloading {
              max-width: 350px; } }

.new-gps-bhs-wrap .gps-category-wrap {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .gps-category-wrap {
      padding: 48px 0 80px 0; } }
  .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 20px;
    max-width: 921px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap {
        gap: 24px;
        margin-top: 32px; } }
    .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner {
      display: block;
      padding: 20px;
      text-align: center;
      border-radius: 12px;
      text-decoration: none;
      width: calc(50% - 10px);
      transition: .4s all ease;
      border: 1px solid transparent;
      box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner {
          padding: 23px 10px;
          width: calc(33.33% - 16px); } }
      .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .icon-shop-category {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin: 0 0 10px; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .icon-shop-category {
            width: 85px;
            height: 85px;
            margin: 0 0 24px; } }
        .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .icon-shop-category svg {
          width: 100%;
          height: 100%; }
      .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .gps-cat-title {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: #444444;
        line-height: 22px;
        text-align: center;
        font-family: "Inter", sans-serif;
        transition: .4s all ease; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner .gps-cat-title {
            font-size: 20px;
            line-height: 24px; } }
      .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner:hover {
        transition: .4s all ease;
        border-color: #1C89DE;
        transition: border-color .4s ease;
        box-shadow: 0px 2.73px 10.23px 0px rgba(28, 137, 222, 0.2); }
        .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner:hover .gps-cat-title {
          color: #1C89DE;
          transition: .4s all ease; }
      .new-gps-bhs-wrap .gps-category-wrap .gps-shop-wrap .gps-shop-inner[title="Fleet Tracking"] .icon-shop-category {
        max-width: 126px;
        width: 100%; }

.new-gps-bhs-wrap .bhs-gps-bg {
  padding: 48px 0;
  background: #ECF0F8; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .bhs-gps-bg {
      padding: 125px 0; } }
  .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 1261px) {
      .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap {
        gap: 60px; } }
    .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left {
      width: 100%; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left {
          width: calc(50% - 20px);
          padding: 18px 0 0 0; } }
      @media (min-width: 1261px) {
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left {
          width: 50%; } }
      .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left .prod-gps-icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 0 16px; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left .prod-gps-icon {
            width: 50px;
            height: 50px;
            margin: 0 0 40px; } }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left .prod-gps-icon svg {
          width: 100%;
          height: 100%; }
      .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left .prod-gps-title {
        color: #444;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 16px;
        text-align: left;
        line-height: 24px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left .prod-gps-title {
            font-size: 32px;
            line-height: 32px; } }
      .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left .prod-gps-details {
        margin: 0;
        font-size: 16px;
        color: #47484A;
        text-align: left;
        font-weight: 400;
        line-height: 22px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left .prod-gps-details + .prod-gps-details {
          margin-top: 15px; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-left .prod-gps-details {
            font-size: 20px;
            line-height: 32px; } }
    .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right {
      width: 100%; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right {
          width: 50%; } }
      @media (min-width: 1261px) {
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right {
          width: calc(50% - 60px); } }
      .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider .slick-list.draggable {
        padding: 0 60px 0 0; }
        @media (min-width: 961px) {
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider .slick-list.draggable {
            padding: 0 100px 0 0; } }
      .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider .carousel-tooltip {
        display: none; }
      .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider .slick-arrow {
        border: 0;
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        background-color: #1B3D5C;
        position: absolute;
        transition: all 0.3s ease; }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider .slick-arrow:before {
          position: absolute;
          top: 50%;
          right: 0;
          width: 24px;
          height: 24px;
          margin: 0 auto;
          background-size: 100%;
          transform: translateY(-50%);
          background-position: center center; }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider .slick-arrow.slick-prev {
          left: 0px; }
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider .slick-arrow.slick-prev:before {
            left: 0;
            background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z" fill="%23ffffff"></path></g></svg>'); }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider .slick-arrow.slick-next {
          right: -20px; }
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider .slick-arrow.slick-next:before {
            left: 1px;
            background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z" fill="%23ffffff"></path></g></svg>'); }
      .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list.slick-slider:hover .slick-arrow {
        opacity: 1;
        visibility: visible; }
      .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner {
        margin: 10px;
        padding: 24px;
        position: relative;
        border-radius: 22px;
        transition: .2s all ease;
        background-color: #fff;
        box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner {
            padding: 40px 28px 28px 28px; } }
        @media (min-width: 1261px) {
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner {
            margin: 10px 20px; } }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-figurer {
          margin: 0 0 36px;
          text-align: center; }
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-figurer img {
            width: 100%;
            margin: 0 auto;
            max-width: 150px;
            object-fit: contain; }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-prod-title {
          margin: 0 0 5px;
          font-size: 16px;
          color: #444444;
          font-weight: 700;
          text-align: left;
          line-height: 21px;
          letter-spacing: -0.02em;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-prod-title {
              margin: 0 0 8px;
              font-size: 21px;
              line-height: 25px; } }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-prod-detail {
          font-size: 12px;
          font-weight: 400;
          text-align: left;
          margin: 0 0 10px;
          color: #444444;
          line-height: 19px;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-prod-detail {
              margin: 0 0 16px; } }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-price-wrap {
          display: none;
          margin: 0 0 16px; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-price-wrap {
              display: block; } }
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-price-wrap .gps-pricing {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin: 0 0 8px;
            align-items: center;
            justify-content: flex-start; }
            .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-price-wrap .gps-pricing .price-now {
              margin: 0;
              font-size: 20px;
              color: #444444;
              font-weight: 700;
              text-align: left;
              line-height: 24px;
              font-family: "Arial", Arial, Helvetica, sans-serif; }
            .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-price-wrap .gps-pricing .price-was {
              margin: 0;
              font-size: 20px;
              color: #8D8D8D;
              font-weight: 700;
              text-align: left;
              line-height: 24px;
              font-family: "Arial", Arial, Helvetica, sans-serif; }
            .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-price-wrap .gps-pricing .gps-reviews {
              display: inline-block;
              height: 19px;
              width: 126px; }
              .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-price-wrap .gps-pricing .gps-reviews svg {
                width: 100%;
                height: 100%; }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-sipping {
          margin: 0;
          font-size: 14px;
          font-weight: 700;
          text-align: left;
          color: #005295;
          line-height: 17px;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-buy-btn {
          margin: 0;
          color: #fff;
          padding: 14px;
          display: block;
          font-size: 13px;
          font-weight: 700;
          line-height: 16px;
          text-align: center;
          border-radius: 100px;
          background: #F27221;
          text-decoration: none;
          transition: .2s all ease;
          border: 1px solid #F27221;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-buy-btn {
              margin: 16px 0 0 0; } }
          @media (min-width: 801px) {
            .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-buy-btn {
              display: inline-block;
              padding: 14px 65px; } }
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner .gps-prod-body .gps-buy-btn:hover {
            color: #F27221;
            transition: .2s all ease;
            background-color: #fff; }
        .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current {
          transition: .2s all ease; }
          .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active {
            transition: .2s all ease; }
            .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active + .gps-prod-inner {
              transition: .2s all ease; }
              .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active + .gps-prod-inner:after {
                content: '';
                position: absolute;
                right: 0;
                top: -10px;
                width: 100%;
                display: block;
                border-radius: 20px;
                transition: .2s all ease;
                height: calc(100% + 50px);
                background: linear-gradient(-90deg, #ecf0f8 79%, rgba(0, 212, 255, 0) 100%); }
                @media (min-width: 441px) {
                  .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active + .gps-prod-inner:after {
                    background: linear-gradient(-90deg, #ecf0f8 88%, rgba(0, 212, 255, 0) 100%); } }
                @media (min-width: 551px) {
                  .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active + .gps-prod-inner:after {
                    display: none; } }
                @media (min-width: 801px) {
                  .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active + .gps-prod-inner:after {
                    display: block;
                    background: linear-gradient(-90deg, #ecf0f8 88%, rgba(0, 212, 255, 0) 100%); } }
                @media (min-width: 961px) {
                  .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active + .gps-prod-inner:after {
                    background: linear-gradient(-90deg, #ecf0f8 85%, rgba(0, 212, 255, 0) 100%); } }
              .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active + .gps-prod-inner + .gps-prod-inner:after {
                content: '';
                position: absolute;
                right: 0;
                top: -10px;
                width: 100%;
                display: none;
                border-radius: 20px;
                transition: .2s all ease;
                height: calc(100% + 50px);
                background: linear-gradient(-90deg, #ecf0f8 88%, rgba(0, 212, 255, 0) 100%); }
                @media (min-width: 551px) {
                  .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active + .gps-prod-inner + .gps-prod-inner:after {
                    display: block; } }
                @media (min-width: 801px) {
                  .new-gps-bhs-wrap .bhs-gps-bg .bhs-gps-prods-wrap .gps-prods-right .gps-prods-list .gps-prod-inner.slick-current.slick-active + .gps-prod-inner + .gps-prod-inner:after {
                    display: none; } }

.new-gps-bhs-wrap .platform-feat-wrap .slick-arrow {
  display: none !important; }

.new-gps-bhs-wrap .recommended-best-prods {
  margin: 0;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 40px; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .recommended-best-prods {
      margin: 0 -12px; } }
  .new-gps-bhs-wrap .recommended-best-prods .slick-slide {
    padding: 0;
    margin: 40px 10px 40px; }
  .new-gps-bhs-wrap .recommended-best-prods .productCarousel-slide {
    margin: 0; }
  .new-gps-bhs-wrap .recommended-best-prods.slick-initialized {
    opacity: 1; }

.new-gps-bhs-wrap .gps-gateway-all-prods .container--gpstracker {
  padding: 0 0 0 22px; }
  @media (min-width: 551px) {
    .new-gps-bhs-wrap .gps-gateway-all-prods .container--gpstracker {
      padding: 0 22px; } }

.new-gps-bhs-wrap .gps-gateway-all-prods .tabs-contents {
  margin: 0; }

.new-gps-bhs-wrap .gps-gateway-all-prods .tabs {
  border: 0;
  width: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  flex-wrap: nowrap;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 16px 0 28px;
  scrollbar-width: none; }
  .new-gps-bhs-wrap .gps-gateway-all-prods .tabs .tab {
    border: 0;
    width: auto;
    flex: 0 0 auto;
    text-align: center;
    border-radius: 100px; }
    .new-gps-bhs-wrap .gps-gateway-all-prods .tabs .tab .tab-title {
      color: #444;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      padding: 7.5px 12px;
      border-radius: 100px;
      background-color: #fff;
      border: 1px solid #ECF0F8; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .gps-gateway-all-prods .tabs .tab .tab-title {
          font-size: 16px;
          font-weight: 400;
          padding: 16px 24px; } }
    .new-gps-bhs-wrap .gps-gateway-all-prods .tabs .tab.is-active .tab-title {
      color: #F27221;
      border-color: #FCE3D3;
      background-color: #FCE3D3; }
    .new-gps-bhs-wrap .gps-gateway-all-prods .tabs .tab + .tab {
      margin: 0 0 0 4px; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .gps-gateway-all-prods .tabs .tab + .tab {
          margin: 0 0 0 12px; } }

.new-gps-bhs-wrap .gps-gateway-all-prods .tabs-contents .tab-content {
  padding: 0; }

.new-gps-bhs-wrap .platform-feat-bg {
  padding: 40px 0;
  background-color: #1B3D5C; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .platform-feat-bg {
      padding: 48px 0; } }
  .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img {
    border-radius: 8px;
    margin: 32px 0 18px 0; }
    @media (min-width: 551px) {
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img {
        margin: 32px 0;
        margin: 48px 0;
        border-radius: 24px; } }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img img {
      display: block;
      width: 100%;
      margin: 0 auto;
      max-width: 100%;
      border-radius: 8px; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img img {
          max-width: 500px;
          border-radius: 24px; } }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-img img {
          max-width: 962px; } }
  .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap {
        gap: 32px 24px; } }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-arrow {
      margin: 0;
      border: 0;
      padding: 0;
      width: 25px;
      height: 25px;
      display: block !important;
      background-color: transparent; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-arrow.slick-next {
        right: -33px;
        top: calc(50% - 54px); }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-arrow.slick-next:before {
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z" fill="%231B3D5C"></path></g></svg>'); }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-arrow.slick-prev {
        left: -33px;
        top: calc(50% - 54px); }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-arrow.slick-prev:before {
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z" fill="%231B3D5C"></path></g></svg>'); }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-arrow:before {
        width: 25px;
        height: 25px; }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner {
      display: flex !important;
      gap: 16px;
      width: 100%;
      flex-wrap: wrap;
      padding: 22px 40px;
      align-items: center;
      border-radius: 16px;
      background-color: #ECF0F8; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner {
          padding: 0;
          background-color: transparent; } }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner {
          width: calc(50% - 12px); } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-icon {
        display: flex;
        width: 35px;
        height: 35px;
        margin: 0 auto;
        align-items: center;
        border-radius: 100px;
        justify-content: center;
        background-color: #ECF0F8; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-icon {
            width: 74px;
            height: 74px; } }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-icon svg {
          width: 30px;
          height: 30px;
          transition: all .1s ease-in-out; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-inner-right {
        width: 100%; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-inner-right {
            width: calc(100% - 90px); } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-title {
        font-size: 20px;
        color: #1B3D5C;
        font-weight: 600;
        margin: 0px 0 8px;
        line-height: 22px;
        text-align: center;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-title {
            color: #fff;
            text-align: left;
            margin: 0 0 8px 0; } }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-title {
            font-size: 18px; } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-details {
        margin: 0;
        opacity: .7;
        font-size: 16px;
        color: #1B3D5C;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .platform-feat-inner .feat-details {
            color: #fff;
            text-align: left; } }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-dots li {
      padding: 0;
      width: 12px;
      height: 12px;
      margin: 0 6px;
      position: relative; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-dots li button {
        top: 0;
        left: 0;
        width: 12px;
        height: 12px;
        position: absolute;
        border: 2px solid #fff; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-dots li button:before {
          display: none;
          width: 12px;
          height: 12px; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap .slick-dots li.slick-active button {
        background-color: #fff; }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap {
      gap: 24px;
      margin-bottom: 0; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap {
          gap: 48px; } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .platform-feat-inner {
        padding: 0;
        display: block !important;
        box-shadow: none;
        width: calc(50% - 12px);
        background-color: transparent; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .platform-feat-inner {
            width: calc(33.33% - 32px); } }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .platform-feat-inner .busniess-icon {
          display: block;
          border-radius: 14px; }
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .platform-feat-inner .busniess-icon .business-app-img {
            width: 100%;
            height: 218px;
            object-fit: cover;
            border-radius: 14px; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .platform-feat-inner .feat-title {
          color: #444;
          font-size: 20px;
          font-weight: 700;
          margin: 16px 0 8px;
          text-align: center; }
          @media (min-width: 801px) {
            .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .platform-feat-inner .feat-title {
              font-size: 22px; } }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .platform-feat-inner ul {
          display: flex;
          margin: 0;
          padding: 0;
          padding: 0 0px 0 17px;
          flex-direction: column; }
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .platform-feat-inner ul li {
            opacity: .7;
            margin: 0 auto;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            width: fit-content;
            text-align: center;
            display: inline list-item;
            font-family: "Arial", Arial, Helvetica, sans-serif; }
            @media (min-width: 801px) {
              .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .platform-feat-inner ul li {
                font-size: 20px;
                line-height: 32px; } }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .slick-dots {
        display: none !important;
        top: 235px;
        bottom: unset; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .slick-dots li button {
          border: 2px solid #444; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.business-app-wrap .slick-dots li.slick-active button {
          background-color: #444; }
    .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features {
      width: 100%;
      margin: 0 auto;
      max-width: 1000px; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow {
        margin: 0;
        border: 0;
        padding: 0;
        width: 25px;
        height: 25px;
        display: block !important;
        background-color: transparent; }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow.slick-next {
          top: 50%;
          right: 12px; }
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow.slick-next:before {
            background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z" fill="%231B3D5C"></path></g></svg>'); }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow.slick-prev {
          top: 50%;
          left: 12px; }
          .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow.slick-prev:before {
            background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z" fill="%231B3D5C"></path></g></svg>'); }
        .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-arrow:before {
          width: 25px;
          height: 25px; }
      .new-gps-bhs-wrap .platform-feat-bg .platform-feat-wrap.platform-features .slick-dots {
        display: none !important; }
  .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits {
    gap: 16px;
    display: flex;
    margin: 32px 0;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits {
        gap: 32px;
        margin: 48px 0 60px; } }
    .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner {
      display: flex;
      gap: 12px;
      width: 100%;
      align-items: center; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner {
          gap: 10px;
          align-items: flex-start;
          width: calc(50% - 16px); } }
      .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-icon {
        display: inline-block;
        width: 32px;
        height: 32px; }
        .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-icon svg {
          width: 100%;
          height: 100%; }
      .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-deails {
        margin: 0;
        opacity: .7;
        font-size: 14px;
        text-align: left;
        font-weight: 400;
        color: #000000;
        line-height: 20px;
        width: calc(100% - 44px); }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-deails {
            font-size: 18px;
            line-height: 24px; } }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .platform-feat-bg .buiness-app-benifits .benifit-inner .benifit-deails {
            color: #444444;
            width: calc(100% - 42px); } }
  .new-gps-bhs-wrap .platform-feat-bg--business-app {
    padding: 40px 28px;
    background-color: #FCFCFC; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .platform-feat-bg--business-app {
        padding: 48px 0; } }

.new-gps-bhs-wrap .trackers-for-wrap {
  display: flex;
  gap: 20px;
  margin: 0 0 50px 0;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .trackers-for-wrap {
      gap: 96px 40px; } }
  @media (min-width: 1261px) {
    .new-gps-bhs-wrap .trackers-for-wrap {
      gap: 96px 80px; } }
  .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner {
    width: 100%; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner {
        width: calc(50% - 20px); } }
    @media (min-width: 1261px) {
      .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner {
        width: calc(50% - 40px); } }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner .tracker-for-icon {
      display: flex;
      width: 47px;
      height: 47px;
      border-radius: 100%;
      align-items: center;
      background: #ECF0F8;
      justify-content: center; }
      .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner .tracker-for-icon svg {
        width: 25px;
        height: 25px;
        fill: #3A8DDE; }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 24px;
      object-position: center center; }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner .tracker-for-title {
      display: flex;
      gap: 16px;
      color: #3A8DDE;
      margin: 16px 0;
      font-size: 24px;
      font-weight: 500;
      line-height: 29px;
      width: fit-content;
      align-items: center;
      text-decoration: none;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner .tracker-for-title {
          font-size: 32px;
          line-height: 38px; } }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner .tracker-for-detals {
      margin: 0;
      opacity: 0.7;
      font-size: 18px;
      color: #444444;
      font-weight: 500;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
      .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner .tracker-for-detals + .tracker-for-detals {
        margin-top: 16px; }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner.img-section {
      margin: 60px 0 0 0; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner.img-section {
          margin: 0; } }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(1) {
      order: 2; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(1) {
          order: 1; } }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(2) {
      order: 1; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(2) {
          order: 2; } }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(3) {
      order: 3; }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(4) {
      order: 4; }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(5) {
      order: 6; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(5) {
          order: 5; } }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(6) {
      order: 5; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(6) {
          order: 6; } }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(7) {
      order: 7; }
    .new-gps-bhs-wrap .trackers-for-wrap .tracker-for-inner:nth-child(8) {
      order: 8; }

.new-gps-bhs-wrap .specialized-env-bg {
  padding: 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .specialized-env-bg {
      padding: 48px 0; } }
  .new-gps-bhs-wrap .specialized-env-bg .common-detail-gps-page {
    opacity: 1; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .specialized-env-bg .common-detail-gps-page {
        opacity: .7; } }
  .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap {
    margin: 32px 0 0; }
    @media (min-width: 551px) {
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap {
        margin: 24px 0 0; } }
    .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .slick-list.draggable {
      padding: 0 60px 0 0; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .slick-list.draggable {
          padding: 0; } }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .slick-list.draggable {
          padding: 0; } }
    .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .carousel-tooltip {
      display: none; }
    .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .slick-arrow {
      border: 0;
      margin: 0;
      padding: 0;
      width: 40px;
      height: 40px;
      border-radius: 100px;
      background-color: #1B3D5C;
      position: absolute;
      transition: all 0.3s ease; }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .slick-arrow:before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 24px;
        height: 24px;
        margin: 0 auto;
        background-size: 100%;
        transform: translateY(-50%);
        background-position: center center; }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .slick-arrow.slick-prev {
        left: 40px;
        opacity: 0;
        visibility: hidden; }
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .slick-arrow.slick-prev:before {
          left: 0;
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z" fill="%23ffffff"></path></g></svg>'); }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .slick-arrow.slick-next {
        right: 40px;
        opacity: 0;
        visibility: hidden; }
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider .slick-arrow.slick-next:before {
          left: 1px;
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z" fill="%23ffffff"></path></g></svg>'); }
    .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider:hover .slick-arrow {
      opacity: 1;
      visibility: visible; }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider:hover .slick-arrow.slick-prev {
        left: 0px; }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap.slick-slider:hover .slick-arrow.slick-next {
        right: 0px; }
    .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner {
      margin: 10px;
      border-radius: 10px;
      background-color: #fff;
      padding: 37px 20px 47px 20px;
      box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.1); }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner {
          padding: 33px 24px; } }
      @media (min-width: 1261px) {
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner {
          margin: 10px 24px; } }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-figurer {
        margin: 0 0 36px;
        text-align: center;
        position: relative; }
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-figurer img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          border: 0;
          bottom: 0;
          width: 100%;
          margin: auto;
          max-height: 100%;
          object-fit: contain; }
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-figurer img.lazyload {
            max-width: 150px; }
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-figurer img.lazyloading {
            max-width: 150px; }
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-figurer:after {
          content: "";
          height: 0;
          width: 100%;
          display: block;
          padding-bottom: 70%; }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-title {
        margin: 0 0 5px;
        font-size: 16px;
        color: #444444;
        font-weight: 600;
        text-align: left;
        min-height: 50px;
        line-height: 24px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-title {
            font-size: 18px;
            margin: 0 0 8px; } }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-detail {
        opacity: .7;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        margin: 0 0 10px;
        color: #444444;
        overflow: hidden;
        line-height: 19px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-detail {
            font-size: 14px;
            margin: 0 0 9px; } }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap {
        margin: 0 0 10px; }
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-sipping {
          margin: 0 0 8px;
          font-size: 12px;
          font-weight: 400;
          text-align: left;
          color: rgba(68, 68, 68, 0.7);
          line-height: 19px;
          font-family: "Arial", Arial, Helvetica, sans-serif;
          background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5001 11.8296C13.2018 11.8296 12.9156 11.7111 12.7046 11.5001C12.4936 11.2891 12.3751 11.003 12.3751 10.7046C12.3751 10.4062 12.4936 10.1201 12.7046 9.90909C12.9156 9.69812 13.2018 9.57959 13.5001 9.57959C13.7985 9.57959 14.0846 9.69812 14.2956 9.90909C14.5066 10.1201 14.6251 10.4062 14.6251 10.7046C14.6251 11.003 14.5066 11.2891 14.2956 11.5001C14.0846 11.7111 13.7985 11.8296 13.5001 11.8296ZM14.6251 5.07959L16.0951 6.95459H12.7501V5.07959M4.50012 11.8296C4.20175 11.8296 3.91561 11.7111 3.70463 11.5001C3.49365 11.2891 3.37512 11.003 3.37512 10.7046C3.37512 10.4062 3.49365 10.1201 3.70463 9.90909C3.91561 9.69812 4.20175 9.57959 4.50012 9.57959C4.79849 9.57959 5.08464 9.69812 5.29562 9.90909C5.5066 10.1201 5.62512 10.4062 5.62512 10.7046C5.62512 11.003 5.5066 11.2891 5.29562 11.5001C5.08464 11.7111 4.79849 11.8296 4.50012 11.8296ZM15.0001 3.95459H12.7501V0.95459H2.25012C1.41762 0.95459 0.750122 1.62209 0.750122 2.45459V10.7046H2.25012C2.25012 11.3013 2.48717 11.8736 2.90913 12.2956C3.33109 12.7175 3.90338 12.9546 4.50012 12.9546C5.09686 12.9546 5.66916 12.7175 6.09111 12.2956C6.51307 11.8736 6.75012 11.3013 6.75012 10.7046H11.2501C11.2501 11.3013 11.4872 11.8736 11.9091 12.2956C12.3311 12.7175 12.9034 12.9546 13.5001 12.9546C14.0969 12.9546 14.6692 12.7175 15.0911 12.2956C15.5131 11.8736 15.7501 11.3013 15.7501 10.7046H17.2501V6.95459L15.0001 3.95459Z" fill="%233A8DDE"/></svg>');
          padding: 0px 0 0px 29px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: left center; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-sipping {
              font-size: 14px;
              line-height: 17px; } }
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-pricing {
          display: flex;
          gap: 8px;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; }
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-pricing .pricing-inner {
            display: flex;
            gap: 4px;
            align-items: center; }
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-pricing .price-now {
            margin: 0;
            font-size: 16px;
            color: #444444;
            font-weight: 600;
            text-align: left;
            line-height: 21px;
            font-family: "Arial", Arial, Helvetica, sans-serif; }
            @media (min-width: 551px) {
              .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-pricing .price-now {
                font-size: 18px;
                line-height: 24px; } }
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-pricing .price-was {
            margin: 0;
            opacity: .6;
            font-size: 12px;
            color: #444444;
            font-weight: 400;
            text-align: left;
            line-height: 16px;
            text-decoration: line-through;
            font-family: "Arial", Arial, Helvetica, sans-serif; }
            @media (min-width: 551px) {
              .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-pricing .price-was {
                font-size: 15px;
                line-height: 18px; } }
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-pricing .specialized-reviews {
            display: inline-block;
            height: 20px;
            width: 100px; }
            @media (min-width: 551px) {
              .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-pricing .specialized-reviews {
                width: 90px;
                height: 20px; } }
            .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-inner-wrap .specialized-pricing .specialized-reviews svg {
              width: 100%;
              height: 100%; }
      .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-buy-btn {
        margin: 0;
        width: 100%;
        color: #fff;
        padding: 14px;
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        text-align: center;
        border-radius: 100px;
        background: #F27221;
        text-decoration: none;
        transition: .2s all ease;
        border: 1px solid #F27221;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-buy-btn {
            margin: 16px 0 0 0; } }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-buy-btn {
            padding: 14px 10px; } }
        .new-gps-bhs-wrap .specialized-env-bg .specialized-env-wrap .specialized-inner .specialized-inner-body .specialized-buy-btn:hover {
          color: #F27221;
          transition: .2s all ease;
          background-color: #fff; }

.new-gps-bhs-wrap .harsh-challenge-bg {
  padding: 40px 0;
  background: #FCFCFC; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .harsh-challenge-bg {
      padding: 48px 0; } }

.new-gps-bhs-wrap .harsh-challenge-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-left {
    width: 100%; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-left {
        width: 50%; } }
    .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-left .harsh-title {
      font-size: 20px;
      margin: 0 0 20px;
      font-weight: 700;
      text-align: center;
      color: #1B3D5C;
      line-height: 24px;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-left .harsh-title {
          font-size: 26px;
          line-height: 26px; } }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-left .harsh-title {
          margin: 0;
          font-size: 36px;
          max-width: 365px;
          text-align: left;
          line-height: 44px; } }
  .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right {
        width: 50%; } }
    .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner {
      padding: 16px;
      box-shadow: none;
      border-radius: 10px;
      background-color: #fff; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner {
          padding: 16px 24px;
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1); } }
      .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner .inner-upper {
        display: flex;
        gap: 14px;
        margin: 0 0 11px;
        align-items: flex-start; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner .inner-upper {
            margin: 0 0 8px; } }
        .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner .inner-upper .icon-harsh {
          display: inline-block;
          width: 22px;
          height: 22px; }
          .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner .inner-upper .icon-harsh svg {
            width: 100%;
            height: 100%; }
        .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner .inner-upper .harsh-subtitle {
          margin: 0;
          font-size: 18px;
          font-weight: 700;
          text-align: left;
          color: #1B3D5C;
          line-height: 26px;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner .inner-upper .harsh-subtitle {
              font-size: 20px;
              line-height: 24px; } }
      .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner .harsh-details {
        margin: 0;
        font-size: 16px;
        text-align: left;
        font-weight: 400;
        color: #1B3D5C;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner .harsh-details {
            font-size: 14px; } }

.new-gps-bhs-wrap .technical-specs-bg {
  padding: 0 0 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .technical-specs-bg {
      gap: 24px;
      padding: 0 0 48px 0; } }
  .new-gps-bhs-wrap .technical-specs-bg .technical-specs-wrap + .technical-specs-wrap {
    margin: 24px 0 0; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .technical-specs-bg .technical-specs-wrap + .technical-specs-wrap {
        margin: 32px 0 0; } }
  .new-gps-bhs-wrap .technical-specs-bg .technical-specs-wrap .harsh-challenge-wrap {
    gap: 16px; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .technical-specs-bg .technical-specs-wrap .harsh-challenge-wrap {
        gap: 24px; } }
    .new-gps-bhs-wrap .technical-specs-bg .technical-specs-wrap .harsh-challenge-wrap .harsh-left {
      width: 100%; }
      .new-gps-bhs-wrap .technical-specs-bg .technical-specs-wrap .harsh-challenge-wrap .harsh-left .harsh-title {
        margin: 0;
        max-width: 100%;
        text-align: center; }
    .new-gps-bhs-wrap .technical-specs-bg .technical-specs-wrap .harsh-challenge-wrap .harsh-right {
      width: 100%;
      flex-wrap: wrap;
      flex-direction: row; }
      .new-gps-bhs-wrap .technical-specs-bg .technical-specs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner {
        width: 100%; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .technical-specs-bg .technical-specs-wrap .harsh-challenge-wrap .harsh-right .harsh-inner {
            width: calc(33.33% - 11px); } }
  .new-gps-bhs-wrap .technical-specs-bg .slick-dotted.slick-slider {
    padding-bottom: 10px; }
  .new-gps-bhs-wrap .technical-specs-bg .slick-dots li {
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    position: relative; }
    .new-gps-bhs-wrap .technical-specs-bg .slick-dots li button {
      top: 0;
      left: 0;
      width: 12px;
      height: 12px;
      position: absolute;
      border: 2px solid #1B3D5C; }
      .new-gps-bhs-wrap .technical-specs-bg .slick-dots li button:before {
        display: none;
        width: 12px;
        height: 12px; }
    .new-gps-bhs-wrap .technical-specs-bg .slick-dots li.slick-active button {
      background-color: #1B3D5C; }

.new-gps-bhs-wrap .gps-video {
  margin: 40px 0;
  position: relative;
  padding: 52% 0 0 0; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .gps-video {
      margin: 48px 0; } }
  .new-gps-bhs-wrap .gps-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.new-gps-bhs-wrap .trusted-pros-wrap {
  display: flex;
  gap: 32px;
  padding: 40px 0;
  flex-wrap: wrap; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .trusted-pros-wrap {
      gap: 75px;
      padding: 48px 0; } }
  .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section {
      position: relative; }
      .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section {
        order: 1;
        width: 100%;
        border-radius: 20px; }
        .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section img {
          width: 100%;
          border-radius: 20px; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section {
            width: 41%;
            order: unset; } }
      .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.detail-section {
        width: 100%;
        order: 2; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.detail-section {
            width: 51%;
            order: unset; } }
      .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-title {
        font-size: 20px;
        text-align: left;
        color: #1B3D5C;
        font-weight: 700;
        line-height: 24px;
        margin: 0px 0 16px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-title {
            font-size: 22px;
            line-height: 32px;
            margin: 0px 0 20px; } }
      .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-text {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        color: #444444;
        line-height: 22px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-text {
            color: #1B3D5C;
            text-align: left; } }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-text {
            margin: 0;
            font-size: 20px;
            line-height: 32px; } }
        .new-gps-bhs-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .inner-text + .inner-text {
          margin: 20px 0; }

.new-gps-bhs-wrap .gps-featured-wrap {
  padding: 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .gps-featured-wrap {
      padding: 125px 0; } }
  .new-gps-bhs-wrap .gps-featured-wrap .productGrid {
    margin: 0; }
    .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .slick-list.draggable {
      padding: 0 60px 0 0 !important; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .slick-list.draggable {
          padding: 0 100px 0 0 !important; } }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .slick-list.draggable {
          padding: 0 !important; } }
    .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .carousel-tooltip {
      display: none; }
    .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .slick-arrow {
      border: 0;
      margin: 0;
      padding: 0;
      width: 40px;
      height: 40px;
      border-radius: 100px;
      background-color: #1B3D5C;
      position: absolute;
      transition: all 0.3s ease; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .slick-arrow:before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 24px;
        height: 24px;
        margin: 0 auto;
        background-size: 100%;
        transform: translateY(-50%);
        background-position: center center; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .slick-arrow.slick-prev {
        left: 40px;
        opacity: 0;
        visibility: hidden; }
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .slick-arrow.slick-prev:before {
          left: 0;
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z" fill="%23ffffff"></path></g></svg>'); }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .slick-arrow.slick-next {
        right: 40px;
        opacity: 0;
        visibility: hidden; }
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider .slick-arrow.slick-next:before {
          left: 1px;
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z" fill="%23ffffff"></path></g></svg>'); }
    .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider:hover .slick-arrow {
      opacity: 1;
      visibility: visible; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider:hover .slick-arrow.slick-prev {
        left: 0px; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid.slick-slider:hover .slick-arrow.slick-next {
        right: 0px; }
    .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product {
      margin: 12px;
      padding: 50px 25px;
      border-radius: 22px;
      background-color: #fff;
      box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product {
          padding: 40px 28px 28px; } }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .card {
        margin: 0;
        flex-direction: column; }
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .card .card-main {
          flex-direction: column; }
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .card .card-footer .CarAvailabilityMsg {
          text-align: left; }
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .card .card-title a {
          margin: 0 0 5px;
          font-size: 16px;
          color: #444444;
          font-weight: 700;
          text-align: left;
          min-height: unset;
          line-height: 21px;
          letter-spacing: -0.02em;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
          @media (min-width: 551px) {
            .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .card .card-title a {
              margin: 0 0 8px;
              font-size: 21px;
              line-height: 25px; } }
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .card .special-features {
          min-height: unset; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .shipping-not-available {
        display: none; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .item-compare {
        display: none; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .card-action {
        margin-top: 16px;
        justify-content: flex-end; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .card-item-price {
        margin: 0;
        font-size: 20px;
        color: #8D8D8D;
        font-weight: 700;
        text-align: left;
        line-height: 24px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .price--withoutTax {
        margin: 0;
        font-size: 20px;
        color: #444444;
        font-weight: 700;
        text-align: left;
        line-height: 24px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
      .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .item-action {
        text-align: left; }
        .new-gps-bhs-wrap .gps-featured-wrap .productGrid .product .item-action .button {
          color: #fff;
          border-radius: 100px; }

.new-gps-bhs-wrap .tips-wrap-bg {
  padding: 72px 0; }
  @media (min-width: 551px) {
    .new-gps-bhs-wrap .tips-wrap-bg {
      padding: 40px 0; } }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .tips-wrap-bg {
      padding: 48px 0; } }
  .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap {
        gap: 36px; } }
    .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap .tips-inner {
      width: 100%;
      padding: 16px;
      border-radius: 10px; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap .tips-inner {
          padding: 18px 48px;
          width: calc(50% - 18px);
          box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); } }
      .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap .tips-inner .tips-icon {
        display: block;
        width: 74px;
        height: 74px;
        padding: 15px;
        margin: 0 auto;
        border-radius: 100px;
        background: #ECF0F8; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap .tips-inner .tips-icon {
            margin: 0; } }
        .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap .tips-inner .tips-icon svg {
          width: 100%;
          height: 100%; }
      .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap .tips-inner .tips-title {
        font-size: 18px;
        color: #1B3D5C;
        text-align: left;
        font-weight: 700;
        line-height: 22px;
        margin: 12px 0 8px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap .tips-inner .tips-title {
            margin: 15px 0;
            font-size: 22px;
            line-height: 32px; } }
      .new-gps-bhs-wrap .tips-wrap-bg .tips-wrap .tips-inner .tips-details {
        margin: 0;
        font-size: 16px;
        text-align: left;
        font-weight: 400;
        color: #475569;
        line-height: 26px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }

.new-gps-bhs-wrap .app-based-wrap-bg {
  padding: 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .app-based-wrap-bg {
      padding: 48px 0; } }
  .new-gps-bhs-wrap .app-based-wrap-bg .common-title-gps-page, .new-gps-bhs-wrap .app-based-wrap-bg .common-detail-gps-page {
    opacity: 1;
    text-align: left; }
  .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 24px 28px;
    background: #fff;
    border-radius: 22px;
    align-items: center;
    margin: 20px auto 0 auto;
    width: calc(100% - 50px);
    justify-content: space-between;
    box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); }
    @media (min-width: 551px) {
      .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap {
        gap: 25px;
        width: 100%;
        margin: 50px 0 0 0;
        padding: 28px; } }
    .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner {
      width: 100%;
      text-align: center; }
      @media (min-width: 551px) {
        .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner {
          width: calc(50% - 13px); } }
      .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner.app-details {
        text-align: left;
        margin: 0 auto 0 0; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner.app-details {
            max-width: 260px; } }
      .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-img {
        width: 100%;
        max-width: 425px; }
        .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-img.lazyload {
          max-width: 425px; }
        .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-img.lazyloading {
          max-width: 425px; }
      .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-title {
        margin: 0;
        color: #444;
        font-size: 16px;
        text-align: left;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: -0.02em;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-title {
            font-size: 21px;
            margin: 0 0 6px;
            line-height: 25px; } }
        .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-title a {
          text-decoration: none; }
      .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-icon {
        display: inline-block;
        height: 20px;
        width: 126px;
        margin: 13px 0; }
        .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-icon svg {
          width: 100%;
          height: 100%; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-icon {
            margin: 25px 0; } }
      .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-details {
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        color: #444444;
        text-align: left;
        line-height: 19px; }
        .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-details a {
          display: inline-block;
          font-weight: 700;
          text-decoration: none; }
          .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .app-based-details a:hover {
            color: #1B3D5C;
            text-decoration: underline; }
      .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .call-pricing {
        display: flex;
        padding: 15px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 17px;
        text-align: center;
        align-items: center;
        border-radius: 100px;
        text-decoration: none;
        justify-content: center;
        margin: 13px auto 0 auto;
        transition: .2s all ease;
        max-width: calc(100% - 20px);
        background-color: #F27221;
        border: 1px solid #F27221;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 551px) {
          .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .call-pricing {
            margin: 25px 0 0 0;
            padding: 14px 30px;
            max-width: fit-content; } }
        .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .call-pricing:hover {
          color: #F27221;
          background-color: #fff;
          transition: .2s all ease; }
          .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .call-pricing:hover .call-icon svg.call-icon-normal {
            opacity: 0;
            transition: .2s all ease; }
          .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .call-pricing:hover .call-icon svg.call-icon-hover {
            opacity: 1;
            transition: .2s all ease; }
        .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .call-pricing .call-icon {
          display: inline-block;
          width: 16px;
          height: 16px;
          margin: 0 6px 0 0;
          position: relative;
          vertical-align: middle; }
          .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .call-pricing .call-icon svg {
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%; }
            .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .call-pricing .call-icon svg.call-icon-normal {
              opacity: 1;
              transition: .2s all ease; }
            .new-gps-bhs-wrap .app-based-wrap-bg .app-based-wrap .app-based-inner .call-pricing .call-icon svg.call-icon-hover {
              opacity: 0;
              transition: .2s all ease; }

.new-gps-bhs-wrap .feat-app-based {
  padding: 40px 0 0; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .feat-app-based {
      padding: 48px 0 0; } }
  .new-gps-bhs-wrap .feat-app-based .common-title-gps-page {
    text-align: center; }
  .new-gps-bhs-wrap .feat-app-based .feat-app-based-wrap {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .new-gps-bhs-wrap .feat-app-based .feat-app-based-wrap {
        gap: 12px; } }
    .new-gps-bhs-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner {
      width: 100%;
      padding: 16px;
      border-radius: 10px;
      background-color: #fff; }
      @media (min-width: 801px) {
        .new-gps-bhs-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner {
          padding: 24px 24px 44px 24px;
          width: calc(33.33% - 12px);
          box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); } }
      .new-gps-bhs-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-icon {
        display: block;
        width: 55px;
        height: 55px;
        padding: 15px;
        margin: 0 0 8px;
        border-radius: 100px;
        background-color: #ECF0F8; }
        @media (min-width: 801px) {
          .new-gps-bhs-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-icon {
            width: 75px;
            height: 75px;
            padding: 18px;
            margin: 0 0 8px;
            display: inline-block; } }
        .new-gps-bhs-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-icon svg {
          width: 100%;
          height: 100%; }
      .new-gps-bhs-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-details {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #1B3D5C;
        text-align: left;
        font-family: "Arial", Arial, Helvetica, sans-serif; }

.new-gps-bhs-wrap .technological-bg {
  padding: 40px 0;
  background-color: #fff; }
  @media (min-width: 801px) {
    .new-gps-bhs-wrap .technological-bg {
      padding: 48px 0; } }
  .new-gps-bhs-wrap .technological-bg .common-title-gps-page {
    margin: 0 auto;
    max-width: 800px; }

.technological-wrap {
  border-radius: 25px;
  background-color: #fff; }
  .technological-wrap .tabs {
    display: flex;
    border: 0;
    gap: 16px;
    padding: 25px 0;
    flex-wrap: wrap;
    border-radius: 25px;
    justify-content: center; }
    @media (min-width: 801px) {
      .technological-wrap .tabs {
        padding: 48px 0; } }
    .technological-wrap .tabs .tab {
      margin: 0;
      border: 0;
      padding: 0;
      width: fit-content; }
      .technological-wrap .tabs .tab .tab-title {
        font-size: 18px;
        font-weight: 600;
        color: #1B3D5C;
        line-height: 23px;
        text-align: center;
        position: relative;
        padding: 0 0px 0px 26px;
        border-bottom: 4px solid transparent;
        font-family: "Arial", Arial, Helvetica, sans-serif;
        background-image: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.2153 12.7321C11.0019 12.2762 11.6894 11.6676 12.2374 10.9421C12.0601 10.6682 11.9345 10.3642 11.8669 10.045L11.8411 9.92558C11.7665 9.58492 11.5922 9.27419 11.3403 9.03297C11.0885 8.79176 10.7705 8.63099 10.427 8.57115C7.61498 8.08258 7.61498 4.04643 10.427 3.5565C10.7589 3.49886 11.0672 3.34689 11.3151 3.11875C11.563 2.89061 11.7399 2.59594 11.8248 2.26993C11.1636 1.54938 10.3544 0.980272 9.45273 0.601595C8.55104 0.222917 7.57815 0.043619 6.60071 0.0759824C5.62327 0.108346 4.66437 0.351606 3.78971 0.789099C2.91504 1.22659 2.14528 1.84798 1.53315 2.6107C0.921018 3.37341 0.480985 4.25943 0.243193 5.20806C0.00540157 6.15668 -0.0245296 7.1455 0.15545 8.10678C0.33543 9.06805 0.721068 9.97906 1.28595 10.7774C1.85082 11.5757 2.58159 12.2426 3.4282 12.7321V14.3186C3.4282 14.6786 3.57118 15.0238 3.82569 15.2783C4.08021 15.5328 4.4254 15.6758 4.78534 15.6758H8.85677C9.2167 15.6758 9.5619 15.5328 9.81641 15.2783C10.0709 15.0238 10.2139 14.6786 10.2139 14.3186L10.2153 12.7321ZM3.42955 18.0508C3.42955 17.7808 3.53679 17.5219 3.72768 17.3311C3.91856 17.1402 4.17746 17.0329 4.44741 17.0329H9.19741C9.46736 17.0329 9.72626 17.1402 9.91714 17.3311C10.108 17.5219 10.2153 17.7808 10.2153 18.0508C10.2153 18.3207 10.108 18.5796 9.91714 18.7705C9.72626 18.9614 9.46736 19.0686 9.19741 19.0686H4.44741C4.17746 19.0686 3.91856 18.9614 3.72768 18.7705C3.53679 18.5796 3.42955 18.3207 3.42955 18.0508ZM13.3096 2.39886C13.5579 1.26429 15.1729 1.25751 15.4308 2.38936L15.443 2.44365L15.4674 2.5495C15.6131 3.16982 15.9379 3.73364 16.4014 4.17086C16.8649 4.60808 17.4467 4.89942 18.0745 5.00865C19.2579 5.21493 19.2579 6.91408 18.0745 7.12036C17.4432 7.23024 16.8584 7.52421 16.3936 7.96535C15.9288 8.40649 15.6047 8.97513 15.462 9.59986L15.4308 9.73829C15.1729 10.8715 13.5566 10.8647 13.3068 9.72879L13.2811 9.61072C13.1442 8.9839 12.8238 8.41203 12.3607 7.96802C11.8976 7.52401 11.3128 7.22797 10.6808 7.11765C9.4987 6.91272 9.4987 5.21629 10.6808 5.01C11.3106 4.90048 11.8937 4.60654 12.3564 4.16539C12.819 3.72425 13.1403 3.15575 13.2797 2.53186L13.3001 2.44365L13.3096 2.39886Z" fill="%231B3D5C"/></svg>');
        background-size: 19px;
        background-repeat: no-repeat;
        background-position: left center; }
        .technological-wrap .tabs .tab .tab-title.emerg {
          background-image: url('data:image/svg+xml,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.4091 0.782227C11.0492 0.782227 10.704 0.925211 10.4495 1.17972C10.195 1.43424 10.052 1.77943 10.052 2.13937V2.77587H10.7306C11.7204 2.77587 12.6697 3.16908 13.3696 3.86899C14.0695 4.5689 14.4627 5.51819 14.4627 6.50801V6.71973H19.552V2.13937C19.552 1.77943 19.409 1.43424 19.1545 1.17972C18.9 0.925211 18.5548 0.782227 18.1949 0.782227H11.4091ZM11.2612 16.8929C11.4033 16.4816 11.4443 16.0422 11.3806 15.6117C12.2443 15.459 13.0266 15.0069 13.5902 14.3348C14.1538 13.6628 14.4627 12.8137 14.4627 11.9366V8.41616H19.552V15.7108C19.552 16.0707 19.409 16.4159 19.1545 16.6704C18.9 16.925 18.5548 17.0679 18.1949 17.0679H12.0877C11.803 17.0684 11.5213 17.0088 11.2612 16.8929ZM17.7484 3.7503C17.7556 3.8911 17.734 4.0319 17.6851 4.16413C17.6362 4.29636 17.5609 4.41726 17.4638 4.51947C17.3667 4.62168 17.2498 4.70306 17.1202 4.75868C16.9907 4.81429 16.8511 4.84297 16.7101 4.84297C16.5692 4.84297 16.4296 4.81429 16.3001 4.75868C16.1705 4.70306 16.0536 4.62168 15.9565 4.51947C15.8594 4.41726 15.7841 4.29636 15.7352 4.16413C15.6862 4.0319 15.6647 3.8911 15.6719 3.7503C15.6855 3.48413 15.8009 3.23335 15.9941 3.04977C16.1873 2.86619 16.4436 2.76383 16.7101 2.76383C16.9767 2.76383 17.233 2.86619 17.4262 3.04977C17.6194 3.23335 17.7347 3.48413 17.7484 3.7503ZM0.552002 6.50937C0.552002 5.96946 0.766478 5.45167 1.14825 5.0699C1.53002 4.68813 2.04781 4.47365 2.58772 4.47365H10.7306C11.2705 4.47365 11.7883 4.68813 12.17 5.0699C12.5518 5.45167 12.7663 5.96946 12.7663 6.50937V11.9379C12.7663 12.4778 12.5518 12.9956 12.17 13.3774C11.7883 13.7592 11.2705 13.9737 10.7306 13.9737H7.677V14.9915H8.69486C8.96481 14.9915 9.22371 15.0988 9.41459 15.2896C9.60548 15.4805 9.71272 15.7394 9.71272 16.0094C9.71272 16.2793 9.60548 16.5382 9.41459 16.7291C9.22371 16.92 8.96481 17.0272 8.69486 17.0272H4.62343C4.35348 17.0272 4.09458 16.92 3.9037 16.7291C3.71281 16.5382 3.60557 16.2793 3.60557 16.0094C3.60557 15.7394 3.71281 15.4805 3.9037 15.2896C4.09458 15.0988 4.35348 14.9915 4.62343 14.9915H5.64129V13.9737H2.58772C2.04781 13.9737 1.53002 13.7592 1.14825 13.3774C0.766478 12.9956 0.552002 12.4778 0.552002 11.9379L0.552002 6.50937Z" fill="%231B3D5C"/></svg>'); }
        .technological-wrap .tabs .tab .tab-title.gps {
          background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3378 8.438L9.69517 0.800888C9.64014 0.745751 9.57477 0.702008 9.50282 0.672162C9.43086 0.642316 9.35373 0.626953 9.27583 0.626953C9.19793 0.626953 9.1208 0.642316 9.04884 0.672162C8.97689 0.702008 8.91152 0.745751 8.85649 0.800888L1.21382 8.438C0.991162 8.66065 0.86499 8.96309 0.86499 9.27852C0.86499 9.93351 1.39751 10.466 2.05249 10.466H2.85776V15.9155C2.85776 16.244 3.1231 16.5093 3.45151 16.5093H8.08833V12.353H10.1665V16.5093H15.1001C15.4286 16.5093 15.6939 16.244 15.6939 15.9155V10.466H16.4992C16.8146 10.466 17.117 10.3417 17.3397 10.1172C17.8017 9.65333 17.8017 8.90187 17.3378 8.438Z" fill="%231B3D5C"/></svg>'); }
        .technological-wrap .tabs .tab .tab-title.troubleshoot {
          background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.72473 0.378906C13.2481 0.378906 16.9148 4.0456 16.9148 8.56897C16.9148 13.0923 13.2481 16.759 8.72473 16.759C4.20136 16.759 0.534668 13.0923 0.534668 8.56897C0.534668 4.0456 4.20136 0.378906 8.72473 0.378906ZM8.72473 11.845C8.50751 11.845 8.2992 11.9313 8.1456 12.0849C7.99201 12.2385 7.90572 12.4468 7.90572 12.664C7.90572 12.8812 7.99201 13.0895 8.1456 13.2431C8.2992 13.3967 8.50751 13.483 8.72473 13.483C8.94194 13.483 9.15026 13.3967 9.30385 13.2431C9.45745 13.0895 9.54373 12.8812 9.54373 12.664C9.54373 12.4468 9.45745 12.2385 9.30385 12.0849C9.15026 11.9313 8.94194 11.845 8.72473 11.845ZM8.72473 4.06443C7.93733 4.06443 7.18218 4.37723 6.6254 4.934C6.06863 5.49078 5.75583 6.24593 5.75583 7.03333C5.75583 7.25054 5.84212 7.45886 5.99571 7.61246C6.14931 7.76605 6.35762 7.85234 6.57484 7.85234C6.79205 7.85234 7.00037 7.76605 7.15396 7.61246C7.30756 7.45886 7.39384 7.25054 7.39384 7.03333C7.39411 6.79175 7.46013 6.55481 7.58482 6.34789C7.70951 6.14098 7.88817 5.97191 8.10163 5.85881C8.3151 5.74571 8.55532 5.69284 8.79655 5.70588C9.03777 5.71891 9.2709 5.79736 9.47093 5.93281C9.67097 6.06826 9.83036 6.2556 9.93202 6.47474C10.0337 6.69389 10.0738 6.93657 10.048 7.17677C10.0223 7.41697 9.9316 7.64563 9.78577 7.83822C9.63994 8.03082 9.44444 8.18009 9.22023 8.27003C8.66658 8.49116 7.90572 9.05791 7.90572 10.0022V10.207C7.90572 10.4242 7.99201 10.6325 8.1456 10.7861C8.2992 10.9397 8.50751 11.026 8.72473 11.026C8.94194 11.026 9.15026 10.9397 9.30385 10.7861C9.45745 10.6325 9.54373 10.4242 9.54373 10.207C9.54373 10.0071 9.58469 9.90722 9.75749 9.82205L9.82875 9.78929C10.4682 9.53203 10.9983 9.06033 11.3281 8.45506C11.6579 7.84978 11.7669 7.14863 11.6364 6.47181C11.5059 5.79498 11.144 5.18464 10.6127 4.74541C10.0815 4.30619 9.41402 4.06544 8.72473 4.06443Z" fill="%231B3D5C"/></svg>'); }
        .technological-wrap .tabs .tab .tab-title.regulatory {
          background-image: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.9972 16.7594C18.9972 17.1408 18.8641 17.4647 18.5978 17.731L17.4427 18.8969C17.162 19.1632 16.8345 19.2963 16.4603 19.2963C16.0789 19.2963 15.755 19.1632 15.4887 18.8969L11.57 14.9673C11.2965 14.7082 11.1597 14.3844 11.1597 13.9957C11.1597 13.6143 11.3145 13.2688 11.6239 12.9594L8.8603 10.1957L7.50007 11.556C7.39932 11.6567 7.27697 11.7071 7.13303 11.7071C6.98909 11.7071 6.86674 11.6567 6.76598 11.556C6.78038 11.5704 6.82536 11.6135 6.90093 11.6855C6.9765 11.7575 7.02148 11.8043 7.03587 11.8259C7.05026 11.8474 7.08625 11.8888 7.14383 11.95C7.2014 12.0112 7.23739 12.0598 7.25178 12.0957C7.26617 12.1317 7.28776 12.1803 7.31655 12.2415C7.34534 12.3027 7.36513 12.362 7.37593 12.4196C7.38672 12.4772 7.39212 12.5419 7.39212 12.6139C7.39212 12.8874 7.29136 13.1321 7.08985 13.348C7.06826 13.3696 7.00888 13.4344 6.91172 13.5423C6.81456 13.6503 6.74619 13.7241 6.70661 13.7636C6.66703 13.8032 6.60045 13.8626 6.50689 13.9418C6.41333 14.0209 6.33417 14.0767 6.26939 14.1091C6.20462 14.1415 6.12545 14.1739 6.03189 14.2062C5.93833 14.2386 5.84477 14.2548 5.75121 14.2548C5.46333 14.2548 5.21864 14.1541 5.01712 13.9526L0.612575 9.54801C0.41106 9.3465 0.310303 9.1018 0.310303 8.81392C0.310303 8.72036 0.326496 8.6268 0.358882 8.53324C0.391269 8.43968 0.423655 8.36051 0.456041 8.29574C0.488428 8.23097 0.544204 8.1518 0.623371 8.05824C0.702538 7.96468 0.761913 7.89811 0.801496 7.85852C0.841079 7.81894 0.914848 7.75057 1.0228 7.65341C1.13076 7.55625 1.19553 7.49687 1.21712 7.47528C1.43303 7.27377 1.67773 7.17301 1.95121 7.17301C2.02318 7.17301 2.08795 7.17841 2.14553 7.1892C2.20311 7.2 2.26248 7.21979 2.32365 7.24858C2.38483 7.27737 2.43341 7.29896 2.46939 7.31335C2.50538 7.32775 2.55396 7.36373 2.61513 7.42131C2.67631 7.47888 2.71769 7.51487 2.73928 7.52926C2.76087 7.54365 2.80765 7.58864 2.87962 7.6642C2.95159 7.73977 2.99477 7.78475 3.00917 7.79915C2.90841 7.69839 2.85803 7.57604 2.85803 7.4321C2.85803 7.28816 2.90841 7.16581 3.00917 7.06506L6.76598 3.30824C6.86674 3.20748 6.98909 3.1571 7.13303 3.1571C7.27697 3.1571 7.39932 3.20748 7.50007 3.30824C7.48568 3.29384 7.4407 3.25066 7.36513 3.17869C7.28956 3.10672 7.24458 3.05994 7.23019 3.03835C7.21579 3.01676 7.17981 2.97538 7.12223 2.9142C7.06466 2.85303 7.02867 2.80445 7.01428 2.76847C6.99989 2.73248 6.97829 2.6839 6.94951 2.62273C6.92072 2.56155 6.90093 2.50218 6.89013 2.4446C6.87934 2.38703 6.87394 2.32225 6.87394 2.25028C6.87394 1.9768 6.9747 1.7321 7.17621 1.51619C7.1978 1.4946 7.25718 1.42983 7.35434 1.32187C7.4515 1.21392 7.51987 1.14015 7.55945 1.10057C7.59903 1.06098 7.66561 1.00161 7.75917 0.922443C7.85273 0.843276 7.93189 0.7875 7.99667 0.755114C8.06144 0.722727 8.1406 0.690341 8.23417 0.657955C8.32773 0.625568 8.42129 0.609375 8.51485 0.609375C8.80273 0.609375 9.04742 0.710133 9.24894 0.911648L13.6535 5.31619C13.855 5.51771 13.9558 5.7624 13.9558 6.05028C13.9558 6.14384 13.9396 6.2374 13.9072 6.33097C13.8748 6.42453 13.8424 6.50369 13.81 6.56847C13.7776 6.63324 13.7219 6.7124 13.6427 6.80597C13.5635 6.89953 13.5041 6.9661 13.4646 7.00568C13.425 7.04526 13.3512 7.11364 13.2433 7.21079C13.1353 7.30795 13.0705 7.36733 13.0489 7.38892C12.833 7.59044 12.5883 7.69119 12.3148 7.69119C12.2429 7.69119 12.1781 7.68579 12.1205 7.675C12.063 7.6642 12.0036 7.64441 11.9424 7.61562C11.8812 7.58684 11.8327 7.56525 11.7967 7.55085C11.7607 7.53646 11.7121 7.50047 11.6509 7.4429C11.5898 7.38532 11.5484 7.34934 11.5268 7.33494C11.5052 7.32055 11.4584 7.27557 11.3864 7.2C11.3145 7.12443 11.2713 7.07945 11.2569 7.06506C11.3576 7.16581 11.408 7.28816 11.408 7.4321C11.408 7.57604 11.3576 7.69839 11.2569 7.79915L9.89667 9.15937L12.6603 11.923C12.9698 11.6135 13.3152 11.4588 13.6967 11.4588C14.0709 11.4588 14.3984 11.5919 14.6791 11.8582L18.5978 15.777C18.8641 16.0577 18.9972 16.3851 18.9972 16.7594Z" fill="%231B3D5C"/></svg>'); }
        .technological-wrap .tabs .tab .tab-title.gps-expert {
          background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9379 6.42576L11.9086 5.70063L9.6603 1.1789C9.59889 1.0551 9.49787 0.954876 9.37308 0.893958C9.0601 0.740679 8.67978 0.868411 8.5233 1.1789L6.27504 5.70063L1.24569 6.42576C1.10703 6.44541 0.98026 6.51026 0.883198 6.60851C0.765857 6.72816 0.701196 6.88913 0.703425 7.05605C0.705653 7.22297 0.774589 7.38218 0.895083 7.49871L4.53389 11.0182L3.6742 15.988C3.65404 16.1036 3.66694 16.2225 3.71143 16.3312C3.75591 16.4399 3.83021 16.5341 3.9259 16.603C4.02159 16.672 4.13484 16.713 4.2528 16.7213C4.37077 16.7296 4.48873 16.705 4.59331 16.6502L9.0918 14.3039L13.5903 16.6502C13.7131 16.7151 13.8557 16.7367 13.9924 16.7131C14.3371 16.6542 14.5688 16.3299 14.5094 15.988L13.6497 11.0182L17.2885 7.49871C17.3876 7.40242 17.4529 7.27665 17.4727 7.13909C17.5262 6.7952 17.2845 6.47685 16.9379 6.42576Z" fill="%231B3D5C"/></svg>'); }
        .technological-wrap .tabs .tab .tab-title:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          width: 0;
          height: 4px;
          display: block;
          transition: width .3s;
          background: #1B3D5C; }
        .technological-wrap .tabs .tab .tab-title:hover {
          color: #1B3D5C; }
          .technological-wrap .tabs .tab .tab-title:hover:after {
            width: 100%;
            transition: width .3s; }
      .technological-wrap .tabs .tab.is-active .tab-title {
        color: #F27221;
        background-image: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.2153 12.7321C11.0019 12.2762 11.6894 11.6676 12.2374 10.9421C12.0601 10.6682 11.9345 10.3642 11.8669 10.045L11.8411 9.92558C11.7665 9.58492 11.5922 9.27419 11.3403 9.03297C11.0885 8.79176 10.7705 8.63099 10.427 8.57115C7.61498 8.08258 7.61498 4.04643 10.427 3.5565C10.7589 3.49886 11.0672 3.34689 11.3151 3.11875C11.563 2.89061 11.7399 2.59594 11.8248 2.26993C11.1636 1.54938 10.3544 0.980272 9.45273 0.601595C8.55104 0.222917 7.57815 0.043619 6.60071 0.0759824C5.62327 0.108346 4.66437 0.351606 3.78971 0.789099C2.91504 1.22659 2.14528 1.84798 1.53315 2.6107C0.921018 3.37341 0.480985 4.25943 0.243193 5.20806C0.00540157 6.15668 -0.0245296 7.1455 0.15545 8.10678C0.33543 9.06805 0.721068 9.97906 1.28595 10.7774C1.85082 11.5757 2.58159 12.2426 3.4282 12.7321V14.3186C3.4282 14.6786 3.57118 15.0238 3.82569 15.2783C4.08021 15.5328 4.4254 15.6758 4.78534 15.6758H8.85677C9.2167 15.6758 9.5619 15.5328 9.81641 15.2783C10.0709 15.0238 10.2139 14.6786 10.2139 14.3186L10.2153 12.7321ZM3.42955 18.0508C3.42955 17.7808 3.53679 17.5219 3.72768 17.3311C3.91856 17.1402 4.17746 17.0329 4.44741 17.0329H9.19741C9.46736 17.0329 9.72626 17.1402 9.91714 17.3311C10.108 17.5219 10.2153 17.7808 10.2153 18.0508C10.2153 18.3207 10.108 18.5796 9.91714 18.7705C9.72626 18.9614 9.46736 19.0686 9.19741 19.0686H4.44741C4.17746 19.0686 3.91856 18.9614 3.72768 18.7705C3.53679 18.5796 3.42955 18.3207 3.42955 18.0508ZM13.3096 2.39886C13.5579 1.26429 15.1729 1.25751 15.4308 2.38936L15.443 2.44365L15.4674 2.5495C15.6131 3.16982 15.9379 3.73364 16.4014 4.17086C16.8649 4.60808 17.4467 4.89942 18.0745 5.00865C19.2579 5.21493 19.2579 6.91408 18.0745 7.12036C17.4432 7.23024 16.8584 7.52421 16.3936 7.96535C15.9288 8.40649 15.6047 8.97513 15.462 9.59986L15.4308 9.73829C15.1729 10.8715 13.5566 10.8647 13.3068 9.72879L13.2811 9.61072C13.1442 8.9839 12.8238 8.41203 12.3607 7.96802C11.8976 7.52401 11.3128 7.22797 10.6808 7.11765C9.4987 6.91272 9.4987 5.21629 10.6808 5.01C11.3106 4.90048 11.8937 4.60654 12.3564 4.16539C12.819 3.72425 13.1403 3.15575 13.2797 2.53186L13.3001 2.44365L13.3096 2.39886Z" fill="%23F27221"/></svg>');
        background-size: 19px;
        background-repeat: no-repeat;
        background-position: left center; }
        .technological-wrap .tabs .tab.is-active .tab-title.emerg {
          background-image: url('data:image/svg+xml,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.4091 0.782227C11.0492 0.782227 10.704 0.925211 10.4495 1.17972C10.195 1.43424 10.052 1.77943 10.052 2.13937V2.77587H10.7306C11.7204 2.77587 12.6697 3.16908 13.3696 3.86899C14.0695 4.5689 14.4627 5.51819 14.4627 6.50801V6.71973H19.552V2.13937C19.552 1.77943 19.409 1.43424 19.1545 1.17972C18.9 0.925211 18.5548 0.782227 18.1949 0.782227H11.4091ZM11.2612 16.8929C11.4033 16.4816 11.4443 16.0422 11.3806 15.6117C12.2443 15.459 13.0266 15.0069 13.5902 14.3348C14.1538 13.6628 14.4627 12.8137 14.4627 11.9366V8.41616H19.552V15.7108C19.552 16.0707 19.409 16.4159 19.1545 16.6704C18.9 16.925 18.5548 17.0679 18.1949 17.0679H12.0877C11.803 17.0684 11.5213 17.0088 11.2612 16.8929ZM17.7484 3.7503C17.7556 3.8911 17.734 4.0319 17.6851 4.16413C17.6362 4.29636 17.5609 4.41726 17.4638 4.51947C17.3667 4.62168 17.2498 4.70306 17.1202 4.75868C16.9907 4.81429 16.8511 4.84297 16.7101 4.84297C16.5692 4.84297 16.4296 4.81429 16.3001 4.75868C16.1705 4.70306 16.0536 4.62168 15.9565 4.51947C15.8594 4.41726 15.7841 4.29636 15.7352 4.16413C15.6862 4.0319 15.6647 3.8911 15.6719 3.7503C15.6855 3.48413 15.8009 3.23335 15.9941 3.04977C16.1873 2.86619 16.4436 2.76383 16.7101 2.76383C16.9767 2.76383 17.233 2.86619 17.4262 3.04977C17.6194 3.23335 17.7347 3.48413 17.7484 3.7503ZM0.552002 6.50937C0.552002 5.96946 0.766478 5.45167 1.14825 5.0699C1.53002 4.68813 2.04781 4.47365 2.58772 4.47365H10.7306C11.2705 4.47365 11.7883 4.68813 12.17 5.0699C12.5518 5.45167 12.7663 5.96946 12.7663 6.50937V11.9379C12.7663 12.4778 12.5518 12.9956 12.17 13.3774C11.7883 13.7592 11.2705 13.9737 10.7306 13.9737H7.677V14.9915H8.69486C8.96481 14.9915 9.22371 15.0988 9.41459 15.2896C9.60548 15.4805 9.71272 15.7394 9.71272 16.0094C9.71272 16.2793 9.60548 16.5382 9.41459 16.7291C9.22371 16.92 8.96481 17.0272 8.69486 17.0272H4.62343C4.35348 17.0272 4.09458 16.92 3.9037 16.7291C3.71281 16.5382 3.60557 16.2793 3.60557 16.0094C3.60557 15.7394 3.71281 15.4805 3.9037 15.2896C4.09458 15.0988 4.35348 14.9915 4.62343 14.9915H5.64129V13.9737H2.58772C2.04781 13.9737 1.53002 13.7592 1.14825 13.3774C0.766478 12.9956 0.552002 12.4778 0.552002 11.9379L0.552002 6.50937Z" fill="%23F27221"/></svg>'); }
        .technological-wrap .tabs .tab.is-active .tab-title.gps {
          background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3378 8.438L9.69517 0.800888C9.64014 0.745751 9.57477 0.702008 9.50282 0.672162C9.43086 0.642316 9.35373 0.626953 9.27583 0.626953C9.19793 0.626953 9.1208 0.642316 9.04884 0.672162C8.97689 0.702008 8.91152 0.745751 8.85649 0.800888L1.21382 8.438C0.991162 8.66065 0.86499 8.96309 0.86499 9.27852C0.86499 9.93351 1.39751 10.466 2.05249 10.466H2.85776V15.9155C2.85776 16.244 3.1231 16.5093 3.45151 16.5093H8.08833V12.353H10.1665V16.5093H15.1001C15.4286 16.5093 15.6939 16.244 15.6939 15.9155V10.466H16.4992C16.8146 10.466 17.117 10.3417 17.3397 10.1172C17.8017 9.65333 17.8017 8.90187 17.3378 8.438Z" fill="%23F27221"/></svg>'); }
        .technological-wrap .tabs .tab.is-active .tab-title.troubleshoot {
          background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.72473 0.378906C13.2481 0.378906 16.9148 4.0456 16.9148 8.56897C16.9148 13.0923 13.2481 16.759 8.72473 16.759C4.20136 16.759 0.534668 13.0923 0.534668 8.56897C0.534668 4.0456 4.20136 0.378906 8.72473 0.378906ZM8.72473 11.845C8.50751 11.845 8.2992 11.9313 8.1456 12.0849C7.99201 12.2385 7.90572 12.4468 7.90572 12.664C7.90572 12.8812 7.99201 13.0895 8.1456 13.2431C8.2992 13.3967 8.50751 13.483 8.72473 13.483C8.94194 13.483 9.15026 13.3967 9.30385 13.2431C9.45745 13.0895 9.54373 12.8812 9.54373 12.664C9.54373 12.4468 9.45745 12.2385 9.30385 12.0849C9.15026 11.9313 8.94194 11.845 8.72473 11.845ZM8.72473 4.06443C7.93733 4.06443 7.18218 4.37723 6.6254 4.934C6.06863 5.49078 5.75583 6.24593 5.75583 7.03333C5.75583 7.25054 5.84212 7.45886 5.99571 7.61246C6.14931 7.76605 6.35762 7.85234 6.57484 7.85234C6.79205 7.85234 7.00037 7.76605 7.15396 7.61246C7.30756 7.45886 7.39384 7.25054 7.39384 7.03333C7.39411 6.79175 7.46013 6.55481 7.58482 6.34789C7.70951 6.14098 7.88817 5.97191 8.10163 5.85881C8.3151 5.74571 8.55532 5.69284 8.79655 5.70588C9.03777 5.71891 9.2709 5.79736 9.47093 5.93281C9.67097 6.06826 9.83036 6.2556 9.93202 6.47474C10.0337 6.69389 10.0738 6.93657 10.048 7.17677C10.0223 7.41697 9.9316 7.64563 9.78577 7.83822C9.63994 8.03082 9.44444 8.18009 9.22023 8.27003C8.66658 8.49116 7.90572 9.05791 7.90572 10.0022V10.207C7.90572 10.4242 7.99201 10.6325 8.1456 10.7861C8.2992 10.9397 8.50751 11.026 8.72473 11.026C8.94194 11.026 9.15026 10.9397 9.30385 10.7861C9.45745 10.6325 9.54373 10.4242 9.54373 10.207C9.54373 10.0071 9.58469 9.90722 9.75749 9.82205L9.82875 9.78929C10.4682 9.53203 10.9983 9.06033 11.3281 8.45506C11.6579 7.84978 11.7669 7.14863 11.6364 6.47181C11.5059 5.79498 11.144 5.18464 10.6127 4.74541C10.0815 4.30619 9.41402 4.06544 8.72473 4.06443Z" fill="%23F27221"/></svg>'); }
        .technological-wrap .tabs .tab.is-active .tab-title.regulatory {
          background-image: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.9972 16.7594C18.9972 17.1408 18.8641 17.4647 18.5978 17.731L17.4427 18.8969C17.162 19.1632 16.8345 19.2963 16.4603 19.2963C16.0789 19.2963 15.755 19.1632 15.4887 18.8969L11.57 14.9673C11.2965 14.7082 11.1597 14.3844 11.1597 13.9957C11.1597 13.6143 11.3145 13.2688 11.6239 12.9594L8.8603 10.1957L7.50007 11.556C7.39932 11.6567 7.27697 11.7071 7.13303 11.7071C6.98909 11.7071 6.86674 11.6567 6.76598 11.556C6.78038 11.5704 6.82536 11.6135 6.90093 11.6855C6.9765 11.7575 7.02148 11.8043 7.03587 11.8259C7.05026 11.8474 7.08625 11.8888 7.14383 11.95C7.2014 12.0112 7.23739 12.0598 7.25178 12.0957C7.26617 12.1317 7.28776 12.1803 7.31655 12.2415C7.34534 12.3027 7.36513 12.362 7.37593 12.4196C7.38672 12.4772 7.39212 12.5419 7.39212 12.6139C7.39212 12.8874 7.29136 13.1321 7.08985 13.348C7.06826 13.3696 7.00888 13.4344 6.91172 13.5423C6.81456 13.6503 6.74619 13.7241 6.70661 13.7636C6.66703 13.8032 6.60045 13.8626 6.50689 13.9418C6.41333 14.0209 6.33417 14.0767 6.26939 14.1091C6.20462 14.1415 6.12545 14.1739 6.03189 14.2062C5.93833 14.2386 5.84477 14.2548 5.75121 14.2548C5.46333 14.2548 5.21864 14.1541 5.01712 13.9526L0.612575 9.54801C0.41106 9.3465 0.310303 9.1018 0.310303 8.81392C0.310303 8.72036 0.326496 8.6268 0.358882 8.53324C0.391269 8.43968 0.423655 8.36051 0.456041 8.29574C0.488428 8.23097 0.544204 8.1518 0.623371 8.05824C0.702538 7.96468 0.761913 7.89811 0.801496 7.85852C0.841079 7.81894 0.914848 7.75057 1.0228 7.65341C1.13076 7.55625 1.19553 7.49687 1.21712 7.47528C1.43303 7.27377 1.67773 7.17301 1.95121 7.17301C2.02318 7.17301 2.08795 7.17841 2.14553 7.1892C2.20311 7.2 2.26248 7.21979 2.32365 7.24858C2.38483 7.27737 2.43341 7.29896 2.46939 7.31335C2.50538 7.32775 2.55396 7.36373 2.61513 7.42131C2.67631 7.47888 2.71769 7.51487 2.73928 7.52926C2.76087 7.54365 2.80765 7.58864 2.87962 7.6642C2.95159 7.73977 2.99477 7.78475 3.00917 7.79915C2.90841 7.69839 2.85803 7.57604 2.85803 7.4321C2.85803 7.28816 2.90841 7.16581 3.00917 7.06506L6.76598 3.30824C6.86674 3.20748 6.98909 3.1571 7.13303 3.1571C7.27697 3.1571 7.39932 3.20748 7.50007 3.30824C7.48568 3.29384 7.4407 3.25066 7.36513 3.17869C7.28956 3.10672 7.24458 3.05994 7.23019 3.03835C7.21579 3.01676 7.17981 2.97538 7.12223 2.9142C7.06466 2.85303 7.02867 2.80445 7.01428 2.76847C6.99989 2.73248 6.97829 2.6839 6.94951 2.62273C6.92072 2.56155 6.90093 2.50218 6.89013 2.4446C6.87934 2.38703 6.87394 2.32225 6.87394 2.25028C6.87394 1.9768 6.9747 1.7321 7.17621 1.51619C7.1978 1.4946 7.25718 1.42983 7.35434 1.32187C7.4515 1.21392 7.51987 1.14015 7.55945 1.10057C7.59903 1.06098 7.66561 1.00161 7.75917 0.922443C7.85273 0.843276 7.93189 0.7875 7.99667 0.755114C8.06144 0.722727 8.1406 0.690341 8.23417 0.657955C8.32773 0.625568 8.42129 0.609375 8.51485 0.609375C8.80273 0.609375 9.04742 0.710133 9.24894 0.911648L13.6535 5.31619C13.855 5.51771 13.9558 5.7624 13.9558 6.05028C13.9558 6.14384 13.9396 6.2374 13.9072 6.33097C13.8748 6.42453 13.8424 6.50369 13.81 6.56847C13.7776 6.63324 13.7219 6.7124 13.6427 6.80597C13.5635 6.89953 13.5041 6.9661 13.4646 7.00568C13.425 7.04526 13.3512 7.11364 13.2433 7.21079C13.1353 7.30795 13.0705 7.36733 13.0489 7.38892C12.833 7.59044 12.5883 7.69119 12.3148 7.69119C12.2429 7.69119 12.1781 7.68579 12.1205 7.675C12.063 7.6642 12.0036 7.64441 11.9424 7.61562C11.8812 7.58684 11.8327 7.56525 11.7967 7.55085C11.7607 7.53646 11.7121 7.50047 11.6509 7.4429C11.5898 7.38532 11.5484 7.34934 11.5268 7.33494C11.5052 7.32055 11.4584 7.27557 11.3864 7.2C11.3145 7.12443 11.2713 7.07945 11.2569 7.06506C11.3576 7.16581 11.408 7.28816 11.408 7.4321C11.408 7.57604 11.3576 7.69839 11.2569 7.79915L9.89667 9.15937L12.6603 11.923C12.9698 11.6135 13.3152 11.4588 13.6967 11.4588C14.0709 11.4588 14.3984 11.5919 14.6791 11.8582L18.5978 15.777C18.8641 16.0577 18.9972 16.3851 18.9972 16.7594Z" fill="%23F27221"/></svg>'); }
        .technological-wrap .tabs .tab.is-active .tab-title.gps-expert {
          background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9379 6.42576L11.9086 5.70063L9.6603 1.1789C9.59889 1.0551 9.49787 0.954876 9.37308 0.893958C9.0601 0.740679 8.67978 0.868411 8.5233 1.1789L6.27504 5.70063L1.24569 6.42576C1.10703 6.44541 0.98026 6.51026 0.883198 6.60851C0.765857 6.72816 0.701196 6.88913 0.703425 7.05605C0.705653 7.22297 0.774589 7.38218 0.895083 7.49871L4.53389 11.0182L3.6742 15.988C3.65404 16.1036 3.66694 16.2225 3.71143 16.3312C3.75591 16.4399 3.83021 16.5341 3.9259 16.603C4.02159 16.672 4.13484 16.713 4.2528 16.7213C4.37077 16.7296 4.48873 16.705 4.59331 16.6502L9.0918 14.3039L13.5903 16.6502C13.7131 16.7151 13.8557 16.7367 13.9924 16.7131C14.3371 16.6542 14.5688 16.3299 14.5094 15.988L13.6497 11.0182L17.2885 7.49871C17.3876 7.40242 17.4529 7.27665 17.4727 7.13909C17.5262 6.7952 17.2845 6.47685 16.9379 6.42576Z" fill="%23F27221"/></svg>'); }
        .technological-wrap .tabs .tab.is-active .tab-title:after {
          right: 0;
          left: unset;
          width: calc(100% - 26px);
          background-color: #F27221; }
  .technological-wrap .tabs-contents {
    margin: 0;
    background: #fff;
    padding: 0 24px 24px 24px; }
    @media (min-width: 801px) {
      .technological-wrap .tabs-contents {
        padding: 0 48px 48px 48px; } }
    .technological-wrap .tabs-contents.tab-emerge {
      padding: 0; }
      @media (min-width: 801px) {
        .technological-wrap .tabs-contents.tab-emerge {
          padding: 0 48px 48px 48px; } }
    .technological-wrap .tabs-contents .tab-content {
      padding: 0; }
      .technological-wrap .tabs-contents .tab-content .tab-content-inner {
        display: flex;
        gap: 20px;
        padding: 24px;
        flex-wrap: wrap;
        border-radius: 25px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
        @media (min-width: 801px) {
          .technological-wrap .tabs-contents .tab-content .tab-content-inner {
            padding: 48px; } }
        .technological-wrap .tabs-contents .tab-content .tab-content-inner .content-left {
          width: 100%; }
          @media (min-width: 801px) {
            .technological-wrap .tabs-contents .tab-content .tab-content-inner .content-left {
              width: 70%;
              padding-right: 40px; } }
        .technological-wrap .tabs-contents .tab-content .tab-content-inner .content-right {
          width: 100%; }
          @media (min-width: 801px) {
            .technological-wrap .tabs-contents .tab-content .tab-content-inner .content-right {
              width: calc(30% - 20px); } }
        .technological-wrap .tabs-contents .tab-content .tab-content-inner .tech-details {
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          text-align: left;
          color: #444444;
          line-height: 24px;
          font-family: "Arial", Arial, Helvetica, sans-serif; }
          @media (min-width: 801px) {
            .technological-wrap .tabs-contents .tab-content .tab-content-inner .tech-details {
              font-size: 18px;
              line-height: 26px; } }
      .technological-wrap .tabs-contents .tab-content .content-common-title {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        color: #444444;
        line-height: 26px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .technological-wrap .tabs-contents .tab-content .content-common-title {
            font-size: 24px;
            line-height: 32px; } }
      .technological-wrap .tabs-contents .tab-content .content-common-details, .technological-wrap .tabs-contents .tab-content li {
        font-size: 16px;
        color: #1B3D5C;
        text-align: left;
        font-weight: 400;
        line-height: 24px;
        font-family: "Arial", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .technological-wrap .tabs-contents .tab-content .content-common-details, .technological-wrap .tabs-contents .tab-content li {
            font-size: 18px;
            line-height: 28px; } }
    .technological-wrap .tabs-contents .expert-content-wrap .expert-inner {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .technological-wrap .tabs-contents .expert-content-wrap .expert-inner .inner-left {
        width: 100%;
        border-radius: 8px; }
        @media (min-width: 551px) {
          .technological-wrap .tabs-contents .expert-content-wrap .expert-inner .inner-left {
            width: 228px; } }
        .technological-wrap .tabs-contents .expert-content-wrap .expert-inner .inner-left img {
          width: 100%;
          border-radius: 8px; }
      .technological-wrap .tabs-contents .expert-content-wrap .expert-inner .inner-right {
        width: 100%; }
        @media (min-width: 551px) {
          .technological-wrap .tabs-contents .expert-content-wrap .expert-inner .inner-right {
            width: calc(100% - 244px); } }
        .technological-wrap .tabs-contents .expert-content-wrap .expert-inner .inner-right h4 {
          margin-top: 0;
          font-size: 16px;
          color: #444444;
          font-weight: 600;
          line-height: 22px; }
          @media (min-width: 551px) {
            .technological-wrap .tabs-contents .expert-content-wrap .expert-inner .inner-right h4 {
              font-size: 18px; } }
        .technological-wrap .tabs-contents .expert-content-wrap .expert-inner .inner-right p {
          margin: 0;
          opacity: .7;
          font-size: 16px;
          color: #444444;
          font-weight: 400;
          line-height: 22px; }
          @media (min-width: 551px) {
            .technological-wrap .tabs-contents .expert-content-wrap .expert-inner .inner-right p {
              font-size: 18px; } }
      .technological-wrap .tabs-contents .expert-content-wrap .expert-inner + .expert-inner {
        margin-top: 29px; }

.faq-gps-bg {
  padding: 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .faq-gps-bg {
      padding: 48px 0; } }
  .faq-gps-bg .container--gpstracker {
    border-radius: 27px;
    background-color: #ECF0F8;
    border: 1px solid transparent; }
    @media (min-width: 801px) {
      .faq-gps-bg .container--gpstracker {
        background-color: #fff; } }
  .faq-gps-bg .technological-wrap .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    justify-content: center; }
  .faq-gps-bg .expert-heading-tabs {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 700;
    text-align: left;
    color: #1B3D5C;
    line-height: 24px;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
  .faq-gps-bg .FAQBox {
    padding: 18px 0;
    border-bottom: 2px solid #EBEBEB; }
    .faq-gps-bg .FAQBox .GpsFaqTitle {
      margin: 0;
      cursor: pointer;
      font-size: 16px;
      color: #444444;
      font-weight: 600;
      text-align: left;
      line-height: 23px;
      position: relative;
      padding: 0 12px 0 0;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
      @media (min-width: 801px) {
        .faq-gps-bg .FAQBox .GpsFaqTitle {
          font-size: 18px;
          line-height: 26px; } }
      .faq-gps-bg .FAQBox .GpsFaqTitle:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        height: 8px;
        width: 12px;
        background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4694 0.712891L6.39313 5.78912L1.31689 0.712891" stroke="black" stroke-width="1.52287"/></svg>');
        background-size: 100%;
        transform-origin: center;
        transition: .2s all ease;
        background-repeat: no-repeat;
        background-position: right center;
        transform: translateY(-50%) rotate(0deg); }
      .faq-gps-bg .FAQBox .GpsFaqTitle.current:after {
        transition: .2s all ease;
        transform: translateY(-50%) rotate(180deg); }
    .faq-gps-bg .FAQBox .GpsFaqParagraph {
      opacity: .7;
      font-size: 16px;
      color: #444444;
      font-weight: 400;
      text-align: left;
      line-height: 24px;
      margin: 24px 0 0 0;
      padding: 18px 0 0 0;
      border-top: 2px solid #EBEBEB;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
      @media (min-width: 551px) {
        .faq-gps-bg .FAQBox .GpsFaqParagraph {
          font-size: 18px; } }
      .faq-gps-bg .FAQBox .GpsFaqParagraph a:hover {
        color: #000; }

.top-trusted-bg {
  padding: 40px 0;
  background-color: #3A8DDE; }
  @media (min-width: 801px) {
    .top-trusted-bg {
      padding: 48px 0; } }
  .top-trusted-bg .trusted-top-title {
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .top-trusted-bg .trusted-top-title {
        font-size: 39px;
        margin: 0 0 24px;
        line-height: 47px; } }
  .top-trusted-bg .top-trusted-inner {
    padding: 0 10px;
    text-align: center; }
    @media (min-width: 801px) {
      .top-trusted-bg .top-trusted-inner {
        padding: 0 20px; } }
    .top-trusted-bg .top-trusted-inner .trusted-brand-logo {
      max-height: 80px;
      object-fit: contain; }
  .top-trusted-bg .slick-arrow {
    border: 0;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 36px;
    background-color: transparent; }
    @media (min-width: 551px) {
      .top-trusted-bg .slick-arrow {
        width: 21px;
        height: 43px; } }
    .top-trusted-bg .slick-arrow:before {
      padding: 0;
      width: 16px;
      height: 36px; }
      @media (min-width: 551px) {
        .top-trusted-bg .slick-arrow:before {
          width: 21px;
          height: 43px; } }
    .top-trusted-bg .slick-arrow.slick-prev {
      left: -20px; }
      .top-trusted-bg .slick-arrow.slick-prev:before {
        background-image: url('data:image/svg+xml,<svg width="23" height="43" viewBox="0 0 23 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.5" d="M0.844993 21.4508C0.843606 22.16 1.0909 22.8472 1.54395 23.3933L16.7388 41.6047C17.2546 42.2245 17.9959 42.6143 18.7995 42.6883C19.603 42.7623 20.4031 42.5145 21.0237 41.9993C21.6444 41.4841 22.0346 40.7437 22.1087 39.9412C22.1828 39.1386 21.9346 38.3394 21.4188 37.7196L7.80423 21.4508L20.9326 5.18195C21.185 4.87148 21.3735 4.51425 21.4873 4.13078C21.601 3.74731 21.6378 3.34517 21.5954 2.94747C21.5531 2.54977 21.4324 2.16435 21.2404 1.81337C21.0485 1.46238 20.7889 1.15276 20.4767 0.902279C20.1643 0.624313 19.7977 0.413796 19.4 0.283909C19.0022 0.154022 18.5819 0.107575 18.1654 0.147469C17.7489 0.187359 17.3451 0.312733 16.9793 0.51574C16.6136 0.718746 16.2937 0.995011 16.0398 1.32722L1.36162 19.5386C0.980178 20.1004 0.798282 20.7736 0.844993 21.4508Z" fill="white"/></svg>'); }
    .top-trusted-bg .slick-arrow.slick-next {
      right: -20px; }
      .top-trusted-bg .slick-arrow.slick-next:before {
        background-image: url('data:image/svg+xml,<svg width="23" height="43" viewBox="0 0 23 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.5" d="M22.155 21.3842C22.1564 20.675 21.9091 19.9877 21.456 19.4416L6.2612 1.23027C5.74537 0.610428 5.00413 0.220631 4.20055 0.146633C3.39696 0.0726347 2.59686 0.320497 1.97625 0.835692C1.35564 1.35089 0.965367 2.09121 0.891277 2.89381C0.817188 3.6964 1.06535 4.49552 1.58118 5.11536L15.1958 21.3842L2.06742 37.653C1.81499 37.9635 1.62647 38.3207 1.51272 38.7042C1.39897 39.0876 1.36221 39.4898 1.40457 39.8875C1.44693 40.2852 1.56757 40.6706 1.75956 41.0216C1.95154 41.3726 2.21108 41.6822 2.52326 41.9327C2.83574 42.2106 3.20232 42.4212 3.60004 42.5511C3.99776 42.6809 4.41805 42.7274 4.83458 42.6875C5.25111 42.6476 5.65491 42.5222 6.02067 42.3192C6.38643 42.1162 6.70627 41.84 6.96016 41.5077L21.6384 23.2964C22.0198 22.7346 22.2017 22.0613 22.155 21.3842Z" fill="white"/></svg>'); }
  .top-trusted-bg .carousel-tooltip {
    display: none !important; }

.conclusion-bg {
  padding: 40px 0;
  background-color: #1B3D5C; }
  @media (min-width: 801px) {
    .conclusion-bg {
      padding: 48px 0; } }
  .conclusion-bg .conclusion-title {
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .conclusion-bg .conclusion-title {
        font-size: 39px;
        margin: 0 0 24px;
        line-height: 47px; } }
  .conclusion-bg .conclusion-details {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    font-family: "Arial", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .conclusion-bg .conclusion-details {
        font-size: 18px;
        line-height: 32px; } }
    .conclusion-bg .conclusion-details + .conclusion-details {
      margin: 20px 0; }
  .conclusion-bg .conclusion-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
    justify-content: center; }
    .conclusion-bg .conclusion-actions a {
      width: 100%;
      display: flex;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 17px;
      padding: 16px 66px;
      text-align: center;
      align-items: center;
      border-radius: 100px;
      text-decoration: none;
      justify-content: center;
      transition: .2s all ease;
      border: 1px solid #F27221;
      background-color: #F27221;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
      @media (min-width: 551px) {
        .conclusion-bg .conclusion-actions a {
          padding: 14px 30px;
          max-width: fit-content; } }
      .conclusion-bg .conclusion-actions a:hover {
        color: #F27221;
        border-color: #fff;
        background-color: #fff;
        transition: .2s all ease; }
        .conclusion-bg .conclusion-actions a:hover .call-icon svg.call-icon-normal {
          opacity: 0;
          transition: .2s all ease; }
        .conclusion-bg .conclusion-actions a:hover .call-icon svg.call-icon-hover {
          opacity: 1;
          transition: .2s all ease; }
      .conclusion-bg .conclusion-actions a .call-icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 6px 0 0;
        position: relative;
        vertical-align: middle; }
        .conclusion-bg .conclusion-actions a .call-icon svg {
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%; }
          .conclusion-bg .conclusion-actions a .call-icon svg.call-icon-normal {
            opacity: 1;
            transition: .2s all ease; }
          .conclusion-bg .conclusion-actions a .call-icon svg.call-icon-hover {
            opacity: 0;
            transition: .2s all ease; }
      .conclusion-bg .conclusion-actions a.chat-conclusion {
        color: #1B3D5C;
        border-color: #1B3D5C;
        background-color: #fff; }
        .conclusion-bg .conclusion-actions a.chat-conclusion:hover {
          color: #fff;
          border-color: #fff;
          background-color: #1B3D5C; }

.best-gps-content .best-secuirty-products-wrap .productCarousel-slide {
  margin: 12px 0 20px; }

#modalRequestCartQuote .modal-body {
  padding: 0; }

.categoryGateway-wrap .container--category {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px; }

.categoryGateway-wrap .dash-cam-sol-outer {
  margin: 48px 0; }
  .categoryGateway-wrap .dash-cam-sol-outer .cat-page-title {
    color: #444444;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 10px;
    text-align: center; }
    @media (min-width: 801px) {
      .categoryGateway-wrap .dash-cam-sol-outer .cat-page-title {
        font-size: 40px;
        margin: 0 0 16px;
        line-height: 48px; } }
  .categoryGateway-wrap .dash-cam-sol-outer .dash-cam-inner {
    margin: 32px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
    padding: 0; }
    .categoryGateway-wrap .dash-cam-sol-outer .dash-cam-inner .dash-camera-cat {
      box-shadow: 0px 6px 12px 0px #0000001c;
      border-radius: 16px;
      padding: 22px 16px;
      width: 100%;
      max-width: 100%; }
      @media (min-width: 801px) {
        .categoryGateway-wrap .dash-cam-sol-outer .dash-cam-inner .dash-camera-cat {
          width: calc(50% - 48px);
          max-width: 485px; } }
      .categoryGateway-wrap .dash-cam-sol-outer .dash-cam-inner .dash-camera-cat .cat-img {
        width: 100%; }
      .categoryGateway-wrap .dash-cam-sol-outer .dash-cam-inner .dash-camera-cat .cat-feature, .categoryGateway-wrap .dash-cam-sol-outer .dash-cam-inner .dash-camera-cat .cat-feat-type, .categoryGateway-wrap .dash-cam-sol-outer .dash-cam-inner .dash-camera-cat .cat-feat-desp {
        color: #7c7c7c;
        font-size: 16px;
        text-align: center; }
      .categoryGateway-wrap .dash-cam-sol-outer .dash-cam-inner .dash-camera-cat .cat-feature {
        margin: 16px 0 6px 0;
        text-transform: capitalize; }
      .categoryGateway-wrap .dash-cam-sol-outer .dash-cam-inner .dash-camera-cat .cat-feat-type {
        margin: 0 0 16px 0; }

.categoryGateway-wrap .dash-cam-feat-outer, .categoryGateway-wrap .dash-cam-need-outer {
  background: #ecf0f8;
  padding: 48px 0; }
  .categoryGateway-wrap .dash-cam-feat-outer .cat-page-title, .categoryGateway-wrap .dash-cam-need-outer .cat-page-title {
    color: #444444;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 32px;
    text-align: center;
    font-family: Arial, Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .categoryGateway-wrap .dash-cam-feat-outer .cat-page-title, .categoryGateway-wrap .dash-cam-need-outer .cat-page-title {
        font-size: 40px;
        margin: 0 0 48px;
        line-height: 48px; } }
    .categoryGateway-wrap .dash-cam-feat-outer .cat-page-title.need-title, .categoryGateway-wrap .dash-cam-need-outer .cat-page-title.need-title {
      color: #1B3D5C; }
  .categoryGateway-wrap .dash-cam-feat-outer .dash-cam-need-img, .categoryGateway-wrap .dash-cam-need-outer .dash-cam-need-img {
    display: flex;
    justify-content: center;
    margin: 0 0 48px 0; }
    .categoryGateway-wrap .dash-cam-feat-outer .dash-cam-need-img img, .categoryGateway-wrap .dash-cam-need-outer .dash-cam-need-img img {
      border-radius: 8px; }
  .categoryGateway-wrap .dash-cam-feat-outer .dash-cam-feat-inner, .categoryGateway-wrap .dash-cam-need-outer .dash-cam-feat-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px 24px; }
    .categoryGateway-wrap .dash-cam-feat-outer .dash-cam-feat-inner .dash-camera-feat, .categoryGateway-wrap .dash-cam-need-outer .dash-cam-feat-inner .dash-camera-feat {
      width: 100%; }
      @media (min-width: 801px) {
        .categoryGateway-wrap .dash-cam-feat-outer .dash-cam-feat-inner .dash-camera-feat, .categoryGateway-wrap .dash-cam-need-outer .dash-cam-feat-inner .dash-camera-feat {
          width: calc(50% - 24px); } }
      .categoryGateway-wrap .dash-cam-feat-outer .dash-cam-feat-inner .dash-camera-feat .dc-feat-img, .categoryGateway-wrap .dash-cam-need-outer .dash-cam-feat-inner .dash-camera-feat .dc-feat-img {
        width: 100%; }
      .categoryGateway-wrap .dash-cam-feat-outer .dash-cam-feat-inner .dash-camera-feat .dc-feature, .categoryGateway-wrap .dash-cam-need-outer .dash-cam-feat-inner .dash-camera-feat .dc-feature {
        margin: 16px 0 8px 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        color: #1b3d5c;
        text-transform: capitalize; }
      .categoryGateway-wrap .dash-cam-feat-outer .dash-cam-feat-inner .dash-camera-feat .dc-feat-desp, .categoryGateway-wrap .dash-cam-need-outer .dash-cam-feat-inner .dash-camera-feat .dc-feat-desp {
        color: #5a738b;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px; }
        .categoryGateway-wrap .dash-cam-feat-outer .dash-cam-feat-inner .dash-camera-feat .dc-feat-desp a, .categoryGateway-wrap .dash-cam-need-outer .dash-cam-feat-inner .dash-camera-feat .dc-feat-desp a {
          color: #F27221; }
  .categoryGateway-wrap .dash-cam-feat-outer .dash-camera-action, .categoryGateway-wrap .dash-cam-need-outer .dash-camera-action {
    text-align: center; }
    .categoryGateway-wrap .dash-cam-feat-outer .dash-camera-action .button, .categoryGateway-wrap .dash-cam-need-outer .dash-camera-action .button {
      align-items: center;
      background-color: #F27221;
      border: 1px solid #F27221;
      border-radius: 100px;
      color: #fff;
      display: inline-flex;
      font-size: 18px;
      font-weight: 700;
      justify-content: center;
      line-height: 21px;
      margin: 2rem auto 0;
      max-width: 290px;
      min-height: 56px;
      width: 100%; }

.categoryGateway-wrap .dash-cam-features-outer {
  margin: 48px 0; }
  .categoryGateway-wrap .dash-cam-features-outer .cat-page-title {
    color: #444444;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 32px;
    text-align: center; }
    @media (min-width: 801px) {
      .categoryGateway-wrap .dash-cam-features-outer .cat-page-title {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 48px; } }
  .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    list-style: none;
    margin: 0 0 48px 0;
    overflow: hidden; }
    .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat {
      width: 100%;
      padding: 20px;
      background: #ecf0f8; }
      @media (min-width: 551px) {
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat {
          width: calc(50% - 1px); } }
      .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp {
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 30px;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 48px; }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.recording {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="27" viewBox="0 0 32 27" fill="none"><path d="M28.375 0.218262H3.625C2.87908 0.218262 2.16371 0.514578 1.63626 1.04202C1.10882 1.56947 0.8125 2.28484 0.8125 3.03076V17.6558C0.8125 18.4017 1.10882 19.1171 1.63626 19.6445C2.16371 20.1719 2.87908 20.4683 3.625 20.4683H28.375C29.1209 20.4683 29.8363 20.1719 30.3637 19.6445C30.8912 19.1171 31.1875 18.4017 31.1875 17.6558V3.03076C31.1875 2.28484 30.8912 1.56947 30.3637 1.04202C29.8363 0.514578 29.1209 0.218262 28.375 0.218262ZM27.8125 17.0933H4.1875V3.59326H27.8125V17.0933ZM31.1875 24.4058C31.1875 24.8533 31.0097 25.2825 30.6932 25.599C30.3768 25.9155 29.9476 26.0933 29.5 26.0933H2.5C2.05245 26.0933 1.62322 25.9155 1.30676 25.599C0.99029 25.2825 0.8125 24.8533 0.8125 24.4058C0.8125 23.9582 0.99029 23.529 1.30676 23.2125C1.62322 22.8961 2.05245 22.7183 2.5 22.7183H29.5C29.9476 22.7183 30.3768 22.8961 30.6932 23.2125C31.0097 23.529 31.1875 23.9582 31.1875 24.4058ZM12.625 13.1558V7.53076C12.6249 7.22949 12.7055 6.93368 12.8583 6.67406C13.0112 6.41443 13.2307 6.20047 13.4942 6.05437C13.7577 5.90828 14.0555 5.83539 14.3567 5.84327C14.6578 5.85116 14.9514 5.93952 15.2069 6.0992L19.7069 8.9117C19.9498 9.06333 20.1502 9.2743 20.2891 9.52475C20.428 9.77519 20.5009 10.0569 20.5009 10.3433C20.5009 10.6297 20.428 10.9113 20.2891 11.1618C20.1502 11.4122 19.9498 11.6232 19.7069 11.7748L15.2069 14.5873C14.9514 14.747 14.6578 14.8354 14.3567 14.8433C14.0555 14.8511 13.7577 14.7782 13.4942 14.6322C13.2307 14.4861 13.0112 14.2721 12.8583 14.0125C12.7055 13.7528 12.6249 13.457 12.625 13.1558Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.display {
          background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="31" height="25" viewBox="0 0 31 25" fill="none"><path d="M26 0.155762C27.1935 0.155762 28.3381 0.629868 29.182 1.47378C30.0259 2.3177 30.5 3.46229 30.5 4.65576V19.6558C30.5 20.8492 30.0259 21.9938 29.182 22.8377C28.3381 23.6817 27.1935 24.1558 26 24.1558H5C3.80653 24.1558 2.66193 23.6817 1.81802 22.8377C0.974106 21.9938 0.5 20.8492 0.5 19.6558V4.65576C0.5 3.46229 0.974106 2.3177 1.81802 1.47378C2.66193 0.629868 3.80653 0.155762 5 0.155762H26ZM26 3.15576H5C4.60218 3.15576 4.22064 3.3138 3.93934 3.5951C3.65804 3.87641 3.5 4.25794 3.5 4.65576V19.6558C3.5 20.0536 3.65804 20.4351 3.93934 20.7164C4.22064 20.9977 4.60218 21.1558 5 21.1558H26C26.3978 21.1558 26.7794 20.9977 27.0607 20.7164C27.342 20.4351 27.5 20.0536 27.5 19.6558V4.65576C27.5 4.25794 27.342 3.87641 27.0607 3.5951C26.7794 3.3138 26.3978 3.15576 26 3.15576ZM13.5605 6.59526C13.8417 6.87655 13.9997 7.25802 13.9997 7.65576C13.9997 8.05351 13.8417 8.43497 13.5605 8.71626L9.0605 13.2163C8.7776 13.4895 8.39869 13.6407 8.0054 13.6373C7.6121 13.6339 7.23588 13.4761 6.95777 13.198C6.67966 12.9199 6.52191 12.5437 6.51849 12.1504C6.51507 11.7571 6.66626 11.3782 6.9395 11.0953L11.4395 6.59526C11.7208 6.31406 12.1023 6.15608 12.5 6.15608C12.8977 6.15608 13.2792 6.31406 13.5605 6.59526ZM6.9395 5.09526C7.20944 4.82624 7.57165 4.67005 7.95258 4.65842C8.3335 4.64679 8.70457 4.78058 8.99042 5.03263C9.27627 5.28469 9.45546 5.63609 9.4916 6.01547C9.52774 6.39486 9.41812 6.77377 9.185 7.07526L9.0605 7.21626L7.5605 8.71626C7.29056 8.98528 6.92835 9.14147 6.54742 9.1531C6.1665 9.16474 5.79543 9.03094 5.50958 8.77889C5.22373 8.52684 5.04454 8.17544 5.0084 7.79605C4.97226 7.41667 5.08188 7.03775 5.315 6.73626L5.4395 6.59526L6.9395 5.09526Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.angle {
          background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="30" height="31" viewBox="0 0 30 31" fill="none"><path d="M13.8 9.71826L19.05 0.718262C21.325 1.31826 23.344 2.41826 25.107 4.01826C26.87 5.61826 28.151 7.51826 28.95 9.71826H13.8ZM9.6375 13.4683L4.5 4.46826C5.85 3.14326 7.419 2.09326 9.207 1.31826C10.995 0.543262 12.926 0.155762 15 0.155762C15.325 0.155762 15.7 0.174762 16.125 0.212762C16.55 0.250762 16.9375 0.294262 17.2875 0.343262L9.6375 13.4683ZM0.487502 18.9058C0.337502 18.3058 0.218501 17.6933 0.130501 17.0683C0.0425014 16.4433 -0.000998405 15.8058 1.5952e-06 15.1558C1.5952e-06 13.3808 0.287502 11.7058 0.862502 10.1308C1.4375 8.55576 2.25 7.11826 3.3 5.81826L10.875 18.9058H0.487502ZM10.9875 29.5933C8.7125 28.9933 6.6875 27.8933 4.9125 26.2933C3.1375 24.6933 1.85 22.7933 1.05 20.5933H16.1625L10.9875 29.5933ZM15 30.1558C14.625 30.1558 14.2435 30.1308 13.8555 30.0808C13.4675 30.0308 13.099 29.9808 12.75 29.9308L20.3625 16.8433L25.5 25.8433C24.15 27.1683 22.5815 28.2183 20.7945 28.9933C19.0075 29.7683 17.076 30.1558 15 30.1558ZM26.7 24.4933L19.125 11.4058H29.5125C29.6625 12.0058 29.7815 12.6183 29.8695 13.2433C29.9575 13.8683 30.001 14.5058 30 15.1558C30 16.9058 29.694 18.5808 29.082 20.1808C28.47 21.7808 27.676 23.2183 26.7 24.4933Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.detection {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="37" viewBox="0 0 37 37" fill="none"><g clip-path="url(%23clip0_7058_2506)"><path d="M15.5 0.455811C14 0.455811 12.8 1.65581 12.8 3.15581C12.8 4.65581 14 5.85581 15.5 5.85581C17 5.85581 18.2 4.65581 18.2 3.15581C18.2 1.65581 17 0.455811 15.5 0.455811ZM24.005 1.65581C24.005 4.57187 25.1634 7.36849 27.2254 9.43045C29.2873 11.4924 32.0839 12.6508 35 12.6508V10.6558C32.6131 10.6558 30.3239 9.7076 28.636 8.01977C26.9482 6.33194 26 4.04276 26 1.65581H24.005ZM27.995 1.65581C27.995 5.52581 31.13 8.66081 35 8.66081V6.65081C32.24 6.65081 30.005 4.41581 30.005 1.65581H27.995ZM32 1.65581C32 2.45146 32.3161 3.21452 32.8787 3.77713C33.4413 4.33974 34.2044 4.65581 35 4.65581V1.65581H32ZM12.38 6.20081C12.125 6.20081 11.87 6.24581 11.63 6.32081L3.5 8.85581V16.6558H6.2V11.1508L9.365 10.1608L3.5 33.1558H6.2L10.505 20.9908L14 25.6558V33.1558H16.7V23.5408L12.965 16.7308L14.06 12.4258L15.68 15.1558H23V12.4558H17.57L14.57 7.46081C14.12 6.71081 13.31 6.20081 12.38 6.20081Z" fill="%233A8DDE"/></g><defs><clipPath id="clip0_7058_2506"><rect width="36" height="36" fill="white" transform="translate(0.5 0.155762)"/></clipPath></defs></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.loop {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="34" viewBox="0 0 24 34" fill="none"><path d="M12 5.15576V0.655762L6 6.65576L12 12.6558V8.15576C16.965 8.15576 21 12.1908 21 17.1558C21 18.6708 20.625 20.1108 19.95 21.3558L22.14 23.5458C23.3554 21.6361 24.0006 19.4193 24 17.1558C24 10.5258 18.63 5.15576 12 5.15576ZM12 26.1558C7.035 26.1558 3 22.1208 3 17.1558C3 15.6408 3.375 14.2008 4.05 12.9558L1.86 10.7658C0.644629 12.6754 -0.000629423 14.8922 4.60715e-07 17.1558C4.60715e-07 23.7858 5.37 29.1558 12 29.1558V33.6558L18 27.6558L12 21.6558V26.1558Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.storage {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="31" viewBox="0 0 25 31" fill="none"><path d="M8 13.6558H11V7.65576H8V13.6558ZM12.5 13.6558H15.5V7.65576H12.5V13.6558ZM17 13.6558H20V7.65576H17V13.6558ZM3.5 30.1558C2.675 30.1558 1.969 29.8623 1.382 29.2753C0.795 28.6883 0.501 27.9818 0.5 27.1558V9.15576L9.5 0.155762H21.5C22.325 0.155762 23.0315 0.449762 23.6195 1.03776C24.2075 1.62576 24.501 2.33176 24.5 3.15576V27.1558C24.5 27.9808 24.2065 28.6873 23.6195 29.2753C23.0325 29.8633 22.326 30.1568 21.5 30.1558H3.5ZM3.5 27.1558H21.5V3.15576H10.775L3.5 10.4308V27.1558Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.built-in {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="19" viewBox="0 0 31 19" fill="none"><path d="M6.5 13.6558C6.10218 13.6558 5.72064 13.4977 5.43934 13.2164C5.15804 12.9351 5 12.5536 5 12.1558V6.15576C5 5.75794 5.15804 5.37641 5.43934 5.0951C5.72064 4.8138 6.10218 4.65576 6.5 4.65576H15.5V13.6558H6.5Z" fill="%233A8DDE"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.5 0.155762H5C3.80653 0.155762 2.66193 0.629868 1.81802 1.47378C0.974106 2.3177 0.5 3.46229 0.5 4.65576V13.6558C0.5 14.8492 0.974106 15.9938 1.81802 16.8377C2.66193 17.6817 3.80653 18.1558 5 18.1558H24.5C25.6935 18.1558 26.8381 17.6817 27.682 16.8377C28.5259 15.9938 29 14.8492 29 13.6558C29.3978 13.6558 29.7794 13.4977 30.0607 13.2164C30.342 12.9351 30.5 12.5536 30.5 12.1558V6.15576C30.5 5.75794 30.342 5.37641 30.0607 5.0951C29.7794 4.8138 29.3978 4.65576 29 4.65576C29 3.46229 28.5259 2.3177 27.682 1.47378C26.8381 0.629868 25.6935 0.155762 24.5 0.155762ZM24.5 3.15576H5C4.60218 3.15576 4.22064 3.3138 3.93934 3.5951C3.65804 3.87641 3.5 4.25794 3.5 4.65576V13.6558C3.5 14.0536 3.65804 14.4351 3.93934 14.7164C4.22064 14.9977 4.60218 15.1558 5 15.1558H24.5C24.8978 15.1558 25.2794 14.9977 25.5607 14.7164C25.842 14.4351 26 14.0536 26 13.6558V4.65576C26 4.25794 25.842 3.87641 25.5607 3.5951C25.2794 3.3138 24.8978 3.15576 24.5 3.15576Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.sensor {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="31" viewBox="0 0 30 31" fill="none"><path d="M25.605 4.55076L23.49 6.66576C24.604 7.78101 25.4874 9.10482 26.0896 10.5616C26.6919 12.0183 27.0012 13.5794 27 15.1558C27 18.3384 25.7357 21.3906 23.4853 23.641C21.2348 25.8915 18.1826 27.1558 15 27.1558C11.8174 27.1558 8.76515 25.8915 6.51472 23.641C4.26428 21.3906 3 18.3384 3 15.1558C3 9.03576 7.575 3.99576 13.5 3.26076V6.29076C9.24 7.01076 6 10.7008 6 15.1558C6 17.5427 6.94821 19.8319 8.63604 21.5197C10.3239 23.2076 12.6131 24.1558 15 24.1558C17.3869 24.1558 19.6761 23.2076 21.364 21.5197C23.0518 19.8319 24 17.5427 24 15.1558C24 12.6658 22.995 10.4158 21.36 8.79576L19.245 10.9108C20.325 12.0058 21 13.5058 21 15.1558C21 16.7471 20.3679 18.2732 19.2426 19.3984C18.1174 20.5236 16.5913 21.1558 15 21.1558C13.4087 21.1558 11.8826 20.5236 10.7574 19.3984C9.63214 18.2732 9 16.7471 9 15.1558C9 12.3658 10.92 10.0408 13.5 9.36576V12.5758C12.6 13.1008 12 14.0458 12 15.1558C12 15.9514 12.3161 16.7145 12.8787 17.2771C13.4413 17.8397 14.2044 18.1558 15 18.1558C15.7956 18.1558 16.5587 17.8397 17.1213 17.2771C17.6839 16.7145 18 15.9514 18 15.1558C18 14.0458 17.4 13.0858 16.5 12.5758V0.155762H15C13.0302 0.155762 11.0796 0.543748 9.25975 1.29757C7.43986 2.05139 5.78628 3.15628 4.3934 4.54916C1.58035 7.36221 0 11.1775 0 15.1558C0 19.134 1.58035 22.9493 4.3934 25.7624C5.78628 27.1552 7.43986 28.2601 9.25975 29.014C11.0796 29.7678 13.0302 30.1558 15 30.1558C18.9782 30.1558 22.7936 28.5754 25.6066 25.7624C28.4196 22.9493 30 19.134 30 15.1558C30 11.0158 28.32 7.26576 25.605 4.55076Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.vision {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="27" viewBox="0 0 30 27" fill="none"><path d="M16.4667 26.8225H13L13.6667 26.4065C14.1111 26.1283 14.5947 25.8172 15.1173 25.4732C15.64 25.1292 16.1231 24.818 16.5667 24.5398L17.2333 24.1225C19.0333 23.9892 20.6947 23.4447 22.2173 22.4892C23.74 21.5336 24.9453 20.2558 25.8333 18.6558C23.9222 18.478 22.1111 17.9945 20.4 17.2052C18.6889 16.4158 17.1556 15.3438 15.8 13.9892C14.4444 12.6345 13.3667 11.1012 12.5667 9.38915C11.7667 7.67715 11.2889 5.86604 11.1333 3.95582C9.42222 4.91137 8.08355 6.22826 7.11733 7.90648C6.15111 9.58471 5.66755 11.4011 5.66666 13.3558V13.7558L5.26666 13.9398C5 14.0616 4.70533 14.1891 4.38266 14.3225C4.06 14.4558 3.76577 14.5838 3.5 14.7065L3.1 14.8892C3.05555 14.6447 3.028 14.3892 3.01733 14.1225C3.00666 13.8558 3.00088 13.6003 3 13.3558C3 10.5558 3.84444 7.94471 5.53333 5.52248C7.22222 3.10026 9.43333 1.48915 12.1667 0.68915C12.4111 0.622484 12.6333 0.611373 12.8333 0.655817C13.0333 0.700261 13.2222 0.78915 13.4 0.922484C13.5778 1.05582 13.7058 1.21715 13.784 1.40648C13.8622 1.59582 13.8898 1.81226 13.8667 2.05582C13.7333 3.94471 14.0058 5.76159 14.684 7.50648C15.3622 9.25137 16.3676 10.79 17.7 12.1225C19.0556 13.478 20.5835 14.478 22.284 15.1225C23.9844 15.7669 25.7787 16.0336 27.6667 15.9225C27.9111 15.9003 28.1391 15.9394 28.3507 16.0398C28.5622 16.1403 28.7231 16.2789 28.8333 16.4558C28.9436 16.6327 29.0213 16.8216 29.0667 17.0225C29.112 17.2234 29.0898 17.4456 29 17.6891C28.0444 20.4669 26.4667 22.6838 24.2667 24.3398C22.0667 25.9958 19.4667 26.8234 16.4667 26.8225ZM7 24.1558H13C13.5556 24.1558 14.028 23.9616 14.4173 23.5732C14.8067 23.1847 15.0009 22.7123 15 22.1558C14.9991 21.5994 14.8102 21.1274 14.4333 20.7398C14.0564 20.3523 13.6009 20.1576 13.0667 20.1558H11.3333L10.6667 18.5558C10.3556 17.8225 9.86666 17.2394 9.2 16.8065C8.53333 16.3736 7.8 16.1567 7 16.1558C5.88888 16.1558 4.94444 16.5394 4.16666 17.3065C3.38888 18.0736 3 19.0234 3 20.1558C3 21.2669 3.38888 22.2114 4.16666 22.9892C4.94444 23.7669 5.88888 24.1558 7 24.1558ZM7 26.8225C5.15555 26.8225 3.58355 26.1723 2.284 24.8718C0.98444 23.5714 0.334218 21.9994 0.333329 20.1558C0.33244 18.3123 0.982663 16.7403 2.284 15.4398C3.58533 14.1394 5.15733 13.4892 7 13.4892C8.33333 13.4892 9.55022 13.8505 10.6507 14.5731C11.7511 15.2958 12.5676 16.2678 13.1 17.4892C14.3667 17.5336 15.4444 18.006 16.3333 18.9065C17.2222 19.8069 17.6667 20.89 17.6667 22.1558C17.6667 23.4447 17.2111 24.5447 16.3 25.4558C15.3889 26.3669 14.2889 26.8225 13 26.8225H7Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.stamp {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31" fill="none"><path d="M26 6.15576H5C3.34315 6.15576 2 7.49891 2 9.15576V25.6558C2 27.3126 3.34315 28.6558 5 28.6558H26C27.6569 28.6558 29 27.3126 29 25.6558V9.15576C29 7.49891 27.6569 6.15576 26 6.15576Z" stroke="%233A8DDE" stroke-width="3"/><path d="M2 12.1558C2 9.32676 2 7.91376 2.879 7.03476C3.758 6.15576 5.171 6.15576 8 6.15576H23C25.829 6.15576 27.242 6.15576 28.121 7.03476C29 7.91376 29 9.32676 29 12.1558H2Z" fill="%233A8DDE"/><path d="M8 1.65576V6.15576M23 1.65576V6.15576" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.mode {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="37" viewBox="0 0 36 37" fill="none"><path d="M28.38 7.67076C28.08 6.78576 27.24 6.15576 26.25 6.15576H9.75C8.76 6.15576 7.935 6.78576 7.62 7.67076L4.5 16.6558V28.6558C4.5 29.4808 5.175 30.1558 6 30.1558H7.5C8.325 30.1558 9 29.4808 9 28.6558V27.1558H27V28.6558C27 29.4808 27.675 30.1558 28.5 30.1558H30C30.825 30.1558 31.5 29.4808 31.5 28.6558V16.6558L28.38 7.67076ZM10.275 9.15576H25.71L27.27 13.6558H8.715L10.275 9.15576ZM28.5 24.1558H7.5V17.1658L7.68 16.6558H28.335L28.5 17.1658V24.1558Z" fill="%233A8DDE"/><path d="M11.25 22.6558C12.4926 22.6558 13.5 21.6484 13.5 20.4058C13.5 19.1631 12.4926 18.1558 11.25 18.1558C10.0074 18.1558 9 19.1631 9 20.4058C9 21.6484 10.0074 22.6558 11.25 22.6558Z" fill="%233A8DDE"/><path d="M24.75 22.6558C25.9926 22.6558 27 21.6484 27 20.4058C27 19.1631 25.9926 18.1558 24.75 18.1558C23.5074 18.1558 22.5 19.1631 22.5 20.4058C22.5 21.6484 23.5074 22.6558 24.75 22.6558Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.audio {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="37" viewBox="0 0 37 37" fill="none"><path d="M3.5 15.1558V19.6558M9.5 9.15576V25.6558M15.5 4.65576V31.6558M21.5 12.1558V22.6558M27.5 7.65576V27.1558M33.5 15.1558V19.6558" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.tracking {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M2 14.1558C2 15.7316 2.31039 17.2921 2.91345 18.748C3.5165 20.2039 4.40042 21.5267 5.51472 22.641C6.62902 23.7553 7.95189 24.6393 9.4078 25.2423C10.8637 25.8454 12.4241 26.1558 14 26.1558C15.5759 26.1558 17.1363 25.8454 18.5922 25.2423C20.0481 24.6393 21.371 23.7553 22.4853 22.641C23.5996 21.5267 24.4835 20.2039 25.0866 18.748C25.6896 17.2921 26 15.7316 26 14.1558C26 12.5799 25.6896 11.0195 25.0866 9.56356C24.4835 8.10765 23.5996 6.78478 22.4853 5.67048C21.371 4.55618 20.0481 3.67226 18.5922 3.06921C17.1363 2.46615 15.5759 2.15576 14 2.15576C12.4241 2.15576 10.8637 2.46615 9.4078 3.06921C7.95189 3.67226 6.62902 4.55618 5.51472 5.67048C4.40042 6.78478 3.5165 8.10765 2.91345 9.56356C2.31039 11.0195 2 12.5799 2 14.1558Z" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 20.8224L12.6667 15.4891L7.33333 14.1557L19.3333 8.82239L14 20.8224Z" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp.wi-fi {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="37" viewBox="0 0 37 37" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.7168 12.6496C3.89523 10.4016 6.50382 8.61506 9.38717 7.39635C12.2705 6.17763 15.3697 5.55169 18.5 5.55581C25.0826 5.55581 31.0334 8.27561 35.2832 12.6496C35.5303 12.9041 35.6673 13.2456 35.6646 13.6003C35.6619 13.9549 35.5197 14.2943 35.2688 14.545L34.6334 15.1822C34.5068 15.3089 34.3563 15.4091 34.1906 15.4771C34.0249 15.545 33.8474 15.5793 33.6683 15.578C33.4892 15.5767 33.3122 15.5397 33.1475 15.4693C32.9829 15.3989 32.8339 15.2964 32.7092 15.1678C29.1092 11.4598 24.0746 9.15581 18.5 9.15581C12.9254 9.15581 7.8908 11.4598 4.2908 15.1678C4.16614 15.2964 4.01714 15.3989 3.85248 15.4693C3.68782 15.5397 3.5108 15.5767 3.33172 15.578C3.15264 15.5793 2.97508 15.545 2.80939 15.4771C2.6437 15.4091 2.49318 15.3089 2.3666 15.1822L1.7312 14.545C1.48029 14.2943 1.33812 13.9549 1.33543 13.6003C1.33273 13.2456 1.46973 12.9041 1.7168 12.6496ZM6.8018 17.749C8.31269 16.1689 10.1284 14.9117 12.1391 14.0534C14.1499 13.1952 16.3138 12.7537 18.5 12.7558C20.6862 12.7537 22.8502 13.1952 24.8609 14.0534C26.8716 14.9117 28.6873 16.1689 30.1982 17.749C30.4424 18.0039 30.5771 18.3442 30.5734 18.6971C30.5697 19.0501 30.4279 19.3875 30.1784 19.6372L29.5412 20.2744C29.4141 20.4015 29.2628 20.5018 29.0964 20.5697C28.9299 20.6375 28.7516 20.6714 28.5719 20.6694C28.3921 20.6674 28.2146 20.6295 28.0497 20.5579C27.8848 20.4864 27.7359 20.3827 27.6116 20.2528C26.4364 19.0194 25.0226 18.0379 23.4563 17.368C21.8899 16.6981 20.2036 16.3537 18.5 16.3558C14.918 16.3558 11.6852 17.8498 9.3902 20.2528C9.26591 20.3829 9.11685 20.4869 8.95179 20.5586C8.78673 20.6303 8.609 20.6683 8.42905 20.6703C8.24911 20.6723 8.07057 20.6383 7.90395 20.5703C7.73733 20.5023 7.58598 20.4017 7.4588 20.2744L6.8216 19.6372C6.57183 19.3872 6.43004 19.0493 6.42667 18.6959C6.42331 18.3425 6.55864 18.0019 6.8036 17.7472M11.8796 22.8592C12.7225 21.9439 13.746 21.2133 14.8855 20.7136C16.025 20.2138 17.2557 19.9558 18.5 19.9558C21.1208 19.9558 23.4806 21.0772 25.124 22.861C25.3602 23.1175 25.488 23.4555 25.4806 23.8041C25.4732 24.1527 25.3313 24.4849 25.0844 24.7312L24.4472 25.3684C24.318 25.4975 24.164 25.599 23.9944 25.6668C23.8248 25.7347 23.6433 25.7674 23.4607 25.763C23.2781 25.7586 23.0983 25.7173 22.9322 25.6414C22.7661 25.5655 22.6171 25.4567 22.4942 25.3216C21.9881 24.7654 21.3714 24.321 20.6836 24.0169C19.9958 23.7128 19.252 23.5558 18.5 23.5558C16.916 23.5558 15.494 24.2344 14.504 25.3216C14.3812 25.4565 14.2323 25.565 14.0663 25.6407C13.9003 25.7164 13.7208 25.7577 13.5384 25.7621C13.3561 25.7664 13.1747 25.7338 13.0053 25.6662C12.8359 25.5985 12.682 25.4972 12.5528 25.3684L11.9156 24.7312C11.669 24.4847 11.5273 24.1523 11.5203 23.8037C11.5132 23.4551 11.6414 23.1173 11.8778 22.861M16.9088 27.8146C17.1177 27.6056 17.3658 27.4398 17.6388 27.3267C17.9118 27.2136 18.2045 27.1554 18.5 27.1554C18.7955 27.1554 19.0882 27.2136 19.3612 27.3267C19.6342 27.4398 19.8823 27.6056 20.0912 27.8146C20.344 28.0677 20.486 28.4109 20.486 28.7686C20.486 29.1264 20.344 29.4695 20.0912 29.7226L19.454 30.3598C19.2009 30.6126 18.8578 30.7546 18.5 30.7546C18.1423 30.7546 17.7991 30.6126 17.546 30.3598L16.9088 29.7244C16.656 29.4713 16.514 29.1282 16.514 28.7704C16.514 28.4127 16.656 28.0677 16.9088 27.8146Z" fill="%233A8DDE"/></svg>'); }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp .feat-title {
          font-size: 18px;
          font-weight: 600;
          line-height: 21.78px;
          text-align: left;
          color: #1b3d5c;
          margin: 0 0 4px 0; }
        .categoryGateway-wrap .dash-cam-features-outer .dc-features-inner .dc-feat .feat-descp .about-feat {
          font-size: 16px;
          font-weight: 400;
          line-height: 19.36px;
          text-align: left;
          color: #5A738B; }
  .categoryGateway-wrap .dash-cam-features-outer .feat-description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px; }
  .categoryGateway-wrap .dash-cam-features-outer .dash-cam-view {
    text-align: center; }

.categoryGateway-wrap .why-brickhouse.blue-color-bg {
  background-color: #1B3D5C; }
  .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap {
    padding: 4rem 0;
    text-align: center; }
    .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap h3 {
      color: #ffffff;
      font-size: 18px;
      margin: 0 0 16px 0; }
      @media (min-width: 801px) {
        .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap h3 {
          font-size: 32px; } }
    .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap p {
      font-size: 16px;
      font-weight: 400;
      line-height: 21.78px;
      text-align: center;
      color: #BBC5CE; }
      @media (min-width: 801px) {
        .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap p {
          font-size: 18px; } }
    .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap .key-points-wrap {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 3rem;
      justify-content: space-between;
      margin: 3rem 0 0; }
      @media (min-width: 801px) {
        .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap .key-points-wrap {
          gap: 0;
          flex-direction: row; } }
      .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap .key-points-wrap .key-point svg {
        height: 75px;
        width: 75px; }
      .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap .key-points-wrap .key-point h4 {
        font-size: 14px;
        font-weight: 400;
        margin: 1rem auto 0;
        color: #ffffff; }
        .categoryGateway-wrap .why-brickhouse.blue-color-bg .why-brickhouse-wrap .key-points-wrap .key-point h4 span {
          color: #ffffff;
          display: block;
          font-size: 16px;
          font-weight: 600; }

.NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .sec-page-title {
  color: #1B3D5C; }

.NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid {
  align-items: center;
  justify-content: center; }
  @media (min-width: 801px) {
    .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product {
      max-width: 485px;
      margin: 0 24px;
      width: calc(50% - 48px); } }
  @media (min-width: 801px) {
    .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-main .card-body {
      text-align: center; } }
  .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-main .card-title a, .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-main .special-features {
    min-height: unset; }
  @media (min-width: 801px) {
    .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-main .card-title a {
      font-size: 24px;
      margin: 0 0 16px;
      line-height: 30px; } }
  @media (min-width: 801px) {
    .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-main .special-features {
      font-size: 16px;
      margin: 0 0 21px;
      line-height: 26px; } }
  @media (min-width: 801px) {
    .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-footer .card-price, .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-footer .card-rating {
      text-align: center; } }
  @media (min-width: 801px) {
    .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-footer .card-price .price-section strong.price--withoutTax {
      font-size: 24px;
      padding-right: 6px; } }
  .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-footer .CarAvailabilityMsg {
    display: none; }
  @media (min-width: 801px) {
    .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-footer .card-action {
      max-width: 250px; } }
  @media (min-width: 801px) {
    .NewCategorygGateway--container .categoryGateway-wrap .best-gps-tracer-wrap .all-products-wrap .product-listing-container.dashcam-product-listing .productGrid .product .card .card-footer .card-action .item-action .button {
      font-size: 20px;
      padding: 18px 10px; } }

.NewCategorygGateway--container .categoryGateway-wrap .popular-trackers-wrap {
  background-color: #1B3D5C; }

.NewCategorygGateway--container .categoryGateway-wrap .customer-stories-wrap {
  background-color: #ffffff; }
  .NewCategorygGateway--container .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner {
    box-shadow: 0px 0 20px rgba(139, 167, 193, 0.1); }

.NewCategorygGateway--container .categoryGateway-wrap .gps-bhs-faq-wrap {
  background-color: #ffffff; }
  .NewCategorygGateway--container .categoryGateway-wrap .gps-bhs-faq-wrap .sec-page-title {
    color: #1B3D5C; }
  .NewCategorygGateway--container .categoryGateway-wrap .gps-bhs-faq-wrap .gps-faqs-wrap .FAQBox {
    border-bottom: 2px solid rgba(27, 61, 92, 0.3); }
    .NewCategorygGateway--container .categoryGateway-wrap .gps-bhs-faq-wrap .gps-faqs-wrap .FAQBox .GpsFaqParagraph {
      color: #7C7C7C;
      margin: 0; }
    .NewCategorygGateway--container .categoryGateway-wrap .gps-bhs-faq-wrap .gps-faqs-wrap .FAQBox .GpsFaqTitle {
      color: #1B3D5C; }
      .NewCategorygGateway--container .categoryGateway-wrap .gps-bhs-faq-wrap .gps-faqs-wrap .FAQBox .GpsFaqTitle:after {
        background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4694 0.712891L6.39313 5.78912L1.31689 0.712891" stroke="%231B3D5C" stroke-width="1.52287"/></svg>'); }

#viztrackVideo {
  max-width: 852px;
  width: 100%; }

#main-content > .container--gpstracker {
  padding: 0; }
  @media (min-width: 1261px) {
    #main-content > .container--gpstracker {
      padding: 0 20px; } }

.common-detail-page {
  color: #1B3D5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  opacity: .7;
  text-align: left; }
  @media (min-width: 801px) {
    .common-detail-page {
      font-size: 18px;
      line-height: 28px;
      text-align: center; } }
  .common-detail-page a {
    font-weight: 700;
    color: #F27221; }
    .common-detail-page a:hover {
      color: #000; }
  .common-detail-page + .common-detail-page {
    margin-top: 20px; }
  .common-detail-page.mtb {
    text-align: left;
    margin: 20px 0 40px; }
    @media (min-width: 551px) {
      .common-detail-page.mtb {
        text-align: center;
        margin: 24px 0 48px; } }
  .common-detail-page.odd {
    color: #444444; }
  .common-detail-page.light {
    color: #ffffff; }

.trusted-review-count {
  margin: 0;
  opacity: .7;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #1B3D5C;
  line-height: 24px; }
  @media (min-width: 801px) {
    .trusted-review-count {
      font-size: 18px;
      line-height: 28px;
      text-align: center; } }

.common-title-page {
  color: #444;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: left; }
  @media (min-width: 801px) {
    .common-title-page {
      font-size: 32px;
      margin: 0 0 16px;
      text-align: center; } }
  .common-title-page.no-m {
    margin: 0; }

.bhs-top-banner .bhs-offer-wrap .bhs-offer-title {
  color: #fff;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 8px;
  text-align: center;
  text-transform: none; }
  @media (min-width: 551px) {
    .bhs-top-banner .bhs-offer-wrap .bhs-offer-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .bhs-top-banner .bhs-offer-wrap .bhs-offer-title {
      font-size: 42px;
      line-height: 46px;
      margin: 0 0 14px; } }
  @media (min-width: 1261px) {
    .bhs-top-banner .bhs-offer-wrap .bhs-offer-title {
      font-size: 47px;
      line-height: 56px; } }

.bhs-top-banner .bhs-offer-wrap .bhs-offer-details {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
  text-align: left; }
  @media (min-width: 801px) {
    .bhs-top-banner .bhs-offer-wrap .bhs-offer-details {
      font-size: 18px; } }
  @media (min-width: 1261px) {
    .bhs-top-banner .bhs-offer-wrap .bhs-offer-details {
      font-size: 19px; } }

.bhs-btns-wrap {
  gap: 8px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .bhs-btns-wrap {
      justify-content: flex-start; } }
  .bhs-btns-wrap a {
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding: 12px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: .2s all ease;
    width: 100%; }
    @media (min-width: 551px) {
      .bhs-btns-wrap a {
        margin: 0;
        padding: 15px 20px;
        width: 49%; } }
    @media (min-width: 801px) {
      .bhs-btns-wrap a {
        font-size: 16px;
        padding: 15px 10px; } }
    @media (min-width: 1261px) {
      .bhs-btns-wrap a {
        font-size: 18px; } }
    .bhs-btns-wrap a.btn-explore, .bhs-btns-wrap a.btn-explore-prods, .bhs-btns-wrap a.btn-custom-solution, .bhs-btns-wrap a.btn-get-quote {
      background-color: #F27221;
      border: 1px solid #F27221;
      color: #fff; }
      .bhs-btns-wrap a.btn-explore .icon-arrow, .bhs-btns-wrap a.btn-explore-prods .icon-arrow, .bhs-btns-wrap a.btn-custom-solution .icon-arrow, .bhs-btns-wrap a.btn-get-quote .icon-arrow {
        display: inline-block;
        height: 16px;
        margin: 0 0 0 12px;
        vertical-align: middle;
        width: 16px; }
        .bhs-btns-wrap a.btn-explore .icon-arrow svg, .bhs-btns-wrap a.btn-explore-prods .icon-arrow svg, .bhs-btns-wrap a.btn-custom-solution .icon-arrow svg, .bhs-btns-wrap a.btn-get-quote .icon-arrow svg {
          fill: #fff;
          height: 100%;
          transition: .2s all ease;
          width: 100%; }
      .bhs-btns-wrap a.btn-explore:hover, .bhs-btns-wrap a.btn-explore-prods:hover, .bhs-btns-wrap a.btn-custom-solution:hover, .bhs-btns-wrap a.btn-get-quote:hover {
        background-color: #fff;
        color: #F27221;
        transition: .2s all ease; }
        .bhs-btns-wrap a.btn-explore:hover .icon-arrow svg, .bhs-btns-wrap a.btn-explore-prods:hover .icon-arrow svg, .bhs-btns-wrap a.btn-custom-solution:hover .icon-arrow svg, .bhs-btns-wrap a.btn-get-quote:hover .icon-arrow svg {
          fill: #F27221;
          transition: .2s all ease; }
    .bhs-btns-wrap a.btn-request {
      background-color: #fff;
      border: 1px solid #1B3D5C;
      color: #1B3D5C; }
      .bhs-btns-wrap a.btn-request:hover {
        background-color: #D8E0F0;
        transition: .2s all ease; }
    .bhs-btns-wrap a.btn-request-prod {
      background-color: #fff;
      border: 1px solid #1B3D5C;
      color: #1B3D5C; }
      .bhs-btns-wrap a.btn-request-prod:hover {
        background-color: #D8E0F0;
        transition: .2s all ease; }

.industry-sol-wrap .bhs-top-banner {
  padding: 60px 0;
  background: #ECF0F8;
  background-image: url(https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/industrysol-bg.jpg?t=1728460207);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (min-width: 551px) {
    .industry-sol-wrap .bhs-top-banner {
      padding: 68px 0; } }
  .industry-sol-wrap .bhs-top-banner .bhs-offer-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    text-align: center; }
    .industry-sol-wrap .bhs-top-banner .bhs-offer-wrap .bhs-btns-wrap {
      gap: 15px 5px; }

.industry-sol-wrap .industries-services {
  padding: 24px 0; }
  @media (min-width: 801px) {
    .industry-sol-wrap .industries-services {
      padding: 43px 0; } }
  .industry-sol-wrap .industries-services .industries-links-wrap {
    display: flex;
    gap: 32px 13px;
    margin: 24px 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .industry-sol-wrap .industries-services .industries-links-wrap {
        gap: 48px 8px;
        margin: 30px 0; } }
    .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner {
      display: flex;
      gap: 4px;
      text-align: center;
      align-items: center;
      text-decoration: none;
      width: calc(50% - 8px);
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 551px) {
        .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner {
          gap: 8px;
          width: calc(25% - 10px); } }
      .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner .industry-icon {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        border-radius: 100px;
        background: #3A8DDE;
        justify-content: center; }
        @media (min-width: 801px) {
          .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner .industry-icon {
            width: 74px;
            height: 74px; } }
        .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner .industry-icon svg {
          width: 28px;
          height: 28px;
          transition: .2s all ease; }
          @media (min-width: 801px) {
            .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner .industry-icon svg {
              width: 34px;
              height: 34px; } }
      .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner .industry-name {
        margin: 0;
        opacity: .7;
        font-size: 14px;
        font-weight: 600;
        color: #1B3D5C;
        line-height: 20px;
        position: relative;
        text-align: center;
        transition: .2s all ease; }
        @media (min-width: 801px) {
          .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner .industry-name {
            font-size: 18px;
            line-height: 25px; } }
        .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner .industry-name:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          width: 0;
          height: 2px;
          bottom: -2px;
          display: block;
          transition: width .3s;
          background: transparent; }
      .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner:hover .industry-icon {
        background: #1B3D5C; }
        .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner:hover .industry-icon svg {
          transition: .2s all ease; }
      .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner:hover .industry-name {
        transition: .2s all ease; }
        .industry-sol-wrap .industries-services .industries-links-wrap .industries-inner:hover .industry-name:after {
          width: 100%;
          background: #3A8DDE;
          transition: width .3s; }

.industry-sol-wrap .industry-tabs-list {
  background-color: #fff;
  border-top: 2px solid #8D9EAD;
  border-bottom: 2px solid #8D9EAD; }
  .industry-sol-wrap .industry-tabs-list .tabs {
    border: 0;
    display: flex;
    gap: 8px;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 16px 0 28px;
    scrollbar-width: none;
    justify-content: space-between; }
    @media (min-width: 551px) {
      .industry-sol-wrap .industry-tabs-list .tabs {
        gap: 16px;
        padding: 30px 0 37px; } }
    .industry-sol-wrap .industry-tabs-list .tabs .tab {
      border: 0;
      width: 140px;
      flex: 0 0 auto; }
      @media (min-width: 551px) {
        .industry-sol-wrap .industry-tabs-list .tabs .tab {
          width: 150px; } }
      .industry-sol-wrap .industry-tabs-list .tabs .tab .tab-title {
        gap: 8px;
        border: 0;
        padding: 0;
        display: flex;
        font-size: 12px;
        font-weight: 400;
        color: #1B3D5C;
        position: relative;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        transition: .2s all ease; }
        @media (min-width: 551px) {
          .industry-sol-wrap .industry-tabs-list .tabs .tab .tab-title {
            font-size: 14px; } }
        .industry-sol-wrap .industry-tabs-list .tabs .tab .tab-title .indus-icon {
          display: flex;
          width: 25px;
          height: 25px;
          align-items: center;
          justify-content: center; }
          .industry-sol-wrap .industry-tabs-list .tabs .tab .tab-title .indus-icon svg {
            opacity: .7;
            width: 100%;
            height: 100%; }
        .industry-sol-wrap .industry-tabs-list .tabs .tab .tab-title:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          width: 0;
          height: 5px;
          bottom: -10px;
          display: block;
          border-radius: 100px;
          transition: width .2s;
          background: transparent; }
      .industry-sol-wrap .industry-tabs-list .tabs .tab.is-active .tab-title {
        font-weight: 600;
        transition: .2s all ease; }
        .industry-sol-wrap .industry-tabs-list .tabs .tab.is-active .tab-title .indus-icon svg {
          opacity: 1; }
        .industry-sol-wrap .industry-tabs-list .tabs .tab.is-active .tab-title:after {
          width: 100%;
          background: #49647D;
          transition: width .2s; }

.industry-sol-wrap .industry-tabs-content .container--gpstracker {
  padding: 0; }
  @media (min-width: 801px) {
    .industry-sol-wrap .industry-tabs-content .container--gpstracker {
      padding: 0 20px; } }

.industry-sol-wrap .industry-tabs-content .tabs-contents {
  margin: 0; }
  .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom {
    padding: 0 0 20px 0; }
    @media (min-width: 801px) {
      .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom {
        padding: 40px 0; } }
    .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap {
      display: flex;
      gap: 24px 71px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-left, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-left {
        width: 100%; }
        @media (min-width: 801px) {
          .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-left, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-left {
            width: calc(60% - 71px); } }
        .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-left img, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-left img {
          width: 100%;
          height: 265px;
          object-fit: cover;
          border-radius: 0px;
          object-position: center center; }
          @media (min-width: 801px) {
            .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-left img, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-left img {
              height: 100%;
              border-radius: 10px; } }
      .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right {
        width: 100%;
        padding: 0 20px; }
        @media (min-width: 801px) {
          .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right {
            width: 40%;
            padding: 0; } }
        .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right .indus-content-title, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right .indus-content-title {
          display: block;
          font-size: 24px;
          color: #3A8DDE;
          font-weight: 700;
          line-height: 34px;
          text-align: center;
          margin: 0 auto 16px;
          max-width: fit-content;
          text-decoration: underline; }
          @media (min-width: 801px) {
            .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right .indus-content-title, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right .indus-content-title {
              display: inline-block;
              font-size: 28px;
              text-align: left; } }
        .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right ul, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right ul {
          margin: 0;
          list-style: none; }
          .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right ul li, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right ul li {
            display: flex;
            flex-wrap: nowrap; }
            .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right ul li p, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right ul li p {
              margin: 0;
              opacity: .7;
              font-size: 16px;
              color: #444444;
              font-weight: 400;
              line-height: 23px;
              width: calc(100% - 40px); }
              @media (min-width: 801px) {
                .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right ul li p, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right ul li p {
                  font-size: 18px;
                  line-height: 28px; } }
            .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right ul li .list-round, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right ul li .list-round {
              display: flex;
              width: 24px;
              height: 24px;
              margin: 0 12px 0 0;
              align-items: center;
              border-radius: 100px;
              background: #D8E8F8;
              vertical-align: middle;
              justify-content: center; }
              .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right ul li .list-round .list-round-inner, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right ul li .list-round .list-round-inner {
                display: inline-block;
                width: 6px;
                height: 6px;
                border-radius: 100px;
                background: #3A8DDE; }
            .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content .indus-content-wrap .indus-right ul li + li, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom .indus-content-wrap .indus-right ul li + li {
              margin-top: 16px; }
    .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content:nth-child(2n) .indus-content-wrap, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom:nth-child(2n) .indus-content-wrap {
      flex-direction: column; }
      @media (min-width: 801px) {
        .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content:nth-child(2n) .indus-content-wrap, .industry-sol-wrap .industry-tabs-content .tabs-contents .tab-content-custom:nth-child(2n) .indus-content-wrap {
          flex-direction: row-reverse; } }

.best-gps-tracer-wrap .cc-shopbyneed-21967933 {
  display: none; }

.best-gps-tracer-wrap .bhs-top-banner {
  padding: 30px 0;
  background: #1B3D5C; }
  .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap {
        gap: 60px; } }
    .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left {
      order: 2;
      width: 100%; }
      @media (min-width: 801px) {
        .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left {
          order: 1;
          width: 55%; } }
      .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title {
        margin: 0 0 16px; }
        @media (min-width: 801px) {
          .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title {
            margin: 0 0 16px; } }
      .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-btns-wrap {
        gap: 15px 5px; }
    .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right {
      order: 1;
      width: 100%;
      text-align: center;
      position: relative; }
      @media (min-width: 801px) {
        .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right {
          order: 2;
          text-align: left;
          width: calc(45% - 60px); } }
      .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img {
        width: 100%;
        max-width: 250px; }
        @media (min-width: 551px) {
          .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img {
            max-width: 380px; } }
        @media (min-width: 801px) {
          .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img {
            max-width: 100%; } }
        .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img.lazyload {
          max-width: 210px; }
          @media (min-width: 551px) {
            .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img.lazyload {
              max-width: 470px; } }
        .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img.lazyloading {
          max-width: 210px; }
          @media (min-width: 551px) {
            .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img.lazyloading {
              max-width: 470px; } }
      .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: unset;
        bottom: 0px;
        height: 50%;
        width: 100%;
        background: linear-gradient(360deg, #1b3d5c 15%, rgba(255, 255, 255, 0) 100%); }
        @media (min-width: 801px) {
          .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right:after {
            display: none; } }

.best-gps-tracer-wrap .all-products-wrap {
  padding: 40px 20px; }
  @media (min-width: 801px) {
    .best-gps-tracer-wrap .all-products-wrap {
      padding: 48px 20px; } }
  .best-gps-tracer-wrap .all-products-wrap .common-title-page {
    text-align: center; }

.best-gps-tracer-wrap .best-gps-content .best-gps-flow {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .best-gps-tracer-wrap .best-gps-content .best-gps-flow {
      gap: 51px;
      align-items: center; } }
  .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-left {
    width: 100%; }
    @media (min-width: 801px) {
      .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-left {
        width: 50%; } }
    .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-left img {
      border-radius: 10px;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      width: 100%; }
  .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-right {
    width: 100%; }
    @media (min-width: 801px) {
      .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-right {
        width: calc(50% - 51px); } }
    .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-right .flow-content {
      width: 100%; }
      @media (min-width: 801px) {
        .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-right .flow-content {
          max-width: 555px; } }
      .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-right .flow-content h3 {
        color: #444;
        font-size: 24px;
        font-weight: 500;
        margin: 0 0 10px;
        text-align: left; }
        @media (min-width: 801px) {
          .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-right .flow-content h3 {
            font-size: 32px;
            margin: 0 0 16px; } }
      .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-right .flow-content .common-detail-page {
        text-align: left; }
      .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-right .flow-content.content-right {
        margin: 0 auto; }
      .best-gps-tracer-wrap .best-gps-content .best-gps-flow .flow-right .flow-content.content-left {
        margin: 0 auto; }

.best-gps-tracer-wrap .innovative-solution-wrap {
  padding: 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .best-gps-tracer-wrap .innovative-solution-wrap {
      padding: 48px 0; } }
  .best-gps-tracer-wrap .innovative-solution-wrap .common-detail-page.odd {
    text-align: left; }
    @media (min-width: 551px) {
      .best-gps-tracer-wrap .innovative-solution-wrap .common-detail-page.odd {
        text-align: center; } }
  .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based {
    padding: 40px 0; }
    @media (min-width: 801px) {
      .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based {
        padding: 48px 0; } }
    .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .common-title-gps-page {
      text-align: center; }
    .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (min-width: 801px) {
        .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap {
          gap: 12px; } }
      .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner {
        width: 100%;
        padding: 16px;
        display: flex;
        gap: 10px;
        border-radius: 10px;
        background-color: #fff;
        align-items: flex-start; }
        @media (min-width: 801px) {
          .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner {
            padding: 24px;
            width: calc(33.33% - 12px);
            box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); } }
        .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-icon {
          margin: 0;
          display: block;
          width: 55px;
          height: 55px;
          padding: 15px;
          border-radius: 100px;
          background-color: #ECF0F8; }
          @media (min-width: 801px) {
            .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-icon {
              width: 75px;
              height: 75px;
              padding: 18px;
              display: inline-block; } }
          .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-icon svg {
            width: 100%;
            height: 100%; }
        .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-details {
          margin: 0;
          color: #1B3D5C;
          font-size: 14px;
          font-weight: 400;
          text-align: left;
          line-height: 20px;
          width: calc(100% - 65px); }
          @media (min-width: 801px) {
            .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-details {
              width: calc(100% - 85px); } }
  .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-video {
    margin: 0 0 40px;
    position: relative;
    padding-bottom: 60%; }
    @media (min-width: 801px) {
      .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-video {
        padding-bottom: 30%;
        margin: 0 0 48px; } }
    .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-video iframe {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      margin: 0 auto; }
      @media (min-width: 801px) {
        .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-video iframe {
          width: 50%; } }
  .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .common-detail-page {
    text-align: left; }
    @media (min-width: 551px) {
      .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .common-detail-page {
        text-align: center; } }
  .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1B3D5C;
    text-align: left; }
    @media (min-width: 551px) {
      .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-title {
        text-align: center; } }
  .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap {
    display: flex;
    gap: 16px;
    margin: 24px 0;
    flex-wrap: wrap;
    justify-content: center; }
    .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner {
      width: 100%;
      padding: 16px;
      background: #fff;
      border-radius: 16px; }
      @media (min-width: 801px) {
        .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner {
          padding: 18px 24px;
          width: calc(33.33% - 16px); } }
      .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner .feat-key-title {
        display: flex;
        gap: 10px;
        margin: 0 0 10px;
        flex-wrap: wrap;
        font-size: 16px;
        color: #1B3D5C;
        font-weight: 600;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start; }
        @media (min-width: 551px) {
          .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner .feat-key-title {
            font-size: 18px;
            margin: 0 0 12px; } }
        .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner .feat-key-title a {
          color: #1B3D5C; }
        .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner .feat-key-title span {
          display: inline-block;
          width: 18px;
          height: 18px;
          vertical-align: middle; }
          @media (min-width: 551px) {
            .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner .feat-key-title span {
              width: 20px;
              height: 20px; } }
          .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner .feat-key-title span svg {
            width: 100%;
            height: 100%; }
      .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner .common-detail-page {
        text-align: left;
        font-size: 14px; }
        @media (min-width: 551px) {
          .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner .common-detail-page {
            font-size: 16px; } }

.best-gps-tracer-wrap .trusted-by-pros {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .best-gps-tracer-wrap .trusted-by-pros {
      padding: 48px 0; } }

.best-gps-tracer-wrap .bottom-consultation {
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #07223F; }
  .best-gps-tracer-wrap .bottom-consultation a {
    display: inline-block;
    width: 100%;
    padding: 12px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    transition: .2s all ease; }
    @media (min-width: 551px) {
      .best-gps-tracer-wrap .bottom-consultation a {
        margin: 0 auto;
        width: 330px;
        padding: 15px 20px; } }
    @media (min-width: 801px) {
      .best-gps-tracer-wrap .bottom-consultation a {
        font-size: 16px;
        padding: 15px 10px; } }
    @media (min-width: 1261px) {
      .best-gps-tracer-wrap .bottom-consultation a {
        font-size: 18px; } }
    .best-gps-tracer-wrap .bottom-consultation a.btn-request {
      color: #1B3D5C;
      background-color: #fff;
      border: 1px solid #1B3D5C; }
      .best-gps-tracer-wrap .bottom-consultation a.btn-request:hover {
        transition: .2s all ease;
        background-color: #D8E0F0; }
    .best-gps-tracer-wrap .bottom-consultation a.btn-request-prod {
      color: #1B3D5C;
      background-color: #fff;
      border: 1px solid #1B3D5C; }
      .best-gps-tracer-wrap .bottom-consultation a.btn-request-prod:hover {
        transition: .2s all ease;
        background-color: #D8E0F0; }

.best-gps-tracer-wrap .trusted-pros-wrap {
  display: flex;
  gap: 32px;
  padding: 40px 0 0;
  flex-wrap: wrap; }
  @media (min-width: 801px) {
    .best-gps-tracer-wrap .trusted-pros-wrap {
      gap: 75px;
      padding: 48px 0 0; } }
  .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section {
      position: relative; }
      .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section {
        order: 1;
        width: 100%; }
        @media (min-width: 801px) {
          .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section {
            width: 41%;
            order: unset;
            border-radius: 20px; } }
        .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section img {
          width: 100%; }
          @media (min-width: 801px) {
            .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.img-section img {
              border-radius: 20px; } }
      .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.detail-section {
        width: 100%;
        order: 2; }
        @media (min-width: 801px) {
          .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section.detail-section {
            width: 52%;
            order: unset; } }
      .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .common-title-page, .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section .common-detail-page {
        text-align: left; }
      .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section ul {
        margin: 0;
        list-style: none; }
        .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section ul li {
          padding: 0 0 0 36px;
          background-image: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.98563 15.5075C10.0905 15.612 10.1737 15.7362 10.2305 15.8729C10.2873 16.0097 10.3165 16.1563 10.3165 16.3044C10.3165 16.4524 10.2873 16.599 10.2305 16.7358C10.1737 16.8725 10.0905 16.9967 9.98563 17.1012L9.50563 17.5812C8.9961 18.0927 8.39023 18.498 7.72307 18.7738C7.05591 19.0496 6.34068 19.1904 5.61876 19.1881C4.53157 19.1885 3.46871 18.8663 2.56463 18.2625C1.66056 17.6587 0.955895 16.8002 0.539799 15.7958C0.123703 14.7914 0.0148684 13.6861 0.227064 12.6199C0.43926 11.5536 0.962951 10.5742 1.73188 9.80562L4.9897 6.5478C5.68264 5.85497 6.54816 5.35993 7.49668 5.11395C8.44519 4.86796 9.44221 4.87997 10.3845 5.14873C11.3268 5.41748 12.1802 5.93321 12.8563 6.64254C13.5323 7.35186 14.0065 8.22899 14.2297 9.18312C14.2667 9.32819 14.2743 9.47918 14.2522 9.62724C14.23 9.7753 14.1786 9.91746 14.1008 10.0454C14.023 10.1733 13.9205 10.2844 13.7992 10.3722C13.678 10.46 13.5404 10.5227 13.3946 10.5566C13.2488 10.5906 13.0977 10.5951 12.9501 10.5699C12.8025 10.5446 12.6615 10.4902 12.5352 10.4098C12.4089 10.3294 12.3 10.2246 12.2147 10.1015C12.1295 9.97844 12.0697 9.8396 12.0388 9.69312C11.9063 9.1299 11.6258 8.61227 11.2263 8.19376C10.8268 7.77524 10.3228 7.47102 9.76631 7.31255C9.20985 7.15408 8.62116 7.14711 8.0611 7.29236C7.50104 7.43761 6.98994 7.7298 6.58063 8.13874L3.32282 11.3966C2.86871 11.8503 2.55935 12.4285 2.43387 13.0581C2.30839 13.6877 2.37243 14.3403 2.61789 14.9335C2.86335 15.5267 3.2792 16.0337 3.81286 16.3906C4.34651 16.7474 4.97399 16.9379 5.61595 16.9381C6.04249 16.9394 6.46505 16.856 6.85915 16.6928C7.25325 16.5296 7.61107 16.2899 7.91188 15.9875L8.39095 15.5075C8.49548 15.4025 8.61973 15.3191 8.75656 15.2623C8.8934 15.2054 9.04011 15.1761 9.18829 15.1761C9.33647 15.1761 9.48319 15.2054 9.62002 15.2623C9.75685 15.3191 9.8811 15.4025 9.98563 15.5075ZM20.2653 2.0478C19.2342 1.01704 17.8359 0.437988 16.378 0.437988C14.92 0.437988 13.5217 1.01704 12.4906 2.0478L12.0116 2.52687C11.8002 2.73821 11.6815 3.02486 11.6815 3.32374C11.6815 3.62263 11.8002 3.90927 12.0116 4.12062C12.2229 4.33196 12.5096 4.45069 12.8084 4.45069C13.1073 4.45069 13.394 4.33196 13.6053 4.12062L14.0853 3.64062C14.6945 3.03145 15.5207 2.68922 16.3822 2.68922C17.2437 2.68922 18.0699 3.03145 18.6791 3.64062C19.2882 4.24979 19.6305 5.076 19.6305 5.93749C19.6305 6.79899 19.2882 7.6252 18.6791 8.23437L15.4156 11.4875C15.1148 11.7899 14.757 12.0296 14.3629 12.1928C13.9688 12.356 13.5462 12.4394 13.1197 12.4381C12.388 12.4376 11.6779 12.1899 11.1046 11.7352C10.5313 11.2805 10.1284 10.6455 9.96126 9.93312C9.89363 9.64246 9.7133 9.39057 9.45996 9.23286C9.2066 9.07515 8.90098 9.02455 8.61032 9.09218C8.31966 9.15981 8.06777 9.34013 7.91006 9.59348C7.75236 9.84683 7.70175 10.1525 7.76938 10.4431C8.05167 11.6496 8.73323 12.7253 9.70354 13.4958C10.6738 14.2663 11.876 14.6865 13.115 14.6881H13.1197C13.842 14.6901 14.5575 14.5489 15.2248 14.2726C15.8921 13.9963 16.498 13.5904 17.0075 13.0784L20.2653 9.82062C20.7758 9.31029 21.1807 8.7044 21.4569 8.03756C21.7332 7.37073 21.8754 6.656 21.8754 5.93421C21.8754 5.21242 21.7332 4.49769 21.4569 3.83086C21.1807 3.16402 20.7758 2.55814 20.2653 2.0478Z" fill="%23F27221"/></svg>');
          background-size: 22px;
          background-repeat: no-repeat;
          background-position: left center; }
          .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section ul li a {
            display: block;
            color: #F27221; }
          .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section ul li + li {
            margin-top: 10px; }
            @media (min-width: 551px) {
              .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section ul li + li {
                margin-top: 16px; } }
          .best-gps-tracer-wrap .trusted-pros-wrap .trusted-pros-inner .trusted-inner-section ul li:last-child {
            margin-bottom: 10px; }

.best-gps-tracer-wrap .best-key-features .features-wrap .features-inner .feat-key-title {
  padding-left: 0; }
  .best-gps-tracer-wrap .best-key-features .features-wrap .features-inner .feat-key-title a {
    color: #1B3D5C; }

.best-key-features {
  padding: 20px 0; }
  .best-key-features:before, .best-key-features:after {
    content: '';
    clear: both;
    display: table;
    width: 100%; }
  @media (min-width: 801px) {
    .best-key-features {
      padding: 48px 0; } }
  .best-key-features h3 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: left; }
    @media (min-width: 801px) {
      .best-key-features h3 {
        font-size: 32px;
        margin: 0 0 16px;
        text-align: center; } }
  .best-key-features .common-detail-page {
    width: 100%;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto 32px; }
    @media (min-width: 801px) {
      .best-key-features .common-detail-page {
        text-align: center; } }
  .best-key-features .features-wrap {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    justify-content: space-between; }
    .best-key-features .features-wrap .features-inner {
      width: 100%;
      padding: 20px;
      background: #ECF0F8; }
      @media (min-width: 551px) {
        .best-key-features .features-wrap .features-inner {
          padding: 24px;
          width: calc(50% - 1px); } }
      .best-key-features .features-wrap .features-inner .feat-key-title {
        display: flex;
        gap: 10px;
        margin: 0 0 10px;
        flex-wrap: wrap;
        font-size: 16px;
        color: #1B3D5C;
        font-weight: 600;
        flex-direction: row;
        align-items: center;
        padding-left: 30px;
        background-size: 20px;
        justify-content: flex-start;
        background-repeat: no-repeat;
        background-position: left center; }
        @media (min-width: 551px) {
          .best-key-features .features-wrap .features-inner .feat-key-title {
            font-size: 18px;
            margin: 0 0 16px;
            background-size: 22px; } }
        .best-key-features .features-wrap .features-inner .feat-key-title a {
          color: #1B3D5C; }
        .best-key-features .features-wrap .features-inner .feat-key-title span {
          display: inline-block;
          width: 28px;
          height: 28px;
          vertical-align: middle; }
          @media (min-width: 551px) {
            .best-key-features .features-wrap .features-inner .feat-key-title span {
              width: 24px;
              height: 24px; } }
          .best-key-features .features-wrap .features-inner .feat-key-title span svg {
            width: 100%;
            height: 100%; }
        .best-key-features .features-wrap .features-inner .feat-key-title.track {
          background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 16.1753C13.0609 16.1753 14.0783 15.7539 14.8284 15.0037C15.5786 14.2536 16 13.2362 16 12.1753C16 11.1144 15.5786 10.097 14.8284 9.34687C14.0783 8.59672 13.0609 8.17529 12 8.17529C10.9391 8.17529 9.92172 8.59672 9.17157 9.34687C8.42143 10.097 8 11.1144 8 12.1753C8 13.2362 8.42143 14.2536 9.17157 15.0037C9.92172 15.7539 10.9391 16.1753 12 16.1753Z" fill="%233A8DDE"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0.175293C12.3536 0.175293 12.6928 0.315769 12.9428 0.565817C13.1929 0.815866 13.3333 1.155 13.3333 1.50863V2.93529C15.3283 3.22278 17.1765 4.14833 18.6018 5.57354C20.027 6.99874 20.9525 8.84702 21.24 10.842H22.6667C23.0203 10.842 23.3594 10.9824 23.6095 11.2325C23.8595 11.4825 24 11.8217 24 12.1753C24 12.5289 23.8595 12.8681 23.6095 13.1181C23.3594 13.3682 23.0203 13.5086 22.6667 13.5086H21.24C20.9525 15.5036 20.027 17.3518 18.6018 18.7771C17.1765 20.2023 15.3283 21.1278 13.3333 21.4153V22.842C13.3333 23.1956 13.1929 23.5347 12.9428 23.7848C12.6928 24.0348 12.3536 24.1753 12 24.1753C11.6464 24.1753 11.3072 24.0348 11.0572 23.7848C10.8071 23.5347 10.6667 23.1956 10.6667 22.842V21.4153C8.67173 21.1278 6.82345 20.2023 5.39824 18.7771C3.97304 17.3518 3.04748 15.5036 2.76 13.5086H1.33333C0.979711 13.5086 0.640573 13.3682 0.390524 13.1181C0.140476 12.8681 0 12.5289 0 12.1753C0 11.8217 0.140476 11.4825 0.390524 11.2325C0.640573 10.9824 0.979711 10.842 1.33333 10.842H2.76C3.04851 8.84744 3.9744 6.99973 5.39942 5.57471C6.82443 4.14969 8.67214 3.2238 10.6667 2.93529V1.50863C10.6667 1.155 10.8071 0.815866 11.0572 0.565817C11.3072 0.315769 11.6464 0.175293 12 0.175293ZM5.33333 12.1753C5.33333 10.4072 6.03571 8.71149 7.28595 7.46125C8.5362 6.21101 10.2319 5.50863 12 5.50863C13.7681 5.50863 15.4638 6.21101 16.714 7.46125C17.9643 8.71149 18.6667 10.4072 18.6667 12.1753C18.6667 13.9434 17.9643 15.6391 16.714 16.8893C15.4638 18.1396 13.7681 18.842 12 18.842C10.2319 18.842 8.5362 18.1396 7.28595 16.8893C6.03571 15.6391 5.33333 13.9434 5.33333 12.1753Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.recover {
          background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 20.1753C8.61667 20.1753 7.31667 19.9126 6.1 19.3873C4.88334 18.862 3.825 18.1496 2.925 17.2503C2.025 16.351 1.31267 15.2926 0.788001 14.0753C0.263335 12.858 0.000667933 11.558 1.26582e-06 10.1753C-0.000665401 8.79263 0.262001 7.49263 0.788001 6.27529C1.314 5.05796 2.02633 3.99963 2.925 3.10029C3.82367 2.20096 4.882 1.48863 6.1 0.963293C7.318 0.43796 8.618 0.175293 10 0.175293H11V8.45029C11.3 8.63363 11.5417 8.87129 11.725 9.16329C11.9083 9.45529 12 9.79263 12 10.1753C12 10.7253 11.8043 11.1963 11.413 11.5883C11.0217 11.9803 10.5507 12.176 10 12.1753C9.44933 12.1746 8.97867 11.979 8.588 11.5883C8.19733 11.1976 8.00133 10.7266 8 10.1753C8 9.79196 8.09167 9.45029 8.275 9.15029C8.45833 8.85029 8.7 8.61696 9 8.45029V6.30029C8.13333 6.53363 7.41667 7.00463 6.85 7.71329C6.28334 8.42196 6 9.24263 6 10.1753C6 11.2753 6.39167 12.217 7.175 13.0003C7.95833 13.7836 8.9 14.1753 10 14.1753C11.1 14.1753 12.0417 13.7836 12.825 13.0003C13.6083 12.217 14 11.2753 14 10.1753C14 9.57529 13.879 9.02129 13.637 8.51329C13.395 8.00529 13.066 7.55929 12.65 7.17529L14.075 5.75029C14.6583 6.30029 15.125 6.95463 15.475 7.71329C15.825 8.47196 16 9.29263 16 10.1753C16 11.842 15.4167 13.2586 14.25 14.4253C13.0833 15.592 11.6667 16.1753 10 16.1753C8.33333 16.1753 6.91667 15.592 5.75 14.4253C4.58333 13.2586 4 11.842 4 10.1753C4 8.67529 4.475 7.37129 5.425 6.26329C6.375 5.15529 7.56667 4.48429 9 4.25029V2.22529C7.01667 2.47529 5.354 3.35029 4.012 4.85029C2.67 6.35029 1.99933 8.12529 2 10.1753C2 12.4086 2.775 14.3003 4.325 15.8503C5.875 17.4003 7.76667 18.1753 10 18.1753C12.2333 18.1753 14.125 17.4003 15.675 15.8503C17.225 14.3003 18 12.4086 18 10.1753C18 9.02529 17.775 7.95029 17.325 6.95029C16.875 5.95029 16.2583 5.08363 15.475 4.35029L16.9 2.92529C17.85 3.84196 18.6043 4.92129 19.163 6.16329C19.7217 7.40529 20.0007 8.74263 20 10.1753C20 11.5586 19.7373 12.8586 19.212 14.0753C18.6867 15.292 17.9743 16.3503 17.075 17.2503C16.1757 18.1503 15.1173 18.863 13.9 19.3883C12.6827 19.9136 11.3827 20.176 10 20.1753Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.geofence {
          background-image: url('data:image/svg+xml,<svg width="18" height="23" viewBox="0 0 18 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.06 16.104C3.34643 16.0223 3.65432 16.0552 3.91594 16.1955C4.17755 16.3358 4.37146 16.5719 4.455 16.852C4.53854 17.1321 4.50488 17.4331 4.36141 17.6889C4.21795 17.9447 3.97643 18.1343 3.69 18.216C3.1275 18.3766 2.7225 18.546 2.46263 18.7C2.73038 18.8573 3.15337 19.0333 3.74062 19.1972C5.04 19.5602 6.89962 19.8 9 19.8C11.1004 19.8 12.96 19.5602 14.2594 19.1972C14.8477 19.0333 15.2696 18.8573 15.5374 18.7C15.2786 18.546 14.8736 18.3766 14.3111 18.216C14.0292 18.1307 13.7928 17.9405 13.653 17.6864C13.5131 17.4323 13.481 17.1347 13.5635 16.8577C13.646 16.5806 13.8365 16.3463 14.094 16.2054C14.3515 16.0644 14.6553 16.028 14.94 16.104C15.6915 16.3185 16.38 16.5935 16.9088 16.9466C17.3981 17.2755 18 17.8486 18 18.7C18 19.5613 17.3835 20.1388 16.8862 20.4677C16.3485 20.8219 15.6454 21.098 14.877 21.3125C13.3268 21.747 11.25 22 9 22C6.75 22 4.67325 21.747 3.123 21.3125C2.35462 21.098 1.6515 20.8219 1.11375 20.4677C0.6165 20.1377 0 19.5613 0 18.7C0 17.8486 0.601875 17.2755 1.09125 16.9466C1.62 16.5935 2.3085 16.3185 3.06 16.104ZM9 0C11.2378 0 13.3839 0.869194 14.9662 2.41637C16.5486 3.96354 17.4375 6.06196 17.4375 8.25C17.4375 11.0748 15.8625 13.3716 14.2312 15.004C13.5828 15.6463 12.886 16.2402 12.1466 16.7805C11.4784 17.2711 9.95063 18.1907 9.95063 18.1907C9.66087 18.3517 9.33329 18.4364 9 18.4364C8.66671 18.4364 8.33913 18.3517 8.04937 18.1907C7.29119 17.7608 6.55806 17.29 5.85337 16.7805C5.11294 16.2415 4.41601 15.6476 3.76875 15.004C2.1375 13.3716 0.5625 11.0748 0.5625 8.25C0.5625 6.06196 1.45145 3.96354 3.03379 2.41637C4.61612 0.869194 6.76224 0 9 0ZM9 2.2C7.35897 2.2 5.78516 2.83741 4.62478 3.972C3.4644 5.1066 2.8125 6.64544 2.8125 8.25C2.8125 10.2476 3.933 12.0208 5.3775 13.464C6.46425 14.5508 7.66125 15.378 8.49037 15.8862L9 16.1876L9.50963 15.8862C10.3376 15.378 11.5358 14.5508 12.6225 13.4651C14.067 12.0208 15.1875 10.2487 15.1875 8.25C15.1875 6.64544 14.5356 5.1066 13.3752 3.972C12.2148 2.83741 10.641 2.2 9 2.2ZM9 4.95C9.44321 4.95 9.88208 5.03536 10.2916 5.2012C10.701 5.36704 11.0731 5.61011 11.3865 5.91655C11.6999 6.22298 11.9485 6.58677 12.1181 6.98714C12.2877 7.38752 12.375 7.81664 12.375 8.25C12.375 8.68336 12.2877 9.11248 12.1181 9.51286C11.9485 9.91323 11.6999 10.277 11.3865 10.5835C11.0731 10.8899 10.701 11.133 10.2916 11.2988C9.88208 11.4646 9.44321 11.55 9 11.55C8.10489 11.55 7.24645 11.2023 6.61351 10.5835C5.98058 9.96458 5.625 9.12521 5.625 8.25C5.625 7.37479 5.98058 6.53542 6.61351 5.91655C7.24645 5.29768 8.10489 4.95 9 4.95ZM9 7.15C8.70163 7.15 8.41548 7.26589 8.2045 7.47218C7.99353 7.67847 7.875 7.95826 7.875 8.25C7.875 8.54174 7.99353 8.82153 8.2045 9.02782C8.41548 9.23411 8.70163 9.35 9 9.35C9.29837 9.35 9.58452 9.23411 9.7955 9.02782C10.0065 8.82153 10.125 8.54174 10.125 8.25C10.125 7.95826 10.0065 7.67847 9.7955 7.47218C9.58452 7.26589 9.29837 7.15 9 7.15Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.reduce {
          background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 3.17529C3.67 3.17529 3 3.84529 3 4.67529C3 5.50529 3.67 6.17529 4.5 6.17529C5.33 6.17529 6 5.50529 6 4.67529C6 3.84529 5.33 3.17529 4.5 3.17529ZM4.5 3.17529C3.67 3.17529 3 3.84529 3 4.67529C3 5.50529 3.67 6.17529 4.5 6.17529C5.33 6.17529 6 5.50529 6 4.67529C6 3.84529 5.33 3.17529 4.5 3.17529ZM19.41 9.75529L10.41 0.755293C10.04 0.385293 9.53 0.175293 9 0.175293H2C0.9 0.175293 0 1.07529 0 2.17529V9.17529C0 9.70529 0.21 10.2153 0.59 10.5953L1 10.9953C1.64 10.6153 2.35 10.3653 3.08 10.2553L2 9.17529V2.17529H9L18 11.1753L11 18.1753L9.92 17.0953C9.82 17.8353 9.56 18.5353 9.18 19.1753L9.59 19.5853C9.96 19.9653 10.47 20.1753 11 20.1753C11.53 20.1753 12.04 19.9653 12.41 19.5853L19.41 12.5853C19.79 12.2153 20 11.7053 20 11.1753C20 10.6453 19.79 10.1353 19.41 9.75529ZM4.5 3.17529C3.67 3.17529 3 3.84529 3 4.67529C3 5.50529 3.67 6.17529 4.5 6.17529C5.33 6.17529 6 5.50529 6 4.67529C6 3.84529 5.33 3.17529 4.5 3.17529ZM6 16.1753V12.1753H4V16.1753H2L5 19.1753L8 16.1753H6Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.monitor {
          background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.0844 3.14732C18.8572 2.4771 18.2211 2 17.4714 2H4.97585C4.22611 2 3.60134 2.4771 3.36279 3.14732L1 9.95169V19.0393C1 19.6641 1.51118 20.1753 2.13596 20.1753H3.27191C3.89669 20.1753 4.40787 19.6641 4.40787 19.0393V17.9034H18.0393V19.0393C18.0393 19.6641 18.5505 20.1753 19.1753 20.1753H20.3112C20.936 20.1753 21.4472 19.6641 21.4472 19.0393V9.95169L19.0844 3.14732ZM5.37343 4.27191H17.0624L18.2438 7.67978H4.19204L5.37343 4.27191ZM19.1753 15.6315H3.27191V10.3379L3.40823 9.95169H19.0503L19.1753 10.3379V15.6315Z" fill="%233A8DDE"/><path d="M6.11189 14.4958C7.05295 14.4958 7.81583 13.7329 7.81583 12.7918C7.81583 11.8508 7.05295 11.0879 6.11189 11.0879C5.17084 11.0879 4.40796 11.8508 4.40796 12.7918C4.40796 13.7329 5.17084 14.4958 6.11189 14.4958Z" fill="%233A8DDE"/><path d="M16.3353 14.4958C17.2763 14.4958 18.0392 13.7329 18.0392 12.7918C18.0392 11.8508 17.2763 11.0879 16.3353 11.0879C15.3942 11.0879 14.6313 11.8508 14.6313 12.7918C14.6313 13.7329 15.3942 14.4958 16.3353 14.4958Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.alert {
          background-image: url('data:image/svg+xml,<svg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.2992 1.32324L20.9332 16.2772C21.0648 16.5053 21.1341 16.7639 21.1341 17.0272C21.1341 17.2905 21.0648 17.5492 20.9332 17.7772C20.8015 18.0053 20.6122 18.1946 20.3842 18.3263C20.1561 18.4579 19.8975 18.5272 19.6342 18.5272H2.36617C2.10287 18.5272 1.84421 18.4579 1.61619 18.3263C1.38816 18.1946 1.19881 18.0053 1.06716 17.7772C0.935515 17.5492 0.866209 17.2905 0.866211 17.0272C0.866213 16.7639 0.935522 16.5053 1.06717 16.2772L9.70117 1.32324C10.2782 0.323242 11.7212 0.323242 12.2992 1.32324ZM11.0002 3.07324L3.23217 16.5272H18.7682L11.0002 3.07324ZM11.0002 13.1752C11.2654 13.1752 11.5197 13.2806 11.7073 13.4681C11.8948 13.6557 12.0002 13.91 12.0002 14.1752C12.0002 14.4405 11.8948 14.6948 11.7073 14.8823C11.5197 15.0699 11.2654 15.1752 11.0002 15.1752C10.735 15.1752 10.4806 15.0699 10.2931 14.8823C10.1055 14.6948 10.0002 14.4405 10.0002 14.1752C10.0002 13.91 10.1055 13.6557 10.2931 13.4681C10.4806 13.2806 10.735 13.1752 11.0002 13.1752ZM11.0002 6.17524C11.2654 6.17524 11.5197 6.2806 11.7073 6.46814C11.8948 6.65567 12.0002 6.91003 12.0002 7.17524V11.1752C12.0002 11.4405 11.8948 11.6948 11.7073 11.8823C11.5197 12.0699 11.2654 12.1752 11.0002 12.1752C10.735 12.1752 10.4806 12.0699 10.2931 11.8823C10.1055 11.6948 10.0002 11.4405 10.0002 11.1752V7.17524C10.0002 6.91003 10.1055 6.65567 10.2931 6.46814C10.4806 6.2806 10.735 6.17524 11.0002 6.17524Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.streamline {
          background-image: url('data:image/svg+xml,<svg width="18" height="23" viewBox="0 0 18 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 3.29998C0 2.42477 0.355579 1.58541 0.988515 0.966542C1.62145 0.347676 2.47989 0 3.375 0H14.625C15.5201 0 16.3786 0.347676 17.0115 0.966542C17.6444 1.58541 18 2.42477 18 3.29998V20.8999C17.9999 21.1071 17.9399 21.31 17.827 21.4853C17.7141 21.6606 17.5528 21.8012 17.3618 21.8909C17.1708 21.9805 16.9578 22.0156 16.7472 21.9921C16.5367 21.9685 16.3373 21.8874 16.1719 21.7579L14.0625 20.1079L11.9531 21.7579C11.737 21.9272 11.4647 22.0126 11.1882 21.9977C10.9117 21.9829 10.6505 21.8689 10.4546 21.6776L9 20.2553L7.54537 21.6776C7.34963 21.8691 7.08852 21.9833 6.81204 21.9983C6.53555 22.0133 6.26311 21.9281 6.04688 21.759L3.9375 20.1079L1.82812 21.7579C1.66272 21.8874 1.46327 21.9685 1.25276 21.9921C1.04224 22.0156 0.829201 21.9805 0.638177 21.8909C0.447154 21.8012 0.285908 21.6606 0.173005 21.4853C0.0601022 21.31 0.000132345 21.1071 0 20.8999V3.29998ZM3.375 2.19999C3.07663 2.19999 2.79048 2.31588 2.5795 2.52217C2.36853 2.72846 2.25 3.00824 2.25 3.29998V18.6119L3.23438 17.8419C3.43391 17.6857 3.68189 17.6006 3.9375 17.6006C4.19311 17.6006 4.44109 17.6857 4.64062 17.8419L6.66563 19.4259L8.20463 17.9222C8.41559 17.716 8.70169 17.6001 9 17.6001C9.29831 17.6001 9.58441 17.716 9.79537 17.9222L11.3333 19.4259L13.3594 17.8419C13.5589 17.6857 13.8069 17.6006 14.0625 17.6006C14.3181 17.6006 14.5661 17.6857 14.7656 17.8419L15.75 18.6119V3.29998C15.75 3.00824 15.6315 2.72846 15.4205 2.52217C15.2095 2.31588 14.9234 2.19999 14.625 2.19999H3.375ZM4.5 7.69996C4.5 7.40822 4.61853 7.12843 4.8295 6.92214C5.04048 6.71585 5.32663 6.59996 5.625 6.59996H12.375C12.6734 6.59996 12.9595 6.71585 13.1705 6.92214C13.3815 7.12843 13.5 7.40822 13.5 7.69996C13.5 7.99169 13.3815 8.27148 13.1705 8.47777C12.9595 8.68406 12.6734 8.79995 12.375 8.79995H5.625C5.32663 8.79995 5.04048 8.68406 4.8295 8.47777C4.61853 8.27148 4.5 7.99169 4.5 7.69996ZM5.625 10.9999C5.32663 10.9999 5.04048 11.1158 4.8295 11.3221C4.61853 11.5284 4.5 11.8082 4.5 12.0999C4.5 12.3917 4.61853 12.6715 4.8295 12.8777C5.04048 13.084 5.32663 13.1999 5.625 13.1999H9C9.29837 13.1999 9.58452 13.084 9.7955 12.8777C10.0065 12.6715 10.125 12.3917 10.125 12.0999C10.125 11.8082 10.0065 11.5284 9.7955 11.3221C9.58452 11.1158 9.29837 10.9999 9 10.9999H5.625Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.boost {
          background-image: url('data:image/svg+xml,<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 13.1753V3.67529C7 3.01225 6.73661 2.37637 6.26777 1.90753C5.79893 1.43869 5.16304 1.17529 4.5 1.17529C3.83696 1.17529 3.20107 1.43869 2.73223 1.90753C2.26339 2.37637 2 3.01225 2 3.67529V13.1753M7 7.17529L13 2.17529L21 8.17529M19 3.17529V13.1753M11 13.1753H15V9.17529H11V13.1753ZM11 13.1753L6 21.1753M1 13.1753H21M1 21.1753L6 13.1753M21 21.1753H11L16 13.1753M14 17.1753H21" stroke="%233A8DDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.direct {
          background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.2 15.7753H9.6V12.1753H13.8V15.1753L18 10.9753L13.8 6.77529V9.77529H8.4C8.06 9.77529 7.7752 9.89049 7.5456 10.1209C7.316 10.3513 7.2008 10.6361 7.2 10.9753V15.7753ZM12 24.1753C11.7 24.1753 11.4052 24.1153 11.1156 23.9953C10.826 23.8753 10.5608 23.6953 10.32 23.4553L0.72 13.8553C0.48 13.6153 0.3 13.3501 0.18 13.0597C0.0600001 12.7693 0 12.4745 0 12.1753C0 11.8761 0.0600001 11.5813 0.18 11.2909C0.3 11.0005 0.48 10.7353 0.72 10.4953L10.32 0.895293C10.56 0.655293 10.8252 0.475293 11.1156 0.355293C11.406 0.235293 11.7008 0.175293 12 0.175293C12.2992 0.175293 12.5944 0.235293 12.8856 0.355293C13.1768 0.475293 13.4416 0.655293 13.68 0.895293L23.28 10.4953C23.52 10.7353 23.7 11.0005 23.82 11.2909C23.94 11.5813 24 11.8761 24 12.1753C24 12.4745 23.94 12.7697 23.82 13.0609C23.7 13.3521 23.52 13.6169 23.28 13.8553L13.68 23.4553C13.44 23.6953 13.1748 23.8753 12.8844 23.9953C12.594 24.1153 12.2992 24.1753 12 24.1753ZM7.2 16.9753L12 21.7753L21.6 12.1753L12 2.57529L2.4 12.1753L7.2 16.9753Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.improve {
          background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.7813 8.17522C21.665 7.81644 21.4449 7.50023 21.1489 7.26659C20.8528 7.03295 20.4941 6.8924 20.1181 6.86272L14.8128 6.43428L12.7653 1.48334C12.6214 1.13343 12.3768 0.834171 12.0625 0.623573C11.7482 0.412975 11.3783 0.300537 11 0.300537C10.6217 0.300537 10.2519 0.412975 9.93754 0.623573C9.62322 0.834171 9.37859 1.13343 9.23469 1.48334L7.18907 6.43522L1.88376 6.86272C1.50709 6.89378 1.14801 7.03548 0.851632 7.27001C0.555258 7.50455 0.334816 7.82144 0.218007 8.18089C0.101199 8.54033 0.0932354 8.92628 0.195118 9.29023C0.297 9.65419 0.504183 9.97991 0.790631 10.2265L4.83876 13.7177L3.60126 18.9396C3.511 19.3078 3.53235 19.6945 3.66259 20.0504C3.79283 20.4064 4.02608 20.7156 4.33261 20.9386C4.63915 21.1616 5.00512 21.2883 5.38392 21.3026C5.76272 21.3169 6.1372 21.2182 6.45969 21.019L11 18.2243L15.5403 21.019C15.8627 21.2169 16.2366 21.3146 16.6146 21.2999C16.9926 21.2852 17.3577 21.1587 17.6638 20.9364C17.9699 20.714 18.2031 20.4059 18.3339 20.0509C18.4647 19.696 18.4873 19.3102 18.3988 18.9424L17.1613 13.7205L21.2094 10.2293C21.4975 9.98212 21.7057 9.65491 21.8076 9.28918C21.9094 8.92346 21.9002 8.53572 21.7813 8.17522ZM15.1747 12.4596C15.0186 12.5942 14.9025 12.769 14.839 12.9651C14.7755 13.1612 14.7671 13.3709 14.8147 13.5715L16.0231 18.6752L11.5897 15.949C11.4124 15.8398 11.2082 15.782 11 15.782C10.7918 15.782 10.5876 15.8398 10.4103 15.949L5.97688 18.6752L7.18532 13.5752C7.23292 13.3747 7.22451 13.1649 7.16103 12.9689C7.09754 12.7728 6.98141 12.5979 6.82532 12.4633L2.86251 9.04147L8.05626 8.6224C8.26294 8.6058 8.46101 8.5324 8.6286 8.4103C8.79619 8.28821 8.92678 8.12217 9.00594 7.93053L11 3.1024L12.9941 7.93053C13.0732 8.12217 13.2038 8.28821 13.3714 8.4103C13.539 8.5324 13.7371 8.6058 13.9438 8.6224L19.1375 9.04147L15.1747 12.4596Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.payroll {
          background-image: url('data:image/svg+xml,<svg width="22" height="17" viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 10.1753V2.17529C18 1.07529 17.1 0.175293 16 0.175293H2C0.9 0.175293 0 1.07529 0 2.17529V10.1753C0 11.2753 0.9 12.1753 2 12.1753H16C17.1 12.1753 18 11.2753 18 10.1753ZM16 10.1753H2V2.17529H16V10.1753ZM9 3.17529C7.34 3.17529 6 4.51529 6 6.17529C6 7.83529 7.34 9.17529 9 9.17529C10.66 9.17529 12 7.83529 12 6.17529C12 4.51529 10.66 3.17529 9 3.17529ZM22 3.17529V14.1753C22 15.2753 21.1 16.1753 20 16.1753H3V14.1753H20V3.17529H22Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.inventory {
          background-image: url('data:image/svg+xml,<svg width="23" height="20" viewBox="0 0 23 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.15625 1.07143V17.8571H21.9219C22.2078 17.8571 22.482 17.97 22.6842 18.171C22.8864 18.3719 23 18.6444 23 18.9286C23 19.2127 22.8864 19.4853 22.6842 19.6862C22.482 19.8871 22.2078 20 21.9219 20H1.07812C0.792188 20 0.517963 19.8871 0.315775 19.6862C0.113588 19.4853 0 19.2127 0 18.9286L0 1.07143C0 0.787268 0.113588 0.514746 0.315775 0.313814C0.517963 0.112882 0.792188 0 1.07812 0C1.36406 0 1.63829 0.112882 1.84047 0.313814C2.04266 0.514746 2.15625 0.787268 2.15625 1.07143ZM22.6838 4.68571L15.1369 12.1857C14.9347 12.3864 14.6607 12.4991 14.375 12.4991C14.0893 12.4991 13.8153 12.3864 13.6131 12.1857L10.0625 8.65714L6.1525 12.5429C5.94817 12.7323 5.67777 12.8356 5.39833 12.8308C5.1189 12.826 4.85225 12.7135 4.65462 12.5171C4.45701 12.3207 4.34386 12.0558 4.33903 11.7781C4.3342 11.5004 4.43808 11.2316 4.62875 11.0286L9.30062 6.38571C9.50277 6.18507 9.7768 6.07237 10.0625 6.07237C10.3482 6.07237 10.6222 6.18507 10.8244 6.38571L14.375 9.91429L21.16 3.17143C21.3643 2.98194 21.6347 2.87871 21.9142 2.88351C22.1936 2.8883 22.4602 3.00075 22.6579 3.19714C22.8555 3.39354 22.9686 3.65853 22.9735 3.93623C22.9783 4.21394 22.8744 4.48265 22.6838 4.68571Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.fleet {
          background-image: url('data:image/svg+xml,<svg  width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 4.91409L12.004 2.35059L20.5 4.91409V10.1716C20.5 15.6981 17.0765 20.6036 12.0015 22.3506C6.9245 20.6036 3.5 15.6966 3.5 10.1696V4.91409Z" stroke="%233A8DDE" stroke-width="2" stroke-linejoin="round"/><path d="M12 15.3506C12.9283 15.3506 13.8185 14.9818 14.4749 14.3255C15.1313 13.6691 15.5 12.7788 15.5 11.8506C15.5 10.9223 15.1313 10.0321 14.4749 9.37571C13.8185 8.71934 12.9283 8.35059 12 8.35059C11.0717 8.35059 10.1815 8.71934 9.52513 9.37571C8.86875 10.0321 8.5 10.9223 8.5 11.8506C8.5 12.7788 8.86875 13.6691 9.52513 14.3255C10.1815 14.9818 11.0717 15.3506 12 15.3506Z" stroke="%233A8DDE" stroke-width="2" stroke-linejoin="round"/><path d="M14.5 14.8506L17.5 18.3506" stroke="%233A8DDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.5 10.1721C20.5 15.6981 17.0765 20.6041 12.001 22.3506" stroke="%233A8DDE" stroke-width="2" stroke-linejoin="round"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.protect {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M13.299 3.49854L21.933 18.4525C22.0646 18.6806 22.134 18.9392 22.134 19.2025C22.134 19.4658 22.0646 19.7245 21.933 19.9525C21.8014 20.1805 21.612 20.3699 21.384 20.5016C21.156 20.6332 20.8973 20.7025 20.634 20.7025H3.36599C3.10269 20.7025 2.84403 20.6332 2.616 20.5016C2.38798 20.3699 2.19863 20.1805 2.06698 19.9525C1.93533 19.7245 1.86603 19.4658 1.86603 19.2025C1.86603 18.9392 1.93534 18.6806 2.06699 18.4525L10.701 3.49854C11.278 2.49854 12.721 2.49854 13.299 3.49854ZM12 5.24853L4.23199 18.7025H19.768L12 5.24853ZM12 15.3505C12.2652 15.3505 12.5196 15.4559 12.7071 15.6434C12.8946 15.831 13 16.0853 13 16.3505C13 16.6158 12.8946 16.8701 12.7071 17.0576C12.5196 17.2452 12.2652 17.3505 12 17.3505C11.7348 17.3505 11.4804 17.2452 11.2929 17.0576C11.1053 16.8701 11 16.6158 11 16.3505C11 16.0853 11.1053 15.831 11.2929 15.6434C11.4804 15.4559 11.7348 15.3505 12 15.3505ZM12 8.35054C12.2652 8.35054 12.5196 8.45589 12.7071 8.64343C12.8946 8.83097 13 9.08532 13 9.35054V13.3505C13 13.6158 12.8946 13.8701 12.7071 14.0576C12.5196 14.2452 12.2652 14.3505 12 14.3505C11.7348 14.3505 11.4804 14.2452 11.2929 14.0576C11.1053 13.8701 11 13.6158 11 13.3505V9.35054C11 9.08532 11.1053 8.83097 11.2929 8.64343C11.4804 8.45589 11.7348 8.35054 12 8.35054Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.movement {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M21.9752 20.1751L16.8077 15.0077L16.6687 14.8687L16.771 14.7008C17.4936 13.5153 17.8764 12.154 17.8775 10.7657C17.8774 6.55835 14.4704 3.1514 10.266 3.1499L21.9752 20.1751ZM21.9752 20.1751L19.6784 22.4738L14.5093 17.3054L14.3705 17.1666L14.2028 17.2684C13.0535 17.9658 11.7084 18.3737 10.266 18.3737C6.06073 18.3737 2.65302 14.968 2.65302 10.7637C2.65302 6.55775 6.06154 3.14995 10.2659 3.1499L21.9752 20.1751ZM5.15152 10.764L5.15059 11.369L5.18583 11.3337C5.3161 12.479 5.83007 13.5532 6.65293 14.3762C7.6112 15.3346 8.91026 15.8742 10.2656 15.8767L10.2664 15.8767C11.6216 15.8744 12.9206 15.3349 13.8788 14.3766C14.837 13.4183 15.3762 12.1192 15.3783 10.764L15.3783 10.7633C15.3766 9.40782 14.8374 8.10829 13.879 7.14972C12.9206 6.19114 11.6211 5.65178 10.2656 5.6499L10.2648 5.6499C8.90927 5.6522 7.60989 6.19176 6.65143 7.15037C5.69297 8.10898 5.1536 9.40845 5.15152 10.764Z" fill="%233A8DDE" stroke="%23ECF0F8" stroke-width="0.5"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.ussage {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path d="M2.25 1.97559V19.6006H22.875C23.1734 19.6006 23.4595 19.7191 23.6705 19.9301C23.8815 20.1411 24 20.4272 24 20.7256C24 21.024 23.8815 21.3101 23.6705 21.5211C23.4595 21.7321 23.1734 21.8506 22.875 21.8506H1.125C0.826631 21.8506 0.540483 21.7321 0.329505 21.5211C0.118526 21.3101 0 21.024 0 20.7256L0 1.97559C0 1.67722 0.118526 1.39107 0.329505 1.18009C0.540483 0.969112 0.826631 0.850586 1.125 0.850586C1.42337 0.850586 1.70952 0.969112 1.9205 1.18009C2.13147 1.39107 2.25 1.67722 2.25 1.97559ZM23.67 5.77059L15.795 13.6456C15.5841 13.8563 15.2981 13.9746 15 13.9746C14.7019 13.9746 14.4159 13.8563 14.205 13.6456L10.5 9.94059L6.42 14.0206C6.20678 14.2195 5.92463 14.3279 5.63304 14.3229C5.34146 14.3179 5.06322 14.1998 4.857 13.9936C4.65079 13.7874 4.53272 13.5091 4.52768 13.2175C4.52265 12.926 4.63104 12.6438 4.83 12.4306L9.705 7.55559C9.91594 7.34491 10.2019 7.22658 10.5 7.22658C10.7981 7.22658 11.0841 7.34491 11.295 7.55559L15 11.2606L22.08 4.18059C22.2932 3.98162 22.5754 3.87323 22.867 3.87827C23.1585 3.88331 23.4368 4.00138 23.643 4.20759C23.8492 4.41381 23.9673 4.69204 23.9723 4.98363C23.9774 5.27522 23.869 5.55737 23.67 5.77059Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.route {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M5.075 9.12344V9.17559V17.3506C5.075 18.4305 5.45865 19.3532 6.22803 20.1226C6.99741 20.8919 7.92005 21.2756 9 21.2756C10.08 21.2756 11.0026 20.8919 11.772 20.1226C12.5413 19.3532 12.925 18.4305 12.925 17.3506V7.35059V7.3504C12.9264 6.78176 13.1304 6.29221 13.5348 5.88569C13.9395 5.47895 14.4293 5.2749 15.0001 5.27559C15.5707 5.27628 16.0607 5.48026 16.466 5.88555C16.8713 6.29085 17.075 6.78056 17.075 7.35059V15.5256V15.5791L17.0243 15.5965C16.4568 15.7913 15.9903 16.14 15.6237 16.6447C15.2578 17.1483 15.075 17.7161 15.075 18.3506C15.075 19.1643 15.3589 19.8534 15.928 20.4226C16.4971 20.9917 17.1863 21.2756 18 21.2756C18.8137 21.2756 19.5029 20.9917 20.072 20.4226C20.6411 19.8534 20.925 19.1643 20.925 18.3506V18.3505C20.9257 17.7168 20.7432 17.1535 20.3777 16.6581C20.0108 16.161 19.5433 15.8074 18.9739 15.5959L18.925 15.5777V15.5256V7.35059C18.925 6.27064 18.5413 5.348 17.772 4.57862C17.0026 3.80924 16.08 3.42559 15 3.42559C13.92 3.42559 12.9974 3.80924 12.228 4.57862C11.4587 5.348 11.075 6.27064 11.075 7.35059V17.3504V17.3506H11C11.0013 17.9019 10.8057 18.3729 10.413 18.7636C10.0203 19.1543 9.54933 19.3499 9 19.3506C8.45067 19.3513 7.98 19.1556 7.588 18.7636C7.196 18.3716 7 17.9006 7 17.3506L5.075 9.12344ZM5.075 9.12344L5.02611 9.10528M5.075 9.12344L5.02611 9.10528M5.02611 9.10528C4.45667 8.89377 3.9895 8.5405 3.62336 8.04407M5.02611 9.10528L3.62336 8.04407M3.62336 8.04407C3.2585 7.54936 3.07565 6.98571 3.075 6.35051M3.62336 8.04407L3.075 6.35051M3.075 6.35051L3 6.35059L3.075 6.35051Z" fill="%233A8DDE" stroke="%23ECF0F8" stroke-width="0.15"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.improve-fleet {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M12 22.3506C13.3135 22.3522 14.6143 22.0943 15.8278 21.5916C17.0412 21.089 18.1434 20.3515 19.071 19.4216C20.0009 18.494 20.7384 17.3918 21.2411 16.1783C21.7437 14.9649 22.0016 13.664 22 12.3506C22.0016 11.0371 21.7437 9.73631 21.2411 8.52284C20.7384 7.30937 20.0009 6.20718 19.071 5.27959C18.1434 4.34967 17.0412 3.6122 15.8278 3.10955C14.6143 2.6069 13.3135 2.34897 12 2.35059C10.6866 2.34897 9.38572 2.6069 8.17225 3.10955C6.95878 3.6122 5.85659 4.34967 4.92901 5.27959C3.99909 6.20718 3.26162 7.30937 2.75897 8.52284C2.25631 9.73631 1.99839 11.0371 2.00001 12.3506C1.99839 13.664 2.25631 14.9649 2.75897 16.1783C3.26162 17.3918 3.99909 18.494 4.92901 19.4216C5.85659 20.3515 6.95878 21.089 8.17225 21.5916C9.38572 22.0943 10.6866 22.3522 12 22.3506Z" stroke="%233A8DDE" stroke-width="2" stroke-linejoin="round"/><path d="M8 12.3506L11 15.3506L17 9.35059" stroke="%233A8DDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.tracking {
          background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M12 22.3506C10.6167 22.3506 9.31667 22.0879 8.1 21.5626C6.88334 21.0373 5.825 20.3249 4.925 19.4256C4.025 18.5263 3.31267 17.4679 2.788 16.2506C2.26333 15.0333 2.00067 13.7333 2 12.3506C1.99933 10.9679 2.262 9.66792 2.788 8.45059C3.314 7.23325 4.02633 6.17492 4.925 5.27559C5.82367 4.37625 6.882 3.66392 8.1 3.13859C9.318 2.61325 10.618 2.35059 12 2.35059H13V10.6256C13.3 10.8089 13.5417 11.0466 13.725 11.3386C13.9083 11.6306 14 11.9679 14 12.3506C14 12.9006 13.8043 13.3716 13.413 13.7636C13.0217 14.1556 12.5507 14.3513 12 14.3506C11.4493 14.3499 10.9787 14.1543 10.588 13.7636C10.1973 13.3729 10.0013 12.9019 10 12.3506C10 11.9673 10.0917 11.6256 10.275 11.3256C10.4583 11.0256 10.7 10.7923 11 10.6256V8.47559C10.1333 8.70892 9.41667 9.17992 8.85 9.88859C8.28334 10.5973 8 11.4179 8 12.3506C8 13.4506 8.39167 14.3923 9.175 15.1756C9.95833 15.9589 10.9 16.3506 12 16.3506C13.1 16.3506 14.0417 15.9589 14.825 15.1756C15.6083 14.3923 16 13.4506 16 12.3506C16 11.7506 15.879 11.1966 15.637 10.6886C15.395 10.1806 15.066 9.73459 14.65 9.35059L16.075 7.92559C16.6583 8.47559 17.125 9.12992 17.475 9.88859C17.825 10.6473 18 11.4679 18 12.3506C18 14.0173 17.4167 15.4339 16.25 16.6006C15.0833 17.7673 13.6667 18.3506 12 18.3506C10.3333 18.3506 8.91667 17.7673 7.75 16.6006C6.58333 15.4339 6 14.0173 6 12.3506C6 10.8506 6.475 9.54659 7.425 8.43859C8.375 7.33059 9.56667 6.65959 11 6.42559V4.40059C9.01667 4.65059 7.354 5.52559 6.012 7.02559C4.67 8.52559 3.99933 10.3006 4 12.3506C4 14.5839 4.775 16.4756 6.325 18.0256C7.875 19.5756 9.76667 20.3506 12 20.3506C14.2333 20.3506 16.125 19.5756 17.675 18.0256C19.225 16.4756 20 14.5839 20 12.3506C20 11.2006 19.775 10.1256 19.325 9.12559C18.875 8.12559 18.2583 7.25892 17.475 6.52559L18.9 5.10059C19.85 6.01725 20.6043 7.09659 21.163 8.33859C21.7217 9.58059 22.0007 10.9179 22 12.3506C22 13.7339 21.7373 15.0339 21.212 16.2506C20.6867 17.4673 19.9743 18.5256 19.075 19.4256C18.1757 20.3256 17.1173 21.0383 15.9 21.5636C14.6827 22.0889 13.3827 22.3513 12 22.3506Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.etas {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M12 2.35059C6.486 2.35059 2 6.83659 2 12.3506C2 17.8646 6.486 22.3506 12 22.3506C17.514 22.3506 22 17.8646 22 12.3506C22 6.83659 17.514 2.35059 12 2.35059ZM12 20.3506C7.589 20.3506 4 16.7616 4 12.3506C4 7.93959 7.589 4.35059 12 4.35059C16.411 4.35059 20 7.93959 20 12.3506C20 16.7616 16.411 20.3506 12 20.3506Z" fill="%233A8DDE"/><path d="M13 7.35059H11V13.3506H17V11.3506H13V7.35059Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.resources {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M21.45 11.5776H20.06C19.8783 9.6872 19.0445 7.91889 17.7016 6.57599C16.3587 5.2331 14.5904 4.39931 12.7 4.21764V2.82764C12.7 2.62872 12.621 2.43796 12.4803 2.29731C12.3397 2.15665 12.1489 2.07764 11.95 2.07764C11.7511 2.07764 11.5603 2.15665 11.4197 2.29731C11.279 2.43796 11.2 2.62872 11.2 2.82764V4.21764C9.31784 4.40839 7.56021 5.2464 6.22707 6.58866C4.89393 7.93092 4.06792 9.69422 3.89 11.5776H2.5C2.40151 11.5776 2.30398 11.597 2.21299 11.6347C2.12199 11.6724 2.03931 11.7277 1.96967 11.7973C1.90003 11.867 1.84478 11.9496 1.80709 12.0406C1.7694 12.1316 1.75 12.2291 1.75 12.3276C1.75 12.4261 1.7694 12.5237 1.80709 12.6146C1.84478 12.7056 1.90003 12.7883 1.96967 12.858C2.03931 12.9276 2.12199 12.9829 2.21299 13.0205C2.30398 13.0582 2.40151 13.0776 2.5 13.0776H3.89C4.07167 14.9681 4.90546 16.7364 6.24835 18.0793C7.59125 19.4222 9.35957 20.256 11.25 20.4376V21.8276C11.25 22.0265 11.329 22.2173 11.4697 22.358C11.6103 22.4986 11.8011 22.5776 12 22.5776C12.1989 22.5776 12.3897 22.4986 12.5303 22.358C12.671 22.2173 12.75 22.0265 12.75 21.8276V20.4376C14.6397 20.2541 16.407 19.4197 17.7496 18.0772C19.0921 16.7347 19.9265 14.9674 20.11 13.0776H21.5C21.5985 13.0776 21.696 13.0582 21.787 13.0205C21.878 12.9829 21.9607 12.9276 22.0303 12.858C22.1 12.7883 22.1552 12.7056 22.1929 12.6146C22.2306 12.5237 22.25 12.4261 22.25 12.3276C22.25 12.2291 22.2306 12.1316 22.1929 12.0406C22.1552 11.9496 22.1 11.867 22.0303 11.7973C21.9607 11.7277 21.878 11.6724 21.787 11.6347C21.696 11.597 21.5985 11.5776 21.5 11.5776H21.45ZM11.95 18.9676C10.6367 18.9676 9.35296 18.5782 8.26101 17.8486C7.16907 17.119 6.31801 16.082 5.81544 14.8687C5.31287 13.6554 5.18138 12.3203 5.43759 11.0322C5.69379 9.7442 6.32619 8.56107 7.25481 7.63245C8.18343 6.70383 9.36657 6.07143 10.6546 5.81522C11.9426 5.55902 13.2777 5.69051 14.491 6.19308C15.7043 6.69564 16.7413 7.54671 17.471 8.63865C18.2006 9.73059 18.59 11.0144 18.59 12.3276C18.59 14.0896 17.8908 15.7795 16.6458 17.0264C15.4008 18.2732 13.712 18.975 11.95 18.9776V18.9676Z" fill="%233A8DDE"/><path d="M16.48 12.3376C16.48 13.236 16.2135 14.1141 15.7142 14.8609C15.2149 15.6078 14.5052 16.1897 13.6751 16.533C12.8449 16.8763 11.9316 16.9656 11.0506 16.7896C10.1697 16.6136 9.36073 16.1803 8.7262 15.5443C8.09167 14.9084 7.66006 14.0985 7.48602 13.2172C7.31197 12.3359 7.40331 11.4227 7.74846 10.5933C8.09362 9.76389 8.67708 9.05554 9.42499 8.55788C10.1729 8.06022 11.0516 7.79564 11.95 7.79762C12.5457 7.79762 13.1356 7.91512 13.6859 8.1434C14.2361 8.37168 14.736 8.70625 15.1567 9.12796C15.5775 9.54967 15.911 10.0502 16.138 10.601C16.3651 11.1518 16.4813 11.7419 16.48 12.3376Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.protect-asset {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M12 17.3506C12.5304 17.3506 13.0391 17.1399 13.4142 16.7648C13.7893 16.3897 14 15.881 14 15.3506C14 14.8202 13.7893 14.3114 13.4142 13.9364C13.0391 13.5613 12.5304 13.3506 12 13.3506C11.4696 13.3506 10.9609 13.5613 10.5858 13.9364C10.2107 14.3114 10 14.8202 10 15.3506C10 15.881 10.2107 16.3897 10.5858 16.7648C10.9609 17.1399 11.4696 17.3506 12 17.3506ZM18 8.35059C18.5304 8.35059 19.0391 8.5613 19.4142 8.93637C19.7893 9.31145 20 9.82015 20 10.3506V20.3506C20 20.881 19.7893 21.3897 19.4142 21.7648C19.0391 22.1399 18.5304 22.3506 18 22.3506H6C5.46957 22.3506 4.96086 22.1399 4.58579 21.7648C4.21071 21.3897 4 20.881 4 20.3506V10.3506C4 9.82015 4.21071 9.31145 4.58579 8.93637C4.96086 8.5613 5.46957 8.35059 6 8.35059H7V6.35059C7 5.0245 7.52678 3.75273 8.46447 2.81505C9.40215 1.87737 10.6739 1.35059 12 1.35059C12.6566 1.35059 13.3068 1.47991 13.9134 1.73119C14.52 1.98246 15.0712 2.35076 15.5355 2.81505C15.9998 3.27934 16.3681 3.83054 16.6194 4.43717C16.8707 5.0438 17 5.69398 17 6.35059V8.35059H18ZM12 3.35059C11.2044 3.35059 10.4413 3.66666 9.87868 4.22927C9.31607 4.79187 9 5.55494 9 6.35059V8.35059H15V6.35059C15 5.55494 14.6839 4.79187 14.1213 4.22927C13.5587 3.66666 12.7956 3.35059 12 3.35059Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.visibility {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M12 16.3506C13.25 16.3506 14.3127 15.9133 15.188 15.0386C16.0633 14.1639 16.5007 13.1013 16.5 11.8506C16.4993 10.5999 16.062 9.53759 15.188 8.66359C14.314 7.78959 13.2513 7.35192 12 7.35059C10.7487 7.34925 9.68633 7.78692 8.813 8.66359C7.93967 9.54025 7.502 10.6026 7.5 11.8506C7.498 13.0986 7.93567 14.1613 8.813 15.0386C9.69033 15.9159 10.7527 16.3533 12 16.3506ZM12 14.5506C11.25 14.5506 10.6127 14.2879 10.088 13.7626C9.56333 13.2373 9.30067 12.5999 9.3 11.8506C9.29933 11.1013 9.562 10.4639 10.088 9.93859C10.614 9.41325 11.2513 9.15059 12 9.15059C12.7487 9.15059 13.3863 9.41325 13.913 9.93859C14.4397 10.4639 14.702 11.1013 14.7 11.8506C14.698 12.5999 14.4357 13.2376 13.913 13.7636C13.3903 14.2896 12.7527 14.5519 12 14.5506ZM12 19.3506C9.56667 19.3506 7.35 18.6716 5.35 17.3136C3.35 15.9556 1.9 14.1346 1 11.8506C1.9 9.56725 3.35 7.74659 5.35 6.38859C7.35 5.03059 9.56667 4.35125 12 4.35059C14.4333 4.34992 16.65 5.02925 18.65 6.38859C20.65 7.74792 22.1 9.56859 23 11.8506C22.1 14.1339 20.65 15.9549 18.65 17.3136C16.65 18.6723 14.4333 19.3513 12 19.3506Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.control {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M21 6.85059C21 8.78059 19.43 10.3506 17.5 10.3506C15.57 10.3506 14 8.78059 14 6.85059C14 4.92059 15.57 3.35059 17.5 3.35059C19.43 3.35059 21 4.92059 21 6.85059ZM19 12.1406C18.5 12.2706 18 12.3506 17.5 12.3506C16.0421 12.3479 14.6447 11.7676 13.6138 10.7368C12.583 9.70588 12.0026 8.30847 12 6.85059C12 5.38059 12.58 4.05059 13.5 3.06059C13.3185 2.83813 13.0897 2.65896 12.8302 2.53614C12.5707 2.41331 12.2871 2.34992 12 2.35059C10.9 2.35059 10 3.25059 10 4.35059V4.64059C7.03 5.52059 5 8.25059 5 11.3506V17.3506L3 19.3506V20.3506H21V19.3506L19 17.3506V12.1406ZM12 23.3506C13.11 23.3506 14 22.4606 14 21.3506H10C10 21.881 10.2107 22.3897 10.5858 22.7648C10.9609 23.1399 11.4696 23.3506 12 23.3506Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.track-every {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M10 20.3506C8.61667 20.3506 7.31667 20.0879 6.1 19.5626C4.88334 19.0373 3.825 18.3249 2.925 17.4256C2.025 16.5263 1.31267 15.4679 0.788001 14.2506C0.263335 13.0333 0.000667933 11.7333 1.26582e-06 10.3506C-0.000665401 8.96792 0.262001 7.66792 0.788001 6.45059C1.314 5.23325 2.02633 4.17492 2.925 3.27559C3.82367 2.37625 4.882 1.66392 6.1 1.13859C7.318 0.613253 8.618 0.350586 10 0.350586H11V8.62559C11.3 8.80892 11.5417 9.04659 11.725 9.33859C11.9083 9.63059 12 9.96792 12 10.3506C12 10.9006 11.8043 11.3716 11.413 11.7636C11.0217 12.1556 10.5507 12.3513 10 12.3506C9.44933 12.3499 8.97867 12.1543 8.588 11.7636C8.19733 11.3729 8.00133 10.9019 8 10.3506C8 9.96725 8.09167 9.62559 8.275 9.32559C8.45833 9.02559 8.7 8.79225 9 8.62559V6.47559C8.13333 6.70892 7.41667 7.17992 6.85 7.88859C6.28334 8.59725 6 9.41792 6 10.3506C6 11.4506 6.39167 12.3923 7.175 13.1756C7.95833 13.9589 8.9 14.3506 10 14.3506C11.1 14.3506 12.0417 13.9589 12.825 13.1756C13.6083 12.3923 14 11.4506 14 10.3506C14 9.75059 13.879 9.19659 13.637 8.68859C13.395 8.18059 13.066 7.73459 12.65 7.35059L14.075 5.92559C14.6583 6.47559 15.125 7.12992 15.475 7.88859C15.825 8.64725 16 9.46792 16 10.3506C16 12.0173 15.4167 13.4339 14.25 14.6006C13.0833 15.7673 11.6667 16.3506 10 16.3506C8.33333 16.3506 6.91667 15.7673 5.75 14.6006C4.58333 13.4339 4 12.0173 4 10.3506C4 8.85059 4.475 7.54659 5.425 6.43859C6.375 5.33059 7.56667 4.65959 9 4.42559V2.40059C7.01667 2.65059 5.354 3.52559 4.012 5.02559C2.67 6.52559 1.99933 8.30059 2 10.3506C2 12.5839 2.775 14.4756 4.325 16.0256C5.875 17.5756 7.76667 18.3506 10 18.3506C12.2333 18.3506 14.125 17.5756 15.675 16.0256C17.225 14.4756 18 12.5839 18 10.3506C18 9.20059 17.775 8.12559 17.325 7.12559C16.875 6.12559 16.2583 5.25892 15.475 4.52559L16.9 3.10059C17.85 4.01725 18.6043 5.09659 19.163 6.33859C19.7217 7.58059 20.0007 8.91792 20 10.3506C20 11.7339 19.7373 13.0339 19.212 14.2506C18.6867 15.4673 17.9743 16.5256 17.075 17.4256C16.1757 18.3256 15.1173 19.0383 13.9 19.5636C12.6827 20.0889 11.3827 20.3513 10 20.3506Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
        .best-key-features .features-wrap .features-inner .feat-key-title.eta {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3E%3Cpath d='M10 0.350586C4.486 0.350586 0 4.83659 0 10.3506C0 15.8646 4.486 20.3506 10 20.3506C15.514 20.3506 20 15.8646 20 10.3506C20 4.83659 15.514 0.350586 10 0.350586ZM10 18.3506C5.589 18.3506 2 14.7616 2 10.3506C2 5.93959 5.589 2.35059 10 2.35059C14.411 2.35059 18 5.93959 18 10.3506C18 14.7616 14.411 18.3506 10 18.3506Z' fill='%233A8DDE'/%3E%3Cpath d='M11 5.35059H9V11.3506H15V9.35059H11V5.35059Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
        .best-key-features .features-wrap .features-inner .feat-key-title.location {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3E%3Cpath d='M12 1.85059C7.85953 1.85059 4.5 4.87449 4.5 8.60059C4.5 14.6006 12 22.8506 12 22.8506C12 22.8506 19.5 14.6006 19.5 8.60059C19.5 4.87449 16.1405 1.85059 12 1.85059ZM12 12.3506C11.4067 12.3506 10.8266 12.1746 10.3333 11.845C9.83994 11.5154 9.45542 11.0468 9.22836 10.4986C9.0013 9.95046 8.94189 9.34726 9.05764 8.76532C9.1734 8.18337 9.45912 7.64882 9.87868 7.22927C10.2982 6.80971 10.8328 6.52399 11.4147 6.40823C11.9967 6.29247 12.5999 6.35188 13.1481 6.57895C13.6962 6.80601 14.1648 7.19053 14.4944 7.68388C14.8241 8.17722 15 8.75724 15 9.35059C14.9991 10.146 14.6828 10.9085 14.1204 11.4709C13.5579 12.0334 12.7954 12.3497 12 12.3506Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
        .best-key-features .features-wrap .features-inner .feat-key-title.allocate {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'%3E%3Cpath d='M20.45 9.57764H19.06C18.8783 7.6872 18.0445 5.91889 16.7016 4.57599C15.3587 3.2331 13.5904 2.39931 11.7 2.21764V0.827637C11.7 0.628724 11.621 0.437959 11.4803 0.297307C11.3397 0.156654 11.1489 0.0776367 10.95 0.0776367C10.7511 0.0776367 10.5603 0.156654 10.4197 0.297307C10.279 0.437959 10.2 0.628724 10.2 0.827637V2.21764C8.31784 2.40839 6.56021 3.2464 5.22707 4.58866C3.89393 5.93092 3.06792 7.69422 2.89 9.57764H1.5C1.40151 9.57764 1.30398 9.59704 1.21299 9.63473C1.12199 9.67242 1.03931 9.72766 0.96967 9.79731C0.900026 9.86695 0.844781 9.94963 0.80709 10.0406C0.769399 10.1316 0.75 10.2291 0.75 10.3276C0.75 10.4261 0.769399 10.5237 0.80709 10.6146C0.844781 10.7056 0.900026 10.7883 0.96967 10.858C1.03931 10.9276 1.12199 10.9829 1.21299 11.0205C1.30398 11.0582 1.40151 11.0776 1.5 11.0776H2.89C3.07167 12.9681 3.90546 14.7364 5.24835 16.0793C6.59125 17.4222 8.35957 18.256 10.25 18.4376V19.8276C10.25 20.0265 10.329 20.2173 10.4697 20.358C10.6103 20.4986 10.8011 20.5776 11 20.5776C11.1989 20.5776 11.3897 20.4986 11.5303 20.358C11.671 20.2173 11.75 20.0265 11.75 19.8276V18.4376C13.6397 18.2541 15.407 17.4197 16.7496 16.0772C18.0921 14.7347 18.9265 12.9674 19.11 11.0776H20.5C20.5985 11.0776 20.696 11.0582 20.787 11.0205C20.878 10.9829 20.9607 10.9276 21.0303 10.858C21.1 10.7883 21.1552 10.7056 21.1929 10.6146C21.2306 10.5237 21.25 10.4261 21.25 10.3276C21.25 10.2291 21.2306 10.1316 21.1929 10.0406C21.1552 9.94963 21.1 9.86695 21.0303 9.79731C20.9607 9.72766 20.878 9.67242 20.787 9.63473C20.696 9.59704 20.5985 9.57764 20.5 9.57764H20.45ZM10.95 16.9676C9.63673 16.9676 8.35296 16.5782 7.26101 15.8486C6.16907 15.119 5.31801 14.082 4.81544 12.8687C4.31287 11.6554 4.18138 10.3203 4.43759 9.03224C4.69379 7.7442 5.32619 6.56107 6.25481 5.63245C7.18343 4.70383 8.36657 4.07143 9.6546 3.81522C10.9426 3.55902 12.2777 3.69051 13.491 4.19308C14.7043 4.69564 15.7413 5.54671 16.471 6.63865C17.2006 7.73059 17.59 9.01437 17.59 10.3276C17.59 12.0896 16.8908 13.7795 15.6458 15.0264C14.4008 16.2732 12.712 16.975 10.95 16.9776V16.9676Z' fill='%233A8DDE'/%3E%3Cpath d='M15.48 10.3374C15.48 11.2357 15.2135 12.1139 14.7142 12.8607C14.2149 13.6075 13.5053 14.1894 12.6751 14.5327C11.8449 14.8761 10.9316 14.9654 10.0506 14.7894C9.16969 14.6134 8.36076 14.18 7.72622 13.5441C7.09169 12.9082 6.66009 12.0983 6.48605 11.2169C6.312 10.3356 6.40333 9.42245 6.74849 8.59305C7.09365 7.76365 7.67711 7.05529 8.42502 6.55764C9.17293 6.05998 10.0517 5.7954 10.95 5.79737C11.5458 5.79737 12.1356 5.91488 12.6859 6.14315C13.2362 6.37143 13.736 6.706 14.1568 7.12771C14.5775 7.54942 14.911 8.04999 15.1381 8.60075C15.3651 9.15151 15.4813 9.74165 15.48 10.3374Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
        .best-key-features .features-wrap .features-inner .feat-key-title.stay-alert {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 22'%3E%3Cpath d='M18 4.85059C18 6.78059 16.43 8.35059 14.5 8.35059C12.57 8.35059 11 6.78059 11 4.85059C11 2.92059 12.57 1.35059 14.5 1.35059C16.43 1.35059 18 2.92059 18 4.85059ZM16 10.1406C15.5 10.2706 15 10.3506 14.5 10.3506C13.0421 10.3479 11.6447 9.76764 10.6138 8.73676C9.58295 7.70588 9.00264 6.30847 9 4.85059C9 3.38059 9.58 2.05059 10.5 1.06059C10.3185 0.838132 10.0897 0.658961 9.83021 0.536135C9.57072 0.413309 9.28709 0.349921 9 0.350591C7.9 0.350591 7 1.25059 7 2.35059V2.64059C4.03 3.52059 2 6.25059 2 9.35059V15.3506L0 17.3506V18.3506H18V17.3506L16 15.3506V10.1406ZM9 21.3506C10.11 21.3506 11 20.4606 11 19.3506H7C7 19.881 7.21071 20.3897 7.58579 20.7648C7.96086 21.1399 8.46957 21.3506 9 21.3506Z' fill='%233A8DDE'/%3E%3C/svg%3E"); }
        .best-key-features .features-wrap .features-inner .feat-key-title.tracking-odd {
          background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88334 18.6867 3.825 17.9743 2.925 17.075C2.025 16.1757 1.31267 15.1173 0.788001 13.9C0.263335 12.6827 0.000667933 11.3827 1.26582e-06 10C-0.000665401 8.61733 0.262001 7.31733 0.788001 6.1C1.314 4.88267 2.02634 3.82433 2.925 2.925C3.82367 2.02567 4.882 1.31333 6.1 0.788C7.318 0.262667 8.618 0 10 0H11V8.275C11.3 8.45833 11.5417 8.696 11.725 8.988C11.9083 9.28 12 9.61733 12 10C12 10.55 11.8043 11.021 11.413 11.413C11.0217 11.805 10.5507 12.0007 10 12C9.44934 11.9993 8.97867 11.8037 8.588 11.413C8.19734 11.0223 8.00134 10.5513 8 10C8 9.61667 8.09167 9.275 8.275 8.975C8.45833 8.675 8.7 8.44167 9 8.275V6.125C8.13334 6.35833 7.41667 6.82933 6.85 7.538C6.28334 8.24667 6 9.06733 6 10C6 11.1 6.39167 12.0417 7.175 12.825C7.95834 13.6083 8.9 14 10 14C11.1 14 12.0417 13.6083 12.825 12.825C13.6083 12.0417 14 11.1 14 10C14 9.4 13.879 8.846 13.637 8.338C13.395 7.83 13.066 7.384 12.65 7L14.075 5.575C14.6583 6.125 15.125 6.77933 15.475 7.538C15.825 8.29667 16 9.11733 16 10C16 11.6667 15.4167 13.0833 14.25 14.25C13.0833 15.4167 11.6667 16 10 16C8.33333 16 6.91667 15.4167 5.75 14.25C4.58334 13.0833 4 11.6667 4 10C4 8.5 4.475 7.196 5.425 6.088C6.375 4.98 7.56667 4.309 9 4.075V2.05C7.01667 2.3 5.354 3.175 4.012 4.675C2.67 6.175 1.99933 7.95 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 8.85 17.775 7.775 17.325 6.775C16.875 5.775 16.2583 4.90833 15.475 4.175L16.9 2.75C17.85 3.66667 18.6043 4.746 19.163 5.988C19.7217 7.23 20.0007 8.56733 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6867 15.1167 17.9743 16.175 17.075 17.075C16.1757 17.975 15.1173 18.6877 13.9 19.213C12.6827 19.7383 11.3827 20.0007 10 20Z" fill="%237C7C7C"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.celender {
          background-image: url('data:image/svg+xml,<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5V7H17V5C17 4.46957 16.7893 3.96086 16.4142 3.58579C16.0391 3.21071 15.5304 3 15 3H3C2.46957 3 1.96086 3.21071 1.58579 3.58579C1.21071 3.96086 1 4.46957 1 5Z" fill="%233A8DDE"/><path d="M13 3H15C15.5304 3 16.0391 3.21071 16.4142 3.58579C16.7893 3.96086 17 4.46957 17 5V7H1V5C1 4.46957 1.21071 3.96086 1.58579 3.58579C1.96086 3.21071 2.46957 3 3 3H5M13 3V1M13 3H5M5 3V1M1 7.5V17C1 17.5304 1.21071 18.0391 1.58579 18.4142C1.96086 18.7893 2.46957 19 3 19H15C15.5304 19 16.0391 18.7893 16.4142 18.4142C16.7893 18.0391 17 17.5304 17 17V7.5" stroke="%233A8DDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.automate {
          background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.0301 3.56005C17.3601 2.17005 15.29 1.26005 13 1.05005V3.06005C14.73 3.25005 16.3101 3.94005 17.6101 4.98005L19.0301 3.56005ZM11 3.06005V1.05005C8.71005 1.25005 6.64005 2.17005 4.97005 3.56005L6.39005 4.98005C7.71285 3.91466 9.31206 3.24861 11 3.06005ZM4.98005 6.39005L3.56005 4.97005C2.17005 6.64005 1.26005 8.71005 1.05005 11H3.06005C3.25005 9.27005 3.94005 7.69005 4.98005 6.39005ZM20.9401 11H22.9501C22.7401 8.71005 21.83 6.64005 20.4401 4.97005L19.0201 6.39005C20.0854 7.71285 20.7515 9.31206 20.9401 11ZM7.00005 12L10.44 13.56L12 17L13.56 13.56L17 12L13.56 10.44L12 7.00005L10.44 10.44L7.00005 12Z" fill="%233A8DDE"/><path d="M12 21C10.5232 20.9997 9.06937 20.6343 7.76786 19.9365C6.46635 19.2386 5.35751 18.2299 4.54 17H7V15H1V21H3V18.3C4.99 21.14 8.27 23 12 23C16.87 23 21 19.83 22.44 15.44L20.48 14.99C19.25 18.48 15.92 21 12 21Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.bill {
          background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.50001 8.50007H10C10.2652 8.50007 10.5196 8.39471 10.7071 8.20718C10.8947 8.01964 11 7.76528 11 7.50007C11 7.23485 10.8947 6.9805 10.7071 6.79296C10.5196 6.60543 10.2652 6.50007 10 6.50007H9.00001V6.00007C9.00001 5.73485 8.89465 5.4805 8.70711 5.29296C8.51958 5.10543 8.26522 5.00007 8.00001 5.00007C7.73479 5.00007 7.48044 5.10543 7.2929 5.29296C7.10537 5.4805 7.00001 5.73485 7.00001 6.00007V6.55007C6.39243 6.67344 5.85237 7.01817 5.48466 7.51733C5.11696 8.01649 4.94785 8.63448 5.01015 9.25132C5.07246 9.86815 5.36174 10.4398 5.82184 10.8554C6.28194 11.2709 6.88003 11.5007 7.50001 11.5001H8.50001C8.63262 11.5001 8.75979 11.5527 8.85356 11.6465C8.94733 11.7403 9.00001 11.8675 9.00001 12.0001C9.00001 12.1327 8.94733 12.2599 8.85356 12.3536C8.75979 12.4474 8.63262 12.5001 8.50001 12.5001H6.00001C5.73479 12.5001 5.48044 12.6054 5.2929 12.793C5.10537 12.9805 5.00001 13.2349 5.00001 13.5001C5.00001 13.7653 5.10537 14.0196 5.2929 14.2072C5.48044 14.3947 5.73479 14.5001 6.00001 14.5001H7.00001V15.0001C7.00001 15.2653 7.10537 15.5196 7.2929 15.7072C7.48044 15.8947 7.73479 16.0001 8.00001 16.0001C8.26522 16.0001 8.51958 15.8947 8.70711 15.7072C8.89465 15.5196 9.00001 15.2653 9.00001 15.0001V14.4501C9.60758 14.3267 10.1476 13.982 10.5154 13.4828C10.8831 12.9836 11.0522 12.3657 10.9899 11.7488C10.9276 11.132 10.6383 10.5603 10.1782 10.1448C9.71807 9.72921 9.11998 9.49945 8.50001 9.50007H7.50001C7.3674 9.50007 7.24022 9.44739 7.14645 9.35362C7.05269 9.25985 7.00001 9.13268 7.00001 9.00007C7.00001 8.86746 7.05269 8.74028 7.14645 8.64651C7.24022 8.55275 7.3674 8.50007 7.50001 8.50007ZM19 10.0001H16V1.00007C16.0007 0.823858 15.9548 0.650592 15.867 0.497814C15.7792 0.345037 15.6526 0.218173 15.5 0.130068C15.348 0.0423001 15.1755 -0.00390625 15 -0.00390625C14.8245 -0.00390625 14.652 0.0423001 14.5 0.130068L11.5 1.85007L8.50001 0.130068C8.34799 0.0423001 8.17554 -0.00390625 8.00001 -0.00390625C7.82447 -0.00390625 7.65203 0.0423001 7.50001 0.130068L4.50001 1.85007L1.50001 0.130068C1.34799 0.0423001 1.17554 -0.00390625 1.00001 -0.00390625C0.824471 -0.00390625 0.652027 0.0423001 0.500008 0.130068C0.347404 0.218173 0.220789 0.345037 0.132986 0.497814C0.0451828 0.650592 -0.000691685 0.823858 7.88288e-06 1.00007V17.0001C7.88288e-06 17.7957 0.316078 18.5588 0.878688 19.1214C1.4413 19.684 2.20436 20.0001 3.00001 20.0001H17C17.7957 20.0001 18.5587 19.684 19.1213 19.1214C19.6839 18.5588 20 17.7957 20 17.0001V11.0001C20 10.7349 19.8947 10.4805 19.7071 10.293C19.5196 10.1054 19.2652 10.0001 19 10.0001ZM3.00001 18.0001C2.73479 18.0001 2.48044 17.8947 2.2929 17.7072C2.10536 17.5196 2.00001 17.2653 2.00001 17.0001V2.73007L4.00001 3.87007C4.15435 3.95068 4.32589 3.99278 4.50001 3.99278C4.67413 3.99278 4.84567 3.95068 5.00001 3.87007L8.00001 2.15007L11 3.87007C11.1543 3.95068 11.3259 3.99278 11.5 3.99278C11.6741 3.99278 11.8457 3.95068 12 3.87007L14 2.73007V17.0001C14.0027 17.3412 14.0636 17.6794 14.18 18.0001H3.00001ZM18 17.0001C18 17.2653 17.8947 17.5196 17.7071 17.7072C17.5196 17.8947 17.2652 18.0001 17 18.0001C16.7348 18.0001 16.4804 17.8947 16.2929 17.7072C16.1054 17.5196 16 17.2653 16 17.0001V12.0001H18V17.0001Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.scale {
          background-image: url('data:image/svg+xml,<svg width="18" height="21" viewBox="0 0 18 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0C8.25488 0.000282707 8.50003 0.0978791 8.68537 0.272848C8.8707 0.447818 8.98223 0.686953 8.99717 0.941395C9.01211 1.19584 8.92933 1.44638 8.76574 1.64183C8.60215 1.83729 8.3701 1.9629 8.117 1.993L8 2H2V16H16V10C16.0003 9.74512 16.0979 9.49997 16.2728 9.31463C16.4478 9.1293 16.687 9.01777 16.9414 9.00283C17.1958 8.98789 17.4464 9.07067 17.6418 9.23426C17.8373 9.39785 17.9629 9.6299 17.993 9.883L18 10V16C18.0002 16.5046 17.8096 16.9906 17.4665 17.3605C17.1234 17.7305 16.6532 17.9572 16.15 17.995L16 18H2C1.49542 18.0002 1.00943 17.8096 0.639452 17.4665C0.269471 17.1234 0.0428434 16.6532 0.00500021 16.15L1.00268e-07 16V2C-0.000159579 1.49542 0.190406 1.00943 0.533497 0.639452C0.876588 0.269471 1.34684 0.0428433 1.85 0.00500011L2 0H8ZM16.75 0C17.44 0 18 0.56 18 1.25V5C18 5.26522 17.8946 5.51957 17.7071 5.70711C17.5196 5.89464 17.2652 6 17 6C16.7348 6 16.4804 5.89464 16.2929 5.70711C16.1054 5.51957 16 5.26522 16 5V3.414L9.414 10H11C11.2652 10 11.5196 10.1054 11.7071 10.2929C11.8946 10.4804 12 10.7348 12 11C12 11.2652 11.8946 11.5196 11.7071 11.7071C11.5196 11.8946 11.2652 12 11 12H7.25C6.56 12 6 11.44 6 10.75V7C6 6.73478 6.10536 6.48043 6.29289 6.29289C6.48043 6.10536 6.73478 6 7 6C7.26522 6 7.51957 6.10536 7.70711 6.29289C7.89464 6.48043 8 6.73478 8 7V8.586L14.586 2H13C12.7348 2 12.4804 1.89464 12.2929 1.70711C12.1054 1.51957 12 1.26522 12 1C12 0.734784 12.1054 0.48043 12.2929 0.292893C12.4804 0.105357 12.7348 0 13 0H16.75Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.Reliabie {
          background-image: url('data:image/svg+xml,<svg width="24" height="23" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3333 2L9.49649 8.84029L2 9.38657L7.74611 14.1605L5.94743 21.3333L12.3333 17.4382M12.3333 2L15.1702 8.84029L22.6667 9.38657L16.9206 14.1605L18.7192 21.3333L12.3333 17.4382" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.location-odd {
          background-image: url('data:image/svg+xml,<svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0C3.6 0 0 3.6 0 8C0 13.4 7 19.5 7.3 19.8C7.5 19.9 7.8 20 8 20C8.2 20 8.5 19.9 8.7 19.8C9 19.5 16 13.4 16 8C16 3.6 12.4 0 8 0ZM8 17.7C5.9 15.7 2 11.4 2 8C2 4.7 4.7 2 8 2C11.3 2 14 4.7 14 8C14 11.3 10.1 15.7 8 17.7ZM8 4C5.8 4 4 5.8 4 8C4 10.2 5.8 12 8 12C10.2 12 12 10.2 12 8C12 5.8 10.2 4 8 4ZM8 10C6.9 10 6 9.1 6 8C6 6.9 6.9 6 8 6C9.1 6 10 6.9 10 8C10 9.1 9.1 10 8 10Z" fill="%237C7C7C"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.tracking-odd {
          background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88334 18.6867 3.825 17.9743 2.925 17.075C2.025 16.1757 1.31267 15.1173 0.788001 13.9C0.263335 12.6827 0.000667933 11.3827 1.26582e-06 10C-0.000665401 8.61733 0.262001 7.31733 0.788001 6.1C1.314 4.88267 2.02634 3.82433 2.925 2.925C3.82367 2.02567 4.882 1.31333 6.1 0.788C7.318 0.262667 8.618 0 10 0H11V8.275C11.3 8.45833 11.5417 8.696 11.725 8.988C11.9083 9.28 12 9.61733 12 10C12 10.55 11.8043 11.021 11.413 11.413C11.0217 11.805 10.5507 12.0007 10 12C9.44934 11.9993 8.97867 11.8037 8.588 11.413C8.19734 11.0223 8.00134 10.5513 8 10C8 9.61667 8.09167 9.275 8.275 8.975C8.45833 8.675 8.7 8.44167 9 8.275V6.125C8.13334 6.35833 7.41667 6.82933 6.85 7.538C6.28334 8.24667 6 9.06733 6 10C6 11.1 6.39167 12.0417 7.175 12.825C7.95834 13.6083 8.9 14 10 14C11.1 14 12.0417 13.6083 12.825 12.825C13.6083 12.0417 14 11.1 14 10C14 9.4 13.879 8.846 13.637 8.338C13.395 7.83 13.066 7.384 12.65 7L14.075 5.575C14.6583 6.125 15.125 6.77933 15.475 7.538C15.825 8.29667 16 9.11733 16 10C16 11.6667 15.4167 13.0833 14.25 14.25C13.0833 15.4167 11.6667 16 10 16C8.33333 16 6.91667 15.4167 5.75 14.25C4.58334 13.0833 4 11.6667 4 10C4 8.5 4.475 7.196 5.425 6.088C6.375 4.98 7.56667 4.309 9 4.075V2.05C7.01667 2.3 5.354 3.175 4.012 4.675C2.67 6.175 1.99933 7.95 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 8.85 17.775 7.775 17.325 6.775C16.875 5.775 16.2583 4.90833 15.475 4.175L16.9 2.75C17.85 3.66667 18.6043 4.746 19.163 5.988C19.7217 7.23 20.0007 8.56733 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6867 15.1167 17.9743 16.175 17.075 17.075C16.1757 17.975 15.1173 18.6877 13.9 19.213C12.6827 19.7383 11.3827 20.0007 10 20Z" fill="%237C7C7C"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.historical {
          background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 18C6.7 18 4.696 17.2377 2.988 15.713C1.28 14.1883 0.300667 12.284 0.05 10H2.1C2.33333 11.7333 3.10433 13.1667 4.413 14.3C5.72167 15.4333 7.25067 16 9 16C10.95 16 12.6043 15.321 13.963 13.963C15.3217 12.605 16.0007 10.9507 16 9C15.9993 7.04933 15.3203 5.39533 13.963 4.038C12.6057 2.68067 10.9513 2.00133 9 2C7.85 2 6.775 2.26667 5.775 2.8C4.775 3.33333 3.93333 4.06667 3.25 5H6V7H0V1H2V3.35C2.85 2.28333 3.88767 1.45833 5.113 0.875C6.33833 0.291667 7.634 0 9 0C10.25 0 11.421 0.237667 12.513 0.713C13.605 1.18833 14.555 1.82967 15.363 2.637C16.171 3.44433 16.8127 4.39433 17.288 5.487C17.7633 6.57967 18.0007 7.75067 18 9C17.9993 10.2493 17.762 11.4203 17.288 12.513C16.814 13.6057 16.1723 14.5557 15.363 15.363C14.5537 16.1703 13.6037 16.812 12.513 17.288C11.4223 17.764 10.2513 18.0013 9 18ZM11.8 13.2L8 9.4V4H10V8.6L13.2 11.8L11.8 13.2Z" fill="%237C7C7C"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.fleet-odd {
          background-image: url('data:image/svg+xml,<svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.75 9C4.94891 9 5.13968 9.07902 5.28033 9.21967C5.42098 9.36032 5.5 9.55109 5.5 9.75V16.25C5.5 16.4489 5.42098 16.6397 5.28033 16.7803C5.13968 16.921 4.94891 17 4.75 17C4.55109 17 4.36032 16.921 4.21967 16.7803C4.07902 16.6397 4 16.4489 4 16.25V9.75C4 9.55109 4.07902 9.36032 4.21967 9.21967C4.36032 9.07902 4.55109 9 4.75 9ZM8.75 13.75C8.75 13.5511 8.67098 13.3603 8.53033 13.2197C8.38968 13.079 8.19891 13 8 13C7.80109 13 7.61032 13.079 7.46967 13.2197C7.32902 13.3603 7.25 13.5511 7.25 13.75V16.25C7.25 16.4489 7.32902 16.6397 7.46967 16.7803C7.61032 16.921 7.80109 17 8 17C8.19891 17 8.38968 16.921 8.53033 16.7803C8.67098 16.6397 8.75 16.4489 8.75 16.25V13.75ZM11.25 11C11.4489 11 11.6397 11.079 11.7803 11.2197C11.921 11.3603 12 11.5511 12 11.75V16.25C12 16.4489 11.921 16.6397 11.7803 16.7803C11.6397 16.921 11.4489 17 11.25 17C11.0511 17 10.8603 16.921 10.7197 16.7803C10.579 16.6397 10.5 16.4489 10.5 16.25V11.75C10.5 11.5511 10.579 11.3603 10.7197 11.2197C10.8603 11.079 11.0511 11 11.25 11ZM8.483 0C8.814 0 9.133 0.132 9.367 0.366L12.22 3.22L12.245 3.245L15.414 6.414C15.7891 6.78899 15.9999 7.29761 16 7.828V18C16 18.5304 15.7893 19.0391 15.4142 19.4142C15.0391 19.7893 14.5304 20 14 20H2C1.46957 20 0.960859 19.7893 0.585786 19.4142C0.210714 19.0391 0 18.5304 0 18V2C0 1.46957 0.210714 0.960859 0.585786 0.585786C0.960859 0.210714 1.46957 0 2 0H8.483ZM2 1.5C1.86739 1.5 1.74021 1.55268 1.64645 1.64645C1.55268 1.74021 1.5 1.86739 1.5 2V18C1.5 18.1326 1.55268 18.2598 1.64645 18.3536C1.74021 18.4473 1.86739 18.5 2 18.5H14C14.1326 18.5 14.2598 18.4473 14.3536 18.3536C14.4473 18.2598 14.5 18.1326 14.5 18V8H10C9.46957 8 8.96086 7.78929 8.58579 7.41421C8.21071 7.03914 8 6.53043 8 6V1.5H2ZM9.5 2.621V6C9.5 6.13261 9.55268 6.25979 9.64645 6.35355C9.74021 6.44732 9.86739 6.5 10 6.5H13.378L9.5 2.621Z" fill="%237C7C7C"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.Security {
          background-image: url('data:image/svg+xml,<svg width="16" height="21" viewBox="0 0 16 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 21C1.45 21 0.979333 20.8043 0.588 20.413C0.196666 20.0217 0.000666667 19.5507 0 19V9C0 8.45 0.196 7.97933 0.588 7.588C0.98 7.19667 1.45067 7.00067 2 7H3V5C3 3.61667 3.48767 2.43767 4.463 1.463C5.43833 0.488334 6.61733 0.000667349 8 6.82594e-07C9.38267 -0.000665984 10.562 0.487001 11.538 1.463C12.514 2.439 13.0013 3.618 13 5V7H14C14.55 7 15.021 7.196 15.413 7.588C15.805 7.98 16.0007 8.45067 16 9V19C16 19.55 15.8043 20.021 15.413 20.413C15.0217 20.805 14.5507 21.0007 14 21H2ZM2 19H14V9H2V19ZM8 16C8.55 16 9.021 15.8043 9.413 15.413C9.805 15.0217 10.0007 14.5507 10 14C9.99933 13.4493 9.80367 12.9787 9.413 12.588C9.02233 12.1973 8.55133 12.0013 8 12C7.44867 11.9987 6.978 12.1947 6.588 12.588C6.198 12.9813 6.002 13.452 6 14C5.998 14.548 6.194 15.019 6.588 15.413C6.982 15.807 7.45267 16.0027 8 16ZM5 7H11V5C11 4.16667 10.7083 3.45833 10.125 2.875C9.54167 2.29167 8.83333 2 8 2C7.16667 2 6.45833 2.29167 5.875 2.875C5.29167 3.45833 5 4.16667 5 5V7Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.geofencing {
          background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12.03%200.844727C10.5611%200.844727%209.15241%201.42824%208.11375%202.4669C7.07508%203.50557%206.49157%204.9143%206.49157%206.38319C6.49157%209.44226%2011.3091%2017.0383%2011.3091%2021.1524H12.751C12.751%2017.0521%2017.5685%209.19303%2017.5685%206.38319C17.5685%204.9143%2016.985%203.50557%2015.9463%202.4669C14.9077%201.42824%2013.4989%200.844727%2012.03%200.844727ZM12.03%203.61396C12.7645%203.61396%2013.4688%203.90571%2013.9882%204.42505C14.5075%204.94438%2014.7993%205.64874%2014.7993%206.38319C14.7993%207.11763%2014.5075%207.822%2013.9882%208.34133C13.4688%208.86066%2012.7645%209.15242%2012.03%209.15242C11.2956%209.15242%2010.5912%208.86066%2010.0719%208.34133C9.55256%207.822%209.2608%207.11763%209.2608%206.38319C9.2608%205.64874%209.55256%204.94438%2010.0719%204.42505C10.5912%203.90571%2011.2956%203.61396%2012.03%203.61396ZM6.34757%2016.7964L6.28941%2016.826C4.58634%2017.125%203.14264%2017.5349%202.04972%2018.0952C1.50234%2018.3749%201.03064%2018.7063%200.665106%2019.1041C0.298645%2019.5029%200.0300293%2020.0207%200.0300293%2020.6041C0.0300293%2021.4792%200.609722%2022.1632%201.29926%2022.6524C1.9888%2023.1416%202.85926%2023.5155%203.92449%2023.8349C6.05218%2024.4736%208.89618%2024.8447%2012.03%2024.8447C15.1639%2024.8447%2018.0079%2024.4736%2020.1356%2023.8349C21.1999%2023.5155%2022.0713%2023.1426%2022.7608%2022.6524C23.4503%2022.1623%2024.03%2021.4792%2024.03%2020.6041C24.03%2020.0189%2023.7623%2019.4743%2023.395%2019.0755C23.0276%2018.6767%2022.5605%2018.3749%2022.0103%2018.0943C20.9119%2017.534%2019.4543%2017.1241%2017.7411%2016.825C17.6206%2016.8017%2017.4967%2016.8026%2017.3766%2016.8277C17.2565%2016.8528%2017.1426%2016.9016%2017.0416%2016.9712C16.9406%2017.0409%2016.8545%2017.1299%2016.7883%2017.2332C16.7221%2017.3366%2016.6771%2017.452%2016.6561%2017.5729C16.635%2017.6938%2016.6383%2017.8177%2016.6657%2017.9373C16.6931%2018.0569%2016.744%2018.1698%2016.8156%2018.2695C16.8871%2018.3692%2016.9778%2018.4536%2017.0824%2018.5178C17.1869%2018.582%2017.3032%2018.6248%2017.4245%2018.6435C19.015%2018.9204%2020.3368%2019.3127%2021.174%2019.7392C21.5931%2019.9515%2021.8876%2020.1795%2022.0399%2020.3447C22.1922%2020.51%2022.1839%2020.5755%2022.1839%2020.6041C22.1839%2020.6475%2022.1248%2020.8469%2021.6937%2021.1524C21.2626%2021.458%2020.5279%2021.793%2019.5873%2022.0755C17.707%2022.6395%2015.0134%2022.9986%2012.03%2022.9986C9.04664%2022.9986%206.35311%2022.6395%204.47188%2022.0755C3.53218%2021.793%202.79741%2021.458%202.36726%2021.1524C1.93526%2020.8469%201.87618%2020.6475%201.87618%2020.6041C1.87618%2020.5764%201.86972%2020.509%202.02018%2020.3447C2.17157%2020.1804%202.46972%2019.9515%202.88603%2019.7392C3.7168%2019.3137%205.02572%2018.9213%206.60695%2018.6426C6.72996%2018.6276%206.84875%2018.5883%206.95639%2018.527C7.06402%2018.4656%207.15835%2018.3834%207.23385%2018.2851C7.30935%2018.1869%207.3645%2018.0746%207.39609%2017.9548C7.42769%2017.835%207.43508%2017.71%207.41784%2017.5873C7.4006%2017.4646%207.35907%2017.3466%207.29569%2017.2401C7.23231%2017.1337%207.14834%2017.0409%207.04869%2016.9673C6.94904%2016.8936%206.83571%2016.8406%206.71533%2016.8113C6.59495%2016.7819%206.46992%2016.7769%206.34757%2016.7964Z%22%20fill%3D%22%233A8DDE%22%2F%3E%3C%2Fsvg%3E"); }
        .best-key-features .features-wrap .features-inner .feat-key-title.safety {
          background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_7888_13363%29%22%3E%3Cpath%20d%3D%22M22.03%203.84473H2.03003C0.940029%203.88473%200.0700293%204.75473%200.0300293%205.84473V19.8447C0.0700293%2020.9347%200.940029%2021.8047%202.03003%2021.8447H22.03C23.12%2021.8047%2023.99%2020.9347%2024.03%2019.8447V5.84473C24.0116%205.32015%2023.795%204.82207%2023.4238%204.45091C23.0527%204.07975%2022.5546%203.86313%2022.03%203.84473ZM22.03%2019.8447H2.03003V5.84473H22.03V19.8447ZM14.03%2017.8447V16.5947C14.03%2014.9347%2010.69%2014.0947%209.03003%2014.0947C7.37003%2014.0947%204.03003%2014.9347%204.03003%2016.5947V17.8447H14.03ZM9.03003%207.84473C8.36699%207.84473%207.7311%208.10812%207.26226%208.57696C6.79342%209.0458%206.53003%209.68169%206.53003%2010.3447C6.53003%2010.673%206.59469%2010.9981%206.72033%2011.3014C6.84597%2011.6047%207.03012%2011.8803%207.26226%2012.1125C7.7311%2012.5813%208.36699%2012.8447%209.03003%2012.8447C9.35833%2012.8447%209.68342%2012.7801%209.98674%2012.6544C10.2901%2012.5288%2010.5656%2012.3446%2010.7978%2012.1125C11.0299%2011.8803%2011.2141%2011.6047%2011.3397%2011.3014C11.4654%2010.9981%2011.53%2010.673%2011.53%2010.3447C11.53%2010.0164%2011.4654%209.69133%2011.3397%209.38802C11.2141%209.0847%2011.0299%208.80911%2010.7978%208.57696C10.5656%208.34481%2010.2901%208.16066%209.98674%208.03503C9.68342%207.90939%209.35833%207.84473%209.03003%207.84473ZM14.03%207.84473V8.84473H20.03V7.84473H14.03ZM14.03%209.84473V10.8447H20.03V9.84473H14.03ZM14.03%2011.8447V12.8447H18.03V11.8447H14.03Z%22%20fill%3D%22%233A8DDE%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_7888_13363%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate%280.0300293%200.844727%29%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E"); }
        .best-key-features .features-wrap .features-inner .feat-key-title.vehicle {
          background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M18.93%206.84473C18.73%206.24473%2018.13%205.84473%2017.53%205.84473H6.53003C5.83003%205.84473%205.33003%206.24473%205.13003%206.84473L3.03003%2012.8447V20.8447C3.03003%2021.3447%203.53003%2021.8447%204.03003%2021.8447H5.03003C5.63003%2021.8447%206.03003%2021.3447%206.03003%2020.8447V19.8447H18.03V20.8447C18.03%2021.3447%2018.53%2021.8447%2019.03%2021.8447H20.03C20.53%2021.8447%2021.03%2021.3447%2021.03%2020.8447V12.8447L18.93%206.84473ZM6.83003%207.84473H17.13L18.23%2010.8447H5.83003L6.83003%207.84473ZM19.03%2017.8447H5.03003V12.8447H19.03V17.8447ZM7.53003%2013.8447C8.33003%2013.8447%209.03003%2014.5447%209.03003%2015.3447C9.03003%2016.1447%208.33003%2016.8447%207.53003%2016.8447C6.73003%2016.8447%206.03003%2016.1447%206.03003%2015.3447C6.03003%2014.5447%206.73003%2013.8447%207.53003%2013.8447ZM16.53%2013.8447C17.33%2013.8447%2018.03%2014.5447%2018.03%2015.3447C18.03%2016.1447%2017.33%2016.8447%2016.53%2016.8447C15.73%2016.8447%2015.03%2016.1447%2015.03%2015.3447C15.03%2014.5447%2015.73%2013.8447%2016.53%2013.8447Z%22%20fill%3D%22%233A8DDE%22%2F%3E%3C%2Fsvg%3E"); }
        .best-key-features .features-wrap .features-inner .feat-key-title.maintenance {
          background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M7.53003%2014.3447H13.53V15.8447H7.53003V14.3447ZM7.53003%2010.5947H16.53V12.0947H7.53003V10.5947ZM7.53003%2018.0947H11.28V19.5947H7.53003V18.0947Z%22%20fill%3D%22%233A8DDE%22%2F%3E%3Cpath%20d%3D%22M18.78%204.59473H16.53V3.84473C16.53%203.4469%2016.372%203.06537%2016.0907%202.78407C15.8094%202.50276%2015.4279%202.34473%2015.03%202.34473H9.03003C8.6322%202.34473%208.25067%202.50276%207.96937%202.78407C7.68806%203.06537%207.53003%203.4469%207.53003%203.84473V4.59473H5.28003C4.8822%204.59473%204.50067%204.75276%204.21937%205.03407C3.93806%205.31537%203.78003%205.6969%203.78003%206.09473V21.8447C3.78003%2022.2426%203.93806%2022.6241%204.21937%2022.9054C4.50067%2023.1867%204.8822%2023.3447%205.28003%2023.3447H18.78C19.1779%2023.3447%2019.5594%2023.1867%2019.8407%2022.9054C20.122%2022.6241%2020.28%2022.2426%2020.28%2021.8447V6.09473C20.28%205.6969%2020.122%205.31537%2019.8407%205.03407C19.5594%204.75276%2019.1779%204.59473%2018.78%204.59473ZM9.03003%203.84473H15.03V6.84473H9.03003V3.84473ZM18.78%2021.8447H5.28003V6.09473H7.53003V8.34473H16.53V6.09473H18.78V21.8447Z%22%20fill%3D%22%233A8DDE%22%2F%3E%3C%2Fsvg%3E"); }
        .best-key-features .features-wrap .features-inner .feat-key-title.route-opt {
          background-image: url('data:image/svg+xml,<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.6192 32.9312H8.6C6.1178 32.9312 4.1 30.9134 4.1 28.4312C4.1 25.949 6.1178 23.9312 8.6 23.9312H21.2C24.674 23.9312 27.5 21.1052 27.5 17.6313C27.5 14.1572 24.674 11.3312 21.2 11.3312H12.4502C11.7893 12.6272 10.9707 13.8363 10.013 14.9312H21.2C22.6886 14.9312 23.9 16.1426 23.9 17.6313C23.9 19.1199 22.6886 20.3312 21.2 20.3312H8.6C4.1342 20.3312 0.5 23.9655 0.5 28.4312C0.5 32.897 4.1342 36.5312 8.6 36.5312H25.8674C24.9839 35.4204 24.2297 34.2126 23.6192 32.9312ZM5.9 0.53125C2.9228 0.53125 0.5 2.95405 0.5 5.93125C0.5 11.6697 5.9 14.9312 5.9 14.9312C5.9 14.9312 11.3 11.6678 11.3 5.93125C11.3 2.95405 8.8772 0.53125 5.9 0.53125ZM5.9 8.63125C5.54531 8.63113 5.19412 8.56115 4.86648 8.42531C4.53884 8.28947 4.24116 8.09042 3.99044 7.83954C3.73972 7.58865 3.54087 7.29084 3.40525 6.96311C3.26963 6.63537 3.19988 6.28414 3.2 5.92945C3.20012 5.57476 3.2701 5.22357 3.40594 4.89593C3.54178 4.56829 3.74083 4.27061 3.99171 4.01989C4.2426 3.76917 4.54041 3.57032 4.86814 3.4347C5.19588 3.29908 5.54711 3.22933 5.9018 3.22945C6.61812 3.22969 7.30501 3.51448 7.81136 4.02116C8.31771 4.52785 8.60204 5.21493 8.6018 5.93125C8.60156 6.64757 8.31677 7.33446 7.81009 7.84081C7.3034 8.34716 6.61632 8.63149 5.9 8.63125Z" fill="%233A8DDE"/><path d="M31.1002 22.1313C28.123 22.1313 25.7002 24.5541 25.7002 27.5313C25.7002 33.2697 31.1002 36.5313 31.1002 36.5313C31.1002 36.5313 36.5002 33.2679 36.5002 27.5313C36.5002 24.5541 34.0774 22.1313 31.1002 22.1313ZM31.1002 30.2313C30.7455 30.2312 30.3943 30.1613 30.0667 30.0254C29.739 29.8896 29.4414 29.6905 29.1906 29.4396C28.9399 29.1888 28.7411 28.8909 28.6054 28.5632C28.4698 28.2355 28.4001 27.8842 28.4002 27.5295C28.4003 27.1749 28.4703 26.8237 28.6061 26.496C28.742 26.1684 28.941 25.8707 29.1919 25.62C29.4428 25.3693 29.7406 25.1704 30.0683 25.0348C30.3961 24.8992 30.7473 24.8294 31.102 24.8295C31.8183 24.8298 32.5052 25.1146 33.0116 25.6213C33.5179 26.1279 33.8022 26.815 33.802 27.5313C33.8018 28.2477 33.517 28.9346 33.0103 29.4409C32.5036 29.9473 31.8165 30.2316 31.1002 30.2313Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.fuel {
          background-image: url('data:image/svg+xml,<svg width="30" height="28" viewBox="0 0 30 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 24.9873H19.5V27.9873H0V24.9873H1.5V2.4873C1.5 2.08948 1.65804 1.70795 1.93934 1.42664C2.22064 1.14534 2.60218 0.987305 3 0.987305H16.5C16.8978 0.987305 17.2794 1.14534 17.5607 1.42664C17.842 1.70795 18 2.08948 18 2.4873V14.4873H21C21.7956 14.4873 22.5587 14.8034 23.1213 15.366C23.6839 15.9286 24 16.6917 24 17.4873V23.4873C24 23.8851 24.158 24.2667 24.4393 24.548C24.7206 24.8293 25.1022 24.9873 25.5 24.9873C25.8978 24.9873 26.2794 24.8293 26.5607 24.548C26.842 24.2667 27 23.8851 27 23.4873V12.9873H24C23.6022 12.9873 23.2206 12.8293 22.9393 12.548C22.658 12.2667 22.5 11.8851 22.5 11.4873V6.1083L20.0145 3.6228L22.1355 1.5018L29.5605 8.92681C29.8418 9.20804 29.9999 9.58951 30 9.9873V23.4873C30 24.6808 29.5259 25.8254 28.682 26.6693C27.8381 27.5132 26.6935 27.9873 25.5 27.9873C24.3065 27.9873 23.1619 27.5132 22.318 26.6693C21.4741 25.8254 21 24.6808 21 23.4873V17.4873H18V24.9873ZM4.5 24.9873H15V15.9873H4.5V24.9873ZM4.5 3.9873V12.9873H15V3.9873H4.5Z" fill="%233A8DDE"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.maintenance-alert {
          background-image: url('data:image/svg+xml,<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M33.7109 35.3779H4.17969" stroke="%233A8DDE" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.39844 35.3779V31.1592H29.4922V35.3779" stroke="%233A8DDE" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.9453 24.3152C18.6994 24.3152 18.5 24.5145 18.5 24.7605C18.5 25.0065 18.6994 25.2058 18.9453 25.2058C19.1913 25.2058 19.3906 25.0065 19.3906 24.7605C19.3906 24.5145 19.1913 24.3152 18.9453 24.3152Z" fill="%233A8DDE" stroke="%233A8DDE" stroke-width="3"/><path d="M18.9458 16.3232V20.542" stroke="%233A8DDE" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 18.4329H4.17969" stroke="%233A8DDE" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M33.7114 18.4329H35.8911" stroke="%233A8DDE" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.9458 3.66699V1.4873" stroke="%233A8DDE" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.50472 7.9917L7.01318 6.50016" stroke="%233A8DDE" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M30.8783 6.50016L29.3867 7.9917" stroke="%233A8DDE" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5083 31.1592V18.4326C10.5083 13.7727 14.2859 9.99512 18.9458 9.99512C23.6057 9.99512 27.3833 13.7727 27.3833 18.4326V31.1592" stroke="%233A8DDE" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.exclusive {
          background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.007 17.1582L4.83504 20.4032L6.01404 13.5302L1.01404 8.66316L7.91404 7.66316L11 1.41016L14.086 7.66316L20.986 8.66316L15.986 13.5302L17.165 20.4032L11.007 17.1582Z" stroke="%233A8DDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.custom-solution {
          background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10.9067H2M10 1.90674V2.90674M18 10.9067H19M3.6 4.50674L4.3 5.20674M16.4 4.50674L15.7 5.20674M7.7 15.9067H12.3M7 14.9067C6.16047 14.2771 5.54033 13.3993 5.22743 12.3976C4.91453 11.3959 4.92473 10.3212 5.25658 9.3256C5.58844 8.33004 6.22512 7.46413 7.07645 6.85053C7.92778 6.23693 8.95059 5.90674 10 5.90674C11.0494 5.90674 12.0722 6.23693 12.9236 6.85053C13.7749 7.46413 14.4116 8.33004 14.7434 9.3256C15.0753 10.3212 15.0855 11.3959 14.7726 12.3976C14.4597 13.3993 13.8395 14.2771 13 14.9067C12.6096 15.2932 12.3156 15.7662 12.1419 16.2874C11.9681 16.8085 11.9195 17.3633 12 17.9067C12 18.4372 11.7893 18.9459 11.4142 19.321C11.0391 19.696 10.5304 19.9067 10 19.9067C9.46957 19.9067 8.96086 19.696 8.58579 19.321C8.21071 18.9459 8 18.4372 8 17.9067C8.08046 17.3633 8.03185 16.8085 7.85813 16.2874C7.6844 15.7662 7.39043 15.2932 7 14.9067Z" stroke="%233A8DDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.proven {
          background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 13.9067C8.4087 13.9067 6.88258 13.2746 5.75736 12.1494C4.63214 11.0242 4 9.49804 4 7.90674C4 6.31544 4.63214 4.78932 5.75736 3.6641C6.88258 2.53888 8.4087 1.90674 10 1.90674C11.5913 1.90674 13.1174 2.53888 14.2426 3.6641C15.3679 4.78932 16 6.31544 16 7.90674C16 9.49804 15.3679 11.0242 14.2426 12.1494C13.1174 13.2746 11.5913 13.9067 10 13.9067ZM10 13.9067L13.4 19.7967L14.998 16.5637L18.596 16.7957L15.196 10.9067M4.80198 10.9067L1.40198 16.7967L4.99998 16.5637L6.59798 19.7957L9.99798 13.9067" stroke="%233A8DDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .best-key-features .features-wrap .features-inner .feat-key-title.dedicated {
          background-image: url('data:image/svg+xml,<svg width="18" height="22" viewBox="0 0 18 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12.9067V9.90674C1 7.78501 1.84285 5.75018 3.34315 4.24988C4.84344 2.74959 6.87827 1.90674 9 1.90674C11.1217 1.90674 13.1566 2.74959 14.6569 4.24988C16.1571 5.75018 17 7.78501 17 9.90674V12.9067M1 12.9067C1 12.3763 1.21071 11.8676 1.58579 11.4925C1.96086 11.1175 2.46957 10.9067 3 10.9067H4C4.53043 10.9067 5.03914 11.1175 5.41421 11.4925C5.78929 11.8676 6 12.3763 6 12.9067V15.9067C6 16.4372 5.78929 16.9459 5.41421 17.321C5.03914 17.696 4.53043 17.9067 4 17.9067H3C2.46957 17.9067 1.96086 17.696 1.58579 17.321C1.21071 16.9459 1 16.4372 1 15.9067V12.9067ZM17 12.9067C17 12.3763 16.7893 11.8676 16.4142 11.4925C16.0391 11.1175 15.5304 10.9067 15 10.9067H14C13.4696 10.9067 12.9609 11.1175 12.5858 11.4925C12.2107 11.8676 12 12.3763 12 12.9067V15.9067C12 16.4372 12.2107 16.9459 12.5858 17.321C12.9609 17.696 13.4696 17.9067 14 17.9067H15M17 12.9067V15.9067C17 16.4372 16.7893 16.9459 16.4142 17.321C16.0391 17.696 15.5304 17.9067 15 17.9067M15 17.9067C15 19.5637 12.314 20.9067 9 20.9067" stroke="%233A8DDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .best-key-features .features-wrap .features-inner .common-detail-page {
        margin: 0;
        font-size: 14px;
        text-align: left; }
        @media (min-width: 801px) {
          .best-key-features .features-wrap .features-inner .common-detail-page {
            font-size: 16px; } }
      .best-key-features .features-wrap .features-inner:nth-child(1) {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        @media (min-width: 551px) {
          .best-key-features .features-wrap .features-inner:nth-child(1) {
            border-top-right-radius: 0px; } }
      @media (min-width: 551px) {
        .best-key-features .features-wrap .features-inner:nth-child(2) {
          border-top-right-radius: 10px; } }
      @media (min-width: 551px) {
        .best-key-features .features-wrap .features-inner:nth-last-child(2):nth-child(odd) {
          border-bottom-left-radius: 10px; } }
      .best-key-features .features-wrap .features-inner:nth-last-child(1):nth-child(even) {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; }
        @media (min-width: 551px) {
          .best-key-features .features-wrap .features-inner:nth-last-child(1):nth-child(even) {
            border-bottom-left-radius: 00px; } }
      .best-key-features .features-wrap .features-inner:nth-last-child(1):nth-child(odd) {
        width: 100%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
  .best-key-features .container--mini {
    margin: 0 auto 40px; }

.container--secuirty {
  width: 100%;
  margin: 0 auto;
  max-width: 1108px; }

.container--mini {
  width: 100%;
  margin: 0 auto;
  max-width: 800px; }

.cons-secuirty-wrap .sec-page-title, .specific-industry-wrap .sec-page-title, .categoryGateway-wrap .sec-page-title {
  color: #fff;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 10px;
  text-align: center; }
  .cons-secuirty-wrap .sec-page-title br, .specific-industry-wrap .sec-page-title br, .categoryGateway-wrap .sec-page-title br {
    display: none; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .sec-page-title br, .specific-industry-wrap .sec-page-title br, .categoryGateway-wrap .sec-page-title br {
        display: block; } }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .sec-page-title, .specific-industry-wrap .sec-page-title, .categoryGateway-wrap .sec-page-title {
      font-size: 40px;
      margin: 0 0 16px;
      line-height: 48px; } }
  .cons-secuirty-wrap .sec-page-title.odd, .specific-industry-wrap .sec-page-title.odd, .categoryGateway-wrap .sec-page-title.odd {
    color: #444444; }
  .cons-secuirty-wrap .sec-page-title.blue, .specific-industry-wrap .sec-page-title.blue, .categoryGateway-wrap .sec-page-title.blue {
    color: #1B3D5C; }
    .cons-secuirty-wrap .sec-page-title.blue a, .specific-industry-wrap .sec-page-title.blue a, .categoryGateway-wrap .sec-page-title.blue a {
      color: #1B3D5C;
      text-decoration: none; }

.cons-secuirty-wrap .bhs-top-banner, .specific-industry-wrap .bhs-top-banner, .categoryGateway-wrap .bhs-top-banner {
  position: relative;
  background: #ECF0F8; }
  .cons-secuirty-wrap .bhs-top-banner .gps-offer-img, .specific-industry-wrap .bhs-top-banner .gps-offer-img, .categoryGateway-wrap .bhs-top-banner .gps-offer-img {
    width: 100%;
    min-height: 262px;
    object-fit: cover;
    object-position: center right; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .bhs-top-banner .gps-offer-img, .specific-industry-wrap .bhs-top-banner .gps-offer-img, .categoryGateway-wrap .bhs-top-banner .gps-offer-img {
        height: auto;
        object-position: center center; } }
    .cons-secuirty-wrap .bhs-top-banner .gps-offer-img.for-desktop, .specific-industry-wrap .bhs-top-banner .gps-offer-img.for-desktop, .categoryGateway-wrap .bhs-top-banner .gps-offer-img.for-desktop {
      display: none; }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .bhs-top-banner .gps-offer-img.for-desktop, .specific-industry-wrap .bhs-top-banner .gps-offer-img.for-desktop, .categoryGateway-wrap .bhs-top-banner .gps-offer-img.for-desktop {
          display: block; } }
    .cons-secuirty-wrap .bhs-top-banner .gps-offer-img.for-mobile, .specific-industry-wrap .bhs-top-banner .gps-offer-img.for-mobile, .categoryGateway-wrap .bhs-top-banner .gps-offer-img.for-mobile {
      display: block; }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .bhs-top-banner .gps-offer-img.for-mobile, .specific-industry-wrap .bhs-top-banner .gps-offer-img.for-mobile, .categoryGateway-wrap .bhs-top-banner .gps-offer-img.for-mobile {
          display: none; } }
  .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap {
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1260px;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap {
        padding: 0 20px;
        position: absolute; } }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap {
        gap: 60px; } }
    .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left {
      order: 2;
      width: 100%;
      padding: 40px 0; }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left {
          padding: 0; } }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left {
          order: 1;
          width: 55%; } }
      .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title {
        color: #1B3D5C; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title {
            color: #fff;
            text-align: left; } }
        .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title.blue, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title.blue, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-title.blue {
          color: #1B3D5C; }
      .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details {
        color: #1B3D5C;
        margin: 0 0 20px;
        text-align: center; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details {
            color: #ffffff;
            margin: 0 0 24px;
            text-align: left; } }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details {
            font-size: 18px; } }
        @media (min-width: 1261px) {
          .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details {
            font-size: 19px; } }
        .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details.white, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details.white, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details.white {
          color: #ffffff; }
        .cons-secuirty-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details.blue, .specific-industry-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details.blue, .categoryGateway-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left .bhs-offer-details.blue {
          color: #5A738B; }
  .cons-secuirty-wrap .bhs-top-banner.upgrade-plan .bhs-offer-wrap, .specific-industry-wrap .bhs-top-banner.upgrade-plan .bhs-offer-wrap, .categoryGateway-wrap .bhs-top-banner.upgrade-plan .bhs-offer-wrap {
    position: absolute;
    top: 5%;
    bottom: unset;
    padding: 0 10px; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .bhs-top-banner.upgrade-plan .bhs-offer-wrap, .specific-industry-wrap .bhs-top-banner.upgrade-plan .bhs-offer-wrap, .categoryGateway-wrap .bhs-top-banner.upgrade-plan .bhs-offer-wrap {
        top: 0;
        bottom: 0;
        background-color: rgba(27, 61, 92, 0.2); } }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .bhs-top-banner.upgrade-plan .bhs-offer-wrap, .specific-industry-wrap .bhs-top-banner.upgrade-plan .bhs-offer-wrap, .categoryGateway-wrap .bhs-top-banner.upgrade-plan .bhs-offer-wrap {
        background-color: transparent; } }

.cons-secuirty-wrap .trusted-industries-wrap, .specific-industry-wrap .trusted-industries-wrap, .categoryGateway-wrap .trusted-industries-wrap {
  padding: 40px 0px;
  background-color: #1B3D5C; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .trusted-industries-wrap, .specific-industry-wrap .trusted-industries-wrap, .categoryGateway-wrap .trusted-industries-wrap {
      padding: 48px 0px; } }
  .cons-secuirty-wrap .trusted-industries-wrap .common-detail-page, .cons-secuirty-wrap .trusted-industries-wrap .trusted-review-count, .specific-industry-wrap .trusted-industries-wrap .common-detail-page, .specific-industry-wrap .trusted-industries-wrap .trusted-review-count, .categoryGateway-wrap .trusted-industries-wrap .common-detail-page, .categoryGateway-wrap .trusted-industries-wrap .trusted-review-count {
    color: #fff;
    text-align: center; }
    .cons-secuirty-wrap .trusted-industries-wrap .common-detail-page a, .cons-secuirty-wrap .trusted-industries-wrap .trusted-review-count a, .specific-industry-wrap .trusted-industries-wrap .common-detail-page a, .specific-industry-wrap .trusted-industries-wrap .trusted-review-count a, .categoryGateway-wrap .trusted-industries-wrap .common-detail-page a, .categoryGateway-wrap .trusted-industries-wrap .trusted-review-count a {
      color: #fff; }
  .cons-secuirty-wrap .trusted-industries-wrap .industries-inner-wrap, .specific-industry-wrap .trusted-industries-wrap .industries-inner-wrap, .categoryGateway-wrap .trusted-industries-wrap .industries-inner-wrap {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0px;
    max-width: 1140px; }
    .cons-secuirty-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner, .specific-industry-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner, .categoryGateway-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner {
      display: inline-block;
      padding: 0 10px; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner, .specific-industry-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner, .categoryGateway-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner {
          padding: 0 20px; } }
      .cons-secuirty-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner img, .specific-industry-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner img, .categoryGateway-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner img {
        width: 100%;
        max-height: 45px;
        object-fit: contain; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner img, .specific-industry-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner img, .categoryGateway-wrap .trusted-industries-wrap .industries-inner-wrap .industries-inner img {
            max-height: 70px; } }
    .cons-secuirty-wrap .trusted-industries-wrap .industries-inner-wrap .slick-track, .specific-industry-wrap .trusted-industries-wrap .industries-inner-wrap .slick-track, .categoryGateway-wrap .trusted-industries-wrap .industries-inner-wrap .slick-track {
      display: flex;
      align-items: center;
      padding: 0px 80px; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .trusted-industries-wrap .industries-inner-wrap .slick-track, .specific-industry-wrap .trusted-industries-wrap .industries-inner-wrap .slick-track, .categoryGateway-wrap .trusted-industries-wrap .industries-inner-wrap .slick-track {
          padding: 0px; } }
    .cons-secuirty-wrap .trusted-industries-wrap .industries-inner-wrap.slick-initialized, .specific-industry-wrap .trusted-industries-wrap .industries-inner-wrap.slick-initialized, .categoryGateway-wrap .trusted-industries-wrap .industries-inner-wrap.slick-initialized {
      opacity: 1;
      visibility: visible; }
  .cons-secuirty-wrap .trusted-industries-wrap .bhs-btns-wrap, .specific-industry-wrap .trusted-industries-wrap .bhs-btns-wrap, .categoryGateway-wrap .trusted-industries-wrap .bhs-btns-wrap {
    gap: 8px 10px;
    margin: 20px auto 0 auto;
    max-width: 600px;
    width: 100%; }
    .cons-secuirty-wrap .trusted-industries-wrap .bhs-btns-wrap.agriculture, .specific-industry-wrap .trusted-industries-wrap .bhs-btns-wrap.agriculture, .categoryGateway-wrap .trusted-industries-wrap .bhs-btns-wrap.agriculture {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .cons-secuirty-wrap .trusted-industries-wrap .bhs-btns-wrap + .common-detail-page, .specific-industry-wrap .trusted-industries-wrap .bhs-btns-wrap + .common-detail-page, .categoryGateway-wrap .trusted-industries-wrap .bhs-btns-wrap + .common-detail-page {
      margin-top: 10px; }
  .cons-secuirty-wrap .trusted-industries-wrap .indus-sol-wrap, .specific-industry-wrap .trusted-industries-wrap .indus-sol-wrap, .categoryGateway-wrap .trusted-industries-wrap .indus-sol-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .trusted-industries-wrap .indus-sol-wrap, .specific-industry-wrap .trusted-industries-wrap .indus-sol-wrap, .categoryGateway-wrap .trusted-industries-wrap .indus-sol-wrap {
        flex-direction: row; } }
  .cons-secuirty-wrap .trusted-industries-wrap .icon-message, .specific-industry-wrap .trusted-industries-wrap .icon-message, .categoryGateway-wrap .trusted-industries-wrap .icon-message {
    display: flex;
    text-align: center;
    height: 67px;
    width: 67px;
    background: #49647D;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px; }
  .cons-secuirty-wrap .trusted-industries-wrap .sec-page-sub-title, .specific-industry-wrap .trusted-industries-wrap .sec-page-sub-title, .categoryGateway-wrap .trusted-industries-wrap .sec-page-sub-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 10px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif; }
  .cons-secuirty-wrap .trusted-industries-wrap .trusted-content-wrap, .specific-industry-wrap .trusted-industries-wrap .trusted-content-wrap, .categoryGateway-wrap .trusted-industries-wrap .trusted-content-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .trusted-industries-wrap .trusted-content-wrap, .specific-industry-wrap .trusted-industries-wrap .trusted-content-wrap, .categoryGateway-wrap .trusted-industries-wrap .trusted-content-wrap {
        flex-direction: row;
        gap: 4rem;
        margin: 3rem 0; } }

.cons-secuirty-wrap .trusted-reviews-indus, .specific-industry-wrap .trusted-reviews-indus, .categoryGateway-wrap .trusted-reviews-indus {
  text-align: center; }
  .cons-secuirty-wrap .trusted-reviews-indus .common-detail-page, .specific-industry-wrap .trusted-reviews-indus .common-detail-page, .categoryGateway-wrap .trusted-reviews-indus .common-detail-page {
    font-size: 14px; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .trusted-reviews-indus .common-detail-page, .specific-industry-wrap .trusted-reviews-indus .common-detail-page, .categoryGateway-wrap .trusted-reviews-indus .common-detail-page {
        font-size: 16px; } }
  .cons-secuirty-wrap .trusted-reviews-indus .trusted-stars, .specific-industry-wrap .trusted-reviews-indus .trusted-stars, .categoryGateway-wrap .trusted-reviews-indus .trusted-stars {
    display: inline-block;
    width: 164px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="166" height="23" viewBox="0 0 166 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.0291 18.4847L20.5101 23L18.5249 14.49L25.1344 8.76421L16.4307 8.02579L13.0291 0L9.62751 8.02579L0.923828 8.76421L7.5333 14.49L5.54804 23L13.0291 18.4847Z" fill="%23E3AA05"/><path d="M48.0154 18.4847L55.4965 23L53.5112 14.49L60.1207 8.76421L51.417 8.02579L48.0154 0L44.6138 8.02579L35.9102 8.76421L42.5196 14.49L40.5344 23L48.0154 18.4847Z" fill="%23E3AA05"/><path d="M82.9998 18.4847L90.4808 23L88.4956 14.49L95.1051 8.76421L86.4014 8.02579L82.9998 0L79.5982 8.02579L70.8945 8.76421L77.504 14.49L75.5187 23L82.9998 18.4847Z" fill="%23E3AA05"/><path d="M117.986 18.4847L125.467 23L123.482 14.49L130.091 8.76421L121.388 8.02579L117.986 0L114.585 8.02579L105.881 8.76421L112.49 14.49L110.505 23L117.986 18.4847Z" fill="%23E3AA05"/><path d="M152.97 18.4847L160.452 23L158.466 14.49L165.076 8.76421L156.372 8.02579L152.97 0L149.569 8.02579L140.865 8.76421L147.475 14.49L145.489 23L152.97 18.4847Z" fill="%23E3AA05"/></svg>');
    background-size: 100%;
    background-repeat: no-repeat; }
    .cons-secuirty-wrap .trusted-reviews-indus .trusted-stars svg, .specific-industry-wrap .trusted-reviews-indus .trusted-stars svg, .categoryGateway-wrap .trusted-reviews-indus .trusted-stars svg {
      width: 100%;
      height: 100%; }

.cons-secuirty-wrap .fleet-features-wrap, .specific-industry-wrap .fleet-features-wrap, .categoryGateway-wrap .fleet-features-wrap {
  padding: 40px 0px; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .fleet-features-wrap, .specific-industry-wrap .fleet-features-wrap, .categoryGateway-wrap .fleet-features-wrap {
      padding: 48px 0px; } }
  .cons-secuirty-wrap .fleet-features-wrap .sec-page-title, .specific-industry-wrap .fleet-features-wrap .sec-page-title, .categoryGateway-wrap .fleet-features-wrap .sec-page-title {
    text-align: left; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .fleet-features-wrap .sec-page-title, .specific-industry-wrap .fleet-features-wrap .sec-page-title, .categoryGateway-wrap .fleet-features-wrap .sec-page-title {
        text-align: center; } }
  .cons-secuirty-wrap .fleet-features-wrap .common-detail-page, .specific-industry-wrap .fleet-features-wrap .common-detail-page, .categoryGateway-wrap .fleet-features-wrap .common-detail-page {
    color: #444444;
    text-align: left; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .fleet-features-wrap .common-detail-page, .specific-industry-wrap .fleet-features-wrap .common-detail-page, .categoryGateway-wrap .fleet-features-wrap .common-detail-page {
        text-align: center; } }
  .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner {
    opacity: 0;
    visibility: hidden;
    margin: 0; }
    .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner.slick-initialized, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner.slick-initialized, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner.slick-initialized {
      opacity: 1;
      visibility: visible; }
    .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-slide, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-slide, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-slide {
      padding: 10px; }
    .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat {
      margin: 0;
      border-radius: 16px;
      padding: 20px 16px 50px 16px;
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25); }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat {
          padding: 20px 16px 60px 16px; } }
      .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat img, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat img, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat img {
        display: block;
        height: 320px;
        margin: 0 0 16px;
        object-fit: cover;
        object-position: center center; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat img, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat img, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat img {
            height: unset; } }
      .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat .common-detail-page, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat .common-detail-page, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat .common-detail-page {
        font-weight: 600;
        text-align: center; }
        .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat .common-detail-page + .common-detail-page, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat .common-detail-page + .common-detail-page, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .fleet-feat .common-detail-page + .common-detail-page {
          margin-top: 8px;
          font-weight: 400; }
    .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots {
      bottom: 25px; }
      .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li {
        padding: 0;
        width: 1.5rem;
        height: 1.5rem; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li {
            width: 2.28571rem;
            height: 2.28571rem;
            padding: 0.35714rem; } }
        .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button {
          border: 0;
          width: 10px;
          height: 10px; }
          @media (min-width: 551px) {
            .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button {
              width: 1.07143rem;
              height: 1.07143rem; } }
          .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button:before, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button:before, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button:before {
            width: 10px;
            height: 10px;
            background: #BBC5CE; }
            @media (min-width: 551px) {
              .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button:before, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button:before, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li button:before {
                width: 1.07143rem;
                height: 1.07143rem; } }
        .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li.slick-active button:before, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li.slick-active button:before, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-dots li.slick-active button:before {
          background: #1B3D5C; }
    .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow {
      border: 0;
      padding: 0;
      z-index: 1;
      top: unset;
      width: 20px;
      bottom: 11px;
      height: 25px;
      margin-top: 0;
      background-color: transparent; }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow {
          bottom: 17px; } }
      .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-prev, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-prev, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-prev {
        left: 25px; }
        .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-prev:before, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-prev:before, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-prev:before {
          background-image: url('data:image/svg+xml,<svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.772911 7.8446C0.529393 8.08819 0.39259 8.41853 0.39259 8.76297C0.39259 9.10741 0.529393 9.43775 0.772911 9.68134L8.12119 17.0296C8.24101 17.1537 8.38435 17.2526 8.54283 17.3207C8.70131 17.3888 8.87176 17.4246 9.04423 17.4261C9.21671 17.4276 9.38776 17.3948 9.5474 17.3294C9.70704 17.2641 9.85207 17.1677 9.97403 17.0457C10.096 16.9238 10.1924 16.7787 10.2578 16.6191C10.3231 16.4594 10.3559 16.2884 10.3544 16.1159C10.3529 15.9434 10.3171 15.773 10.249 15.6145C10.181 15.456 10.082 15.3127 9.95793 15.1929L3.52803 8.76297L9.95793 2.33306C10.1946 2.08807 10.3255 1.75995 10.3225 1.41937C10.3196 1.07878 10.1829 0.752983 9.94211 0.512144C9.70127 0.271303 9.37547 0.134691 9.03489 0.131731C8.6943 0.128773 8.36618 0.259701 8.12119 0.496319L0.772911 7.8446Z" fill="%231B3D5C"/></svg>'); }
      .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-next, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-next, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-next {
        right: 25px; }
        .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-next:before, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-next:before, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow.slick-next:before {
          background-image: url('data:image/svg+xml,<svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.2271 7.8446C10.4706 8.08819 10.6074 8.41853 10.6074 8.76297C10.6074 9.10741 10.4706 9.43775 10.2271 9.68134L2.87881 17.0296C2.75899 17.1537 2.61565 17.2526 2.45717 17.3207C2.29869 17.3888 2.12824 17.4246 1.95577 17.4261C1.78329 17.4276 1.61224 17.3948 1.4526 17.3294C1.29296 17.2641 1.14793 17.1677 1.02597 17.0457C0.904003 16.9238 0.807551 16.7787 0.742237 16.6191C0.676924 16.4594 0.644058 16.2884 0.645557 16.1159C0.647056 15.9434 0.682889 15.773 0.750967 15.6145C0.819045 15.456 0.918003 15.3127 1.04207 15.1929L7.47197 8.76297L1.04207 2.33306C0.805449 2.08807 0.67452 1.75995 0.67748 1.41937C0.680439 1.07878 0.817051 0.752983 1.05789 0.512144C1.29873 0.271303 1.62453 0.134691 1.96511 0.131731C2.3057 0.128773 2.63382 0.259701 2.87881 0.496319L10.2271 7.8446Z" fill="%231B3D5C"/></svg>'); }
      .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow:before, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow:before, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow:before {
        width: 20px;
        height: 25px;
        background-size: 9px; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow:before, .specific-industry-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow:before, .categoryGateway-wrap .fleet-features-wrap .fleet-feature-inner .slick-arrow:before {
            background-size: 12px; } }

.cons-secuirty-wrap .popular-trackers-wrap, .specific-industry-wrap .popular-trackers-wrap, .categoryGateway-wrap .popular-trackers-wrap {
  padding: 40px 0px;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .popular-trackers-wrap, .specific-industry-wrap .popular-trackers-wrap, .categoryGateway-wrap .popular-trackers-wrap {
      padding: 48px 0px; } }
  .cons-secuirty-wrap .popular-trackers-wrap.with-white-bg, .specific-industry-wrap .popular-trackers-wrap.with-white-bg, .categoryGateway-wrap .popular-trackers-wrap.with-white-bg {
    background-color: #FFFFFF; }
  .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding: 20px 0;
    max-width: 1108px;
    justify-content: center;
    align-items: flex-start; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap {
        padding: 48px 0; } }
    .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner {
      display: flex;
      gap: 8px;
      width: 33.33%;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner {
          gap: 12px; } }
      .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div {
        display: inline-block;
        width: 30px;
        height: 30px; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div {
            width: 55px;
            height: 55px; } }
        .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div svg, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div svg, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div svg {
          width: 100%;
          height: 100%;
          fill: #5A738B; }
        .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-car, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-car, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-car {
          background-image: url('data:image/svg+xml,<svg width="56" height="47" viewBox="0 0 56 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M36.5573 0.606567C38.0845 0.606567 39.5491 1.21323 40.629 2.29311C41.7089 3.37299 42.3155 4.83761 42.3155 6.36479V9.24389H46.6918C47.5548 9.244 48.4068 9.43812 49.1848 9.81188C49.9627 10.1856 50.6467 10.7295 51.1861 11.4032L55.4472 16.7325C56.2651 17.7537 56.7109 19.023 56.7111 20.3313V32.2768C56.7111 33.8039 56.1044 35.2686 55.0245 36.3484C53.9447 37.4283 52.48 38.035 50.9529 38.035C50.9529 40.3257 50.0429 42.5227 48.4231 44.1425C46.8032 45.7623 44.6063 46.6723 42.3155 46.6723C40.0248 46.6723 37.8278 45.7623 36.208 44.1425C34.5882 42.5227 33.6782 40.3257 33.6782 38.035H22.1618C22.1618 39.1693 21.9384 40.2924 21.5043 41.3403C21.0702 42.3883 20.434 43.3405 19.632 44.1425C18.8299 44.9445 17.8777 45.5808 16.8298 46.0148C15.7819 46.4489 14.6587 46.6723 13.5245 46.6723C12.3902 46.6723 11.267 46.4489 10.2191 46.0148C9.17116 45.5808 8.21899 44.9445 7.41694 44.1425C6.61489 43.3405 5.97867 42.3883 5.5446 41.3403C5.11054 40.2924 4.88712 39.1693 4.88712 38.035C3.35995 38.035 1.89532 37.4283 0.815449 36.3484C-0.264426 35.2686 -0.871094 33.8039 -0.871094 32.2768V6.36479C-0.871094 4.83761 -0.264426 3.37299 0.815449 2.29311C1.89532 1.21323 3.35995 0.606567 4.88712 0.606567H36.5573ZM13.5245 35.1559C12.7609 35.1559 12.0286 35.4592 11.4886 35.9991C10.9487 36.5391 10.6453 37.2714 10.6453 38.035C10.6453 38.7986 10.9487 39.5309 11.4886 40.0708C12.0286 40.6108 12.7609 40.9141 13.5245 40.9141C14.288 40.9141 15.0204 40.6108 15.5603 40.0708C16.1002 39.5309 16.4036 38.7986 16.4036 38.035C16.4036 37.2714 16.1002 36.5391 15.5603 35.9991C15.0204 35.4592 14.288 35.1559 13.5245 35.1559ZM42.3155 35.1559C41.552 35.1559 40.8196 35.4592 40.2797 35.9991C39.7398 36.5391 39.4364 37.2714 39.4364 38.035C39.4364 38.7986 39.7398 39.5309 40.2797 40.0708C40.8196 40.6108 41.552 40.9141 42.3155 40.9141C43.0791 40.9141 43.8114 40.6108 44.3514 40.0708C44.8913 39.5309 45.1946 38.7986 45.1946 38.035C45.1946 37.2714 44.8913 36.5391 44.3514 35.9991C43.8114 35.4592 43.0791 35.1559 42.3155 35.1559ZM36.5573 6.36479H4.88712V32.2768H7.08676C7.86543 31.4042 8.81336 30.699 9.87297 30.204C10.9326 29.709 12.0817 29.4347 13.2507 29.3975C14.4196 29.3603 15.5838 29.5612 16.6727 29.9878C17.7616 30.4145 18.7525 31.0581 19.585 31.8795L19.9621 32.2768H35.8779L36.209 31.9284L36.5573 31.5973V6.36479ZM46.6918 15.0021H42.3155V29.3977C44.6764 29.3977 46.8156 30.3478 48.3761 31.8795L48.7532 32.2768H50.9529V20.3285L46.6918 15.0021Z" fill="%235A738B"/></svg>');
          background-size: 30px;
          background-position: center;
          background-repeat: no-repeat; }
          @media (min-width: 801px) {
            .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-car, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-car, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-car {
              background-size: 55px; } }
        .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-return, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-return, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-return {
          background-image: url('data:image/svg+xml,<svg width="43" height="47" viewBox="0 0 43 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.5011 34.8526L24.7257 31.628L21.098 27.9427H30.7142V23.3362H21.098L24.7257 19.6509L21.5011 16.4263L12.2879 25.6394L21.5011 34.8526ZM5.37806 46.369C4.11125 46.369 3.02717 45.9184 2.12582 45.017C1.22446 44.1156 0.77302 43.0308 0.771484 41.7625V9.51643C0.771484 8.24962 1.22293 7.16554 2.12582 6.26419C3.02871 5.36284 4.11279 4.91139 5.37806 4.90986H15.0519C15.5509 3.52789 16.3862 2.41463 17.5578 1.57009C18.7294 0.725553 20.0439 0.303284 21.5011 0.303284C22.9583 0.303284 24.2735 0.725553 25.4466 1.57009C26.6197 2.41463 27.4543 3.52789 27.9503 4.90986H37.6241C38.8909 4.90986 39.9757 5.3613 40.8786 6.26419C41.7815 7.16708 42.2322 8.25116 42.2307 9.51643V41.7625C42.2307 43.0293 41.78 44.1141 40.8786 45.017C39.9773 45.9199 38.8924 46.3706 37.6241 46.369H5.37806ZM5.37806 41.7625H37.6241V9.51643H5.37806V41.7625ZM21.5011 7.78897C22.0001 7.78897 22.4132 7.62543 22.7402 7.29837C23.0673 6.9713 23.2301 6.55901 23.2285 6.0615C23.227 5.56399 23.0635 5.1517 22.7379 4.82464C22.4124 4.49757 22.0001 4.33404 21.5011 4.33404C21.002 4.33404 20.5897 4.49757 20.2642 4.82464C19.9387 5.1517 19.7751 5.56399 19.7736 6.0615C19.7721 6.55901 19.9356 6.97207 20.2642 7.30067C20.5928 7.62927 21.0051 7.79204 21.5011 7.78897Z" fill="%235A738B"/></svg>');
          background-size: 26px;
          background-position: center;
          background-repeat: no-repeat; }
          @media (min-width: 801px) {
            .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-return, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-return, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-return {
              background-size: 50px; } }
        .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-notepad, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-notepad, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-notepad {
          background-image: url('data:image/svg+xml,<svg width="43" height="47" viewBox="0 0 43 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.45814 46.6721C4.19133 46.6721 3.10648 46.2206 2.2036 45.3177C1.30071 44.4148 0.850031 43.3308 0.851566 42.0655V9.81947C0.851566 8.55266 1.30301 7.46781 2.2059 6.56493C3.10879 5.66204 4.19287 5.21136 5.45814 5.2129H7.76143V0.606323H12.368V5.2129H30.7943V0.606323H35.4009V5.2129H37.7042C38.971 5.2129 40.0558 5.66434 40.9587 6.56723C41.8616 7.47012 42.3123 8.5542 42.3107 9.81947V42.0655C42.3107 43.3323 41.8593 44.4171 40.9564 45.32C40.0535 46.2229 38.9694 46.6736 37.7042 46.6721H5.45814ZM5.45814 42.0655H37.7042V19.0326H5.45814V42.0655Z" fill="%235A738B"/></svg>');
          background-size: 26px;
          background-position: center;
          background-repeat: no-repeat; }
          @media (min-width: 801px) {
            .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-notepad, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-notepad, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner div.icon-policy-notepad {
              background-size: 50px; } }
      .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner .common-detail-page, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner .common-detail-page, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner .common-detail-page {
        margin: 0;
        font-size: 12px;
        line-height: 16px;
        text-align: center; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner .common-detail-page, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner .common-detail-page, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner .common-detail-page {
            font-size: 16px;
            line-height: 24px; } }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner .common-detail-page, .specific-industry-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner .common-detail-page, .categoryGateway-wrap .popular-trackers-wrap .easy-policies-wrap .easy-policy-inner .common-detail-page {
            font-size: 18px;
            line-height: 26px; } }
  .cons-secuirty-wrap .popular-trackers-wrap .bhs-popular-brands, .specific-industry-wrap .popular-trackers-wrap .bhs-popular-brands, .categoryGateway-wrap .popular-trackers-wrap .bhs-popular-brands {
    text-align: center; }
    .cons-secuirty-wrap .popular-trackers-wrap .bhs-popular-brands img, .specific-industry-wrap .popular-trackers-wrap .bhs-popular-brands img, .categoryGateway-wrap .popular-trackers-wrap .bhs-popular-brands img {
      width: 100%;
      max-width: 100px; }
    .cons-secuirty-wrap .popular-trackers-wrap .bhs-popular-brands .productView-certifications, .specific-industry-wrap .popular-trackers-wrap .bhs-popular-brands .productView-certifications, .categoryGateway-wrap .popular-trackers-wrap .bhs-popular-brands .productView-certifications {
      width: 100%;
      margin: 0 auto;
      padding: 1.6rem;
      max-width: 550px;
      border-radius: 20px;
      background-color: #fff;
      box-shadow: rgba(0, 0, 0, 0.04) 0 1px 10px 0, rgba(0, 0, 0, 0.03) 0 1px 10px 0, rgba(0, 0, 0, 0.04) 0 2px 12px 0; }
      .cons-secuirty-wrap .popular-trackers-wrap .bhs-popular-brands .productView-certifications ul, .specific-industry-wrap .popular-trackers-wrap .bhs-popular-brands .productView-certifications ul, .categoryGateway-wrap .popular-trackers-wrap .bhs-popular-brands .productView-certifications ul {
        display: flex;
        margin: 0;
        gap: .5rem;
        list-style: none;
        align-items: center;
        justify-content: space-around; }

.cons-secuirty-wrap .custom-solutions-wrap, .specific-industry-wrap .custom-solutions-wrap, .categoryGateway-wrap .custom-solutions-wrap {
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1260px;
  padding: 0px 0 40px;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .custom-solutions-wrap, .specific-industry-wrap .custom-solutions-wrap, .categoryGateway-wrap .custom-solutions-wrap {
      padding: 48px 20px; } }
  .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-left, .specific-industry-wrap .custom-solutions-wrap .custom-sol-left, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-left {
    order: 2;
    width: 100%;
    padding: 24px 20px 0 20px; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-left, .specific-industry-wrap .custom-solutions-wrap .custom-sol-left, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-left {
        order: 1;
        width: 50%;
        padding: 0 20px 0 20px; } }
    .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-left .sec-page-title, .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-left .common-detail-page, .specific-industry-wrap .custom-solutions-wrap .custom-sol-left .sec-page-title, .specific-industry-wrap .custom-solutions-wrap .custom-sol-left .common-detail-page, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-left .sec-page-title, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-left .common-detail-page {
      text-align: center; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-left .sec-page-title, .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-left .common-detail-page, .specific-industry-wrap .custom-solutions-wrap .custom-sol-left .sec-page-title, .specific-industry-wrap .custom-solutions-wrap .custom-sol-left .common-detail-page, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-left .sec-page-title, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-left .common-detail-page {
          text-align: left; } }
  .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-right, .specific-industry-wrap .custom-solutions-wrap .custom-sol-right, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-right {
    order: 1;
    width: 100%; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-right, .specific-industry-wrap .custom-solutions-wrap .custom-sol-right, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-right {
        order: 2;
        width: 50%;
        border-radius: 24px; } }
    .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-right img, .specific-industry-wrap .custom-solutions-wrap .custom-sol-right img, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-right img {
      width: 100%; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .custom-solutions-wrap .custom-sol-right img, .specific-industry-wrap .custom-solutions-wrap .custom-sol-right img, .categoryGateway-wrap .custom-solutions-wrap .custom-sol-right img {
          border-radius: 24px; } }

.cons-secuirty-wrap .customer-stories-wrap, .specific-industry-wrap .customer-stories-wrap, .categoryGateway-wrap .customer-stories-wrap {
  padding: 40px 0px;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .customer-stories-wrap, .specific-industry-wrap .customer-stories-wrap, .categoryGateway-wrap .customer-stories-wrap {
      padding: 48px 0px; } }
  .cons-secuirty-wrap .customer-stories-wrap .common-detail-page, .specific-industry-wrap .customer-stories-wrap .common-detail-page, .categoryGateway-wrap .customer-stories-wrap .common-detail-page {
    text-align: center; }
  .cons-secuirty-wrap .customer-stories-wrap.customer-stories-white-bg, .specific-industry-wrap .customer-stories-wrap.customer-stories-white-bg, .categoryGateway-wrap .customer-stories-wrap.customer-stories-white-bg {
    background-color: #FFFFFF; }
  .cons-secuirty-wrap .customer-stories-wrap .stories-wrap, .specific-industry-wrap .customer-stories-wrap .stories-wrap, .categoryGateway-wrap .customer-stories-wrap .stories-wrap {
    margin: 0;
    padding: 12px 0 24px 0px;
    opacity: 0;
    visibility: hidden; }
    .cons-secuirty-wrap .customer-stories-wrap .stories-wrap.slick-initialized, .specific-industry-wrap .customer-stories-wrap .stories-wrap.slick-initialized, .categoryGateway-wrap .customer-stories-wrap .stories-wrap.slick-initialized {
      opacity: 1;
      visibility: visible; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .customer-stories-wrap .stories-wrap, .specific-industry-wrap .customer-stories-wrap .stories-wrap, .categoryGateway-wrap .customer-stories-wrap .stories-wrap {
        padding: 36px 0 80px 0px; } }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-slide, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-slide, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-slide {
        padding: 0 20px; } }
    .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner {
      margin: 15px 0px;
      padding: 24px 18px;
      border-radius: 17px;
      background: #FFFFFF;
      box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.1); }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner {
          padding: 27px 20px; } }
      .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header {
        opacity: .7;
        padding: 0 32px;
        font-size: 14px;
        margin: 0 0 10px;
        font-weight: 400;
        text-align: left;
        color: #1B3D5C;
        line-height: 20px;
        position: relative; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header {
            padding: 0 36px; } }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header {
            font-size: 16px;
            line-height: 22px; } }
        .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::before, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::before, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::before {
          content: "";
          background-image: url('data:image/svg+xml,<svg width="23" height="20" viewBox="0 0 23 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.011 19.6816C20.5827 19.6816 21.1311 19.4545 21.5353 19.0502C21.9396 18.6459 22.1668 18.0975 22.1668 17.5258V12.2613C22.1668 11.6896 21.9396 11.1412 21.5353 10.737C21.1311 10.3327 20.5827 10.1055 20.011 10.1055H17.0187C17.0187 9.34814 17.0633 8.59074 17.1524 7.83333C17.286 7.03138 17.5088 6.31853 17.8207 5.69478C18.1325 5.07104 18.5342 4.58023 19.0258 4.22237C19.5144 3.82139 20.1382 3.6209 20.897 3.6209V0.279419C19.6495 0.279419 18.5572 0.546738 17.6202 1.08138C16.6896 1.60928 15.8901 2.34026 15.2811 3.21993C14.6681 4.1882 14.2166 5.24979 13.9446 6.36308C13.6694 7.59133 13.5349 8.84689 13.5436 10.1055V17.5258C13.5436 18.0975 13.7707 18.6459 14.175 19.0502C14.5793 19.4545 15.1276 19.6816 15.6994 19.6816H20.011ZM7.07618 19.6816C7.64794 19.6816 8.19627 19.4545 8.60056 19.0502C9.00485 18.6459 9.23198 18.0975 9.23198 17.5258V12.2613C9.23198 11.6896 9.00485 11.1412 8.60056 10.737C8.19627 10.3327 7.64794 10.1055 7.07618 10.1055H4.08394C4.08394 9.34814 4.12849 8.59074 4.2176 7.83333C4.35269 7.03138 4.57546 6.31853 4.88589 5.69478C5.19776 5.07104 5.59946 4.58023 6.09098 4.22237C6.57963 3.82139 7.20337 3.6209 7.96221 3.6209V0.279419C6.71473 0.279419 5.62246 0.546738 4.6854 1.08138C3.75484 1.60928 2.95532 2.34026 2.34636 3.21993C1.73328 4.1882 1.28185 5.24979 1.00977 6.36308C0.734655 7.59133 0.60013 8.84689 0.608791 10.1055V17.5258C0.608791 18.0975 0.835919 18.6459 1.24021 19.0502C1.6445 19.4545 2.19284 19.6816 2.76459 19.6816H7.07618Z" fill="%231B3D5C"/></svg>');
          position: absolute;
          top: 0;
          left: 0;
          opacity: .7;
          width: 22px;
          height: 22px;
          background-size: 18px;
          background-position: center;
          background-repeat: no-repeat; }
          @media (min-width: 551px) {
            .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::before, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::before, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::before {
              background-size: 22px; } }
        .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::after, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::after, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::after {
          content: "";
          background-image: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.40212 19.6864C1.83037 19.6864 1.28203 19.4592 0.877743 19.0549C0.473454 18.6506 0.246325 18.1023 0.246325 17.5306V12.2661C0.246325 11.6943 0.473454 11.146 0.877743 10.7417C1.28203 10.3374 1.83037 10.1103 2.40212 10.1103H5.39437C5.39437 9.3529 5.34982 8.5955 5.26071 7.83809C5.12705 7.03614 4.90428 6.32329 4.59241 5.69954C4.28054 5.0758 3.87884 4.58499 3.38732 4.22713C2.89867 3.82615 2.27493 3.62567 1.51609 3.62567V0.28418C2.76358 0.28418 3.85585 0.551498 4.7929 1.08614C5.72347 1.61404 6.52299 2.34502 7.13194 3.22469C7.74503 4.19296 8.19646 5.25455 8.46853 6.36784C8.74365 7.59609 8.87817 8.85165 8.86951 10.1103V17.5306C8.86951 18.1023 8.64238 18.6506 8.23809 19.0549C7.8338 19.4592 7.28547 19.6864 6.71372 19.6864H2.40212ZM15.3369 19.6864C14.7652 19.6864 14.2168 19.4592 13.8125 19.0549C13.4082 18.6506 13.1811 18.1023 13.1811 17.5306V12.2661C13.1811 11.6943 13.4082 11.146 13.8125 10.7417C14.2168 10.3374 14.7652 10.1103 15.3369 10.1103H18.3291C18.3291 9.3529 18.2846 8.5955 18.1955 7.83809C18.0604 7.03614 17.8376 6.32329 17.5272 5.69954C17.2153 5.0758 16.8136 4.58499 16.3221 4.22713C15.8335 3.82615 15.2097 3.62567 14.4509 3.62567V0.28418C15.6984 0.28418 16.7906 0.551498 17.7277 1.08614C18.6582 1.61404 19.4578 2.34502 20.0667 3.22469C20.6798 4.19296 21.1312 5.25455 21.4033 6.36784C21.6784 7.59609 21.813 8.85165 21.8043 10.1103V17.5306C21.8043 18.1023 21.5772 18.6506 21.1729 19.0549C20.7686 19.4592 20.2203 19.6864 19.6485 19.6864H15.3369Z" fill="%231B3D5C"/></svg>');
          position: absolute;
          right: 0;
          bottom: 0;
          opacity: .7;
          width: 22px;
          height: 22px;
          background-size: 18px;
          background-position: center;
          background-repeat: no-repeat; }
          @media (min-width: 551px) {
            .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::after, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::after, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header::after {
              background-size: 22px; } }
        .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header .readmore-button, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header .readmore-button, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header .readmore-button {
          cursor: pointer; }
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header .readmore-button:hover, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header .readmore-button:hover, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-header .readmore-button:hover {
            color: #EE6200; }
      .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-author, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-author, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-author {
        margin: 0;
        font-size: 12px;
        padding: 0 32px;
        font-weight: 600;
        text-align: left;
        color: #1B3D5C;
        line-height: 20px;
        position: relative; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-author, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-author, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-author {
            padding: 0 36px; } }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-author, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-author, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-author {
            font-size: 14px;
            line-height: 20px; } }
      .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-bg, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-bg, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-bg {
        margin: 0;
        opacity: .7;
        font-size: 12px;
        padding: 0 32px;
        font-weight: 400;
        text-align: left;
        color: #1B3D5C;
        line-height: 20px; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-bg, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-bg, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-bg {
            padding: 0 36px; } }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-bg, .specific-industry-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-bg, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .stories-inner .story-bg {
            font-size: 14px;
            line-height: 20px; } }
    .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-dots, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-dots, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-dots {
      bottom: -3px; }
      .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-dots li, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-dots li, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-dots li {
        padding: 0;
        width: 1.5rem;
        height: 1.5rem; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-dots li, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-dots li, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-dots li {
            width: 2.28571rem;
            height: 2.28571rem;
            padding: 0.35714rem; } }
        .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-dots li button, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-dots li button, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-dots li button {
          border: 0;
          width: 10px;
          height: 10px; }
          @media (min-width: 801px) {
            .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-dots li button, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-dots li button, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-dots li button {
              width: 1.07143rem;
              height: 1.07143rem; } }
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-dots li button:before, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-dots li button:before, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-dots li button:before {
            width: 10px;
            height: 10px;
            background: #BBC5CE; }
            @media (min-width: 801px) {
              .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-dots li button:before, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-dots li button:before, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-dots li button:before {
                width: 1.07143rem;
                height: 1.07143rem; } }
        .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-dots li.slick-active button:before, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-dots li.slick-active button:before, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-dots li.slick-active button:before {
          background: #1B3D5C; }
    .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow {
      border: 0;
      padding: 0;
      z-index: 1;
      top: unset;
      width: 20px;
      bottom: 11px;
      height: 25px;
      margin-top: 0;
      bottom: -17px;
      background-color: transparent; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow {
          top: 50%;
          bottom: unset; } }
      .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-prev, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-prev, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-prev {
        left: 8px; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-prev, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-prev, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-prev {
            left: -22px; } }
        .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-prev:before, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-prev:before, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-prev:before {
          background-image: url('data:image/svg+xml,<svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.772911 7.8446C0.529393 8.08819 0.39259 8.41853 0.39259 8.76297C0.39259 9.10741 0.529393 9.43775 0.772911 9.68134L8.12119 17.0296C8.24101 17.1537 8.38435 17.2526 8.54283 17.3207C8.70131 17.3888 8.87176 17.4246 9.04423 17.4261C9.21671 17.4276 9.38776 17.3948 9.5474 17.3294C9.70704 17.2641 9.85207 17.1677 9.97403 17.0457C10.096 16.9238 10.1924 16.7787 10.2578 16.6191C10.3231 16.4594 10.3559 16.2884 10.3544 16.1159C10.3529 15.9434 10.3171 15.773 10.249 15.6145C10.181 15.456 10.082 15.3127 9.95793 15.1929L3.52803 8.76297L9.95793 2.33306C10.1946 2.08807 10.3255 1.75995 10.3225 1.41937C10.3196 1.07878 10.1829 0.752983 9.94211 0.512144C9.70127 0.271303 9.37547 0.134691 9.03489 0.131731C8.6943 0.128773 8.36618 0.259701 8.12119 0.496319L0.772911 7.8446Z" fill="%231B3D5C"/></svg>'); }
      .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-next, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-next, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-next {
        right: 8px; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-next, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-next, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-next {
            right: -22px; } }
        .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-next:before, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-next:before, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow.slick-next:before {
          background-image: url('data:image/svg+xml,<svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.2271 7.8446C10.4706 8.08819 10.6074 8.41853 10.6074 8.76297C10.6074 9.10741 10.4706 9.43775 10.2271 9.68134L2.87881 17.0296C2.75899 17.1537 2.61565 17.2526 2.45717 17.3207C2.29869 17.3888 2.12824 17.4246 1.95577 17.4261C1.78329 17.4276 1.61224 17.3948 1.4526 17.3294C1.29296 17.2641 1.14793 17.1677 1.02597 17.0457C0.904003 16.9238 0.807551 16.7787 0.742237 16.6191C0.676924 16.4594 0.644058 16.2884 0.645557 16.1159C0.647056 15.9434 0.682889 15.773 0.750967 15.6145C0.819045 15.456 0.918003 15.3127 1.04207 15.1929L7.47197 8.76297L1.04207 2.33306C0.805449 2.08807 0.67452 1.75995 0.67748 1.41937C0.680439 1.07878 0.817051 0.752983 1.05789 0.512144C1.29873 0.271303 1.62453 0.134691 1.96511 0.131731C2.3057 0.128773 2.63382 0.259701 2.87881 0.496319L10.2271 7.8446Z" fill="%231B3D5C"/></svg>'); }
      .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow:before, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow:before, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow:before {
        width: 20px;
        height: 25px;
        background-size: 9px; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .customer-stories-wrap .stories-wrap .slick-arrow:before, .specific-industry-wrap .customer-stories-wrap .stories-wrap .slick-arrow:before, .categoryGateway-wrap .customer-stories-wrap .stories-wrap .slick-arrow:before {
            background-size: 12px; } }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .customer-stories-wrap.law .stories-wrap, .specific-industry-wrap .customer-stories-wrap.law .stories-wrap, .categoryGateway-wrap .customer-stories-wrap.law .stories-wrap {
      padding: 20px 0 0px 0px; } }

.cons-secuirty-wrap .why-bgps-wrap, .specific-industry-wrap .why-bgps-wrap, .categoryGateway-wrap .why-bgps-wrap {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .why-bgps-wrap, .specific-industry-wrap .why-bgps-wrap, .categoryGateway-wrap .why-bgps-wrap {
      padding: 48px 0; } }
  .cons-secuirty-wrap .why-bgps-wrap .bhs-btns-wrap, .specific-industry-wrap .why-bgps-wrap .bhs-btns-wrap, .categoryGateway-wrap .why-bgps-wrap .bhs-btns-wrap {
    gap: 15px 10px;
    margin: 20px auto 0 auto;
    max-width: 600px;
    width: 100%; }
    .cons-secuirty-wrap .why-bgps-wrap .bhs-btns-wrap.single-btn, .specific-industry-wrap .why-bgps-wrap .bhs-btns-wrap.single-btn, .categoryGateway-wrap .why-bgps-wrap .bhs-btns-wrap.single-btn {
      justify-content: center; }
  .cons-secuirty-wrap .why-bgps-wrap .innovative-video, .specific-industry-wrap .why-bgps-wrap .innovative-video, .categoryGateway-wrap .why-bgps-wrap .innovative-video {
    margin: 40px 0 0;
    position: relative;
    border-radius: 8px;
    padding-bottom: 56%; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .why-bgps-wrap .innovative-video, .specific-industry-wrap .why-bgps-wrap .innovative-video, .categoryGateway-wrap .why-bgps-wrap .innovative-video {
        border-radius: 20px; } }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .why-bgps-wrap .innovative-video, .specific-industry-wrap .why-bgps-wrap .innovative-video, .categoryGateway-wrap .why-bgps-wrap .innovative-video {
        margin: 48px 0 0; } }
    .cons-secuirty-wrap .why-bgps-wrap .innovative-video iframe, .specific-industry-wrap .why-bgps-wrap .innovative-video iframe, .categoryGateway-wrap .why-bgps-wrap .innovative-video iframe {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px; }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .why-bgps-wrap .innovative-video iframe, .specific-industry-wrap .why-bgps-wrap .innovative-video iframe, .categoryGateway-wrap .why-bgps-wrap .innovative-video iframe {
          border-radius: 20px; } }
  .cons-secuirty-wrap .why-bgps-wrap.affiliate .sec-page-title, .specific-industry-wrap .why-bgps-wrap.affiliate .sec-page-title, .categoryGateway-wrap .why-bgps-wrap.affiliate .sec-page-title {
    text-align: left; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .why-bgps-wrap.affiliate .sec-page-title, .specific-industry-wrap .why-bgps-wrap.affiliate .sec-page-title, .categoryGateway-wrap .why-bgps-wrap.affiliate .sec-page-title {
        text-align: center; } }
  .cons-secuirty-wrap .why-bgps-wrap.affiliate .common-detail-page, .specific-industry-wrap .why-bgps-wrap.affiliate .common-detail-page, .categoryGateway-wrap .why-bgps-wrap.affiliate .common-detail-page {
    opacity: 1;
    font-weight: 600;
    text-align: center; }

.cons-secuirty-wrap .gps-bhs-faq-wrap, .specific-industry-wrap .gps-bhs-faq-wrap, .categoryGateway-wrap .gps-bhs-faq-wrap {
  padding: 40px 0;
  background-color: #1B3D5C; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .gps-bhs-faq-wrap, .specific-industry-wrap .gps-bhs-faq-wrap, .categoryGateway-wrap .gps-bhs-faq-wrap {
      padding: 48px 0; } }
  .cons-secuirty-wrap .gps-bhs-faq-wrap .FAQBox, .specific-industry-wrap .gps-bhs-faq-wrap .FAQBox, .categoryGateway-wrap .gps-bhs-faq-wrap .FAQBox {
    padding: 18px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
    .cons-secuirty-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle, .specific-industry-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle, .categoryGateway-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle {
      margin: 0;
      cursor: pointer;
      font-size: 16px;
      color: #fff;
      font-weight: 600;
      text-align: left;
      line-height: 23px;
      position: relative;
      padding: 0 12px 0 0; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle, .specific-industry-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle, .categoryGateway-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle {
          font-size: 18px;
          line-height: 26px; } }
      .cons-secuirty-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle:after, .specific-industry-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle:after, .categoryGateway-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        height: 8px;
        width: 12px;
        background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4694 0.712891L6.39313 5.78912L1.31689 0.712891" stroke="white" stroke-width="1.52287"/></svg>');
        background-size: 100%;
        transform-origin: center;
        transition: .2s all ease;
        background-repeat: no-repeat;
        background-position: right center;
        transform: translateY(-50%) rotate(0deg); }
      .cons-secuirty-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle.current:after, .specific-industry-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle.current:after, .categoryGateway-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle.current:after {
        transition: .2s all ease;
        transform: translateY(-50%) rotate(180deg); }
    .cons-secuirty-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph, .specific-industry-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph, .categoryGateway-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph {
      opacity: .7;
      font-size: 16px;
      color: #ffffff;
      font-weight: 400;
      text-align: left;
      line-height: 24px;
      margin: 0;
      padding: 18px 0 0 0;
      list-style: inside; }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph, .specific-industry-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph, .categoryGateway-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph {
          font-size: 18px; } }
      .cons-secuirty-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph a, .specific-industry-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph a, .categoryGateway-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph a {
        color: #fff;
        font-weight: 600; }
        .cons-secuirty-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph a:hover, .specific-industry-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph a:hover, .categoryGateway-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph a:hover {
          color: #EE6200; }

.cons-secuirty-wrap .bhs-help-wrap, .specific-industry-wrap .bhs-help-wrap, .categoryGateway-wrap .bhs-help-wrap {
  padding: 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .bhs-help-wrap, .specific-industry-wrap .bhs-help-wrap, .categoryGateway-wrap .bhs-help-wrap {
      padding: 48px 0; } }
  .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between; }
    .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left {
      width: 100%; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left {
          width: calc(50% - 12px); } }
      .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left .sec-page-title, .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left .common-detail-page, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left .sec-page-title, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left .common-detail-page, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left .sec-page-title, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left .common-detail-page {
        text-align: left; }
      .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul {
        list-style: none;
        margin: 24px 0 0 0; }
        .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li {
          display: flex;
          flex-wrap: nowrap;
          background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M24 12.8813C24 15.2547 23.2962 17.5748 21.9776 19.5482C20.6591 21.5216 18.7849 23.0596 16.5922 23.9679C14.3995 24.8762 11.9867 25.1138 9.65892 24.6508C7.33115 24.1877 5.19295 23.0449 3.51472 21.3666C1.83649 19.6884 0.693605 17.5502 0.230582 15.2224C-0.232441 12.8947 0.00519943 10.4819 0.913451 8.28914C1.8217 6.09643 3.35977 4.22229 5.33316 2.90371C7.30655 1.58514 9.62663 0.881348 12 0.881348C15.1826 0.881348 18.2348 2.14563 20.4853 4.39607C22.7357 6.6465 24 9.69875 24 12.8813Z" fill="%233A8DDE"/><path d="M15 12.8813C15 13.4747 14.8241 14.0547 14.4944 14.5481C14.1648 15.0414 13.6962 15.4259 13.148 15.653C12.5999 15.88 11.9967 15.9395 11.4147 15.8237C10.8328 15.7079 10.2982 15.4222 9.87868 15.0027C9.45912 14.5831 9.1734 14.0486 9.05765 13.4666C8.94189 12.8847 9.0013 12.2815 9.22836 11.7333C9.45543 11.1851 9.83994 10.7166 10.3333 10.3869C10.8266 10.0573 11.4067 9.88135 12 9.88135C12.7957 9.88135 13.5587 10.1974 14.1213 10.76C14.6839 11.3226 15 12.0857 15 12.8813Z" fill="%233A8DDE"/></svg>');
          padding-left: 30px;
          background-repeat: no-repeat;
          background-position: left center; }
          .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li p, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li p, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li p {
            margin: 0;
            font-size: 14px;
            color: #1B3D5C;
            font-weight: 600;
            line-height: 23px;
            width: calc(100% - 40px); }
            @media (min-width: 801px) {
              .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li p, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li p, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li p {
                font-size: 16px;
                line-height: 24px; } }
          .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li .list-round, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li .list-round, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li .list-round {
            display: flex;
            width: 24px;
            height: 24px;
            margin: 0 12px 0 0;
            align-items: center;
            border-radius: 100px;
            background: #C8DCF3;
            vertical-align: middle;
            justify-content: center; }
            .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li .list-round .list-round-inner, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li .list-round .list-round-inner, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li .list-round .list-round-inner {
              display: inline-block;
              width: 6px;
              height: 6px;
              border-radius: 100px;
              background: #3A8DDE; }
          .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li + li, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li + li, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-left ul li + li {
            margin-top: 10px; }
    .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right {
      width: 100%; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right {
          width: calc(50% - 12px); } }
      .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap {
        border: 0;
        width: 100%;
        position: unset;
        background-color: #ECF0F8; }
        .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper {
          padding: 0; }
          .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_full, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_full, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_full {
            display: flex;
            gap: 12px 16px;
            flex-wrap: wrap;
            padding-bottom: 12px;
            justify-content: space-between; }
            .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_full .ns_half, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_full .ns_half, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_full .ns_half {
              width: 100%; }
              @media (min-width: 551px) {
                .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_full .ns_half, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_full .ns_half, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_full .ns_half {
                  width: calc(50% - 8px); } }
          .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper input[type="text"], .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper input[type="text"], .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper input[type="text"] {
            font-size: 14px;
            color: #1B3D5C;
            padding: 6px 12px !important;
            border-radius: 8px !important; }
            .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper input[type="text"]::placeholder, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper input[type="text"]::placeholder, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper input[type="text"]::placeholder {
              opacity: .7 !important;
              color: #1B3D5C !important;
              font-family: "inter" !important; }
          .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_submit, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_submit, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_submit {
            font-weight: 600;
            font-size: 18px;
            border-radius: 50px;
            transition: .2s all ease;
            border: 2px solid #F27221;
            background-color: #F27221; }
            .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_submit:hover, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_submit:hover, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .industry-page-client-form-wrapper .ns_submit:hover {
              color: #F27221;
              transition: .2s all ease;
              background-color: #fff !important; }
        .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page {
          margin: 0;
          text-align: center; }
          .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3), .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3), .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3) {
            font-size: 12px; }
            .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3) a, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3) a, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3) a {
              color: #1B3D5C; }
              .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3) a:hover, .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3) a:hover, .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3) a:hover {
                color: #F27221; }
            @media (min-width: 801px) {
              .cons-secuirty-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3), .specific-industry-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3), .categoryGateway-wrap .bhs-help-wrap .bhs-help-inner-wrap .bhs-help-right .industry-page-form-wrap .common-detail-page:nth-child(3) {
                font-size: 16px; } }

.cons-secuirty-wrap .maintenance-businesses, .specific-industry-wrap .maintenance-businesses, .categoryGateway-wrap .maintenance-businesses {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .maintenance-businesses, .specific-industry-wrap .maintenance-businesses, .categoryGateway-wrap .maintenance-businesses {
      padding: 48px 0; } }
  .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0 20px;
    justify-content: space-between; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap {
        padding: 0 20px; } }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap {
        gap: 60px 20px; } }
    .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow {
      margin: 0;
      border: 0;
      padding: 0;
      width: 30px;
      height: 30px;
      display: block !important;
      background-color: transparent; }
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-next, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-next, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-next {
        right: -16px;
        top: calc(50% - 0); }
        .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-next:before, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-next:before, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-next:before {
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z" fill="%231B3D5C"></path></g></svg>'); }
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-prev, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-prev, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-prev {
        left: -16px;
        top: calc(50% - 0); }
        .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-prev:before, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-prev:before, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow.slick-prev:before {
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z" fill="%231B3D5C"></path></g></svg>'); }
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow:before, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow:before, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-arrow:before {
        width: 30px;
        height: 30px; }
    .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner {
      padding: 0;
      display: block !important;
      box-shadow: none;
      width: calc(50% - 12px);
      background-color: transparent; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner {
          width: calc(33.33% - 20px); } }
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon {
        display: block;
        border-radius: 14px; }
        .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon .business-app-img, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon .business-app-img, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon .business-app-img {
          width: 100%;
          object-fit: cover;
          border-radius: 14px; }
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .feat-title, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .feat-title, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .feat-title {
        color: #444;
        font-size: 20px;
        font-weight: 700;
        margin: 16px 0 8px;
        text-align: center;
        text-decoration: none; }
        .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .feat-title.blue, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .feat-title.blue, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .feat-title.blue {
          color: #1B3D5C; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .feat-title, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .feat-title, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner .feat-title {
            font-size: 22px; } }
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner a.feat-title, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner a.feat-title, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner a.feat-title {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
        max-width: fit-content; }
        .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner a.feat-title:hover, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner a.feat-title:hover, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .platform-feat-inner a.feat-title:hover {
          text-decoration: underline; }
    .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li {
      padding: 0;
      width: 12px;
      height: 12px;
      margin: 0 6px;
      position: relative; }
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li button, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li button, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li button {
        top: 0;
        left: 0;
        width: 12px;
        height: 12px;
        position: absolute;
        border: 2px solid #fff; }
        .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li button:before, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li button:before, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li button:before {
          display: none;
          width: 12px;
          height: 12px; }
      .cons-secuirty-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li.slick-active button, .specific-industry-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li.slick-active button, .categoryGateway-wrap .maintenance-businesses .platform-feat-wrap .slick-dots li.slick-active button {
        background-color: #fff; }

.cons-secuirty-wrap .assets-businesses, .specific-industry-wrap .assets-businesses, .categoryGateway-wrap .assets-businesses {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .assets-businesses, .specific-industry-wrap .assets-businesses, .categoryGateway-wrap .assets-businesses {
      padding: 48px 0; } }
  .cons-secuirty-wrap .assets-businesses .platform-feat-wrap, .specific-industry-wrap .assets-businesses .platform-feat-wrap, .categoryGateway-wrap .assets-businesses .platform-feat-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0 20px;
    justify-content: center;
    align-items: center; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap, .specific-industry-wrap .assets-businesses .platform-feat-wrap, .categoryGateway-wrap .assets-businesses .platform-feat-wrap {
        padding: 0 20px; } }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap, .specific-industry-wrap .assets-businesses .platform-feat-wrap, .categoryGateway-wrap .assets-businesses .platform-feat-wrap {
        gap: 60px 40px; } }
    .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-arrow, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-arrow, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-arrow {
      margin: 0;
      border: 0;
      padding: 0;
      width: 30px;
      height: 30px;
      display: block !important;
      background-color: transparent; }
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-next, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-next, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-next {
        right: -16px;
        top: calc(50% - 0); }
        .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-next:before, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-next:before, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-next:before {
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z" fill="%231B3D5C"></path></g></svg>'); }
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-prev, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-prev, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-prev {
        left: -16px;
        top: calc(50% - 0); }
        .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-prev:before, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-prev:before, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-arrow.slick-prev:before {
          background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0606 11.9999L15.5303 17.4696L14.4696 18.5303L7.93928 11.9999L14.4696 5.46961L15.5303 6.53027L10.0606 11.9999Z" fill="%231B3D5C"></path></g></svg>'); }
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-arrow:before, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-arrow:before, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-arrow:before {
        width: 30px;
        height: 30px; }
    .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner, .specific-industry-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner {
      padding: 0;
      display: block !important;
      box-shadow: none;
      width: calc(50% - 12px);
      background-color: transparent; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner, .specific-industry-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner {
          width: calc(50% - 20px); } }
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon, .specific-industry-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon {
        display: block;
        border-radius: 14px; }
        .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon .business-app-img, .specific-industry-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon .business-app-img, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .busniess-icon .business-app-img {
          width: 100%;
          object-fit: cover;
          border-radius: 14px; }
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .feat-title, .specific-industry-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .feat-title, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .feat-title {
        color: #444;
        font-size: 20px;
        font-weight: 700;
        margin: 16px 0 8px;
        text-align: center; }
        .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .feat-title.blue, .specific-industry-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .feat-title.blue, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .feat-title.blue {
          color: #1B3D5C; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .feat-title, .specific-industry-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .feat-title, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner .feat-title {
            font-size: 22px; } }
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner a.feat-title, .specific-industry-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner a.feat-title, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner a.feat-title {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
        max-width: fit-content; }
        .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner a.feat-title:hover, .specific-industry-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner a.feat-title:hover, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .platform-feat-inner a.feat-title:hover {
          text-decoration: underline; }
    .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-dots li, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-dots li, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-dots li {
      padding: 0;
      width: 12px;
      height: 12px;
      margin: 0 6px;
      position: relative; }
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-dots li button, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-dots li button, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-dots li button {
        top: 0;
        left: 0;
        width: 12px;
        height: 12px;
        position: absolute;
        border: 2px solid #fff; }
        .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-dots li button:before, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-dots li button:before, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-dots li button:before {
          display: none;
          width: 12px;
          height: 12px; }
      .cons-secuirty-wrap .assets-businesses .platform-feat-wrap .slick-dots li.slick-active button, .specific-industry-wrap .assets-businesses .platform-feat-wrap .slick-dots li.slick-active button, .categoryGateway-wrap .assets-businesses .platform-feat-wrap .slick-dots li.slick-active button {
        background-color: #fff; }
  .cons-secuirty-wrap .assets-businesses .assets-businesses-bottom, .specific-industry-wrap .assets-businesses .assets-businesses-bottom, .categoryGateway-wrap .assets-businesses .assets-businesses-bottom {
    margin: 2rem 0 0;
    text-align: center; }
    .cons-secuirty-wrap .assets-businesses .assets-businesses-bottom p, .specific-industry-wrap .assets-businesses .assets-businesses-bottom p, .categoryGateway-wrap .assets-businesses .assets-businesses-bottom p {
      color: #444;
      font-size: 16px; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .assets-businesses .assets-businesses-bottom p, .specific-industry-wrap .assets-businesses .assets-businesses-bottom p, .categoryGateway-wrap .assets-businesses .assets-businesses-bottom p {
          font-size: 18px; } }
    .cons-secuirty-wrap .assets-businesses .assets-businesses-bottom .assets-action .button, .specific-industry-wrap .assets-businesses .assets-businesses-bottom .assets-action .button, .categoryGateway-wrap .assets-businesses .assets-businesses-bottom .assets-action .button {
      align-items: center;
      background-color: #F27221;
      border: 1px solid #F27221;
      border-radius: 100px;
      color: #fff;
      display: inline-flex;
      font-size: 18px;
      font-weight: 700;
      justify-content: center;
      line-height: 21px;
      margin: 2rem auto 0;
      max-width: 350px;
      min-height: 56px;
      width: 100%; }

.cons-secuirty-wrap .additional-banner, .specific-industry-wrap .additional-banner, .categoryGateway-wrap .additional-banner {
  text-align: center; }

.cons-secuirty-wrap .recomended-devices, .specific-industry-wrap .recomended-devices, .categoryGateway-wrap .recomended-devices {
  padding: 40px 0;
  background-color: #1B3D5C; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .recomended-devices, .specific-industry-wrap .recomended-devices, .categoryGateway-wrap .recomended-devices {
      padding: 48px 0; } }
  .cons-secuirty-wrap .recomended-devices .common-detail-page, .specific-industry-wrap .recomended-devices .common-detail-page, .categoryGateway-wrap .recomended-devices .common-detail-page {
    color: #fff; }
  .cons-secuirty-wrap .recomended-devices .recomend-device-wrap, .specific-industry-wrap .recomended-devices .recomend-device-wrap, .categoryGateway-wrap .recomended-devices .recomend-device-wrap {
    display: flex;
    gap: 24px 10px;
    flex-wrap: wrap;
    margin: 32px 0 0 0;
    justify-content: space-between; }
    .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner {
      width: 100%; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner {
          width: calc(50% - 16px); } }
      .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner img, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner img, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner img {
        display: block;
        width: 100%;
        border-radius: 10px; }
      .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content {
        margin: 24px 0 0 0; }
        .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content h4 a, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content h4 a, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content h4 a {
          color: #fff;
          font-size: 20px;
          font-weight: 600;
          text-align: left;
          margin: 0 0 26px;
          line-height: 24px;
          text-decoration: none; }
          .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content h4 a:hover, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content h4 a:hover, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content h4 a:hover {
            color: #EE6200;
            text-decoration: underline; }
          @media (min-width: 801px) {
            .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content h4 a, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content h4 a, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content h4 a {
              font-size: 28px;
              margin: 0 0 16px;
              line-height: 34px; } }
        .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul {
          margin: 0;
          list-style: none; }
          .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li {
            padding: 0 0 0 30px;
            background-repeat: no-repeat;
            background-position: left top 2px; }
            @media (min-width: 801px) {
              .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li {
                padding: 2px 0 2px 30px; } }
            .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li span, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li span, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li span {
              opacity: .7;
              color: #fff;
              font-size: 16px;
              text-align: left;
              font-weight: 400;
              line-height: 22px; }
              @media (min-width: 801px) {
                .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li span, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li span, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li span {
                  font-size: 18px; } }
            .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li + li, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li + li, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li + li {
              margin: 16px 0 0 0; }
            .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.reliable, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.reliable, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.reliable {
              background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 15H2C1.73478 15 1.48043 14.8946 1.29289 14.7071C1.10536 14.5196 1 14.2652 1 14V2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H18C18.2652 1 18.5196 1.10536 18.7071 1.29289C18.8946 1.48043 19 1.73478 19 2V9.5M17 16V16.01M1 11H12M6 19H10.5M8 15L7.5 19M19.121 18.121C19.5407 17.7015 19.8265 17.1669 19.9423 16.585C20.0581 16.003 19.9988 15.3997 19.7717 14.8515C19.5447 14.3033 19.1602 13.8347 18.6668 13.505C18.1734 13.1753 17.5934 12.9994 17 12.9994C16.4066 12.9994 15.8266 13.1753 15.3332 13.505C14.8398 13.8347 14.4553 14.3033 14.2283 14.8515C14.0012 15.3997 13.9419 16.003 14.0577 16.585C14.1735 17.1669 14.4594 17.7015 14.879 18.121C15.297 18.54 16.004 19.166 17 20C18.051 19.11 18.759 18.484 19.121 18.121Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
            .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.realTime, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.realTime, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.realTime {
              background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.942 11.3462C19.1466 9.55403 18.808 7.74174 17.9701 6.14438C17.1322 4.54702 15.8336 3.2383 14.2428 2.38798C12.652 1.53765 10.8424 1.18495 9.04873 1.37563C7.25504 1.56631 5.56004 2.29157 4.18357 3.45733C2.8071 4.62309 1.81268 6.17557 1.3293 7.91339C0.845921 9.65121 0.895884 11.4942 1.47271 13.2033C2.04954 14.9123 3.12661 16.4087 4.56422 17.4981C6.00183 18.5876 7.73364 19.22 9.53502 19.3132M10 5.32518V10.3252L13 13.3252M13 17.3252L15 19.3252L19 15.3252" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
            .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.evidence, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.evidence, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.evidence {
              background-image: url('data:image/svg+xml,<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 17H3C2.46957 17 1.96086 16.7893 1.58579 16.4142C1.21071 16.0391 1 15.5304 1 15V6C1 5.46957 1.21071 4.96086 1.58579 4.58579C1.96086 4.21071 2.46957 4 3 4H4C4.53043 4 5.03914 3.78929 5.41421 3.41421C5.78929 3.03914 6 2.53043 6 2C6 1.73478 6.10536 1.48043 6.29289 1.29289C6.48043 1.10536 6.73478 1 7 1H13C13.2652 1 13.5196 1.10536 13.7071 1.29289C13.8946 1.48043 14 1.73478 14 2C14 2.53043 14.2107 3.03914 14.5858 3.41421C14.9609 3.78929 15.4696 4 16 4H17C17.5304 4 18.0391 4.21071 18.4142 4.58579C18.7893 4.96086 19 5.46957 19 6V10M13 16L15 18L19 14M7 10C7 10.7956 7.31607 11.5587 7.87868 12.1213C8.44129 12.6839 9.20435 13 10 13C10.7956 13 11.5587 12.6839 12.1213 12.1213C12.6839 11.5587 13 10.7956 13 10C13 9.20435 12.6839 8.44129 12.1213 7.87868C11.5587 7.31607 10.7956 7 10 7C9.20435 7 8.44129 7.31607 7.87868 7.87868C7.31607 8.44129 7 9.20435 7 10Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
            .cons-secuirty-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.safety, .specific-industry-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.safety, .categoryGateway-wrap .recomended-devices .recomend-device-wrap .recomend-inner .recomend-content ul li.safety {
              background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.46 18.846C6.44929 17.9127 3.92666 15.8324 2.43721 13.0545C0.947767 10.2765 0.611114 7.02411 1.5 4C4.61553 4.14257 7.66417 3.06658 10 1C12.3358 3.06658 15.3845 4.14257 18.5 4C19.1787 6.30911 19.1473 8.76894 18.41 11.06M13 17L15 19L19 15" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }

.cons-secuirty-wrap .how-we-help-wrap, .specific-industry-wrap .how-we-help-wrap, .categoryGateway-wrap .how-we-help-wrap {
  padding: 40px 0;
  background: #ECF0F8; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .how-we-help-wrap, .specific-industry-wrap .how-we-help-wrap, .categoryGateway-wrap .how-we-help-wrap {
      padding: 48px 0; } }
  .cons-secuirty-wrap .how-we-help-wrap .common-detail-page, .cons-secuirty-wrap .how-we-help-wrap .sec-page-title, .specific-industry-wrap .how-we-help-wrap .common-detail-page, .specific-industry-wrap .how-we-help-wrap .sec-page-title, .categoryGateway-wrap .how-we-help-wrap .common-detail-page, .categoryGateway-wrap .how-we-help-wrap .sec-page-title {
    text-align: left; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .how-we-help-wrap .common-detail-page, .cons-secuirty-wrap .how-we-help-wrap .sec-page-title, .specific-industry-wrap .how-we-help-wrap .common-detail-page, .specific-industry-wrap .how-we-help-wrap .sec-page-title, .categoryGateway-wrap .how-we-help-wrap .common-detail-page, .categoryGateway-wrap .how-we-help-wrap .sec-page-title {
        text-align: center; } }
  .cons-secuirty-wrap .how-we-help-wrap .we-help-inner, .specific-industry-wrap .how-we-help-wrap .we-help-inner, .categoryGateway-wrap .how-we-help-wrap .we-help-inner {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    justify-content: space-between; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .how-we-help-wrap .we-help-inner, .specific-industry-wrap .how-we-help-wrap .we-help-inner, .categoryGateway-wrap .how-we-help-wrap .we-help-inner {
        gap: 10px;
        flex-wrap: nowrap; } }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .how-we-help-wrap .we-help-inner, .specific-industry-wrap .how-we-help-wrap .we-help-inner, .categoryGateway-wrap .how-we-help-wrap .we-help-inner {
        gap: 32px;
        margin: 48px 0 0 0; } }
    .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner {
      width: 100%; }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner {
          width: 33.33%; } }
      .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner img, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner img, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner img {
        width: 100%;
        display: block;
        object-fit: cover;
        border-radius: 10px; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner img, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner img, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner img {
            height: 210px; } }
      .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner h5, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner h5, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner h5 {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        color: #1B3D5C;
        line-height: 24px;
        text-transform: none;
        margin: 10px 0 4px 0; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner h5, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner h5, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner h5 {
            margin: 10px 0;
            font-size: 16px;
            line-height: 22px; } }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner h5, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner h5, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner h5 {
            font-size: 24px;
            line-height: 28px;
            margin: 20px 0 15px; } }
      .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner p, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner p, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #5A738B; }
        @media (min-width: 551px) {
          .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner p, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner p, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner p {
            font-size: 14px; } }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .how-we-help-wrap .we-help-inner .solve-inner p, .specific-industry-wrap .how-we-help-wrap .we-help-inner .solve-inner p, .categoryGateway-wrap .how-we-help-wrap .we-help-inner .solve-inner p {
            font-size: 16px; } }

.cons-secuirty-wrap .learn-from-experts, .specific-industry-wrap .learn-from-experts, .categoryGateway-wrap .learn-from-experts {
  padding: 40px 0;
  background: #1B3D5C; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .learn-from-experts, .specific-industry-wrap .learn-from-experts, .categoryGateway-wrap .learn-from-experts {
      padding: 48px 0; } }
  .cons-secuirty-wrap .learn-from-experts .common-detail-page, .specific-industry-wrap .learn-from-experts .common-detail-page, .categoryGateway-wrap .learn-from-experts .common-detail-page {
    color: #fff;
    text-align: center; }
  .cons-secuirty-wrap .learn-from-experts .experts-inner, .specific-industry-wrap .learn-from-experts .experts-inner, .categoryGateway-wrap .learn-from-experts .experts-inner {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px 0 0 0;
    justify-content: space-between; }
    @media (min-width: 551px) {
      .cons-secuirty-wrap .learn-from-experts .experts-inner, .specific-industry-wrap .learn-from-experts .experts-inner, .categoryGateway-wrap .learn-from-experts .experts-inner {
        gap: 10px;
        flex-wrap: nowrap; } }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .learn-from-experts .experts-inner, .specific-industry-wrap .learn-from-experts .experts-inner, .categoryGateway-wrap .learn-from-experts .experts-inner {
        gap: 20px; } }
    .cons-secuirty-wrap .learn-from-experts .experts-inner li, .specific-industry-wrap .learn-from-experts .experts-inner li, .categoryGateway-wrap .learn-from-experts .experts-inner li {
      width: 100%;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: #ECF0F8;
      text-align: left;
      padding: 10px 0px 10px 25px;
      background: url('data:image/svg+xml,<svg width="16" height="21" viewBox="0 0 16 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 1.90674V5.90674C10 6.17195 10.1054 6.42631 10.2929 6.61384C10.4804 6.80138 10.7348 6.90674 11 6.90674H15M10 1.90674H3C2.46957 1.90674 1.96086 2.11745 1.58579 2.49252C1.21071 2.8676 1 3.37631 1 3.90674V17.9067C1 18.4372 1.21071 18.9459 1.58579 19.321C1.96086 19.696 2.46957 19.9067 3 19.9067H13C13.5304 19.9067 14.0391 19.696 14.4142 19.321C14.7893 18.9459 15 18.4372 15 17.9067V6.90674M10 1.90674L15 6.90674M5 15.9067H11M5 11.9067H11" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      background-repeat: no-repeat;
      background-position: left center; }
      .cons-secuirty-wrap .learn-from-experts .experts-inner li span, .specific-industry-wrap .learn-from-experts .experts-inner li span, .categoryGateway-wrap .learn-from-experts .experts-inner li span {
        opacity: .7; }
      @media (min-width: 551px) {
        .cons-secuirty-wrap .learn-from-experts .experts-inner li, .specific-industry-wrap .learn-from-experts .experts-inner li, .categoryGateway-wrap .learn-from-experts .experts-inner li {
          width: 33.33%;
          text-align: center;
          padding: 40px 10px 10px 10px;
          background-position: center top 10px; } }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .learn-from-experts .experts-inner li, .specific-industry-wrap .learn-from-experts .experts-inner li, .categoryGateway-wrap .learn-from-experts .experts-inner li {
          padding: 52px 20px 20px 20px;
          background-position: center top 20px; } }
      @media (min-width: 1261px) {
        .cons-secuirty-wrap .learn-from-experts .experts-inner li, .specific-industry-wrap .learn-from-experts .experts-inner li, .categoryGateway-wrap .learn-from-experts .experts-inner li {
          padding: 52px 30px 20px 30px; } }

.cons-secuirty-wrap .exclusiv-access-wrap, .specific-industry-wrap .exclusiv-access-wrap, .categoryGateway-wrap .exclusiv-access-wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 40px 0;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .exclusiv-access-wrap, .specific-industry-wrap .exclusiv-access-wrap, .categoryGateway-wrap .exclusiv-access-wrap {
      gap: 48px;
      padding: 48px 0;
      flex-wrap: nowrap; } }
  .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-left, .specific-industry-wrap .exclusiv-access-wrap .eclusive-left, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-left {
    width: 100%; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-left, .specific-industry-wrap .exclusiv-access-wrap .eclusive-left, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-left {
        width: 40%; } }
    .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-left h4, .specific-industry-wrap .exclusiv-access-wrap .eclusive-left h4, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-left h4 {
      margin: 0;
      font-size: 28px;
      font-weight: 600;
      line-height: 35px;
      text-align: left;
      color: #444444; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-left h4, .specific-industry-wrap .exclusiv-access-wrap .eclusive-left h4, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-left h4 {
          font-size: 40px;
          line-height: 48px; } }
    .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-left p, .specific-industry-wrap .exclusiv-access-wrap .eclusive-left p, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-left p {
      opacity: .7;
      font-size: 16px;
      margin: 10px 0 0;
      font-weight: 400;
      text-align: left;
      color: #444444;
      line-height: 22px; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-left p, .specific-industry-wrap .exclusiv-access-wrap .eclusive-left p, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-left p {
          font-size: 18px;
          margin: 16px 0 32px; } }
    .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-left .get-pricing, .specific-industry-wrap .exclusiv-access-wrap .eclusive-left .get-pricing, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-left .get-pricing {
      display: none;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-align: left;
      line-height: 22px;
      padding: 13px 56px;
      border-radius: 100px;
      text-decoration: none;
      transition: .2s all ease;
      background-color: #F27221;
      border: 1px solid #F27221; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-left .get-pricing, .specific-industry-wrap .exclusiv-access-wrap .eclusive-left .get-pricing, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-left .get-pricing {
          display: inline-block; } }
      .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-left .get-pricing:hover, .specific-industry-wrap .exclusiv-access-wrap .eclusive-left .get-pricing:hover, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-left .get-pricing:hover {
        color: #F27221;
        background-color: #fff;
        transition: .2s all ease; }
  .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right {
    width: 100%; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right {
        width: 60%; } }
    .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner {
      background-size: 24px;
      padding: 20px 20px 20px 60px;
      background-color: #ECF0F8;
      border-top-left-radius: 10px;
      background-repeat: no-repeat;
      background-position: left 20px top 20px;
      background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 6.90674H3C2.60218 6.90674 2.22064 7.06477 1.93934 7.34608C1.65804 7.62738 1.5 8.00891 1.5 8.40674V26.4067C1.5 26.8046 1.65804 27.1861 1.93934 27.4674C2.22064 27.7487 2.60218 27.9067 3 27.9067H27C27.3978 27.9067 27.7794 27.7487 28.0607 27.4674C28.342 27.1861 28.5 26.8046 28.5 26.4067V8.40674C28.5 8.00891 28.342 7.62738 28.0607 7.34608C27.7794 7.06477 27.3978 6.90674 27 6.90674H18M18 21.9067H21M18 15.9067H24M7.5 15.9067H12V21.9067H7.5V15.9067ZM12 3.90674C12 3.50891 12.158 3.12738 12.4393 2.84608C12.7206 2.56477 13.1022 2.40674 13.5 2.40674H16.5C16.8978 2.40674 17.2794 2.56477 17.5607 2.84608C17.842 3.12738 18 3.50891 18 3.90674V8.40674C18 8.80456 17.842 9.18609 17.5607 9.4674C17.2794 9.7487 16.8978 9.90674 16.5 9.90674H13.5C13.1022 9.90674 12.7206 9.7487 12.4393 9.4674C12.158 9.18609 12 8.80456 12 8.40674V3.90674Z" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner:nth-child(2), .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner:nth-child(2), .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner:nth-child(2) {
        background-image: url('data:image/svg+xml,<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.19 29.1757C9.67393 27.7759 5.88999 24.6553 3.65582 20.4884C1.42165 16.3215 0.91667 11.4429 2.25 6.90674C6.92329 7.12059 11.4963 5.5066 15 2.40674C18.5037 5.5066 23.0767 7.12059 27.75 6.90674C28.768 10.3704 28.721 14.0602 27.615 17.4967M19.5 26.4067L22.5 29.4067L28.5 23.4067" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner:nth-child(3), .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner:nth-child(3), .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner:nth-child(3) {
        background-image: url('data:image/svg+xml,<svg width="34" height="32" viewBox="0 0 34 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 25.5317L7.742 30.3992L9.5105 20.0897L2.0105 12.7892L12.3605 11.2892L16.9895 1.90967L21.6185 11.2892L31.9685 12.7892L24.4685 20.0897L26.237 30.3992L17 25.5317Z" stroke="%233A8DDE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner {
          background-size: 30px;
          padding: 24px 24px 24px 72px;
          background-position: left 24px top 24px; } }
      .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner h5, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner h5, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner h5 {
        color: #1B3D5C;
        font-size: 16px;
        margin: 0 0 10px;
        font-weight: 600;
        text-align: left;
        line-height: 20px;
        text-transform: none; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner h5, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner h5, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner h5 {
            font-size: 18px;
            margin: 0 0 16px; } }
      .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner ul, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner ul, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner ul {
        margin-bottom: 0; }
        .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner ul li, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner ul li, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner ul li {
          font-size: 14px;
          color: #5A738B;
          font-weight: 400;
          text-align: left;
          line-height: 19px; }
          @media (min-width: 801px) {
            .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner ul li, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner ul li, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner ul li {
              font-size: 16px; } }
      .cons-secuirty-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner + .exclusiv-inner, .specific-industry-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner + .exclusiv-inner, .categoryGateway-wrap .exclusiv-access-wrap .eclusive-right .exclusiv-inner + .exclusiv-inner {
        margin-top: 2px; }

.cons-secuirty-wrap .performance-opt, .specific-industry-wrap .performance-opt, .categoryGateway-wrap .performance-opt {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 40px 0;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .cons-secuirty-wrap .performance-opt, .specific-industry-wrap .performance-opt, .categoryGateway-wrap .performance-opt {
      gap: 48px;
      padding: 48px 0;
      flex-wrap: nowrap; } }
  .cons-secuirty-wrap .performance-opt .opt-inner, .specific-industry-wrap .performance-opt .opt-inner, .categoryGateway-wrap .performance-opt .opt-inner {
    width: 100%; }
    @media (min-width: 801px) {
      .cons-secuirty-wrap .performance-opt .opt-inner, .specific-industry-wrap .performance-opt .opt-inner, .categoryGateway-wrap .performance-opt .opt-inner {
        width: 50%; } }
    .cons-secuirty-wrap .performance-opt .opt-inner img, .specific-industry-wrap .performance-opt .opt-inner img, .categoryGateway-wrap .performance-opt .opt-inner img {
      display: block;
      width: 100%;
      border-radius: 10px; }
    .cons-secuirty-wrap .performance-opt .opt-inner h4, .cons-secuirty-wrap .performance-opt .opt-inner h2, .cons-secuirty-wrap .performance-opt .opt-inner .opt-title, .specific-industry-wrap .performance-opt .opt-inner h4, .specific-industry-wrap .performance-opt .opt-inner h2, .specific-industry-wrap .performance-opt .opt-inner .opt-title, .categoryGateway-wrap .performance-opt .opt-inner h4, .categoryGateway-wrap .performance-opt .opt-inner h2, .categoryGateway-wrap .performance-opt .opt-inner .opt-title {
      margin: 0;
      font-size: 28px;
      font-weight: 600;
      line-height: 35px;
      text-align: left;
      color: #444444; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .performance-opt .opt-inner h4, .cons-secuirty-wrap .performance-opt .opt-inner h2, .cons-secuirty-wrap .performance-opt .opt-inner .opt-title, .specific-industry-wrap .performance-opt .opt-inner h4, .specific-industry-wrap .performance-opt .opt-inner h2, .specific-industry-wrap .performance-opt .opt-inner .opt-title, .categoryGateway-wrap .performance-opt .opt-inner h4, .categoryGateway-wrap .performance-opt .opt-inner h2, .categoryGateway-wrap .performance-opt .opt-inner .opt-title {
          font-size: 40px;
          line-height: 48px; } }
    .cons-secuirty-wrap .performance-opt .opt-inner p, .specific-industry-wrap .performance-opt .opt-inner p, .categoryGateway-wrap .performance-opt .opt-inner p {
      opacity: .7;
      font-size: 16px;
      margin: 10px 0 0;
      font-weight: 400;
      text-align: left;
      color: #444444;
      line-height: 22px; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .performance-opt .opt-inner p, .specific-industry-wrap .performance-opt .opt-inner p, .categoryGateway-wrap .performance-opt .opt-inner p {
          font-size: 18px;
          margin: 16px 0 32px; } }
    .cons-secuirty-wrap .performance-opt .opt-inner .get-pricing, .specific-industry-wrap .performance-opt .opt-inner .get-pricing, .categoryGateway-wrap .performance-opt .opt-inner .get-pricing {
      display: none;
      color: #1B3D5C;
      font-size: 14px;
      font-weight: 600;
      text-align: left;
      line-height: 20px;
      text-align: center;
      margin: 15px 0 0 0;
      padding: 13px 56px;
      border-radius: 100px;
      text-decoration: none;
      transition: .2s all ease;
      background-color: #fff;
      border: 1px solid #1B3D5C; }
      @media (min-width: 801px) {
        .cons-secuirty-wrap .performance-opt .opt-inner .get-pricing, .specific-industry-wrap .performance-opt .opt-inner .get-pricing, .categoryGateway-wrap .performance-opt .opt-inner .get-pricing {
          margin: 0;
          font-size: 18px;
          line-height: 22px;
          display: inline-block; } }
      .cons-secuirty-wrap .performance-opt .opt-inner .get-pricing:hover, .specific-industry-wrap .performance-opt .opt-inner .get-pricing:hover, .categoryGateway-wrap .performance-opt .opt-inner .get-pricing:hover {
        color: #fff;
        transition: .2s all ease;
        background-color: #1B3D5C; }
      .cons-secuirty-wrap .performance-opt .opt-inner .get-pricing.affiliate, .specific-industry-wrap .performance-opt .opt-inner .get-pricing.affiliate, .categoryGateway-wrap .performance-opt .opt-inner .get-pricing.affiliate {
        display: block;
        color: #fff;
        background-color: #F27221;
        border: 1px solid #F27221; }
        @media (min-width: 801px) {
          .cons-secuirty-wrap .performance-opt .opt-inner .get-pricing.affiliate, .specific-industry-wrap .performance-opt .opt-inner .get-pricing.affiliate, .categoryGateway-wrap .performance-opt .opt-inner .get-pricing.affiliate {
            display: inline-block; } }
        .cons-secuirty-wrap .performance-opt .opt-inner .get-pricing.affiliate:hover, .specific-industry-wrap .performance-opt .opt-inner .get-pricing.affiliate:hover, .categoryGateway-wrap .performance-opt .opt-inner .get-pricing.affiliate:hover {
          color: #F27221;
          background-color: #fff; }
  .cons-secuirty-wrap .performance-opt.affiliate .opt-inner p, .specific-industry-wrap .performance-opt.affiliate .opt-inner p, .categoryGateway-wrap .performance-opt.affiliate .opt-inner p {
    color: #7C7C7C;
    opacity: 1; }
    .cons-secuirty-wrap .performance-opt.affiliate .opt-inner p span, .specific-industry-wrap .performance-opt.affiliate .opt-inner p span, .categoryGateway-wrap .performance-opt.affiliate .opt-inner p span {
      color: #444444;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 10px; }

.best-secuirty-products-wrap {
  margin: 20px 0 0; }
  @media (min-width: 801px) {
    .best-secuirty-products-wrap {
      margin: 48px 0 0; } }
  .best-secuirty-products-wrap .slick-list.draggable {
    padding: 0 70px 0 0 !important; }
    @media (min-width: 801px) {
      .best-secuirty-products-wrap .slick-list.draggable {
        padding: 0 !important; } }

.recommended-best-prods {
  padding-bottom: 20px; }
  .recommended-best-prods .slick-track {
    margin: 0; }

.data-service-wrap .common-title-gps-page, .data-service-wrap .common-title-page {
  font-size: 28px;
  line-height: 3rem;
  font-weight: 600; }
  @media (min-width: 801px) {
    .data-service-wrap .common-title-gps-page, .data-service-wrap .common-title-page {
      font-size: 39px;
      line-height: 3.4rem; } }
  .data-service-wrap .common-title-gps-page.odd, .data-service-wrap .common-title-page.odd {
    color: #fff; }

@media (min-width: 801px) {
  .data-service-wrap .best-gps-tracer-wrap .bhs-top-banner {
    padding: 50px 0; } }

.data-service-wrap .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap {
  gap: 20px 0; }
  .data-service-wrap .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left {
    order: 1; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-left {
        width: 50%;
        max-width: 512px; } }
  .data-service-wrap .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right {
    order: 2; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right {
        width: calc(50% - 10px); } }
    .data-service-wrap .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img {
      max-width: 400px; }
      @media (min-width: 551px) {
        .data-service-wrap .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right .gps-offer-img {
          max-width: 100%; } }
    .data-service-wrap .best-gps-tracer-wrap .bhs-top-banner .bhs-offer-wrap .bhs-offer-right:after {
      display: none; }

.data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap {
  background-color: #fff; }
  .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based {
    padding: 20px 0 40px 0; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based {
        padding: 48px 0; } }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap {
      justify-content: center; }
      .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner {
        align-items: center;
        box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); }
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-icon {
          width: 45px;
          height: 45px;
          padding: 0px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-icon svg {
            width: 25px;
            height: 25px; }
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap .feat-app-inner .feat-app-details {
          opacity: .7;
          width: calc(100% - 50px); }
      .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .feat-app-based .feat-app-based-wrap + .feat-app-based-wrap {
        margin-top: 15px; }
  .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-bg {
    background-color: #ECF0F8; }
  .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap {
    padding: 40px 0; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap {
        padding: 48px 0; } }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .common-detail-page {
      text-align: left; }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-title {
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      color: #1B3D5C;
      text-align: left; }
      @media (min-width: 551px) {
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-title {
          text-align: center; } }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-service-wrap {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      padding: 40px 0;
      justify-content: space-between; }
      @media (min-width: 801px) {
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-service-wrap {
          padding: 48px 0;
          flex-wrap: nowrap; } }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap {
      display: flex;
      order: 2;
      gap: 16px;
      margin: 0;
      width: 100%;
      flex-wrap: wrap;
      justify-content: center; }
      @media (min-width: 801px) {
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap {
          order: 1;
          width: 50%; } }
      .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .innovative-sol-wrap .features-inner {
        width: 100%; }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .service-banner {
      order: 1;
      width: 100%;
      border-radius: 25px; }
      @media (min-width: 801px) {
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .service-banner {
          order: 2; } }
      .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .service-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 25px; }
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .service-banner img.for-dsktp {
          display: none; }
          @media (min-width: 801px) {
            .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .service-banner img.for-dsktp {
              display: block; } }
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .service-banner img.for-mbl {
          display: block; }
          @media (min-width: 801px) {
            .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .service-banner img.for-mbl {
              display: none; } }
      @media (min-width: 801px) {
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .service-banner {
          width: 50%; } }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap .innovative-inner-wrap .bhs-btns-wrap {
      gap: 15px 5px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
  .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit {
    background-color: #ECF0F8; }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit .common-detail-page {
      opacity: 1;
      text-align: center; }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit .innovative-inner-wrap {
      padding: 0; }
    .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit .innovative-service-wrap {
      padding: 0; }
      .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit .innovative-service-wrap .innovative-sol-wrap {
        width: 100%; }
        .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit .innovative-service-wrap .innovative-sol-wrap .features-inner {
          width: 100%; }
          @media (min-width: 551px) {
            .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit .innovative-service-wrap .innovative-sol-wrap .features-inner {
              width: calc(50% - 16px); } }
          .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit .innovative-service-wrap .innovative-sol-wrap .features-inner .feat-key-title {
            color: #444444; }
            .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit .innovative-service-wrap .innovative-sol-wrap .features-inner .feat-key-title span {
              width: 22px;
              height: 22px; }
          .data-service-wrap .best-gps-tracer-wrap .innovative-solution-wrap.more-benifit .innovative-service-wrap .innovative-sol-wrap .features-inner .common-detail-page {
            opacity: .7;
            color: #444444;
            line-height: 24px; }

.data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap {
  width: 100%;
  gap: 20px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0px 0; }
  @media (min-width: 801px) {
    .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap {
      gap: 50px;
      padding: 48px 0px 0; } }
  .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-left {
    width: 100%; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-left {
        width: calc(50% - 25px); } }
    .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-left .sec-page-title {
      margin-top: 0; }
    .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-left .common-detail-page.odd {
      text-align: left; }
  .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-right {
    width: 100%;
    border-radius: 24px; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-right {
        width: calc(50% - 25px); } }
    .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 24px; }
      .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-right img.for-dsktp {
        display: none; }
        @media (min-width: 801px) {
          .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-right img.for-dsktp {
            display: block; } }
      .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-right img.for-mbl {
        display: block; }
        @media (min-width: 801px) {
          .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap .custom-sol-right img.for-mbl {
            display: none; } }
  .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap div:nth-child(1) {
    order: 1; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap div:nth-child(1) {
        order: 1; } }
  .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap div:nth-child(2) {
    order: 2; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap div:nth-child(2) {
        order: 2; } }
  .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap div:nth-child(3) {
    order: 4; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap div:nth-child(3) {
        order: 3; } }
  .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap div:nth-child(4) {
    order: 3; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .custom-solutions-wrap div:nth-child(4) {
        order: 4; } }

.data-service-wrap .best-gps-tracer-wrap .platform-feat-bg {
  padding: 40px 0;
  background-color: #1B3D5C; }
  @media (min-width: 801px) {
    .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg {
      padding: 48px 0; } }
  .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .common-title-gps-page {
    width: 100%;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .common-detail-page {
    text-align: center; }
  .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap {
        gap: 32px 24px; } }
    .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner {
      display: flex !important;
      gap: 16px;
      width: 100%;
      flex-wrap: wrap;
      align-items: flex-start;
      border-radius: 16px;
      padding: 0;
      background-color: transparent; }
      @media (min-width: 801px) {
        .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner {
          width: calc(50% - 12px); } }
      .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-icon {
        display: flex;
        width: 45px;
        height: 45px;
        margin: 0 auto;
        align-items: center;
        border-radius: 100px;
        justify-content: center;
        background-color: #ECF0F8; }
        @media (min-width: 801px) {
          .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-icon {
            width: 74px;
            height: 74px; } }
        .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-icon svg {
          width: 24px;
          height: 24px;
          transition: all .1s ease-in-out; }
          @media (min-width: 801px) {
            .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-icon svg {
              width: 30px;
              height: 30px; } }
      .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-inner-right {
        width: calc(100% - 61px); }
        @media (min-width: 551px) {
          .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-inner-right {
            width: calc(100% - 90px); } }
      .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #fff;
        text-align: left;
        margin: 0 0 8px 0; }
        @media (min-width: 801px) {
          .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-title {
            font-size: 18px;
            line-height: 26px; } }
      .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner a.feat-title {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
        max-width: fit-content; }
        .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner a.feat-title:hover {
          text-decoration: underline; }
      .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-details {
        margin: 0;
        opacity: .7;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #fff;
        text-align: left; }
        @media (min-width: 801px) {
          .data-service-wrap .best-gps-tracer-wrap .platform-feat-bg .platform-feature-wrap .platform-feat-inner .feat-details {
            font-size: 16px; } }

.data-service-wrap .best-gps-tracer-wrap .client-testmonial {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial {
      padding: 48px 0; } }
  .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-title {
    font-size: 20px;
    font-weight: 700;
    color: #444444;
    margin: 0 0 30px;
    line-height: 21px;
    text-align: center;
    font-family: "HelveticaNeueBL", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-title {
        font-size: 32px;
        line-height: 36px; } }
  .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner {
    margin: 20px 5px;
    padding: 22px 40px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.3); }
    @media (min-width: 551px) {
      .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner {
        box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.6);
        margin: 20px 15px; } }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner .testimonial-header {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      flex-direction: column; }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner .testimonial-author {
      margin: 0;
      color: #1B3D5C;
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      line-height: 20px;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner .testimonial-desig {
      margin: 0;
      opacity: .7;
      color: #1B3D5C;
      font-size: 16px;
      text-align: left;
      font-weight: 400;
      line-height: 22px;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner .testimonial-stars {
      width: 138px;
      height: 28px;
      display: inline-block; }
      .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner .testimonial-stars svg {
        width: 100%;
        height: 100%; }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner .testimonial-date {
      color: #444;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      text-align: center;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner .testimonial-body p {
      opacity: .7;
      color: #1B3D5C;
      font-size: 16px;
      text-align: left;
      font-weight: 400;
      line-height: 22px;
      font-family: "Arial", Arial, Helvetica, sans-serif; }
      @media (min-width: 801px) {
        .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner .testimonial-body p {
          line-height: 24px; } }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner:before {
      content: "";
      background-image: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.8753 16.9827C17.3726 16.9827 17.8495 16.7851 18.2011 16.4335C18.5527 16.0819 18.7503 15.6049 18.7503 15.1077V10.5289C18.7503 10.0316 18.5527 9.55472 18.2011 9.20309C17.8495 8.85146 17.3726 8.65392 16.8753 8.65392H14.2728C14.2728 7.99517 14.3115 7.33642 14.389 6.67767C14.5053 5.98017 14.699 5.36017 14.9703 4.81767C15.2415 4.27517 15.5909 3.84829 16.0184 3.53704C16.4434 3.18829 16.9859 3.01392 17.6459 3.01392V0.107666C16.5609 0.107666 15.6109 0.340166 14.7959 0.805166C13.9865 1.26431 13.2912 1.90008 12.7615 2.66517C12.2283 3.50732 11.8357 4.43064 11.599 5.39892C11.3597 6.46719 11.2427 7.5592 11.2503 8.65392V15.1077C11.2503 15.6049 11.4478 16.0819 11.7995 16.4335C12.1511 16.7851 12.628 16.9827 13.1253 16.9827H16.8753ZM5.62528 16.9827C6.12256 16.9827 6.59947 16.7851 6.95111 16.4335C7.30274 16.0819 7.50028 15.6049 7.50028 15.1077V10.5289C7.50028 10.0316 7.30274 9.55472 6.95111 9.20309C6.59947 8.85146 6.12256 8.65392 5.62528 8.65392H3.02278C3.02278 7.99517 3.06153 7.33642 3.13903 6.67767C3.25653 5.98017 3.45028 5.36017 3.72028 4.81767C3.99153 4.27517 4.34091 3.84829 4.76841 3.53704C5.19341 3.18829 5.73591 3.01392 6.39591 3.01392V0.107666C5.31091 0.107666 4.36091 0.340166 3.54591 0.805166C2.73655 1.26431 2.04117 1.90008 1.51153 2.66517C0.978301 3.50732 0.58567 4.43064 0.349031 5.39892C0.10975 6.46719 -0.00725215 7.5592 0.000280767 8.65392V15.1077C0.000280767 15.6049 0.197825 16.0819 0.549455 16.4335C0.901086 16.7851 1.378 16.9827 1.87528 16.9827H5.62528Z" fill="%231B3D5C"/></svg>');
      width: 18px;
      height: 18px;
      display: inline-block;
      position: absolute;
      top: 24px;
      left: 12px;
      opacity: .7;
      background-size: 18px;
      background-repeat: no-repeat; }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .testimonial-inner:after {
      content: "";
      background-image: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.8746 16.9827C1.37732 16.9827 0.900404 16.7851 0.548773 16.4335C0.197142 16.0819 -0.000402451 15.6049 -0.000402451 15.1077V10.5289C-0.000402451 10.0316 0.197142 9.55472 0.548773 9.20309C0.900404 8.85146 1.37732 8.65392 1.8746 8.65392H4.4771C4.4771 7.99517 4.43835 7.33642 4.36085 6.67767C4.2446 5.98017 4.05085 5.36017 3.7796 4.81767C3.50835 4.27517 3.15897 3.84829 2.73147 3.53704C2.30647 3.18829 1.76397 3.01392 1.10397 3.01392V0.107666C2.18897 0.107666 3.13897 0.340166 3.95397 0.805166C4.76333 1.26431 5.45871 1.90008 5.98835 2.66517C6.52158 3.50732 6.91421 4.43064 7.15085 5.39892C7.39013 6.46719 7.50713 7.5592 7.4996 8.65392V15.1077C7.4996 15.6049 7.30205 16.0819 6.95042 16.4335C6.59879 16.7851 6.12188 16.9827 5.6246 16.9827H1.8746ZM13.1246 16.9827C12.6273 16.9827 12.1504 16.7851 11.7988 16.4335C11.4471 16.0819 11.2496 15.6049 11.2496 15.1077V10.5289C11.2496 10.0316 11.4471 9.55472 11.7988 9.20309C12.1504 8.85146 12.6273 8.65392 13.1246 8.65392H15.7271C15.7271 7.99517 15.6883 7.33642 15.6108 6.67767C15.4933 5.98017 15.2996 5.36017 15.0296 4.81767C14.7583 4.27517 14.409 3.84829 13.9815 3.53704C13.5565 3.18829 13.014 3.01392 12.354 3.01392V0.107666C13.439 0.107666 14.389 0.340166 15.204 0.805166C16.0133 1.26431 16.7087 1.90008 17.2383 2.66517C17.7716 3.50732 18.1642 4.43064 18.4008 5.39892C18.6401 6.46719 18.7571 7.5592 18.7496 8.65392V15.1077C18.7496 15.6049 18.5521 16.0819 18.2004 16.4335C17.8488 16.7851 17.3719 16.9827 16.8746 16.9827H13.1246Z" fill="%231B3D5C"/></svg>');
      width: 18px;
      height: 18px;
      display: inline-block;
      position: absolute;
      bottom: 24px;
      right: 12px;
      opacity: .7;
      background-size: 18px;
      background-repeat: no-repeat; }
  .data-service-wrap .best-gps-tracer-wrap .client-testmonial .carousel-tooltip {
    display: none; }
  .data-service-wrap .best-gps-tracer-wrap .client-testmonial .slick-next {
    border: 0;
    width: 8px;
    padding: 0;
    height: 18px;
    margin-top: 0; }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .slick-next:before {
      width: 8px;
      height: 18px;
      background-image: url('data:image/svg+xml,<svg width="9" height="18" viewBox="0 0 9 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.80482 9.01375C8.80535 9.30608 8.71125 9.58939 8.53886 9.81449L2.75716 17.3215C2.56088 17.577 2.27884 17.7376 1.97307 17.7681C1.6673 17.7986 1.36286 17.6965 1.12671 17.4841C0.890571 17.2717 0.742069 16.9666 0.713877 16.6357C0.685686 16.3049 0.780115 15.9755 0.97639 15.72L6.1568 9.01375L1.16141 2.30752C1.06535 2.17955 0.993623 2.03229 0.950339 1.87422C0.907055 1.71615 0.89307 1.55038 0.909189 1.38644C0.925307 1.22251 0.97121 1.06363 1.04426 0.918951C1.11731 0.774271 1.21607 0.646637 1.33486 0.543388C1.45375 0.428808 1.59324 0.342028 1.74457 0.288488C1.89591 0.234947 2.05583 0.215801 2.21432 0.232244C2.37281 0.24869 2.52646 0.300369 2.66563 0.38405C2.80481 0.467733 2.92651 0.581612 3.02311 0.718553L8.60824 8.22552C8.75338 8.45708 8.8226 8.73461 8.80482 9.01375Z" fill="%23444444"/></svg>'); }
  .data-service-wrap .best-gps-tracer-wrap .client-testmonial .slick-prev {
    border: 0;
    width: 8px;
    padding: 0;
    height: 18px;
    margin-top: 0; }
    .data-service-wrap .best-gps-tracer-wrap .client-testmonial .slick-prev:before {
      width: 8px;
      height: 18px;
      background-image: url('data:image/svg+xml,<svg width="9" height="18" viewBox="0 0 9 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.195667 9.01375C0.195139 9.30608 0.289236 9.58939 0.461625 9.81449L6.24333 17.3215C6.43961 17.577 6.72165 17.7376 7.02742 17.7681C7.33319 17.7986 7.63763 17.6965 7.87377 17.4841C8.10992 17.2717 8.25842 16.9666 8.28661 16.6357C8.3148 16.3049 8.22037 15.9755 8.0241 15.72L2.84369 9.01375L7.83908 2.30752C7.93514 2.17955 8.00687 2.03229 8.05015 1.87422C8.09343 1.71615 8.10742 1.55038 8.0913 1.38644C8.07518 1.22251 8.02928 1.06363 7.95623 0.918951C7.88318 0.774271 7.78442 0.646637 7.66563 0.543388C7.54674 0.428808 7.40725 0.342028 7.25592 0.288488C7.10458 0.234947 6.94466 0.215801 6.78617 0.232244C6.62767 0.24869 6.47403 0.300369 6.33486 0.38405C6.19568 0.467733 6.07398 0.581612 5.97737 0.718553L0.392245 8.22552C0.247106 8.45708 0.177893 8.73461 0.195667 9.01375Z" fill="%23444444"/></svg>'); }

.data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap {
      padding: 48px 0; } }
  .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs {
    display: flex;
    gap: 0;
    border: 0;
    width: 100%;
    padding: 25px 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    border-radius: 25px;
    white-space: nowrap;
    scrollbar-width: none;
    justify-content: flex-start; }
    @media (min-width: 801px) {
      .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs {
        gap: 16px;
        display: none;
        padding: 48px 0;
        justify-content: center; } }
    .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab {
      margin: 0;
      border: 0;
      padding: 0;
      width: auto;
      flex: 0 0 auto; }
      @media (min-width: 801px) {
        .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab {
          width: fit-content; } }
      .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab .tab-title {
        font-size: 16px;
        font-weight: 600;
        color: #1B3D5C;
        line-height: 23px;
        text-align: center;
        position: relative;
        padding: 0 0px 0px 20px;
        border-bottom: 4px solid transparent; }
        @media (min-width: 801px) {
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab .tab-title {
            font-size: 18px;
            padding: 0 0px 0px 26px; } }
        .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab .tab-title.daas {
          background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.6042 14.6836L12.7542 17.1936C13.5142 17.6536 14.4442 16.9736 14.2442 16.1136L13.1442 11.3936L16.8142 8.21358C17.4842 7.63358 17.1242 6.53358 16.2442 6.46358L11.4142 6.05358L9.5242 1.59358C9.1842 0.783584 8.0242 0.783584 7.6842 1.59358L5.7942 6.04358L0.964199 6.45358C0.0841987 6.52358 -0.275801 7.62358 0.394199 8.20358L4.0642 11.3836L2.9642 16.1036C2.7642 16.9636 3.6942 17.6436 4.4542 17.1836L8.6042 14.6836Z" fill="%231B3D5C"/></svg>');
          background-size: 16px;
          background-repeat: no-repeat;
          background-position: left center; }
          @media (min-width: 801px) {
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab .tab-title.daas {
              background-size: 19px; } }
        .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab .tab-title:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          width: 0;
          height: 4px;
          display: block;
          transition: width .3s;
          background: #1B3D5C; }
        .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab .tab-title:hover {
          color: #1B3D5C; }
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab .tab-title:hover:after {
            width: 100%;
            transition: width .3s; }
      .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab.is-active .tab-title {
        color: #F27221; }
        .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab.is-active .tab-title.daas {
          background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.60417 14.4756L12.7542 16.9856C13.5142 17.4456 14.4442 16.7656 14.2442 15.9056L13.1442 11.1856L16.8142 8.00564C17.4842 7.42564 17.1242 6.32564 16.2442 6.25564L11.4142 5.84564L9.52417 1.38564C9.18417 0.575637 8.02417 0.575637 7.68417 1.38564L5.79417 5.83564L0.964168 6.24564C0.0841682 6.31564 -0.275832 7.41564 0.394168 7.99564L4.06417 11.1756L2.96417 15.8956C2.76417 16.7556 3.69417 17.4356 4.45417 16.9756L8.60417 14.4756Z" fill="%23F27221"/></svg>');
          background-size: 19px;
          background-repeat: no-repeat;
          background-position: left center; }
        .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs .tab.is-active .tab-title:after {
          right: 0;
          left: unset;
          width: calc(100% - 26px);
          background-color: #F27221; }
  .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents {
    margin: 0;
    padding: 0;
    background: #fff; }
    .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content {
      padding: 0; }
      .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap {
        display: flex;
        gap: 0;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: space-between; }
        @media (min-width: 551px) {
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap {
            overflow-x: visible; } }
        @media (min-width: 801px) {
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap {
            gap: 0 10px;
            margin: 35px 0 0 0; } }
        .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner {
          width: 320px;
          flex: 0 0 auto;
          padding: 40px 0 0;
          position: relative;
          border-radius: 20px;
          background-color: #fff; }
          @media (min-width: 551px) {
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner {
              width: 50%; } }
          @media (min-width: 801px) {
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner {
              width: 33.33%; } }
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .breakdown-header h3 {
            gap: 5px;
            margin: 0;
            padding: 20px;
            display: flex;
            font-size: 16px;
            font-weight: 600;
            color: #1B3D5C;
            line-height: 24px;
            position: relative;
            align-items: center;
            justify-content: center; }
            @media (min-width: 801px) {
              .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .breakdown-header h3 {
                font-size: 20px;
                padding: 28px 20px; } }
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .breakdown-header h3 span {
              display: inline-flex;
              width: 17px;
              height: 17px; }
              .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .breakdown-header h3 span svg {
                width: 100%;
                height: 100%; }
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .breakdown-header h3:after {
              content: "";
              position: absolute;
              width: 85%;
              height: 3px;
              bottom: -3px;
              margin: 0 auto;
              background-color: transparent; }
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .brakdown-body ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .brakdown-body ul li {
              opacity: .7;
              display: flex;
              flex-wrap: wrap;
              font-size: 14px;
              color: #1B3D5C;
              font-weight: 400;
              min-height: 83px;
              padding: 5px 20px;
              line-height: 24px;
              text-align: center;
              align-items: center;
              justify-content: center; }
              @media (min-width: 801px) {
                .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .brakdown-body ul li {
                  font-size: 16px;
                  min-height: 80px; } }
              .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .brakdown-body ul li p {
                margin: 0;
                opacity: .5;
                color: #252430; }
              .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner .brakdown-body ul li + li {
                border-top: 1px solid #CACED4; }
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner.hide_mbl {
            display: none; }
            @media (min-width: 801px) {
              .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner.hide_mbl {
                display: block; } }
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner:before {
            content: "";
            position: absolute;
            height: 40px;
            display: block;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            background-color: transparent;
            border-radius: 20px 20px 0px 0px; }
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner:nth-child(1) .breakdown-header h3 {
            opacity: 0;
            color: transparent; }
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner:nth-child(1) .brakdown-body ul li {
            text-align: left;
            justify-content: flex-start; }
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner:nth-child(2) {
            background-color: #ECF0F8; }
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner:nth-child(2) .breakdown-header h3:after {
              background-color: #3A8DDE; }
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner:nth-child(2):before {
              background-color: #3A8DDE; }
          .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner:nth-child(3) {
            background-color: #F5F5F5; }
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner:nth-child(3) .breakdown-header h3:after {
              background-color: #1B3D5C; }
            .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .tabs-contents .tab-content .breakdown-wrap .breakdown-inner:nth-child(3):before {
              background-color: #1B3D5C; }
  .data-service-wrap .best-gps-tracer-wrap .choice-breakdown-wrap .bhs-btns-wrap {
    gap: 15px 5px;
    margin: 40px 0 0 0;
    align-items: center;
    justify-content: center; }

.data-service-wrap .customer-stories-wrap {
  background-color: #fff; }
  @media (min-width: 801px) {
    .data-service-wrap .customer-stories-wrap .stories-wrap {
      padding: 36px 0 0px 0px; } }
  .data-service-wrap .customer-stories-wrap .stories-wrap .stories-inner {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); }

.data-service-wrap .popular-gps-service {
  padding: 40px 0;
  background: #ECF0F8;
  text-align: center; }
  @media (min-width: 801px) {
    .data-service-wrap .popular-gps-service {
      padding: 96px 0; } }
  .data-service-wrap .popular-gps-service img {
    width: 100%;
    display: block;
    max-width: 500px;
    margin: 40px auto;
    text-align: center; }
  .data-service-wrap .popular-gps-service a {
    display: inline-block;
    width: 100%;
    padding: 12px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    transition: .2s all ease; }
    @media (min-width: 551px) {
      .data-service-wrap .popular-gps-service a {
        margin: 0 auto;
        width: 330px;
        padding: 15px 20px; } }
    @media (min-width: 801px) {
      .data-service-wrap .popular-gps-service a {
        font-size: 16px;
        padding: 15px 10px; } }
    @media (min-width: 1261px) {
      .data-service-wrap .popular-gps-service a {
        font-size: 18px; } }
    .data-service-wrap .popular-gps-service a.btn-request {
      color: #1B3D5C;
      border: 1px solid #1B3D5C;
      background-color: transparent; }
      .data-service-wrap .popular-gps-service a.btn-request:hover {
        transition: .2s all ease;
        background-color: #fff; }
    .data-service-wrap .popular-gps-service a.btn-request-prod {
      color: #1B3D5C;
      background-color: #fff;
      border: 1px solid #1B3D5C; }
      .data-service-wrap .popular-gps-service a.btn-request-prod:hover {
        transition: .2s all ease;
        background-color: #D8E0F0; }
  .data-service-wrap .popular-gps-service .common-detail-page {
    text-align: center; }
  .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper {
    width: 100%;
    padding: 20px;
    max-width: 660px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11); }
    @media (min-width: 801px) {
      .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper {
        padding: 32px; } }
    .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_full {
      display: flex;
      gap: 0 10px;
      flex-wrap: wrap;
      margin-bottom: 10px;
      justify-content: space-between; }
      @media (min-width: 801px) {
        .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_full {
          margin-bottom: 24px; } }
      .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_full textarea {
        width: 100%; }
      .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_full input[type="text"], .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_full textarea {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 12px !important;
        border-radius: 8px !important;
        border: 1px solid #DADADA; }
      .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_full .ns_half {
        width: 100%;
        margin-bottom: 10px; }
        @media (min-width: 551px) {
          .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_full .ns_half {
            margin-bottom: 0px;
            width: calc(50% - 8px); } }
      .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_full label {
        opacity: .7;
        color: #444;
        display: block;
        font-size: 14px;
        margin: 0 0 8px;
        text-align: left; }
    .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_submit {
      margin: 0;
      font-weight: 600;
      font-size: 18px;
      border-radius: 50px;
      transition: .2s all ease;
      border: 2px solid #F27221;
      background-color: #F27221; }
      .data-service-wrap .popular-gps-service .industry-page-client-form-wrapper .ns_submit:hover {
        color: #F27221;
        transition: .2s all ease;
        background-color: #fff !important; }

.data-service-wrap .conclusion-bg .conclusion-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 748px; }
  .data-service-wrap .conclusion-bg .conclusion-wrap .conclusion-actions a {
    padding: 16px 10px; }
    @media (min-width: 551px) {
      .data-service-wrap .conclusion-bg .conclusion-wrap .conclusion-actions a {
        padding: 14px 30px; } }
    @media (min-width: 801px) {
      .data-service-wrap .conclusion-bg .conclusion-wrap .conclusion-actions a {
        padding: 16px 66px; } }
  .data-service-wrap .conclusion-bg .conclusion-wrap .conclusion-details {
    opacity: .7; }

.data-service-wrap .gps-bhs-faq-wrap {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .data-service-wrap .gps-bhs-faq-wrap {
      padding: 48px 0; } }
  .data-service-wrap .gps-bhs-faq-wrap .common-title-page {
    text-align: center; }
  .data-service-wrap .gps-bhs-faq-wrap .FAQBox {
    padding: 18px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3); }
    .data-service-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle {
      margin: 0;
      cursor: pointer;
      font-size: 16px;
      color: #444444;
      font-weight: 600;
      text-align: left;
      line-height: 23px;
      position: relative;
      padding: 0 12px 0 0; }
      @media (min-width: 801px) {
        .data-service-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle {
          font-size: 18px;
          line-height: 26px; } }
      .data-service-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        height: 12px;
        width: 14px;
        background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.73124 8.29658C7.54371 8.48405 7.2894 8.58936 7.02424 8.58936C6.75907 8.58936 6.50476 8.48405 6.31724 8.29658L0.660238 2.63958C0.564728 2.54733 0.488546 2.43699 0.436137 2.31498C0.383728 2.19298 0.356141 2.06176 0.354988 1.92898C0.353834 1.7962 0.379136 1.66452 0.429417 1.54162C0.479698 1.41873 0.553951 1.30707 0.647843 1.21318C0.741736 1.11929 0.853388 1.04504 0.976284 0.994755C1.09918 0.944474 1.23086 0.919172 1.36364 0.920326C1.49642 0.92148 1.62764 0.949066 1.74964 1.00148C1.87165 1.05388 1.98199 1.13007 2.07424 1.22558L7.02424 6.17558L11.9742 1.22558C12.1628 1.04342 12.4154 0.942626 12.6776 0.944904C12.9398 0.947183 13.1906 1.05235 13.3761 1.23776C13.5615 1.42317 13.6666 1.67398 13.6689 1.93618C13.6712 2.19837 13.5704 2.45098 13.3882 2.63958L7.73124 8.29658Z" fill="%231B3D5C"/></svg>');
        background-size: 100%;
        transform-origin: center;
        transition: .2s all ease;
        background-repeat: no-repeat;
        background-position: right center;
        transform: translateY(-50%) rotate(0deg); }
      .data-service-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqTitle.current:after {
        transition: .2s all ease;
        transform: translateY(-50%) rotate(180deg); }
    .data-service-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph {
      opacity: .7;
      font-size: 16px;
      color: #444444;
      font-weight: 400;
      text-align: left;
      line-height: 24px;
      margin: 0;
      padding: 18px 0 0 0;
      list-style: inside; }
      @media (min-width: 551px) {
        .data-service-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph {
          font-size: 18px; } }
      .data-service-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph a {
        color: #444444;
        font-weight: 600; }
        .data-service-wrap .gps-bhs-faq-wrap .FAQBox .GpsFaqParagraph a:hover {
          color: #EE6200; }

.sec-page-sub-title {
  text-align: center;
  color: #444;
  font-weight: 600; }

.industry-blog-articles-wrap {
  padding: 40px 0px;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .industry-blog-articles-wrap {
      padding: 48px 0px; } }
  .industry-blog-articles-wrap .industry-blog-articles {
    margin-top: 4rem; }
    .industry-blog-articles-wrap .industry-blog-articles .slick-arrow {
      border: 0;
      padding: 0;
      z-index: 1;
      top: 20%;
      width: 20px;
      bottom: 11px;
      height: 25px;
      margin-top: 0;
      bottom: -17px;
      background-color: transparent; }
      @media (min-width: 801px) {
        .industry-blog-articles-wrap .industry-blog-articles .slick-arrow {
          top: 20%;
          bottom: unset; } }
      .industry-blog-articles-wrap .industry-blog-articles .slick-arrow.slick-prev {
        left: 0; }
        @media (min-width: 801px) {
          .industry-blog-articles-wrap .industry-blog-articles .slick-arrow.slick-prev {
            left: -22px; } }
        .industry-blog-articles-wrap .industry-blog-articles .slick-arrow.slick-prev:before {
          background-image: url('data:image/svg+xml,<svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.772911 7.8446C0.529393 8.08819 0.39259 8.41853 0.39259 8.76297C0.39259 9.10741 0.529393 9.43775 0.772911 9.68134L8.12119 17.0296C8.24101 17.1537 8.38435 17.2526 8.54283 17.3207C8.70131 17.3888 8.87176 17.4246 9.04423 17.4261C9.21671 17.4276 9.38776 17.3948 9.5474 17.3294C9.70704 17.2641 9.85207 17.1677 9.97403 17.0457C10.096 16.9238 10.1924 16.7787 10.2578 16.6191C10.3231 16.4594 10.3559 16.2884 10.3544 16.1159C10.3529 15.9434 10.3171 15.773 10.249 15.6145C10.181 15.456 10.082 15.3127 9.95793 15.1929L3.52803 8.76297L9.95793 2.33306C10.1946 2.08807 10.3255 1.75995 10.3225 1.41937C10.3196 1.07878 10.1829 0.752983 9.94211 0.512144C9.70127 0.271303 9.37547 0.134691 9.03489 0.131731C8.6943 0.128773 8.36618 0.259701 8.12119 0.496319L0.772911 7.8446Z" fill="%231B3D5C"/></svg>'); }
      .industry-blog-articles-wrap .industry-blog-articles .slick-arrow.slick-next {
        right: 0; }
        @media (min-width: 801px) {
          .industry-blog-articles-wrap .industry-blog-articles .slick-arrow.slick-next {
            right: -22px; } }
        .industry-blog-articles-wrap .industry-blog-articles .slick-arrow.slick-next:before {
          background-image: url('data:image/svg+xml,<svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.2271 7.8446C10.4706 8.08819 10.6074 8.41853 10.6074 8.76297C10.6074 9.10741 10.4706 9.43775 10.2271 9.68134L2.87881 17.0296C2.75899 17.1537 2.61565 17.2526 2.45717 17.3207C2.29869 17.3888 2.12824 17.4246 1.95577 17.4261C1.78329 17.4276 1.61224 17.3948 1.4526 17.3294C1.29296 17.2641 1.14793 17.1677 1.02597 17.0457C0.904003 16.9238 0.807551 16.7787 0.742237 16.6191C0.676924 16.4594 0.644058 16.2884 0.645557 16.1159C0.647056 15.9434 0.682889 15.773 0.750967 15.6145C0.819045 15.456 0.918003 15.3127 1.04207 15.1929L7.47197 8.76297L1.04207 2.33306C0.805449 2.08807 0.67452 1.75995 0.67748 1.41937C0.680439 1.07878 0.817051 0.752983 1.05789 0.512144C1.29873 0.271303 1.62453 0.134691 1.96511 0.131731C2.3057 0.128773 2.63382 0.259701 2.87881 0.496319L10.2271 7.8446Z" fill="%231B3D5C"/></svg>'); }
      .industry-blog-articles-wrap .industry-blog-articles .slick-arrow:before {
        width: 20px;
        height: 25px;
        background-size: 9px; }
        @media (min-width: 801px) {
          .industry-blog-articles-wrap .industry-blog-articles .slick-arrow:before {
            background-size: 12px; } }
    .industry-blog-articles-wrap .industry-blog-articles:before, .industry-blog-articles-wrap .industry-blog-articles:after {
      content: '';
      display: table;
      clear: both;
      width: 100%; }
  .industry-blog-articles-wrap .blog {
    border: 0;
    float: none;
    margin: 0 0 1.5rem;
    padding: 0 1.5rem;
    min-height: 560px;
    width: 100%; }
    @media (min-width: 551px) {
      .industry-blog-articles-wrap .blog {
        float: left;
        width: 50%; } }
    @media (min-width: 801px) {
      .industry-blog-articles-wrap .blog {
        padding: 0 1.5rem;
        width: 33.333333%; } }
    .industry-blog-articles-wrap .blog .blog-post-figure, .industry-blog-articles-wrap .blog .blog-post-body {
      width: 100%; }
    .industry-blog-articles-wrap .blog .blog-post-figure {
      margin: 0 0 1rem; }
      .industry-blog-articles-wrap .blog .blog-post-figure .blog-thumbnail {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #CCC; }
        .industry-blog-articles-wrap .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container {
          max-width: 250px; }
          .industry-blog-articles-wrap .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container:after {
            content: "";
            display: block;
            height: 0;
            padding-bottom: 100%;
            width: 100%; }
          .industry-blog-articles-wrap .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container img {
            width: 100%;
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            border: 0;
            font-family: "object-fit: contain;";
            max-height: 100%;
            object-fit: cover;
            width: 100%;
            height: 257px; }
    .industry-blog-articles-wrap .blog .blog-post-body .blog-header .tags {
      margin: 0.8rem 0;
      text-align: left; }
      .industry-blog-articles-wrap .blog .blog-post-body .blog-header .tags .tag {
        margin-right: 0.6rem;
        margin-bottom: 0.3rem; }
        .industry-blog-articles-wrap .blog .blog-post-body .blog-header .tags .tag a {
          background-color: #8BC24D;
          border-radius: 3px;
          color: #fff;
          font-size: 10px;
          line-height: 10px;
          font-weight: bold;
          text-transform: uppercase;
          letter-spacing: 0.03rem; }
          .industry-blog-articles-wrap .blog .blog-post-body .blog-header .tags .tag a.tag-cellular-security {
            background-color: #F5392D; }
          .industry-blog-articles-wrap .blog .blog-post-body .blog-header .tags .tag a.tag-gps-tracking {
            background-color: #6C757E; }
          .industry-blog-articles-wrap .blog .blog-post-body .blog-header .tags .tag a.tag-hidden-cameras {
            background-color: #F49F12; }
    .industry-blog-articles-wrap .blog .blog-post-body .blog-header .blog-title {
      font-size: 20px;
      margin: 0 0 1rem;
      text-align: left; }
      .industry-blog-articles-wrap .blog .blog-post-body .blog-header .blog-title a {
        display: block; }
    .industry-blog-articles-wrap .blog .blog-post-body .blog-header .blog-meta {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      font-size: 14px;
      gap: 10px;
      text-align: left; }
      .industry-blog-articles-wrap .blog .blog-post-body .blog-header .blog-meta span {
        margin: 0;
        color: #acacac; }
        .industry-blog-articles-wrap .blog .blog-post-body .blog-header .blog-meta span.author-avatar img {
          width: 40px;
          border-radius: 50%; }
        .industry-blog-articles-wrap .blog .blog-post-body .blog-header .blog-meta span.blog-author span {
          color: #333333; }
    .industry-blog-articles-wrap .blog .blog-post-body .blog-post p {
      margin-bottom: .8rem; }
    .industry-blog-articles-wrap .blog .blog-post-body .blog-post a {
      color: #2F88FD;
      display: inline-block;
      text-decoration: none;
      text-transform: capitalize; }

.api-working-wrap {
  padding: 40px 0;
  background-color: #ECF0F8; }
  @media (min-width: 801px) {
    .api-working-wrap {
      padding: 48px 0; } }
  .api-working-wrap .common-detail-page {
    text-align: center; }
  .api-working-wrap .working-inner-wrap {
    display: flex;
    gap: 24px 50px;
    flex-wrap: wrap;
    margin-top: 24px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .api-working-wrap .working-inner-wrap {
        margin-top: 48px;
        flex-wrap: nowrap; } }
    .api-working-wrap .working-inner-wrap .working-inner {
      width: 100%;
      gap: 16px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (min-width: 801px) {
        .api-working-wrap .working-inner-wrap .working-inner {
          width: 50%; } }
      .api-working-wrap .working-inner-wrap .working-inner .work-icon {
        width: 46px;
        height: 46px;
        border-radius: 100px;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat; }
        @media (min-width: 551px) {
          .api-working-wrap .working-inner-wrap .working-inner .work-icon {
            width: 74px;
            height: 74px; } }
      .api-working-wrap .working-inner-wrap .working-inner .work-deails {
        width: calc(100% - 60px); }
        @media (min-width: 551px) {
          .api-working-wrap .working-inner-wrap .working-inner .work-deails {
            width: calc(100% - 90px); } }
        .api-working-wrap .working-inner-wrap .working-inner .work-deails h4 {
          margin: 0 0 8px;
          font-size: 16px;
          color: #1B3D5C;
          font-weight: 600;
          line-height: 18px; }
          @media (min-width: 801px) {
            .api-working-wrap .working-inner-wrap .working-inner .work-deails h4 {
              font-size: 18px;
              line-height: 22px; } }
        .api-working-wrap .working-inner-wrap .working-inner .work-deails .common-detail-page.odd {
          opacity: 1;
          font-size: 14px;
          line-height: 18px;
          text-align: left;
          color: #5A738B; }
          @media (min-width: 801px) {
            .api-working-wrap .working-inner-wrap .working-inner .work-deails .common-detail-page.odd {
              font-size: 16px;
              line-height: 2224pxpx; } }
      .api-working-wrap .working-inner-wrap .working-inner:nth-child(1) .work-icon {
        background-image: url(https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/api-logo.png?t=1732103746);
        background-size: 24px; }
        @media (min-width: 551px) {
          .api-working-wrap .working-inner-wrap .working-inner:nth-child(1) .work-icon {
            background-size: auto; } }
      .api-working-wrap .working-inner-wrap .working-inner:nth-child(2) .work-icon {
        background-image: url(https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/js-logo.png?t=1732103745);
        background-size: 24px; }
        @media (min-width: 551px) {
          .api-working-wrap .working-inner-wrap .working-inner:nth-child(2) .work-icon {
            background-size: auto; } }

.api-cost-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0px; }
  .api-cost-wrap .api-cost-inner {
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    width: 100%; }
    @media (min-width: 551px) {
      .api-cost-wrap .api-cost-inner {
        width: calc(50% - 10px); } }
    .api-cost-wrap .api-cost-inner h3 {
      color: #444;
      font-size: 26px;
      font-weight: 600;
      margin: 0 0 16px;
      line-height: 33px;
      text-align: center; }
      @media (min-width: 801px) {
        .api-cost-wrap .api-cost-inner h3 {
          font-size: 40px;
          line-height: 48px;
          margin: 0 auto 24px auto;
          width: calc(100% - 130px); } }
    .api-cost-wrap .api-cost-inner .offer {
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      color: #F27221;
      text-align: center; }
      .api-cost-wrap .api-cost-inner .offer span {
        color: #444444; }
      @media (min-width: 801px) {
        .api-cost-wrap .api-cost-inner .offer {
          font-size: 28px;
          font-weight: 500;
          line-height: 33px; } }

.api-example-wrap {
  margin-top: 42px; }
  .api-example-wrap h4 {
    font-size: 20px;
    font-weight: 500;
    color: #5A738B;
    margin: 0 0 12px;
    line-height: 24px;
    text-align: center; }
    @media (min-width: 801px) {
      .api-example-wrap h4 {
        font-size: 28px;
        margin: 0 0 24px;
        line-height: 33px; } }
  .api-example-wrap .example-inner {
    display: flex;
    gap: 0 10px;
    padding: 24px;
    flex-wrap: wrap;
    text-align: left;
    background: #fff;
    border-radius: 16px;
    align-items: flex-start; }
    @media (min-width: 551px) {
      .api-example-wrap .example-inner {
        flex-wrap: nowrap; } }
    .api-example-wrap .example-inner pre {
      width: 100%; }
      @media (min-width: 551px) {
        .api-example-wrap .example-inner pre {
          width: calc(100% - 55px); } }
    .api-example-wrap .example-inner code {
      font-size: 12px;
      font-weight: 400;
      color: #7C7C7C;
      text-wrap: wrap;
      line-height: 20px;
      font-family: "Source Code Pro", monospace; }
      @media (min-width: 551px) {
        .api-example-wrap .example-inner code {
          font-size: 14px; } }
    .api-example-wrap .example-inner .code-copy {
      cursor: copy;
      display: inline-block;
      background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 8.66943C5.23478 8.66943 4.98043 8.77479 4.79289 8.96233C4.60536 9.14986 4.5 9.40422 4.5 9.66943C4.5 9.93465 4.60536 10.189 4.79289 10.3765C4.98043 10.5641 5.23478 10.6694 5.5 10.6694H13.46C13.7252 10.6694 13.9796 10.5641 14.1671 10.3765C14.3546 10.189 14.46 9.93465 14.46 9.66943C14.46 9.40422 14.3546 9.14986 14.1671 8.96233C13.9796 8.77479 13.7252 8.66943 13.46 8.66943H5.5ZM5.54 12.7364C5.27478 12.7364 5.02043 12.8418 4.83289 13.0293C4.64536 13.2169 4.54 13.4712 4.54 13.7364C4.54 14.0016 4.64536 14.256 4.83289 14.4435C5.02043 14.6311 5.27478 14.7364 5.54 14.7364H13.5C13.7652 14.7364 14.0196 14.6311 14.2071 14.4435C14.3946 14.256 14.5 14.0016 14.5 13.7364C14.5 13.4712 14.3946 13.2169 14.2071 13.0293C14.0196 12.8418 13.7652 12.7364 13.5 12.7364H5.54Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0.669434C1.96957 0.669434 1.46086 0.880147 1.08579 1.25522C0.710714 1.63029 0.5 2.139 0.5 2.66943V16.6694C0.5 17.1999 0.710714 17.7086 1.08579 18.0836C1.46086 18.4587 1.96957 18.6694 2.5 18.6694H16.5C17.0304 18.6694 17.5391 18.4587 17.9142 18.0836C18.2893 17.7086 18.5 17.1999 18.5 16.6694V2.66943C18.5 2.139 18.2893 1.63029 17.9142 1.25522C17.5391 0.880147 17.0304 0.669434 16.5 0.669434H2.5ZM4.5 2.66943H2.5V16.6694H16.5V2.66943H14.5V3.66943C14.5 4.46508 14.1839 5.22815 13.6213 5.79075C13.0587 6.35336 12.2956 6.66943 11.5 6.66943H7.5C6.70435 6.66943 5.94129 6.35336 5.37868 5.79075C4.81607 5.22815 4.5 4.46508 4.5 3.66943V2.66943ZM6.5 2.66943V3.66943C6.5 3.93465 6.60536 4.189 6.79289 4.37654C6.98043 4.56408 7.23478 4.66943 7.5 4.66943H11.5C11.7652 4.66943 12.0196 4.56408 12.2071 4.37654C12.3946 4.189 12.5 3.93465 12.5 3.66943V2.66943H6.5Z" fill="white"/></svg>');
      position: sticky;
      top: 70px;
      width: 100%;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 21px;
      text-align: center;
      border-radius: 50px;
      background-color: #F27221;
      padding: 12px 50px 12px 24px;
      background-repeat: no-repeat;
      background-position: left calc(50% + 30px) center; }
      @media (min-width: 551px) {
        .api-example-wrap .example-inner .code-copy {
          width: fit-content;
          padding: 12px 50px 12px 24px;
          background-position: right 24px center; } }
      @media (min-width: 801px) {
        .api-example-wrap .example-inner .code-copy {
          opacity: 0;
          visibility: hidden;
          transition: .2s all ease;
          transform: translateY(-80px); } }
    @media (min-width: 801px) {
      .api-example-wrap .example-inner:hover .code-copy {
        opacity: 1;
        visibility: visible;
        transition: .2s all ease;
        transform: translateY(0px); } }

.api-comparison {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .api-comparison {
      padding: 48px 0; } }
  .api-comparison .comparison-wrap {
    display: flex;
    gap: 5px;
    margin: 24px 0;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .api-comparison .comparison-wrap {
        margin: 42px 0; } }
    .api-comparison .comparison-wrap .compaer-inner {
      width: 25%;
      position: relative;
      border-radius: 8px;
      box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11); }
      @media (min-width: 801px) {
        .api-comparison .comparison-wrap .compaer-inner {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px; } }
      .api-comparison .comparison-wrap .compaer-inner .compare-header {
        margin: 0;
        display: flex;
        font-size: 13px;
        color: #1B3D5C;
        font-weight: 700;
        line-height: 15px;
        min-height: 45px;
        text-align: center;
        align-items: center;
        justify-content: center;
        border-bottom: 2px solid; }
        @media (min-width: 551px) {
          .api-comparison .comparison-wrap .compaer-inner .compare-header {
            font-size: 27px;
            min-height: 120px;
            line-height: 32px;
            border-bottom: 5px solid; } }
      .api-comparison .comparison-wrap .compaer-inner ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .api-comparison .comparison-wrap .compaer-inner ul li {
          min-height: 45px; }
          @media (min-width: 551px) {
            .api-comparison .comparison-wrap .compaer-inner ul li {
              min-height: 80px; } }
          .api-comparison .comparison-wrap .compaer-inner ul li.false {
            background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0013 18.653C14.6037 18.653 18.3346 14.922 18.3346 10.3197C18.3346 5.71729 14.6037 1.98633 10.0013 1.98633C5.39893 1.98633 1.66797 5.71729 1.66797 10.3197C1.66797 14.922 5.39893 18.653 10.0013 18.653Z" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 7.82031L7.5 12.8203M7.5 7.82031L12.5 12.8203" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            background-size: 16px;
            background-repeat: no-repeat;
            background-position: center center; }
            @media (min-width: 551px) {
              .api-comparison .comparison-wrap .compaer-inner ul li.false {
                background-size: 32px; } }
          .api-comparison .comparison-wrap .compaer-inner ul li.true {
            background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_6700_35262" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><path d="M10.0013 18.653C11.0959 18.6544 12.1799 18.4394 13.1911 18.0205C14.2023 17.6017 15.1208 16.9871 15.8938 16.2122C16.6687 15.4392 17.2833 14.5207 17.7022 13.5095C18.1211 12.4982 18.336 11.4142 18.3346 10.3197C18.336 9.22512 18.1211 8.1411 17.7022 7.12987C17.2833 6.11865 16.6687 5.20016 15.8938 4.42717C15.1208 3.65223 14.2023 3.03768 13.1911 2.6188C12.1799 2.19992 11.0959 1.98498 10.0013 1.98633C8.90676 1.98498 7.82274 2.19992 6.81151 2.6188C5.80029 3.03768 4.8818 3.65223 4.10881 4.42717C3.33388 5.20016 2.71932 6.11865 2.30044 7.12987C1.88156 8.1411 1.66663 9.22512 1.66798 10.3197C1.66663 11.4142 1.88156 12.4982 2.30044 13.5095C2.71932 14.5207 3.33388 15.4392 4.10881 16.2122C4.8818 16.9871 5.80029 17.6017 6.81151 18.0205C7.82274 18.4394 8.90676 18.6544 10.0013 18.653Z" fill="white" stroke="white" stroke-width="2" stroke-linejoin="round"/><path d="M6.66797 10.3203L9.16797 12.8203L14.168 7.82031" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></mask><g mask="url(%23mask0_6700_35262)"><path d="M0 0.320312H20V20.3203H0V0.320312Z" fill="%234F8337"/></g></svg>');
            background-size: 16px;
            background-repeat: no-repeat;
            background-position: center center; }
            @media (min-width: 551px) {
              .api-comparison .comparison-wrap .compaer-inner ul li.true {
                background-size: 32px; } }
          .api-comparison .comparison-wrap .compaer-inner ul li + li {
            border-top: 1px solid #DADADA; }
        .api-comparison .comparison-wrap .compaer-inner ul.title-list li {
          display: flex;
          font-size: 12px;
          font-weight: 400;
          color: #1B3D5C;
          line-height: 15px;
          align-items: center;
          padding: 5px 5px 5px 12px; }
          @media (min-width: 551px) {
            .api-comparison .comparison-wrap .compaer-inner ul.title-list li {
              font-size: 18px;
              line-height: 21px;
              padding: 5px 5px 5px 24px; } }
          .api-comparison .comparison-wrap .compaer-inner ul.title-list li + li {
            border-top: 1px solid #DADADA; }
        .api-comparison .comparison-wrap .compaer-inner ul.specs-list li {
          font-size: 0; }
      .api-comparison .comparison-wrap .compaer-inner:before {
        content: "";
        display: block;
        width: 100%;
        height: 13px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
        @media (min-width: 551px) {
          .api-comparison .comparison-wrap .compaer-inner:before {
            height: 39px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px; } }
      .api-comparison .comparison-wrap .compaer-inner:nth-child(1) {
        width: 50%;
        text-align: left; }
        .api-comparison .comparison-wrap .compaer-inner:nth-child(1) .compare-header {
          text-align: left;
          padding-left: 12px;
          justify-content: flex-start;
          border-color: #ffffff; }
          @media (min-width: 551px) {
            .api-comparison .comparison-wrap .compaer-inner:nth-child(1) .compare-header {
              padding-left: 24px; } }
        .api-comparison .comparison-wrap .compaer-inner:nth-child(1) .need {
          display: inline-block;
          margin: 0;
          font-size: 13px;
          font-weight: 600;
          text-align: left;
          color: #444444;
          padding: 8px 20px;
          line-height: 15px;
          border-radius: 8px;
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11); }
          @media (min-width: 551px) {
            .api-comparison .comparison-wrap .compaer-inner:nth-child(1) .need {
              padding: 24px;
              font-size: 16px;
              line-height: 20px; } }
        .api-comparison .comparison-wrap .compaer-inner:nth-child(1):before {
          background-color: #ffffff; }
      .api-comparison .comparison-wrap .compaer-inner:nth-child(2) .compare-header {
        border-color: #3A8CDD; }
      .api-comparison .comparison-wrap .compaer-inner:nth-child(2):before {
        background-color: #3A8DDE; }
      .api-comparison .comparison-wrap .compaer-inner:nth-child(3) .compare-header {
        border-color: #F27221; }
      .api-comparison .comparison-wrap .compaer-inner:nth-child(3):before {
        background-color: #F27221; }
  .api-comparison .common-detail-page {
    color: #7C7C7C;
    text-align: center; }
    .api-comparison .common-detail-page.odd {
      font-weight: 600; }
    .api-comparison .common-detail-page + .common-detail-page {
      margin-top: 8px;
      font-size: 14px; }
      @media (min-width: 551px) {
        .api-comparison .common-detail-page + .common-detail-page {
          font-size: 16px;
          margin-top: 0; } }
  .api-comparison .bhs-btns-wrap {
    gap: 15px 5px;
    margin-top: 1.5rem; }
    .api-comparison .bhs-btns-wrap.agriculture {
      flex-direction: column;
      align-items: center;
      justify-content: center; }

.even-odd-contents--wrap {
  padding: 40px 0px; }
  @media (min-width: 801px) {
    .even-odd-contents--wrap {
      padding: 48px 0px; } }
  .even-odd-contents--wrap .content-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    align-items: center; }
    @media (min-width: 801px) {
      .even-odd-contents--wrap .content-info-wrap {
        flex-direction: row;
        gap: 3rem;
        margin-bottom: 3rem;
        margin-top: 3rem; } }
    .even-odd-contents--wrap .content-info-wrap + .content-info-wrap {
      margin-top: 0; }
    @media (min-width: 801px) {
      .even-odd-contents--wrap .content-info-wrap.odd {
        flex-direction: row-reverse; } }
    .even-odd-contents--wrap .content-info-wrap > div {
      display: flex;
      flex-direction: column;
      flex: 2; }
      .even-odd-contents--wrap .content-info-wrap > div.content-info h3 {
        color: #1B3D5C;
        font-size: 22px;
        margin: 0 0 1rem;
        text-transform: capitalize; }
        @media (min-width: 801px) {
          .even-odd-contents--wrap .content-info-wrap > div.content-info h3 {
            font-size: 32px; } }
        .even-odd-contents--wrap .content-info-wrap > div.content-info h3 a {
          color: #1B3D5C; }
      .even-odd-contents--wrap .content-info-wrap > div.content-info p {
        font-size: 16px; }
  .even-odd-contents--wrap .shipping-notes {
    font-size: 16px;
    text-align: center; }
    @media (min-width: 801px) {
      .even-odd-contents--wrap .shipping-notes {
        font-size: 20px; } }

.case-study-wrap {
  margin: 0 0 3rem; }
  .case-study-wrap .case-study-meta {
    background-color: #ECF0F8;
    border-radius: 20px;
    padding: 30px 25px; }
    @media (min-width: 801px) {
      .case-study-wrap .case-study-meta {
        padding: 38px 45px; } }
    .case-study-wrap .case-study-meta .case-meta-content-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem; }
      @media (min-width: 801px) {
        .case-study-wrap .case-study-meta .case-meta-content-wrap {
          flex-direction: row-reverse;
          gap: 0; } }
      .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-avtar {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 1rem; }
        @media (min-width: 801px) {
          .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-avtar {
            width: 18%; } }
        .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-avtar .meta-image {
          border-radius: 50%;
          box-shadow: 0px 11.28px 22.56px 0px #00000026;
          overflow: hidden; }
        .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-avtar .meta-name {
          color: #5A738B;
          font-size: 16px;
          font-weight: 700;
          text-transform: capitalize; }
      .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content {
        text-align: center;
        display: flex;
        flex-direction: column; }
        @media (min-width: 801px) {
          .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content {
            width: 82%;
            text-align: left; } }
        .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content .meta-logo {
          order: 2;
          margin: 0 auto 0.5rem;
          max-width: 120px;
          width: 100%; }
          @media (min-width: 801px) {
            .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content .meta-logo {
              margin: 0 0 0.5rem;
              order: 1; } }
        .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content .meta-description {
          color: #444;
          font-size: 20px;
          font-weight: 700;
          order: 1;
          text-align: center; }
          @media (min-width: 801px) {
            .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content .meta-description {
              font-size: 24px;
              order: 2;
              text-align: left; } }
          .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content .meta-description span {
            color: #3A8DDE; }
        .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content .mata-link {
          display: none;
          order: 2; }
          @media (min-width: 801px) {
            .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content .mata-link {
              order: 3; } }
          .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content .mata-link .button {
            background-color: #fe720b;
            border-color: #fe720b;
            border-radius: 100px;
            color: #ffffff;
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            margin: 0;
            padding: 12px 32px;
            text-align: center;
            text-decoration: none;
            transition: .2s all ease; }
            .case-study-wrap .case-study-meta .case-meta-content-wrap .case-meta-content .mata-link .button:hover {
              background-color: #ffffff;
              color: #fe720b; }

.driver-safe-outer {
  background-color: #ECF0F8;
  padding: 48px 0; }
  .driver-safe-outer .sec-page-title.odd {
    color: #1B3D5C;
    margin: 0 0 48px; }
  .driver-safe-outer .ds-inner {
    display: flex;
    flex-direction: column;
    gap: 42px;
    justify-content: center; }
    .driver-safe-outer .ds-inner .ds-box {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 50px; }
      .driver-safe-outer .ds-inner .ds-box .ds-img {
        order: 1;
        width: 100%;
        max-width: 100%; }
        @media (min-width: 1114px) {
          .driver-safe-outer .ds-inner .ds-box .ds-img {
            width: 40.2%;
            max-width: 490px; } }
        .driver-safe-outer .ds-inner .ds-box .ds-img img {
          width: 100%; }
      .driver-safe-outer .ds-inner .ds-box .ds-descrp {
        order: 2;
        width: 100%;
        max-width: 100%; }
        @media (min-width: 1114px) {
          .driver-safe-outer .ds-inner .ds-box .ds-descrp {
            width: calc(100% - 40.2% - 50px);
            max-width: 598px; } }
        .driver-safe-outer .ds-inner .ds-box .ds-descrp .ds-title {
          font-size: 20px;
          font-weight: 600;
          line-height: 33.89px;
          text-align: left;
          color: #1B3D5C;
          margin: 0 0 16px;
          max-width: 100%;
          width: 100%; }
          @media (min-width: 1114px) {
            .driver-safe-outer .ds-inner .ds-box .ds-descrp .ds-title {
              max-width: 500px;
              font-size: 25px; } }
        .driver-safe-outer .ds-inner .ds-box .ds-descrp p {
          font-size: 16px;
          line-height: 1.8rem;
          margin: 0 0 16px;
          text-align: left;
          color: #1B3D5C; }
          @media (min-width: 1114px) {
            .driver-safe-outer .ds-inner .ds-box .ds-descrp p {
              max-width: 533px;
              font-size: 18px; } }
        .driver-safe-outer .ds-inner .ds-box .ds-descrp .eld-exp {
          margin: 0 0 16px; }
          .driver-safe-outer .ds-inner .ds-box .ds-descrp .eld-exp img {
            width: 24px;
            height: 24px; }
          .driver-safe-outer .ds-inner .ds-box .ds-descrp .eld-exp a {
            font-size: 18px;
            font-weight: 700;
            line-height: 21.98px;
            text-align: left;
            text-decoration-line: underline;
            text-decoration-style: solid;
            color: #1C89DE; }
      @media (min-width: 1114px) {
        .driver-safe-outer .ds-inner .ds-box:nth-child(odd) .ds-img {
          order: 1; }
        .driver-safe-outer .ds-inner .ds-box:nth-child(odd) .ds-descrp {
          order: 2; } }
      @media (min-width: 1114px) {
        .driver-safe-outer .ds-inner .ds-box:nth-child(even) .ds-img {
          order: 2; }
        .driver-safe-outer .ds-inner .ds-box:nth-child(even) .ds-descrp {
          order: 1; } }

.needs-section-outer {
  margin: 48px 0; }
  .needs-section-outer .sec-page-title {
    margin: 0 0 24px 0;
    color: #444444; }
  .needs-section-outer .sec-page-descrp {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    color: #1B3D5C;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 32px; }
    @media (min-width: 801px) {
      .needs-section-outer .sec-page-descrp {
        font-size: 18px; } }
  .needs-section-outer .needs-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (min-width: 801px) {
      .needs-section-outer .needs-wrap {
        gap: 32px; } }
    .needs-section-outer .needs-wrap .about-need-box {
      display: flex;
      gap: 20px 50px;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .needs-section-outer .needs-wrap .about-need-box .about-img {
        order: 1;
        width: 100%; }
        @media (min-width: 801px) {
          .needs-section-outer .needs-wrap .about-need-box .about-img {
            width: 40.2%; } }
        .needs-section-outer .needs-wrap .about-need-box .about-img img {
          width: 100%; }
      .needs-section-outer .needs-wrap .about-need-box .about-descrp {
        order: 2;
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px; }
        @media (min-width: 801px) {
          .needs-section-outer .needs-wrap .about-need-box .about-descrp {
            max-width: 598px;
            width: calc(100% - 40.2% - 50px);
            margin-bottom: 0; } }
        .needs-section-outer .needs-wrap .about-need-box .about-descrp h3 {
          font-size: 20px;
          font-weight: 600;
          line-height: 22px;
          text-align: left;
          color: #444444;
          margin: 0 0 16px 0; }
          @media (min-width: 801px) {
            .needs-section-outer .needs-wrap .about-need-box .about-descrp h3 {
              font-size: 28px;
              font-weight: 500;
              line-height: 33.89px; } }
        .needs-section-outer .needs-wrap .about-need-box .about-descrp p {
          font-size: 16px;
          line-height: 22px;
          text-align: left;
          color: #444444;
          max-width: 566px;
          width: 100%; }
          @media (min-width: 801px) {
            .needs-section-outer .needs-wrap .about-need-box .about-descrp p {
              font-size: 18px;
              font-weight: 400; } }
      @media (min-width: 801px) {
        .needs-section-outer .needs-wrap .about-need-box:nth-child(odd) .about-img {
          order: 1; }
        .needs-section-outer .needs-wrap .about-need-box:nth-child(odd) .about-descrp {
          order: 2; } }
      @media (min-width: 801px) {
        .needs-section-outer .needs-wrap .about-need-box:nth-child(even) .about-img {
          order: 2; }
        .needs-section-outer .needs-wrap .about-need-box:nth-child(even) .about-descrp {
          order: 1; } }

.cons-secuirty-wrap .trusted-industries-wrap.bg-odd {
  background-color: #ECF0F8; }
  .cons-secuirty-wrap .trusted-industries-wrap.bg-odd .sec-page-title {
    color: #1C3C5D; }
  .cons-secuirty-wrap .trusted-industries-wrap.bg-odd .common-detail-page {
    color: #444444; }
    .cons-secuirty-wrap .trusted-industries-wrap.bg-odd .common-detail-page a {
      color: #F27221; }

.cons-secuirty-wrap .trusted-industries-wrap.bg-white {
  background-color: #fff; }
  .cons-secuirty-wrap .trusted-industries-wrap.bg-white .sec-page-title {
    color: #1C3C5D; }
  .cons-secuirty-wrap .trusted-industries-wrap.bg-white .common-detail-page {
    color: #444444; }
    .cons-secuirty-wrap .trusted-industries-wrap.bg-white .common-detail-page a {
      color: #F27221; }

.cons-secuirty-wrap .trusted-industries-wrap .bhs-btns-wrap {
  justify-content: center; }

.fleet-features-wrap.eld-page {
  background-color: #ECF0F8; }
  .fleet-features-wrap.eld-page .best-key-features .sec-page-title.odd {
    color: #1B3D5C; }
  .fleet-features-wrap.eld-page .best-key-features .common-detail-page.odd {
    color: #5A738B; }
  .fleet-features-wrap.eld-page .best-key-features .features-wrap .features-inner {
    background: #fff; }

.about-telemetics-wrap .about-telematics {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .about-telemetics-wrap .about-telematics {
      padding: 48px 0; } }
  .about-telemetics-wrap .about-telematics .telematics-banner {
    border-radius: 20px; }
    .about-telemetics-wrap .about-telematics .telematics-banner img {
      border-radius: 20px; }
  .about-telemetics-wrap .about-telematics .telematics-content {
    margin: 40px 0 0; }
    @media (min-width: 801px) {
      .about-telemetics-wrap .about-telematics .telematics-content {
        margin: 48px 0 0; } }
    .about-telemetics-wrap .about-telematics .telematics-content .sec-page-title {
      text-align: left; }
      @media (min-width: 801px) {
        .about-telemetics-wrap .about-telematics .telematics-content .sec-page-title {
          text-align: center; } }
    .about-telemetics-wrap .about-telematics .telematics-content p {
      margin: 0 auto;
      font-size: 16px;
      max-width: 920px;
      text-align: left;
      line-height: 24px; }
      @media (min-width: 801px) {
        .about-telemetics-wrap .about-telematics .telematics-content p {
          text-align: center; } }
  .about-telemetics-wrap .about-telematics .telematics-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin: 32px 0 0;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .about-telemetics-wrap .about-telematics .telematics-wrap {
        gap: 10px;
        margin: 48px 0 0;
        flex-wrap: nowrap; } }
    .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner {
      display: flex;
      gap: 8px;
      width: 100%;
      text-align: left;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 551px) {
        .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner {
          gap: 16px; } }
      @media (min-width: 801px) {
        .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner {
          width: 33.33%;
          max-width: 320px; } }
      .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner .telematic-icon {
        display: inline-flex;
        width: 46px;
        height: 46px;
        font-size: 0px;
        border-radius: 100px;
        background-size: 20px;
        background-position: center;
        background-color: #ECF0F8;
        background-repeat: no-repeat; }
        @media (min-width: 551px) {
          .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner .telematic-icon {
            width: 74px;
            height: 74px;
            background-size: 30px; } }
      .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner p {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        width: calc(100% - 46px); }
        @media (min-width: 551px) {
          .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner p {
            font-size: 16px;
            line-height: 24px;
            width: calc(100% - 74px); } }
      .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner:nth-child(1) .telematic-icon {
        background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/api-icon.png?t=1737615965); }
      .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner:nth-child(2) .telematic-icon {
        background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.22835 10.2866H11.9778C12.2695 10.2866 12.5492 10.1707 12.7555 9.96448C12.9617 9.75823 13.0776 9.47849 13.0776 9.18681C13.0776 8.89513 12.9617 8.6154 12.7555 8.40915C12.5492 8.2029 12.2695 8.08703 11.9778 8.08703H10.878V7.53714C10.878 7.24546 10.7622 6.96573 10.5559 6.75948C10.3497 6.55323 10.0699 6.43736 9.77824 6.43736C9.48656 6.43736 9.20683 6.55323 9.00058 6.75948C8.79433 6.96573 8.67846 7.24546 8.67846 7.53714V8.14202C8.01026 8.2777 7.41631 8.65683 7.01191 9.2058C6.60752 9.75477 6.42153 10.4344 6.49005 11.1128C6.55858 11.7912 6.87672 12.4199 7.38273 12.8769C7.88874 13.3339 8.54651 13.5866 9.22835 13.5859H10.3281C10.474 13.5859 10.6138 13.6439 10.717 13.747C10.8201 13.8501 10.878 13.99 10.878 14.1358C10.878 14.2817 10.8201 14.4215 10.717 14.5247C10.6138 14.6278 10.474 14.6857 10.3281 14.6857H7.57868C7.287 14.6857 7.00726 14.8016 6.80101 15.0078C6.59477 15.2141 6.4789 15.4938 6.4789 15.7855C6.4789 16.0772 6.59477 16.3569 6.80101 16.5632C7.00726 16.7694 7.287 16.8853 7.57868 16.8853H8.67846V17.4352C8.67846 17.7269 8.79433 18.0066 9.00058 18.2128C9.20683 18.4191 9.48656 18.535 9.77824 18.535C10.0699 18.535 10.3497 18.4191 10.5559 18.2128C10.7622 18.0066 10.878 17.7269 10.878 17.4352V16.8303C11.5462 16.6946 12.1402 16.3155 12.5446 15.7665C12.949 15.2175 13.135 14.5379 13.0664 13.8595C12.9979 13.1811 12.6798 12.5524 12.1737 12.0954C11.6677 11.6384 11.01 11.3857 10.3281 11.3864H9.22835C9.08251 11.3864 8.94264 11.3284 8.83952 11.2253C8.73639 11.1222 8.67846 10.9823 8.67846 10.8365C8.67846 10.6906 8.73639 10.5508 8.83952 10.4477C8.94264 10.3445 9.08251 10.2866 9.22835 10.2866ZM21.8758 11.9363H18.5765V2.03823C18.5773 1.84444 18.5268 1.65389 18.4302 1.48586C18.3337 1.31784 18.1944 1.17832 18.0266 1.08142C17.8594 0.984899 17.6698 0.934082 17.4767 0.934082C17.2837 0.934082 17.094 0.984899 16.9268 1.08142L13.6275 2.97305L10.3281 1.08142C10.1609 0.984899 9.97129 0.934082 9.77824 0.934082C9.58519 0.934082 9.39554 0.984899 9.22835 1.08142L5.92901 2.97305L2.62966 1.08142C2.46247 0.984899 2.27282 0.934082 2.07977 0.934082C1.88672 0.934082 1.69707 0.984899 1.52988 1.08142C1.36205 1.17832 1.2228 1.31784 1.12624 1.48586C1.02967 1.65389 0.97922 1.84444 0.979989 2.03823V19.6347C0.979989 20.5098 1.3276 21.349 1.94634 21.9677C2.56509 22.5865 3.40429 22.9341 4.27933 22.9341H19.6763C20.5513 22.9341 21.3905 22.5865 22.0093 21.9677C22.628 21.349 22.9756 20.5098 22.9756 19.6347V13.036C22.9756 12.7444 22.8597 12.4646 22.6535 12.2584C22.4473 12.0521 22.1675 11.9363 21.8758 11.9363ZM4.27933 20.7345C3.98765 20.7345 3.70792 20.6187 3.50167 20.4124C3.29542 20.2062 3.17955 19.9264 3.17955 19.6347V3.94086L5.37912 5.19461C5.54885 5.28326 5.73751 5.32956 5.92901 5.32956C6.1205 5.32956 6.30916 5.28326 6.4789 5.19461L9.77824 3.30298L13.0776 5.19461C13.2473 5.28326 13.436 5.32956 13.6275 5.32956C13.819 5.32956 14.0076 5.28326 14.1774 5.19461L16.3769 3.94086V19.6347C16.3799 20.0099 16.4468 20.3818 16.5749 20.7345H4.27933ZM20.7761 19.6347C20.7761 19.9264 20.6602 20.2062 20.4539 20.4124C20.2477 20.6187 19.968 20.7345 19.6763 20.7345C19.3846 20.7345 19.1049 20.6187 18.8986 20.4124C18.6924 20.2062 18.5765 19.9264 18.5765 19.6347V14.1358H20.7761V19.6347Z" fill="%233A8DDE"/></svg>'); }
      .about-telemetics-wrap .about-telematics .telematics-wrap .telematics-inner:nth-child(3) .telematic-icon {
        background-image: url('data:image/svg+xml,<svg width="18" height="25" viewBox="0 0 18 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1119 14.025C12.1611 14.025 10.5184 15.7814 10.5184 17.8432C10.5184 20.6904 14.1119 24.9341 14.1119 24.9341C14.1119 24.9341 17.7055 20.6904 17.7055 17.8432C17.7055 15.7814 16.0627 14.025 14.1119 14.025ZM14.1119 19.2723C13.3932 19.2723 12.8799 18.6177 12.8799 17.9632C12.8799 17.1995 13.4959 16.6541 14.1119 16.6541C14.728 16.6541 15.344 17.2977 15.344 17.9632C15.4467 18.6177 14.8307 19.2723 14.1119 19.2723ZM11.4527 24.9341H2.30445C1.75984 24.9341 1.23753 24.7042 0.852426 24.295C0.467324 23.8859 0.250977 23.3309 0.250977 22.7523V3.1159C0.250977 1.90499 1.16477 0.934082 2.30445 0.934082H12.5718C13.1164 0.934082 13.6388 1.16395 14.0239 1.57312C14.409 1.98229 14.6253 2.53725 14.6253 3.1159V11.8759C14.461 11.8432 14.2865 11.8432 14.1119 11.8432C13.5986 11.8432 13.0852 11.9304 12.5718 12.0832V5.29772H2.30445V20.5704H9.01932C9.63536 22.2068 10.6416 23.8104 11.4527 24.9341Z" fill="%233A8DDE"/></svg>'); }
  .about-telemetics-wrap .about-telematics .working-inner-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .about-telemetics-wrap .about-telematics .working-inner-wrap {
        gap: 48px;
        margin-top: 48px; } }
    .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner {
      width: 100%;
      gap: 16px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (min-width: 801px) {
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner {
          width: calc(50% - 48px); } }
      .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-icon {
        width: 46px;
        height: 46px;
        border-radius: 100px;
        background-color: #ECF0F8;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px; }
        @media (min-width: 551px) {
          .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-icon {
            width: 74px;
            height: 74px;
            background-size: auto; } }
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-icon.lower {
          background-image: url('data:image/svg+xml,<svg width="32" height="20" viewBox="0 0 32 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.6936 17.8199H30.4349V9.07861" stroke="%233A8DDE" stroke-width="3.22047" stroke-linecap="round" stroke-linejoin="round"/><path d="M30.435 17.8202L18.088 5.47313C17.8837 5.27292 17.6091 5.16078 17.3231 5.16078C17.0371 5.16078 16.7625 5.27292 16.5582 5.47313L11.532 10.4994C11.3278 10.6996 11.0532 10.8117 10.7671 10.8117C10.4811 10.8117 10.2065 10.6996 10.0023 10.4994L2.02588 2.52295" stroke="%233A8DDE" stroke-width="3.22047" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-icon.increase {
          background-image: url('data:image/svg+xml,<svg width="32" height="20" viewBox="0 0 32 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.4634 2.43677H30.2046V11.178" stroke="%233A8DDE" stroke-width="3.22047" stroke-linecap="round" stroke-linejoin="round"/><path d="M30.2045 2.43701L17.8575 14.7841C17.6532 14.9843 17.3786 15.0964 17.0926 15.0964C16.8066 15.0964 16.532 14.9843 16.3278 14.7841L11.3015 9.75783C11.0973 9.55762 10.8227 9.44548 10.5367 9.44548C10.2507 9.44548 9.97607 9.55762 9.77182 9.75783L1.79541 17.7342" stroke="%233A8DDE" stroke-width="3.22047" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-icon.enhance {
          background-image: url('data:image/svg+xml,<svg width="28" height="27" viewBox="0 0 28 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.2945 9.64408V5.05491C16.2945 4.60292 16.2054 4.15535 16.0325 3.73776C15.8595 3.32018 15.606 2.94075 15.2864 2.62114C14.9668 2.30153 14.5873 2.048 14.1697 1.87503C13.7522 1.70206 13.3046 1.61304 12.8526 1.61304L8.26343 11.9387V24.5589H21.595C22.1483 24.5651 22.6853 24.3712 23.107 24.0128C23.5286 23.6544 23.8066 23.1556 23.8895 22.6085L25.4728 12.2829C25.5227 11.954 25.5005 11.6182 25.4078 11.2988C25.3151 10.9793 25.154 10.6839 24.9357 10.4329C24.7174 10.1819 24.4472 9.9813 24.1437 9.84511C23.8403 9.70891 23.5108 9.64031 23.1782 9.64408H16.2945Z" stroke="%233A8DDE" stroke-width="3.22047" stroke-linejoin="round"/><path d="M8.26356 11.8109H5.20029C3.85605 11.7873 2.70748 12.9008 2.5271 14.233V22.264C2.61441 22.9075 2.93481 23.4965 3.42753 23.9194C3.92025 24.3424 4.55104 24.5698 5.20029 24.5586H8.26356V11.8109Z" fill="%233A8DDE" stroke="%233A8DDE" stroke-width="3.22047" stroke-linejoin="round"/></svg>'); }
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-icon.boost {
          background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.8241 14.1737C20.3312 14.1737 20.8176 13.9722 21.1762 13.6136C21.5348 13.255 21.7363 12.7687 21.7363 12.2615C21.7363 11.7544 21.5348 11.268 21.1762 10.9094C20.8176 10.5508 20.3312 10.3494 19.8241 10.3494C19.317 10.3494 18.8306 10.5508 18.472 10.9094C18.1134 11.268 17.9119 11.7544 17.9119 12.2615C17.9119 12.7687 18.1134 13.255 18.472 13.6136C18.8306 13.9722 19.317 14.1737 19.8241 14.1737ZM14.0876 12.2615C14.0876 12.7687 13.8862 13.255 13.5276 13.6136C13.169 13.9722 12.6826 14.1737 12.1755 14.1737C11.6684 14.1737 11.182 13.9722 10.8234 13.6136C10.4648 13.255 10.2633 12.7687 10.2633 12.2615C10.2633 11.7544 10.4648 11.268 10.8234 10.9094C11.182 10.5508 11.6684 10.3494 12.1755 10.3494C12.6826 10.3494 13.169 10.5508 13.5276 10.9094C13.8862 11.268 14.0876 11.7544 14.0876 12.2615ZM9.99563 17.4855C10.3812 17.1643 10.8776 17.0076 11.3776 17.0491C11.8777 17.0906 12.3415 17.327 12.6688 17.7073L12.6784 17.7169C12.6962 17.7373 12.7357 17.7755 12.7969 17.8316C12.9193 17.9406 13.1201 18.1031 13.3993 18.2714C13.9481 18.6003 14.8066 18.9541 15.9998 18.9541C17.193 18.9541 18.0515 18.6003 18.6003 18.2714C18.8618 18.1159 19.1038 17.9297 19.3212 17.7169L19.3308 17.7073C19.6622 17.3334 20.1268 17.1041 20.6251 17.0684C21.1234 17.0327 21.616 17.1935 21.9973 17.5163C22.3786 17.8392 22.6184 18.2984 22.6654 18.7958C22.7124 19.2933 22.5628 19.7893 22.2487 20.1778L22.2468 20.1817L22.2449 20.1836L22.2391 20.1912L22.2258 20.2065L22.1913 20.2448C22.0575 20.3969 21.9138 20.54 21.7611 20.6731C21.4838 20.9217 21.088 21.2391 20.5698 21.5508C19.1872 22.3697 17.6067 22.7943 15.9998 22.7784C14.3927 22.7937 12.8122 22.3685 11.4297 21.5488C10.8746 21.217 10.3638 20.8161 9.90959 20.3557L9.80824 20.2467L9.77382 20.2065L9.76044 20.1912L9.7547 20.1836L9.75088 20.1797C9.58965 19.9868 9.46807 19.7639 9.3931 19.5238C9.31814 19.2838 9.29125 19.0313 9.31398 18.7809C9.33672 18.5305 9.40863 18.287 9.5256 18.0644C9.64256 17.8418 9.80229 17.6444 9.99563 17.4836V17.4855Z" fill="%233A8DDE"/><path d="M15.9999 0.78833C11.9428 0.78833 8.05188 2.4 5.18309 5.26878C2.3143 8.13757 0.702637 12.0285 0.702637 16.0856C0.702637 20.1426 2.3143 24.0335 5.18309 26.9023C8.05188 29.7711 11.9428 31.3828 15.9999 31.3828C20.0569 31.3828 23.9478 29.7711 26.8166 26.9023C29.6854 24.0335 31.2971 20.1426 31.2971 16.0856C31.2971 12.0285 29.6854 8.13757 26.8166 5.26878C23.9478 2.4 20.0569 0.78833 15.9999 0.78833ZM4.52694 16.0856C4.52694 14.5789 4.8237 13.087 5.40027 11.6951C5.97683 10.3031 6.82192 9.03833 7.88728 7.97298C8.95264 6.90762 10.2174 6.06253 11.6094 5.48596C13.0013 4.90939 14.4932 4.61264 15.9999 4.61264C17.5065 4.61264 18.9984 4.90939 20.3904 5.48596C21.7823 6.06253 23.0471 6.90762 24.1124 7.97298C25.1778 9.03833 26.0229 10.3031 26.5995 11.6951C27.176 13.087 27.4728 14.5789 27.4728 16.0856C27.4728 19.1284 26.264 22.0465 24.1124 24.1981C21.9608 26.3497 19.0427 27.5585 15.9999 27.5585C12.9571 27.5585 10.0389 26.3497 7.88728 24.1981C5.73569 22.0465 4.52694 19.1284 4.52694 16.0856Z" fill="%233A8DDE"/></svg>'); }
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-icon.simplify {
          background-image: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9999 31.9802C25.226 31.9802 31.8946 25.3117 31.8946 17.0856C31.8946 8.85949 25.226 2.19092 16.9999 2.19092C8.77379 2.19092 2.10522 8.85949 2.10522 17.0856C2.10522 25.3117 8.77379 31.9802 16.9999 31.9802Z" stroke="%233A8DDE" stroke-width="3.22047" stroke-linecap="round"/><path d="M24.0446 12.5669L15.0096 21.6035L9.95508 16.5571" stroke="%233A8DDE" stroke-width="3.22047" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-icon.saclability {
          background-image: url('data:image/svg+xml,<svg width="27" height="28" viewBox="0 0 27 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8318 0.0571289C14.4442 0.0575588 14.0714 0.205981 13.7895 0.47207C13.5077 0.738159 13.3381 1.10183 13.3154 1.48878C13.2926 1.87573 13.4185 2.25675 13.6673 2.55399C13.9161 2.85123 14.269 3.04226 14.6539 3.08804L14.8318 3.09868H23.9565V24.3896H2.66562V15.2649C2.66519 14.8773 2.51677 14.5045 2.25068 14.2226C1.98459 13.9407 1.62092 13.7711 1.23397 13.7484C0.847023 13.7257 0.466003 13.8516 0.168762 14.1004C-0.128477 14.3492 -0.319504 14.7021 -0.365286 15.087L-0.375931 15.2649V24.3896C-0.376173 25.1569 -0.0863647 25.896 0.4354 26.4586C0.957163 27.0213 1.67232 27.366 2.43751 27.4235L2.66562 27.4311H23.9565C24.7238 27.4313 25.4629 27.1415 26.0256 26.6198C26.5882 26.098 26.9329 25.3829 26.9904 24.6177L26.998 24.3896V3.09868C26.9983 2.33133 26.7085 1.59225 26.1867 1.02959C25.665 0.466933 24.9498 0.122284 24.1846 0.064733L23.9565 0.0571289H14.8318ZM1.52504 0.0571289C0.475704 0.0571289 -0.375931 0.908764 -0.375931 1.9581V7.66101C-0.375931 8.06435 -0.215708 8.45116 0.0694942 8.73636C0.354694 9.02156 0.74151 9.18179 1.14485 9.18179C1.54818 9.18179 1.935 9.02156 2.2202 8.73636C2.5054 8.45116 2.66562 8.06435 2.66562 7.66101V5.24906L12.6815 15.2649H10.2695C9.86617 15.2649 9.47935 15.4251 9.19415 15.7103C8.90895 15.9955 8.74873 16.3823 8.74873 16.7857C8.74873 17.189 8.90895 17.5758 9.19415 17.861C9.47935 18.1462 9.86617 18.3064 10.2695 18.3064H15.9724C17.0218 18.3064 17.8734 17.4548 17.8734 16.4055V10.7026C17.8734 10.2992 17.7132 9.91241 17.428 9.62721C17.1428 9.34201 16.7559 9.18179 16.3526 9.18179C15.9493 9.18179 15.5625 9.34201 15.2773 9.62721C14.9921 9.91241 14.8318 10.2992 14.8318 10.7026V13.1145L4.816 3.09868H7.22795C7.63129 3.09868 8.0181 2.93846 8.3033 2.65326C8.5885 2.36806 8.74873 1.98124 8.74873 1.57791C8.74873 1.17457 8.5885 0.787755 8.3033 0.502554C8.0181 0.217353 7.63129 0.0571289 7.22795 0.0571289H1.52504Z" fill="%233A8DDE"/></svg>'); }
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-icon.sustain {
          background-image: url('data:image/svg+xml,<svg width="31" height="32" viewBox="0 0 31 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_9983_1693)"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.57049 24.7869C3.09558 22.0656 2.41928 18.623 2.72039 15.5474C3.0521 12.1547 4.59953 8.90043 6.61392 7.22097C9.30621 4.97793 12.1338 4.05688 14.5877 3.60602C15.7829 3.40196 16.9863 3.24992 18.1947 3.15032C18.8452 3.08913 19.5038 3.02795 20.1366 2.87014C21.4698 2.53683 22.7854 1.99579 23.8691 1.13593C24.365 0.741428 24.8674 0.342092 25.5357 0.416162C25.7759 0.442886 26.007 0.523344 26.2119 0.651568C26.4168 0.779793 26.5901 0.952494 26.7192 1.15687C31.8719 9.31587 31.0942 17.9773 26.79 23.4327C24.6404 26.1556 21.6212 28.0557 18.0996 28.6176C15.0273 29.1055 11.67 28.5597 8.28694 26.7884C7.98969 27.7123 7.76888 28.6591 7.62675 29.6192C7.56632 30.042 7.34041 30.4234 6.99873 30.6797C6.65704 30.9359 6.22757 31.0459 5.80478 30.9855C5.38199 30.925 5.00053 30.6991 4.7443 30.3574C4.48807 30.0158 4.37808 29.5863 4.4385 29.1635C4.63817 27.7707 5.01818 26.2876 5.57049 24.7869ZM15.1674 6.77333C16.301 6.56561 17.3654 6.46578 18.3991 6.36433C19.2429 6.28382 20.0931 6.20009 20.9175 5.99398C22.306 5.6538 23.6357 5.10779 24.8626 4.37409C28.3697 11.0034 27.3906 17.4717 24.262 21.4393C22.5745 23.5776 20.2541 25.014 17.5956 25.4358C15.2077 25.8158 12.4429 25.3972 9.49622 23.7837C11.2868 20.1334 14.2142 16.6343 18.0256 14.7294C18.4078 14.5386 18.6985 14.2036 18.8338 13.7984C18.9691 13.3931 18.9379 12.9507 18.747 12.5685C18.5561 12.1863 18.2212 11.8956 17.8159 11.7603C17.4106 11.625 16.9683 11.6562 16.586 11.8471C12.3866 13.9469 9.16934 17.5779 7.07766 21.4505C6.04551 19.7598 5.73635 17.7937 5.92635 15.8598C6.19848 13.0774 7.47217 10.6991 8.675 9.69427C10.8134 7.91176 13.0677 7.15978 15.169 6.77333H15.1674Z" fill="%233A8DDE"/></g><defs><clipPath id="clip0_9983_1693"><rect width="30.5944" height="30.5944" fill="white" transform="translate(0.202881 0.788574)"/></clipPath></defs></svg>'); }
      .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-details {
        width: calc(100% - 60px); }
        @media (min-width: 551px) {
          .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-details {
            width: calc(100% - 90px); } }
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-details h4 {
          margin: 0 0 8px;
          font-size: 16px;
          color: #1B3D5C;
          font-weight: 600;
          line-height: 18px; }
          @media (min-width: 801px) {
            .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-details h4 {
              font-size: 18px;
              line-height: 22px; } }
        .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-details .common-detail-page.odd {
          opacity: 1;
          font-size: 14px;
          line-height: 18px;
          text-align: left;
          color: #5A738B; }
          @media (min-width: 801px) {
            .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner .work-details .common-detail-page.odd {
              font-size: 16px;
              line-height: 24px; } }
      .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner:last-child {
        display: none;
        margin: 0; }
        @media (min-width: 801px) {
          .about-telemetics-wrap .about-telematics .working-inner-wrap .work-inner:last-child {
            margin: 0 auto; } }

.about-telemetics-wrap .best-key-features {
  padding: 0; }

.about-telemetics-wrap .assets-businesses {
  background-color: #ECF0F8; }
  .about-telemetics-wrap .assets-businesses .platform-feat-wrap {
    align-items: flex-start; }
    .about-telemetics-wrap .assets-businesses .platform-feat-wrap .business-app-img {
      max-height: 212px; }
    .about-telemetics-wrap .assets-businesses .platform-feat-wrap .common-detail-page {
      text-align: center; }
  .about-telemetics-wrap .assets-businesses .sec-page-title {
    text-align: left !important; }
    @media (min-width: 801px) {
      .about-telemetics-wrap .assets-businesses .sec-page-title {
        text-align: center !important; } }
  .about-telemetics-wrap .assets-businesses .slick-dots li {
    border-radius: 50px; }
    .about-telemetics-wrap .assets-businesses .slick-dots li button {
      border-radius: 50px;
      border: 2px solid #CED6DF !important;
      background-color: #CED6DF !important; }
    .about-telemetics-wrap .assets-businesses .slick-dots li.slick-active {
      background-color: #1B3D5C; }
      .about-telemetics-wrap .assets-businesses .slick-dots li.slick-active button {
        border-color: #1B3D5C !important;
        background-color: #1B3D5C !important; }

.about-telemetics-wrap .popular-trackers-wrap .sec-page-title {
  text-align: left; }
  @media (min-width: 551px) {
    .about-telemetics-wrap .popular-trackers-wrap .sec-page-title {
      text-align: center; } }

.about-telemetics-wrap .sec-page-subtitle {
  margin: 0;
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 34px; }
  @media (min-width: 551px) {
    .about-telemetics-wrap .sec-page-subtitle {
      font-size: 28px;
      text-align: center; } }

.about-telemetics-wrap .bhs-help-wrap {
  background-color: #fff; }
  .about-telemetics-wrap .bhs-help-wrap .industry-page-form-wrap {
    background-color: #fff !important; }

input:focus + label {
  outline: 0px solid #0f7fff !important;
  outline-offset: 0px !important; }

#IndustryForm .recaptcha-container {
  align-items: center;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: column;
  margin: 0 0 1rem; }
  @media (min-width: 801px) {
    #IndustryForm .recaptcha-container {
      flex-direction: row-reverse;
      justify-content: space-between; } }
  #IndustryForm .recaptcha-container > div {
    display: flex;
    justify-content: flex-start;
    width: 100%; }
    @media (min-width: 801px) {
      #IndustryForm .recaptcha-container > div {
        width: 50%; } }

#bcform .recaptcha-container {
  text-align: left; }
  #bcform .recaptcha-container .policy-wrap {
    margin: 0 0 1rem; }
    #bcform .recaptcha-container .policy-wrap .form-checkbox + .form-label {
      font-size: 1rem;
      line-height: 1.5;
      padding-left: 1.85714rem; }

.main-industryPage-container #bcform .recaptcha-container .policy-wrap {
  margin: 0 0 0.5rem; }
  .main-industryPage-container #bcform .recaptcha-container .policy-wrap .form-checkbox + .form-label {
    font-size: 11px;
    line-height: 1.5rem;
    padding-left: 1.557rem; }

#lg_contact_main .recaptcha-container .policy-wrap {
  margin: 0 0 0.5rem; }
  #lg_contact_main .recaptcha-container .policy-wrap .form-checkbox + .form-label {
    font-size: 11px;
    line-height: 1.3rem;
    padding-left: 1.557rem; }

.form-label a {
  color: #f27221; }

.ways-of-installation {
  padding: 40px 0; }
  @media (min-width: 801px) {
    .ways-of-installation {
      padding: 48px 0; } }
  .ways-of-installation.pros-ways {
    background-color: #ECF0F8; }
    .ways-of-installation.pros-ways .sec-page-title {
      text-align: left; }
      @media (min-width: 801px) {
        .ways-of-installation.pros-ways .sec-page-title {
          text-align: center; } }
  .ways-of-installation > p {
    color: #5A738B;
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
    @media (min-width: 801px) {
      .ways-of-installation > p {
        font-size: 16px;
        line-height: 22px; } }

.ways-inner-wrap {
  display: flex;
  gap: 24px 50px;
  flex-wrap: wrap;
  margin-top: 24px;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .ways-inner-wrap {
      margin-top: 48px;
      flex-wrap: nowrap; } }
  .ways-inner-wrap .ways-inner {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .ways-inner-wrap .ways-inner {
        width: 50%; } }
    .ways-inner-wrap .ways-inner .ways-icon {
      width: 46px;
      height: 46px;
      border-radius: 100px;
      background-color: #ECF0F8;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 551px) {
        .ways-inner-wrap .ways-inner .ways-icon {
          width: 74px;
          height: 74px; } }
    .ways-inner-wrap .ways-inner .ways-details {
      width: calc(100% - 60px); }
      @media (min-width: 551px) {
        .ways-inner-wrap .ways-inner .ways-details {
          width: calc(100% - 90px); } }
      .ways-inner-wrap .ways-inner .ways-details h4 {
        margin: 0 0 8px;
        font-size: 16px;
        color: #1B3D5C;
        font-weight: 600;
        line-height: 18px; }
        @media (min-width: 801px) {
          .ways-inner-wrap .ways-inner .ways-details h4 {
            font-size: 18px;
            line-height: 22px; } }
      .ways-inner-wrap .ways-inner .ways-details .common-detail-page.odd {
        opacity: 1;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        color: #5A738B; }
        @media (min-width: 801px) {
          .ways-inner-wrap .ways-inner .ways-details .common-detail-page.odd {
            font-size: 16px;
            line-height: 22px; } }
    .ways-inner-wrap .ways-inner:nth-child(1) .ways-icon {
      background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0.5C5.27609 0.5 3.62279 1.18482 2.40381 2.40381C1.18482 3.62279 0.5 5.27609 0.5 7L0.5 12.2C0.5 27.2774 12.7226 39.5 27.8 39.5H33C34.7239 39.5 36.3772 38.8152 37.5962 37.5962C38.8152 36.3772 39.5 34.7239 39.5 33V29.4068C39.5 28.6821 39.298 27.9718 38.9169 27.3555C38.5357 26.7392 37.9904 26.2413 37.342 25.9176L31.063 22.7768C30.5631 22.5269 30.0153 22.3873 29.4568 22.3676C28.8982 22.3479 28.3419 22.4484 27.8256 22.6624C27.3093 22.8764 26.8451 23.1989 26.4643 23.608C26.0835 24.0171 25.7951 24.5033 25.6186 25.0336L24.8438 27.3554C24.7012 27.7815 24.4081 28.1409 24.0195 28.3664C23.6308 28.5918 23.1733 28.6678 22.7326 28.58C19.9413 28.0217 17.3776 26.6498 15.3645 24.6371C13.3515 22.6245 11.979 20.0612 11.42 17.27C11.3322 16.8293 11.4082 16.3718 11.6336 15.9831C11.8591 15.5945 12.2185 15.3014 12.6446 15.1588L15.528 14.1968C16.4598 13.8856 17.2399 13.2343 17.7123 12.3729C18.1846 11.5115 18.3145 10.5036 18.076 9.5506L16.5524 3.4562C16.342 2.61255 15.8557 1.8634 15.1707 1.32779C14.4858 0.792181 13.6415 0.50082 12.772 0.5L7 0.5Z" fill="%233A8DDE"/></svg>');
      background-size: 24px; }
      @media (min-width: 551px) {
        .ways-inner-wrap .ways-inner:nth-child(1) .ways-icon {
          background-size: auto; } }
    .ways-inner-wrap .ways-inner:nth-child(2) .ways-icon {
      background-image: url('data:image/svg+xml,<svg width="36" height="40" viewBox="0 0 36 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.2121 39.5C3.12877 39.5 2.20104 39.1178 1.42892 38.3534C0.656799 37.589 0.271395 36.6712 0.272708 35.6V8.3C0.272708 7.2275 0.658769 6.30905 1.43089 5.54465C2.20301 4.78025 3.13008 4.3987 4.2121 4.4H6.1818V0.5H10.1212V4.4H25.8788V0.5H29.8182V4.4H31.7879C32.8712 4.4 33.7989 4.7822 34.571 5.5466C35.3432 6.311 35.7286 7.2288 35.7272 8.3V35.6C35.7272 36.6725 35.3412 37.5909 34.5691 38.3553C33.7969 39.1197 32.8699 39.5013 31.7879 39.5H4.2121ZM4.2121 35.6H31.7879V16.1H4.2121V35.6Z" fill="%233A8DDE"/></svg>');
      background-size: 24px; }
      @media (min-width: 551px) {
        .ways-inner-wrap .ways-inner:nth-child(2) .ways-icon {
          background-size: auto; } }
    .ways-inner-wrap .ways-inner .booking-btn {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #1B3D5C;
      max-width: 100%;
      margin-top: 16px;
      line-height: 22px;
      padding: 8px 5px;
      text-align: center;
      border-radius: 100px;
      text-decoration: none;
      transition: .2s all ease;
      border: 1px solid #1B3D5C; }
      @media (min-width: 551px) {
        .ways-inner-wrap .ways-inner .booking-btn {
          max-width: 293px;
          font-size: 18px;
          padding: 11px 10px; } }
      .ways-inner-wrap .ways-inner .booking-btn:hover {
        color: #fff;
        transition: .2s all ease;
        background-color: #1B3D5C; }

.worry-free-pros {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 16px;
  justify-content: space-between; }
  @media (min-width: 551px) {
    .worry-free-pros {
      gap: 15px;
      margin-top: 40px;
      flex-wrap: nowrap; } }
  @media (min-width: 801px) {
    .worry-free-pros {
      gap: 40px; } }
  .worry-free-pros .worry-free-inner {
    width: 100%; }
    @media (min-width: 551px) {
      .worry-free-pros .worry-free-inner {
        width: 33.33%; } }
    .worry-free-pros .worry-free-inner .pros-icon {
      display: block;
      border-radius: 10px; }
      @media (min-width: 551px) {
        .worry-free-pros .worry-free-inner .pros-icon {
          border-radius: 20px; } }
      .worry-free-pros .worry-free-inner .pros-icon img {
        display: block;
        width: 100%;
        max-height: 135px;
        object-fit: cover;
        border-radius: 10px;
        object-position: center; }
        @media (min-width: 551px) {
          .worry-free-pros .worry-free-inner .pros-icon img {
            max-height: unset;
            border-radius: 20px; } }
    .worry-free-pros .worry-free-inner h4 {
      margin: 10px 0;
      font-size: 18px;
      font-weight: 600;
      color: #1B3D5C;
      text-align: left;
      line-height: 26px; }
      @media (min-width: 801px) {
        .worry-free-pros .worry-free-inner h4 {
          font-size: 28px;
          line-height: 34px;
          text-align: center;
          margin: 24px 0 16px; } }
    .worry-free-pros .worry-free-inner .common-detail-page {
      opacity: .7;
      font-size: 16px;
      line-height: 22px;
      text-align: left;
      color: #1B3D5C; }
      @media (min-width: 801px) {
        .worry-free-pros .worry-free-inner .common-detail-page {
          font-size: 18px;
          line-height: 24px;
          text-align: center; } }

.local-installer-bg {
  padding: 40px 0;
  background-color: #1B3D5C; }
  .local-installer-bg .local-installer-wrap {
    display: flex;
    gap: 32px 10px;
    flex-wrap: wrap;
    justify-content: space-between; }
    .local-installer-bg .local-installer-wrap .local-installer-left {
      width: 100%; }
      @media (min-width: 801px) {
        .local-installer-bg .local-installer-wrap .local-installer-left {
          width: calc(50% - 10px); } }
      .local-installer-bg .local-installer-wrap .local-installer-left h4 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin: 0 0 16px;
        line-height: 33px;
        text-align: center; }
        @media (min-width: 801px) {
          .local-installer-bg .local-installer-wrap .local-installer-left h4 {
            font-size: 40px;
            text-align: left;
            line-height: 48px; } }
      .local-installer-bg .local-installer-wrap .local-installer-left p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin: 0 0 16px;
        color: #BBC5CE;
        text-align: center; }
        @media (min-width: 801px) {
          .local-installer-bg .local-installer-wrap .local-installer-left p {
            font-size: 18px;
            line-height: 22px;
            margin: 0 0 24px;
            text-align: left; } }
        .local-installer-bg .local-installer-wrap .local-installer-left p.call-now {
          margin: 0;
          display: none;
          font-weight: 600; }
          @media (min-width: 801px) {
            .local-installer-bg .local-installer-wrap .local-installer-left p.call-now {
              display: block; } }
        .local-installer-bg .local-installer-wrap .local-installer-left p a {
          display: inline;
          color: #F27221;
          text-decoration: underline; }
          .local-installer-bg .local-installer-wrap .local-installer-left p a:hover {
            color: #ffffff; }
      .local-installer-bg .local-installer-wrap .local-installer-left .schedule-btn {
        display: block;
        width: 100%;
        color: #fff;
        margin: 0 auto;
        display: block;
        font-size: 16px;
        max-width: 100%;
        font-weight: 600;
        padding: 8px 10px;
        line-height: 27px;
        text-align: center;
        border-radius: 100px;
        background: #F27221;
        text-decoration: none;
        transition: .2s all ease;
        border: 1px solid #F27221; }
        @media (min-width: 551px) {
          .local-installer-bg .local-installer-wrap .local-installer-left .schedule-btn {
            padding: 10px;
            max-width: 293px; } }
        @media (min-width: 801px) {
          .local-installer-bg .local-installer-wrap .local-installer-left .schedule-btn {
            margin: 0 0 24px;
            font-size: 18px;
            line-height: 27px; } }
        .local-installer-bg .local-installer-wrap .local-installer-left .schedule-btn span {
          background-image: url('data:image/svg+xml,<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5V7H17V5C17 4.46957 16.7893 3.96086 16.4142 3.58579C16.0391 3.21071 15.5304 3 15 3H3C2.46957 3 1.96086 3.21071 1.58579 3.58579C1.21071 3.96086 1 4.46957 1 5Z" fill="%23fff"/><path d="M13 3H15C15.5304 3 16.0391 3.21071 16.4142 3.58579C16.7893 3.96086 17 4.46957 17 5V7H1V5C1 4.46957 1.21071 3.96086 1.58579 3.58579C1.96086 3.21071 2.46957 3 3 3H5M13 3V1M13 3H5M5 3V1M1 7.5V17C1 17.5304 1.21071 18.0391 1.58579 18.4142C1.96086 18.7893 2.46957 19 3 19H15C15.5304 19 16.0391 18.7893 16.4142 18.4142C16.7893 18.0391 17 17.5304 17 17V7.5" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          background-position: center left;
          background-repeat: no-repeat;
          padding-left: 22px;
          background-size: 16px;
          display: inline-block; }
        .local-installer-bg .local-installer-wrap .local-installer-left .schedule-btn:hover {
          color: #F27221;
          transition: .2s all ease;
          background-color: #fff; }
          .local-installer-bg .local-installer-wrap .local-installer-left .schedule-btn:hover span {
            transition: .2s all ease;
            background-image: url('data:image/svg+xml,<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5V7H17V5C17 4.46957 16.7893 3.96086 16.4142 3.58579C16.0391 3.21071 15.5304 3 15 3H3C2.46957 3 1.96086 3.21071 1.58579 3.58579C1.21071 3.96086 1 4.46957 1 5Z" fill="%23F27221"/><path d="M13 3H15C15.5304 3 16.0391 3.21071 16.4142 3.58579C16.7893 3.96086 17 4.46957 17 5V7H1V5C1 4.46957 1.21071 3.96086 1.58579 3.58579C1.96086 3.21071 2.46957 3 3 3H5M13 3V1M13 3H5M5 3V1M1 7.5V17C1 17.5304 1.21071 18.0391 1.58579 18.4142C1.96086 18.7893 2.46957 19 3 19H15C15.5304 19 16.0391 18.7893 16.4142 18.4142C16.7893 18.0391 17 17.5304 17 17V7.5" stroke="%23F27221" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
    .local-installer-bg .local-installer-wrap .local-installer-right {
      width: 100%;
      display: flex;
      text-align: center;
      border-radius: 12px;
      flex-direction: column;
      justify-content: center;
      padding: 10px 20px; }
      @media (min-width: 801px) {
        .local-installer-bg .local-installer-wrap .local-installer-right {
          background: #fff;
          padding: 1rem 3rem;
          width: calc(50% - 10px); } }
      .local-installer-bg .local-installer-wrap .local-installer-right h5 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        margin: 0 0 16px;
        text-align: center;
        text-transform: none;
        letter-spacing: -0.02em; }
        @media (min-width: 801px) {
          .local-installer-bg .local-installer-wrap .local-installer-right h5 {
            color: #1B3D5C;
            font-size: 28px;
            line-height: 34px; } }
      .local-installer-bg .local-installer-wrap .local-installer-right p {
        color: #BBC5CE;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 16px;
        text-align: center; }
        @media (min-width: 801px) {
          .local-installer-bg .local-installer-wrap .local-installer-right p {
            color: #1B3D5C;
            font-size: 18px; } }
        .local-installer-bg .local-installer-wrap .local-installer-right p.call-now {
          margin: 0;
          display: block;
          font-weight: 600; }
          @media (min-width: 801px) {
            .local-installer-bg .local-installer-wrap .local-installer-right p.call-now {
              display: none; } }
        .local-installer-bg .local-installer-wrap .local-installer-right p a {
          display: inline;
          color: #F27221;
          text-decoration: none; }
          .local-installer-bg .local-installer-wrap .local-installer-right p a:hover {
            color: #ffffff; }
      .local-installer-bg .local-installer-wrap .local-installer-right .schedule-btn {
        width: 100%;
        display: block;
        color: #1B3D5C;
        display: block;
        font-size: 16px;
        max-width: 100%;
        font-weight: 600;
        padding: 8px 10px;
        line-height: 27px;
        text-align: center;
        border-radius: 100px;
        background: #ffffff;
        text-decoration: none;
        margin: 0 auto;
        transition: .2s all ease;
        border: 1px solid #1B3D5C; }
        @media (min-width: 551px) {
          .local-installer-bg .local-installer-wrap .local-installer-right .schedule-btn {
            padding: 10px;
            max-width: 293px; } }
        @media (min-width: 801px) {
          .local-installer-bg .local-installer-wrap .local-installer-right .schedule-btn {
            color: #fff;
            font-size: 18px;
            line-height: 27px;
            background: #1B3D5C; } }
        .local-installer-bg .local-installer-wrap .local-installer-right .schedule-btn:hover {
          color: #1B3D5C;
          transition: .2s all ease;
          background-color: #fff; }

.container--reviews {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1150px; }

.customer-reviews-wrap .reviews-top-banner {
  padding: 20px 0;
  background: #ECF0F8; }
  @media (min-width: 801px) {
    .customer-reviews-wrap .reviews-top-banner {
      padding: 40px 0; } }
  .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap {
    background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/ratings-full-bg.png);
    background-size: 200px;
    text-align: center;
    padding-top: 40px;
    background-size: 210px;
    background-repeat: no-repeat;
    background-position: center top; }
    @media (min-width: 801px) {
      .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap {
        padding-top: 50px; } }
    .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap h1 {
      font-size: 28px;
      color: #1B3D5C;
      font-weight: 700;
      line-height: 32px;
      text-align: center;
      margin: 20px 0 12px;
      font-family: "Inter", sans-serif; }
      @media (min-width: 801px) {
        .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap h1 {
          font-size: 42px;
          line-height: 46px;
          margin: 24px 0 22px; } }
      @media (min-width: 1261px) {
        .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap h1 {
          font-size: 47px;
          line-height: 56px; } }
    .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap h2 {
      margin: 0;
      font-size: 40px;
      color: #1B3D5C;
      font-weight: 900;
      line-height: 40px;
      text-align: center;
      text-transform: uppercase;
      font-family: "Inter", sans-serif; }
      @media (min-width: 801px) {
        .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap h2 {
          font-size: 61px;
          line-height: 61px; } }
    .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap h3 {
      margin: 0;
      font-size: 60px;
      color: #1B3D5C;
      font-weight: 900;
      line-height: 60px;
      text-align: center;
      text-transform: uppercase;
      font-family: "Inter", sans-serif; }
      @media (min-width: 801px) {
        .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap h3 {
          font-size: 93px;
          line-height: 80px; } }
    .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap p {
      font-size: 16px;
      font-weight: 400;
      color: #5A738B;
      margin: 0 0 12px;
      line-height: 24px;
      font-family: "Inter", sans-serif; }
      @media (min-width: 801px) {
        .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap p {
          font-size: 18px;
          margin: 0 0 22px;
          line-height: 28px; } }
    .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap .reviews-badges {
      width: 100%;
      display: block;
      margin: 0 auto;
      max-width: 450px; }
    .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap a {
      display: inline-block;
      width: 100%;
      padding: 12px;
      color: #fff;
      font-size: 16px;
      max-width: 450px;
      font-weight: 700;
      line-height: 21px;
      text-align: center;
      margin: 24px auto 0;
      border-radius: 100px;
      text-decoration: none;
      transition: .2s all ease;
      background-color: #F27221;
      border: 1px solid #F27221;
      font-family: "Inter", sans-serif; }
      .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap a:hover {
        color: #F27221;
        transition: .2s all ease;
        background-color: #fff; }
      @media (min-width: 551px) {
        .customer-reviews-wrap .reviews-top-banner .upper-banner-wrap a {
          max-width: 345px; } }

.customer-reviews-wrap .review-badges-combine {
  padding: 20px 0; }
  @media (min-width: 801px) {
    .customer-reviews-wrap .review-badges-combine {
      padding: 40px 0; } }
  .customer-reviews-wrap .review-badges-combine .badges-review-wrap {
    display: flex;
    gap: 20px 10px;
    flex-wrap: wrap;
    margin: 24px 0 0 0;
    justify-content: space-between; }
    .customer-reviews-wrap .review-badges-combine .badges-review-wrap .badge-inner {
      padding: 10px;
      text-align: center;
      border-radius: 18px;
      border: 1px solid #fff;
      transition: .2s all ease;
      width: calc(33.33% - 10px);
      box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); }
      .customer-reviews-wrap .review-badges-combine .badges-review-wrap .badge-inner:hover {
        border-color: #ccc;
        transition: .2s all ease; }

@media (min-width: 801px) {
  .customer-reviews-wrap .stories-wrap .slick-dots {
    display: none !important; } }

.customer-reviews-wrap .stories-wrap .stories-inner img {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 0 10px 36px; }

.customer-reviews-wrap .prominent-review {
  background-color: #3A8DDE; }
  .customer-reviews-wrap .prominent-review .main-review-wrap {
    display: flex;
    gap: 15px;
    padding: 42px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: url('data:image/svg+xml,<svg width="231" height="128" viewBox="0 0 231 128" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M-54 127.024V62.5512C-54 44.244 -50.4076 25.5389 -43.2227 6.43568C-36.0378 -12.6675 -26.5578 -30.6762 -14.7826 -47.5905C-3.00735 -64.5047 9.76575 -78.6331 23.5368 -89.9756L79.8183 -56.8435C68.6418 -39.3323 59.4611 -21.0251 52.2763 -1.92196C45.291 17.1812 41.7983 38.4733 41.7983 61.9542V127.024H-54ZM97.1817 127.024V62.5512C97.1817 44.244 100.774 25.5389 107.959 6.43568C115.144 -12.6675 124.624 -30.6762 136.399 -47.5905C148.174 -64.5047 160.947 -78.6331 174.718 -89.9756L231 -56.8435C219.824 -39.3323 210.643 -21.0251 203.458 -1.92196C196.473 17.1812 192.98 38.4733 192.98 61.9542V127.024H97.1817Z" fill="white"/></svg>') no-repeat left top, url('data:image/svg+xml,<svg width="250" height="90" viewBox="0 0 250 90" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M285 0.0244141L285 64.4976C285 82.8048 281.408 101.51 274.223 120.613C267.038 139.716 257.558 157.725 245.783 174.639C234.007 191.554 221.234 205.682 207.463 217.024L151.182 183.892C162.358 166.381 171.539 148.074 178.724 128.971C185.709 109.868 189.202 88.5755 189.202 65.0946L189.202 0.0244057L285 0.0244141ZM133.818 0.0244008L133.818 64.4976C133.818 82.8048 130.226 101.51 123.041 120.613C115.856 139.716 106.376 157.725 94.6008 174.639C82.8256 191.554 70.0525 205.682 56.2815 217.024L2.8965e-06 183.892C11.1765 166.381 20.3572 148.074 27.542 128.971C34.5273 109.868 38.02 88.5755 38.02 65.0946L38.02 0.0243925L133.818 0.0244008Z" fill="white"/></svg>') no-repeat bottom right;
    background-size: 160px; }
    @media (min-width: 551px) {
      .customer-reviews-wrap .prominent-review .main-review-wrap {
        gap: 30px;
        flex-wrap: nowrap; } }
    .customer-reviews-wrap .prominent-review .main-review-wrap .mr-left {
      width: 100%;
      color: #fff;
      font-size: 28px;
      text-align: left;
      font-weight: 600;
      line-height: 33px;
      padding-top: 35px;
      background-image: url('data:image/svg+xml,<svg width="32" height="26" viewBox="0 0 32 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 25.0244V17.5966C0 15.4875 0.403361 13.3325 1.21008 11.1317C2.01681 8.93088 3.08123 6.85614 4.40336 4.90749C5.72549 2.95884 7.15966 1.33115 8.70588 0.0244141L15.0252 3.84147C13.7703 5.85889 12.7395 7.96802 11.9328 10.1688C11.1485 12.3697 10.7563 14.8227 10.7563 17.5278V25.0244H0ZM16.9748 25.0244V17.5966C16.9748 15.4875 17.3782 13.3325 18.1849 11.1317C18.9916 8.93088 20.056 6.85614 21.3782 4.90749C22.7003 2.95884 24.1345 1.33115 25.6807 0.0244141L32 3.84147C30.7451 5.85889 29.7143 7.96802 28.9076 10.1688C28.1232 12.3697 27.7311 14.8227 27.7311 17.5278V25.0244H16.9748Z" fill="white"/></svg>');
      background-repeat: no-repeat;
      background-position: left top; }
      .customer-reviews-wrap .prominent-review .main-review-wrap .mr-left span {
        color: #3A8DDE;
        display: inline; }
      @media (min-width: 551px) {
        .customer-reviews-wrap .prominent-review .main-review-wrap .mr-left {
          width: 75%;
          font-size: 40px;
          line-height: 48px; } }
    .customer-reviews-wrap .prominent-review .main-review-wrap .mr-right {
      width: 100%;
      display: flex;
      gap: 11px;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start; }
      @media (min-width: 551px) {
        .customer-reviews-wrap .prominent-review .main-review-wrap .mr-right {
          gap: 5px;
          width: 25%;
          flex-direction: column;
          justify-content: center; } }
      .customer-reviews-wrap .prominent-review .main-review-wrap .mr-right .review-owner {
        margin: 0;
        width: 100%;
        color: #fff;
        max-width: 200px; }
        .customer-reviews-wrap .prominent-review .main-review-wrap .mr-right .review-owner .name {
          display: block;
          font-size: 20px;
          margin: 0 0 4px;
          font-weight: 600;
          line-height: 24px;
          text-align: left; }
          @media (min-width: 551px) {
            .customer-reviews-wrap .prominent-review .main-review-wrap .mr-right .review-owner .name {
              font-size: 28px;
              line-height: 33px;
              text-align: center; } }
        .customer-reviews-wrap .prominent-review .main-review-wrap .mr-right .review-owner .review-business {
          display: block;
          font-size: 14px;
          font-weight: 400;
          line-height: 17px;
          text-align: left; }
          @media (min-width: 551px) {
            .customer-reviews-wrap .prominent-review .main-review-wrap .mr-right .review-owner .review-business {
              font-size: 16px;
              line-height: 24px;
              text-align: center; } }
      .customer-reviews-wrap .prominent-review .main-review-wrap .mr-right img {
        margin: 0;
        width: 100%;
        display: block;
        max-width: 86px;
        border-radius: 150px;
        box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.1); }
        @media (min-width: 551px) {
          .customer-reviews-wrap .prominent-review .main-review-wrap .mr-right img {
            margin: 0 auto;
            max-width: 150px; } }
  .customer-reviews-wrap .prominent-review.dan {
    background-color: #ECF0F8; }
    .customer-reviews-wrap .prominent-review.dan .main-review-wrap {
      background: url('data:image/svg+xml,<svg width="231" height="128" viewBox="0 0 231 128" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M-54 127.024V62.5512C-54 44.244 -50.4076 25.5389 -43.2227 6.43568C-36.0378 -12.6675 -26.5578 -30.6762 -14.7826 -47.5905C-3.00735 -64.5047 9.76575 -78.6331 23.5368 -89.9756L79.8183 -56.8435C68.6418 -39.3323 59.4611 -21.0251 52.2763 -1.92196C45.291 17.1812 41.7983 38.4733 41.7983 61.9542V127.024H-54ZM97.1817 127.024V62.5512C97.1817 44.244 100.774 25.5389 107.959 6.43568C115.144 -12.6675 124.624 -30.6762 136.399 -47.5905C148.174 -64.5047 160.947 -78.6331 174.718 -89.9756L231 -56.8435C219.824 -39.3323 210.643 -21.0251 203.458 -1.92196C196.473 17.1812 192.98 38.4733 192.98 61.9542V127.024H97.1817Z" fill="%233A8DDE"/></svg>') no-repeat left top, url('data:image/svg+xml,<svg width="250" height="90" viewBox="0 0 250 90" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M285 0.0244141L285 64.4976C285 82.8048 281.408 101.51 274.223 120.613C267.038 139.716 257.558 157.725 245.783 174.639C234.007 191.554 221.234 205.682 207.463 217.024L151.182 183.892C162.358 166.381 171.539 148.074 178.724 128.971C185.709 109.868 189.202 88.5755 189.202 65.0946L189.202 0.0244057L285 0.0244141ZM133.818 0.0244008L133.818 64.4976C133.818 82.8048 130.226 101.51 123.041 120.613C115.856 139.716 106.376 157.725 94.6008 174.639C82.8256 191.554 70.0525 205.682 56.2815 217.024L2.8965e-06 183.892C11.1765 166.381 20.3572 148.074 27.542 128.971C34.5273 109.868 38.02 88.5755 38.02 65.0946L38.02 0.0243925L133.818 0.0244008Z" fill="%233A8DDE"/></svg>') no-repeat bottom right;
      background-size: 160px; }
      .customer-reviews-wrap .prominent-review.dan .main-review-wrap .mr-left {
        color: #1B3D5C;
        background-image: url('data:image/svg+xml,<svg width="32" height="26" viewBox="0 0 32 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 25.0244V17.5966C0 15.4875 0.403361 13.3325 1.21008 11.1317C2.01681 8.93088 3.08123 6.85614 4.40336 4.90749C5.72549 2.95884 7.15966 1.33115 8.70588 0.0244141L15.0252 3.84147C13.7703 5.85889 12.7395 7.96802 11.9328 10.1688C11.1485 12.3697 10.7563 14.8227 10.7563 17.5278V25.0244H0ZM16.9748 25.0244V17.5966C16.9748 15.4875 17.3782 13.3325 18.1849 11.1317C18.9916 8.93088 20.056 6.85614 21.3782 4.90749C22.7003 2.95884 24.1345 1.33115 25.6807 0.0244141L32 3.84147C30.7451 5.85889 29.7143 7.96802 28.9076 10.1688C28.1232 12.3697 27.7311 14.8227 27.7311 17.5278V25.0244H16.9748Z" fill="%233A8DDE"/></svg>');
        background-repeat: no-repeat;
        background-position: left top; }
      .customer-reviews-wrap .prominent-review.dan .main-review-wrap .mr-right .review-owner {
        color: #1B3D5C; }

.customer-reviews-wrap .trusted-industries-wrap .trusted-content-wrap {
  margin: 1rem 0; }

.customer-reviews-wrap .customers-love {
  display: flex;
  gap: 20px;
  padding: 40px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .customer-reviews-wrap .customers-love {
      flex-wrap: nowrap; } }
  .customer-reviews-wrap .customers-love .customer-love-inner {
    width: 100%; }
    @media (min-width: 801px) {
      .customer-reviews-wrap .customers-love .customer-love-inner {
        width: 50%; } }
  .customer-reviews-wrap .customers-love img {
    display: block;
    width: 100%;
    max-width: 624px;
    margin: 0 auto; }
  .customer-reviews-wrap .customers-love h4 {
    color: #444;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 10px;
    line-height: 33px;
    text-align: center;
    text-transform: none;
    font-family: "Inter", sans-serif; }
    @media (min-width: 801px) {
      .customer-reviews-wrap .customers-love h4 {
        font-size: 40px;
        text-align: left;
        line-height: 48px; } }
  .customer-reviews-wrap .customers-love p {
    margin: 0;
    color: #7C7C7C;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    font-family: "Inter", sans-serif; }
    @media (min-width: 801px) {
      .customer-reviews-wrap .customers-love p {
        font-size: 32px;
        text-align: left;
        line-height: 38px; } }
  .customer-reviews-wrap .customers-love .total-rating {
    display: flex;
    width: 100%;
    padding: 25px;
    max-width: 335px;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 18px;
    margin: 24px auto 0 auto;
    justify-content: space-between;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1); }
    @media (min-width: 801px) {
      .customer-reviews-wrap .customers-love .total-rating {
        padding: 30px;
        max-width: 380px;
        margin: 24px 0 0 0; } }
    .customer-reviews-wrap .customers-love .total-rating .rating-count {
      margin: 0;
      font-size: 48px;
      color: #3A8DDE;
      font-weight: 700;
      line-height: 55px;
      text-align: center;
      font-family: "Inter", sans-serif; }
      @media (min-width: 801px) {
        .customer-reviews-wrap .customers-love .total-rating .rating-count {
          font-size: 55px;
          line-height: 66px; } }
    .customer-reviews-wrap .customers-love .total-rating .review-count {
      margin: 0;
      color: #7C7C7C;
      font-size: 20px;
      font-weight: 600;
      line-height: 28px;
      text-align: left;
      padding-top: 25px;
      background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/fivestarbadge.jpg?t=1739172826);
      background-size: 120px;
      background-repeat: no-repeat;
      background-position: top center;
      font-family: "Inter", sans-serif; }
      @media (min-width: 801px) {
        .customer-reviews-wrap .customers-love .total-rating .review-count {
          font-size: 23px; } }

.customer-reviews-wrap #SA_wrapper_625dyKxg458T .css-star:before, .customer-reviews-wrap #SA_wrapper_625dyKxg458T .css-half-star:before, .customer-reviews-wrap #SA_wrapper_625dyKxg458T .css-empty-star:before {
  color: #FCB002; }

.customer-reviews-wrap .SA__widget_content {
  font-size: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 0px !important; }
  .customer-reviews-wrap .SA__widget_content > div {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .customer-reviews-wrap .SA__widget_content [aria-label="Feedback"] {
    order: 2;
    position: relative;
    color: #1b3d5c !important;
    padding-left: 30px !important;
    padding-right: 30px !important; }
    .customer-reviews-wrap .SA__widget_content [aria-label="Feedback"]:before {
      content: "";
      background-image: url('data:image/svg+xml,<svg width="23" height="20" viewBox="0 0 23 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.011 19.6816C20.5827 19.6816 21.1311 19.4545 21.5353 19.0502C21.9396 18.6459 22.1668 18.0975 22.1668 17.5258V12.2613C22.1668 11.6896 21.9396 11.1412 21.5353 10.737C21.1311 10.3327 20.5827 10.1055 20.011 10.1055H17.0187C17.0187 9.34814 17.0633 8.59074 17.1524 7.83333C17.286 7.03138 17.5088 6.31853 17.8207 5.69478C18.1325 5.07104 18.5342 4.58023 19.0258 4.22237C19.5144 3.82139 20.1382 3.6209 20.897 3.6209V0.279419C19.6495 0.279419 18.5572 0.546738 17.6202 1.08138C16.6896 1.60928 15.8901 2.34026 15.2811 3.21993C14.6681 4.1882 14.2166 5.24979 13.9446 6.36308C13.6694 7.59133 13.5349 8.84689 13.5436 10.1055V17.5258C13.5436 18.0975 13.7707 18.6459 14.175 19.0502C14.5793 19.4545 15.1276 19.6816 15.6994 19.6816H20.011ZM7.07618 19.6816C7.64794 19.6816 8.19627 19.4545 8.60056 19.0502C9.00485 18.6459 9.23198 18.0975 9.23198 17.5258V12.2613C9.23198 11.6896 9.00485 11.1412 8.60056 10.737C8.19627 10.3327 7.64794 10.1055 7.07618 10.1055H4.08394C4.08394 9.34814 4.12849 8.59074 4.2176 7.83333C4.35269 7.03138 4.57546 6.31853 4.88589 5.69478C5.19776 5.07104 5.59946 4.58023 6.09098 4.22237C6.57963 3.82139 7.20337 3.6209 7.96221 3.6209V0.279419C6.71473 0.279419 5.62246 0.546738 4.6854 1.08138C3.75484 1.60928 2.95532 2.34026 2.34636 3.21993C1.73328 4.1882 1.28185 5.24979 1.00977 6.36308C0.734655 7.59133 0.60013 8.84689 0.608791 10.1055V17.5258C0.608791 18.0975 0.835919 18.6459 1.24021 19.0502C1.6445 19.4545 2.19284 19.6816 2.76459 19.6816H7.07618Z" fill="%231B3D5C"/></svg>');
      position: absolute;
      top: 0;
      left: 5px;
      opacity: .7;
      width: 22px;
      height: 22px;
      background-size: 18px;
      background-position: center;
      background-repeat: no-repeat; }
    .customer-reviews-wrap .SA__widget_content [aria-label="Feedback"]:after {
      content: "";
      background-image: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.40212 19.6864C1.83037 19.6864 1.28203 19.4592 0.877743 19.0549C0.473454 18.6506 0.246325 18.1023 0.246325 17.5306V12.2661C0.246325 11.6943 0.473454 11.146 0.877743 10.7417C1.28203 10.3374 1.83037 10.1103 2.40212 10.1103H5.39437C5.39437 9.3529 5.34982 8.5955 5.26071 7.83809C5.12705 7.03614 4.90428 6.32329 4.59241 5.69954C4.28054 5.0758 3.87884 4.58499 3.38732 4.22713C2.89867 3.82615 2.27493 3.62567 1.51609 3.62567V0.28418C2.76358 0.28418 3.85585 0.551498 4.7929 1.08614C5.72347 1.61404 6.52299 2.34502 7.13194 3.22469C7.74503 4.19296 8.19646 5.25455 8.46853 6.36784C8.74365 7.59609 8.87817 8.85165 8.86951 10.1103V17.5306C8.86951 18.1023 8.64238 18.6506 8.23809 19.0549C7.8338 19.4592 7.28547 19.6864 6.71372 19.6864H2.40212ZM15.3369 19.6864C14.7652 19.6864 14.2168 19.4592 13.8125 19.0549C13.4082 18.6506 13.1811 18.1023 13.1811 17.5306V12.2661C13.1811 11.6943 13.4082 11.146 13.8125 10.7417C14.2168 10.3374 14.7652 10.1103 15.3369 10.1103H18.3291C18.3291 9.3529 18.2846 8.5955 18.1955 7.83809C18.0604 7.03614 17.8376 6.32329 17.5272 5.69954C17.2153 5.0758 16.8136 4.58499 16.3221 4.22713C15.8335 3.82615 15.2097 3.62567 14.4509 3.62567V0.28418C15.6984 0.28418 16.7906 0.551498 17.7277 1.08614C18.6582 1.61404 19.4578 2.34502 20.0667 3.22469C20.6798 4.19296 21.1312 5.25455 21.4033 6.36784C21.6784 7.59609 21.813 8.85165 21.8043 10.1103V17.5306C21.8043 18.1023 21.5772 18.6506 21.1729 19.0549C20.7686 19.4592 20.2203 19.6864 19.6485 19.6864H15.3369Z" fill="%231B3D5C"/></svg>');
      position: absolute;
      bottom: 0;
      right: 5px;
      opacity: .7;
      width: 22px;
      height: 22px;
      background-size: 18px;
      background-position: center;
      background-repeat: no-repeat; }
  .customer-reviews-wrap .SA__widget_content [aria-label="Customer name"] {
    order: 4;
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .customer-reviews-wrap .SA__widget_content [aria-label="Date"] {
    order: 3;
    margin-top: 10px;
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .customer-reviews-wrap .SA__widget_content [aria-label="Location"] {
    order: 4;
    opacity: .7;
    padding-left: 30px !important;
    padding-right: 30px !important; }

.customer-reviews-wrap #SA_wrapper_625dyKxg458T .SA__widget_content.SA__overall span.rating-heading, .customer-reviews-wrap #SA_wrapper_625dyKxg458T .SA__widget_content.SA__overall a, .customer-reviews-wrap #SA_wrapper_625dyKxg458T .SA__widget_content.SA__overall span.rating-heading span, .customer-reviews-wrap #SA_wrapper_625dyKxg458T h1, .customer-reviews-wrap #sa-reviews-1210 p, .customer-reviews-wrap #sa-reviews-1210 a, .customer-reviews-wrap #sa-reviews-1210 span, .customer-reviews-wrap #sa-reviews-1210 h2 {
  color: #1b3d5c !important; }

.best-gps-tracer-wrap .bhs-top-banner > .container--gpstracker {
  padding: 0 30px; }

.bhs-top-banner > .container--gpstracker {
  padding: 0; }

.bhs-top-banner.affiliate > .container--gpstracker {
  padding: 0 20px; }

.affiliate-program-wrap .bhs-top-banner.affiliate {
  display: flex;
  flex-direction: column-reverse; }

.affiliate-program-wrap .affiliate-img {
  width: 100%;
  object-fit: cover;
  object-position: center right; }
  @media (min-width: 551px) {
    .affiliate-program-wrap .affiliate-img {
      height: auto;
      min-height: 340px; } }
  .affiliate-program-wrap .affiliate-img.for-desktop {
    display: none; }
    @media (min-width: 551px) {
      .affiliate-program-wrap .affiliate-img.for-desktop {
        display: block; } }
  .affiliate-program-wrap .affiliate-img.for-mobile {
    display: block; }
    @media (min-width: 551px) {
      .affiliate-program-wrap .affiliate-img.for-mobile {
        display: none; } }

.affiliate-program-wrap .how-affiliate-works {
  padding: 40px 0;
  background: #ECF0F8; }
  @media (min-width: 801px) {
    .affiliate-program-wrap .how-affiliate-works {
      padding: 48px 0; } }
  .affiliate-program-wrap .how-affiliate-works .sec-page-title, .affiliate-program-wrap .how-affiliate-works .common-detail-page {
    text-align: left; }
  .affiliate-program-wrap .how-affiliate-works ul {
    padding: 0;
    list-style: none;
    margin: 24px 0 0 0; }
    .affiliate-program-wrap .how-affiliate-works ul li {
      position: relative;
      padding-left: 44px; }
      .affiliate-program-wrap .how-affiliate-works ul li h5 {
        color: #1B3D5C;
        margin: 0 0 6px;
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
        line-height: 19.36px; }
        @media (min-width: 551px) {
          .affiliate-program-wrap .how-affiliate-works ul li h5 {
            font-size: 16px; } }
      .affiliate-program-wrap .how-affiliate-works ul li p {
        margin: 0;
        color: #5A738B;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.36px; }
        .affiliate-program-wrap .how-affiliate-works ul li p a {
          font-weight: 700;
          text-decoration: underline;
          color: #F27221; }
        @media (min-width: 551px) {
          .affiliate-program-wrap .how-affiliate-works ul li p {
            font-size: 16px; } }
      .affiliate-program-wrap .how-affiliate-works ul li + li {
        margin-top: 24px; }
      .affiliate-program-wrap .how-affiliate-works ul li:before {
        content: "1";
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        display: flex;
        color: #3A8DDE;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        align-items: center;
        border-radius: 100px;
        line-height: 16.94px;
        justify-content: center;
        background-color: #fff; }
      .affiliate-program-wrap .how-affiliate-works ul li:nth-child(2):before {
        content: "2"; }
      .affiliate-program-wrap .how-affiliate-works ul li:nth-child(3):before {
        content: "3"; }

.affiliate-program-wrap .why-bgps-wrap.affiliate .social-spread {
  display: flex;
  gap: 15px;
  padding: 24px 0;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 801px) {
    .affiliate-program-wrap .why-bgps-wrap.affiliate .social-spread {
      gap: 28px;
      padding: 40px 0; } }
  .affiliate-program-wrap .why-bgps-wrap.affiliate .social-spread .spread-inner {
    text-align: center;
    border-radius: 18px;
    width: calc(50% - 8px);
    background-color: #fff;
    box-shadow: 0px 2.73px 10.23px 0px rgba(0, 0, 0, 0.2); }
    @media (min-width: 801px) {
      .affiliate-program-wrap .why-bgps-wrap.affiliate .social-spread .spread-inner {
        border-radius: 25px;
        width: calc(25% - 28px); } }
    .affiliate-program-wrap .why-bgps-wrap.affiliate .social-spread .spread-inner img {
      display: block;
      width: 100%;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px; }
      @media (min-width: 801px) {
        .affiliate-program-wrap .why-bgps-wrap.affiliate .social-spread .spread-inner img {
          border-top-left-radius: 25px;
          border-top-right-radius: 25px; } }
    .affiliate-program-wrap .why-bgps-wrap.affiliate .social-spread .spread-inner p {
      margin: 0;
      color: #444;
      font-size: 14px;
      font-weight: 600;
      padding: 17px 5px;
      text-align: center;
      line-height: 18px; }
      @media (min-width: 801px) {
        .affiliate-program-wrap .why-bgps-wrap.affiliate .social-spread .spread-inner p {
          font-size: 18px;
          padding: 25px 10px;
          line-height: 21.78px; } }

.affiliate-program-wrap .why-bgps-wrap.affiliate .common-detail-page.odd {
  font-weight: 400 !important; }

.serve-businesses-wrap {
  background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/serve-businesses.png?t=1752476452);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .serve-businesses-wrap .serve-businesses {
    padding: 32px 0 0; }
    @media (min-width: 801px) {
      .serve-businesses-wrap .serve-businesses {
        padding: 68px 0; } }
    .serve-businesses-wrap .serve-businesses h1 {
      color: #ffffff;
      font-family: "Arial", Arial, Helvetica, sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 0%;
      margin: 0;
      text-align: center; }
      @media (min-width: 801px) {
        .serve-businesses-wrap .serve-businesses h1 {
          font-size: 48px; } }
    .serve-businesses-wrap .serve-businesses .business-cards {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin: 40px 0 15px; }
      @media (min-width: 801px) {
        .serve-businesses-wrap .serve-businesses .business-cards {
          flex-direction: row;
          margin: 40px 0; } }
      .serve-businesses-wrap .serve-businesses .business-cards .business-card {
        background-color: #ECF0F8;
        border-radius: 24px;
        padding: 16px;
        width: 100%; }
        @media (min-width: 801px) {
          .serve-businesses-wrap .serve-businesses .business-cards .business-card {
            padding: 32px;
            width: calc(50% - 12px); } }
        .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-header {
          align-items: center;
          display: flex;
          flex-direction: column;
          margin-bottom: 20px;
          width: 100%; }
          @media (min-width: 1261px) {
            .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-header {
              align-items: flex-start;
              flex-direction: row;
              justify-content: space-between; } }
          .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-header .card-logo {
            margin-bottom: 20px;
            min-height: 52px; }
            @media (min-width: 1261px) {
              .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-header .card-logo {
                margin-bottom: 0; } }
          .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-header .best-for-wrap {
            background-color: #D9E4FB;
            border-radius: 50px;
            padding: 8px; }
            .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-header .best-for-wrap span {
              color: #1B3D5C;
              font-weight: 700;
              font-size: 15.41px;
              padding: 8px; }
              .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-header .best-for-wrap span.icon {
                height: 36px;
                padding: 0;
                width: 36px; }
        .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-body .card-features {
          column-count: 1;
          list-style: none;
          margin: 0 0 32px; }
          @media (min-width: 801px) {
            .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-body .card-features {
              column-count: 2; } }
          @media (min-width: 1261px) {
            .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-body .card-features {
              min-height: 110px; } }
          .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-body .card-features li {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' %3E%3Cpath d='M0.3,10c0-5.5,4.4-9.8,9.8-9.7c5.3,0,9.7,4.4,9.6,9.9c-0.1,5.2-4.3,9.6-9.8,9.6C4.6,19.7,0.3,15.4,0.3,10z M9.1,11.4c0-0.1-0.1-0.1-0.1-0.1C8.4,10.6,7.8,10,7.2,9.4C6.9,9.1,6.6,9,6.2,9.1c-0.7,0.2-0.9,1-0.4,1.6c0.9,0.9,1.7,1.8,2.6,2.6c0.4,0.4,0.9,0.4,1.3,0c1.8-1.8,3.5-3.5,5.3-5.3c0.4-0.4,0.3-1.1-0.1-1.4c-0.4-0.3-0.8-0.2-1.2,0.1c-1.5,1.5-3,3-4.5,4.5C9.2,11.3,9.2,11.3,9.1,11.4z' fill='%233A8DDE'/%3E%3C/svg%3E");
            background-position: center left;
            background-repeat: no-repeat;
            background-size: 20px;
            color: #1B3D5C;
            font-size: 18px;
            margin-bottom: 10px;
            padding-left: 32px; }
        .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-body .business-card-image {
          margin: 0 0 32px; }
          .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-body .business-card-image img {
            width: 100%; }
        .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-body .card-action {
          text-align: center; }
          .serve-businesses-wrap .serve-businesses .business-cards .business-card .business-card-body .card-action .button {
            border-radius: 50px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5rem;
            margin: 0;
            padding: 12px;
            width: 100%; }
        .serve-businesses-wrap .serve-businesses .business-cards .business-card.bhs-card-wrap .business-card-body .card-action .button {
          background-color: #F27221;
          border-color: #F27221; }
          .serve-businesses-wrap .serve-businesses .business-cards .business-card.bhs-card-wrap .business-card-body .card-action .button:hover {
            background-color: #D9661D;
            border-color: #D9661D; }
          .serve-businesses-wrap .serve-businesses .business-cards .business-card.bhs-card-wrap .business-card-body .card-action .button span {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' %3E%3Cpath d='M7.03003 22C6.48003 22 6.00903 21.804 5.61703 21.412C5.22503 21.02 5.02936 20.5493 5.03003 20C5.03003 19.45 5.22603 18.979 5.61803 18.587C6.01003 18.195 6.4807 17.9993 7.03003 18C7.58003 18 8.05103 18.196 8.44303 18.588C8.83503 18.98 9.0307 19.4507 9.03003 20C9.03003 20.55 8.83403 21.021 8.44203 21.413C8.05003 21.805 7.57936 22.0007 7.03003 22ZM17.03 22C16.48 22 16.009 21.804 15.617 21.412C15.225 21.02 15.0294 20.5493 15.03 20C15.03 19.45 15.226 18.979 15.618 18.587C16.01 18.195 16.4807 17.9993 17.03 18C17.58 18 18.051 18.196 18.443 18.588C18.835 18.98 19.0307 19.4507 19.03 20C19.03 20.55 18.834 21.021 18.442 21.413C18.05 21.805 17.5794 22.0007 17.03 22ZM5.23003 4H19.98C20.3634 4 20.655 4.171 20.855 4.513C21.055 4.855 21.0634 5.20067 20.88 5.55L17.33 11.95C17.1467 12.2833 16.9007 12.5417 16.592 12.725C16.2834 12.9083 15.946 13 15.58 13H8.13003L7.03003 15H19.03V17H7.03003C6.28003 17 5.71336 16.6707 5.33003 16.012C4.9467 15.3533 4.93003 14.6993 5.28003 14.05L6.63003 11.6L3.03003 4H1.03003V2H4.28003L5.23003 4Z' fill='%23ffffff'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 32px; }
        .serve-businesses-wrap .serve-businesses .business-cards .business-card.bhg-card-wrap .business-card-body .card-action .button {
          background-color: #3A8DDE;
          border-color: #3A8DDE; }
          .serve-businesses-wrap .serve-businesses .business-cards .business-card.bhg-card-wrap .business-card-body .card-action .button:hover {
            background-color: #2D77BF;
            border-color: #2D77BF; }

.capterra-reviews-wrap {
  background-color: #ECF0F8;
  padding: 20px 0 0;
  text-align: center; }
  @media (min-width: 801px) {
    .capterra-reviews-wrap {
      padding: 75px 0 0; } }
  .capterra-reviews-wrap h2 {
    align-items: center;
    color: #1B3D5C;
    display: flex;
    flex-direction: column;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
    justify-content: center;
    margin: 0; }
    @media (min-width: 801px) {
      .capterra-reviews-wrap h2 {
        flex-direction: row;
        font-size: 32px;
        margin: 0 0 52px; } }
    .capterra-reviews-wrap h2 img {
      max-width: 128px; }
      @media (min-width: 801px) {
        .capterra-reviews-wrap h2 img {
          max-width: 100%; } }
  .capterra-reviews-wrap .capterra-reviews-certificates img {
    padding: 0 0 40px;
    max-width: 104px; }
    @media (min-width: 801px) {
      .capterra-reviews-wrap .capterra-reviews-certificates img {
        padding: 72px 0;
        max-width: 100%; } }
  .capterra-reviews-wrap #SA_wrapper_625dyKxg458T.SA__wrapper .css-star:before, .capterra-reviews-wrap #SA_wrapper_625dyKxg458T.SA__wrapper .css-half-star:before, .capterra-reviews-wrap #SA_wrapper_625dyKxg458T.SA__wrapper .css-empty-star:before {
    color: #FCB002; }
  .capterra-reviews-wrap #SA_wrapper_625dyKxg458T.SA__wrapper .SA__widget_content > div {
    float: right; }
  .capterra-reviews-wrap #SA_wrapper_625dyKxg458T.SA__wrapper .SA__widget .SA__widget_item .SA__widget_content {
    box-shadow: 0px 6px 12px 0px #0000001C; }
  .capterra-reviews-wrap #SA_wrapper_625dyKxg458T .SA__widget_content.SA__overall span.rating-heading, .capterra-reviews-wrap #SA_wrapper_625dyKxg458T .SA__widget_content.SA__overall a, .capterra-reviews-wrap #SA_wrapper_625dyKxg458T .SA__widget_content.SA__overall span.rating-heading span, .capterra-reviews-wrap #SA_wrapper_625dyKxg458T h1, .capterra-reviews-wrap #SA_wrapper_625dyKxg458T #sa-reviews-1210 p, .capterra-reviews-wrap #SA_wrapper_625dyKxg458T #sa-reviews-1210 a, .capterra-reviews-wrap #SA_wrapper_625dyKxg458T #sa-reviews-1210 span, .capterra-reviews-wrap #SA_wrapper_625dyKxg458T #sa-reviews-1210 h2 {
    color: #1B3D5C !important; }

.case-study-section {
  background-image: url("https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/case-study-bg.png?t=1752488278");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 0; }
  @media (min-width: 801px) {
    .case-study-section {
      padding: 70px 0; } }
  .case-study-section .case-study {
    display: flex;
    flex-direction: column; }
    @media (min-width: 801px) {
      .case-study-section .case-study {
        flex-direction: row; } }
    .case-study-section .case-study-body {
      width: 100%;
      position: relative;
      padding-top: 40px; }
      @media (min-width: 801px) {
        .case-study-section .case-study-body {
          padding-top: 0;
          width: 82%; } }
      .case-study-section .case-study-body:before {
        content: '';
        background-image: url('data:image/svg+xml,<svg width="32" height="26" viewBox="0 0 32 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 25.0244V17.5966C0 15.4875 0.403361 13.3325 1.21008 11.1317C2.01681 8.93088 3.08123 6.85614 4.40336 4.90749C5.72549 2.95884 7.15966 1.33115 8.70588 0.0244141L15.0252 3.84147C13.7703 5.85889 12.7395 7.96802 11.9328 10.1688C11.1485 12.3697 10.7563 14.8227 10.7563 17.5278V25.0244H0ZM16.9748 25.0244V17.5966C16.9748 15.4875 17.3782 13.3325 18.1849 11.1317C18.9916 8.93088 20.056 6.85614 21.3782 4.90749C22.7003 2.95884 24.1345 1.33115 25.6807 0.0244141L32 3.84147C30.7451 5.85889 29.7143 7.96802 28.9076 10.1688C28.1232 12.3697 27.7311 14.8227 27.7311 17.5278V25.0244H16.9748Z" fill="%23FFFFFF"/></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        height: 25px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
        width: 30px; }
        @media (min-width: 801px) {
          .case-study-section .case-study-body:before {
            display: none; } }
      .case-study-section .case-study-body .star-rating svg {
        fill: #FFCE41;
        height: 26px;
        width: 120px; }
      .case-study-section .case-study-body h4 {
        color: #fff;
        font-family: "Arial", Arial, Helvetica, sans-serif;
        font-size: 28px;
        font-weight: 600;
        margin: 0 0 15px; }
        @media (min-width: 801px) {
          .case-study-section .case-study-body h4 {
            font-size: 40px;
            margin: 0; } }
        .case-study-section .case-study-body h4 span {
          color: #39FFFF;
          position: relative; }
          @media (min-width: 801px) {
            .case-study-section .case-study-body h4 span:after {
              background-image: url('data:image/svg+xml,<svg width="32" height="26" viewBox="0 0 32 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 25.0244V17.5966C0 15.4875 0.403361 13.3325 1.21008 11.1317C2.01681 8.93088 3.08123 6.85614 4.40336 4.90749C5.72549 2.95884 7.15966 1.33115 8.70588 0.0244141L15.0252 3.84147C13.7703 5.85889 12.7395 7.96802 11.9328 10.1688C11.1485 12.3697 10.7563 14.8227 10.7563 17.5278V25.0244H0ZM16.9748 25.0244V17.5966C16.9748 15.4875 17.3782 13.3325 18.1849 11.1317C18.9916 8.93088 20.056 6.85614 21.3782 4.90749C22.7003 2.95884 24.1345 1.33115 25.6807 0.0244141L32 3.84147C30.7451 5.85889 29.7143 7.96802 28.9076 10.1688C28.1232 12.3697 27.7311 14.8227 27.7311 17.5278V25.0244H16.9748Z" fill="%23FFFFFF"/></svg>');
              background-repeat: no-repeat;
              background-size: contain;
              content: '';
              height: 25px;
              display: block;
              position: absolute;
              right: -40px;
              top: 0;
              transform: rotate(180deg);
              width: 30px; } }
      .case-study-section .case-study-body .case-study-meta {
        align-items: center;
        display: flex;
        gap: 14px;
        margin: 0 0 32px; }
        @media (min-width: 801px) {
          .case-study-section .case-study-body .case-study-meta {
            display: none; } }
      .case-study-section .case-study-body p {
        color: #fff;
        font-family: "Arial", Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 24px;
        text-align: center; }
        @media (min-width: 801px) {
          .case-study-section .case-study-body p {
            font-size: 24px;
            text-align: left; } }
        .case-study-section .case-study-body p span {
          color: #39FFFF; }
      .case-study-section .case-study-body .case-study-action .button {
        background-color: #F27221;
        border-color: #F27221;
        border-radius: 50px;
        color: #ffffff;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        margin: 0;
        padding: 12px;
        width: 100%; }
        @media (min-width: 801px) {
          .case-study-section .case-study-body .case-study-action .button {
            font-size: 27.65px;
            padding: 16px 50px;
            width: auto; } }
        .case-study-section .case-study-body .case-study-action .button:hover {
          background-color: #D9661D;
          border-color: #D9661D; }
    .case-study-section .case-study-meta {
      display: none; }
      @media (min-width: 801px) {
        .case-study-section .case-study-meta {
          align-items: center;
          display: flex;
          flex-direction: row;
          gap: 11px;
          flex-direction: column;
          width: 18%; } }
      .case-study-section .case-study-meta .meta-image {
        border: 4px solid #3A8DDE;
        border-radius: 50%;
        margin: 0;
        max-width: 85px;
        position: relative;
        width: 100%; }
        @media (min-width: 801px) {
          .case-study-section .case-study-meta .meta-image {
            border: 10px solid #3A8DDE;
            margin: 0 auto 12px;
            max-width: 150px; } }
        @media (min-width: 801px) {
          .case-study-section .case-study-meta .meta-image:before {
            background-image: url('data:image/svg+xml,<svg width="32" height="26" viewBox="0 0 32 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 25.0244V17.5966C0 15.4875 0.403361 13.3325 1.21008 11.1317C2.01681 8.93088 3.08123 6.85614 4.40336 4.90749C5.72549 2.95884 7.15966 1.33115 8.70588 0.0244141L15.0252 3.84147C13.7703 5.85889 12.7395 7.96802 11.9328 10.1688C11.1485 12.3697 10.7563 14.8227 10.7563 17.5278V25.0244H0ZM16.9748 25.0244V17.5966C16.9748 15.4875 17.3782 13.3325 18.1849 11.1317C18.9916 8.93088 20.056 6.85614 21.3782 4.90749C22.7003 2.95884 24.1345 1.33115 25.6807 0.0244141L32 3.84147C30.7451 5.85889 29.7143 7.96802 28.9076 10.1688C28.1232 12.3697 27.7311 14.8227 27.7311 17.5278V25.0244H16.9748Z" fill="%2339FFFF"/></svg>');
            background-repeat: no-repeat;
            background-size: contain;
            content: '';
            display: block;
            height: 25px;
            position: absolute;
            right: 0;
            top: 0;
            width: 30px; } }
        .case-study-section .case-study-meta .meta-image img {
          display: block; }
      .case-study-section .case-study-meta .meta-details {
        text-align: left; }
        @media (min-width: 801px) {
          .case-study-section .case-study-meta .meta-details {
            text-align: center; } }
        .case-study-section .case-study-meta .meta-details .meta-name, .case-study-section .case-study-meta .meta-details .meta-desc {
          color: #ffffff;
          margin: 0; }
        .case-study-section .case-study-meta .meta-details .meta-name {
          font-size: 20px;
          font-weight: 600;
          text-transform: capitalize; }
          @media (min-width: 801px) {
            .case-study-section .case-study-meta .meta-details .meta-name {
              font-size: 28px; } }
        .case-study-section .case-study-meta .meta-details p {
          font-size: 14px;
          text-align: left; }
          @media (min-width: 801px) {
            .case-study-section .case-study-meta .meta-details p {
              font-size: 16px;
              text-align: center; } }

.blog-main.blog-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem; }

.blog-grid:before, .blog-grid:after {
  content: '';
  display: table;
  clear: both;
  width: 100%; }

.blog-grid .blog {
  border: 0;
  float: none;
  margin: 0 0 1.5rem;
  padding: 0 1.5rem;
  min-height: 560px;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-grid .blog {
      float: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .blog-grid .blog {
      width: 33.333333%; } }
  .blog-grid .blog .blog-post-figure, .blog-grid .blog .blog-post-body {
    width: 100%; }
  .blog-grid .blog .blog-post-figure {
    margin: 0 0 1rem; }
    .blog-grid .blog .blog-post-figure .blog-thumbnail {
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #CCC; }
      .blog-grid .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container {
        max-width: 250px; }
        .blog-grid .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container:after {
          content: "";
          display: block;
          height: 0;
          padding-bottom: 100%;
          width: 100%; }
        .blog-grid .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container img {
          width: 100%;
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          border: 0;
          font-family: "object-fit: contain;";
          max-height: 100%;
          object-fit: cover;
          width: 100%;
          height: 257px; }
  .blog-grid .blog .blog-post-body .blog-header .tags {
    margin: 0.8rem 0;
    text-align: left; }
    .blog-grid .blog .blog-post-body .blog-header .tags .tag {
      margin-right: 0.6rem;
      margin-bottom: 0.3rem; }
      .blog-grid .blog .blog-post-body .blog-header .tags .tag a {
        background-color: #8BC24D;
        border-radius: 3px;
        color: #fff;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.03rem; }
        .blog-grid .blog .blog-post-body .blog-header .tags .tag a.tag-cellular-security {
          background-color: #F5392D; }
        .blog-grid .blog .blog-post-body .blog-header .tags .tag a.tag-gps-tracking {
          background-color: #6C757E; }
        .blog-grid .blog .blog-post-body .blog-header .tags .tag a.tag-hidden-cameras {
          background-color: #F49F12; }
  .blog-grid .blog .blog-post-body .blog-header .blog-title {
    font-size: 20px;
    margin: 0 0 1rem;
    text-align: left; }
    .blog-grid .blog .blog-post-body .blog-header .blog-title a {
      display: block; }
  .blog-grid .blog .blog-post-body .blog-header .blog-meta {
    text-align: left; }
    .blog-grid .blog .blog-post-body .blog-header .blog-meta span {
      margin: 0;
      color: #acacac; }
      .blog-grid .blog .blog-post-body .blog-header .blog-meta span.author-avatar img {
        width: 40px;
        border-radius: 50%; }
      .blog-grid .blog .blog-post-body .blog-header .blog-meta span.blog-author span {
        color: #333333; }
  .blog-grid .blog .blog-post-body .blog-post p {
    margin-bottom: .8rem; }
  .blog-grid .blog .blog-post-body .blog-post a {
    color: #2F88FD;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize; }

.author-details-wrap {
  margin: 4rem 0 1rem;
  padding: 1rem; }
  .author-details-wrap .author-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-direction: column; }
    @media (min-width: 801px) {
      .author-details-wrap .author-details {
        flex-direction: row; } }
    .author-details-wrap .author-details .author-avatar {
      width: 180px;
      text-align: center;
      border-radius: 50%;
      overflow: hidden;
      text-align: center; }
      @media (min-width: 801px) {
        .author-details-wrap .author-details .author-avatar {
          width: 20%;
          text-align: left; } }
      .author-details-wrap .author-details .author-avatar img {
        width: 100%; }
    .author-details-wrap .author-details .author-info {
      width: 100%;
      text-align: center; }
      @media (min-width: 801px) {
        .author-details-wrap .author-details .author-info {
          width: 80%;
          text-align: left; } }
      .author-details-wrap .author-details .author-info h3 {
        margin: 0 0 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.8rem;
        justify-content: center; }
        @media (min-width: 801px) {
          .author-details-wrap .author-details .author-info h3 {
            justify-content: flex-start; } }
        .author-details-wrap .author-details .author-info h3 .social-links {
          display: flex; }
          .author-details-wrap .author-details .author-info h3 .social-links .icon svg {
            fill: #ccc; }
          .author-details-wrap .author-details .author-info h3 .social-links .icon:hover svg {
            fill: #0a66c2; }
      .author-details-wrap .author-details .author-info p:last-child {
        margin: 0; }

.viewmoreblog-button-wrap {
  text-align: center;
  margin: 0 0 1rem; }
  .viewmoreblog-button-wrap .view-more-button.button {
    background: #1B3D5C;
    border: 1px solid #1B3D5C;
    color: #fff;
    font-size: 18px;
    line-height: 1.42857143;
    padding: 12px 36px;
    transition: .2s; }

.blog-main .blog-post-figure, .blog-main .blog-post-body, .blog-single-post .blog-post-figure, .blog-single-post .blog-post-body {
  width: 100%; }

.blog-single-post .blog-post h1 {
  margin-top: 1rem; }

.blog-single-post .blog-post table, .blog-single-post .blog-post .table {
  border: solid 1px #aeaeae;
  margin-bottom: 2rem;
  table-layout: auto;
  max-width: 640px;
  overflow-x: scroll;
  width: 100%; }
  @media (min-width: 801px) {
    .blog-single-post .blog-post table, .blog-single-post .blog-post .table {
      overflow-x: none;
      max-width: 100%; } }
  .blog-single-post .blog-post table tr th, .blog-single-post .blog-post table tr td, .blog-single-post .blog-post .table tr th, .blog-single-post .blog-post .table tr td {
    border: solid 1px #aeaeae;
    display: table-cell;
    font-size: 1rem;
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .blog-single-post .blog-post table thead tr th, .blog-single-post .blog-post table thead tr td, .blog-single-post .blog-post table tfoot tr th, .blog-single-post .blog-post table tfoot tr td, .blog-single-post .blog-post table tbody tr th, .blog-single-post .blog-post table tbody tr td, .blog-single-post .blog-post .table thead tr th, .blog-single-post .blog-post .table thead tr td, .blog-single-post .blog-post .table tfoot tr th, .blog-single-post .blog-post .table tfoot tr td, .blog-single-post .blog-post .table tbody tr th, .blog-single-post .blog-post .table tbody tr td {
    display: table-cell;
    border: solid 1px #aeaeae; }
  .blog-single-post .blog-post table thead, .blog-single-post .blog-post .table thead {
    background: #e5e5e5; }

.blog-single-post .blog-date, .blog-single-post .blog-author {
  text-align: left; }

.blog-single-post .share-blog-post-wrap {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 1rem;
  margin: 0 0 1rem;
  text-align: left;
  text-transform: capitalize; }
  .blog-single-post .share-blog-post-wrap .socialLinks .socialLinks__link {
    align-items: center;
    border: 1px solid #07223f;
    border-radius: 5px;
    height: 35px;
    display: flex;
    justify-content: center;
    width: 35px; }
    .blog-single-post .share-blog-post-wrap .socialLinks .socialLinks__link svg {
      fill: #07223f;
      height: 20px;
      width: 20px; }

.blog-single-post .post-author {
  display: flex;
  gap: 16px;
  margin: 24px 0;
  align-items: center;
  justify-content: flex-start; }
  .blog-single-post .post-author .post-author-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    border-radius: 100px;
    background-color: #1B3D5C; }
    .blog-single-post .post-author .post-author-icon img {
      border-radius: 100px; }
  .blog-single-post .post-author .author-details .author-name {
    display: block;
    color: #5A738B;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 19px; }
  .blog-single-post .post-author .author-details .reading-time, .blog-single-post .post-author .author-details .date {
    margin: 0 10px 0 0;
    float: left;
    color: #5A738B;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 17px; }
    @media (min-width: 801px) {
      .blog-single-post .post-author .author-details .reading-time, .blog-single-post .post-author .author-details .date {
        font-size: 16px;
        line-height: 20px; } }

.blog-single-post .tags {
  margin: 1rem 0 0;
  text-align: left; }
  .blog-single-post .tags .tag {
    margin-right: 0.6rem;
    margin-bottom: 0.3rem; }
    .blog-single-post .tags .tag a {
      background-color: #8BC24D;
      border-radius: 3px;
      color: #fff;
      font-size: 10px;
      line-height: 10px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.03rem; }
      .blog-single-post .tags .tag a.tag-cellular-security {
        background-color: #F5392D; }
      .blog-single-post .tags .tag a.tag-gps-tracking {
        background-color: #6C757E; }
      .blog-single-post .tags .tag a.tag-hidden-cameras {
        background-color: #F49F12; }

.container-specific-blog {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%; }

.custom-blog-post .container {
  width: 100%;
  padding: 0 15px; }

.custom-blog-post .blog-stack .stack-image {
  margin: 0 0 1rem; }
  @media (min-width: 551px) {
    .custom-blog-post .blog-stack .stack-image {
      width: 100%;
      margin: 30px 0; } }
  .custom-blog-post .blog-stack .stack-image img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    object-position: center center; }
    @media (min-width: 551px) {
      .custom-blog-post .blog-stack .stack-image img {
        border-radius: 16px; } }

.custom-blog-post .blog-left-right {
  display: flex;
  gap: 40px;
  margin: 40px 0;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .custom-blog-post .blog-left-right {
      margin: 48px 0;
      flex-wrap: nowrap; } }
  .custom-blog-post .blog-left-right .lr-details {
    order: 1;
    width: 100%; }
    @media (min-width: 801px) {
      .custom-blog-post .blog-left-right .lr-details {
        width: 60%;
        order: unset; } }
  .custom-blog-post .blog-left-right .lr-image {
    order: 2;
    width: 100vw;
    margin: 0 calc(-50vw + 50%); }
    .custom-blog-post .blog-left-right .lr-image img {
      width: 100%; }
      @media (min-width: 551px) {
        .custom-blog-post .blog-left-right .lr-image img {
          border-radius: 16px; } }
    @media (min-width: 551px) {
      .custom-blog-post .blog-left-right .lr-image {
        margin: 0; } }
    @media (min-width: 801px) {
      .custom-blog-post .blog-left-right .lr-image {
        width: 40%;
        order: unset; } }

.custom-blog-post .sub-heading {
  display: none; }

.custom-blog-post .blog-title {
  color: #1B3D5C;
  margin: 8px 0;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 36px; }
  @media (min-width: 801px) {
    .custom-blog-post .blog-title {
      margin: 16px 0;
      font-size: 48px;
      line-height: 58px; } }

.custom-blog-post .blog-post-main-banner {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  @media (min-width: 801px) {
    .custom-blog-post .blog-post-main-banner {
      border-radius: 10px; } }
  .custom-blog-post .blog-post-main-banner .blog-post-banenr-container {
    max-width: 500px; }
    .custom-blog-post .blog-post-main-banner .blog-post-banenr-container:after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
  .custom-blog-post .blog-post-main-banner img {
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-family: "object-fit: contain;";
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px; }
    @media (min-width: 801px) {
      .custom-blog-post .blog-post-main-banner img {
        border-radius: 10px; } }

.custom-blog-post .blog-subheading {
  color: #5A738B;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 16px;
  line-height: 21px; }
  @media (min-width: 801px) {
    .custom-blog-post .blog-subheading {
      font-size: 22px;
      margin: 0 0 24px;
      line-height: 27px; } }

.custom-blog-post h2, .custom-blog-post h3, .custom-blog-post h4 {
  color: #444;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 500; }

.custom-blog-post h2 {
  color: #1B3D5C;
  font-size: 24px; }
  @media (min-width: 801px) {
    .custom-blog-post h2 {
      font-size: 28px; } }

.custom-blog-post h3 {
  color: #1B3D5C;
  font-size: 20px; }
  @media (min-width: 801px) {
    .custom-blog-post h3 {
      font-size: 24px; } }

.custom-blog-post p, .custom-blog-post li {
  color: rgba(68, 68, 68, 0.8);
  font-size: 16px;
  line-height: 1.8rem;
  text-align: left; }
  .custom-blog-post p.qoute-design, .custom-blog-post li.qoute-design {
    opacity: 1;
    margin: 48px 0;
    border-radius: 10px;
    background: #ECF0F8;
    color: #444444;
    padding: 60px 28px 22px 28px;
    background-image: url('data:image/svg+xml,<svg width="33" height="26" viewBox="0 0 33 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0300293 25.8667V18.4389C0.0300293 16.3298 0.433391 14.1748 1.24011 11.974C2.04684 9.77316 3.11126 7.69843 4.43339 5.74978C5.75552 3.80113 7.18969 2.17344 8.73591 0.866699L15.0552 4.68376C13.8003 6.70118 12.7695 8.8103 11.9628 11.0111C11.1785 13.212 10.7863 15.665 10.7863 18.3701V25.8667H0.0300293ZM17.0048 25.8667V18.4389C17.0048 16.3298 17.4082 14.1748 18.2149 11.974C19.0216 9.77316 20.0861 7.69843 21.4082 5.74978C22.7303 3.80113 24.1645 2.17344 25.7107 0.866699L32.03 4.68376C30.7751 6.70118 29.7443 8.8103 28.9376 11.0111C28.1533 13.212 27.7611 15.665 27.7611 18.3701V25.8667H17.0048Z" fill="%233A8DDE"/></svg>');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left 28px top 22px; }
    @media (min-width: 801px) {
      .custom-blog-post p.qoute-design, .custom-blog-post li.qoute-design {
        width: 100%;
        margin-left: 0;
        padding: 60px 60px 24px 60px;
        background-position: left 60px top 24px; } }

.custom-blog-post ul {
  margin-bottom: 0; }
  .custom-blog-post ul li {
    margin-bottom: 6px; }

.custom-blog-post .blog-upper-section {
  padding: 20px 0 40px;
  background: #ECF0F8;
  margin-bottom: 40px; }
  @media (min-width: 801px) {
    .custom-blog-post .blog-upper-section {
      padding: 48px 0;
      margin-bottom: 48px; } }
  .custom-blog-post .blog-upper-section .breadcrumbs {
    margin: 0 0 1rem; }
    .custom-blog-post .blog-upper-section .breadcrumbs .breadcrumb {
      margin: 0; }
      .custom-blog-post .blog-upper-section .breadcrumbs .breadcrumb .breadcrumb-label {
        color: #1B3D5C;
        font-size: 14px;
        font-weight: 700; }

.custom-blog-post .tags .tag a {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  background: #ECF0F8;
  color: #1C89DE;
  border: 1px solid #1C89DE;
  border-radius: 100px;
  padding: 8px 16px;
  text-transform: none; }
  @media (min-width: 801px) {
    .custom-blog-post .tags .tag a {
      font-size: 13px;
      line-height: 15px; } }

.custom-blog-post .post-author {
  display: flex;
  gap: 16px;
  margin: 24px 0;
  align-items: center;
  justify-content: flex-start; }
  .custom-blog-post .post-author .post-author-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    border-radius: 100px;
    background-color: #1B3D5C; }
    .custom-blog-post .post-author .post-author-icon img {
      border-radius: 100px; }
  .custom-blog-post .post-author .author-details .author-name {
    display: block;
    color: #5A738B;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 19px; }
  .custom-blog-post .post-author .author-details .reading-time, .custom-blog-post .post-author .author-details .date {
    margin: 0 10px 0 0;
    float: left;
    color: #5A738B;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 17px; }
    @media (min-width: 801px) {
      .custom-blog-post .post-author .author-details .reading-time, .custom-blog-post .post-author .author-details .date {
        font-size: 16px;
        line-height: 20px; } }

.custom-blog-post .state-claims {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 20px 10px;
  align-items: center;
  background: #EAEEF6;
  border-radius: 10px;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .custom-blog-post .state-claims {
      gap: 15px;
      padding: 40px;
      margin: 48px 0;
      flex-wrap: nowrap; } }
  .custom-blog-post .state-claims .state-left {
    margin: 0;
    width: 100%;
    color: #1B3D5C;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    line-height: 31px; }
    .custom-blog-post .state-claims .state-left p {
      color: #3A8DDE;
      display: inline;
      font-size: 24px;
      font-weight: 700;
      text-align: left;
      line-height: 31px; }
      @media (min-width: 801px) {
        .custom-blog-post .state-claims .state-left p {
          font-size: 32px;
          line-height: 38px; } }
    @media (min-width: 801px) {
      .custom-blog-post .state-claims .state-left {
        width: 30%;
        font-size: 32px;
        line-height: 38px; } }
    .custom-blog-post .state-claims .state-left .state-right {
      width: 100%;
      min-width: unset; }
      @media (min-width: 801px) {
        .custom-blog-post .state-claims .state-left .state-right {
          width: 70%; } }
      .custom-blog-post .state-claims .state-left .state-right .slick-slide.slick-current .spacer {
        opacity: 1;
        transition: .2s all ease; }
      .custom-blog-post .state-claims .state-left .state-right .slick-slide.slick-current + .slick-slide .spacer {
        opacity: 0.6;
        transition: .2s all ease; }
      .custom-blog-post .state-claims .state-left .state-right .slick-slide.slick-current + .slick-slide + .slick-slide .spacer {
        opacity: 0.25;
        transition: .2s all ease;
        background: linear-gradient(90deg, #3a8dde 70%, #eaeef6 100%); }
      .custom-blog-post .state-claims .state-left .state-right .slick-arrow {
        top: 22px;
        border: 0;
        padding: 0;
        width: 10px;
        height: 10px;
        margin-top: 0;
        display: none !important;
        background: transparent; }
        @media (min-width: 551px) {
          .custom-blog-post .state-claims .state-left .state-right .slick-arrow {
            display: block !important; } }
        @media (min-width: 801px) {
          .custom-blog-post .state-claims .state-left .state-right .slick-arrow {
            top: 49px;
            width: 16px;
            height: 16px; } }
        .custom-blog-post .state-claims .state-left .state-right .slick-arrow.slick-disabled {
          opacity: 0; }
        .custom-blog-post .state-claims .state-left .state-right .slick-arrow.slick-next {
          right: -10px; }
          @media (min-width: 801px) {
            .custom-blog-post .state-claims .state-left .state-right .slick-arrow.slick-next {
              right: -20px; } }
          .custom-blog-post .state-claims .state-left .state-right .slick-arrow.slick-next:before {
            width: 10px;
            height: 10px;
            background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.95019 16.5447L15.6196 9.87528C15.741 9.74842 15.8362 9.59884 15.8997 9.4351C16.0331 9.11035 16.0331 8.7461 15.8997 8.42135C15.8362 8.25762 15.741 8.10803 15.6196 7.98117L8.95019 1.31178C8.82582 1.18741 8.67817 1.08875 8.51568 1.02145C8.35318 0.954138 8.17902 0.919494 8.00313 0.919494C7.64792 0.919494 7.30725 1.0606 7.05608 1.31178C6.8049 1.56295 6.6638 1.90362 6.6638 2.25883C6.6638 2.61405 6.8049 2.95471 7.05608 3.20589L11.4579 7.59435L1.33374 7.59435C0.979971 7.59435 0.640691 7.73488 0.390541 7.98503C0.14039 8.23518 -0.000142432 8.57446 -0.000142448 8.92823C-0.000142463 9.28199 0.14039 9.62127 0.390541 9.87142C0.640691 10.1216 0.979971 10.2621 1.33374 10.2621L11.4579 10.2621L7.05608 14.6506C6.93106 14.7746 6.83182 14.9221 6.7641 15.0846C6.69638 15.2472 6.66152 15.4215 6.66152 15.5976C6.66152 15.7737 6.69638 15.9481 6.7641 16.1106C6.83182 16.2731 6.93106 16.4207 7.05608 16.5447C7.18008 16.6697 7.32761 16.7689 7.49015 16.8367C7.6527 16.9044 7.82704 16.9392 8.00313 16.9392C8.17922 16.9392 8.35356 16.9044 8.51611 16.8367C8.67866 16.7689 8.82618 16.6697 8.95019 16.5447Z" fill="%231B3D5C"/></svg>'); }
            @media (min-width: 801px) {
              .custom-blog-post .state-claims .state-left .state-right .slick-arrow.slick-next:before {
                width: 16px;
                height: 16px; } }
        .custom-blog-post .state-claims .state-left .state-right .slick-arrow.slick-prev {
          left: -10px; }
          @media (min-width: 801px) {
            .custom-blog-post .state-claims .state-left .state-right .slick-arrow.slick-prev {
              left: -20px; } }
          .custom-blog-post .state-claims .state-left .state-right .slick-arrow.slick-prev:before {
            width: 10px;
            height: 10px;
            background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg" style="transform: rotate(180deg);"><path d="M8.95019 16.5447L15.6196 9.87528C15.741 9.74842 15.8362 9.59884 15.8997 9.4351C16.0331 9.11035 16.0331 8.7461 15.8997 8.42135C15.8362 8.25762 15.741 8.10803 15.6196 7.98117L8.95019 1.31178C8.82582 1.18741 8.67817 1.08875 8.51568 1.02145C8.35318 0.954138 8.17902 0.919494 8.00313 0.919494C7.64792 0.919494 7.30725 1.0606 7.05608 1.31178C6.8049 1.56295 6.6638 1.90362 6.6638 2.25883C6.6638 2.61405 6.8049 2.95471 7.05608 3.20589L11.4579 7.59435L1.33374 7.59435C0.979971 7.59435 0.640691 7.73488 0.390541 7.98503C0.14039 8.23518 -0.000142432 8.57446 -0.000142448 8.92823C-0.000142463 9.28199 0.14039 9.62127 0.390541 9.87142C0.640691 10.1216 0.979971 10.2621 1.33374 10.2621L11.4579 10.2621L7.05608 14.6506C6.93106 14.7746 6.83182 14.9221 6.7641 15.0846C6.69638 15.2472 6.66152 15.4215 6.66152 15.5976C6.66152 15.7737 6.69638 15.9481 6.7641 16.1106C6.83182 16.2731 6.93106 16.4207 7.05608 16.5447C7.18008 16.6697 7.32761 16.7689 7.49015 16.8367C7.6527 16.9044 7.82704 16.9392 8.00313 16.9392C8.17922 16.9392 8.35356 16.9044 8.51611 16.8367C8.67866 16.7689 8.82618 16.6697 8.95019 16.5447Z" fill="%231B3D5C"/></svg>'); }
            @media (min-width: 801px) {
              .custom-blog-post .state-claims .state-left .state-right .slick-arrow.slick-prev:before {
                width: 16px;
                height: 16px; } }
        .custom-blog-post .state-claims .state-left .state-right .slick-arrow:hover {
          opacity: 1; }
          .custom-blog-post .state-claims .state-left .state-right .slick-arrow:hover:before {
            opacity: 1; }
      .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap .crime-year {
        color: #3A8DDE;
        font-size: 12px;
        font-weight: 800;
        text-align: left;
        line-height: 15px;
        padding-left: 3px;
        margin: 0 0 2px 0; }
        @media (min-width: 801px) {
          .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap .crime-year {
            font-size: 26px;
            margin: 0 0 8px 0;
            padding-left: 5px;
            line-height: 32px; } }
      .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap .spacer {
        font-size: 0;
        display: block;
        height: 9px;
        width: 100%;
        position: relative;
        padding-left: 3px;
        margin: 0 0 5px 0;
        background: #3A8DDE; }
        .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap .spacer:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 2.2px;
          height: 100%;
          background: #EAEEF6; }
        @media (min-width: 801px) {
          .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap .spacer {
            height: 19px;
            margin: 0 0 11px 0;
            padding-left: 5px; } }
      .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap .crime-title {
        color: #474A54;
        font-size: 12px;
        font-weight: 700;
        text-align: left;
        line-height: 15px;
        margin: 0 0 5px 0;
        padding-left: 3px; }
        @media (min-width: 801px) {
          .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap .crime-title {
            font-size: 28px;
            margin: 0 0 11px 0;
            padding-left: 5px;
            line-height: 34px; } }
      .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap .crime-desc {
        margin: 0;
        color: #000;
        font-size: 8px;
        text-align: left;
        font-weight: 400;
        padding-left: 3px;
        line-height: 10px; }
        @media (min-width: 801px) {
          .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap .crime-desc {
            font-size: 18px;
            line-height: 22px;
            padding-left: 5px; } }
      .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap.slick-current {
        opacity: 1;
        transition: opacity 0.2s ease; }
        .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap.slick-current + .slick-active {
          opacity: 0.6;
          transition: opacity 0.2s ease; }
          .custom-blog-post .state-claims .state-left .state-right .crime-state-wrap.slick-current + .slick-active + .slick-active {
            opacity: 0.3;
            transition: opacity 0.2s ease; }

.blog-image-left {
  margin: 0 0 1rem; }
  .blog-image-left .lr-details .lr-image {
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      .blog-image-left .lr-details .lr-image {
        float: right;
        margin-left: 1rem; } }

.blog-image-right {
  margin: 0 0 1rem; }
  .blog-image-right .lr-details .lr-image {
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      .blog-image-right .lr-details .lr-image {
        float: left;
        margin-right: 1rem; } }

.body-cart .page {
  margin-bottom: 2rem;
  margin-top: 2rem; }

#cc-31916600 {
  display: none !important; }

.cart-wrap {
  display: flex;
  flex-direction: column;
  gap: 0; }
  @media (min-width: 991px) {
    .cart-wrap {
      flex-direction: row;
      gap: 2%; } }
  .cart-wrap .cart-content-wrap {
    width: 100%; }
    @media (min-width: 991px) {
      .cart-wrap .cart-content-wrap {
        width: 68%; } }
    @media (min-width: 991px) {
      .cart-wrap .cart-content-wrap table.cart {
        border-collapse: unset; } }
    @media (min-width: 801px) {
      .cart-wrap .cart-content-wrap table.cart .cart-header {
        display: none; } }
    @media (min-width: 801px) {
      .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item {
        display: block;
        padding-top: 0;
        border: none; } }
    @media (min-width: 801px) {
      .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-figure {
        border: 1px solid #ddd;
        width: 20%; } }
    @media (min-width: 801px) {
      .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-figure .cart-item-image {
        border: 0;
        height: auto;
        margin: auto;
        max-height: 8.5rem;
        max-width: 100%;
        width: auto; } }
    .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-title {
      vertical-align: top; }
      .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-title .cart-item-name {
        display: block; }
      .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-title .remove-cart-item {
        display: none; }
        @media (min-width: 801px) {
          .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-title .remove-cart-item {
            display: block; } }
        .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-title .remove-cart-item .cart-remove {
          background-color: transparent;
          color: red;
          border-radius: 0;
          position: unset;
          width: auto;
          float: none;
          padding: 0;
          margin: 0; }
    .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-quantity .button.updateQty {
      padding: .557rem 0;
      margin: .5rem 0 0;
      max-width: 140px;
      width: 100%; }
    .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-quantity .cart-item-price {
      display: none; }
      @media (min-width: 801px) {
        .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-quantity .cart-item-price {
          display: block;
          margin-top: 10px; } }
    @media (min-width: 801px) {
      .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-info:nth-child(3), .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-info:last-child {
        display: none; } }
  .cart-wrap .cart-totals-wrap {
    width: 100%; }
    @media (min-width: 991px) {
      .cart-wrap .cart-totals-wrap {
        width: 30%; } }
    @media (min-width: 991px) {
      .cart-wrap .cart-totals-wrap .cart-totals-inner {
        position: sticky;
        top: 68px;
        transition: 0.2s; } }
    .cart-wrap .cart-totals-wrap .cart-totals {
      width: 100%; }
      @media (min-width: 801px) {
        .cart-wrap .cart-totals-wrap .cart-totals .cart-total-label, .cart-wrap .cart-totals-wrap .cart-totals .cart-total-value, .cart-wrap .cart-totals-wrap .cart-totals .cart-total-grandTotal {
          padding: 1rem 0 5px; } }
      .cart-wrap .cart-totals-wrap .cart-totals .cart-total {
        display: block; }
        .cart-wrap .cart-totals-wrap .cart-totals .cart-total + .cart-total {
          border-top: 1px solid #e5e5e5; }
        .cart-wrap .cart-totals-wrap .cart-totals .cart-total-label, .cart-wrap .cart-totals-wrap .cart-totals .cart-total-value {
          padding: 1rem 0; }
        .cart-wrap .cart-totals-wrap .cart-totals .cart-total-label {
          text-align: left;
          width: 33.33333%; }
        .cart-wrap .cart-totals-wrap .cart-totals .cart-total-value {
          text-align: right;
          width: 66.66666%; }
    .cart-wrap .cart-totals-wrap .cart-actions {
      width: 100%;
      text-align: right; }
      @media (min-width: 801px) {
        .cart-wrap .cart-totals-wrap .cart-actions {
          text-align: left; } }
      .cart-wrap .cart-totals-wrap .cart-actions a.button {
        text-align: left;
        font-size: 0px;
        width: auto;
        display: inline-block; }
        @media (min-width: 801px) {
          .cart-wrap .cart-totals-wrap .cart-actions a.button {
            width: 100%;
            display: block; } }
        .cart-wrap .cart-totals-wrap .cart-actions a.button .checkout-img, .cart-wrap .cart-totals-wrap .cart-actions a.button .checkout-text {
          display: inline-block;
          vertical-align: middle;
          width: 50%;
          font-size: 14px; }
    .cart-wrap .cart-totals-wrap .terms-container {
      display: flex;
      gap: 10px;
      margin: 10px 0;
      align-items: start; }
      .cart-wrap .cart-totals-wrap .terms-container #terms-checkbox {
        position: relative;
        top: 5px;
        cursor: pointer;
        transform: scale(1.1); }
      .cart-wrap .cart-totals-wrap .terms-container .terms-agreement {
        margin: 0;
        padding: 0;
        cursor: pointer;
        font-size: 14px;
        text-align: left; }
        .cart-wrap .cart-totals-wrap .terms-container .terms-agreement.error {
          color: red; }
        .cart-wrap .cart-totals-wrap .terms-container .terms-agreement a {
          color: #fa7a1a; }

.bhs-certifications-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: -8px; }
  .bhs-certifications-wrap .certifications-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 385px; }
    .bhs-certifications-wrap .certifications-cards img {
      width: auto;
      padding: 5px; }
      .bhs-certifications-wrap .certifications-cards img[alt="90-Day"] {
        height: 72px; }
      .bhs-certifications-wrap .certifications-cards img[alt="BBB | A+ Rating"] {
        height: 48px; }
      .bhs-certifications-wrap .certifications-cards img[alt="30,500+"] {
        height: 56px; }
      .bhs-certifications-wrap .certifications-cards img[alt="17-Years"] {
        height: 68px; }

.Congratulat-for-2day-shipping .alertBox--info {
  background-color: transparent;
  border: 1px solid #4aa734;
  color: #4aa734; }
  .Congratulat-for-2day-shipping .alertBox--info .free-2day-heading {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block; }
    @media (min-width: 801px) {
      .Congratulat-for-2day-shipping .alertBox--info .free-2day-heading {
        display: inline-block; } }
  .Congratulat-for-2day-shipping .alertBox--info svg {
    fill: green; }
  .Congratulat-for-2day-shipping .alertBox--info .free-2day-for-holydays {
    color: #4aa734;
    margin-left: 1rem;
    display: none; }
    .Congratulat-for-2day-shipping .alertBox--info .free-2day-for-holydays > span {
      color: #000;
      font-weight: 700; }
  .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap {
    color: #4aa734;
    margin-left: 0; }
    @media (min-width: 801px) {
      .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap {
        margin-left: 1rem; } }
    .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap #NextOrderTime, .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap #fromDate {
      color: #000;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.8rem; }
      @media (min-width: 801px) {
        .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap #NextOrderTime, .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap #fromDate {
          font-size: 16px; } }

.previewCartAction-viewCart a.button {
  background-color: #fe720b;
  border-color: #fe720b;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase; }
  .previewCartAction-viewCart a.button:hover {
    background-color: #ee6200;
    border-color: #ee6200; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0px solid #0f7fff !important;
  outline-offset: 0px !important; }

body {
  overflow-x: hidden;
  padding-top: 0; }

.body {
  margin: 0;
  font-size: 16px; }
  @media (min-width: 801px) {
    .body {
      font-size: 14px; } }

h1, h2 {
  color: #2d4190;
  font-weight: 400;
  font-family: HelveticaNeueLT; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 400; }

.__mce_add_custom__ {
  width: 100%; }

.align-center {
  text-align: center !important; }

.lightblue-color-bg {
  background-color: #ecf0f8; }

.blue-button--primary {
  background-color: #5091cd;
  border-color: #1d3f9a;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4rem;
  max-width: 390px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; }
  .blue-button--primary:hover {
    background-color: #4081bd;
    border-color: #1d3f9a;
    color: #fff; }

.modal {
  border-radius: 20px; }
  .modal .modal-header-title, .modal .modal-vh-title {
    color: #2d4190;
    font-family: HelveticaNeueLT;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6rem;
    margin: 0;
    text-align: center; }
    @media (min-width: 551px) {
      .modal .modal-header-title, .modal .modal-vh-title {
        font-size: 25px;
        line-height: 2rem; } }

.page-heading {
  margin: 0 0 1rem;
  text-align: center; }

.page-banner {
  margin: 0 auto 1rem;
  text-align: center; }

.giftcard-redeem-steps, .rte {
  font-size: 16px;
  overflow-y: hidden;
  text-align: left; }
  @media (min-width: 801px) {
    .giftcard-redeem-steps, .rte {
      font-size: 14px; } }
  .giftcard-redeem-steps a:hover, .rte a:hover {
    text-decoration: underline; }
  .giftcard-redeem-steps h2, .rte h2 {
    font-size: 20px; }
    @media (min-width: 801px) {
      .giftcard-redeem-steps h2, .rte h2 {
        font-size: 1.5em; } }
  .giftcard-redeem-steps h3, .rte h3 {
    font-size: 18px; }
    @media (min-width: 801px) {
      .giftcard-redeem-steps h3, .rte h3 {
        font-size: 1.17em; } }
  .giftcard-redeem-steps img, .rte img {
    height: auto;
    max-width: 100%; }
  .giftcard-redeem-steps ul, .rte ul {
    list-style: disc; }
  .giftcard-redeem-steps dl, .giftcard-redeem-steps ol, .giftcard-redeem-steps ul, .rte dl, .rte ol, .rte ul {
    margin-left: 20px; }

ol.breadcrumbs {
  margin: .6rem 0;
  text-align: left; }
  ol.breadcrumbs .breadcrumb a {
    text-decoration: none; }

@media (min-width: 801px) {
  .page-content--centered {
    width: 78.66666%; } }

.page-content h1 {
  color: #2d4190;
  font-size: 28px;
  font-family: HelveticaNeueLT;
  font-weight: 400;
  margin: 0 0 2rem;
  text-align: left;
  text-transform: uppercase; }
  .page-content h1 span {
    color: #688fca; }

.subPagesWrap {
  clear: right;
  display: block;
  margin-top: 5rem; }

.learning-article-subpage-title {
  background: #1b3d5c;
  border-radius: 3px 3px 0 0;
  clear: both;
  color: #ffffff;
  margin: 0 auto;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  text-align: center; }
  .learning-article-subpage-title + .navBar.navBar--sub {
    clear: both;
    column-count: 3;
    float: none;
    margin: 0;
    padding: 2rem .6rem;
    text-align: left; }
    .learning-article-subpage-title + .navBar.navBar--sub li.navBar-item {
      display: inline flow-root list-item;
      list-style: disc;
      margin: 0 0 1rem;
      width: 100%; }

.login .looking-for-login {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 10px auto;
  text-align: center;
  color: #666666; }

@media (min-width: 801px) {
  .login .login-row {
    margin-top: 1rem; } }

.login .login-row .form-actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 551px) {
    .login .login-row .form-actions {
      flex-direction: row; } }

.YoutubePopup-container {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 9999999992; }
  .YoutubePopup-container .YoutubePopup-bg {
    background: #1e1e1e;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .87;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
  .YoutubePopup-container .YoutubePopup {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 90%;
    width: 70%;
    padding: 44px;
    z-index: 99999;
    transform: translate(-50%, -50%); }
  .YoutubePopup-container .YoutubePopup-content {
    padding: 0 0 56.25%;
    width: 100%;
    height: 0;
    margin: 0;
    position: relative;
    overflow: visible; }
  .YoutubePopup-container .YoutubePopup-close {
    background-color: rgba(30, 30, 30, 0.6);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 47.971 47.971'%3E%3Cpath d='M28.228,23.986L47.092,5.122c1.172-1.171,1.172-3.071,0-4.242c-1.172-1.172-3.07-1.172-4.242,0L23.986,19.744L5.121,0.88c-1.172-1.172-3.07-1.172-4.242,0c-1.172,1.171-1.172,3.071,0,4.242l18.865,18.864L0.879,42.85c-1.172,1.171-1.172,3.071,0,4.242C1.465,47.677,2.233,47.97,3,47.97s1.535-0.293,2.121-0.879l18.865-18.864L42.85,47.091c0.586,0.586,1.354,0.879,2.121,0.879s1.535-0.293,2.121-0.879c1.172-1.171,1.172-3.071,0-4.242L28.228,23.986z' fill='rgb(255, 255, 255)' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
    position: absolute;
    top: -44px;
    right: -44px;
    z-index: 9999; }
  .YoutubePopup-container .YoutubePopup-iframe {
    background: 0 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden; }
