@charset "UTF-8";

/** Import Bootstrap functions */

/** Import everything from autoload */

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --vodafone-red: #E60000;
  --vodafone-red-hover: #FF2F2F;
  --vodafone-purple: #aa33aa;
  --vodafone-grey: #f4f4f4;
  --boilerplate-grey: #f4f4f4;
  --border-grey: #B4B9BA;
  --vodafone-text: #2E2A2A;
  --filter-grey: #979797;
  --white: #ffffff;
  --bg-grey: #EBEBEB;
  --grey-text: #CCCCCC;
  --bg-dark-grey: #B9B9B9;
  --dark-grey: #4A4D4E;
  --red-violet: #9c2aa0;
  --aubergine: #5e2750;
  --aqua-blue: #00b0ca;
  --spring-green: #a8b400;
  --lemon-yellow: #fecb00;
  --fresh-orange: #eb9700;
  --voda-turquoise: #007c92;
  --light-grey: #F1F1F1;
  --black: #2C292C;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 971px;
  --breakpoint-xl: 1200px;
  --breakpoint-xll: 1340px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

.figure,
.wp-caption {
  display: inline-block;
}

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 971px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xll-1,
.col-xll-2,
.col-xll-3,
.col-xll-4,
.col-xll-5,
.col-xll-6,
.col-xll-7,
.col-xll-8,
.col-xll-9,
.col-xll-10,
.col-xll-11,
.col-xll-12,
.col-xll,
.col-xll-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 971px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1340px) {
  .col-xll {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xll-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xll-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xll-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xll-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xll-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xll-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xll-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xll-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xll-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xll-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xll-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xll-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xll-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xll-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xll-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xll-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xll-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xll-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xll-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xll-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xll-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xll-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xll-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xll-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xll-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xll-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xll-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xll-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xll-0 {
    margin-left: 0;
  }

  .offset-xll-1 {
    margin-left: 8.33333%;
  }

  .offset-xll-2 {
    margin-left: 16.66667%;
  }

  .offset-xll-3 {
    margin-left: 25%;
  }

  .offset-xll-4 {
    margin-left: 33.33333%;
  }

  .offset-xll-5 {
    margin-left: 41.66667%;
  }

  .offset-xll-6 {
    margin-left: 50%;
  }

  .offset-xll-7 {
    margin-left: 58.33333%;
  }

  .offset-xll-8 {
    margin-left: 66.66667%;
  }

  .offset-xll-9 {
    margin-left: 75%;
  }

  .offset-xll-10 {
    margin-left: 83.33333%;
  }

  .offset-xll-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-vodafone-red,
.table-vodafone-red > th,
.table-vodafone-red > td {
  background-color: #f8b8b8;
}

.table-hover .table-vodafone-red:hover {
  background-color: #f6a1a1;
}

.table-hover .table-vodafone-red:hover > td,
.table-hover .table-vodafone-red:hover > th {
  background-color: #f6a1a1;
}

.table-vodafone-red-hover,
.table-vodafone-red-hover > th,
.table-vodafone-red-hover > td {
  background-color: #ffc5c5;
}

.table-hover .table-vodafone-red-hover:hover {
  background-color: #ffacac;
}

.table-hover .table-vodafone-red-hover:hover > td,
.table-hover .table-vodafone-red-hover:hover > th {
  background-color: #ffacac;
}

.table-vodafone-purple,
.table-vodafone-purple > th,
.table-vodafone-purple > td {
  background-color: #e7c6e7;
}

.table-hover .table-vodafone-purple:hover {
  background-color: #dfb4df;
}

.table-hover .table-vodafone-purple:hover > td,
.table-hover .table-vodafone-purple:hover > th {
  background-color: #dfb4df;
}

.table-vodafone-grey,
.table-vodafone-grey > th,
.table-vodafone-grey > td {
  background-color: #fcfcfc;
}

.table-hover .table-vodafone-grey:hover {
  background-color: #efefef;
}

.table-hover .table-vodafone-grey:hover > td,
.table-hover .table-vodafone-grey:hover > th {
  background-color: #efefef;
}

.table-boilerplate-grey,
.table-boilerplate-grey > th,
.table-boilerplate-grey > td {
  background-color: #fcfcfc;
}

.table-hover .table-boilerplate-grey:hover {
  background-color: #efefef;
}

.table-hover .table-boilerplate-grey:hover > td,
.table-hover .table-boilerplate-grey:hover > th {
  background-color: #efefef;
}

.table-border-grey,
.table-border-grey > th,
.table-border-grey > td {
  background-color: #eaebec;
}

.table-hover .table-border-grey:hover {
  background-color: #dddee0;
}

.table-hover .table-border-grey:hover > td,
.table-hover .table-border-grey:hover > th {
  background-color: #dddee0;
}

.table-vodafone-text,
.table-vodafone-text > th,
.table-vodafone-text > td {
  background-color: #c4c3c3;
}

.table-hover .table-vodafone-text:hover {
  background-color: #b7b6b6;
}

.table-hover .table-vodafone-text:hover > td,
.table-hover .table-vodafone-text:hover > th {
  background-color: #b7b6b6;
}

.table-filter-grey,
.table-filter-grey > th,
.table-filter-grey > td {
  background-color: #e2e2e2;
}

.table-hover .table-filter-grey:hover {
  background-color: #d5d5d5;
}

.table-hover .table-filter-grey:hover > td,
.table-hover .table-filter-grey:hover > th {
  background-color: #d5d5d5;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-bg-grey,
.table-bg-grey > th,
.table-bg-grey > td {
  background-color: #f9f9f9;
}

.table-hover .table-bg-grey:hover {
  background-color: #ececec;
}

.table-hover .table-bg-grey:hover > td,
.table-hover .table-bg-grey:hover > th {
  background-color: #ececec;
}

.table-grey-text,
.table-grey-text > th,
.table-grey-text > td {
  background-color: #f1f1f1;
}

.table-hover .table-grey-text:hover {
  background-color: #e4e4e4;
}

.table-hover .table-grey-text:hover > td,
.table-hover .table-grey-text:hover > th {
  background-color: #e4e4e4;
}

.table-bg-dark-grey,
.table-bg-dark-grey > th,
.table-bg-dark-grey > td {
  background-color: #ebebeb;
}

.table-hover .table-bg-dark-grey:hover {
  background-color: #dedede;
}

.table-hover .table-bg-dark-grey:hover > td,
.table-hover .table-bg-dark-grey:hover > th {
  background-color: #dedede;
}

.table-dark-grey,
.table-dark-grey > th,
.table-dark-grey > td {
  background-color: #cccdcd;
}

.table-hover .table-dark-grey:hover {
  background-color: #bfc0c0;
}

.table-hover .table-dark-grey:hover > td,
.table-hover .table-dark-grey:hover > th {
  background-color: #bfc0c0;
}

.table-red-violet,
.table-red-violet > th,
.table-red-violet > td {
  background-color: #e3c3e4;
}

.table-hover .table-red-violet:hover {
  background-color: #dbb1dc;
}

.table-hover .table-red-violet:hover > td,
.table-hover .table-red-violet:hover > th {
  background-color: #dbb1dc;
}

.table-aubergine,
.table-aubergine > th,
.table-aubergine > td {
  background-color: #d2c3ce;
}

.table-hover .table-aubergine:hover {
  background-color: #c7b4c2;
}

.table-hover .table-aubergine:hover > td,
.table-hover .table-aubergine:hover > th {
  background-color: #c7b4c2;
}

.table-aqua-blue,
.table-aqua-blue > th,
.table-aqua-blue > td {
  background-color: #b8e9f0;
}

.table-hover .table-aqua-blue:hover {
  background-color: #a3e2ec;
}

.table-hover .table-aqua-blue:hover > td,
.table-hover .table-aqua-blue:hover > th {
  background-color: #a3e2ec;
}

.table-spring-green,
.table-spring-green > th,
.table-spring-green > td {
  background-color: #e7eab8;
}

.table-hover .table-spring-green:hover {
  background-color: #e0e4a4;
}

.table-hover .table-spring-green:hover > td,
.table-hover .table-spring-green:hover > th {
  background-color: #e0e4a4;
}

.table-lemon-yellow,
.table-lemon-yellow > th,
.table-lemon-yellow > td {
  background-color: #fff0b8;
}

.table-hover .table-lemon-yellow:hover {
  background-color: #ffeb9f;
}

.table-hover .table-lemon-yellow:hover > td,
.table-hover .table-lemon-yellow:hover > th {
  background-color: #ffeb9f;
}

.table-fresh-orange,
.table-fresh-orange > th,
.table-fresh-orange > td {
  background-color: #f9e2b8;
}

.table-hover .table-fresh-orange:hover {
  background-color: #f7d8a0;
}

.table-hover .table-fresh-orange:hover > td,
.table-hover .table-fresh-orange:hover > th {
  background-color: #f7d8a0;
}

.table-voda-turquoise,
.table-voda-turquoise > th,
.table-voda-turquoise > td {
  background-color: #b8dae0;
}

.table-hover .table-voda-turquoise:hover {
  background-color: #a6d1d8;
}

.table-hover .table-voda-turquoise:hover > td,
.table-hover .table-voda-turquoise:hover > th {
  background-color: #a6d1d8;
}

.table-light-grey,
.table-light-grey > th,
.table-light-grey > td {
  background-color: #fbfbfb;
}

.table-hover .table-light-grey:hover {
  background-color: #eeeeee;
}

.table-hover .table-light-grey:hover > td,
.table-hover .table-light-grey:hover > th {
  background-color: #eeeeee;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #c4c3c4;
}

.table-hover .table-black:hover {
  background-color: #b7b6b7;
}

.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #b7b6b7;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 970.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1339.98px) {
  .table-responsive-xll {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xll > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 6px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-vodafone-red {
  color: #fff;
  background-color: #E60000;
  border-color: #E60000;
}

.btn-vodafone-red:hover {
  color: #fff;
  background-color: #c00000;
  border-color: #b30000;
}

.btn-vodafone-red:focus,
.btn-vodafone-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
}

.btn-vodafone-red.disabled,
.btn-vodafone-red:disabled {
  color: #fff;
  background-color: #E60000;
  border-color: #E60000;
}

.btn-vodafone-red:not(:disabled):not(.disabled):active,
.btn-vodafone-red:not(:disabled):not(.disabled).active,
.show > .btn-vodafone-red.dropdown-toggle {
  color: #fff;
  background-color: #b30000;
  border-color: #a60000;
}

.btn-vodafone-red:not(:disabled):not(.disabled):active:focus,
.btn-vodafone-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-vodafone-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
}

.btn-vodafone-red-hover {
  color: #fff;
  background-color: #FF2F2F;
  border-color: #FF2F2F;
}

.btn-vodafone-red-hover:hover {
  color: #fff;
  background-color: #ff0909;
  border-color: #fb0000;
}

.btn-vodafone-red-hover:focus,
.btn-vodafone-red-hover.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 47, 47, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 47, 47, 0.5);
}

.btn-vodafone-red-hover.disabled,
.btn-vodafone-red-hover:disabled {
  color: #fff;
  background-color: #FF2F2F;
  border-color: #FF2F2F;
}

.btn-vodafone-red-hover:not(:disabled):not(.disabled):active,
.btn-vodafone-red-hover:not(:disabled):not(.disabled).active,
.show > .btn-vodafone-red-hover.dropdown-toggle {
  color: #fff;
  background-color: #fb0000;
  border-color: #ee0000;
}

.btn-vodafone-red-hover:not(:disabled):not(.disabled):active:focus,
.btn-vodafone-red-hover:not(:disabled):not(.disabled).active:focus,
.show > .btn-vodafone-red-hover.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 47, 47, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 47, 47, 0.5);
}

.btn-vodafone-purple {
  color: #fff;
  background-color: #aa33aa;
  border-color: #aa33aa;
}

.btn-vodafone-purple:hover {
  color: #fff;
  background-color: #8d2a8d;
  border-color: #832783;
}

.btn-vodafone-purple:focus,
.btn-vodafone-purple.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 51, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(170, 51, 170, 0.5);
}

.btn-vodafone-purple.disabled,
.btn-vodafone-purple:disabled {
  color: #fff;
  background-color: #aa33aa;
  border-color: #aa33aa;
}

.btn-vodafone-purple:not(:disabled):not(.disabled):active,
.btn-vodafone-purple:not(:disabled):not(.disabled).active,
.show > .btn-vodafone-purple.dropdown-toggle {
  color: #fff;
  background-color: #832783;
  border-color: #792479;
}

.btn-vodafone-purple:not(:disabled):not(.disabled):active:focus,
.btn-vodafone-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-vodafone-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 51, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(170, 51, 170, 0.5);
}

.btn-vodafone-grey {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-vodafone-grey:hover {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}

.btn-vodafone-grey:focus,
.btn-vodafone-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-vodafone-grey.disabled,
.btn-vodafone-grey:disabled {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-vodafone-grey:not(:disabled):not(.disabled):active,
.btn-vodafone-grey:not(:disabled):not(.disabled).active,
.show > .btn-vodafone-grey.dropdown-toggle {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d4d4d4;
}

.btn-vodafone-grey:not(:disabled):not(.disabled):active:focus,
.btn-vodafone-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-vodafone-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-boilerplate-grey {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-boilerplate-grey:hover {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}

.btn-boilerplate-grey:focus,
.btn-boilerplate-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-boilerplate-grey.disabled,
.btn-boilerplate-grey:disabled {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-boilerplate-grey:not(:disabled):not(.disabled):active,
.btn-boilerplate-grey:not(:disabled):not(.disabled).active,
.show > .btn-boilerplate-grey.dropdown-toggle {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d4d4d4;
}

.btn-boilerplate-grey:not(:disabled):not(.disabled):active:focus,
.btn-boilerplate-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-boilerplate-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-border-grey {
  color: #212529;
  background-color: #B4B9BA;
  border-color: #B4B9BA;
}

.btn-border-grey:hover {
  color: #212529;
  background-color: #a0a6a8;
  border-color: #99a0a2;
}

.btn-border-grey:focus,
.btn-border-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 185, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180, 185, 186, 0.5);
}

.btn-border-grey.disabled,
.btn-border-grey:disabled {
  color: #212529;
  background-color: #B4B9BA;
  border-color: #B4B9BA;
}

.btn-border-grey:not(:disabled):not(.disabled):active,
.btn-border-grey:not(:disabled):not(.disabled).active,
.show > .btn-border-grey.dropdown-toggle {
  color: #212529;
  background-color: #99a0a2;
  border-color: #939a9b;
}

.btn-border-grey:not(:disabled):not(.disabled):active:focus,
.btn-border-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-border-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 185, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180, 185, 186, 0.5);
}

.btn-vodafone-text {
  color: #fff;
  background-color: #2E2A2A;
  border-color: #2E2A2A;
}

.btn-vodafone-text:hover {
  color: #fff;
  background-color: #1a1818;
  border-color: #131212;
}

.btn-vodafone-text:focus,
.btn-vodafone-text.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 42, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46, 42, 42, 0.5);
}

.btn-vodafone-text.disabled,
.btn-vodafone-text:disabled {
  color: #fff;
  background-color: #2E2A2A;
  border-color: #2E2A2A;
}

.btn-vodafone-text:not(:disabled):not(.disabled):active,
.btn-vodafone-text:not(:disabled):not(.disabled).active,
.show > .btn-vodafone-text.dropdown-toggle {
  color: #fff;
  background-color: #131212;
  border-color: #0d0c0c;
}

.btn-vodafone-text:not(:disabled):not(.disabled):active:focus,
.btn-vodafone-text:not(:disabled):not(.disabled).active:focus,
.show > .btn-vodafone-text.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 42, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46, 42, 42, 0.5);
}

.btn-filter-grey {
  color: #212529;
  background-color: #979797;
  border-color: #979797;
}

.btn-filter-grey:hover {
  color: #fff;
  background-color: #848484;
  border-color: #7e7e7e;
}

.btn-filter-grey:focus,
.btn-filter-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
}

.btn-filter-grey.disabled,
.btn-filter-grey:disabled {
  color: #212529;
  background-color: #979797;
  border-color: #979797;
}

.btn-filter-grey:not(:disabled):not(.disabled):active,
.btn-filter-grey:not(:disabled):not(.disabled).active,
.show > .btn-filter-grey.dropdown-toggle {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #777777;
}

.btn-filter-grey:not(:disabled):not(.disabled):active:focus,
.btn-filter-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-filter-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-bg-grey {
  color: #212529;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.btn-bg-grey:hover {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d2d2d2;
}

.btn-bg-grey:focus,
.btn-bg-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.btn-bg-grey.disabled,
.btn-bg-grey:disabled {
  color: #212529;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.btn-bg-grey:not(:disabled):not(.disabled):active,
.btn-bg-grey:not(:disabled):not(.disabled).active,
.show > .btn-bg-grey.dropdown-toggle {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #cbcbcb;
}

.btn-bg-grey:not(:disabled):not(.disabled):active:focus,
.btn-bg-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-bg-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.btn-grey-text {
  color: #212529;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.btn-grey-text:hover {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}

.btn-grey-text:focus,
.btn-grey-text.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-grey-text.disabled,
.btn-grey-text:disabled {
  color: #212529;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.btn-grey-text:not(:disabled):not(.disabled):active,
.btn-grey-text:not(:disabled):not(.disabled).active,
.show > .btn-grey-text.dropdown-toggle {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #acacac;
}

.btn-grey-text:not(:disabled):not(.disabled):active:focus,
.btn-grey-text:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-text.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-bg-dark-grey {
  color: #212529;
  background-color: #B9B9B9;
  border-color: #B9B9B9;
}

.btn-bg-dark-grey:hover {
  color: #212529;
  background-color: #a6a6a6;
  border-color: #a0a0a0;
}

.btn-bg-dark-grey:focus,
.btn-bg-dark-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 185, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(185, 185, 185, 0.5);
}

.btn-bg-dark-grey.disabled,
.btn-bg-dark-grey:disabled {
  color: #212529;
  background-color: #B9B9B9;
  border-color: #B9B9B9;
}

.btn-bg-dark-grey:not(:disabled):not(.disabled):active,
.btn-bg-dark-grey:not(:disabled):not(.disabled).active,
.show > .btn-bg-dark-grey.dropdown-toggle {
  color: #212529;
  background-color: #a0a0a0;
  border-color: #999999;
}

.btn-bg-dark-grey:not(:disabled):not(.disabled):active:focus,
.btn-bg-dark-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-bg-dark-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 185, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(185, 185, 185, 0.5);
}

.btn-dark-grey {
  color: #fff;
  background-color: #4A4D4E;
  border-color: #4A4D4E;
}

.btn-dark-grey:hover {
  color: #fff;
  background-color: #373a3a;
  border-color: #313334;
}

.btn-dark-grey:focus,
.btn-dark-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 78, 0.5);
}

.btn-dark-grey.disabled,
.btn-dark-grey:disabled {
  color: #fff;
  background-color: #4A4D4E;
  border-color: #4A4D4E;
}

.btn-dark-grey:not(:disabled):not(.disabled):active,
.btn-dark-grey:not(:disabled):not(.disabled).active,
.show > .btn-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #313334;
  border-color: #2b2d2d;
}

.btn-dark-grey:not(:disabled):not(.disabled):active:focus,
.btn-dark-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 78, 0.5);
}

.btn-red-violet {
  color: #fff;
  background-color: #9c2aa0;
  border-color: #9c2aa0;
}

.btn-red-violet:hover {
  color: #fff;
  background-color: #7e2282;
  border-color: #751f78;
}

.btn-red-violet:focus,
.btn-red-violet.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 42, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(156, 42, 160, 0.5);
}

.btn-red-violet.disabled,
.btn-red-violet:disabled {
  color: #fff;
  background-color: #9c2aa0;
  border-color: #9c2aa0;
}

.btn-red-violet:not(:disabled):not(.disabled):active,
.btn-red-violet:not(:disabled):not(.disabled).active,
.show > .btn-red-violet.dropdown-toggle {
  color: #fff;
  background-color: #751f78;
  border-color: #6b1d6e;
}

.btn-red-violet:not(:disabled):not(.disabled):active:focus,
.btn-red-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-red-violet.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 42, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(156, 42, 160, 0.5);
}

.btn-aubergine {
  color: #fff;
  background-color: #5e2750;
  border-color: #5e2750;
}

.btn-aubergine:hover {
  color: #fff;
  background-color: #431c39;
  border-color: #3a1831;
}

.btn-aubergine:focus,
.btn-aubergine.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 39, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(94, 39, 80, 0.5);
}

.btn-aubergine.disabled,
.btn-aubergine:disabled {
  color: #fff;
  background-color: #5e2750;
  border-color: #5e2750;
}

.btn-aubergine:not(:disabled):not(.disabled):active,
.btn-aubergine:not(:disabled):not(.disabled).active,
.show > .btn-aubergine.dropdown-toggle {
  color: #fff;
  background-color: #3a1831;
  border-color: #31142a;
}

.btn-aubergine:not(:disabled):not(.disabled):active:focus,
.btn-aubergine:not(:disabled):not(.disabled).active:focus,
.show > .btn-aubergine.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 39, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(94, 39, 80, 0.5);
}

.btn-aqua-blue {
  color: #fff;
  background-color: #00b0ca;
  border-color: #00b0ca;
}

.btn-aqua-blue:hover {
  color: #fff;
  background-color: #008fa4;
  border-color: #008497;
}

.btn-aqua-blue:focus,
.btn-aqua-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 176, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 176, 202, 0.5);
}

.btn-aqua-blue.disabled,
.btn-aqua-blue:disabled {
  color: #fff;
  background-color: #00b0ca;
  border-color: #00b0ca;
}

.btn-aqua-blue:not(:disabled):not(.disabled):active,
.btn-aqua-blue:not(:disabled):not(.disabled).active,
.show > .btn-aqua-blue.dropdown-toggle {
  color: #fff;
  background-color: #008497;
  border-color: #00788a;
}

.btn-aqua-blue:not(:disabled):not(.disabled):active:focus,
.btn-aqua-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-aqua-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 176, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 176, 202, 0.5);
}

.btn-spring-green {
  color: #212529;
  background-color: #a8b400;
  border-color: #a8b400;
}

.btn-spring-green:hover {
  color: #fff;
  background-color: #848e00;
  border-color: #788100;
}

.btn-spring-green:focus,
.btn-spring-green.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 180, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 180, 0, 0.5);
}

.btn-spring-green.disabled,
.btn-spring-green:disabled {
  color: #212529;
  background-color: #a8b400;
  border-color: #a8b400;
}

.btn-spring-green:not(:disabled):not(.disabled):active,
.btn-spring-green:not(:disabled):not(.disabled).active,
.show > .btn-spring-green.dropdown-toggle {
  color: #fff;
  background-color: #788100;
  border-color: #6d7400;
}

.btn-spring-green:not(:disabled):not(.disabled):active:focus,
.btn-spring-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-spring-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 180, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 180, 0, 0.5);
}

.btn-lemon-yellow {
  color: #212529;
  background-color: #fecb00;
  border-color: #fecb00;
}

.btn-lemon-yellow:hover {
  color: #212529;
  background-color: #d8ac00;
  border-color: #cba200;
}

.btn-lemon-yellow:focus,
.btn-lemon-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 203, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 203, 0, 0.5);
}

.btn-lemon-yellow.disabled,
.btn-lemon-yellow:disabled {
  color: #212529;
  background-color: #fecb00;
  border-color: #fecb00;
}

.btn-lemon-yellow:not(:disabled):not(.disabled):active,
.btn-lemon-yellow:not(:disabled):not(.disabled).active,
.show > .btn-lemon-yellow.dropdown-toggle {
  color: #212529;
  background-color: #cba200;
  border-color: #be9800;
}

.btn-lemon-yellow:not(:disabled):not(.disabled):active:focus,
.btn-lemon-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-lemon-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 203, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 203, 0, 0.5);
}

.btn-fresh-orange {
  color: #212529;
  background-color: #eb9700;
  border-color: #eb9700;
}

.btn-fresh-orange:hover {
  color: #fff;
  background-color: #c57e00;
  border-color: #b87600;
}

.btn-fresh-orange:focus,
.btn-fresh-orange.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 151, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 151, 0, 0.5);
}

.btn-fresh-orange.disabled,
.btn-fresh-orange:disabled {
  color: #212529;
  background-color: #eb9700;
  border-color: #eb9700;
}

.btn-fresh-orange:not(:disabled):not(.disabled):active,
.btn-fresh-orange:not(:disabled):not(.disabled).active,
.show > .btn-fresh-orange.dropdown-toggle {
  color: #fff;
  background-color: #b87600;
  border-color: #ab6e00;
}

.btn-fresh-orange:not(:disabled):not(.disabled):active:focus,
.btn-fresh-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-fresh-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 151, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 151, 0, 0.5);
}

.btn-voda-turquoise {
  color: #fff;
  background-color: #007c92;
  border-color: #007c92;
}

.btn-voda-turquoise:hover {
  color: #fff;
  background-color: #005c6c;
  border-color: #00515f;
}

.btn-voda-turquoise:focus,
.btn-voda-turquoise.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 124, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 124, 146, 0.5);
}

.btn-voda-turquoise.disabled,
.btn-voda-turquoise:disabled {
  color: #fff;
  background-color: #007c92;
  border-color: #007c92;
}

.btn-voda-turquoise:not(:disabled):not(.disabled):active,
.btn-voda-turquoise:not(:disabled):not(.disabled).active,
.show > .btn-voda-turquoise.dropdown-toggle {
  color: #fff;
  background-color: #00515f;
  border-color: #004652;
}

.btn-voda-turquoise:not(:disabled):not(.disabled):active:focus,
.btn-voda-turquoise:not(:disabled):not(.disabled).active:focus,
.show > .btn-voda-turquoise.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 124, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 124, 146, 0.5);
}

.btn-light-grey {
  color: #212529;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}

.btn-light-grey:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}

.btn-light-grey:focus,
.btn-light-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
}

.btn-light-grey.disabled,
.btn-light-grey:disabled {
  color: #212529;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}

.btn-light-grey:not(:disabled):not(.disabled):active,
.btn-light-grey:not(:disabled):not(.disabled).active,
.show > .btn-light-grey.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}

.btn-light-grey:not(:disabled):not(.disabled):active:focus,
.btn-light-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #2C292C;
  border-color: #2C292C;
}

.btn-black:hover {
  color: #fff;
  background-color: #181718;
  border-color: #121012;
}

.btn-black:focus,
.btn-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 41, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 41, 44, 0.5);
}

.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #2C292C;
  border-color: #2C292C;
}

.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #121012;
  border-color: #0b0a0b;
}

.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 41, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 41, 44, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-vodafone-red {
  color: #E60000;
  background-color: transparent;
  background-image: none;
  border-color: #E60000;
}

.btn-outline-vodafone-red:hover {
  color: #fff;
  background-color: #E60000;
  border-color: #E60000;
}

.btn-outline-vodafone-red:focus,
.btn-outline-vodafone-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
}

.btn-outline-vodafone-red.disabled,
.btn-outline-vodafone-red:disabled {
  color: #E60000;
  background-color: transparent;
}

.btn-outline-vodafone-red:not(:disabled):not(.disabled):active,
.btn-outline-vodafone-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-vodafone-red.dropdown-toggle {
  color: #fff;
  background-color: #E60000;
  border-color: #E60000;
}

.btn-outline-vodafone-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-vodafone-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-vodafone-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
}

.btn-outline-vodafone-red-hover {
  color: #FF2F2F;
  background-color: transparent;
  background-image: none;
  border-color: #FF2F2F;
}

.btn-outline-vodafone-red-hover:hover {
  color: #fff;
  background-color: #FF2F2F;
  border-color: #FF2F2F;
}

.btn-outline-vodafone-red-hover:focus,
.btn-outline-vodafone-red-hover.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 47, 47, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 47, 47, 0.5);
}

.btn-outline-vodafone-red-hover.disabled,
.btn-outline-vodafone-red-hover:disabled {
  color: #FF2F2F;
  background-color: transparent;
}

.btn-outline-vodafone-red-hover:not(:disabled):not(.disabled):active,
.btn-outline-vodafone-red-hover:not(:disabled):not(.disabled).active,
.show > .btn-outline-vodafone-red-hover.dropdown-toggle {
  color: #fff;
  background-color: #FF2F2F;
  border-color: #FF2F2F;
}

.btn-outline-vodafone-red-hover:not(:disabled):not(.disabled):active:focus,
.btn-outline-vodafone-red-hover:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-vodafone-red-hover.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 47, 47, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 47, 47, 0.5);
}

.btn-outline-vodafone-purple {
  color: #aa33aa;
  background-color: transparent;
  background-image: none;
  border-color: #aa33aa;
}

.btn-outline-vodafone-purple:hover {
  color: #fff;
  background-color: #aa33aa;
  border-color: #aa33aa;
}

.btn-outline-vodafone-purple:focus,
.btn-outline-vodafone-purple.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 51, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(170, 51, 170, 0.5);
}

.btn-outline-vodafone-purple.disabled,
.btn-outline-vodafone-purple:disabled {
  color: #aa33aa;
  background-color: transparent;
}

.btn-outline-vodafone-purple:not(:disabled):not(.disabled):active,
.btn-outline-vodafone-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-vodafone-purple.dropdown-toggle {
  color: #fff;
  background-color: #aa33aa;
  border-color: #aa33aa;
}

.btn-outline-vodafone-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-vodafone-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-vodafone-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 51, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(170, 51, 170, 0.5);
}

.btn-outline-vodafone-grey {
  color: #f4f4f4;
  background-color: transparent;
  background-image: none;
  border-color: #f4f4f4;
}

.btn-outline-vodafone-grey:hover {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-vodafone-grey:focus,
.btn-outline-vodafone-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-vodafone-grey.disabled,
.btn-outline-vodafone-grey:disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-outline-vodafone-grey:not(:disabled):not(.disabled):active,
.btn-outline-vodafone-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-vodafone-grey.dropdown-toggle {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-vodafone-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-vodafone-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-vodafone-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-boilerplate-grey {
  color: #f4f4f4;
  background-color: transparent;
  background-image: none;
  border-color: #f4f4f4;
}

.btn-outline-boilerplate-grey:hover {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-boilerplate-grey:focus,
.btn-outline-boilerplate-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-boilerplate-grey.disabled,
.btn-outline-boilerplate-grey:disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-outline-boilerplate-grey:not(:disabled):not(.disabled):active,
.btn-outline-boilerplate-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-boilerplate-grey.dropdown-toggle {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-boilerplate-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-boilerplate-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-boilerplate-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-border-grey {
  color: #B4B9BA;
  background-color: transparent;
  background-image: none;
  border-color: #B4B9BA;
}

.btn-outline-border-grey:hover {
  color: #212529;
  background-color: #B4B9BA;
  border-color: #B4B9BA;
}

.btn-outline-border-grey:focus,
.btn-outline-border-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 185, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180, 185, 186, 0.5);
}

.btn-outline-border-grey.disabled,
.btn-outline-border-grey:disabled {
  color: #B4B9BA;
  background-color: transparent;
}

.btn-outline-border-grey:not(:disabled):not(.disabled):active,
.btn-outline-border-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-border-grey.dropdown-toggle {
  color: #212529;
  background-color: #B4B9BA;
  border-color: #B4B9BA;
}

.btn-outline-border-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-border-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-border-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 185, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180, 185, 186, 0.5);
}

.btn-outline-vodafone-text {
  color: #2E2A2A;
  background-color: transparent;
  background-image: none;
  border-color: #2E2A2A;
}

.btn-outline-vodafone-text:hover {
  color: #fff;
  background-color: #2E2A2A;
  border-color: #2E2A2A;
}

.btn-outline-vodafone-text:focus,
.btn-outline-vodafone-text.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 42, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46, 42, 42, 0.5);
}

.btn-outline-vodafone-text.disabled,
.btn-outline-vodafone-text:disabled {
  color: #2E2A2A;
  background-color: transparent;
}

.btn-outline-vodafone-text:not(:disabled):not(.disabled):active,
.btn-outline-vodafone-text:not(:disabled):not(.disabled).active,
.show > .btn-outline-vodafone-text.dropdown-toggle {
  color: #fff;
  background-color: #2E2A2A;
  border-color: #2E2A2A;
}

.btn-outline-vodafone-text:not(:disabled):not(.disabled):active:focus,
.btn-outline-vodafone-text:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-vodafone-text.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 42, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46, 42, 42, 0.5);
}

.btn-outline-filter-grey {
  color: #979797;
  background-color: transparent;
  background-image: none;
  border-color: #979797;
}

.btn-outline-filter-grey:hover {
  color: #212529;
  background-color: #979797;
  border-color: #979797;
}

.btn-outline-filter-grey:focus,
.btn-outline-filter-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
}

.btn-outline-filter-grey.disabled,
.btn-outline-filter-grey:disabled {
  color: #979797;
  background-color: transparent;
}

.btn-outline-filter-grey:not(:disabled):not(.disabled):active,
.btn-outline-filter-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-filter-grey.dropdown-toggle {
  color: #212529;
  background-color: #979797;
  border-color: #979797;
}

.btn-outline-filter-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-filter-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-filter-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
}

.btn-outline-white {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-bg-grey {
  color: #EBEBEB;
  background-color: transparent;
  background-image: none;
  border-color: #EBEBEB;
}

.btn-outline-bg-grey:hover {
  color: #212529;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.btn-outline-bg-grey:focus,
.btn-outline-bg-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.btn-outline-bg-grey.disabled,
.btn-outline-bg-grey:disabled {
  color: #EBEBEB;
  background-color: transparent;
}

.btn-outline-bg-grey:not(:disabled):not(.disabled):active,
.btn-outline-bg-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-bg-grey.dropdown-toggle {
  color: #212529;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.btn-outline-bg-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-bg-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-bg-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.btn-outline-grey-text {
  color: #CCCCCC;
  background-color: transparent;
  background-image: none;
  border-color: #CCCCCC;
}

.btn-outline-grey-text:hover {
  color: #212529;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.btn-outline-grey-text:focus,
.btn-outline-grey-text.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-outline-grey-text.disabled,
.btn-outline-grey-text:disabled {
  color: #CCCCCC;
  background-color: transparent;
}

.btn-outline-grey-text:not(:disabled):not(.disabled):active,
.btn-outline-grey-text:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-text.dropdown-toggle {
  color: #212529;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.btn-outline-grey-text:not(:disabled):not(.disabled):active:focus,
.btn-outline-grey-text:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-text.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-outline-bg-dark-grey {
  color: #B9B9B9;
  background-color: transparent;
  background-image: none;
  border-color: #B9B9B9;
}

.btn-outline-bg-dark-grey:hover {
  color: #212529;
  background-color: #B9B9B9;
  border-color: #B9B9B9;
}

.btn-outline-bg-dark-grey:focus,
.btn-outline-bg-dark-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 185, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(185, 185, 185, 0.5);
}

.btn-outline-bg-dark-grey.disabled,
.btn-outline-bg-dark-grey:disabled {
  color: #B9B9B9;
  background-color: transparent;
}

.btn-outline-bg-dark-grey:not(:disabled):not(.disabled):active,
.btn-outline-bg-dark-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-bg-dark-grey.dropdown-toggle {
  color: #212529;
  background-color: #B9B9B9;
  border-color: #B9B9B9;
}

.btn-outline-bg-dark-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-bg-dark-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-bg-dark-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 185, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(185, 185, 185, 0.5);
}

.btn-outline-dark-grey {
  color: #4A4D4E;
  background-color: transparent;
  background-image: none;
  border-color: #4A4D4E;
}

.btn-outline-dark-grey:hover {
  color: #fff;
  background-color: #4A4D4E;
  border-color: #4A4D4E;
}

.btn-outline-dark-grey:focus,
.btn-outline-dark-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 78, 0.5);
}

.btn-outline-dark-grey.disabled,
.btn-outline-dark-grey:disabled {
  color: #4A4D4E;
  background-color: transparent;
}

.btn-outline-dark-grey:not(:disabled):not(.disabled):active,
.btn-outline-dark-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #4A4D4E;
  border-color: #4A4D4E;
}

.btn-outline-dark-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 78, 0.5);
}

.btn-outline-red-violet {
  color: #9c2aa0;
  background-color: transparent;
  background-image: none;
  border-color: #9c2aa0;
}

.btn-outline-red-violet:hover {
  color: #fff;
  background-color: #9c2aa0;
  border-color: #9c2aa0;
}

.btn-outline-red-violet:focus,
.btn-outline-red-violet.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 42, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(156, 42, 160, 0.5);
}

.btn-outline-red-violet.disabled,
.btn-outline-red-violet:disabled {
  color: #9c2aa0;
  background-color: transparent;
}

.btn-outline-red-violet:not(:disabled):not(.disabled):active,
.btn-outline-red-violet:not(:disabled):not(.disabled).active,
.show > .btn-outline-red-violet.dropdown-toggle {
  color: #fff;
  background-color: #9c2aa0;
  border-color: #9c2aa0;
}

.btn-outline-red-violet:not(:disabled):not(.disabled):active:focus,
.btn-outline-red-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red-violet.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 42, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(156, 42, 160, 0.5);
}

.btn-outline-aubergine {
  color: #5e2750;
  background-color: transparent;
  background-image: none;
  border-color: #5e2750;
}

.btn-outline-aubergine:hover {
  color: #fff;
  background-color: #5e2750;
  border-color: #5e2750;
}

.btn-outline-aubergine:focus,
.btn-outline-aubergine.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 39, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(94, 39, 80, 0.5);
}

.btn-outline-aubergine.disabled,
.btn-outline-aubergine:disabled {
  color: #5e2750;
  background-color: transparent;
}

.btn-outline-aubergine:not(:disabled):not(.disabled):active,
.btn-outline-aubergine:not(:disabled):not(.disabled).active,
.show > .btn-outline-aubergine.dropdown-toggle {
  color: #fff;
  background-color: #5e2750;
  border-color: #5e2750;
}

.btn-outline-aubergine:not(:disabled):not(.disabled):active:focus,
.btn-outline-aubergine:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-aubergine.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 39, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(94, 39, 80, 0.5);
}

.btn-outline-aqua-blue {
  color: #00b0ca;
  background-color: transparent;
  background-image: none;
  border-color: #00b0ca;
}

.btn-outline-aqua-blue:hover {
  color: #fff;
  background-color: #00b0ca;
  border-color: #00b0ca;
}

.btn-outline-aqua-blue:focus,
.btn-outline-aqua-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 176, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 176, 202, 0.5);
}

.btn-outline-aqua-blue.disabled,
.btn-outline-aqua-blue:disabled {
  color: #00b0ca;
  background-color: transparent;
}

.btn-outline-aqua-blue:not(:disabled):not(.disabled):active,
.btn-outline-aqua-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-aqua-blue.dropdown-toggle {
  color: #fff;
  background-color: #00b0ca;
  border-color: #00b0ca;
}

.btn-outline-aqua-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-aqua-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-aqua-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 176, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 176, 202, 0.5);
}

.btn-outline-spring-green {
  color: #a8b400;
  background-color: transparent;
  background-image: none;
  border-color: #a8b400;
}

.btn-outline-spring-green:hover {
  color: #212529;
  background-color: #a8b400;
  border-color: #a8b400;
}

.btn-outline-spring-green:focus,
.btn-outline-spring-green.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 180, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 180, 0, 0.5);
}

.btn-outline-spring-green.disabled,
.btn-outline-spring-green:disabled {
  color: #a8b400;
  background-color: transparent;
}

.btn-outline-spring-green:not(:disabled):not(.disabled):active,
.btn-outline-spring-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-spring-green.dropdown-toggle {
  color: #212529;
  background-color: #a8b400;
  border-color: #a8b400;
}

.btn-outline-spring-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-spring-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-spring-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 180, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 180, 0, 0.5);
}

.btn-outline-lemon-yellow {
  color: #fecb00;
  background-color: transparent;
  background-image: none;
  border-color: #fecb00;
}

.btn-outline-lemon-yellow:hover {
  color: #212529;
  background-color: #fecb00;
  border-color: #fecb00;
}

.btn-outline-lemon-yellow:focus,
.btn-outline-lemon-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 203, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 203, 0, 0.5);
}

.btn-outline-lemon-yellow.disabled,
.btn-outline-lemon-yellow:disabled {
  color: #fecb00;
  background-color: transparent;
}

.btn-outline-lemon-yellow:not(:disabled):not(.disabled):active,
.btn-outline-lemon-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-lemon-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fecb00;
  border-color: #fecb00;
}

.btn-outline-lemon-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-lemon-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lemon-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 203, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 203, 0, 0.5);
}

.btn-outline-fresh-orange {
  color: #eb9700;
  background-color: transparent;
  background-image: none;
  border-color: #eb9700;
}

.btn-outline-fresh-orange:hover {
  color: #212529;
  background-color: #eb9700;
  border-color: #eb9700;
}

.btn-outline-fresh-orange:focus,
.btn-outline-fresh-orange.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 151, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 151, 0, 0.5);
}

.btn-outline-fresh-orange.disabled,
.btn-outline-fresh-orange:disabled {
  color: #eb9700;
  background-color: transparent;
}

.btn-outline-fresh-orange:not(:disabled):not(.disabled):active,
.btn-outline-fresh-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-fresh-orange.dropdown-toggle {
  color: #212529;
  background-color: #eb9700;
  border-color: #eb9700;
}

.btn-outline-fresh-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-fresh-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-fresh-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 151, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 151, 0, 0.5);
}

.btn-outline-voda-turquoise {
  color: #007c92;
  background-color: transparent;
  background-image: none;
  border-color: #007c92;
}

.btn-outline-voda-turquoise:hover {
  color: #fff;
  background-color: #007c92;
  border-color: #007c92;
}

.btn-outline-voda-turquoise:focus,
.btn-outline-voda-turquoise.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 124, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 124, 146, 0.5);
}

.btn-outline-voda-turquoise.disabled,
.btn-outline-voda-turquoise:disabled {
  color: #007c92;
  background-color: transparent;
}

.btn-outline-voda-turquoise:not(:disabled):not(.disabled):active,
.btn-outline-voda-turquoise:not(:disabled):not(.disabled).active,
.show > .btn-outline-voda-turquoise.dropdown-toggle {
  color: #fff;
  background-color: #007c92;
  border-color: #007c92;
}

.btn-outline-voda-turquoise:not(:disabled):not(.disabled):active:focus,
.btn-outline-voda-turquoise:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-voda-turquoise.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 124, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 124, 146, 0.5);
}

.btn-outline-light-grey {
  color: #F1F1F1;
  background-color: transparent;
  background-image: none;
  border-color: #F1F1F1;
}

.btn-outline-light-grey:hover {
  color: #212529;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}

.btn-outline-light-grey:focus,
.btn-outline-light-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
}

.btn-outline-light-grey.disabled,
.btn-outline-light-grey:disabled {
  color: #F1F1F1;
  background-color: transparent;
}

.btn-outline-light-grey:not(:disabled):not(.disabled):active,
.btn-outline-light-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-grey.dropdown-toggle {
  color: #212529;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}

.btn-outline-light-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
}

.btn-outline-black {
  color: #2C292C;
  background-color: transparent;
  background-image: none;
  border-color: #2C292C;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #2C292C;
  border-color: #2C292C;
}

.btn-outline-black:focus,
.btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 41, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 41, 44, 0.5);
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #2C292C;
  background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #2C292C;
  border-color: #2C292C;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 41, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 41, 44, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 6px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 6px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 6px 6px 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 6px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 970.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 971px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1339.98px) {
  .navbar-expand-xll > .container,
  .navbar-expand-xll > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1340px) {
  .navbar-expand-xll {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xll .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xll .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xll .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xll > .container,
  .navbar-expand-xll > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xll .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xll .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 6px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(6px - 1px) calc(6px - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(6px - 1px) calc(6px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(6px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(6px - 1px);
  border-top-right-radius: calc(6px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(6px - 1px);
  border-bottom-left-radius: calc(6px - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 6px;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 6px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 6px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 6px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-vodafone-red {
  color: #fff;
  background-color: #E60000;
}

.badge-vodafone-red[href]:hover,
.badge-vodafone-red[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b30000;
}

.badge-vodafone-red-hover {
  color: #fff;
  background-color: #FF2F2F;
}

.badge-vodafone-red-hover[href]:hover,
.badge-vodafone-red-hover[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fb0000;
}

.badge-vodafone-purple {
  color: #fff;
  background-color: #aa33aa;
}

.badge-vodafone-purple[href]:hover,
.badge-vodafone-purple[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #832783;
}

.badge-vodafone-grey {
  color: #212529;
  background-color: #f4f4f4;
}

.badge-vodafone-grey[href]:hover,
.badge-vodafone-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dbdbdb;
}

.badge-boilerplate-grey {
  color: #212529;
  background-color: #f4f4f4;
}

.badge-boilerplate-grey[href]:hover,
.badge-boilerplate-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dbdbdb;
}

.badge-border-grey {
  color: #212529;
  background-color: #B4B9BA;
}

.badge-border-grey[href]:hover,
.badge-border-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #99a0a2;
}

.badge-vodafone-text {
  color: #fff;
  background-color: #2E2A2A;
}

.badge-vodafone-text[href]:hover,
.badge-vodafone-text[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #131212;
}

.badge-filter-grey {
  color: #212529;
  background-color: #979797;
}

.badge-filter-grey[href]:hover,
.badge-filter-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #7e7e7e;
}

.badge-white {
  color: #212529;
  background-color: #ffffff;
}

.badge-white[href]:hover,
.badge-white[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-bg-grey {
  color: #212529;
  background-color: #EBEBEB;
}

.badge-bg-grey[href]:hover,
.badge-bg-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d2d2d2;
}

.badge-grey-text {
  color: #212529;
  background-color: #CCCCCC;
}

.badge-grey-text[href]:hover,
.badge-grey-text[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #b3b3b3;
}

.badge-bg-dark-grey {
  color: #212529;
  background-color: #B9B9B9;
}

.badge-bg-dark-grey[href]:hover,
.badge-bg-dark-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #a0a0a0;
}

.badge-dark-grey {
  color: #fff;
  background-color: #4A4D4E;
}

.badge-dark-grey[href]:hover,
.badge-dark-grey[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #313334;
}

.badge-red-violet {
  color: #fff;
  background-color: #9c2aa0;
}

.badge-red-violet[href]:hover,
.badge-red-violet[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #751f78;
}

.badge-aubergine {
  color: #fff;
  background-color: #5e2750;
}

.badge-aubergine[href]:hover,
.badge-aubergine[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3a1831;
}

.badge-aqua-blue {
  color: #fff;
  background-color: #00b0ca;
}

.badge-aqua-blue[href]:hover,
.badge-aqua-blue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #008497;
}

.badge-spring-green {
  color: #212529;
  background-color: #a8b400;
}

.badge-spring-green[href]:hover,
.badge-spring-green[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #788100;
}

.badge-lemon-yellow {
  color: #212529;
  background-color: #fecb00;
}

.badge-lemon-yellow[href]:hover,
.badge-lemon-yellow[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cba200;
}

.badge-fresh-orange {
  color: #212529;
  background-color: #eb9700;
}

.badge-fresh-orange[href]:hover,
.badge-fresh-orange[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #b87600;
}

.badge-voda-turquoise {
  color: #fff;
  background-color: #007c92;
}

.badge-voda-turquoise[href]:hover,
.badge-voda-turquoise[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00515f;
}

.badge-light-grey {
  color: #212529;
  background-color: #F1F1F1;
}

.badge-light-grey[href]:hover,
.badge-light-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d8d8d8;
}

.badge-black {
  color: #fff;
  background-color: #2C292C;
}

.badge-black[href]:hover,
.badge-black[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #121012;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 6px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-vodafone-red {
  color: #780000;
  background-color: #facccc;
  border-color: #f8b8b8;
}

.alert-vodafone-red hr {
  border-top-color: #f6a1a1;
}

.alert-vodafone-red .alert-link {
  color: #450000;
}

.alert-vodafone-red-hover {
  color: #851818;
  background-color: #ffd5d5;
  border-color: #ffc5c5;
}

.alert-vodafone-red-hover hr {
  border-top-color: #ffacac;
}

.alert-vodafone-red-hover .alert-link {
  color: #5a1010;
}

.alert-vodafone-purple {
  color: #581b58;
  background-color: #eed6ee;
  border-color: #e7c6e7;
}

.alert-vodafone-purple hr {
  border-top-color: #dfb4df;
}

.alert-vodafone-purple .alert-link {
  color: #310f31;
}

.alert-vodafone-grey {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-vodafone-grey hr {
  border-top-color: #efefef;
}

.alert-vodafone-grey .alert-link {
  color: #666666;
}

.alert-boilerplate-grey {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-boilerplate-grey hr {
  border-top-color: #efefef;
}

.alert-boilerplate-grey .alert-link {
  color: #666666;
}

.alert-border-grey {
  color: #5e6061;
  background-color: #f0f1f1;
  border-color: #eaebec;
}

.alert-border-grey hr {
  border-top-color: #dddee0;
}

.alert-border-grey .alert-link {
  color: #454647;
}

.alert-vodafone-text {
  color: #181616;
  background-color: #d5d4d4;
  border-color: #c4c3c3;
}

.alert-vodafone-text hr {
  border-top-color: #b7b6b6;
}

.alert-vodafone-text .alert-link {
  color: black;
}

.alert-filter-grey {
  color: #4f4f4f;
  background-color: #eaeaea;
  border-color: #e2e2e2;
}

.alert-filter-grey hr {
  border-top-color: #d5d5d5;
}

.alert-filter-grey .alert-link {
  color: #363636;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-bg-grey {
  color: #7a7a7a;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

.alert-bg-grey hr {
  border-top-color: #ececec;
}

.alert-bg-grey .alert-link {
  color: #616161;
}

.alert-grey-text {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #f1f1f1;
}

.alert-grey-text hr {
  border-top-color: #e4e4e4;
}

.alert-grey-text .alert-link {
  color: #515151;
}

.alert-bg-dark-grey {
  color: #606060;
  background-color: #f1f1f1;
  border-color: #ebebeb;
}

.alert-bg-dark-grey hr {
  border-top-color: #dedede;
}

.alert-bg-dark-grey .alert-link {
  color: #474747;
}

.alert-dark-grey {
  color: #262829;
  background-color: #dbdbdc;
  border-color: #cccdcd;
}

.alert-dark-grey hr {
  border-top-color: #bfc0c0;
}

.alert-dark-grey .alert-link {
  color: #0d0e0f;
}

.alert-red-violet {
  color: #511653;
  background-color: #ebd4ec;
  border-color: #e3c3e4;
}

.alert-red-violet hr {
  border-top-color: #dbb1dc;
}

.alert-red-violet .alert-link {
  color: #2a0b2b;
}

.alert-aubergine {
  color: #31142a;
  background-color: #dfd4dc;
  border-color: #d2c3ce;
}

.alert-aubergine hr {
  border-top-color: #c7b4c2;
}

.alert-aubergine .alert-link {
  color: #0d050b;
}

.alert-aqua-blue {
  color: #005c69;
  background-color: #cceff4;
  border-color: #b8e9f0;
}

.alert-aqua-blue hr {
  border-top-color: #a3e2ec;
}

.alert-aqua-blue .alert-link {
  color: #002f36;
}

.alert-spring-green {
  color: #575e00;
  background-color: #eef0cc;
  border-color: #e7eab8;
}

.alert-spring-green hr {
  border-top-color: #e0e4a4;
}

.alert-spring-green .alert-link {
  color: #282b00;
}

.alert-lemon-yellow {
  color: #846a00;
  background-color: #fff5cc;
  border-color: #fff0b8;
}

.alert-lemon-yellow hr {
  border-top-color: #ffeb9f;
}

.alert-lemon-yellow .alert-link {
  color: #514100;
}

.alert-fresh-orange {
  color: #7a4f00;
  background-color: #fbeacc;
  border-color: #f9e2b8;
}

.alert-fresh-orange hr {
  border-top-color: #f7d8a0;
}

.alert-fresh-orange .alert-link {
  color: #472e00;
}

.alert-voda-turquoise {
  color: #00404c;
  background-color: #cce5e9;
  border-color: #b8dae0;
}

.alert-voda-turquoise hr {
  border-top-color: #a6d1d8;
}

.alert-voda-turquoise .alert-link {
  color: #001519;
}

.alert-light-grey {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}

.alert-light-grey hr {
  border-top-color: #eeeeee;
}

.alert-light-grey .alert-link {
  color: #646464;
}

.alert-black {
  color: #171517;
  background-color: #d5d4d5;
  border-color: #c4c3c4;
}

.alert-black hr {
  border-top-color: #b7b6b7;
}

.alert-black .alert-link {
  color: black;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 6px;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-vodafone-red {
  color: #780000;
  background-color: #f8b8b8;
}

.list-group-item-vodafone-red.list-group-item-action:hover,
.list-group-item-vodafone-red.list-group-item-action:focus {
  color: #780000;
  background-color: #f6a1a1;
}

.list-group-item-vodafone-red.list-group-item-action.active {
  color: #fff;
  background-color: #780000;
  border-color: #780000;
}

.list-group-item-vodafone-red-hover {
  color: #851818;
  background-color: #ffc5c5;
}

.list-group-item-vodafone-red-hover.list-group-item-action:hover,
.list-group-item-vodafone-red-hover.list-group-item-action:focus {
  color: #851818;
  background-color: #ffacac;
}

.list-group-item-vodafone-red-hover.list-group-item-action.active {
  color: #fff;
  background-color: #851818;
  border-color: #851818;
}

.list-group-item-vodafone-purple {
  color: #581b58;
  background-color: #e7c6e7;
}

.list-group-item-vodafone-purple.list-group-item-action:hover,
.list-group-item-vodafone-purple.list-group-item-action:focus {
  color: #581b58;
  background-color: #dfb4df;
}

.list-group-item-vodafone-purple.list-group-item-action.active {
  color: #fff;
  background-color: #581b58;
  border-color: #581b58;
}

.list-group-item-vodafone-grey {
  color: #7f7f7f;
  background-color: #fcfcfc;
}

.list-group-item-vodafone-grey.list-group-item-action:hover,
.list-group-item-vodafone-grey.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}

.list-group-item-vodafone-grey.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-boilerplate-grey {
  color: #7f7f7f;
  background-color: #fcfcfc;
}

.list-group-item-boilerplate-grey.list-group-item-action:hover,
.list-group-item-boilerplate-grey.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}

.list-group-item-boilerplate-grey.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-border-grey {
  color: #5e6061;
  background-color: #eaebec;
}

.list-group-item-border-grey.list-group-item-action:hover,
.list-group-item-border-grey.list-group-item-action:focus {
  color: #5e6061;
  background-color: #dddee0;
}

.list-group-item-border-grey.list-group-item-action.active {
  color: #fff;
  background-color: #5e6061;
  border-color: #5e6061;
}

.list-group-item-vodafone-text {
  color: #181616;
  background-color: #c4c3c3;
}

.list-group-item-vodafone-text.list-group-item-action:hover,
.list-group-item-vodafone-text.list-group-item-action:focus {
  color: #181616;
  background-color: #b7b6b6;
}

.list-group-item-vodafone-text.list-group-item-action.active {
  color: #fff;
  background-color: #181616;
  border-color: #181616;
}

.list-group-item-filter-grey {
  color: #4f4f4f;
  background-color: #e2e2e2;
}

.list-group-item-filter-grey.list-group-item-action:hover,
.list-group-item-filter-grey.list-group-item-action:focus {
  color: #4f4f4f;
  background-color: #d5d5d5;
}

.list-group-item-filter-grey.list-group-item-action.active {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-bg-grey {
  color: #7a7a7a;
  background-color: #f9f9f9;
}

.list-group-item-bg-grey.list-group-item-action:hover,
.list-group-item-bg-grey.list-group-item-action:focus {
  color: #7a7a7a;
  background-color: #ececec;
}

.list-group-item-bg-grey.list-group-item-action.active {
  color: #fff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.list-group-item-grey-text {
  color: #6a6a6a;
  background-color: #f1f1f1;
}

.list-group-item-grey-text.list-group-item-action:hover,
.list-group-item-grey-text.list-group-item-action:focus {
  color: #6a6a6a;
  background-color: #e4e4e4;
}

.list-group-item-grey-text.list-group-item-action.active {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.list-group-item-bg-dark-grey {
  color: #606060;
  background-color: #ebebeb;
}

.list-group-item-bg-dark-grey.list-group-item-action:hover,
.list-group-item-bg-dark-grey.list-group-item-action:focus {
  color: #606060;
  background-color: #dedede;
}

.list-group-item-bg-dark-grey.list-group-item-action.active {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.list-group-item-dark-grey {
  color: #262829;
  background-color: #cccdcd;
}

.list-group-item-dark-grey.list-group-item-action:hover,
.list-group-item-dark-grey.list-group-item-action:focus {
  color: #262829;
  background-color: #bfc0c0;
}

.list-group-item-dark-grey.list-group-item-action.active {
  color: #fff;
  background-color: #262829;
  border-color: #262829;
}

.list-group-item-red-violet {
  color: #511653;
  background-color: #e3c3e4;
}

.list-group-item-red-violet.list-group-item-action:hover,
.list-group-item-red-violet.list-group-item-action:focus {
  color: #511653;
  background-color: #dbb1dc;
}

.list-group-item-red-violet.list-group-item-action.active {
  color: #fff;
  background-color: #511653;
  border-color: #511653;
}

.list-group-item-aubergine {
  color: #31142a;
  background-color: #d2c3ce;
}

.list-group-item-aubergine.list-group-item-action:hover,
.list-group-item-aubergine.list-group-item-action:focus {
  color: #31142a;
  background-color: #c7b4c2;
}

.list-group-item-aubergine.list-group-item-action.active {
  color: #fff;
  background-color: #31142a;
  border-color: #31142a;
}

.list-group-item-aqua-blue {
  color: #005c69;
  background-color: #b8e9f0;
}

.list-group-item-aqua-blue.list-group-item-action:hover,
.list-group-item-aqua-blue.list-group-item-action:focus {
  color: #005c69;
  background-color: #a3e2ec;
}

.list-group-item-aqua-blue.list-group-item-action.active {
  color: #fff;
  background-color: #005c69;
  border-color: #005c69;
}

.list-group-item-spring-green {
  color: #575e00;
  background-color: #e7eab8;
}

.list-group-item-spring-green.list-group-item-action:hover,
.list-group-item-spring-green.list-group-item-action:focus {
  color: #575e00;
  background-color: #e0e4a4;
}

.list-group-item-spring-green.list-group-item-action.active {
  color: #fff;
  background-color: #575e00;
  border-color: #575e00;
}

.list-group-item-lemon-yellow {
  color: #846a00;
  background-color: #fff0b8;
}

.list-group-item-lemon-yellow.list-group-item-action:hover,
.list-group-item-lemon-yellow.list-group-item-action:focus {
  color: #846a00;
  background-color: #ffeb9f;
}

.list-group-item-lemon-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #846a00;
  border-color: #846a00;
}

.list-group-item-fresh-orange {
  color: #7a4f00;
  background-color: #f9e2b8;
}

.list-group-item-fresh-orange.list-group-item-action:hover,
.list-group-item-fresh-orange.list-group-item-action:focus {
  color: #7a4f00;
  background-color: #f7d8a0;
}

.list-group-item-fresh-orange.list-group-item-action.active {
  color: #fff;
  background-color: #7a4f00;
  border-color: #7a4f00;
}

.list-group-item-voda-turquoise {
  color: #00404c;
  background-color: #b8dae0;
}

.list-group-item-voda-turquoise.list-group-item-action:hover,
.list-group-item-voda-turquoise.list-group-item-action:focus {
  color: #00404c;
  background-color: #a6d1d8;
}

.list-group-item-voda-turquoise.list-group-item-action.active {
  color: #fff;
  background-color: #00404c;
  border-color: #00404c;
}

.list-group-item-light-grey {
  color: #7d7d7d;
  background-color: #fbfbfb;
}

.list-group-item-light-grey.list-group-item-action:hover,
.list-group-item-light-grey.list-group-item-action:focus {
  color: #7d7d7d;
  background-color: #eeeeee;
}

.list-group-item-light-grey.list-group-item-action.active {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.list-group-item-black {
  color: #171517;
  background-color: #c4c3c4;
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
  color: #171517;
  background-color: #b7b6b7;
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #171517;
  border-color: #171517;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 971px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 6px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-vodafone-red {
  background-color: #E60000 !important;
}

a.bg-vodafone-red:hover,
a.bg-vodafone-red:focus,
button.bg-vodafone-red:hover,
button.bg-vodafone-red:focus {
  background-color: #b30000 !important;
}

.bg-vodafone-red-hover {
  background-color: #FF2F2F !important;
}

a.bg-vodafone-red-hover:hover,
a.bg-vodafone-red-hover:focus,
button.bg-vodafone-red-hover:hover,
button.bg-vodafone-red-hover:focus {
  background-color: #fb0000 !important;
}

.bg-vodafone-purple {
  background-color: #aa33aa !important;
}

a.bg-vodafone-purple:hover,
a.bg-vodafone-purple:focus,
button.bg-vodafone-purple:hover,
button.bg-vodafone-purple:focus {
  background-color: #832783 !important;
}

.bg-vodafone-grey {
  background-color: #f4f4f4 !important;
}

a.bg-vodafone-grey:hover,
a.bg-vodafone-grey:focus,
button.bg-vodafone-grey:hover,
button.bg-vodafone-grey:focus {
  background-color: #dbdbdb !important;
}

.bg-boilerplate-grey {
  background-color: #f4f4f4 !important;
}

a.bg-boilerplate-grey:hover,
a.bg-boilerplate-grey:focus,
button.bg-boilerplate-grey:hover,
button.bg-boilerplate-grey:focus {
  background-color: #dbdbdb !important;
}

.bg-border-grey {
  background-color: #B4B9BA !important;
}

a.bg-border-grey:hover,
a.bg-border-grey:focus,
button.bg-border-grey:hover,
button.bg-border-grey:focus {
  background-color: #99a0a2 !important;
}

.bg-vodafone-text {
  background-color: #2E2A2A !important;
}

a.bg-vodafone-text:hover,
a.bg-vodafone-text:focus,
button.bg-vodafone-text:hover,
button.bg-vodafone-text:focus {
  background-color: #131212 !important;
}

.bg-filter-grey {
  background-color: #979797 !important;
}

a.bg-filter-grey:hover,
a.bg-filter-grey:focus,
button.bg-filter-grey:hover,
button.bg-filter-grey:focus {
  background-color: #7e7e7e !important;
}

.bg-white {
  background-color: #ffffff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-bg-grey {
  background-color: #EBEBEB !important;
}

a.bg-bg-grey:hover,
a.bg-bg-grey:focus,
button.bg-bg-grey:hover,
button.bg-bg-grey:focus {
  background-color: #d2d2d2 !important;
}

.bg-grey-text {
  background-color: #CCCCCC !important;
}

a.bg-grey-text:hover,
a.bg-grey-text:focus,
button.bg-grey-text:hover,
button.bg-grey-text:focus {
  background-color: #b3b3b3 !important;
}

.bg-bg-dark-grey {
  background-color: #B9B9B9 !important;
}

a.bg-bg-dark-grey:hover,
a.bg-bg-dark-grey:focus,
button.bg-bg-dark-grey:hover,
button.bg-bg-dark-grey:focus {
  background-color: #a0a0a0 !important;
}

.bg-dark-grey {
  background-color: #4A4D4E !important;
}

a.bg-dark-grey:hover,
a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
  background-color: #313334 !important;
}

.bg-red-violet {
  background-color: #9c2aa0 !important;
}

a.bg-red-violet:hover,
a.bg-red-violet:focus,
button.bg-red-violet:hover,
button.bg-red-violet:focus {
  background-color: #751f78 !important;
}

.bg-aubergine {
  background-color: #5e2750 !important;
}

a.bg-aubergine:hover,
a.bg-aubergine:focus,
button.bg-aubergine:hover,
button.bg-aubergine:focus {
  background-color: #3a1831 !important;
}

.bg-aqua-blue {
  background-color: #00b0ca !important;
}

a.bg-aqua-blue:hover,
a.bg-aqua-blue:focus,
button.bg-aqua-blue:hover,
button.bg-aqua-blue:focus {
  background-color: #008497 !important;
}

.bg-spring-green {
  background-color: #a8b400 !important;
}

a.bg-spring-green:hover,
a.bg-spring-green:focus,
button.bg-spring-green:hover,
button.bg-spring-green:focus {
  background-color: #788100 !important;
}

.bg-lemon-yellow {
  background-color: #fecb00 !important;
}

a.bg-lemon-yellow:hover,
a.bg-lemon-yellow:focus,
button.bg-lemon-yellow:hover,
button.bg-lemon-yellow:focus {
  background-color: #cba200 !important;
}

.bg-fresh-orange {
  background-color: #eb9700 !important;
}

a.bg-fresh-orange:hover,
a.bg-fresh-orange:focus,
button.bg-fresh-orange:hover,
button.bg-fresh-orange:focus {
  background-color: #b87600 !important;
}

.bg-voda-turquoise {
  background-color: #007c92 !important;
}

a.bg-voda-turquoise:hover,
a.bg-voda-turquoise:focus,
button.bg-voda-turquoise:hover,
button.bg-voda-turquoise:focus {
  background-color: #00515f !important;
}

.bg-light-grey {
  background-color: #F1F1F1 !important;
}

a.bg-light-grey:hover,
a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
  background-color: #d8d8d8 !important;
}

.bg-black {
  background-color: #2C292C !important;
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #121012 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-vodafone-red {
  border-color: #E60000 !important;
}

.border-vodafone-red-hover {
  border-color: #FF2F2F !important;
}

.border-vodafone-purple {
  border-color: #aa33aa !important;
}

.border-vodafone-grey {
  border-color: #f4f4f4 !important;
}

.border-boilerplate-grey {
  border-color: #f4f4f4 !important;
}

.border-border-grey {
  border-color: #B4B9BA !important;
}

.border-vodafone-text {
  border-color: #2E2A2A !important;
}

.border-filter-grey {
  border-color: #979797 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-bg-grey {
  border-color: #EBEBEB !important;
}

.border-grey-text {
  border-color: #CCCCCC !important;
}

.border-bg-dark-grey {
  border-color: #B9B9B9 !important;
}

.border-dark-grey {
  border-color: #4A4D4E !important;
}

.border-red-violet {
  border-color: #9c2aa0 !important;
}

.border-aubergine {
  border-color: #5e2750 !important;
}

.border-aqua-blue {
  border-color: #00b0ca !important;
}

.border-spring-green {
  border-color: #a8b400 !important;
}

.border-lemon-yellow {
  border-color: #fecb00 !important;
}

.border-fresh-orange {
  border-color: #eb9700 !important;
}

.border-voda-turquoise {
  border-color: #007c92 !important;
}

.border-light-grey {
  border-color: #F1F1F1 !important;
}

.border-black {
  border-color: #2C292C !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 971px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1340px) {
  .d-xll-none {
    display: none !important;
  }

  .d-xll-inline {
    display: inline !important;
  }

  .d-xll-inline-block {
    display: inline-block !important;
  }

  .d-xll-block {
    display: block !important;
  }

  .d-xll-table {
    display: table !important;
  }

  .d-xll-table-row {
    display: table-row !important;
  }

  .d-xll-table-cell {
    display: table-cell !important;
  }

  .d-xll-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xll-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 971px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1340px) {
  .flex-xll-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xll-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xll-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xll-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xll-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xll-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xll-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xll-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xll-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xll-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xll-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xll-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xll-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xll-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xll-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xll-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xll-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xll-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xll-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xll-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xll-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xll-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xll-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xll-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xll-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xll-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xll-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xll-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xll-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xll-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xll-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xll-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xll-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xll-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 971px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1340px) {
  .float-xll-left {
    float: left !important;
  }

  .float-xll-right {
    float: right !important;
  }

  .float-xll-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-11 {
  margin: 16px !important;
}

.mt-11,
.my-11 {
  margin-top: 16px !important;
}

.mr-11,
.mx-11 {
  margin-right: 16px !important;
}

.mb-11,
.my-11 {
  margin-bottom: 16px !important;
}

.ml-11,
.mx-11 {
  margin-left: 16px !important;
}

.m-12 {
  margin: 32px !important;
}

.mt-12,
.my-12 {
  margin-top: 32px !important;
}

.mr-12,
.mx-12 {
  margin-right: 32px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 32px !important;
}

.ml-12,
.mx-12 {
  margin-left: 32px !important;
}

.m-13 {
  margin: 48px !important;
}

.mt-13,
.my-13 {
  margin-top: 48px !important;
}

.mr-13,
.mx-13 {
  margin-right: 48px !important;
}

.mb-13,
.my-13 {
  margin-bottom: 48px !important;
}

.ml-13,
.mx-13 {
  margin-left: 48px !important;
}

.m-14 {
  margin: 64px !important;
}

.mt-14,
.my-14 {
  margin-top: 64px !important;
}

.mr-14,
.mx-14 {
  margin-right: 64px !important;
}

.mb-14,
.my-14 {
  margin-bottom: 64px !important;
}

.ml-14,
.mx-14 {
  margin-left: 64px !important;
}

.m-15 {
  margin: 80px !important;
}

.mt-15,
.my-15 {
  margin-top: 80px !important;
}

.mr-15,
.mx-15 {
  margin-right: 80px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 80px !important;
}

.ml-15,
.mx-15 {
  margin-left: 80px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-11 {
  padding: 16px !important;
}

.pt-11,
.py-11 {
  padding-top: 16px !important;
}

.pr-11,
.px-11 {
  padding-right: 16px !important;
}

.pb-11,
.py-11 {
  padding-bottom: 16px !important;
}

.pl-11,
.px-11 {
  padding-left: 16px !important;
}

.p-12 {
  padding: 32px !important;
}

.pt-12,
.py-12 {
  padding-top: 32px !important;
}

.pr-12,
.px-12 {
  padding-right: 32px !important;
}

.pb-12,
.py-12 {
  padding-bottom: 32px !important;
}

.pl-12,
.px-12 {
  padding-left: 32px !important;
}

.p-13 {
  padding: 48px !important;
}

.pt-13,
.py-13 {
  padding-top: 48px !important;
}

.pr-13,
.px-13 {
  padding-right: 48px !important;
}

.pb-13,
.py-13 {
  padding-bottom: 48px !important;
}

.pl-13,
.px-13 {
  padding-left: 48px !important;
}

.p-14 {
  padding: 64px !important;
}

.pt-14,
.py-14 {
  padding-top: 64px !important;
}

.pr-14,
.px-14 {
  padding-right: 64px !important;
}

.pb-14,
.py-14 {
  padding-bottom: 64px !important;
}

.pl-14,
.px-14 {
  padding-left: 64px !important;
}

.p-15 {
  padding: 80px !important;
}

.pt-15,
.py-15 {
  padding-top: 80px !important;
}

.pr-15,
.px-15 {
  padding-right: 80px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 80px !important;
}

.pl-15,
.px-15 {
  padding-left: 80px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-11 {
    margin: 16px !important;
  }

  .mt-sm-11,
  .my-sm-11 {
    margin-top: 16px !important;
  }

  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 16px !important;
  }

  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 16px !important;
  }

  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 16px !important;
  }

  .m-sm-12 {
    margin: 32px !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 32px !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 32px !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 32px !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 32px !important;
  }

  .m-sm-13 {
    margin: 48px !important;
  }

  .mt-sm-13,
  .my-sm-13 {
    margin-top: 48px !important;
  }

  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 48px !important;
  }

  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 48px !important;
  }

  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 48px !important;
  }

  .m-sm-14 {
    margin: 64px !important;
  }

  .mt-sm-14,
  .my-sm-14 {
    margin-top: 64px !important;
  }

  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 64px !important;
  }

  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 64px !important;
  }

  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 64px !important;
  }

  .m-sm-15 {
    margin: 80px !important;
  }

  .mt-sm-15,
  .my-sm-15 {
    margin-top: 80px !important;
  }

  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 80px !important;
  }

  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 80px !important;
  }

  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 80px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-11 {
    padding: 16px !important;
  }

  .pt-sm-11,
  .py-sm-11 {
    padding-top: 16px !important;
  }

  .pr-sm-11,
  .px-sm-11 {
    padding-right: 16px !important;
  }

  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 16px !important;
  }

  .pl-sm-11,
  .px-sm-11 {
    padding-left: 16px !important;
  }

  .p-sm-12 {
    padding: 32px !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 32px !important;
  }

  .pr-sm-12,
  .px-sm-12 {
    padding-right: 32px !important;
  }

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 32px !important;
  }

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 32px !important;
  }

  .p-sm-13 {
    padding: 48px !important;
  }

  .pt-sm-13,
  .py-sm-13 {
    padding-top: 48px !important;
  }

  .pr-sm-13,
  .px-sm-13 {
    padding-right: 48px !important;
  }

  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 48px !important;
  }

  .pl-sm-13,
  .px-sm-13 {
    padding-left: 48px !important;
  }

  .p-sm-14 {
    padding: 64px !important;
  }

  .pt-sm-14,
  .py-sm-14 {
    padding-top: 64px !important;
  }

  .pr-sm-14,
  .px-sm-14 {
    padding-right: 64px !important;
  }

  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 64px !important;
  }

  .pl-sm-14,
  .px-sm-14 {
    padding-left: 64px !important;
  }

  .p-sm-15 {
    padding: 80px !important;
  }

  .pt-sm-15,
  .py-sm-15 {
    padding-top: 80px !important;
  }

  .pr-sm-15,
  .px-sm-15 {
    padding-right: 80px !important;
  }

  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 80px !important;
  }

  .pl-sm-15,
  .px-sm-15 {
    padding-left: 80px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-11 {
    margin: 16px !important;
  }

  .mt-md-11,
  .my-md-11 {
    margin-top: 16px !important;
  }

  .mr-md-11,
  .mx-md-11 {
    margin-right: 16px !important;
  }

  .mb-md-11,
  .my-md-11 {
    margin-bottom: 16px !important;
  }

  .ml-md-11,
  .mx-md-11 {
    margin-left: 16px !important;
  }

  .m-md-12 {
    margin: 32px !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 32px !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 32px !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 32px !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 32px !important;
  }

  .m-md-13 {
    margin: 48px !important;
  }

  .mt-md-13,
  .my-md-13 {
    margin-top: 48px !important;
  }

  .mr-md-13,
  .mx-md-13 {
    margin-right: 48px !important;
  }

  .mb-md-13,
  .my-md-13 {
    margin-bottom: 48px !important;
  }

  .ml-md-13,
  .mx-md-13 {
    margin-left: 48px !important;
  }

  .m-md-14 {
    margin: 64px !important;
  }

  .mt-md-14,
  .my-md-14 {
    margin-top: 64px !important;
  }

  .mr-md-14,
  .mx-md-14 {
    margin-right: 64px !important;
  }

  .mb-md-14,
  .my-md-14 {
    margin-bottom: 64px !important;
  }

  .ml-md-14,
  .mx-md-14 {
    margin-left: 64px !important;
  }

  .m-md-15 {
    margin: 80px !important;
  }

  .mt-md-15,
  .my-md-15 {
    margin-top: 80px !important;
  }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 80px !important;
  }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 80px !important;
  }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 80px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-11 {
    padding: 16px !important;
  }

  .pt-md-11,
  .py-md-11 {
    padding-top: 16px !important;
  }

  .pr-md-11,
  .px-md-11 {
    padding-right: 16px !important;
  }

  .pb-md-11,
  .py-md-11 {
    padding-bottom: 16px !important;
  }

  .pl-md-11,
  .px-md-11 {
    padding-left: 16px !important;
  }

  .p-md-12 {
    padding: 32px !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 32px !important;
  }

  .pr-md-12,
  .px-md-12 {
    padding-right: 32px !important;
  }

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 32px !important;
  }

  .pl-md-12,
  .px-md-12 {
    padding-left: 32px !important;
  }

  .p-md-13 {
    padding: 48px !important;
  }

  .pt-md-13,
  .py-md-13 {
    padding-top: 48px !important;
  }

  .pr-md-13,
  .px-md-13 {
    padding-right: 48px !important;
  }

  .pb-md-13,
  .py-md-13 {
    padding-bottom: 48px !important;
  }

  .pl-md-13,
  .px-md-13 {
    padding-left: 48px !important;
  }

  .p-md-14 {
    padding: 64px !important;
  }

  .pt-md-14,
  .py-md-14 {
    padding-top: 64px !important;
  }

  .pr-md-14,
  .px-md-14 {
    padding-right: 64px !important;
  }

  .pb-md-14,
  .py-md-14 {
    padding-bottom: 64px !important;
  }

  .pl-md-14,
  .px-md-14 {
    padding-left: 64px !important;
  }

  .p-md-15 {
    padding: 80px !important;
  }

  .pt-md-15,
  .py-md-15 {
    padding-top: 80px !important;
  }

  .pr-md-15,
  .px-md-15 {
    padding-right: 80px !important;
  }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 80px !important;
  }

  .pl-md-15,
  .px-md-15 {
    padding-left: 80px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 971px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-11 {
    margin: 16px !important;
  }

  .mt-lg-11,
  .my-lg-11 {
    margin-top: 16px !important;
  }

  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 16px !important;
  }

  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 16px !important;
  }

  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 16px !important;
  }

  .m-lg-12 {
    margin: 32px !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 32px !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 32px !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 32px !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 32px !important;
  }

  .m-lg-13 {
    margin: 48px !important;
  }

  .mt-lg-13,
  .my-lg-13 {
    margin-top: 48px !important;
  }

  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 48px !important;
  }

  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 48px !important;
  }

  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 48px !important;
  }

  .m-lg-14 {
    margin: 64px !important;
  }

  .mt-lg-14,
  .my-lg-14 {
    margin-top: 64px !important;
  }

  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 64px !important;
  }

  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 64px !important;
  }

  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 64px !important;
  }

  .m-lg-15 {
    margin: 80px !important;
  }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 80px !important;
  }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 80px !important;
  }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 80px !important;
  }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 80px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-11 {
    padding: 16px !important;
  }

  .pt-lg-11,
  .py-lg-11 {
    padding-top: 16px !important;
  }

  .pr-lg-11,
  .px-lg-11 {
    padding-right: 16px !important;
  }

  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 16px !important;
  }

  .pl-lg-11,
  .px-lg-11 {
    padding-left: 16px !important;
  }

  .p-lg-12 {
    padding: 32px !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 32px !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 32px !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 32px !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 32px !important;
  }

  .p-lg-13 {
    padding: 48px !important;
  }

  .pt-lg-13,
  .py-lg-13 {
    padding-top: 48px !important;
  }

  .pr-lg-13,
  .px-lg-13 {
    padding-right: 48px !important;
  }

  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 48px !important;
  }

  .pl-lg-13,
  .px-lg-13 {
    padding-left: 48px !important;
  }

  .p-lg-14 {
    padding: 64px !important;
  }

  .pt-lg-14,
  .py-lg-14 {
    padding-top: 64px !important;
  }

  .pr-lg-14,
  .px-lg-14 {
    padding-right: 64px !important;
  }

  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 64px !important;
  }

  .pl-lg-14,
  .px-lg-14 {
    padding-left: 64px !important;
  }

  .p-lg-15 {
    padding: 80px !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 80px !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 80px !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 80px !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 80px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-11 {
    margin: 16px !important;
  }

  .mt-xl-11,
  .my-xl-11 {
    margin-top: 16px !important;
  }

  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 16px !important;
  }

  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 16px !important;
  }

  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 16px !important;
  }

  .m-xl-12 {
    margin: 32px !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 32px !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 32px !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 32px !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 32px !important;
  }

  .m-xl-13 {
    margin: 48px !important;
  }

  .mt-xl-13,
  .my-xl-13 {
    margin-top: 48px !important;
  }

  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 48px !important;
  }

  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 48px !important;
  }

  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 48px !important;
  }

  .m-xl-14 {
    margin: 64px !important;
  }

  .mt-xl-14,
  .my-xl-14 {
    margin-top: 64px !important;
  }

  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 64px !important;
  }

  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 64px !important;
  }

  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 64px !important;
  }

  .m-xl-15 {
    margin: 80px !important;
  }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 80px !important;
  }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 80px !important;
  }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 80px !important;
  }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 80px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-11 {
    padding: 16px !important;
  }

  .pt-xl-11,
  .py-xl-11 {
    padding-top: 16px !important;
  }

  .pr-xl-11,
  .px-xl-11 {
    padding-right: 16px !important;
  }

  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 16px !important;
  }

  .pl-xl-11,
  .px-xl-11 {
    padding-left: 16px !important;
  }

  .p-xl-12 {
    padding: 32px !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 32px !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 32px !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 32px !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 32px !important;
  }

  .p-xl-13 {
    padding: 48px !important;
  }

  .pt-xl-13,
  .py-xl-13 {
    padding-top: 48px !important;
  }

  .pr-xl-13,
  .px-xl-13 {
    padding-right: 48px !important;
  }

  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 48px !important;
  }

  .pl-xl-13,
  .px-xl-13 {
    padding-left: 48px !important;
  }

  .p-xl-14 {
    padding: 64px !important;
  }

  .pt-xl-14,
  .py-xl-14 {
    padding-top: 64px !important;
  }

  .pr-xl-14,
  .px-xl-14 {
    padding-right: 64px !important;
  }

  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 64px !important;
  }

  .pl-xl-14,
  .px-xl-14 {
    padding-left: 64px !important;
  }

  .p-xl-15 {
    padding: 80px !important;
  }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 80px !important;
  }

  .pr-xl-15,
  .px-xl-15 {
    padding-right: 80px !important;
  }

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 80px !important;
  }

  .pl-xl-15,
  .px-xl-15 {
    padding-left: 80px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1340px) {
  .m-xll-0 {
    margin: 0 !important;
  }

  .mt-xll-0,
  .my-xll-0 {
    margin-top: 0 !important;
  }

  .mr-xll-0,
  .mx-xll-0 {
    margin-right: 0 !important;
  }

  .mb-xll-0,
  .my-xll-0 {
    margin-bottom: 0 !important;
  }

  .ml-xll-0,
  .mx-xll-0 {
    margin-left: 0 !important;
  }

  .m-xll-1 {
    margin: 0.25rem !important;
  }

  .mt-xll-1,
  .my-xll-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xll-1,
  .mx-xll-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xll-1,
  .my-xll-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xll-1,
  .mx-xll-1 {
    margin-left: 0.25rem !important;
  }

  .m-xll-2 {
    margin: 0.5rem !important;
  }

  .mt-xll-2,
  .my-xll-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xll-2,
  .mx-xll-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xll-2,
  .my-xll-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xll-2,
  .mx-xll-2 {
    margin-left: 0.5rem !important;
  }

  .m-xll-3 {
    margin: 1rem !important;
  }

  .mt-xll-3,
  .my-xll-3 {
    margin-top: 1rem !important;
  }

  .mr-xll-3,
  .mx-xll-3 {
    margin-right: 1rem !important;
  }

  .mb-xll-3,
  .my-xll-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xll-3,
  .mx-xll-3 {
    margin-left: 1rem !important;
  }

  .m-xll-4 {
    margin: 1.5rem !important;
  }

  .mt-xll-4,
  .my-xll-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xll-4,
  .mx-xll-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xll-4,
  .my-xll-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xll-4,
  .mx-xll-4 {
    margin-left: 1.5rem !important;
  }

  .m-xll-5 {
    margin: 3rem !important;
  }

  .mt-xll-5,
  .my-xll-5 {
    margin-top: 3rem !important;
  }

  .mr-xll-5,
  .mx-xll-5 {
    margin-right: 3rem !important;
  }

  .mb-xll-5,
  .my-xll-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xll-5,
  .mx-xll-5 {
    margin-left: 3rem !important;
  }

  .m-xll-11 {
    margin: 16px !important;
  }

  .mt-xll-11,
  .my-xll-11 {
    margin-top: 16px !important;
  }

  .mr-xll-11,
  .mx-xll-11 {
    margin-right: 16px !important;
  }

  .mb-xll-11,
  .my-xll-11 {
    margin-bottom: 16px !important;
  }

  .ml-xll-11,
  .mx-xll-11 {
    margin-left: 16px !important;
  }

  .m-xll-12 {
    margin: 32px !important;
  }

  .mt-xll-12,
  .my-xll-12 {
    margin-top: 32px !important;
  }

  .mr-xll-12,
  .mx-xll-12 {
    margin-right: 32px !important;
  }

  .mb-xll-12,
  .my-xll-12 {
    margin-bottom: 32px !important;
  }

  .ml-xll-12,
  .mx-xll-12 {
    margin-left: 32px !important;
  }

  .m-xll-13 {
    margin: 48px !important;
  }

  .mt-xll-13,
  .my-xll-13 {
    margin-top: 48px !important;
  }

  .mr-xll-13,
  .mx-xll-13 {
    margin-right: 48px !important;
  }

  .mb-xll-13,
  .my-xll-13 {
    margin-bottom: 48px !important;
  }

  .ml-xll-13,
  .mx-xll-13 {
    margin-left: 48px !important;
  }

  .m-xll-14 {
    margin: 64px !important;
  }

  .mt-xll-14,
  .my-xll-14 {
    margin-top: 64px !important;
  }

  .mr-xll-14,
  .mx-xll-14 {
    margin-right: 64px !important;
  }

  .mb-xll-14,
  .my-xll-14 {
    margin-bottom: 64px !important;
  }

  .ml-xll-14,
  .mx-xll-14 {
    margin-left: 64px !important;
  }

  .m-xll-15 {
    margin: 80px !important;
  }

  .mt-xll-15,
  .my-xll-15 {
    margin-top: 80px !important;
  }

  .mr-xll-15,
  .mx-xll-15 {
    margin-right: 80px !important;
  }

  .mb-xll-15,
  .my-xll-15 {
    margin-bottom: 80px !important;
  }

  .ml-xll-15,
  .mx-xll-15 {
    margin-left: 80px !important;
  }

  .p-xll-0 {
    padding: 0 !important;
  }

  .pt-xll-0,
  .py-xll-0 {
    padding-top: 0 !important;
  }

  .pr-xll-0,
  .px-xll-0 {
    padding-right: 0 !important;
  }

  .pb-xll-0,
  .py-xll-0 {
    padding-bottom: 0 !important;
  }

  .pl-xll-0,
  .px-xll-0 {
    padding-left: 0 !important;
  }

  .p-xll-1 {
    padding: 0.25rem !important;
  }

  .pt-xll-1,
  .py-xll-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xll-1,
  .px-xll-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xll-1,
  .py-xll-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xll-1,
  .px-xll-1 {
    padding-left: 0.25rem !important;
  }

  .p-xll-2 {
    padding: 0.5rem !important;
  }

  .pt-xll-2,
  .py-xll-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xll-2,
  .px-xll-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xll-2,
  .py-xll-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xll-2,
  .px-xll-2 {
    padding-left: 0.5rem !important;
  }

  .p-xll-3 {
    padding: 1rem !important;
  }

  .pt-xll-3,
  .py-xll-3 {
    padding-top: 1rem !important;
  }

  .pr-xll-3,
  .px-xll-3 {
    padding-right: 1rem !important;
  }

  .pb-xll-3,
  .py-xll-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xll-3,
  .px-xll-3 {
    padding-left: 1rem !important;
  }

  .p-xll-4 {
    padding: 1.5rem !important;
  }

  .pt-xll-4,
  .py-xll-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xll-4,
  .px-xll-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xll-4,
  .py-xll-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xll-4,
  .px-xll-4 {
    padding-left: 1.5rem !important;
  }

  .p-xll-5 {
    padding: 3rem !important;
  }

  .pt-xll-5,
  .py-xll-5 {
    padding-top: 3rem !important;
  }

  .pr-xll-5,
  .px-xll-5 {
    padding-right: 3rem !important;
  }

  .pb-xll-5,
  .py-xll-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xll-5,
  .px-xll-5 {
    padding-left: 3rem !important;
  }

  .p-xll-11 {
    padding: 16px !important;
  }

  .pt-xll-11,
  .py-xll-11 {
    padding-top: 16px !important;
  }

  .pr-xll-11,
  .px-xll-11 {
    padding-right: 16px !important;
  }

  .pb-xll-11,
  .py-xll-11 {
    padding-bottom: 16px !important;
  }

  .pl-xll-11,
  .px-xll-11 {
    padding-left: 16px !important;
  }

  .p-xll-12 {
    padding: 32px !important;
  }

  .pt-xll-12,
  .py-xll-12 {
    padding-top: 32px !important;
  }

  .pr-xll-12,
  .px-xll-12 {
    padding-right: 32px !important;
  }

  .pb-xll-12,
  .py-xll-12 {
    padding-bottom: 32px !important;
  }

  .pl-xll-12,
  .px-xll-12 {
    padding-left: 32px !important;
  }

  .p-xll-13 {
    padding: 48px !important;
  }

  .pt-xll-13,
  .py-xll-13 {
    padding-top: 48px !important;
  }

  .pr-xll-13,
  .px-xll-13 {
    padding-right: 48px !important;
  }

  .pb-xll-13,
  .py-xll-13 {
    padding-bottom: 48px !important;
  }

  .pl-xll-13,
  .px-xll-13 {
    padding-left: 48px !important;
  }

  .p-xll-14 {
    padding: 64px !important;
  }

  .pt-xll-14,
  .py-xll-14 {
    padding-top: 64px !important;
  }

  .pr-xll-14,
  .px-xll-14 {
    padding-right: 64px !important;
  }

  .pb-xll-14,
  .py-xll-14 {
    padding-bottom: 64px !important;
  }

  .pl-xll-14,
  .px-xll-14 {
    padding-left: 64px !important;
  }

  .p-xll-15 {
    padding: 80px !important;
  }

  .pt-xll-15,
  .py-xll-15 {
    padding-top: 80px !important;
  }

  .pr-xll-15,
  .px-xll-15 {
    padding-right: 80px !important;
  }

  .pb-xll-15,
  .py-xll-15 {
    padding-bottom: 80px !important;
  }

  .pl-xll-15,
  .px-xll-15 {
    padding-left: 80px !important;
  }

  .m-xll-auto {
    margin: auto !important;
  }

  .mt-xll-auto,
  .my-xll-auto {
    margin-top: auto !important;
  }

  .mr-xll-auto,
  .mx-xll-auto {
    margin-right: auto !important;
  }

  .mb-xll-auto,
  .my-xll-auto {
    margin-bottom: auto !important;
  }

  .ml-xll-auto,
  .mx-xll-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-11 {
    margin: 16px !important;
  }

  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 16px !important;
  }

  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 16px !important;
  }

  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 16px !important;
  }

  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 16px !important;
  }

  .m-xxl-12 {
    margin: 32px !important;
  }

  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 32px !important;
  }

  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 32px !important;
  }

  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 32px !important;
  }

  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 32px !important;
  }

  .m-xxl-13 {
    margin: 48px !important;
  }

  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 48px !important;
  }

  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 48px !important;
  }

  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 48px !important;
  }

  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 48px !important;
  }

  .m-xxl-14 {
    margin: 64px !important;
  }

  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 64px !important;
  }

  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 64px !important;
  }

  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 64px !important;
  }

  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 64px !important;
  }

  .m-xxl-15 {
    margin: 80px !important;
  }

  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 80px !important;
  }

  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 80px !important;
  }

  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 80px !important;
  }

  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 80px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-11 {
    padding: 16px !important;
  }

  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 16px !important;
  }

  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 16px !important;
  }

  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 16px !important;
  }

  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 16px !important;
  }

  .p-xxl-12 {
    padding: 32px !important;
  }

  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 32px !important;
  }

  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 32px !important;
  }

  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 32px !important;
  }

  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 32px !important;
  }

  .p-xxl-13 {
    padding: 48px !important;
  }

  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 48px !important;
  }

  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 48px !important;
  }

  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 48px !important;
  }

  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 48px !important;
  }

  .p-xxl-14 {
    padding: 64px !important;
  }

  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 64px !important;
  }

  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 64px !important;
  }

  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 64px !important;
  }

  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 64px !important;
  }

  .p-xxl-15 {
    padding: 80px !important;
  }

  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 80px !important;
  }

  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 80px !important;
  }

  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 80px !important;
  }

  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 80px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 971px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1340px) {
  .text-xll-left {
    text-align: left !important;
  }

  .text-xll-right {
    text-align: right !important;
  }

  .text-xll-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-vodafone-red {
  color: #E60000 !important;
}

a.text-vodafone-red:hover,
a.text-vodafone-red:focus {
  color: #b30000 !important;
}

.text-vodafone-red-hover {
  color: #FF2F2F !important;
}

a.text-vodafone-red-hover:hover,
a.text-vodafone-red-hover:focus {
  color: #fb0000 !important;
}

.text-vodafone-purple {
  color: #aa33aa !important;
}

a.text-vodafone-purple:hover,
a.text-vodafone-purple:focus {
  color: #832783 !important;
}

.text-vodafone-grey {
  color: #f4f4f4 !important;
}

a.text-vodafone-grey:hover,
a.text-vodafone-grey:focus {
  color: #dbdbdb !important;
}

.text-boilerplate-grey {
  color: #f4f4f4 !important;
}

a.text-boilerplate-grey:hover,
a.text-boilerplate-grey:focus {
  color: #dbdbdb !important;
}

.text-border-grey {
  color: #B4B9BA !important;
}

a.text-border-grey:hover,
a.text-border-grey:focus {
  color: #99a0a2 !important;
}

.text-vodafone-text {
  color: #2E2A2A !important;
}

a.text-vodafone-text:hover,
a.text-vodafone-text:focus {
  color: #131212 !important;
}

.text-filter-grey {
  color: #979797 !important;
}

a.text-filter-grey:hover,
a.text-filter-grey:focus {
  color: #7e7e7e !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-bg-grey {
  color: #EBEBEB !important;
}

a.text-bg-grey:hover,
a.text-bg-grey:focus {
  color: #d2d2d2 !important;
}

.text-grey-text {
  color: #CCCCCC !important;
}

a.text-grey-text:hover,
a.text-grey-text:focus {
  color: #b3b3b3 !important;
}

.text-bg-dark-grey {
  color: #B9B9B9 !important;
}

a.text-bg-dark-grey:hover,
a.text-bg-dark-grey:focus {
  color: #a0a0a0 !important;
}

.text-dark-grey {
  color: #4A4D4E !important;
}

a.text-dark-grey:hover,
a.text-dark-grey:focus {
  color: #313334 !important;
}

.text-red-violet {
  color: #9c2aa0 !important;
}

a.text-red-violet:hover,
a.text-red-violet:focus {
  color: #751f78 !important;
}

.text-aubergine {
  color: #5e2750 !important;
}

a.text-aubergine:hover,
a.text-aubergine:focus {
  color: #3a1831 !important;
}

.text-aqua-blue {
  color: #00b0ca !important;
}

a.text-aqua-blue:hover,
a.text-aqua-blue:focus {
  color: #008497 !important;
}

.text-spring-green {
  color: #a8b400 !important;
}

a.text-spring-green:hover,
a.text-spring-green:focus {
  color: #788100 !important;
}

.text-lemon-yellow {
  color: #fecb00 !important;
}

a.text-lemon-yellow:hover,
a.text-lemon-yellow:focus {
  color: #cba200 !important;
}

.text-fresh-orange {
  color: #eb9700 !important;
}

a.text-fresh-orange:hover,
a.text-fresh-orange:focus {
  color: #b87600 !important;
}

.text-voda-turquoise {
  color: #007c92 !important;
}

a.text-voda-turquoise:hover,
a.text-voda-turquoise:focus {
  color: #00515f !important;
}

.text-light-grey {
  color: #F1F1F1 !important;
}

a.text-light-grey:hover,
a.text-light-grey:focus {
  color: #d8d8d8 !important;
}

.text-black {
  color: #2C292C !important;
}

a.text-black:hover,
a.text-black:focus {
  color: #121012 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 971px !important;
  }

  .container {
    min-width: 971px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* vodafone-ws2 - version 2.0.0 */

:active,
a:active,
a:hover {
  outline: 0;
}

a,
abbr[title] {
  text-decoration: none;
}

caption,
td,
th {
  text-align: left;
}

.accordion__heading::after,
.basket-total__row::after,
.bubble,
.cards::after,
.carousel__slides::after,
.checkout__heading::after,
.circle-tabs__content::after,
.footer__aside::after,
.grid::after,
.media::after,
.navigation__list::after,
.nudge-slim::after,
.product::after,
.row::after,
.search-form__customers::after,
.search::after,
.share::after,
.stage::after,
.tabs__content::after,
.tiles::after,
.top-up__steps::after {
  clear: both;
}

.brands,
.button--nowrap,
.navigation__item--secondary-sub {
  white-space: nowrap;
}

.roaming__rates,
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.accordion__heading::after,
.accordion__heading::before,
.basket-total__row::after,
.basket-total__row::before,
.cards::after,
.cards::before,
.carousel__slides::after,
.carousel__slides::before,
.checkout__heading::after,
.checkout__heading::before,
.circle-tabs__content::after,
.circle-tabs__content::before,
.footer__aside::after,
.footer__aside::before,
.grid::after,
.grid::before,
.media::after,
.media::before,
.navigation__list::after,
.navigation__list::before,
.nudge-slim::after,
.nudge-slim::before,
.product::after,
.product::before,
.row::after,
.row::before,
.search-form__customers::after,
.search-form__customers::before,
.search::after,
.search::before,
.share::after,
.share::before,
.stage::after,
.stage::before,
.tabs__content::after,
.tabs__content::before,
.tiles::after,
.tiles::before,
.top-up__steps::after,
.top-up__steps::before {
  content: " ";
  display: table;
}

.hidden,
[hidden],
body::before,
template {
  display: none;
}

.accessories__image,
.banner-grid__icon,
.brands__image,
.carousel__control-icon,
.circle-tabs__icon,
.compare__icon--remove,
.compare__image,
.features__text--center,
.gallery__page-icon,
.index__name,
.interstitial__spring,
.multimedia__play,
.product__tick,
.promotions__conjunction,
.shop-quicklinks__icon,
.storage__amount,
.tiles__center,
.video-stream__toggle,
.video-stream__toggle-icon,
.video-stream__video--center,
.why-vodafone__icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}

.form__label--hidden {
  background: #E60000;
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

blockquote,
body,
fieldset {
  margin: 0;
}

.app__header,
.content,
.panel,
.section,
body,
sub,
sup {
  position: relative;
}

.content,
.grid__item--1\/1,
blockquote,
table {
  width: 100%;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-zoom-out {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes fade-zoom-out {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
       transform: scale(1.05);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes fade-zoom-out {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
       transform: scale(1.05);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a,
small {
  display: inline-block;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

.grid__item,
td,
th {
  vertical-align: top;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

.accordion__heading:hover,
.breadcrumbs__checkbox,
.breadcrumbs__checkbox-label,
.button,
.button:hover {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

abbr[title] {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus {
  outline: #00B0CA solid 2px;
}

a {
  background-color: transparent;
  color: inherit;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

body {
  color: #333;
  font-size: 18px;
  line-height: 1.333;
  font-family: VodafoneRegular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cascade__code,
code {
  font-family: "Fira Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
}

body::before {
  content: "desktop";
}

@media only screen and (max-width: 970px) {
  body::before {
    content: "tablet";
  }
}

@media only screen and (max-width: 639px) {
  body {
    font-size: 16px;
  }

  body::before {
    content: "mobile";
  }
}

.accordion__content::before,
.app__header::after,
.banner::before,
.brand__rhombus::after,
.brand__rhombus::before {
  content: "";
}

code {
  font-size: 18px;
}

fieldset {
  border: none;
  padding: 0;
}

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

strong,
td,
th {
  font-weight: 400;
}

.basket__price,
.bundle__tag,
strong {
  font-family: VodafoneRegularBold;
}

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

audio,
img,
video {
  border: none;
  max-width: 100%;
}

p {
  margin: 15px 0;
}

@media only screen and (max-width: 970px) {
  p {
    margin: 10px 0;
  }
}

small {
  text-decoration: inherit;
}

.grid,
.grid--full {
  display: block;
}

.smaller {
  font-size: 60%;
}

td,
th {
  padding: 0;
}

.content {
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
     animation-duration: .5s;
  -webkit-animation-name: fade-in;
  -o-animation-name: fade-in;
     animation-name: fade-in;
  overflow: hidden;
}

.grid {
  height: 100%;
  letter-spacing: -.215em;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.grid--gutter {
  margin: 0 -10px;
}

.grid__item,
.icon {
  display: inline-block;
}

.grid__item {
  height: 100%;
  letter-spacing: normal;
}

.grid__item--1\/2 {
  width: 50%;
}

.grid__item--1\/3 {
  width: 33.3333333333%;
}

.grid__item--2\/3 {
  width: 66.6666666667%;
}

.grid__item--1\/4 {
  width: 25%;
}

.grid__item--3\/4 {
  width: 75%;
}

.grid__item--1\/5 {
  width: 20%;
}

.grid__item--2\/5 {
  width: 40%;
}

.grid__item--3\/5 {
  width: 60%;
}

.grid__item--4\/5 {
  width: 80%;
}

.grid__item--1\/6 {
  width: 16.6666666667%;
}

.grid__item--5\/6 {
  width: 83.3333333333%;
}

.grid__item--1\/7 {
  width: 14.2857142857%;
}

.grid__item--2\/7 {
  width: 28.5714285714%;
}

.grid__item--3\/7 {
  width: 42.8571428571%;
}

.grid__item--4\/7 {
  width: 57.1428571429%;
}

.grid__item--5\/7 {
  width: 71.4285714286%;
}

.grid__item--6\/7 {
  width: 85.7142857143%;
}

.grid__item--1\/8 {
  width: 12.5%;
}

.grid__item--3\/8 {
  width: 37.5%;
}

.grid__item--5\/8 {
  width: 62.5%;
}

.grid__item--7\/8 {
  width: 87.5%;
}

.grid__item--1\/9 {
  width: 11.1111111111%;
}

.grid__item--2\/9 {
  width: 22.2222222222%;
}

.grid__item--4\/9 {
  width: 44.4444444444%;
}

.grid__item--5\/9 {
  width: 55.5555555556%;
}

.grid__item--7\/9 {
  width: 77.7777777778%;
}

.grid__item--8\/9 {
  width: 88.8888888889%;
}

.grid__item--1\/10 {
  width: 10%;
}

.grid__item--3\/10 {
  width: 30%;
}

.grid__item--7\/10 {
  width: 70%;
}

.grid__item--9\/10 {
  width: 90%;
}

.grid__item--1\/11 {
  width: 9.0909090909%;
}

.grid__item--2\/11 {
  width: 18.1818181818%;
}

.grid__item--3\/11 {
  width: 27.2727272727%;
}

.grid__item--4\/11 {
  width: 36.3636363636%;
}

.grid__item--5\/11 {
  width: 45.4545454545%;
}

.grid__item--6\/11 {
  width: 54.5454545455%;
}

.grid__item--7\/11 {
  width: 63.6363636364%;
}

.grid__item--8\/11 {
  width: 72.7272727273%;
}

.grid__item--9\/11 {
  width: 81.8181818182%;
}

.grid__item--10\/11 {
  width: 90.9090909091%;
}

.grid__item--1\/12 {
  width: 8.3333333333%;
}

.grid__item--5\/12 {
  width: 41.6666666667%;
}

.grid__item--7\/12 {
  width: 58.3333333333%;
}

.grid__item--11\/12 {
  width: 91.6666666667%;
}

@media only screen and (max-width: 970px) {
  .grid__item--md-1\/1 {
    width: 100%;
  }

  .grid__item--md-1\/2 {
    width: 50%;
  }

  .grid__item--md-1\/3 {
    width: 33.3333333333%;
  }

  .grid__item--md-2\/3 {
    width: 66.6666666667%;
  }

  .grid__item--md-1\/4 {
    width: 25%;
  }

  .grid__item--md-3\/4 {
    width: 75%;
  }

  .grid__item--md-1\/5 {
    width: 20%;
  }

  .grid__item--md-2\/5 {
    width: 40%;
  }

  .grid__item--md-3\/5 {
    width: 60%;
  }

  .grid__item--md-4\/5 {
    width: 80%;
  }

  .grid__item--md-1\/6 {
    width: 16.6666666667%;
  }

  .grid__item--md-5\/6 {
    width: 83.3333333333%;
  }

  .grid__item--md-1\/7 {
    width: 14.2857142857%;
  }

  .grid__item--md-2\/7 {
    width: 28.5714285714%;
  }

  .grid__item--md-3\/7 {
    width: 42.8571428571%;
  }

  .grid__item--md-4\/7 {
    width: 57.1428571429%;
  }

  .grid__item--md-5\/7 {
    width: 71.4285714286%;
  }

  .grid__item--md-6\/7 {
    width: 85.7142857143%;
  }

  .grid__item--md-1\/8 {
    width: 12.5%;
  }

  .grid__item--md-3\/8 {
    width: 37.5%;
  }

  .grid__item--md-5\/8 {
    width: 62.5%;
  }

  .grid__item--md-7\/8 {
    width: 87.5%;
  }

  .grid__item--md-1\/9 {
    width: 11.1111111111%;
  }

  .grid__item--md-2\/9 {
    width: 22.2222222222%;
  }

  .grid__item--md-4\/9 {
    width: 44.4444444444%;
  }

  .grid__item--md-5\/9 {
    width: 55.5555555556%;
  }

  .grid__item--md-7\/9 {
    width: 77.7777777778%;
  }

  .grid__item--md-8\/9 {
    width: 88.8888888889%;
  }

  .grid__item--md-1\/10 {
    width: 10%;
  }

  .grid__item--md-3\/10 {
    width: 30%;
  }

  .grid__item--md-7\/10 {
    width: 70%;
  }

  .grid__item--md-9\/10 {
    width: 90%;
  }

  .grid__item--md-1\/11 {
    width: 9.0909090909%;
  }

  .grid__item--md-2\/11 {
    width: 18.1818181818%;
  }

  .grid__item--md-3\/11 {
    width: 27.2727272727%;
  }

  .grid__item--md-4\/11 {
    width: 36.3636363636%;
  }

  .grid__item--md-5\/11 {
    width: 45.4545454545%;
  }

  .grid__item--md-6\/11 {
    width: 54.5454545455%;
  }

  .grid__item--md-7\/11 {
    width: 63.6363636364%;
  }

  .grid__item--md-8\/11 {
    width: 72.7272727273%;
  }

  .grid__item--md-9\/11 {
    width: 81.8181818182%;
  }

  .grid__item--md-10\/11 {
    width: 90.9090909091%;
  }

  .grid__item--md-1\/12 {
    width: 8.3333333333%;
  }

  .grid__item--md-5\/12 {
    width: 41.6666666667%;
  }

  .grid__item--md-7\/12 {
    width: 58.3333333333%;
  }

  .grid__item--md-11\/12 {
    width: 91.6666666667%;
  }
}

@media only screen and (max-width: 639px) {
  .grid__item--sm-1\/1 {
    width: 100%;
  }

  .grid__item--sm-1\/2 {
    width: 50%;
  }

  .grid__item--sm-1\/3 {
    width: 33.3333333333%;
  }

  .grid__item--sm-2\/3 {
    width: 66.6666666667%;
  }

  .grid__item--sm-1\/4 {
    width: 25%;
  }

  .grid__item--sm-3\/4 {
    width: 75%;
  }

  .grid__item--sm-1\/5 {
    width: 20%;
  }

  .grid__item--sm-2\/5 {
    width: 40%;
  }

  .grid__item--sm-3\/5 {
    width: 60%;
  }

  .grid__item--sm-4\/5 {
    width: 80%;
  }

  .grid__item--sm-1\/6 {
    width: 16.6666666667%;
  }

  .grid__item--sm-5\/6 {
    width: 83.3333333333%;
  }

  .grid__item--sm-1\/7 {
    width: 14.2857142857%;
  }

  .grid__item--sm-2\/7 {
    width: 28.5714285714%;
  }

  .grid__item--sm-3\/7 {
    width: 42.8571428571%;
  }

  .grid__item--sm-4\/7 {
    width: 57.1428571429%;
  }

  .grid__item--sm-5\/7 {
    width: 71.4285714286%;
  }

  .grid__item--sm-6\/7 {
    width: 85.7142857143%;
  }

  .grid__item--sm-1\/8 {
    width: 12.5%;
  }

  .grid__item--sm-3\/8 {
    width: 37.5%;
  }

  .grid__item--sm-5\/8 {
    width: 62.5%;
  }

  .grid__item--sm-7\/8 {
    width: 87.5%;
  }

  .grid__item--sm-1\/9 {
    width: 11.1111111111%;
  }

  .grid__item--sm-2\/9 {
    width: 22.2222222222%;
  }

  .grid__item--sm-4\/9 {
    width: 44.4444444444%;
  }

  .grid__item--sm-5\/9 {
    width: 55.5555555556%;
  }

  .grid__item--sm-7\/9 {
    width: 77.7777777778%;
  }

  .grid__item--sm-8\/9 {
    width: 88.8888888889%;
  }

  .grid__item--sm-1\/10 {
    width: 10%;
  }

  .grid__item--sm-3\/10 {
    width: 30%;
  }

  .grid__item--sm-7\/10 {
    width: 70%;
  }

  .grid__item--sm-9\/10 {
    width: 90%;
  }

  .grid__item--sm-1\/11 {
    width: 9.0909090909%;
  }

  .grid__item--sm-2\/11 {
    width: 18.1818181818%;
  }

  .grid__item--sm-3\/11 {
    width: 27.2727272727%;
  }

  .grid__item--sm-4\/11 {
    width: 36.3636363636%;
  }

  .grid__item--sm-5\/11 {
    width: 45.4545454545%;
  }

  .grid__item--sm-6\/11 {
    width: 54.5454545455%;
  }

  .grid__item--sm-7\/11 {
    width: 63.6363636364%;
  }

  .grid__item--sm-8\/11 {
    width: 72.7272727273%;
  }

  .grid__item--sm-9\/11 {
    width: 81.8181818182%;
  }

  .grid__item--sm-10\/11 {
    width: 90.9090909091%;
  }

  .grid__item--sm-1\/12 {
    width: 8.3333333333%;
  }

  .grid__item--sm-5\/12 {
    width: 41.6666666667%;
  }

  .grid__item--sm-7\/12 {
    width: 58.3333333333%;
  }

  .grid__item--sm-11\/12 {
    width: 91.6666666667%;
  }
}

.grid__item--gutter {
  padding: 0 10px;
}

.grid__item--right {
  text-align: right;
}

.action,
.app__stores,
.banner-grid,
.basket--empty {
  text-align: center;
}

.grid__item--middle {
  vertical-align: middle;
}

.grid__item--bottom {
  vertical-align: bottom;
}

.grid__item--pull-right {
  float: right;
}

.grid__item--center-single {
  margin: 0 auto;
  width: 50%;
}

@media only screen and (max-width: 639px) {
  .grid--gutter {
    margin: 0 -5px;
  }

  .grid__item--gutter {
    padding: 0 5px 20px;
  }

  .grid__item--center-single {
    margin: 0 auto;
    width: 100%;
  }
}

.icon {
  fill: none;
  stroke: currentColor;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  stroke-width: 7px;
}

.icon--thin {
  stroke-width: 5px;
}

.icon--smaller {
  width: 17px;
  height: 17px;
}

.icon--small {
  width: 22px;
  height: 22px;
}

.icon--medium {
  width: 40px;
  height: 40px;
}

.icon--large {
  width: 48px;
  height: 48px;
}

.icon--extra-large {
  width: 64px;
  height: 64px;
}

.icon:hover {
  fill: none;
  stroke: currentColor;
}

.icon--fill,
.icon--fill:hover {
  stroke: none;
  stroke-width: 0;
  fill: currentColor;
}

.icon--destroke,
.icon--destroke:hover {
  stroke: initial;
}

.icon--defill,
.icon--defill:hover {
  fill: initial;
}

.icon--captioned {
  vertical-align: text-top;
}

.icon--pad {
  padding: 5px;
}

.icon--circle {
  padding: 4px;
  stroke: #fff;
  border-radius: 50%;
  background-color: #AFAFAF;
  stroke-width: 10px;
}

.icon--circle:hover {
  stroke: #fff;
}

.icon--failure {
  background-color: #E60000;
}

.icon--success {
  background-color: #468A1C;
}

.media__image {
  float: left;
  margin-right: 15px;
}

.media__image--right {
  float: right;
}

.media__body {
  float: left;
}

.page {
  padding-top: 160px;
}

.section--gutter {
  margin: 40px 0;
}

.section--spacing {
  padding: 40px 0;
}

.section--no-spacing {
  padding: 0 !important;
}

.section--no-spacing-top {
  padding-top: 0 !important;
}

.section--no-spacing-bottom {
  padding-bottom: 0 !important;
}

.section--break {
  margin-bottom: 50px;
  margin-top: 2px;
}

.section--gallery,
.section--ruled,
.section--teal,
.section--wild-sand {
  padding: 40px 0;
}

.section--gallery {
  background-color: #EBEBEB;
}

.section--wild-sand {
  background-color: #F4F4F4;
}

.section--teal {
  background-color: #007C92;
  color: #FFF;
}

.section--ruled {
  border-bottom: 1px solid #AFAFAF;
}

@media only screen and (max-width: 970px) {
  .icon {
    width: 28px;
    height: 28px;
  }

  .icon--small {
    width: 22px;
    height: 22px;
  }

  .icon--medium {
    width: 40px;
    height: 40px;
  }

  .icon--large {
    width: 48px;
    height: 48px;
  }

  .icon--extra-large {
    width: 56px;
    height: 56px;
  }

  .section--gutter {
    margin: 40px 0;
  }

  .section--break,
  .section--md-break {
    margin-bottom: 40px;
  }

  .section--md-break {
    margin-top: 2px;
  }

  .section--gallery,
  .section--md-gallery,
  .section--md-ruled,
  .section--md-wild-sand,
  .section--ruled,
  .section--wild-sand {
    padding: 40px 0;
  }

  .section--md-gallery {
    background-color: #EBEBEB;
  }

  .section--md-wild-sand {
    background-color: #F4F4F4;
  }
}

@media only screen and (max-width: 639px) {
  .icon {
    width: 24px;
    height: 24px;
  }

  .icon--smaller {
    width: 17px;
    height: 17px;
  }

  .icon--small {
    width: 22px;
    height: 22px;
  }

  .icon--medium {
    width: 32px;
    height: 32px;
  }

  .icon--large {
    width: 40px;
    height: 40px;
  }

  .icon--extra-large {
    width: 56px;
    height: 56px;
  }

  .section--gutter {
    margin: 30px 0;
  }

  .section--break,
  .section--sm-break {
    margin-bottom: 30px;
  }

  .section--sm-break {
    margin-top: 2px;
  }

  .section--gallery,
  .section--ruled,
  .section--sm-gallery,
  .section--sm-ruled,
  .section--sm-wild-sand,
  .section--wild-sand {
    padding: 30px 0;
  }

  .section--sm-gallery {
    background-color: #EBEBEB;
  }

  .section--sm-wild-sand {
    background-color: #F4F4F4;
  }
}

.spring {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 300px;
  padding: 0 10px;
  height: 100%;
}

.broadband__speedcheck-spring,
.store-locator__spring {
  min-width: auto;
}

.spring--sm {
  max-width: 400px;
}

.spring--md {
  max-width: 800px;
}

.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexrow--pull-right {
  float: right;
}

.flexcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.flexcol--align-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media only screen and (max-width: 970px) {
  .spring {
    padding: 0 20px;
  }

  .flexrow {
    display: block;
  }

  .flexrow--md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flexcol {
    display: block;
  }

  .flexcol--md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

@media only screen and (max-width: 639px) {
  .spring {
    padding: 0 10px;
  }

  .flexrow {
    display: block;
  }

  .flexrow--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flexcol,
  .flexrow--md {
    display: block;
  }

  .flexcol--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .flexcol--md {
    display: block;
  }
}

.panel {
  background-color: #FFF;
  -webkit-box-shadow: #3D3D3D 0 2px 4px -2px;
          box-shadow: #3D3D3D 0 2px 4px -2px;
  padding: 30px;
}

.panel--lg-extra-padding {
  padding: 40px;
}

.panel--no-padding {
  padding: 0;
}

@media only screen and (max-width: 639px) {
  .panel {
    padding: 10px;
  }

  .panel--extra-padding {
    padding: 20px;
  }

  .panel--no-padding {
    padding: 0;
  }
}

.accordion {
  list-style: none;
  padding: 0;
}

.accordion__item {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  background: #FFF;
  width: 100%;
}

.accordion__heading {
  overflow: hidden;
  font-size: 22px;
  margin: 0;
  padding: 14px 30px 15px;
}

.accordion__sub-heading {
  font-size: 18px;
}

.accordion__chevron {
  color: #E60000;
  margin-left: 20px;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
  transition: -webkit-transform .4s;
  -webkit-transition: -webkit-transform .4s;
  -o-transition: -o-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s, -o-transform .4s;
}

.accordion__chevron--down {
  -webkit-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
     transform: rotateZ(-180deg);
}

.accordion__content {
  display: block;
  padding: 0 30px 19px;
}

.accordion__content::before {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCC;
  margin-bottom: 18px;
}

.no-csstransitions .accordion__chevron--down {
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
     transform: scaleY(-1);
}

@media only screen and (max-width: 970px) {
  .accordion__heading {
    font-size: 20px;
    padding: 14px 30px 15px;
  }

  .accordion__content {
    padding: 0 30px 19px;
  }

  .accordion__content::before {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 639px) {
  .accordion__heading {
    font-size: 18px;
    padding: 14px 15px 15px;
  }

  .accordion__content {
    padding: 0 15px 19px;
  }

  .accordion__content::before {
    margin-bottom: 18px;
  }
}

.accordion--checkout {
  border: 1px solid #999;
  margin-bottom: 20px;
}

.accordion--checkout__item {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.basket__item,
.brands__link {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.accordion--checkout__heading {
  padding: 20px 60px;
  margin: 0 20px;
  border-top: 1px solid #999;
}

.accordion--checkout__heading--first {
  border-top: none;
}

.accordion--checkout__content {
  padding: 0 15px 20px;
  margin: 0 20px;
  border-top: 1px solid #999;
}

.accordion--checkout__content::before {
  background-color: transparent;
}

.action {
  margin-top: 15px;
}

.ajax {
  height: 100%;
}

.app__icon {
  height: 15px;
  width: 15px;
}

.app__icon--vodafone {
  height: 30px;
  width: 30px;
}

.app__icon--download {
  margin-left: 15px;
}

.app__icon--store {
  height: 30px;
  width: 84px;
}

.app__footer,
.app__header {
  background-color: #BD0000;
  color: #FFF;
  display: block;
  padding: 10px;
  text-align: center;
}

.app__header::after {
  border: 15px solid transparent;
  border-top-color: #BD0000;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
     transform: rotate(0);
  left: 50%;
  margin-left: -15px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  z-index: 1;
}

.app__heading,
.app__stores {
  margin-bottom: 0;
  margin-top: 0;
}

.app__content {
  padding: 15px 25px;
}

.app__image {
  max-height: 300px;
}

@media only screen and (max-width: 639px) {
  .app {
    margin-bottom: 20px;
  }

  .app__footer,
  .app__header {
    padding: 20px;
  }
}

.app-video {
  display: block;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}

.background {
  position: relative;
  z-index: 0;
}

.background--cover {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.background__image {
  background-position: center;
  bottom: 0;
  background-size: cover;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.banner {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.banner::before {
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  background-color: #434343;
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
     transform: skewX(-10deg);
  width: calc(50% + 50px);
  height: 100%;
}

.banner--slim {
  height: 150px !important;
}

.banner--left::before {
  right: -8%;
  width: calc(59% + 50px);
  left: inherit;
}

.banner--left__image {
  left: 0;
}

.banner--left__text {
  left: 50%;
  padding-right: 0;
  padding-left: 0;
}

.banner--full-bg {
  min-height: 400px;
}

.banner--full-bg::before {
  display: none;
}

.banner--light::before {
  background-color: #FFF;
}

.banner--dark::before {
  background-color: #000;
}

.banner--gray::before {
  background-color: #3D3D3D;
}

.banner--blue::before {
  background-color: #283E5D;
}

.banner .spring {
  font-size: 0;
  letter-spacing: -1px;
}

.banner .spring .centre-enforcer {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  padding: 0;
}

.banner__center-fix {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.banner__text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 18px;
  margin: 40px 0;
  position: relative;
  color: #FFF;
  padding-right: 30px;
  width: 50%;
}

.banner__text--light {
  color: #333;
}

.banner__text--full-bg {
  width: 50%;
  margin: 0;
}

.banner__single-headline {
  width: 40%;
}

.banner__image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(50% + 50px);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -50px;
  z-index: -1;
}

.banner__image--full-width {
  width: 100%;
  margin-left: 0;
  background-size: cover;
}

@media only screen and (max-width: 639px) {
  .banner {
    height: auto;
  }

  .banner--full-bg {
    min-height: 225px;
  }

  .banner--left__text {
    left: 0;
  }

  .banner .spring {
    height: 50%;
    margin-top: 160px;
  }

  .banner::before {
    top: 160px;
    left: 0;
    -webkit-transform: skewX(0);
    -o-transform: skewX(0);
       transform: skewX(0);
    -webkit-transform: skewY(0);
    -o-transform: skewY(0);
       transform: skewY(0);
    width: 100%;
  }

  .banner__text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .banner__text--full-bg {
    padding: 20px 0;
    color: #333;
  }

  .banner__content--full-bg {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }

  .banner__image {
    position: absolute;
    width: 100%;
    height: 160px;
    margin-left: 0;
    top: 0;
  }
}

.banner-grid {
  color: #FFF;
}

.banner-grid__content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 10px;
}

.banner-grid__content--narrow {
  max-width: 800px;
}

.banner-grid__caption,
.banner-grid__headline {
  display: block;
  margin-top: 10px;
}

.banner-grid__headline {
  font-size: 28px;
}

.banner-grid__caption {
  font-size: 20px;
}

.banner-grid__icon-circle-background {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #F4F4F4;
  display: inline-block;
  position: relative;
}

.banner-grid__icon {
  width: 100%;
  color: #666;
}

@media only screen and (max-width: 970px) {
  .banner-grid__content {
    padding: 40px 10px;
  }

  .banner-grid__headline {
    font-size: 24px;
  }
}

@media only screen and (max-width: 639px) {
  .banner-grid__content {
    padding: 30px 10px;
  }

  .banner-grid__headline {
    font-size: 20px;
  }

  .banner-grid__caption {
    font-size: 18px;
  }

  .banner-grid__icon-circle-background {
    width: 80px;
    height: 80px;
  }
}

.basket__item {
  margin-bottom: 10px;
  padding: 14px 30px 15px;
  background: #FFF;
}

.basket__item--gutter {
  margin-top: 40px;
}

.basket__push {
  text-align: right;
}

.basket__order {
  background-color: #F4F4F4;
  color: #333;
  padding: 50px 20px 20px;
  margin-bottom: 40px;
}

.basket-summary,
.box {
  background-color: #FFF;
}

.basket__pricing {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}

.basket__price {
  text-transform: uppercase;
}

.basket__was {
  margin-right: 10px;
}

.basket__more {
  display: block;
  padding-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  border-bottom: 1px solid #FFF;
}

.basket__mobile {
  margin-top: -18px;
}

@media only screen and (max-width: 970px) {
  .basket {
    padding: 0 64px;
  }
}

@media only screen and (max-width: 639px) {
  .basket {
    margin: 0 -10px;
    padding: 0;
  }

  .basket__order {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .basket__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .basket__item--summary {
    padding-left: 0;
    padding-right: 0;
  }
}

.basket-toaster__phone-image {
  height: 100px;
  margin-right: 15px;
}

.basket-toaster__phone-image,
.basket-toaster__phone-info {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.basket-toaster__amount {
  display: inline;
}

.basket-toaster__price {
  padding-left: 20px;
  text-align: right;
}

.basket-toaster__price--first {
  border-right: 1px solid #CCC;
  padding: 0 20px 0 0;
  text-align: left;
}

.basket-summary__action,
.basket-summary__caption,
.brand,
.brands,
.bubble--typing,
.bundle {
  text-align: center;
}

@media only screen and (max-width: 970px) {
  .basket-toaster__phone-image {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .basket-toaster__phone-info {
    display: none;
  }
}

.basket-summary {
  color: #333;
  padding: 30px 15px;
}

.basket-summary__caption {
  display: table-caption;
}

.basket-summary__sub-heading {
  font-size: 20px;
  margin-bottom: 3px;
}

.basket-summary__saving {
  display: block;
  font-size: 18px;
}

.basket-summary__action {
  border-top: 1px solid #EBEBEB;
  padding-top: 30px;
}

.basket-summary__tbody {
  border-top: 2px solid #EBEBEB;
}

.basket-summary__price {
  margin-top: -2px;
  margin-bottom: 0;
}

.basket-summary__was {
  color: #E60000;
  display: inline-block;
  font-size: 18px;
}

.basket-summary__strikethrough {
  text-decoration: line-through;
}

@media only screen and (max-width: 639px) {
  .basket-summary {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .basket-summary__action {
    padding-top: 20px;
  }
}

.basket-total--border-bottom {
  border-bottom: 1px solid #CCC;
}

.basket-total__row {
  overflow: hidden;
  margin: 0 30px;
}

.basket-total__item {
  float: left;
  padding: 30px 0 30px 30px;
}

.basket-total__item--first {
  padding-left: 0;
}

.basket-total__item--last {
  padding-right: 0;
}

.basket-total__item--no-padding-top {
  padding-top: 0;
}

.basket-total__head {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 970px) {
  .basket-total__head .basket-total__item {
    padding-right: 0;
  }

  .basket-total__head .basket-total__item--last {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 639px) {
  .basket-total__row {
    margin: 0;
  }

  .basket-total__item {
    padding: 10px 0;
  }

  .basket-total__head {
    padding-left: 10px;
    padding-right: 10px;
  }

  .basket-total__head .basket-total__item,
  .basket-total__head .basket-total__item--last {
    padding-right: 0;
    padding-left: 10px;
  }
}

.body--fixed {
  position: fixed;
  width: 100%;
}

.box {
  width: 100%;
  border: 1px solid #D6D6D6;
  padding: 20px;
  margin: 20px auto;
  color: #333;
}

.box--grey {
  background-color: #E4E4E4;
}

.box--no-border {
  border: none;
}

.box--dialog-margin {
  margin: 40px 0 200px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 639px) {
  .box {
    padding: 10px;
  }

  .box--dialog-margin {
    margin: 10px 0;
  }
}

.brand {
  position: absolute;
  top: 42px;
  left: 50px;
  z-index: 2;
}

.brand--fixed {
  position: fixed;
}

.brand--shifted {
  top: -30px;
}

.brand__logo {
  position: relative;
  margin: 12px 10px 0 0;
  width: 48px;
  height: 48px;
}

.brand__logo--documentation {
  margin-top: -10px;
  width: 85px;
  margin-left: 30px;
}

.brand__rhombus {
  background: #E60000;
  display: block;
  position: relative;
  width: 50px;
  margin: 0 106px;
  height: 135px;
}

.brand__rhombus::after,
.brand__rhombus::before {
  border: 70px solid transparent;
  border-top-color: #E60000;
  display: block;
  position: absolute;
}

.brand__rhombus::before {
  border-right-color: #E60000;
  right: 100%;
}

.brand__rhombus::after {
  border-left-color: #E60000;
  left: 100%;
}

.brand__rhombus--documentation {
  width: 150px;
  height: 240px;
  margin: 0 80px;
}

.brand__rhombus--documentation::after,
.brand__rhombus--documentation::before {
  border-width: 155px;
}

@media only screen and (max-width: 970px) {
  .brand {
    left: -75px;
  }

  .brand--fixed {
    position: absolute;
    top: auto;
  }

  .brand__logo {
    width: 38px;
    height: 38px;
  }

  .brand__rhombus {
    height: 80px;
  }

  .brand__rhombus::after,
  .brand__rhombus::before {
    border-width: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .brand {
    top: -50px;
  }

  .brand__logo {
    width: 35px;
    height: 35px;
  }

  .brand__rhombus {
    height: 90px;
    margin: 0 100px;
    width: 32px;
  }

  .brand__rhombus::after,
  .brand__rhombus::before {
    border-width: 50px;
  }
}

.brands__brand {
  height: 100px;
  width: 120px;
}

.brands__link {
  background-color: #FFF;
  height: inherit;
  position: relative;
  width: 100%;
}

.brands__image {
  padding: 10px;
  width: auto;
}

@media only screen and (max-width: 639px) {
  .brands__brand {
    padding: 0 5px;
    width: 80px;
    height: 70px;
  }
}

.breadcrumbs {
  background: inherit;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  padding: 18px 0;
}

.breadcrumbs--extrude {
  background-color: #F4F4F4;
}

.breadcrumbs--dark {
  background-color: #000;
  border-color: #2A2A2A;
  color: #FFF;
}

.breadcrumbs--no-borders {
  border: none;
}

.breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__crumb {
  margin: 0 5px;
  position: relative;
}

.breadcrumbs__crumb--first {
  margin-left: 0;
}

.breadcrumbs__crumb::after {
  content: " ";
  border-bottom: 1px solid transparent;
  border-color: inherit;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}

.breadcrumbs__crumb--current::after {
  display: none;
}

.breadcrumbs__chevron {
  display: inline-block;
  vertical-align: bottom;
  fill: none;
  stroke: currentColor;
  stroke-width: 7px;
  width: 24px;
  height: 24px;
}

.breadcrumbs__text {
  margin: 0;
}

.breadcrumbs__checkbox-label {
  text-decoration: underline;
}

.breadcrumbs__checkbox {
  margin-left: 5px;
}

@media only screen and (max-width: 639px) {
  .breadcrumbs {
    padding: 18px 0 0;
  }

  .breadcrumbs .spring {
    padding: 0;
  }

  .breadcrumbs .grid__item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .breadcrumbs__text-container {
    padding-bottom: 5px;
  }

  .breadcrumbs__text {
    text-align: center;
  }

  .breadcrumbs__vat-toggle {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .breadcrumbs__chevron {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
       transform: scaleX(-1);
    float: left;
    width: 20px;
    height: 20px;
  }
}

.broadband__speedcheck {
  background-color: #FFF;
  -webkit-box-shadow: #3D3D3D 0 2px 6px -2px;
          box-shadow: #3D3D3D 0 2px 6px -2px;
  padding: 0 20px 20px;
  position: relative;
}

.broadband__speedcheck--title {
  border-bottom: 1px solid #CCC;
  width: 100%;
  padding: 10px 0;
  font-size: 22px;
}

.broadband__speedcheck--container {
  padding: 15px 10px;
}

.broadband__speedcheck--radio {
  float: left;
  width: 30px;
  height: 20px;
}

.broadband__speedcheck--radio-content {
  margin-left: 35px;
  margin-right: 20px;
}

.broadband__border--treat:first-child {
  padding-right: 30px;
  border-right: 1px solid #CCC;
}

.broadband__border--treat:last-child {
  padding-left: 30px;
}

.broadband__comparison-table {
  position: relative;
}

.broadband__comparison-table--dropdown {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  z-index: 1;
  background-color: #FFF;
}

.broadband__comparison-table--border {
  margin-left: 5px;
  margin-right: 5px;
}

.broadband__comparison-table--border--gray {
  border: 2px solid #CCC;
}

.broadband__comparison-table--border--red {
  border: 2px solid #E60000;
}

.broadband__comparison-table__cell {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.broadband__comparison-table--gutter {
  padding-left: 10px;
  padding-right: 10px;
}

.broadband__comparison-table__logo {
  background-color: #F4F4F4;
  display: block;
  height: 100px;
  width: 100%;
  text-align: center;
}

.broadband__comparison-table--center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

@media only screen and (max-width: 639px) {
  .broadband__border--treat:first-child {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #CCC;
  }

  .broadband__border--treat:last-child {
    padding-left: 0;
    padding-top: 30px;
  }

  .broadband__comparison-table--border--gray {
    border-color: #FFF;
  }

  .broadband__comparison-table--dropdown,
  .broadband__comparison-table__logo {
    height: 130px;
  }
}

.bubble {
  background: #3D3D3D;
  border-radius: 35px;
  color: #FFF;
  float: left;
  font-size: 20px;
  margin-top: 40px;
  max-width: 370px;
  padding: 30px;
  position: relative;
  width: 100%;
}

.bubble:first-child {
  margin-top: 0;
}

.bubble::after,
.bubble::before {
  content: "";
  position: absolute;
  background: #3D3D3D;
  width: 40px;
  height: 33px;
  right: 100%;
  border-radius: 0 0 100%;
  bottom: 0;
  margin-right: -25px;
  z-index: 0;
}

.bubble::after {
  width: 35px;
  height: 65px;
  background: #E4E4E4;
  border-radius: 100%;
  margin-top: -1px;
  bottom: -1px;
  -webkit-transform: translateX(-25px);
  -o-transform: translateX(-25px);
     transform: translateX(-25px);
}

.bubble--answer {
  margin-left: 50px;
}

.bubble--question {
  background-color: #FFF;
  color: #333;
  float: right;
  margin-right: 50px;
}

.bubble--question::before {
  background: #FFF;
}

.bubble--question::after,
.bubble--question::before {
  left: 100%;
  right: auto;
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
     transform: scaleX(-1);
  margin-right: 0;
  margin-left: -25px;
}

.bubble--question::after {
  -webkit-transform: translateX(25px) scaleX(-1);
  -o-transform: translateX(25px) scaleX(-1);
     transform: translateX(25px) scaleX(-1);
}

.bubble__user {
  color: #CCC;
  display: block;
  margin-bottom: 10px;
}

.bubble__message {
  margin: 0;
}

.bubble--question .bubble__user {
  color: #666;
}

.bubble--typing {
  height: 40px;
  margin-bottom: 25px;
  padding: 0 10px;
  vertical-align: middle;
  width: 80px;
}

.bubble--typing::before {
  width: 40px;
  height: 20px;
}

.bubble--typing::after {
  width: 40px;
  height: 45px;
}

.bubble__dots {
  list-style: none;
}

.bubble__dot {
  background-color: #999;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  margin: 14px 0 14px 5px;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 8px;
  z-index: 2;
}

.bundle__tag::after,
.cards__featured--purple::after {
  border: 5px solid transparent;
  -webkit-transform: rotate(45deg);
}

.bubble__dot--middle {
  background-color: #AFAFAF;
}

.bubble__dot--last {
  background-color: #FFF;
  height: 12px;
  width: 12px;
}

@media only screen and (max-width: 639px) {
  .bubble {
    font-size: 16px;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }

  .bubble--typing {
    float: left;
    margin-left: 20px;
  }
}

.bundle {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px 0 #AFAFAF;
          box-shadow: 0 1px 3px 0 #AFAFAF;
  margin: 5px 0;
  padding: 30px 0;
  position: relative;
}

.bundle--horizontal {
  padding: 0;
}

.bundle--horizontal .bundle__summary {
  padding: 40px;
}

.bundle__tag {
  background-color: #9C2AA0;
  color: #FFF;
  font-size: 16px;
  left: -7.5px;
  padding: 0 15px;
  position: absolute;
  top: -5px;
}

.bundle__tag::after,
.bundle__tag::before {
  content: "";
  display: block;
  position: absolute;
  line-height: 0;
}

.bundle__tag::before {
  background-color: rgba(0, 0, 0, 0.2);
  height: 2px;
  left: 7.5px;
  right: 3px;
  top: 100%;
}

.bundle__tag::after {
  border-bottom-color: #5E2750;
  bottom: -5px;
  left: 3px;
  height: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0;
}

.bundle__datum {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

.bundle__datum--red-value {
  color: #E60000;
  border-color: currentColor;
}

.bundle__datum--red {
  color: #BD0000;
  border-color: currentColor;
}

.bundle--horizontal .bundle__datum {
  border-left: 1px solid;
  border-right: 1px solid;
}

.bundle__data {
  padding: 20px;
}

.bundle__data--negative {
  background-color: #CCC;
}

.bundle__data--negative--red,
.bundle__data--negative--red-value {
  color: #FFF;
}

.bundle__heading-chevron,
.bundle__savings,
.bundle__toggle-chevron {
  color: #E60000;
}

.bundle__data--negative--red {
  background-color: #BD0000;
}

.bundle__data--negative--red-value {
  background-color: #E60000;
}

.bundle__cost,
.bundle__data-value {
  font-size: 34px;
}

.button,
.cards__impact {
  font-size: 20px;
}

.bundle__data-value {
  display: block;
  margin-bottom: 5px;
}

.bundle--horizontal .bundle__data-value {
  display: inline-block;
}

.bundle__saving {
  text-decoration: line-through;
}

.bundle__see-details,
.bundle__underline {
  text-decoration: underline;
}

.bundle__details {
  background-color: #F4F4F4;
  padding: 30px;
}

.bundle__see-details {
  margin-top: 20px;
}

.bundle--horizontal .bundle__see-details {
  margin-top: 0;
}

.bundle__accordion {
  position: relative;
}

.bundle__toggle {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-box-shadow: #3D3D3D 0 1px 6px -1px;
          box-shadow: #3D3D3D 0 1px 6px -1px;
  background-color: #FFF;
}

.cards__body,
.cards__featured {
  position: relative;
}

.card,
.cards__body {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.bundle__heading {
  border-top: 1px solid #CCC;
  padding: 10px;
  width: 100%;
}

.bundle__heading--active .bundle__heading-more {
  display: none;
}

.bundle__heading--active .bundle__heading-less {
  display: inline;
}

.bundle__heading-chevron,
.bundle__heading-text {
  display: inline-block;
  vertical-align: middle;
}

.bundle__heading-less,
.js .bundle__content {
  display: none;
}

.bundle__heading-chevron {
  margin-left: 5px;
}

.bundle__toggle-chevron svg {
  color: #E60000;
  width: 20px;
  height: 20px;
  margin-top: 7px;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
  transition: -webkit-transform .4s;
  -webkit-transition: -webkit-transform .4s;
  -o-transition: -o-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s, -o-transform .4s;
}

.bundle__inclusions {
  margin-bottom: 25px;
}

.bundle--horizontal .bundle__inclusions {
  margin-bottom: 0;
}

.bundle__inclusion {
  clear: both;
  padding: 15px 0 0;
  position: relative;
  text-align: left;
}

.bundle__inclusion--no-bullet,
.button {
  text-align: center;
}

.bundle__inclusion-bullet {
  color: #428600;
  float: left;
  margin-right: 5px;
}

.bundle__select {
  padding: 0 20px;
}

.bundle__selected {
  background-color: #428600;
  color: #FFF;
}

.js .bundle__content--exanded {
  display: block;
}

@media only screen and (max-width: 639px) {
  .bundle {
    padding: 20px 0;
  }

  .bundle--horizontal {
    padding: 0;
  }

  .bundle--horizontal .bundle__summary {
    padding: 20px;
  }

  .bundle--horizontal .bundle__datum {
    display: table;
    width: 100%;
  }

  .bundle--horizontal .bundle__data {
    display: table-cell;
  }

  .bundle__toggle {
    right: 50%;
    -webkit-transform: translateX(18px);
    -o-transform: translateX(18px);
       transform: translateX(18px);
  }
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  color: #FFF;
  display: inline-block;
  padding: 11px 37px;
}

.button--gutter {
  margin: 10px;
}

.button--tight {
  padding: 11px;
}

.button--primary {
  background-color: #E60000;
}

.button--primary:focus,
.button--primary:hover {
  background-color: #900;
}

.button--primary--dark {
  background-color: #BD0000;
}

.button--secondary {
  background-color: #666;
}

.button--secondary:focus,
.button--secondary:hover {
  background-color: #333;
}

.button--secondary--dark {
  background-color: #AFAFAF;
  color: #333;
}

.button--secondary--dark:focus,
.button--secondary--dark:hover {
  background-color: #CCC;
}

.button--tertiary {
  background-color: #FFF;
  border-color: #666;
  color: #666;
}

.button--tertiary:focus,
.button--tertiary:hover {
  background-color: #F4F4F4;
  border-color: #333;
  color: #333;
}

.button--tertiary--dark {
  background-color: #333;
  border-color: #FFF;
  color: #FFF;
}

.button--tertiary--dark:focus,
.button--tertiary--dark:hover {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #333;
}

.button--tertiary--transparent {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}

.button--tertiary--transparent:focus,
.button--tertiary--transparent:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #FFF;
  color: #FFF;
}

.button--tertiary--invert {
  background-color: transparent;
  color: #EBEBEB;
  border-color: #EBEBEB;
}

.button--quaternary {
  background-color: #AFAFAF;
  border-color: #AFAFAF;
  color: #333;
}

.button--quaternary:focus,
.button--quaternary:hover {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #333;
}

.button--selected {
  background-color: #00992B;
}

.button--selected:focus,
.button--selected:hover {
  background-color: #037b25;
}

.button--full-width {
  display: block;
  width: 100%;
  text-align: center;
}

.button--disabled,
.button--disabled:focus,
.button--disabled:hover {
  background-color: #CCC;
  border-color: #CCC;
  color: #FFF;
  cursor: default;
}

.button--disabled--dark,
.button--disabled--dark:focus,
.button--disabled--dark:hover {
  background-color: #666;
  border-color: #666;
  color: #333;
  cursor: default;
}

.footer__heading:hover,
.index .accordion .js-accordion-heading,
.language,
.navigation__link,
.store-locator__store-item-header {
  cursor: pointer;
}

.button--location {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
}

.button svg {
  color: #FFF;
  margin: -8px 10px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 970px) {
  .button {
    padding: 11px 24px;
  }
}

@media only screen and (max-width: 639px) {
  .button {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
  }

  .button--gutter {
    margin: 5px;
  }

  .button--inline {
    display: inline-block;
    width: auto;
  }

  .button--primary:hover {
    background-color: #E60000;
  }

  .button--secondary:hover {
    background-color: #666;
  }

  .button--tertiary:hover {
    background-color: #FFF;
  }

  .button--tertiary--transparent:focus,
  .button--tertiary--transparent:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #FFF;
    color: #FFF;
  }
}

.card,
.cards__item--1\/1 {
  width: 100%;
}

.caption {
  display: table;
}

.caption__media,
.caption__text {
  display: table-cell;
  vertical-align: middle;
}

.card,
.cards__link {
  display: block;
}

.caption__media--top,
.caption__text--top {
  vertical-align: top;
}

.card {
  margin-bottom: 2px;
  padding-top: 200px;
}

.card__content {
  background-color: #FFF;
  padding: 20px;
}

.cards,
.cards__item {
  margin-bottom: 20px;
}

.cards__item--1\/2 {
  width: 50%;
}

.cards__item--1\/3 {
  width: 33.3333333333%;
}

.cards__item--2\/3 {
  width: 66.6666666667%;
}

@media only screen and (max-width: 970px) {
  .cards__item--md-1\/1 {
    width: 100%;
  }

  .cards__item--md-1\/2 {
    width: 50%;
  }

  .cards__item--md-1\/3 {
    width: 33.3333333333%;
  }

  .cards__item--md-2\/3 {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width: 639px) {
  .cards__item--sm-1\/1 {
    width: 100%;
  }

  .cards__item--sm-1\/2 {
    width: 50%;
  }

  .cards__item--sm-1\/3 {
    width: 33.3333333333%;
  }

  .cards__item--sm-2\/3 {
    width: 66.6666666667%;
  }
}

.cards__body {
  background: #FFF;
}

.cards__featured--text {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 3px;
  display: block;
  padding: 5px 15px;
}

.cards__featured--cyan::after,
.cards__featured--purple::after {
  position: absolute;
  line-height: 0;
  bottom: -5px;
  left: 2px;
  height: 0;
  width: 0;
  display: block;
  content: "";
}

.cards__featured--purple {
  background-color: #9C2AA0;
  color: #FFF;
}

.cards__featured--purple::after {
  border-bottom-color: #5E2750;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cards__featured--cyan {
  background-color: #00B0CA;
  color: #FFF;
}

.cards__icon,
.cards__icon--link {
  color: currentColor;
  fill: none;
  vertical-align: bottom;
}

.cards__featured--cyan::after {
  border: 5px solid transparent;
  border-bottom-color: #007C92;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}

.cards__button {
  padding: 11px 0;
  width: 100%;
}

.cards__button--added {
  background-color: #428600;
}

.cards__button--treat:first-child {
  padding-right: 10px;
}

.cards__button--treat:last-child {
  padding-left: 10px;
}

.cards__icon {
  width: 26px;
  height: 26px;
}

.cards__icon--link {
  width: 32px;
  height: 32px;
}

.cards__inner {
  background: #FFF;
}

.cards__inner--bundle {
  padding-top: 20px;
}

.cards__img-frame {
  background: #F4F4F4;
  padding-bottom: 55%;
  position: relative;
}

.cards__image-title,
.cards__img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cards__img {
  top: 0;
  left: 0;
  overflow: hidden;
}

.cards__image {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  transition: -webkit-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.cards__image:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

.cards__heading {
  padding: 20px 20px 30px;
}

.cards__content {
  padding: 20px;
}

.cards__list {
  margin: 0 60px 20px;
  text-align: left;
}

.carousel__control,
.cascade__colors,
.cascade__header,
.cascade__icon,
.cascade__spring,
.cascade__table-data--center,
.cascade__table-heading--center {
  text-align: center;
}

.cards__list-item {
  padding: 5px;
  min-height: 37px;
}

.cards__list-item svg {
  float: left;
  margin-right: 15px;
}

.cards__chevron {
  color: #E60000;
  vertical-align: text-bottom;
}

.cards__image-title {
  border-bottom: 60px solid rgba(204, 204, 204, 0.9);
  border-left: 39.6px solid transparent;
  height: 0;
  z-index: 5;
  padding: 20px 20px 20px 40px;
  font-size: 20px;
}

.carousel--hero .carousel__slide,
.carousel__slider,
.carousel__slides,
.carousel__spring,
.carousel__wrapper {
  position: relative;
}

.cards__image-title__impact {
  line-height: 60px;
  margin-top: 20px;
}

.cards__image-title__em {
  color: #E60000;
}

@media only screen and (max-width: 970px) {
  .cards__image-title {
    padding: 10px 10px 10px 5px;
    border-bottom-width: 44px;
    border-left-width: 29.04px;
  }

  .cards__image-title__impact {
    line-height: 44px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .cards__image-title {
    padding: 10px 10px 10px 5px;
    border-bottom-width: 32px;
    border-left-width: 21.12px;
  }

  .cards__image-title__impact {
    line-height: 32px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 970px) {
  .cards__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards__impact {
    font-size: 20px;
    margin-top: 4px;
  }

  .cards__list {
    margin: 0 40px 20px;
  }

  .cards__button--treat:first-child {
    padding-right: 0;
  }

  .cards__button--treat:last-child {
    padding-left: 0;
  }
}

@media only screen and (max-width: 639px) {
  .cards {
    padding: 0 10px;
    margin-bottom: 0;
  }

  .cards__content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cards__impact {
    font-size: 18px;
    line-height: 24px;
  }

  .cards__list {
    margin: 0 20px 20px;
  }

  .cards__icon {
    width: 23px;
    height: 23px;
  }

  .cards__icon--link {
    width: 28px;
    height: 28px;
  }

  .cards__button--treat:first-child {
    padding-right: 10px;
  }

  .cards__button--treat:last-child {
    padding-left: 10px;
  }

  .cards__featured--text {
    left: -2px;
    top: -6px;
  }
}

.carousel__wrapper--gutter {
  margin: 0 -10px;
}

.carousel__heading {
  color: #333;
}

.carousel__content {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel__content--sash .carousel__slides {
  padding-top: 12px;
}

.carousel__content--sash .carousel__slides .cards__featured--text {
  left: -8px;
}

.carousel__content--sash .carousel__slides .cards__content {
  padding: 20px 30px;
}

.carousel__slider {
  width: 33.333%;
}

.carousel--hero .carousel__slider,
.carousel__slider--full-width {
  width: 100%;
}

.carousel__slides {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 500%;
  -webkit-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

.carousel__slide {
  float: left;
  display: block;
  width: 100vw;
}

.carousel__slide--gutter {
  padding: 0 10px;
}

.carousel__controls {
  height: auto;
  left: 0;
  margin: 0 -15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  z-index: 1;
}

.carousel--hero .carousel__controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  margin-bottom: 0;
}

.carousel__control {
  color: #999;
}

.carousel__control--circle {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0 #AFAFAF;
          box-shadow: 0 1px 3px 0 #AFAFAF;
  height: 50px;
  position: relative;
  width: 50px;
}

.carousel__control--circle-small {
  height: 40px !important;
  width: 40px !important;
}

.carousel__control--left {
  float: left;
}

.carousel__control--right,
.chevron__icon--right {
  float: right;
}

.carousel__control-icon {
  width: 100%;
}

.carousel--hero .carousel__control {
  position: absolute;
  color: #FFF;
}

.carousel--hero .carousel__control--left {
  left: 0;
}

.carousel--hero .carousel__control--right {
  right: 0;
}

.carousel__pagination {
  margin-top: 20px;
  text-align: center;
}

.carousel--hero .carousel__pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.carousel__pages {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
}

.carousel--hero .carousel__pages {
  margin-top: 0;
}

.carousel__page-item {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.carousel__page {
  background-color: #999;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
}

.carousel__page--active {
  background-color: transparent;
}

.carousel__page--active::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid #333;
  width: 10px;
  height: 10px;
  left: -3px;
  top: -3px;
}

.carousel--hero .carousel__page {
  background-color: #FFF;
}

.carousel--hero .carousel__page--active {
  background-color: transparent;
}

.carousel--hero .carousel__page--active::after {
  border-color: #FFF;
}

.carousel--1-page.carousel--2-slide .carousel__slider {
  width: 50%;
}

.carousel--1-page.carousel--1-slide .carousel__slider {
  width: 100%;
}

@media only screen and (max-width: 970px) {
  .carousel__slider {
    width: 50%;
  }

  .carousel__slider--full-width {
    width: 100%;
  }

  .carousel--hero .carousel__controls {
    display: none;
  }

  .carousel__controls {
    margin: 0 -12px;
  }

  .carousel__control--circle {
    height: 44px;
    width: 44px;
  }

  .carousel__pages {
    margin-top: 15px;
  }

  .carousel--1-page.carousel--2-slide .carousel__slider {
    width: 50%;
  }

  .carousel--1-page.carousel--1-slide .carousel__slider {
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .carousel__slider {
    width: 100%;
  }

  .carousel--hero .carousel__pagination {
    bottom: 26px;
  }

  .carousel__controls {
    margin: 0 -10px;
  }

  .carousel__control--circle {
    height: 40px;
    width: 40px;
  }

  .carousel__pages {
    margin-top: 13px;
  }

  .carousel--1-page.carousel--1-slide .carousel__slider,
  .carousel--1-page.carousel--2-slide .carousel__slider {
    width: 100%;
  }
}

.cascade {
  background-color: #F4F4F4;
  line-height: 1.5em;
}

.cascade__header {
  background-color: #333;
  color: #FFF;
  margin-bottom: 40px;
  padding: 20px;
}

.cascade__heading {
  display: inline-block;
}

.cascade__pre {
  background-color: #F4F4F4;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding: 15px;
}

.cascade__code {
  font-size: 14px/1.5;
}

.cascade__example-heading,
.cascade__module::before,
.cascade__table-heading,
.customer__item--active {
  font-family: VodafoneRegularBold;
}

.cascade__code--inset {
  background-color: #F4F4F4;
  border-radius: 3px;
  color: #C7254E;
  padding: 3px 5px;
}

.cascade__example {
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding: 15px 15px 20px;
}

.cascade__example-heading {
  color: #999;
  font-size: 14px/1.333;
  text-transform: uppercase;
}

.cascade__example + .cascade__pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -5px;
}

.cascade__iconography {
  border: 1px solid #E5E5E5;
  max-height: 400px;
  overflow: auto;
}

.cascade__overflow,
.dial {
  overflow: hidden;
}

.cascade__icon {
  background-color: #F1F1F1;
  border: 1px solid #E5E5E5;
  padding: 10px;
  vertical-align: bottom;
}

.cascade__hidden {
  display: none;
}

.cascade__note {
  background-color: #F4F4F4;
  border-left: 4px solid #E5E5E5;
  margin: 15px 0;
  padding: 15px;
}

.cascade__module,
.cascade__section-content--inset {
  background-color: #FFF;
}

.cascade__color {
  border-radius: 50%;
  display: block;
  height: 75px;
  margin: 15px auto;
  width: 75px;
}

.cascade__module {
  border: 1px solid #F4F4F4;
  margin: 0 10px;
  padding: 20px;
}

.cascade__module::before {
  content: "DEMO";
  color: #999;
  display: block;
  font-size: 14px/1.333;
  margin-bottom: 15px;
}

.cascade__section-content {
  border: 1px dashed #D6D6D6;
  margin: 0 40px;
  padding: 40px;
}

.cascade__spring {
  background-color: #F4F4F4;
  border: 1px dashed #D6D6D6;
  padding: 20px;
}

.cascade__table {
  border: 1px solid #EBEBEB;
}

.cascade__table-row {
  border-top: 1px solid #EBEBEB;
}

.cascade__table-head {
  background-color: #F4F4F4;
  font-size: 28px;
}

.cascade__table-data,
.cascade__table-heading {
  padding: 15px;
}

.cascade .c,
.cascade .c1,
.cascade .cm {
  color: #999;
}

.cascade .k {
  color: #069;
}

.cascade .o {
  color: #50494A;
}

.cascade .s {
  color: #D44950;
}

.cascade .na {
  color: #4F9FCF;
}

.cascade .nb {
  color: #366;
}

.cascade .nc {
  color: #0A8;
}

.cascade .nl {
  color: #99F;
}

.cascade .nt {
  color: #2F6F9F;
}

.chevron {
  display: table;
  width: 100%;
}

/*
.chevron__container,
.chevron__text {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}
*/

.chevron--inline .chevron__container,
.chevron--inline .chevron__text {
  display: inline-block;
  width: auto;
}

.chevron__container {
  line-height: 0;
  text-align: right;
  width: 20px;
}

.chevron__icon--white {
  color: #FFF;
}

.chevron__icon--red {
  color: #E60000;
}

.chevron__icon--grey {
  color: #333;
}

.column-image > img {
  width: 100%;
  height: auto;
}

.col-text {
  width: 100%;
  display: table;
  background-color: #FFF;
}

.col-text--grey {
  background-color: #E4E4E4;
}

.col-text--transparent {
  background-color: none;
}

.col-text-item {
  display: table-cell;
  width: 50%;
  border-right: 1px solid #E4E4E4;
  padding: 120px 100px;
  color: #333;
}

.col-text-item:last-of-type {
  border-right: 0 !important;
}

.col-text--grey .col-text-item {
  border-right: 1px solid #FFF;
}

.col-text--transparent .col-text-item {
  border-right: 1px solid #AFAFAF;
}

.col-text-item--short {
  padding: 0 100px;
}

@media only screen and (max-width: 970px) {
  .col-text-item {
    padding: 80px 40px;
  }

  .col-text-item--short {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 639px) {
  .col-text-item {
    display: block;
    width: 100%;
    padding: 60px 40px;
    border-right: none !important;
    border-bottom: 1px solid #E4E4E4;
  }

  .col-text-item:last-of-type {
    border-bottom: none !important;
  }

  .col-text--grey .col-text-item {
    border-bottom: 1px solid #FFF;
  }

  .col-text--transparent .col-text-item {
    border-bottom: 1px solid #AFAFAF;
  }

  .col-text-item--short {
    padding: 0 40px;
  }
}

.col-tile {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0;
  display: table;
  width: auto;
}

.col-tile__img {
  display: none;
}

.col-tile__content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.col-tile--reverse {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 4px 0;
          box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 4px 0;
}

@media only screen and (min-width: 639px) {
  .col-tile {
    display: table;
  }

  .col-tile__content,
  .col-tile__img {
    display: table-cell;
    vertical-align: top;
  }

  .col-tile__img > img {
    display: block;
    max-width: none;
  }
}

.compare {
  text-align: center;
}

.compare--button-choose,
.compare--table__cell-indentation {
  width: 97%;
}

.compare--spring-indentation {
  padding: 0 40px;
}

.compare__wrapper {
  color: #FFF;
  display: table;
  margin: 0 auto;
  background-color: #EBEBEB;
  border-radius: 5px;
}

.compare .add-sticky {
  position: fixed;
  top: 67px;
  z-index: 3;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
}

@media only screen and (max-width: 970px) {
  .compare .add-sticky {
    top: 10px;
  }
}

.compare__item--compare,
.compare__items {
  display: table-cell;
  vertical-align: middle;
}

.compare__item {
  background-color: #F4F4F4;
  float: left;
  height: 75px;
  margin: 5px 5px 5px 0;
  position: relative;
  width: 75px;
}

.compare__item--redirect {
  width: auto;
}

.compare__item--first {
  margin: 5px;
}

.compare__item--active {
  background-color: #FFF;
}

.compare__image {
  height: 65px;
  width: auto;
}

.compare__icon--empty {
  height: 45px;
  width: 26px;
}

.compare__icon--remove {
  width: 8px;
  height: 8px;
}

.compare__icon--hide {
  display: none;
}

.compare__remove {
  background-color: #333;
  border-radius: 50%;
  display: none;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  z-index: 1;
}

.compare__remove--active {
  display: block;
}

.compare__redirect {
  border: none;
  line-height: 1.5em;
  margin: 13px 20px;
  padding: 10px 25px;
}

@media only screen and (max-width: 639px) {
  .compare__item {
    margin: 10px 15px 10px 0;
    height: 50px;
    width: 50px;
  }

  .compare__item--first {
    margin: 10px 15px 10px 10px;
  }

  .compare__item--last {
    margin-right: 2px;
    background-color: #EBEBEB;
  }

  .compare__item--redirect {
    font-size: 16px;
    overflow: hidden;
    width: auto;
    margin-right: 5px;
  }

  .compare__image {
    height: 45px;
  }

  .compare__icon--empty {
    height: 20px;
    width: 15px;
  }

  .compare__redirect {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    margin: 5px 0 0;
    line-height: 1;
    padding-bottom: 11px;
    padding-top: 11px;
  }

  .compare__wrapper {
    width: 100%;
  }
}

.column-media {
  display: table;
  width: 100%;
  padding: 20px 0;
}

.column-media__content-container,
.column-media__image-container {
  display: table-cell;
}

.column-media__background {
  padding: 11px 0;
  width: 100%;
}

.column-media__background--grey {
  background-color: #EBEBEB;
}

.column-media__block {
  margin: 20px 0;
}

.column-media__content {
  margin: 0 10px;
}

.column-media-6-6-imageleft .column-media__content-container,
.column-media-6-6-imageleft .column-media__image-container,
.column-media-6-6-imageright .column-media__content-container,
.column-media-6-6-imageright .column-media__image-container {
  width: 50%;
}

.column-media-6-6-imageright .column-media__image-container {
  float: right;
}

.column-media-4-8-imageleft .column-media__image-container {
  width: 33.3333333333%;
}

.column-media-4-8-imageleft .column-media__content-container {
  width: 66.6666666667%;
}

.column-media-4-8-imageright .column-media__image-container {
  width: 33.3333333333%;
  float: right;
}

.column-media-4-8-imageright .column-media__content-container,
.column-media-8-4-imageleft .column-media__image-container {
  width: 66.6666666667%;
}

.column-media-8-4-imageleft .column-media__content-container {
  width: 33.3333333333%;
}

.column-media-8-4-imageright .column-media__image-container {
  width: 66.6666666667%;
  float: right;
}

.column-media-8-4-imageright .column-media__content-container {
  width: 33.3333333333%;
}

@media only screen and (max-width: 639px) {
  .column-media__image-container {
    display: table-header-group;
    width: 100%;
  }

  .column-media__content-container {
    display: table-footer-group;
    width: 100%;
  }

  .column-media__content {
    margin: 0 0 15px;
    padding: 0 10px;
  }

  .column-media__no-white-back {
    padding: 20px 0;
  }

  .column-media-4-8-imageleft .column-media__content-container,
  .column-media-4-8-imageleft .column-media__image-container,
  .column-media-4-8-imageright .column-media__content-container,
  .column-media-4-8-imageright .column-media__image-container,
  .column-media-6-6-imageleft .column-media__content-container,
  .column-media-6-6-imageleft .column-media__image-container,
  .column-media-6-6-imageright .column-media__content-container,
  .column-media-6-6-imageright .column-media__image-container,
  .column-media-8-4-imageleft .column-media__content-container,
  .column-media-8-4-imageleft .column-media__image-container,
  .column-media-8-4-imageright .column-media__content-container,
  .column-media-8-4-imageright .column-media__image-container {
    width: 100%;
  }

  .column-media-4-8-imageleft .column-media__image-container,
  .column-media-4-8-imageright .column-media__image-container,
  .column-media-6-6-imageleft .column-media__image-container,
  .column-media-6-6-imageright .column-media__image-container,
  .column-media-8-4-imageleft .column-media__image-container,
  .column-media-8-4-imageright .column-media__image-container {
    float: none;
  }
}

.compare-table {
  margin-bottom: 30px;
}

.compare-table__header {
  padding-bottom: 5px;
}

.compare-table__paragraph {
  margin: 0 0 10px;
}

.compare-table__cell {
  padding: 0 10px 10px;
}

.compare-table__image {
  max-height: 250px;
}

.compare-table__entertainment-image {
  margin-bottom: 15px;
  margin-top: 5px;
}

.cost-saver__content {
  background-image: url(/images/grey-polygon-background.jpg);
}

.cost-saver__content-offset {
  top: -30px;
}

.coverage-checker__map {
  height: 374px;
}

.coverage-checker__content {
  position: relative;
}

.coverage-checker__filters {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(51, 51, 51, 0.85);
  text-align: center;
  padding: 15px 20px;
}

.coverage-checker__item {
  display: inline-block;
  border: 1px solid #999;
  border-left: none;
  margin-left: -4px;
}

.coverage-checker__item--first {
  border-left: 1px solid #999;
}

.coverage-checker__radio:checked + .coverage-checker__filter {
  background-color: #FFF;
  color: #333;
}

.coverage-checker__filter {
  font-size: 20px;
  color: #FFF;
  padding-top: 16px;
  padding-bottom: 17px;
  width: 140px;
  background-color: transparent;
  border-bottom: none;
}

.coverage-checker__footer {
  padding: 20px 0 0;
}

.coverage-checker__details {
  float: right;
  margin: 0;
}

.coverage-checker__legend {
  text-align: left;
}

.coverage-checker__legend::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}

.coverage-checker__legend--in-out::before {
  background-color: #CD94CF;
}

.coverage-checker__legend--out::before {
  background-color: #FEE37F;
}

.coverage-checker__chart {
  display: block;
  padding: 0;
  margin: 0;
}

.coverage-checker__bar {
  display: inline-block;
  width: 6px;
  background-color: rgba(153, 153, 153, 0.5);
}

.coverage-checker__bar--filled {
  background-color: #FFF;
}

.coverage-checker__bar:nth-child(1) {
  height: 7px;
}

.coverage-checker__bar:nth-child(2) {
  height: 12px;
}

.coverage-checker__bar:nth-child(3) {
  height: 17px;
}

.coverage-checker__bar:nth-child(4) {
  height: 22px;
}

.coverage-checker__bar:nth-child(5) {
  height: 27px;
}

@media only screen and (max-width: 639px) {
  .coverage-checker__result {
    padding: 20px 0;
  }
}

.store-locator__form-item {
  display: block;
  float: left;
}

.store-locator__form-item--input {
  width: 80%;
}

.store-locator__form-item--button {
  width: 50px;
  padding: 0;
}

.store-locator__column {
  position: relative;
}

.store-locator__panel {
  display: none;
  background: #333;
  padding: 40px 0;
  position: relative;
  color: #FFF;
  width: 100vw;
  margin-left: calc((100vw - 100%)/ 2 * -1);
  margin-top: 40px;
}

.store-locator__panel-header,
.store-locator__store-item {
  padding: 10px 0;
  border-top: 1px solid #999;
}

.store-locator__panel-header {
  margin-top: 40px;
}

.store-locator__panel::before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #333;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
}

.store-locator__store-details,
.store-locator__store-id {
  display: none;
}

.customer__item--active::after,
.dial__segmentation::before,
.form__input--selectable::before,
.form__label--checkable--ruled::after,
.grill::after,
.grill::before,
.grill__item::after {
  content: "";
}

.store-locator__choose {
  margin-left: 0;
  margin-bottom: 30px;
}

.store-locator__close {
  position: relative;
  left: calc(100% - 64px);
  margin-bottom: 40px;
}

.store-locator__controls {
  opacity: .5;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.store-locator__controls--active {
  opacity: 1;
}

.store-locator__store-details--display {
  display: block;
}

.store-locator__info-list,
.store-locator__info-list-title {
  text-align: right;
}

.store-locator__info-list-title {
  padding-right: 10px;
}

.store-locator__info {
  text-align: right;
  display: inline-block;
}

.store-locator__info-list li {
  margin-bottom: 30px;
}

.store-locator__info-list span {
  display: block;
}

.notification,
.store-locator__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.store-locator__feature {
  color: #999;
  text-align: center;
}

.customer,
.store-locator__feature--highlighted {
  color: #FFF;
}

.store-locator__current-loc {
  height: 50px;
  width: 50px;
  padding: 0;
}

.store-locator__find-stores {
  height: 50px;
}

.store-locator__content {
  padding: 0 30px;
}

.store-locator__directions {
  vertical-align: bottom;
}

.store-locator__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.customer__item,
.deal__more--link,
.dial {
  display: inline-block;
}

.store-locator__stock-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.store-locator__stock-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  padding: 0 0 0 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.store-locator__tick {
  float: right;
  padding-right: 0;
}

.store-locator .opening-times span {
  display: inline-block;
  text-transform: lowercase;
}

.deal__cost,
.store-locator .opening-times span:first-letter {
  text-transform: uppercase;
}

@media only screen and (max-width: 970px) {
  .store-locator__close {
    right: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .store-locator__try-again {
    padding: 0 10px;
  }

  .store-locator__controls {
    padding: 0;
  }

  .store-locator__column {
    width: auto;
  }

  .store-locator__form-item--input {
    height: 45px;
  }

  .store-locator__form-item--input:valid {
    padding-right: 0;
  }

  .store-locator__form-item--button {
    height: 45px;
    float: left;
    margin: 0 auto;
  }

  .store-locator__choose {
    margin: 0 auto;
  }

  .store-locator__panel {
    padding: 10px 0;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .store-locator__info,
  .store-locator__info-list,
  .store-locator__info-list-title {
    text-align: left;
  }

  .store-locator__content {
    padding: 0;
  }

  .store-locator__close {
    right: 0;
    margin-bottom: 10px;
    left: calc(100% - 32px);
  }

  .store-locator__spring {
    min-width: auto;
  }

  .store-locator__directions {
    text-align: left;
    margin-left: 6px;
    vertical-align: middle;
  }

  .store-locator__current-loc {
    height: 45px;
    width: 45px;
    padding: 0;
  }

  .store-locator__stock-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .store-locator__stock-icon {
    padding: 0 10px 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.customer,
.customer__item,
.deal__cost,
.dial__value-wrapper,
.dialog__loading,
.footer__chat,
.heading--center,
.hello,
.hello__band,
.hello__features,
.hello__user {
  text-align: center;
}

.customer {
  background-color: hextorgba(#333, 0.95);
  border-color: #FFF;
  line-height: 1em;
}

.customer--light {
  background-color: #FFF;
  color: #000;
  border-color: #E60000;
}

.customer__item {
  color: #FFF;
  font-size: 32px;
  padding: 25px;
  position: relative;
}

.customer__item--dark {
  color: #000;
}

.customer__item--active {
  color: inherit;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}

.footer__copyright,
.heading,
.heading--light {
  font-family: VodafoneLight;
}

.customer__item--active::after {
  border: 10px solid transparent;
  border-top-color: inherit;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
  z-index: 1;
}

.customer__label {
  border-bottom: none;
}

.data__icon {
  height: 30px;
  width: 30px;
}

.deal__heading {
  background-color: #5E2750;
  color: #FFF;
  padding: 15px;
}

.deal__body,
.deal__cost,
.deal__more {
  padding: 10px;
}

.deal__cost {
  background-color: #CCC;
  color: #333;
  margin: 0;
}

.deal__cost--free {
  background-color: #428600;
  color: #FFF;
}

.deal__body--tagline {
  font-size: 80%;
}

.deal__dual-price {
  border-right: 2px solid #CCC;
}

.deal__more {
  border-top: 2px solid #CCC;
}

.deal__more--link {
  margin: 10px 0;
}

@media only screen and (max-width: 970px) {
  .deal__more--link {
    margin: 10px 0 0;
  }
}

.dial {
  border-radius: 50%;
  line-height: 0;
  padding: 20px;
  position: relative;
}

.dial__svg {
  -webkit-animation: circle .4s 1s forwards;
  -o-animation: circle .4s 1s forwards;
     animation: circle .4s 1s forwards;
  display: block;
  float: left;
  width: 100%;
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
     transform: scale(0.6);
  opacity: 0;
}

.dial__circle {
  fill: transparent;
  stroke-dasharray: 0, 20000%;
  stroke-linecap: round;
  stroke-width: 15px;
  stroke: #E60000;
  -webkit-transition: stroke-dasharray .4s ease-in-out;
  -o-transition: stroke-dasharray .4s ease-in-out;
  transition: stroke-dasharray .4s ease-in-out;
}

.dial__circle-track {
  fill: transparent;
  stroke: #434343;
  stroke-width: 8px;
}

.dial--seance .dial__circle {
  stroke: #9C2AA0;
}

.dial--seance .dial__svg {
  height: 300px;
}

.dial--cerulean .dial__circle {
  stroke: #00B0CA;
}

.dial--cerulean .dial__svg {
  height: 280px;
}

.dial__segmentations {
  -webkit-animation: circle .4s 1s forwards;
  -o-animation: circle .4s 1s forwards;
     animation: circle .4s 1s forwards;
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
     transform: scale(0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.dial__segmentation {
  height: 40%;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 90%;
  -webkit-transform-origin: 0 -100%;
  -o-transform-origin: 0 -100%;
     transform-origin: 0 -100%;
}

.dial__segmentation::before {
  background: currentColor;
  bottom: 100%;
  height: 30%;
  margin-left: -1px;
  position: absolute;
  width: 2px;
}

.dial__segmentation-number {
  color: #FFF;
  position: absolute;
  top: 15px;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
     transform-origin: left;
}

.dial__segmentation:nth-child(1) {
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
     transform: rotate(0);
}

.dial__segmentation:nth-child(1) .dial__segmentation-number {
  -webkit-transform: rotate(360deg) translateX(-50%);
  -o-transform: rotate(360deg) translateX(-50%);
     transform: rotate(360deg) translateX(-50%);
}

.dial__segmentation:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}

.dial__segmentation:nth-child(2) .dial__segmentation-number {
  -webkit-transform: rotate(315deg) translateX(-50%);
  -o-transform: rotate(315deg) translateX(-50%);
     transform: rotate(315deg) translateX(-50%);
}

.dial__segmentation:nth-child(3) {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}

.dial__segmentation:nth-child(3) .dial__segmentation-number {
  -webkit-transform: rotate(270deg) translateX(-50%);
  -o-transform: rotate(270deg) translateX(-50%);
     transform: rotate(270deg) translateX(-50%);
}

.dial__segmentation:nth-child(4) {
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
     transform: rotate(135deg);
}

.dial__segmentation:nth-child(4) .dial__segmentation-number {
  -webkit-transform: rotate(225deg) translateX(-50%);
  -o-transform: rotate(225deg) translateX(-50%);
     transform: rotate(225deg) translateX(-50%);
}

.dial__segmentation:nth-child(5) {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}

.dial__segmentation:nth-child(5) .dial__segmentation-number {
  -webkit-transform: rotate(180deg) translateX(-50%);
  -o-transform: rotate(180deg) translateX(-50%);
     transform: rotate(180deg) translateX(-50%);
}

.dial__segmentation:nth-child(6) {
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
     transform: rotate(225deg);
}

.dial__segmentation:nth-child(6) .dial__segmentation-number {
  -webkit-transform: rotate(135deg) translateX(-50%);
  -o-transform: rotate(135deg) translateX(-50%);
     transform: rotate(135deg) translateX(-50%);
}

.dial__segmentation:nth-child(7) {
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}

.dial__segmentation:nth-child(7) .dial__segmentation-number {
  -webkit-transform: rotate(90deg) translateX(-50%);
  -o-transform: rotate(90deg) translateX(-50%);
     transform: rotate(90deg) translateX(-50%);
}

.dial__segmentation:nth-child(8) {
  -webkit-transform: rotate(315deg);
  -o-transform: rotate(315deg);
     transform: rotate(315deg);
}

.dial__segmentation:nth-child(8) .dial__segmentation-number {
  -webkit-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
     transform: rotate(45deg) translateX(-50%);
}

.dial__value-wrapper {
  -webkit-animation: value 1s 1s forwards;
  -o-animation: value 1s 1s forwards;
     animation: value 1s 1s forwards;
  color: #FFF;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  z-index: 2;
}

.dial__value-label {
  font-size: 20px;
}

.dial__value {
  font-size: 74px;
  font-weight: 700;
}

.no-cssanimations .dial__segmentations,
.no-cssanimations .dial__svg {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  opacity: 1;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes circle {
  0% {
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
       transform: scale(0.6);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
}

@keyframes circle {
  0% {
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
       transform: scale(0.6);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes value {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes value {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes value {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickering {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .6;
  }
}

@-o-keyframes flickering {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .6;
  }
}

@keyframes flickering {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .6;
  }
}

.dialog {
  background-color: #333;
  bottom: 150%;
  color: #FFF;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: -100%;
  -webkit-transition: top .35s, bottom .35s;
  -o-transition: top .35s, bottom .35s;
  transition: top .35s, bottom .35s;
  z-index: 9999;
}

.footer,
.hello {
  overflow: hidden;
}

.dialog--display,
.dialog--left {
  bottom: 0;
  top: 0;
}

.dialog--left {
  right: -100%;
  left: auto;
  -webkit-transition: left 0.35s cubic-bezier(0.17, 0.67, 0.43, 1.85), right 0.35s cubic-bezier(0.17, 0.67, 0.43, 0.85);
  -o-transition: left 0.35s cubic-bezier(0.17, 0.67, 0.43, 1.85), right 0.35s cubic-bezier(0.17, 0.67, 0.43, 0.85);
  transition: left 0.35s cubic-bezier(0.17, 0.67, 0.43, 1.85), right 0.35s cubic-bezier(0.17, 0.67, 0.43, 0.85);
  width: 100%;
}

.dialog--left.dialog--display {
  right: 0;
}

.dialog__icon {
  stroke-width: 10px;
}

.dialog__close-spring {
  height: auto;
  position: relative;
}

.dialog__close {
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 30px;
}

.dialog__content {
  padding: 60px 0;
  height: 100%;
  position: relative;
}

.dialog__column {
  padding: 0 20px;
}

.dialog__column--border {
  border-right: 1px solid #AFAFAF;
}

.dialog .accordion__item {
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer__curtain,
.form--dark {
  background-color: #333;
}

.dialog .accordion__item .accordion__chevron {
  color: #FFF;
}

.dialog .carousel__page--active::after {
  border-color: #FFF;
}

@media only screen and (max-width: 970px) {
  .dialog__spring {
    position: static;
  }
}

.errors {
  text-align: center;
}

.errors__code {
  color: #E60000;
}

.errors__message {
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}

.footer {
  color: #FFF;
  position: relative;
}

.footer__list {
  margin-bottom: 37px;
}

.footer__banner {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.footer__image {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.footer__navigation {
  padding: 20px 0 50px;
}

.footer__icon {
  margin-right: 10px;
}

.footer__item {
  padding: 0 10px 0 0;
  margin: 15px 0;
  font-size: 20px;
}

.footer__item--last {
  margin-bottom: 25px;
}

.footer__aside {
  font-size: 20px;
  margin-top: 30px;
}

.footer__contracts {
  margin-bottom: 10px;
  float: left;
}

.footer__contract {
  border-left: 1px solid currentColor;
  display: inline-block;
  padding: 0 15px;
}

.footer__contract--first {
  border-left: none;
  padding-left: 0;
}

.footer__copyright {
  margin-top: 5px;
}

@media only screen and (max-width: 970px) {
  .footer__terms {
    text-align: center;
  }

  .footer__chat {
    padding: 0 20px;
  }

  .footer__navigation {
    padding: 20px 20px 40px;
  }

  .footer__heading {
    border-top: 1px solid #999;
    padding: 10px;
    font-size: 20px;
    margin: 0;
  }

  .footer__heading--last {
    border-bottom: 1px solid #999;
  }

  .footer__content {
    padding: 10px 20px;
  }

  .footer__icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }

  .footer__accordion {
    margin: 40px 0 0;
  }

  .footer__aside {
    margin-top: 40px;
    font-size: 16px;
  }

  .footer__item {
    margin: 20px 0;
    font-size: 18px;
  }

  .footer__list {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 639px) {
  .dialog__column--border {
    border-right: none;
  }

  .footer__terms {
    text-align: center;
  }

  .footer__aside {
    margin-top: 20px;
  }

  .footer__navigation {
    padding: 10px 0 30px;
  }

  .footer__copyright {
    padding: 0 10px;
    text-align: center;
    clear: left;
    display: block;
    float: none;
  }

  .footer__heading {
    padding: 10px;
  }

  .footer__accordion {
    margin: 12px 0 25px;
  }

  .footer__contract {
    padding: 0 5px;
    margin: 5px 0 15px;
  }

  .footer__contract--first {
    padding-left: 0;
  }

  .footer__item {
    margin: 18px 0;
  }
}

.form--dark {
  color: #FFF;
  padding: 20px;
}

.form__row {
  display: block;
  margin: 15px 0 28px;
}

.form__row--inline {
  display: inline-block;
}

.form__row--table {
  display: table;
}

.form__row--slim {
  margin-bottom: 20px;
}

.form__row--large {
  margin-bottom: 60px;
}

.form__label {
  display: block;
  margin-bottom: 9px;
}

.form__label--checkable {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  vertical-align: middle;
}

.form__label--checkable--ruled::after {
  border-bottom: 1px solid currentColor;
  display: block;
  margin-top: -3px;
}

.form__label--cell {
  display: table-cell;
}

.form__label--warn {
  color: red;
  font-weight: 700;
}

.form__required {
  color: #E60000;
}

.form__input {
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #666;
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 20px;
  border-radius: 0;
}

.form__input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

.form__input--selectable {
  background-color: transparent;
  height: 50px;
  padding: 0;
}

.form__input--selectable::before {
  background: #CCC;
  bottom: 8px;
  position: absolute;
  right: 46px;
  top: 8px;
  width: 1px;
  z-index: 1;
  display: none;
}

.form__input--light {
  background-color: #EBEBEB;
}

.form__input--select {
  border: none;
}

.form__input--dark {
  border: 1px solid #FFF;
}

.form__input--checkable {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: auto;
}

.form__input--radio {
  margin-bottom: 5px;
}

.form__input--range {
  background-color: transparent;
  border: none;
  padding: 0;
}

.form__input--largetext {
  font-size: x-large;
  font-weight: 700;
  padding: 14px 22px !important;
}

.form__input--disabled {
  opacity: .5;
}

.form__input--cell {
  display: table-cell;
}

.form__input--warn {
  outline: 0 !important;
  border-color: red;
  background: #ffe6e6;
}

.form__select {
  width: 100%;
  padding: 13px 20px 12px;
  border: none;
}

.form__select[disabled] {
  border-color: #666;
}

.form__select--light {
  background-color: #EBEBEB;
}

.form__select::-ms-value,
.form__select:focus::-ms-value {
  background: 0 0;
  color: inherit;
}

.form__icon {
  display: none;
  background: inherit;
  float: right;
  height: 22px;
  width: 22px;
  pointer-events: none;
  position: relative;
}

.form__icon--red {
  background: #BD0000;
}

.appearance .form__input {
  padding: 14px 20px;
}

.appearance .form__input--selectable {
  padding-right: 14px;
}

.appearance .form__input--selectable::before {
  display: block;
}

.appearance .form__input--select {
  border: none;
}

.appearance .form__input--light {
  background-color: #EBEBEB;
}

.appearance .form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  border-radius: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding-right: 65px;
}

.appearance .form__select::-ms-expand {
  display: none;
}

.appearance .form__select--light {
  background-color: #EBEBEB;
}

.appearance .form__icon {
  display: block;
}

@media only screen and (max-width: 639px) {
  .form__input {
    font-size: 16px;
    padding-bottom: 13px;
    padding-top: 12px;
  }

  .form__select {
    padding: 12px 20px;
  }

  .form__row {
    margin-bottom: 10px;
    margin-left: 5px !important;
  }

  .appearance .form__select {
    padding-right: 65px;
  }

  .appearance .form__input {
    font-size: 16px;
    padding-bottom: 13px;
    padding-top: 12px;
  }

  .appearance .form__input--largetext {
    font-size: 20px;
    padding: 14px 10px !important;
    text-align: center;
  }
}

.grill {
  bottom: 0;
  display: none;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.grill::after,
.grill::before {
  background-color: rgba(0, 176, 202, 0.5);
  bottom: 0;
  display: block;
  left: -100%;
  position: absolute;
  right: 100%;
  top: 0;
}

.grill::after {
  left: 100%;
  right: -100%;
}

.grill--display {
  display: block;
}

.grill__grid {
  height: 100%;
}

.grill__item {
  height: 100%;
  position: relative;
}

.grill__item::after {
  background-color: rgba(230, 0, 0, 0.2);
  bottom: 0;
  display: block;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
}

.grill__item--empty::after {
  content: none;
}

.hello::before,
.hello__background::after,
.hello__band::before {
  content: "";
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 639px) {
  .grill {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grill__item::after {
    left: 5px;
    right: 5px;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.heading {
  display: block;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  width: 100%;
}

.heading--1,
.heading--singular {
  font-size: 64px;
  line-height: 72px;
}

.heading--singular {
  margin: 70px 0;
}

.heading--1 {
  margin: 60px 0;
}

.heading--2 {
  font-size: 56px;
  line-height: 62px;
  margin: 40px 0;
}

.heading--3 {
  font-size: 40px;
  line-height: 48px;
  margin: 60px 0 25px;
}

.heading--4 {
  font-size: 28px;
  line-height: 34px;
  margin: 15px 0;
}

.heading--5 {
  font-size: 20px;
  line-height: 28px;
  margin: 15px 0;
}

.heading--6 {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}

.heading--page {
  padding: 0 20px;
}

.heading--regular {
  font-family: VodafoneRegular;
}

.heading--bold {
  font-family: VodafoneRegularBold;
}

.heading--inline {
  display: inline-block;
  width: auto;
}

.heading--bottom-10 {
  margin-bottom: 10px;
}

.heading--with-icon svg {
  float: left;
  margin-right: 10px;
}

@media only screen and (max-width: 970px) {
  .header__global {
    float: left;
  }

  .heading--1 {
    font-size: 56px;
    line-height: 62px;
    margin: 20px 0 60px;
  }

  .heading--2 {
    font-size: 40px;
    line-height: 48px;
    margin: 40px 0;
  }

  .heading--3 {
    font-size: 34px;
    line-height: 40px;
    margin: 50px 0 25px;
  }

  .heading--4 {
    font-size: 28px;
    line-height: 34px;
    margin: 15px 0;
  }

  .heading--5 {
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0;
  }

  .heading--6 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
  }

  .heading--4,
  .heading--5 {
    margin: 15px 0;
  }

  .heading--bottom-10 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 639px) {
  .heading--1 {
    font-size: 32px;
    line-height: 40px;
    margin: 25px 0 35px;
  }

  .heading--2 {
    font-size: 28px;
    line-height: 36px;
    margin: 40px 0;
  }

  .heading--3 {
    font-size: 24px;
    line-height: 32px;
    margin: 40px 0 20px;
  }

  .heading--4 {
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0;
  }

  .heading--5 {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0;
  }

  .heading--6 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }

  .heading--bottom-10 {
    margin-bottom: 5px;
  }
}

.hello {
  padding-top: 90px;
  height: 490px;
  background-color: #333;
}

.hello::before {
  position: absolute;
  left: 0;
  right: 0;
}

.hello--slim {
  height: inherit;
}

.hello--slim .hello__message {
  padding: 40px 0;
}

.hello--medium {
  height: 390px;
  padding-top: 90px;
}

.hello--medium .hello__message {
  padding: 40px 0;
}

.hello__heading,
.hello__huge {
  padding: 0 10%;
  margin-bottom: 20px;
}

.hello__band {
  position: relative;
  opacity: 1;
  top: 0;
  -webkit-transition: top .5s ease-out 2s, opacity .5s ease-out 2s;
  -o-transition: top .5s ease-out 2s, opacity .5s ease-out 2s;
  transition: top .5s ease-out 2s, opacity .5s ease-out 2s;
}

.hello__band::before {
  background-color: inherit;
  display: block;
  position: absolute;
  right: 100%;
  width: 100%;
}

.hello__band--static {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.hello__huge {
  line-height: 70px;
}

.hello__heading {
  line-height: 67px;
}

.hello__subheading,
.hello__subtext {
  margin: 5px 0 0;
}

.hello__message {
  color: #FFF;
  padding: 80px 0;
}

.hello__sub-message {
  max-width: 560px;
  margin: 0 auto 20px;
}

.hello__image {
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

.hello__background {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
  transition: opacity 1s ease-in, -webkit-transform 10s ease-in;
  -webkit-transition: opacity 1s ease-in, -webkit-transform 10s ease-in;
  -o-transition: opacity 1s ease-in, -o-transform 10s ease-in;
  transition: opacity 1s ease-in, transform 10s ease-in;
  transition: opacity 1s ease-in, transform 10s ease-in, -webkit-transform 10s ease-in, -o-transform 10s ease-in;
}

.hello__background::after {
  position: absolute;
  right: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-transition: background 1s ease-in 1s;
  -o-transition: background 1s ease-in 1s;
  transition: background 1s ease-in 1s;
}

.hello__features,
.hero-carousel {
  position: relative;
}

.hello__background--static {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.hello__features {
  background-color: #EBEBEB;
}

.hello__feature {
  border-left: 1px solid #CCC;
  padding: 5px 0;
  width: 100%;
}

.hello__feature--dark {
  background-color: #4A4D4E;
  color: #FFF;
  border-color: #666;
}

.hello__feature--first {
  border-left: none;
}

.hello__featuring {
  font-size: 20px;
  display: block;
}

.hello__icon {
  height: 15px;
  width: 15px;
}

.hello__user {
  margin: 10px 0;
}

.hello__last-heading {
  margin-top: 45px;
  display: block;
}

@media only screen and (max-width: 639px) {
  .hello {
    padding-top: 60px;
    padding-bottom: 35px;
    height: inherit;
  }

  .hello__heading {
    margin-bottom: 15px;
    line-height: 36px;
  }

  .hello__message {
    padding: 50px 0;
  }

  .hello__user {
    margin: 0;
  }

  .hello__last-heading {
    margin-top: 30px;
  }
}

.preload .hello__band {
  opacity: 0;
  top: 50px;
}

.preload .hello__band--static {
  opacity: 1;
  top: 0;
}

.preload .hello__background {
  opacity: 0;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

.hero-carousel__frame--active .hero-carousel__content,
.preload .hello__background--static {
  opacity: 1;
}

.preload .hello__background::after {
  background: 0 0;
}

.hero-carousel--primary {
  padding-bottom: 40px;
}

.hero-carousel--secondary {
  background-color: transparent;
  position: absolute;
  top: 400px;
}

.hero-carousel__framer--secondary {
  width: 495px;
}

.hero-carousel__frame {
  padding: 0;
}

.hero-carousel__frame--primary {
  line-height: 0;
  height: 600px;
}

.hero-carousel__frame--secondary {
  overflow: visible;
  padding-top: 40px;
  -webkit-transition: padding-top .75s;
  -o-transition: padding-top .75s;
  transition: padding-top .75s;
}

.hero-carousel__frame--active {
  padding-top: 0;
}

.hero-carousel__frame--active .hero-carousel__inner--secondary::before {
  bottom: 100%;
}

.hero-carousel__frame--active .hero-carousel__headline {
  min-height: 170px;
}

.hero-carousel__inner--secondary {
  background-color: #F4F4F4;
  display: block;
  font-family: VodafoneLight;
  font-size: 44px;
  line-height: 1em;
  margin: 0 10px;
  padding: 15px;
  position: relative;
  text-align: left;
}

.home-carousel__heading,
.index__header {
  text-align: center;
}

.hero-carousel__inner--secondary::before {
  border: 20px solid transparent;
  border-bottom-color: #F4F4F4;
  bottom: 50%;
  content: " ";
  height: 0;
  position: absolute;
  right: 100px;
  -webkit-transition: bottom .75s;
  -o-transition: bottom .75s;
  transition: bottom .75s;
  width: 0;
}

.hero-carousel__content {
  display: block;
  opacity: .5;
  -webkit-transition: opacity .75s;
  -o-transition: opacity .75s;
  transition: opacity .75s;
}

.hero-carousel__headline {
  display: block;
  min-height: 130px;
  -webkit-transition: min-height .75s;
  -o-transition: min-height .75s;
  transition: min-height .75s;
}

.hero-carousel__image {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}

.hero-carousel__discover {
  border-top: 3px solid #FFF;
  display: block;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  padding-top: 15px;
}

.navigation__item,
.network-checker__heading {
  font-family: VodafoneLight;
}

.hero-carousel__control--left {
  float: left;
}

.hero-carousel__control--right {
  float: right;
}

.hero-carousel__control-icon {
  color: #FFF;
  height: 50px;
  width: 50px;
}

.hero-carousel__pagination {
  margin: 0 10px;
  position: absolute;
  top: 380px;
}

.hero-carousel .carousel__page {
  background-color: transparent;
  border: 2px solid #FFF;
  height: 0;
  padding: 5px;
  width: 0;
}

.hero-carousel .carousel__page--active {
  background-color: #FFF;
}

.hero-carousel .carousel__page-item {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 970px) {
  .hero-carousel__framer--secondary {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width: 639px) {
  .hero-carousel__framer--secondary {
    width: 83.3333333333%;
  }
}

.home {
  background: #EBEBEB;
  padding: 20px 0 50px;
}

.home-carousel .carousel__slider {
  width: 25%;
}

.home-carousel__box {
  background-color: #FFF;
  position: relative;
}

.home-carousel__content {
  padding: 0 20px 20px;
  text-align: center;
}

.home-carousel__image-container {
  height: 200px;
  margin: 10px 0;
  position: relative;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  transition: -webkit-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
  z-index: 2;
}

.home-carousel__image-container:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

.home-carousel__ratings {
  margin: 15px auto;
  width: 50%;
}

@media only screen and (max-width: 639px) {
  .home-carousel {
    padding: 0 30px;
  }

  .home-carousel .carousel__slider {
    width: 100%;
  }
}

.page-list .chevron {
  padding-top: 7px;
}

.horizontal-card {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: table;
  margin: 10px 0 40px;
  width: 100%;
}

.horizontal-card__content,
.horizontal-card__image {
  display: table-cell;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 50%;
}

.horizontal-card__content {
  background-color: #FFF;
  padding: 20px 20px 60px;
}

.horizontal-card__media {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  transition: -webkit-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.horizontal-card__media:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

.horizontal-card__chevron {
  color: #E60000;
  vertical-align: text-bottom;
}

.horizontal-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
}

@media only screen and (max-width: 639px) {
  .horizontal-card {
    display: block;
    width: auto;
    margin: 10px 10px 40px;
  }

  .horizontal-card__content,
  .horizontal-card__image {
    display: block;
    width: 100%;
  }

  .horizontal-card__content {
    padding-bottom: 20px;
  }

  .horizontal-card__media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 55%;
    position: relative;
  }

  .horizontal-card__img {
    height: auto;
    max-height: none;
    width: 100%;
  }
}

.hr {
  margin: 50px 0;
  display: block;
  width: 100%;
  border: none;
  border-top: 1px solid #CCC;
}

.index__header {
  background-color: #333;
  color: #FFF;
  padding: 20px;
}

.index__subheader {
  border-bottom: 1px solid #333;
  padding: 3px 0;
}

.index ul,
.index ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index ul ul {
  margin-left: 20px;
}

.index li > span {
  color: #E60000;
  padding: 10px 0;
  display: block;
  text-decoration: line-through;
}

.index a {
  text-decoration: none;
  padding: 10px 0;
}

.index .accordion__item {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.index .accordion .js-accordion-heading:hover {
  color: #E60000;
}

.index .accordion .chevron__container {
  margin-top: 5px;
  text-align: left;
}

.index .accordion .chevron__container svg,
.language,
.network-checker__status-grid--left {
  text-align: right;
}

.index .accordion .chevron__container .icon {
  width: 20px;
  margin-bottom: 5px;
}

.index .accordion__content {
  padding: 0 0 10px 20px;
}

.index .accordion__content:before {
  margin-bottom: 0;
}

.index__heading {
  display: inline-block;
}

.index__page {
  border: 1px solid #333;
}

.index__snapshot {
  max-height: 100%;
}

.index__overlay {
  background-color: rgba(51, 51, 51, 0.6);
  -webkit-box-shadow: inset 0 0 70px 0 #333;
          box-shadow: inset 0 0 70px 0 #333;
  bottom: 0;
  color: #FFF;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.index__name {
  width: 100%;
}

.index__caption {
  font-size: 9px;
}

@media only screen and (max-width: 639px) {
  .index__spring {
    padding: 0 15px;
  }
}

.mini-basket {
  color: #333;
}

.mini-basket--invert {
  color: #FFF;
}

.mini-basket__package {
  background-color: #F4F4F4;
  padding: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 639px) {
  .mini-basket__package {
    padding: 10px;
  }

  .mini-basket__package .title {
    margin-top: 20px;
  }
}

.input-group {
  padding-right: 50px;
  position: relative;
}

.input-group__submit {
  height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.input-group__submit-icon {
  height: 30px;
  width: 30px;
}

.input-group__input {
  font-size: 20px;
  padding-right: 70px;
  height: 50px;
}

.input-group__input--flush:valid {
  padding-right: 50px;
}

.input-group__input--no-valid-state:valid {
  padding-right: initial;
}

.input-group__clear {
  margin-right: -20px;
  display: none;
  background: 0 0;
  border: none;
  padding: 12px;
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  line-height: .5em;
}

.input-group__input:valid + .input-group__clear,
.language__chosen,
.language__icon--down {
  display: block;
}

.input-group__clear--flush {
  right: 23px;
}

.input-group__clear-icon {
  width: 20px;
  height: 20px;
  color: #999;
}

@media only screen and (max-width: 639px) {
  .input-group__input,
  .input-group__submit {
    height: 45px;
  }

  .input-group__input--no-valid-state:valid {
    padding-right: initial;
  }
}

.input-number {
  -moz-appearance: textfield;
}

.input-number::-webkit-inner-spin-button,
.input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.interstitial {
  background-color: #333;
  bottom: 100%;
  color: #FFF;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: -100%;
  -webkit-transition: top .35s, bottom .35s;
  -o-transition: top .35s, bottom .35s;
  transition: top .35s, bottom .35s;
  z-index: 9999;
}

.interstitial--display {
  bottom: 0;
  top: 0;
}

.interstitial__spring {
  width: 100%;
  height: auto;
}

.jumper {
  background-color: #666;
  color: #FFF;
  left: -9999em;
  padding: 5px;
  position: absolute;
  z-index: 10000;
}

.jumper:focus {
  left: 0;
}

.language {
  width: 236px;
  margin-right: 20px;
  font-size: 16px;
}

.language__current {
  display: block;
  position: relative;
  z-index: 1;
  padding: 4px 20px 4px 0;
}

.language__current--open {
  background-color: #434343;
}

.language__chosen {
  text-align: right;
  padding-right: 10px;
}

.language__icon {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
}

.language__icon--up {
  display: none;
}

.language__options {
  position: absolute;
  top: 100%;
  width: 236px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0;
  list-style: none;
  display: none;
  text-align: left;
}

.language__option {
  display: block;
  padding: 15px 20px;
}

.language__option:focus,
.language__option:hover {
  background-color: #FFF;
  color: #434343;
}

.language__selector {
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}

.language__circle {
  width: 7px;
  height: 7px;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
}

.language__circle--selected {
  display: inline-block;
}

@media only screen and (max-width: 970px) {
  .language__circle,
  .language__selector {
    border-color: #FFF;
  }

  .language {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }

  .language__options {
    width: 100%;
    position: relative;
    background-color: #434343;
  }

  .language__current {
    background-color: inherit;
    z-index: 1;
    padding: 15px 40px 15px 20px;
    position: absolute;
    top: -53px;
    display: inline-block;
  }

  .language__current--open {
    background-color: #434343;
  }

  .language__current--open::after {
    content: "";
    display: block;
    position: absolute;
    background-color: inherit;
    top: 100%;
    bottom: -100%;
    left: 0;
    right: 0;
  }

  .language__circle {
    background-color: #FFF;
  }

  .language__icon {
    right: 14px;
  }

  .language__item--last {
    margin-bottom: 40px;
  }

  .language__option:focus .language__selector,
  .language__option:hover .language__selector {
    border-color: #434343;
  }

  .language__option:focus .language__circle,
  .language__option:hover .language__circle {
    border-color: #434343;
    background-color: #434343;
  }
}

.login-nudge,
.login__framer,
.login__frames {
  position: relative;
}

.link {
  color: #333;
}

.link--body {
  display: inline-block;
  text-decoration: underline;
}

.link--body:focus,
.link--body:hover {
  text-decoration: none;
}

.link:focus,
.link:hover {
  color: #E60000;
}

.link--body--dark,
.link--dark {
  color: #FFF;
}

.link--body--dark:focus,
.link--body--dark:hover,
.link--dark:focus,
.link--dark:hover {
  color: #CCC;
  text-decoration: none;
}

.network-checker__status,
.sim-only-beta__link {
  text-decoration: underline;
}

.link--body--dark:focus,
.link--dark:focus {
  outline-color: #00B0CA;
}

.list {
  margin: 0;
  padding-left: 20px;
}

.list--reset {
  list-style: none;
  padding-left: 0;
}

.list__item {
  margin: 10px 0;
}

.list__item--lined {
  padding: 20px 20px 20px 15px;
  border-bottom: 1px solid #D6D6D6;
  text-align: left;
}

.list__item--first {
  margin-top: 0;
}

.list__item--last {
  border-bottom: none;
  margin-bottom: 0;
}

.list__column {
  width: 49%;
  float: left;
}

.list__horizontal {
  display: inline;
  padding-right: 10px;
}

.list__horizontal-block {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
}

.location-nudge__location {
  display: block;
  font-weight: 700;
}

.location-nudge__button {
  padding: 15px 20px;
}

.location-nudge__map {
  height: 100%;
}

.login__framer {
  overflow: hidden;
}

.login__frames {
  width: 300%;
  left: -100%;
  -webkit-transition: left .4s;
  -o-transition: left .4s;
  transition: left .4s;
}

.login__frames--first {
  left: 0;
}

.login__frames--last {
  left: -200%;
}

.login__frame {
  float: left;
  overflow: hidden;
  width: 33.3333333333%;
}

.media-object--gray-imageright .media-object__content-container,
.media-object--gray-imageright .media-object__image-container,
.media-object--teal-imageright .media-object__content-container,
.media-object--teal-imageright .media-object__image-container {
  float: right;
}

.login__content {
  padding: 25px 10px;
}

.login__text {
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}

@media only screen and (max-width: 639px) {
  .language__current {
    top: -45px;
  }

  .list__horizontal-block {
    display: block;
    margin: 10px 0;
  }

  .location-nudge__map {
    height: 250px;
  }

  .login__content {
    padding: 8px 20px 25px;
  }
}

.login-nudge--active .login-nudge__link {
  background-color: #FFF;
  color: #333;
  position: relative;
}

.login-nudge--active .login-nudge__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  background-color: #FFF;
}

.login-nudge__prompt {
  background-color: #FFF;
  color: #333;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 290px;
}

.login-nudge__login {
  margin-bottom: 20px;
}

@media only screen and (max-width: 970px) {
  .login-nudge--active .login-nudge__link {
    background-color: #FFF;
    color: #333;
  }

  .login-nudge__prompt {
    right: -43px;
  }
}

.media-object {
  padding: 40px 0;
  display: table;
  width: 100%;
}

.media-object__content-container {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.media-object__image-container {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.media-object__image-container + .media-object__content-container .media-object__content {
  margin-left: 0;
}

.media-object__image {
  width: 100%;
}

.media-object__content {
  margin-left: auto;
  max-width: 600px;
  padding: 0 30px;
}

.media-object--gray-imageright .media-object__content,
.media-object--teal-imageright .media-object__content {
  margin-left: auto !important;
}

.media-object__content--light {
  color: #FFF;
}

.media-object__content--dark {
  color: #333;
}

.media-object--teal {
  background-color: #007C92;
}

.media-object--light {
  background-color: #FFF;
}

.media-object--gray {
  background-color: #EBEBEB;
}

.media-object--teal-imageleft,
.media-object--teal-imageright {
  background-color: #007C92;
  color: #FFF;
}

.media-object--gray-imageleft,
.media-object--gray-imageright {
  background-color: #EBEBEB;
  color: #333;
}

@media only screen and (max-width: 639px) {
  .login-nudge__prompt {
    right: -40px;
  }

  .media-object {
    padding: 20px 0;
  }

  .media-object__image-container {
    display: table-header-group;
    width: 100%;
  }

  .media-object__content-container {
    display: table-footer-group;
    width: 100%;
  }

  .media-object__content {
    padding: 0 20px;
  }
}

.multimedia {
  line-height: 0;
  height: 100%;
  position: relative;
  width: 100%;
}

.multimedia__play {
  width: auto;
  background-color: rgba(230, 0, 0, 0.75);
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  padding: 25px;
}

.multimedia__play--small {
  padding: 15px;
}

.multimedia__icon {
  width: 40px;
  height: 40px;
  left: 3px;
  position: relative;
}

.multimedia__icon--small {
  width: 30px;
  height: 30px;
}

.multimedia__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  margin: 0;
  text-align: center;
  background: rgba(51, 51, 51, 0.7);
  color: #FFF;
}

.multimedia__title--thin {
  padding: 15px;
}

@media only screen and (max-width: 970px) {
  .multimedia__play {
    padding: 20px;
  }

  .multimedia__icon {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .multimedia__play,
  .multimedia__title {
    padding: 15px;
  }

  .multimedia__icon {
    width: 30px;
    height: 30px;
  }
}

.navigation {
  background-color: #4A4D4E;
  color: #CCC;
  font-size: 32px;
  position: relative;
}

.navigation--primary {
  background-color: #FFF;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}

.navigation__link--active .navigation__accessibility {
  display: inline-block;
}

.navigation__accessibility,
.navigation__content--secondary .navigation__link--active::after,
.navigation__content--secondary .navigation__link:focus::after,
.navigation__content--secondary .navigation__link:hover::after {
  display: none;
}

.navigation--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation--transparent {
  background: 0 0;
}

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

.navigation__icon {
  width: 28px;
  height: 28px;
}

.navigation__icon--active {
  background-color: #E60000;
}

.navigation--secondary,
.navigation--secondary-sub {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all .3s ease .35s;
  -o-transition: all .3s ease .35s;
  transition: all .3s ease .35s;
  position: absolute;
  left: 0;
}

.navigation__spring {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 75px;
}

.navigation__content {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigation__content--secondary {
  margin-left: 60px;
}

.navigation--secondary {
  right: 0;
  top: -300%;
  z-index: -1;
}

.navigation--secondary-sub {
  top: -360%;
  z-index: -2;
}

.navigation--tertiary {
  background-color: #333;
  display: none;
  position: absolute;
  right: 0;
  text-align: left;
}

.navigation__item--parent,
.navigation__link {
  position: relative;
}

.navigation--tertiary--user {
  background-color: #000;
  width: 300px;
}

.navigation__item--docs,
.navigation__item--tertiary {
  width: 100%;
}

.navigation--display {
  display: block;
  top: 100%;
  opacity: 1;
  -webkit-transition: all .3s ease .3s;
  -o-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}

.navigation__item--go-to,
.navigation__item--right.navigation__item--right .navigation__link--active::after,
.navigation__item--right.navigation__item--right .navigation__link:focus::after,
.navigation__item--right.navigation__item--right .navigation__link:hover::after {
  display: none;
}

.navigation--docs {
  background-color: transparent;
  color: #333;
  font-size: 18px;
}

.navigation__item {
  float: left;
  font-size: 24px;
}

.navigation__item--right {
  float: right;
}

.navigation__item--secondary-sub {
  float: none;
}

.navigation__item--nested {
  background-color: transparent;
  color: #CCC;
  width: 100%;
}

.navigation__item--first {
  border-top: none;
}

.navigation__item--last {
  border-bottom: none;
}

.navigation__item--clickable {
  pointer-events: auto;
}

.navigation__link {
  display: block;
  padding: 21px 20px;
  color: #333;
}

.navigation__link--active,
.navigation__link:focus,
.navigation__link:hover {
  background-color: #FFF;
  color: #E60000;
}

.navigation__link--active::after,
.navigation__link:focus::after,
.navigation__link:hover::after {
  background-color: #E60000;
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  right: 0;
}

.navigation__link--nested {
  padding-left: 40px;
}

.navigation__link--nested-sub {
  padding-left: 60px;
}

.navigation__link--icon {
  line-height: 0;
  padding: 21px 20px 23px;
}

.navigation__link--slim {
  padding: 4px 20px;
  color: #CCC;
}

.navigation__link--slim:hover {
  color: #000;
}

.navigation__link--menu {
  padding: 10px 20px;
}

.navigation__link--menu.navigation__link--active:hover {
  background-color: #FFF;
  color: #333;
}

.navigation__link--menu.navigation__link--active .navigation__toggle {
  display: none;
}

.navigation__link--menu.navigation__link--active .navigation__close {
  display: block;
}

.navigation__link--user.navigation__link--active,
.navigation__link--user.navigation__link--active:active,
.navigation__link--user.navigation__link--active:focus,
.navigation__link--user.navigation__link--active:hover {
  background-color: #000;
}

.navigation__close {
  display: none;
}

.navigation__user {
  height: 53px;
  width: 60px;
}

.navigation__user--icon {
  height: auto;
  width: auto;
  line-height: 0;
  padding: 15px 25px;
}

.navigation__user--close {
  padding: 6px;
  color: #FFF;
}

.navigation__basket {
  background-color: #E60000;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  font-family: VodafoneRegularBold;
  height: 20px;
  line-height: 1.5em;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
     transform: scale(0.75);
  width: 20px;
}

.navigation__global {
  width: 100%;
  overflow: hidden;
  background: 0 0;
  z-index: 1;
}

.navigation__global--type {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: 0 0;
  float: left;
}

.navigation__global--type::after,
.navigation__global--type::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #4A4D4E;
  content: "";
}

.navigation__global--type::before {
  right: 100%;
  width: 265px;
}

.navigation__global--type::after {
  left: 100%;
  width: 100vw;
}

.navigation__global--language {
  position: static;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: 0 0;
  float: right;
}

.navigation__header__link {
  display: inline-block;
}

.navigation__header__link--icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-bottom: 1px;
}

.navigation__site {
  font-size: 16px;
  background-color: #4A4D4E;
}

.navigation__site--active {
  color: #000;
  background-color: #FFF;
}

.navigation__site:focus::after,
.navigation__site:hover::after {
  display: none;
}

.navigation__site-chevron {
  background-color: #E60000;
  position: relative;
  width: 54px;
  height: 54px;
  float: right;
}

.navigation__select {
  background-color: transparent;
  border: none;
  padding: 5px 22px 5px 5px;
  overflow: hidden;
}

.navigation__selectable {
  color: #FFF;
  padding: 5px;
}

.touch .navigation__item--go-to {
  display: inline-block;
}

.mouse-active .navigation__link:focus {
  background-color: transparent;
  color: #E60000;
}

.mouse-active .navigation__link--user.navigation__link--active:active,
.mouse-active .navigation__link--user.navigation__link--active:focus,
.mouse-active .navigation__link--user.navigation__link--active:hover {
  background-color: #000;
}

@media only screen and (max-width: 970px) {
  .navigation__spring {
    max-width: none;
    margin-left: 0;
    padding: 0;
    max-height: none;
  }

  .navigation--primary {
    z-index: 2;
  }

  .navigation--tertiary {
    background: 0 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    width: 370px;
    right: -20px;
    top: auto;
    bottom: auto;
    position: absolute;
    overflow: visible;
    padding-top: 13px;
  }

  .navigation--tertiary::before {
    background-color: rgba(255, 255, 255, 0.9);
    content: "";
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    z-index: 0;
  }

  .navigation--display {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    display: block;
  }

  .navigation--docs {
    z-index: 1;
    background-color: #333;
    color: #FFF;
    font-size: 32px;
  }

  .navigation--docs::before {
    bottom: auto;
  }

  .navigation--fixed {
    position: fixed;
    top: 0;
    z-index: 2;
    -webkit-transition: opacity .6s, top .6s;
    -o-transition: opacity .6s, top .6s;
    transition: opacity .6s, top .6s;
    display: inline-block;
    width: auto;
    left: 0;
  }

  .navigation--hide {
    opacity: 0;
    top: -100%;
  }

  .navigation__hide {
    opacity: 1;
    top: 0;
    -webkit-transition: opacity .6s, top .6s;
    -o-transition: opacity .6s, top .6s;
    transition: opacity .6s, top .6s;
    position: relative;
  }

  .navigation__item {
    font-size: 20px;
    pointer-events: auto;
  }

  .navigation__item--tertiary {
    padding: 0 10px;
  }

  .navigation__item--site {
    padding: 10px;
  }

  .navigation__item--clickable .navigation__link--active.navigation__link--menu {
    background-color: #E60000;
    color: #FFF;
  }

  .navigation__link {
    padding: 15px 10px;
    color: #333;
  }

  .navigation__link:active,
  .navigation__link:focus,
  .navigation__link:hover {
    background: 0 0;
  }

  .navigation__link--nested {
    padding-left: 40px;
  }

  .navigation__link--icon {
    background-color: #FFF;
    margin: 7px 5px;
    padding: 10px;
  }

  .navigation__link--menu {
    z-index: 1;
  }

  .navigation__link--menu.navigation__link--active {
    background-color: #E60000;
    color: #FFF;
  }

  .navigation__link--active,
  .navigation__link--menu.navigation__link--active:hover {
    color: #333;
    background-color: #FFF;
  }

  .navigation__link--menu.navigation__link--active .navigation__toggle {
    display: none;
  }

  .navigation__item--go-to,
  .navigation__link--menu.navigation__link--active .navigation__close,
  .touch .navigation__item--go-to {
    display: block;
  }

  .navigation__user--menu {
    padding: 0;
    border-radius: 50%;
  }

  .navigation__user--icon {
    padding: 15px;
  }

  .navigation__user--close {
    padding: 10px;
  }

  .navigation__chevron {
    color: inherit;
    margin-right: 10px;
    right: 30px;
  }

  .navigation__chevron--site {
    margin-right: 0;
  }

  .navigation__site {
    background-color: #FFF;
    color: #FFF;
    font-size: inherit;
    margin-top: 40px;
  }

  .navigation__site--active {
    background-color: transparent;
    border-bottom: 2px solid #FFF;
  }

  .navigation__basket {
    right: 0;
    top: 0;
  }

  .navigation__accordion {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }

  .mouse-active .navigation__link:focus {
    background-color: #FFF;
    color: inherit;
  }

  .mouse-active .navigation__link--menu.navigation__link--active:active,
  .mouse-active .navigation__link--menu.navigation__link--active:focus,
  .mouse-active .navigation__link--user.navigation__link--active:active,
  .mouse-active .navigation__link--user.navigation__link--active:focus,
  .touchevents .navigation__link--active:hover {
    background-color: #E60000;
    color: #FFF;
  }
}

.nudge,
.nudge__content--overflow {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 639px) {
  .navigation__chevron {
    float: right;
  }

  .navigation--tertiary {
    left: 45px;
    position: fixed;
    width: auto;
  }

  .navigation--tertiary::before {
    left: 45px;
    right: 0;
  }

  .navigation__link {
    padding: 15px 10px;
  }

  .navigation__link--icon {
    padding: 8px;
    margin: 10px 5px 5px 0;
  }

  .navigation__link--nested {
    padding-left: 30px;
  }

  .navigation__link--user.navigation__link--active {
    border-radius: 0;
    padding: 8px;
  }

  .navigation__user {
    height: 40px;
    width: 47px;
  }

  .navigation__user--icon {
    height: auto;
    width: auto;
    padding: 10px;
  }

  .navigation__user--close {
    padding: 0;
  }

  .navigation__user--menu {
    padding: 0;
    border-radius: 50%;
  }
}

.network-checker {
  margin: 20px 0;
}

.network-checker__tab {
  position: relative;
}

.network-checker__tab--active::before {
  border: 15px solid transparent;
  border-top-color: #333;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
  content: "";
  position: absolute;
  margin-left: -15px;
  bottom: -25px;
  left: 50%;
  margin-bottom: -5px;
}

.network-checker__tab-icon {
  display: block;
  width: 100%;
  color: #E60000;
  height: 226px;
}

.network-checker__tab-icon:hover {
  stroke: none;
}

.network-checker__tab-icon--bordered {
  border-left: 2px solid #CCC;
  border-right: 2px solid #CCC;
}

.network-checker__heading {
  font-size: 26px;
  margin: 11px 0 20px;
}

.network-checker__input-group {
  position: relative;
}

.network-checker__button-icon {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
}

.network-checker__button-icon--input {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.network-checker__icon {
  width: 40px;
  height: 40px;
}

.network-checker__status-heading {
  font-size: 20px;
  margin: 0;
}

.network-checker__status::before {
  background: #CCC;
  border: .15em solid #4A4D4E;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: .6em;
  height: .6em;
  vertical-align: middle;
}

.network-checker__status--success::before {
  background: #24D630;
  border-color: #178900;
}

.network-checker__status--warning::before {
  background: #FECB00;
  border-color: #B58400;
}

.network-checker__status--error::before {
  background: #E60000;
  border-color: #900;
}

.network-checker__panel {
  display: none;
  background: #333;
  margin-top: 25px;
  padding: 20px 0;
  position: relative;
  color: #FFF;
  width: 100vw;
}

.network-checker__panel--active {
  display: block;
}

.network-checker__panel--first {
  margin-left: calc((100vw - 300%)/ 2 * -1);
}

.network-checker__panel--second {
  margin-left: calc((100vw - 100%)/ 2 * -1);
}

.network-checker__close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #FFF;
  z-index: 3;
}

.network-checker__coverage {
  padding: 0 30px;
}

.network-checker__status-grid--right {
  text-align: left;
}

.network-checker__status-content {
  display: inline-block;
  text-align: center;
}

.network-checker__status-content--left {
  padding-right: 15px;
}

.network-checker__status-content--right {
  padding-left: 15px;
}

@media only screen and (max-width: 970px) {
  .network-checker__panel {
    margin-left: -26px;
  }

  .network-checker__panel--second {
    margin-left: -50vw;
  }

  .network-checker__tab-icon {
    height: 160px;
  }

  .network-checker__tab-icon--bordered {
    border-right: none;
  }

  .network-checker__status-content--left {
    padding-right: 20px;
  }

  .network-checker__status-content--right {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 639px) {
  .network-checker {
    padding: 0 15px;
    margin-top: 0;
  }

  .network-checker__coverage {
    padding: 0;
  }

  .network-checker__close {
    top: 0;
    right: 0;
    padding: 25px;
  }

  .network-checker__tab {
    border-top: 2px solid #CCC;
  }

  .network-checker__tab--first {
    border-top: none;
  }

  .network-checker__panel {
    margin-left: -26px;
    padding-bottom: 40px;
  }

  .network-checker__button-icon {
    height: 45px;
  }

  .network-checker__heading {
    margin-top: 5px;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .network-checker__tab-icon {
    height: 162px;
    padding-top: 15px;
  }

  .network-checker__tab-icon--bordered {
    border: none;
  }

  .network-checker__status-heading {
    margin-bottom: 2px;
  }
}

.network-speed {
  color: #AFAFAF;
}

.network-speed__section {
  text-align: center;
  padding: 0 20px;
}

.network-speed__value {
  color: #FFF;
  font-family: VodafoneRegularBold;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
}

.network-speed__legend,
.network-speed__value-unit {
  font-size: 18px;
  display: block;
}

.network-speed__value:empty::before {
  color: #AFAFAF;
  content: "--";
}

.network-speed__value:not(:empty) ~ * {
  color: #FFF;
}

.network-speed__value-unit {
  font-family: VodafoneRegular;
  margin-bottom: 10px;
}

.network-speed__legend::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 100px;
  height: 5px;
  background: 0 0;
  border: 2px solid #CCC;
  border-radius: 5px;
}

.network-speed__legend--seance::after {
  background: #9C2AA0;
  border-color: #9C2AA0;
}

.network-speed__legend--cerulean::after {
  background: #00B0CA;
  border-color: #00B0CA;
}

.network-speed__dials {
  position: relative;
  display: inline-block;
  max-width: 340px;
  width: 100%;
}

.network-speed__dial.network-speed__dial--cerulean {
  position: absolute;
  top: 4%;
  left: 4%;
  right: 4%;
}

.network-speed__progress-bars {
  position: relative;
  height: 80px;
}

.network-speed__progress {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
  width: 60%;
}

.network-speed__results {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 100%;
  color: #FFF;
}

.network-speed__results-icon {
  width: 60px;
  height: 60px;
}

.network-speed__step-item * {
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.network-speed--step-1 .network-speed__step-item--1 * {
  opacity: 1;
}

.network-speed--step-1 .network-speed__step-item--not-1 * {
  opacity: 0;
}

.network-speed--step-2 .network-speed__step-item--2 * {
  opacity: 1;
}

.network-speed--step-2 .network-speed__step-item--not-2 * {
  opacity: 0;
}

.network-speed--step-3 .network-speed__step-item--3 * {
  opacity: 1;
}

.network-speed--step-3 .network-speed__step-item--not-3 * {
  opacity: 0;
}

.network-speed--step-4 .network-speed__step-item--4 * {
  opacity: 1;
}

.network-speed--step-4 .network-speed__step-item--not-4 * {
  opacity: 0;
}

.network-speed--step-5 .network-speed__step-item--5 * {
  opacity: 1;
}

.network-speed--step-5 .network-speed__legend::after,
.network-speed--step-5 .network-speed__step-item--not-5 * {
  opacity: 0;
}

.network-speed__flickering {
  opacity: 0;
  -webkit-animation: flickering .8s infinite;
  -o-animation: flickering .8s infinite;
     animation: flickering .8s infinite;
}

.no-cssanimation .network-speed__flickering {
  opacity: 1;
}

.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  margin-bottom: 20px;
}

.notification--green {
  border: 2px solid #00992b;
}

.notification--amber {
  border: 2px solid #FFA400;
}

.notification--red {
  border: 2px solid #E60000;
}

.notification--blue {
  border: 2px solid #00B0CA;
}

.notification__icon-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  padding: 10px;
  text-align: center;
}

.notification__icon-container--green {
  background-color: #00992b;
}

.notification__icon-container--amber {
  background-color: #FFA400;
}

.notification__icon-container--red {
  background-color: #E60000;
}

.notification__icon-container--blue {
  background-color: #00B0CA;
}

.notification__icon {
  color: #FFF;
  width: 36px;
  height: 36px;
}

.notification__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  padding: 15px 15px 20px;
}

.notification__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.notification__actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 20px;
}

@media only screen and (max-width: 639px) {
  .notification__icon-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    padding: 5px;
  }

  .notification__icon {
    width: 25px;
    height: 25px;
  }

  .notification__content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px 15px;
  }

  .notification__actions {
    margin-top: 20px;
    padding-left: 0;
  }
}

.enjoy-more__card-title,
.pre-checkout__flexcol {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.nudge {
  background-color: #333;
  color: #FFF;
  padding: 0;
  text-align: left;
  z-index: 100;
  height: 345px;
  margin-top: -345px;
}

.nudge__content {
  font-size: 30px;
  width: 370px;
  padding: 40px 0 0 40px;
  position: relative;
  z-index: 2;
}

.nudge__content--overflow {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.333em;
  text-overflow: ellipsis;
  padding: 0;
  -webkit-line-clamp: 4;
  max-height: 5.332em;
}

@supports (-webkit-line-clamp: 4) {
  .nudge__content--overflow {
    max-height: none;
  }

  .nudge__content--overflow::after {
    display: none;
  }
}

.nudge__button {
  border-color: #FFF;
  margin: 0;
}

.nudge__rhombus {
  width: 236px;
  background-color: #E60000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

.nudge__rhombus::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  -o-transform-origin: right bottom;
     transform-origin: right bottom;
  right: 0;
  width: 200%;
  height: 300%;
  background: #E60000;
}

.nudge__secondary-content {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  left: 290px;
  z-index: 2;
}

.nudge__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 4;
}

.nudge__icon {
  width: 20px;
  height: 20px;
  position: relative;
}

@media only screen and (max-width: 970px) {
  .nudge__content {
    width: 340px;
    padding: 30px 0 0 30px;
  }

  .nudge__rhombus {
    width: 161px;
  }
}

@media only screen and (max-width: 639px) {
  .nudge,
  .nudge__rhombus {
    height: auto;
  }

  .nudge__rhombus,
  .nudge__secondary-content {
    position: static;
    width: 100%;
  }

  .nudge {
    background: #E60000;
    margin-top: auto;
  }

  .nudge__rhombus::after {
    display: none;
  }

  .nudge__content {
    padding: 25px;
    width: auto;
    text-align: center;
  }

  .nudge__content--overflow {
    overflow: visible;
    -webkit-line-clamp: inherit;
    max-height: none;
  }

  .nudge__button {
    display: block;
    margin-top: 30px;
  }
}

.nudge-slim {
  background-color: #2A2A2A;
  color: #FFF;
  padding: 20px 50px 20px 20px;
  position: relative;
  z-index: 101;
}

.no-js .nudge-slim {
  position: fixed;
  bottom: 0;
}

.nudge-slim__content {
  padding-right: 40px;
}

.nudge-slim__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 4;
}

.nudge-slim__icon {
  height: 20px;
  width: 20px;
}

@media only screen and (max-width: 639px) {
  .nudge-slim {
    padding-bottom: 10px;
  }

  .nudge-slim__close {
    padding: 15px;
  }
}

.offer-box {
  display: table;
  padding: 3px;
}

.offer-box--dark {
  border: 1px solid #333;
}

.offer-box__cell {
  vertical-align: middle;
  display: table-cell;
}

.offer-box__cell--content {
  padding-left: 10px;
}

.order-steps__list-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background: 0 0;
  border: 2px solid #999;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: #FFF;
}

.order-steps .complete-tick,
.order-steps__list-item span {
  top: 50%;
  left: 50%;
  display: block;
  background-color: green;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.order-steps__list-item span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
     transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  height: 50px;
  width: 50px;
}

.order-steps__tick {
  height: 50px;
  width: 50px;
}

.order-steps__list-item--active {
  border-color: #FFF;
}

.order-steps__list-item--active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 20px 30px;
  border-color: transparent transparent transparent #333;
  -webkit-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
     animation: spin 1s linear infinite;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
}

.order-steps .list-item--success span {
  -webkit-animation: tick-animation .8s linear 0s forwards;
  -o-animation: tick-animation .8s linear 0s forwards;
     animation: tick-animation .8s linear 0s forwards;
}

.order-steps__steps-list li {
  position: relative;
  min-height: 250px;
}

.order-steps__steps-list li p {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
}

.order-steps .complete-tick {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
     transform: translate(-50%, -50%) scale(0);
  height: 140px;
  width: 140px;
}

.order-steps .complete-tick.start-animation {
  -webkit-animation: tick-animation .8s linear 0s forwards;
  -o-animation: tick-animation .8s linear 0s forwards;
     animation: tick-animation .8s linear 0s forwards;
}

.order-steps .mobile-point-1 {
  stroke-dasharray: 24 26;
  stroke-dashoffset: 25;
}

.order-steps .mobile-point-2 {
  stroke-dasharray: 768 770;
  stroke-dashoffset: 769;
}

.order-steps .mobile-point-3 {
  stroke-dasharray: 480 482;
  stroke-dashoffset: 481;
}

.order-steps .security-icon_0 {
  stroke-dasharray: 48 50;
  stroke-dashoffset: 49;
}

.order-steps .security-icon_1 {
  stroke-dasharray: 768 770;
  stroke-dashoffset: 769;
}

.order-steps .security-icon_2 {
  stroke-dasharray: 432 434;
  stroke-dashoffset: 433;
}

.order-steps .security-icon_3 {
  stroke-dasharray: 155 157;
  stroke-dashoffset: 156;
}

.order-steps .account-icon_0 {
  stroke-dasharray: 193 195;
  stroke-dashoffset: 194;
}

.order-steps .account-icon_1 {
  stroke-dasharray: 768 770;
  stroke-dashoffset: 769;
}

.order-steps .account-icon_2 {
  stroke-dasharray: 227 229;
  stroke-dashoffset: 228;
}

.order-steps .payment-icon_0 {
  stroke-dasharray: 152 154;
  stroke-dashoffset: 153;
}

.order-steps .payment-icon_1 {
  stroke-dasharray: 768 770;
  stroke-dashoffset: 769;
}

.order-steps .payment-icon_2 {
  stroke-dasharray: 512 514;
  stroke-dashoffset: 513;
}

.order-steps .stock-check_0 {
  stroke-dasharray: 768 770;
  stroke-dashoffset: 769;
}

.order-steps .stock-check_1 {
  stroke-dasharray: 432 434;
  stroke-dashoffset: 433;
}

.order-steps .stock-check_2 {
  stroke-dasharray: 154 156;
  stroke-dashoffset: 155;
}

.order-steps .stock-check_3 {
  stroke-dasharray: 26 28;
  stroke-dashoffset: 27;
}

.order-steps .stock-check_4 {
  stroke-dasharray: 16 18;
  stroke-dashoffset: 17;
}

.order-steps .stock-check_5 {
  stroke-dasharray: 7 9;
  stroke-dashoffset: 8;
}

.order-steps .stock-check_6 {
  stroke-dasharray: 26 28;
  stroke-dashoffset: 27;
}

.order-steps .stock-check_7 {
  stroke-dasharray: 16 18;
  stroke-dashoffset: 17;
}

.order-steps .stock-check_8 {
  stroke-dasharray: 7 9;
  stroke-dashoffset: 8;
}

.order-steps .complete-icon_0 {
  stroke-dasharray: 170 172;
  stroke-dashoffset: 171;
}

.order-steps .complete-icon_1 {
  stroke-dasharray: 768 770;
  stroke-dashoffset: 769;
}

.order-steps .complete-icon_2 {
  stroke-dasharray: 468 470;
  stroke-dashoffset: 469;
}

.order-steps .submitting-order_0,
.order-steps .submitting-order_1,
.order-steps .submitting-order_2 {
  stroke-dasharray: 56 58;
  stroke-dashoffset: 57;
}

.order-steps .submitting-order_3 {
  stroke-dasharray: 768 770;
  stroke-dashoffset: 769;
}

.order-steps .submitting-order_4 {
  stroke-dasharray: 478 480;
  stroke-dashoffset: 479;
}

.order-steps .submitting-order_5 {
  stroke-dasharray: 64 66;
  stroke-dashoffset: 65;
}

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

@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@-webkit-keyframes tick-animation {
  50% {
    border-color: transparent;
  }

  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-o-keyframes tick-animation {
  50% {
    border-color: transparent;
  }

  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
       transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes tick-animation {
  50% {
    border-color: transparent;
  }

  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
       transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
  }
}

.pre-checkout {
  margin-bottom: 35px;
}

.pre-checkout__content {
  margin-bottom: 20px;
}

.pre-checkout__button {
  margin-top: 10px;
  width: 75%;
}

.pre-checkout__action {
  margin-top: auto;
}

.pre-checkout__flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pre-checkout__flexcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

@media only screen and (max-width: 639px) {
  .pre-checkout__column {
    margin-bottom: 40px;
  }

  .pre-checkout__column--first {
    border: none;
    border-bottom: 1px solid #AFAFAF;
  }

  .pre-checkout__button {
    width: auto;
  }

  .pre-checkout__flexcol,
  .pre-checkout__flexrow {
    display: block;
  }
}

.pricing__data {
  border-top: 1px solid #EBEBEB;
  padding: 15px 25px 15px 0;
  vertical-align: middle;
  font-size: 20px;
}

.pricing__data--first {
  border-top: none;
}

.pricing__data--price {
  font-family: VodafoneRegularBold;
  font-size: 28px;
  text-align: right;
  padding-right: 0;
  padding-left: 25px;
}

.product-cards__content--hero,
.product-cards__footer--hero {
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .pricing__data {
    padding: 15px;
    font-size: 18px;
  }
}

.product-cards ul {
  list-style-type: disc;
}

.product-cards__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cards__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-cards__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  margin-top: auto;
}

.product-cards__box {
  background-color: #FFF;
  -webkit-box-shadow: #3D3D3D 0 2px 4px -1px;
          box-shadow: #3D3D3D 0 2px 4px -1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  margin-bottom: 3px;
}

.product-cards__ratings {
  margin: 20px auto 0;
}

.product-cards__content {
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.product-cards__hero-heading {
  text-align: center;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: #ccc 0 0 1px 0;
          box-shadow: #ccc 0 0 1px 0;
}

.product-cards__heading {
  text-align: left;
  margin: 25px 0;
}

.product-cards__features li {
  float: left;
  width: 47%;
  margin-right: 20px;
}

.product-cards__features li:nth-child(even) {
  margin-right: 0;
}

.product-cards__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cards__image-container img {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.product-cards .button-extra,
.product-cards__2col .carousel__slider {
  width: 50%;
}

.product-cards__hidden-content {
  display: none;
}

@media only screen and (max-width: 970px) {
  .product-cards .button-extra,
  .product-cards__features li {
    width: 100%;
  }

  .product-cards .cards__button--treat {
    padding: 0 !important;
  }
}

.product-listing-header__info-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 7px 7px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.product-listing-header__info-strip-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.product-listing-header__info-item-icon {
  margin-right: 5px;
}

@media only screen and (max-width: 639px) {
  .product-cards .carousel__slider {
    width: 100%;
  }

  .product-listing-header__info-item-icon {
    display: none;
  }
}

.plan-details--dailog {
  color: #333;
}

.progress {
  margin: 40px auto;
  height: 6px;
  position: relative;
  background: #CCC;
  border-radius: 5px;
  overflow: hidden;
}

.progress__bar {
  background: #434343;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
}

.progress--primary .progress__bar {
  background: #E60000;
}

.progress--secondary {
  background: #6F6E6B;
}

.progress--secondary .progress__bar {
  background: #F4F4F4;
}

.progress--seance {
  background: #6F6E6B;
}

.progress--seance .progress__bar {
  background: #9C2AA0;
}

.progress--cerulean {
  background: #6F6E6B;
}

.progress--cerulean .progress__bar {
  background: #00B0CA;
}

.promo {
  position: relative;
  margin-bottom: 30px;
}

.promo--last {
  border-right: none !important;
}

.promo--center {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding-left: 20px;
}

.promo__heading {
  margin-bottom: 40px;
}

.promo__icon {
  float: left;
  width: 35px;
  height: 35px;
}

.promo__content {
  margin-left: 50px;
  margin-right: 20px;
}

.promo__content--no-icon {
  margin-left: 0;
}

.promo--no-border {
  border: none;
}

.promo--first {
  padding-left: 10px !important;
}

.promo--fullheight {
  display: table-cell;
  border-right: 1px solid #CCC;
  padding-right: 0;
  padding-left: 20px;
}

.promo__cont {
  display: table;
}

@media only screen and (max-width: 970px) {
  .promo__content--no-icon {
    margin-left: 25px;
  }

  .promo--first {
    padding-left: 5px !important;
  }
}

@media only screen and (max-width: 639px) {
  .promo,
  .promo__heading {
    margin-bottom: 0;
  }

  .promo {
    border-right: none;
  }

  .promo--center {
    border: none;
    padding-left: 0;
  }

  .promo__icon {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 5px;
  }

  .promo__content {
    margin-left: 55px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .promo__content--no-icon {
    margin-left: 0;
  }

  .promo--fullheight {
    display: block;
    padding: 0 5px;
  }
}

.promotions {
  background-color: #FFF;
  border: 1px solid #434343;
}

.promotions--light,
.promotions__upsell {
  background-color: transparent;
}

.promotions--light {
  border: none;
}

.promotions__headline {
  color: #FFF;
  margin-right: -30px;
  overflow: hidden;
  position: relative;
}

.promotions__headline--upsell {
  min-height: 152px;
}

.promotions__headline::before {
  background-color: #434343;
  bottom: 0;
  content: "";
  display: block;
  left: -50px;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
     transform: skewX(-10deg);
}

.promotions--light .promotions__headline {
  color: inherit;
  margin-right: 0;
}

.promotions--light .promotions__headline::before {
  content: none;
}

.promotions__headline-label {
  margin: 0;
  padding: 25px 10px 25px 30px;
  position: relative;
  text-align: left;
}

.quicklinks__devices,
.quicklinks__item {
  text-align: center;
}

.promotions__headline-label--upsell {
  height: 152px;
  display: table-cell;
  vertical-align: middle;
}

.promotions__headline-button {
  position: absolute;
  height: 50px;
  margin: auto 0 auto 30px;
  top: 0;
  bottom: 0;
}

.promotions__headline-button a.upsell {
  position: absolute;
  z-index: 1;
  min-width: 150px;
}

.promotions__headline-button a.upsell--hide {
  display: none;
}

.promotions--light .promotions__headline-label {
  padding: 0;
}

.promotions__item {
  padding: 0;
  line-height: 0;
  position: relative;
}

.promotions__conjunction {
  width: 100%;
  font-size: 28px;
  left: 100%;
}

.promotions__active-promo-link {
  margin-left: 40px;
  cursor: pointer;
}

@media only screen and (max-width: 970px) {
  .promotions__items {
    margin-left: 18px;
    padding-right: 0;
  }

  .promotions__headline::before {
    right: 30px;
  }

  .promotions__headline-button {
    margin: auto 0;
  }

  .promotions__headline-button a.upsell {
    min-width: 0;
  }

  .promotions__conjunction {
    font-size: 20px;
  }
}

@media only screen and (max-width: 639px) {
  .promotions__headline {
    margin-right: 0;
  }

  .promotions__headline::before {
    bottom: 15px;
    left: 0;
    right: 0;
    top: -50px;
    -webkit-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
       transform: skewY(-2deg);
  }

  .promotions__headline-label {
    padding-right: 30px;
    padding-bottom: 35px;
    text-align: center;
  }

  .promotions__headline-button {
    position: relative;
    bottom: initial;
    z-index: 1;
    width: auto;
    display: block;
    margin: 0 20px 40px;
  }

  .promotions__item {
    padding-bottom: 0;
  }

  .promotions__conjunction {
    font-size: 16px;
  }

  .promotions__service {
    margin-bottom: 15px;
  }
}

.quicklinks {
  background-color: #E60000;
  color: #FFF;
}

.quicklinks__navigation {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.quicklinks__navigation--overflow {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.quicklinks__icon {
  height: 56px;
  width: 56px;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  transition: -webkit-transform .4s;
  -webkit-transition: -webkit-transform .4s;
  -o-transition: -o-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s, -o-transform .4s;
}

.quicklinks__icon--small {
  width: 25px;
  height: 25px;
}

.quicklinks__heading {
  font-size: 20px;
  margin-top: 8px;
  display: block;
}

.quicklinks__items {
  white-space: normal;
}

.quicklinks__item {
  display: table-cell;
  vertical-align: top;
  padding: 26px 0 27px;
  position: relative;
}

.quicklinks__item--active {
  background-color: #333;
}

.quicklinks__item--active::before {
  content: " ";
  height: 10px;
  background-color: #E60000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.quicklinks__item:hover .quicklinks__icon {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
     transform: scale(1.2);
}

.quicklinks__content {
  display: none;
  padding: 50px 0;
  background-color: #333;
  position: relative;
}

.quicklinks__content--active {
  display: block;
}

.quicklinks__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.quicklinks__input {
  border: none;
  border-radius: inherit;
}

.quicklinks__input--number {
  position: relative;
  width: 75%;
}

.quicklinks__action,
.quicklinks__chevron {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #BD0000;
  color: #FFF;
}

.quicklinks__chevron {
  padding: 15px;
  pointer-events: none;
}

.quicklinks__action {
  bottom: 0;
  padding: 0 15px;
  line-height: 25px;
  border: none;
  border-radius: inherit;
  display: block;
}

.quicklinks__action--hide,
.quicklinks__top-up-other {
  display: none;
}

.quicklinks__roaming {
  padding-top: 30px;
}

.quicklinks__roaming-form {
  margin: 0 auto;
  width: 80%;
}

.quicklinks__field {
  border-radius: inherit;
  border: none;
  padding: 0;
}

.quicklinks__tab-heading {
  margin-bottom: 0;
  font-size: 40px;
}

.quicklinks__top-up-other--active,
.quicklinks__top-up-selectable {
  display: block;
}

.quicklinks__top-up-selectable--hide {
  display: none;
}

.appearance .quicklinks__input--button {
  padding-right: 53px;
}

@media only screen and (max-width: 970px) {
  .quicklinks__input--number,
  .quicklinks__roaming-form {
    width: 100%;
  }

  .quicklinks__heading {
    line-height: 21px;
  }

  .quicklinks__item {
    padding: 20px 10px;
  }

  .quicklinks__tab-heading {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .quicklinks__roaming {
    padding-top: 0;
  }

  .quicklinks__icon {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 639px) {
  .quicklinks__hidden-scrollbar {
    overflow: hidden;
    position: relative;
  }

  .quicklinks__heading {
    font-size: 18px;
  }

  .quicklinks__item {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    width: 28%;
    white-space: normal;
  }

  .quicklinks__items {
    display: block;
    white-space: nowrap;
  }

  .quicklinks__content {
    padding: 40px 0 30px;
  }

  .quicklinks__other-amount {
    margin-bottom: 25px;
  }

  .quicklinks__button {
    float: none;
    margin-top: 20px;
  }

  .quicklinks__devices {
    margin-bottom: 20px;
  }

  .quicklinks__close {
    right: 0;
    top: 0;
    padding: 15px;
  }
}

.rating,
.rating__icon,
.rating__label {
  display: inline-block;
  vertical-align: top;
}

.rating {
  color: inherit;
  position: relative;
  text-align: left;
}

.rating__container {
  margin-bottom: 40px;
}

.rating__button {
  margin-top: 20px;
}

.rating--gutter {
  margin-top: 10px;
}

.rating__grid {
  height: 15px;
  margin-top: 2px;
  text-align: left;
  padding-left: 14px;
}

.rating__title {
  text-align: right;
  font-size: 15px;
}

.rating__icon {
  height: 22px;
  width: 110px;
  stroke: none !important;
}

.rating__label {
  text-align: left;
  font-size: 15px;
  margin: 0;
  color: #AFAFAF;
}

.rating__createBlock {
  height: 15px;
  width: 30px;
  background: #d8d8d8;
  margin: 0 1px;
}

.rating__createBlock--hover {
  background: #84b85a;
}

.rating__createBlock--clicked {
  background: #397c00;
}

.star-rating--interactive .rating__icon {
  width: 230px;
  height: 40px;
}

.read-more__indicator,
.read-more__trigger {
  display: none;
}

@media only screen and (max-width: 639px) {
  .rating__container {
    margin-bottom: 0;
  }

  .rating__label {
    margin-left: 33.333%;
    padding-left: 14px;
  }

  .read-more__indicator,
  .read-more__trigger {
    display: inline-block;
  }

  .read-more__trigger {
    text-decoration: underline;
    cursor: pointer;
    margin-left: 5px;
  }

  .read-more__remaining-text--hidden {
    display: none;
  }
}

.reviews-bar__container {
  display: inline-block;
  margin-bottom: 10px;
}

.reviews-bar__label {
  font-family: VodafoneRegular;
  font-size: 16px;
  text-align: left;
}

.reviews-bar__bar-wrapper {
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 4px;
  display: inline-block;
  width: 200px;
}

@media only screen and (max-width: 800px) {
  .reviews-bar__bar-wrapper {
    width: 110px;
  }
}

.reviews-bar__rating {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  padding: 2px 0 0 10px;
  font-family: VodafoneLight;
}

.roaming__rate,
.shop-tabs .tabs__tab--active,
.shop-tabs__free,
.suggested__text {
  font-family: VodafoneRegularBold;
}

.reviews-bar__value {
  border: 1px solid #428600;
  background: #428600;
  border-radius: 3px;
  height: 18px;
}

.reviews-bar__value--1 {
  width: 2%;
}

.reviews-bar__value--2 {
  width: 4%;
}

.reviews-bar__value--3 {
  width: 6%;
}

.reviews-bar__value--4 {
  width: 8%;
}

.reviews-bar__value--5 {
  width: 10%;
}

.reviews-bar__value--6 {
  width: 12%;
}

.reviews-bar__value--7 {
  width: 14%;
}

.reviews-bar__value--8 {
  width: 16%;
}

.reviews-bar__value--9 {
  width: 18%;
}

.reviews-bar__value--10 {
  width: 20%;
}

.reviews-bar__value--11 {
  width: 22%;
}

.reviews-bar__value--12 {
  width: 24%;
}

.reviews-bar__value--13 {
  width: 26%;
}

.reviews-bar__value--14 {
  width: 28%;
}

.reviews-bar__value--15 {
  width: 30%;
}

.reviews-bar__value--16 {
  width: 32%;
}

.reviews-bar__value--17 {
  width: 34%;
}

.reviews-bar__value--18 {
  width: 36%;
}

.reviews-bar__value--19 {
  width: 38%;
}

.reviews-bar__value--20 {
  width: 40%;
}

.reviews-bar__value--21 {
  width: 42%;
}

.reviews-bar__value--22 {
  width: 44%;
}

.reviews-bar__value--23 {
  width: 46%;
}

.reviews-bar__value--24 {
  width: 48%;
}

.reviews-bar__value--25 {
  width: 50%;
}

.reviews-bar__value--26 {
  width: 52%;
}

.reviews-bar__value--27 {
  width: 54%;
}

.reviews-bar__value--28 {
  width: 56%;
}

.reviews-bar__value--29 {
  width: 58%;
}

.reviews-bar__value--30 {
  width: 60%;
}

.reviews-bar__value--31 {
  width: 62%;
}

.reviews-bar__value--32 {
  width: 64%;
}

.reviews-bar__value--33 {
  width: 66%;
}

.reviews-bar__value--34 {
  width: 68%;
}

.reviews-bar__value--35 {
  width: 70%;
}

.reviews-bar__value--36 {
  width: 72%;
}

.reviews-bar__value--37 {
  width: 74%;
}

.reviews-bar__value--38 {
  width: 76%;
}

.reviews-bar__value--39 {
  width: 78%;
}

.reviews-bar__value--40 {
  width: 80%;
}

.reviews-bar__value--41 {
  width: 82%;
}

.reviews-bar__value--42 {
  width: 84%;
}

.reviews-bar__value--43 {
  width: 86%;
}

.reviews-bar__value--44 {
  width: 88%;
}

.reviews-bar__value--45 {
  width: 90%;
}

.reviews-bar__value--46 {
  width: 92%;
}

.reviews-bar__value--47 {
  width: 94%;
}

.reviews-bar__value--48 {
  width: 96%;
}

.reviews-bar__value--49 {
  width: 98%;
}

.reviews-bar__value--50 {
  width: 100%;
}

.view-review-item {
  margin-bottom: 10px;
}

.view-review {
  border: 1px solid #CCC;
  padding: 20px;
}

.view-review .tick-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #428600;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  padding-top: 2px;
  margin-right: 10px;
}

.view-review__rating-bar {
  width: 110px;
}

.view-review__rating-label {
  margin: 0 0 0 10px;
}

.view-review__review-panel {
  text-align: right;
}

@media only screen and (max-width: 639px) {
  .view-review__review-panel {
    text-align: left;
  }
}

.roaming__four-g,
.roaming__heading,
.roaming__unavailable {
  text-align: center;
}

.average-review {
  border-bottom: 1px solid #CCC;
}

@media only screen and (max-width: 639px) {
  .average-review {
    border: none;
  }
}

.average-review__ratings {
  border-right: 1px solid #CCC;
}

@media only screen and (max-width: 639px) {
  .average-review__ratings {
    border: none;
  }
}

.roaming__form {
  position: relative;
  margin-bottom: 65px;
  margin-top: 20px;
}

.roaming__heading {
  width: 100%;
  margin-bottom: 10px;
}

.roaming__heading--sub {
  margin-top: 50px;
  margin-bottom: 10px;
}

.roaming__field {
  background-color: #2A2A2A;
  border-radius: 3px;
  display: block;
  padding: 5px;
  position: relative;
}

.roaming__content,
.roaming__four-g--hidden,
.roaming__navigation {
  display: none;
}

.roaming__reset {
  top: 5px;
  right: 5px;
}

.roaming__submit {
  border: 5px solid #2A2A2A;
  border-radius: 3px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.roaming__icon {
  height: 25px;
  width: 25px;
}

.roaming__icon--rates {
  height: 35px;
  margin-right: 15px;
  width: 35px;
}

.roaming__information {
  color: #FFF;
}

.roaming__four-g {
  width: 100%;
  margin: 5px 0 40px;
  font-size: 22px;
}

.roaming__suggestions {
  background-color: #FFF;
  color: #333;
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  left: 0;
  right: 50px;
  z-index: 2;
}

.roaming__suggestion {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 12px 20px;
  width: 100%;
  text-align: left;
}

.roaming__suggestion:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.roaming__section {
  margin: 20px 0;
}

.roaming__rates {
  background-color: inherit;
  color: #FFF;
  margin: 25px 0 22px;
}

.roaming__row {
  border-bottom: 1px solid #FFF;
}

.roaming__row--first {
  border-top: 1px solid #FFF;
}

.roaming__rate {
  text-align: right;
  padding: 12px 10px 12px 0;
}

.roaming__rate-heading {
  padding: 12px 0 12px 10px;
  vertical-align: middle;
}

.roaming__not-found {
  text-align: center;
}

.roaming__advert {
  margin-top: 60px;
}

.roaming__country {
  display: block;
}

.roaming .tabs__navigation {
  display: none;
}

@media only screen and (max-width: 639px) {
  .roaming__form {
    margin-top: 10px;
  }

  .roaming__country {
    display: inline-block;
  }

  .roaming__heading--sub {
    margin-top: 40px;
  }

  .roaming__rates {
    margin-top: 20px;
  }

  .roaming__four-g {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 20px;
  }

  .roaming__advert {
    margin-top: 40px;
  }
}

.sayt__category {
  text-transform: capitalize;
}

.sayt__listing {
  margin: -10px;
  overflow: hidden;
  text-align: left;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}

.sayt__item {
  background-color: #FFF;
  margin: 10px;
}

.sayt__heading {
  display: inline-block;
  background-color: #AFAFAF;
  color: #333;
  padding: 11px 37px;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

.sayt__heading--hide {
  display: none;
}

.sayt__content {
  height: 0;
  overflow: hidden;
}

.sayt__see-more {
  display: inline-block;
}

.sayt__heading--expanded .sayt__see-more,
.sayt__see-less {
  display: none;
}

.sayt__heading--expanded .sayt__see-less {
  display: inline-block;
}

@media only screen and (max-width: 639px) {
  .sayt__heading {
    display: block;
  }

  .sayt__item {
    margin: 5px;
  }
}

.search-snack {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.search-snack__form {
  padding: 5px 40px;
  position: relative;
}

.search-snack__popular-tags {
  margin: -10px;
  text-align: center;
}

.search-snack__popular-tag {
  background: #CCC;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  margin: 10px;
  padding: 13px 20px;
  text-align: center;
}

.search-snack__popular-tag:hover {
  background: #FFF;
  text-decoration: underline;
}

.search-snack__input {
  width: 580px;
  margin: 0 auto;
}

.segmentation__media {
  position: relative;
}

.segmentation__impact {
  border-bottom: 60px solid #CCC;
  border-left: 60px solid transparent;
  bottom: 0;
  font-size: 20px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.segmentation__impact-label {
  bottom: -70px;
  line-height: 60px;
  position: relative;
}

.segmentation__impact-emphasise {
  color: #E60000;
}

.segmentation__image {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  transition: -webkit-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.segmentation__image:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

@media only screen and (max-width: 970px) {
  .search-snack__input {
    width: 480px;
  }

  .segmentation__impact {
    border-bottom-width: 40px;
    border-left-width: 40px;
    padding: 10px;
  }

  .segmentation__impact-label {
    bottom: -50px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .search-snack__input {
    width: 100%;
  }

  .segmentation__impact {
    border-bottom-width: 30px;
    border-left-width: 30px;
  }

  .segmentation__impact-label {
    bottom: -40px;
    line-height: 30px;
  }
}

.shop-tabs__panel {
  background-color: #EBEBEB;
  overflow: hidden;
}

.slider,
.support-dialog,
.tabs__navigation-wrapper {
  -webkit-overflow-scrolling: touch;
}

.shop-tabs__departments {
  position: relative;
}

.shop-tabs__departments::before {
  background-color: #333;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.shop-tabs__department {
  background-color: #333;
  border: none;
  border-left: 4px solid transparent;
  color: #FFF;
  display: block;
  font-size: 18px;
  padding: 25px 10px;
  text-align: left;
}

.shop-tabs__department::after {
  content: none;
}

.shop-tabs__icon {
  height: 30px;
  margin: 0 10px;
  width: 30px;
}

.shop-tabs__icon--rating {
  height: 18px;
  margin: 0;
  width: 18px;
}

.shop-tabs__icon--sim {
  color: #666;
  height: 100px;
  width: 65px;
}

.shop-tabs__listings {
  background-color: #EBEBEB;
  padding: 20px;
  text-align: center;
}

.shop-tabs__listings--alt {
  background-color: #E5E5E5;
  border-left: 2px solid #FFF;
}

.shop-tabs__listing {
  display: block;
}

.shop-tabs__product {
  min-height: 2em;
}

.shop-tabs__image {
  height: 175px;
}

.shop-tabs__divide {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

.shop-tabs__stage {
  position: relative;
}

.shop-tabs__tag {
  background-color: #007C92;
  background-image: url(/images/shop__bokeh--blue.jpg);
  border: 4px solid #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 #AFAFAF;
          box-shadow: 0 0 3px 0 #AFAFAF;
  color: #FFF;
  display: inline-block;
  line-height: 1em;
  height: 110px;
  padding: 25px 10px;
  width: 110px;
}

.shop-tabs__tag--aside {
  height: 75px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
}

.shop-tabs__tag--free {
  padding: 20px 0;
}

.shop-tabs__tag--green {
  background-color: #A8B400;
  background-image: url(/images/shop__bokeh--green.jpg);
}

.shop-tabs__tag--purple {
  background-color: #9C2AA0;
  background-image: url(/images/shop__bokeh--purple.jpg);
}

.shop-tabs__free {
  text-transform: uppercase;
}

.shop-tabs .tabs__tab--active {
  background-color: #4A4D4E;
  border-left-color: #E60000;
  position: relative;
}

.shop-tabs .tabs__tab--active::after {
  border: 15px solid transparent;
  border-top-color: #EBEBEB;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
  content: "";
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
     transform: translateY(-50%) rotate(90deg);
}

@media only screen and (max-width: 970px) {
  .shop-tabs__department {
    padding: 25px 0;
  }

  .shop-tabs__icon {
    height: 25px;
    margin: 0 15px;
    width: 25px;
  }

  .shop-tabs__icon--rating {
    height: 15px;
    margin: 0;
    width: 15px;
  }

  .shop-tabs__icon--sim {
    color: #666;
    height: 100px;
    width: 65px;
  }
}

.sim-only-beta.toaster {
  padding: 0;
}

.sim-only-beta__container {
  background-color: #007C92;
  color: #FFF;
  text-align: left;
  z-index: 100;
  position: relative;
  padding: 20px;
}

.sim-only-beta__spring {
  position: relative;
  display: table;
  width: 100%;
}

.sim-only-beta__text {
  margin: 12px 0 0 65px;
  width: 60%;
}

.sim-only-beta--complete .sim-only-beta__text {
  width: 60%;
}

.sim-only-beta__body,
.sim-only-beta__heading {
  margin: 0 0 10px;
}

.sim-only-beta__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}

.sim-only-beta__close {
  position: absolute;
  right: 0;
  top: 0;
}

.sim-only-beta__close .icon {
  width: 20px;
  height: 20px;
  stroke-width: 15px;
}

.sim-only-beta__button {
  margin-top: 60px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sim-only-beta__nudge .sim-only-beta__active {
  display: none;
}

.sim-only-beta__nudge--active .sim-only-beta__cover {
  display: none !important;
}

.sim-only-beta__nudge--active .sim-only-beta__instructions {
  display: none;
}

.sim-only-beta__nudge--active .sim-only-beta__active {
  display: block;
}

.sim-only-beta__nudge--active .sim-only-beta__container {
  padding: 5px;
}

.sim-only-beta__nudge--active .sim-only-beta__icon {
  width: 40px;
  height: 40px;
  top: 7px;
  left: 12px;
}

.sim-only-beta__nudge--active .sim-only-beta__text {
  margin: 0;
  width: 100%;
}

.sim-only-beta__nudge--active .sim-only-beta__heading {
  width: 70%;
  display: inline-block;
  margin: 10px 0;
  padding-left: 55px;
  line-height: 22px;
}

.sim-only-beta__nudge--active .sim-only-beta__exit {
  width: 29%;
  display: inline-block;
  text-align: right;
}

.sim-only-beta__nudge--active .sim-only-beta__exit .icon {
  display: none;
}

.sim-only-beta__nudge--active .sim-only-beta__exit--confirm {
  display: none !important;
}

.sim-only-beta__nudge--confirm-exit .sim-only-beta__heading {
  width: 50%;
}

.sim-only-beta__nudge--confirm-exit .sim-only-beta__exit {
  display: none;
}

.sim-only-beta__nudge--confirm-exit .sim-only-beta__exit--confirm {
  width: 49%;
  display: inline-block !important;
}

.sim-only-beta--modal {
  top: 0;
  bottom: auto !important;
}

.sim-only-beta__cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 50;
}

@media only screen and (max-width: 970px) {
  .sim-only-beta__text {
    margin: 12px 0 80px 55px;
    width: 80%;
    font-size: 16px;
  }

  .sim-only-beta__nudge--active .sim-only-beta__heading {
    padding-left: 45px;
  }

  .sim-only-beta__nudge--active .sim-only-beta__icon {
    top: 1px;
  }
}

@media only screen and (max-width: 639px) {
  .shop-tabs__department {
    border-bottom: 1px solid #666;
  }

  .shop-tabs__listings--alt {
    border-left: none;
    border-top: 2px solid #FFF;
  }

  .shop-tabs__product {
    min-height: 3em;
  }

  .sim-only-beta__nudge--active .sim-only-beta__exit span,
  .sim-only-beta__nudge--active .sim-only-beta__icon {
    display: none;
  }

  .sim-only-beta__text {
    margin: 15px 0 70px 65px;
    width: 70%;
    font-size: 16px;
  }

  .sim-only-beta--complete .sim-only-beta__icon {
    margin-top: -2px !important;
  }

  .sim-only-beta__nudge--active .sim-only-beta__heading {
    font-size: 17px;
    line-height: 25px;
    width: 85%;
    padding-left: 0;
  }

  .sim-only-beta__nudge--active .sim-only-beta__exit {
    margin: 0;
    width: 14%;
  }

  .sim-only-beta__nudge--active .sim-only-beta__exit .icon {
    display: inline;
    width: 16px;
    height: 20px;
    stroke-width: 13px;
  }

  .sim-only-beta__nudge--active .sim-only-beta__exit--confirm {
    margin: 0;
  }

  .sim-only-beta__nudge--confirm-exit .sim-only-beta__heading {
    display: none;
  }

  .sim-only-beta__nudge--confirm-exit .sim-only-beta__exit--confirm {
    margin: 12px 0;
    width: 100%;
  }
}

.slider {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
}

.slider__slides {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  white-space: normal;
  width: 100%;
}

.slider__slide {
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
}

.slider__slide--first {
  padding-left: 0;
}

.slider__slide--last {
  padding-right: 0;
}

.social {
  margin: 35px 0 34px;
}

.social__item {
  display: inline-block;
  padding: 0 5px;
}

.social__item:first-child {
  padding-left: 0;
}

.social__item--small {
  padding: 0 3px;
}

.social__community-text {
  margin-right: 10px;
}

.social__community {
  margin: 0;
  text-align: right;
}

.sprite__item,
.support__circle,
.tabs__loading,
.tabs__navigation {
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .social {
    text-align: center;
    margin-top: 25px;
  }

  .social__community {
    margin-top: 17px;
    float: none;
    display: inline-block;
    text-align: center;
  }
}

.sprite__items {
  letter-spacing: -.325em;
}

.sprite__item {
  padding: 10px;
  display: inline-block;
  letter-spacing: initial;
  vertical-align: top;
  width: 20%;
}

.sprite__icon {
  border: 1px solid #EBEBEB;
  height: 50px;
  width: 50px;
}

.strike {
  text-decoration: line-through;
}

.product__see-details--large,
.sticky-basket__task-item,
.validation__link {
  text-decoration: underline;
}

.strike--red {
  color: #E60000;
}

.suggested {
  position: absolute;
  top: -80px;
  right: -80px;
  border: 80px solid transparent;
  border-top-color: #E5E5E5;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
     transform: rotate(-135deg);
  z-index: 1;
}

.suggested__text {
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: -72px;
  right: -46px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
  margin: 0;
}

.circle-tabs__tab,
.tabs__tab {
  font-family: VodafoneRegular;
  cursor: pointer;
}

.support {
  background-color: #E5E5E5;
  padding: 20px;
  position: relative;
}

.support::before {
  background-color: #E5E5E5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -1;
  content: "";
  display: block;
}

.support__box {
  background-color: #FFF;
  border-radius: 3px;
  padding: 20px 25px;
  display: table;
  width: 100%;
}

.support__media,
.support__text {
  display: table-cell;
}

.support__circle {
  width: 50px;
  height: 50px;
  background-color: #F4F4F4;
  line-height: 50px;
  border-radius: 50%;
}

.support__icon {
  width: 20px;
  height: 30px;
  color: #666;
}

.flyout-tag,
.support-dialog {
  background-color: #333;
  color: #FFF;
  position: fixed;
}

.support__media {
  vertical-align: top;
  padding-right: 20px;
}

@media only screen and (max-width: 639px) {
  .support {
    padding: 15px;
  }

  .support__box {
    margin-bottom: 15px;
  }

  .support__box--last {
    margin-bottom: 0;
  }
}

.tabs__navigation,
.tabs__navigation--fixed {
  margin-bottom: 10px;
}

.flyout-tag {
  z-index: 2;
  top: 50%;
  right: -55px;
  border: none;
  padding: 10px 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
     transform: translateY(-50%) rotate(-90deg);
}

.flyout-tag .icon {
  padding-left: 5px;
}

.support-dialog {
  bottom: 0;
  left: auto;
  overflow-y: auto;
  overflow-x: hidden;
  right: -100%;
  top: 0;
  -webkit-transition: left 0.35s cubic-bezier(0.17, 0.67, 0.43, 1.85), right 0.35s cubic-bezier(0.17, 0.67, 0.43, 0.85);
  -o-transition: left 0.35s cubic-bezier(0.17, 0.67, 0.43, 1.85), right 0.35s cubic-bezier(0.17, 0.67, 0.43, 0.85);
  transition: left 0.35s cubic-bezier(0.17, 0.67, 0.43, 1.85), right 0.35s cubic-bezier(0.17, 0.67, 0.43, 0.85);
  z-index: 9999;
  width: 100%;
}

.support-dialog:target {
  right: 0;
}

.support-dialog__icon {
  stroke-width: 10px;
}

.support-dialog__close-spring {
  height: auto;
  position: relative;
}

.support-dialog__close {
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 30px;
}

.support-dialog__content {
  padding: 60px 0 0;
  position: relative;
}

.tabs {
  position: relative;
}

.tabs__navigation-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.tabs__navigation {
  background: #FFF;
  color: #333;
  display: block;
  white-space: nowrap;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  letter-spacing: -.215em;
}

.tabs__navigation__scrolling::after,
.tabs__navigation__scrolling::before {
  position: absolute;
  top: 0;
  width: 30px;
  pointer-events: none;
  height: 53px;
  z-index: 3;
  content: "";
}

.tabs__navigation__scrolling::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}

.tabs__navigation__scrolling::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(85%, #fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 85%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 85%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}

.tabs__navigation__scrolling--left::before,
.tabs__navigation__scrolling--right::after {
  display: none;
}

.tabs__navigation__scrolling .tabs__navigation__container {
  overflow-x: auto;
  display: block;
  height: 100px;
}

.tabs__navigation--gallery::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #ebebeb), to(rgba(235, 235, 235, 0)));
  background: -webkit-linear-gradient(left, #ebebeb 15%, rgba(235, 235, 235, 0) 100%);
  background: -o-linear-gradient(left, #ebebeb 15%, rgba(235, 235, 235, 0) 100%);
  background: linear-gradient(to right, #ebebeb 15%, rgba(235, 235, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#00ebebeb', GradientType=1);
}

.tabs__navigation--gallery::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(235, 235, 235, 0)), color-stop(85%, #ebebeb));
  background: -webkit-linear-gradient(left, rgba(235, 235, 235, 0) 0, #ebebeb 85%);
  background: -o-linear-gradient(left, rgba(235, 235, 235, 0) 0, #ebebeb 85%);
  background: linear-gradient(to right, rgba(235, 235, 235, 0) 0, #ebebeb 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebebeb', endColorstr='#ffebebeb', GradientType=1);
}

.tabs__navigation--plain {
  background: 0 0;
}

.tabs__navigation--gutter {
  margin-bottom: 25px;
}

.tabs__tab {
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  white-space: no-wrap;
  color: #666;
  letter-spacing: normal;
  vertical-align: middle;
}

.tabs__tab--active {
  position: relative;
  color: #E60000;
}

.tabs__tab--active::after,
.tabs__tab--active::before,
.tiles__item--1\/1-1\/1 > .tiles__content,
.tiles__item--1\/1-1\/2 > .tiles__content,
.tiles__item--1\/1-1\/3 > .tiles__content,
.tiles__item--1\/1-1\/4 > .tiles__content,
.tiles__item--1\/1-1\/5 > .tiles__content,
.tiles__item--1\/1-1\/6 > .tiles__content,
.tiles__item--1\/1-2\/3 > .tiles__content,
.tiles__item--1\/1-2\/5 > .tiles__content,
.tiles__item--1\/1-3\/4 > .tiles__content,
.tiles__item--1\/1-3\/5 > .tiles__content,
.tiles__item--1\/1-4\/5 > .tiles__content,
.tiles__item--1\/1-5\/6 > .tiles__content,
.tiles__item--1\/2-1\/1 > .tiles__content,
.tiles__item--1\/2-1\/2 > .tiles__content,
.tiles__item--1\/2-1\/3 > .tiles__content,
.tiles__item--1\/2-1\/4 > .tiles__content,
.tiles__item--1\/2-1\/5 > .tiles__content,
.tiles__item--1\/2-1\/6 > .tiles__content,
.tiles__item--1\/2-2\/3 > .tiles__content,
.tiles__item--1\/2-2\/5 > .tiles__content,
.tiles__item--1\/2-3\/4 > .tiles__content,
.tiles__item--1\/2-3\/5 > .tiles__content,
.tiles__item--1\/2-4\/5 > .tiles__content,
.tiles__item--1\/2-5\/6 > .tiles__content,
.tiles__item--1\/3-1\/1 > .tiles__content,
.tiles__item--1\/3-1\/2 > .tiles__content,
.tiles__item--1\/3-1\/3 > .tiles__content,
.tiles__item--1\/3-1\/4 > .tiles__content,
.tiles__item--1\/3-1\/5 > .tiles__content,
.tiles__item--1\/3-1\/6 > .tiles__content,
.tiles__item--1\/3-2\/3 > .tiles__content,
.tiles__item--1\/3-2\/5 > .tiles__content,
.tiles__item--1\/3-3\/4 > .tiles__content,
.tiles__item--1\/3-3\/5 > .tiles__content,
.tiles__item--1\/3-4\/5 > .tiles__content,
.tiles__item--1\/3-5\/6 > .tiles__content,
.tiles__item--1\/4-1\/1 > .tiles__content,
.tiles__item--1\/4-1\/2 > .tiles__content,
.tiles__item--1\/4-1\/3 > .tiles__content,
.tiles__item--1\/4-1\/4 > .tiles__content,
.tiles__item--1\/4-1\/5 > .tiles__content,
.tiles__item--1\/4-1\/6 > .tiles__content,
.tiles__item--1\/4-2\/3 > .tiles__content,
.tiles__item--1\/4-2\/5 > .tiles__content,
.tiles__item--1\/4-3\/4 > .tiles__content,
.tiles__item--1\/4-3\/5 > .tiles__content,
.tiles__item--1\/4-4\/5 > .tiles__content,
.tiles__item--1\/4-5\/6 > .tiles__content,
.tiles__item--1\/5-1\/1 > .tiles__content,
.tiles__item--1\/5-1\/2 > .tiles__content,
.tiles__item--1\/5-1\/3 > .tiles__content,
.tiles__item--1\/5-1\/4 > .tiles__content,
.tiles__item--1\/5-1\/5 > .tiles__content,
.tiles__item--1\/5-1\/6 > .tiles__content,
.tiles__item--1\/5-2\/3 > .tiles__content,
.tiles__item--1\/5-2\/5 > .tiles__content,
.tiles__item--1\/5-3\/4 > .tiles__content,
.tiles__item--1\/5-3\/5 > .tiles__content,
.tiles__item--1\/5-4\/5 > .tiles__content,
.tiles__item--1\/5-5\/6 > .tiles__content,
.tiles__item--1\/6-1\/1 > .tiles__content,
.tiles__item--1\/6-1\/2 > .tiles__content,
.tiles__item--1\/6-1\/3 > .tiles__content,
.tiles__item--1\/6-1\/4 > .tiles__content,
.tiles__item--1\/6-1\/5 > .tiles__content,
.tiles__item--1\/6-1\/6 > .tiles__content,
.tiles__item--1\/6-2\/3 > .tiles__content,
.tiles__item--1\/6-2\/5 > .tiles__content,
.tiles__item--1\/6-3\/4 > .tiles__content,
.tiles__item--1\/6-3\/5 > .tiles__content,
.tiles__item--1\/6-4\/5 > .tiles__content,
.tiles__item--1\/6-5\/6 > .tiles__content,
.tiles__item--2\/3-1\/1 > .tiles__content,
.tiles__item--2\/3-1\/2 > .tiles__content,
.tiles__item--2\/3-1\/3 > .tiles__content,
.tiles__item--2\/3-1\/4 > .tiles__content,
.tiles__item--2\/3-1\/5 > .tiles__content,
.tiles__item--2\/3-1\/6 > .tiles__content,
.tiles__item--2\/3-2\/3 > .tiles__content,
.tiles__item--2\/3-2\/5 > .tiles__content,
.tiles__item--2\/3-3\/4 > .tiles__content,
.tiles__item--2\/3-3\/5 > .tiles__content,
.tiles__item--2\/3-4\/5 > .tiles__content,
.tiles__item--2\/3-5\/6 > .tiles__content,
.tiles__item--2\/5-1\/1 > .tiles__content,
.tiles__item--2\/5-1\/2 > .tiles__content,
.tiles__item--2\/5-1\/3 > .tiles__content,
.tiles__item--2\/5-1\/4 > .tiles__content,
.tiles__item--2\/5-1\/5 > .tiles__content,
.tiles__item--2\/5-1\/6 > .tiles__content,
.tiles__item--2\/5-2\/3 > .tiles__content,
.tiles__item--2\/5-2\/5 > .tiles__content,
.tiles__item--2\/5-3\/4 > .tiles__content,
.tiles__item--2\/5-3\/5 > .tiles__content,
.tiles__item--2\/5-4\/5 > .tiles__content,
.tiles__item--2\/5-5\/6 > .tiles__content,
.tiles__item--3\/4-1\/1 > .tiles__content,
.tiles__item--3\/4-1\/2 > .tiles__content,
.tiles__item--3\/4-1\/3 > .tiles__content,
.tiles__item--3\/4-1\/4 > .tiles__content,
.tiles__item--3\/4-1\/5 > .tiles__content,
.tiles__item--3\/4-2\/3 > .tiles__content,
.tiles__item--3\/4-2\/5 > .tiles__content,
.tiles__item--3\/4-3\/4 > .tiles__content,
.tiles__item--3\/4-3\/5 > .tiles__content,
.tiles__item--3\/4-4\/5 > .tiles__content,
.tiles__item--3\/4-5\/6 > .tiles__content,
.tiles__item--3\/5-1\/1 > .tiles__content,
.tiles__item--3\/5-1\/2 > .tiles__content,
.tiles__item--3\/5-1\/3 > .tiles__content,
.tiles__item--3\/5-1\/4 > .tiles__content,
.tiles__item--3\/5-1\/5 > .tiles__content,
.tiles__item--3\/5-1\/6 > .tiles__content,
.tiles__item--3\/5-2\/3 > .tiles__content,
.tiles__item--3\/5-2\/5 > .tiles__content,
.tiles__item--3\/5-3\/4 > .tiles__content,
.tiles__item--3\/5-3\/5 > .tiles__content,
.tiles__item--3\/5-4\/5 > .tiles__content,
.tiles__item--3\/5-5\/6 > .tiles__content,
.tiles__item--4\/5-1\/1 > .tiles__content,
.tiles__item--4\/5-1\/2 > .tiles__content,
.tiles__item--4\/5-1\/3 > .tiles__content,
.tiles__item--4\/5-1\/4 > .tiles__content,
.tiles__item--4\/5-1\/5 > .tiles__content,
.tiles__item--4\/5-1\/6 > .tiles__content,
.tiles__item--4\/5-2\/3 > .tiles__content,
.tiles__item--4\/5-2\/5 > .tiles__content,
.tiles__item--4\/5-3\/4 > .tiles__content,
.tiles__item--4\/5-3\/5 > .tiles__content,
.tiles__item--4\/5-4\/5 > .tiles__content,
.tiles__item--4\/5-5\/6 > .tiles__content,
.tiles__item--5\/6-1\/1 > .tiles__content,
.tiles__item--5\/6-1\/2 > .tiles__content,
.tiles__item--5\/6-1\/3 > .tiles__content,
.tiles__item--5\/6-1\/4 > .tiles__content,
.tiles__item--5\/6-1\/5 > .tiles__content,
.tiles__item--5\/6-1\/6 > .tiles__content,
.tiles__item--5\/6-2\/3 > .tiles__content,
.tiles__item--5\/6-2\/5 > .tiles__content,
.tiles__item--5\/6-3\/4 > .tiles__content,
.tiles__item--5\/6-3\/5 > .tiles__content,
.tiles__item--5\/6-4\/5 > .tiles__content,
.tiles__item--5\/6-5\/6 > .tiles__content {
  position: absolute;
}

.tabs__tab--active::before {
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E60000;
}

.tabs__tab--active::after {
  border: 8px solid transparent;
  border-top-color: currentColor;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
     transform: rotate(0);
  color: #E60000;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -8px;
  z-index: 2;
}

.tabs--secondary .tabs__tab--active::after,
.tabs--secondary .tabs__tab--active::before,
.vr-table__heading-mobile {
  display: none;
}

.tabs--dark .tabs__navigation {
  background: #434343;
  color: #FFF;
  border-color: #666;
}

.tabs--dark .tabs__tab {
  color: #AFAFAF;
}

.tabs--dark .tabs__tab::before {
  background-color: #FFF;
}

.tabs--dark .tabs__tab--active,
.tabs--dark .tabs__tab--active::after {
  color: #FFF;
}

.tabs--secondary .tabs__navigation {
  border: none;
  background: 0 0;
}

.tabs--secondary .tabs__tab {
  border: 1px solid #999;
  margin-left: -1px;
  margin-bottom: 0;
  background: #F4F4F4;
  color: #333;
}

.tabs--secondary .tabs__tab:first-child {
  margin-left: 0;
}

.tabs--secondary .tabs__tab--active {
  border-color: #333;
  background: #333;
  z-index: 1;
  color: #FFF;
}

.tabs--secondary--dark .tabs__navigation {
  background: #2A2A2A;
  color: #FFF;
}

.tabs--secondary--dark .tabs__tab {
  border-color: #666;
  background: #434343;
  color: #CCC;
}

.tabs--secondary--dark .tabs__tab--active {
  border-color: #CCC;
  background: #FFF;
  color: #333;
}

.tabs__icon {
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 970px) {
  .tabs__navigation--fixed .tabs__tab {
    text-align: center;
  }

  .tabs__tab {
    padding: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .tabs__navigation {
    height: 43px;
  }

  .tabs__tab {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.vr-table__cell,
.vr-table__heading {
  padding: 15px 25px 15px 0;
}

.vr-table {
  width: 100%;
}

.vr-table__heading {
  font-weight: 700;
}

.vr-table__row {
  border-bottom: 2px solid #D6D6D6;
}

.vr-table__row:last-child {
  border-bottom: none;
}

.vr-table--two-column .vr-table__cell {
  width: 50%;
}

@media only screen and (max-width: 639px) {
  .vr-table__cell {
    border-bottom: 2px solid #D6D6D6;
    padding: 15px 0;
  }

  .vr-table__heading-mobile {
    display: inline-block;
    width: 49%;
    text-align: left;
  }

  .vr-table__text {
    display: inline-block;
    width: 50%;
  }
}

.telephone-numbers {
  background: inherit;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  padding: 18px 0 13px;
  color: #666;
}

.telephone-numbers__icon {
  width: 28px;
  height: 28px;
  stroke: #666;
}

.tiles__item--1\/1-1\/1,
.tiles__item--1\/1-1\/2,
.tiles__item--1\/1-1\/3,
.tiles__item--1\/1-1\/4,
.tiles__item--1\/1-1\/5,
.tiles__item--1\/1-1\/6,
.tiles__item--1\/1-2\/3,
.tiles__item--1\/1-2\/5,
.tiles__item--1\/1-3\/5,
.tiles__item--1\/1-4\/5,
.tiles__item--1\/1-5\/6 {
  width: 100%;
}

.telephone-numbers__text {
  vertical-align: top;
  display: inline;
  line-height: 25px;
}

.telephone-numbers__text b {
  vertical-align: top;
}

.tiles {
  list-style: none;
  padding: 0;
}

.tiles__item--1\/1-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--1\/1-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--1\/1-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--1\/1-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--1\/1-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--1\/1-3\/4 {
  width: 100%;
}

.tiles__item--1\/1-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--1\/1-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--1\/1-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--1\/1-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--1\/1-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--1\/1-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--1\/2-1\/1,
.tiles__item--1\/2-1\/2,
.tiles__item--1\/2-1\/3,
.tiles__item--1\/2-1\/4,
.tiles__item--1\/2-1\/5,
.tiles__item--1\/2-1\/6,
.tiles__item--1\/2-2\/3,
.tiles__item--1\/2-2\/5,
.tiles__item--1\/2-3\/5,
.tiles__item--1\/2-4\/5,
.tiles__item--1\/2-5\/6 {
  width: 50%;
}

.tiles__item--1\/1-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--1\/2-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--1\/2-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--1\/2-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--1\/2-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--1\/2-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--1\/2-3\/4 {
  width: 50%;
}

.tiles__item--1\/2-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--1\/2-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--1\/2-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--1\/2-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--1\/2-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--1\/2-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--1\/3-1\/1,
.tiles__item--1\/3-1\/2,
.tiles__item--1\/3-1\/3,
.tiles__item--1\/3-1\/4,
.tiles__item--1\/3-1\/5,
.tiles__item--1\/3-1\/6,
.tiles__item--1\/3-2\/3,
.tiles__item--1\/3-2\/5,
.tiles__item--1\/3-3\/5,
.tiles__item--1\/3-4\/5,
.tiles__item--1\/3-5\/6 {
  width: 33.3333333333%;
}

.tiles__item--1\/2-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--1\/3-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--1\/3-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--1\/3-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--1\/3-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--1\/3-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--1\/3-3\/4 {
  width: 33.3333333333%;
}

.tiles__item--1\/3-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--1\/3-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--1\/3-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--1\/3-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--1\/3-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--1\/3-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--2\/3-1\/1,
.tiles__item--2\/3-1\/2,
.tiles__item--2\/3-1\/3,
.tiles__item--2\/3-1\/4,
.tiles__item--2\/3-1\/5,
.tiles__item--2\/3-1\/6,
.tiles__item--2\/3-2\/3,
.tiles__item--2\/3-2\/5,
.tiles__item--2\/3-3\/5,
.tiles__item--2\/3-4\/5,
.tiles__item--2\/3-5\/6 {
  width: 66.6666666667%;
}

.tiles__item--1\/3-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--2\/3-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--2\/3-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--2\/3-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--2\/3-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--2\/3-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--2\/3-3\/4 {
  width: 66.6666666667%;
}

.tiles__item--2\/3-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--2\/3-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--2\/3-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--2\/3-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--2\/3-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--2\/3-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--1\/4-1\/1,
.tiles__item--1\/4-1\/2,
.tiles__item--1\/4-1\/3,
.tiles__item--1\/4-1\/4,
.tiles__item--1\/4-1\/5,
.tiles__item--1\/4-1\/6,
.tiles__item--1\/4-2\/3,
.tiles__item--1\/4-2\/5,
.tiles__item--1\/4-3\/5,
.tiles__item--1\/4-4\/5,
.tiles__item--1\/4-5\/6 {
  width: 25%;
}

.tiles__item--2\/3-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--1\/4-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--1\/4-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--1\/4-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--1\/4-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--1\/4-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--1\/4-3\/4 {
  width: 25%;
}

.tiles__item--1\/4-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--1\/4-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--1\/4-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--1\/4-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--1\/4-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--1\/4-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--3\/4-1\/1,
.tiles__item--3\/4-1\/2,
.tiles__item--3\/4-1\/3,
.tiles__item--3\/4-1\/4,
.tiles__item--3\/4-1\/5,
.tiles__item--3\/4-1\/6,
.tiles__item--3\/4-2\/3,
.tiles__item--3\/4-2\/5,
.tiles__item--3\/4-3\/5,
.tiles__item--3\/4-4\/5,
.tiles__item--3\/4-5\/6 {
  width: 75%;
}

.tiles__item--1\/4-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--3\/4-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--3\/4-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--3\/4-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--3\/4-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--3\/4-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--3\/4-3\/4 {
  width: 75%;
}

.tiles__item--3\/4-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--3\/4-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--3\/4-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--3\/4-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--3\/4-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--3\/4-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--3\/4-1\/6 > .tiles__content {
  position: absolute;
}

.tiles__item--1\/5-1\/1,
.tiles__item--1\/5-1\/2,
.tiles__item--1\/5-1\/3,
.tiles__item--1\/5-1\/4,
.tiles__item--1\/5-1\/5,
.tiles__item--1\/5-1\/6,
.tiles__item--1\/5-2\/3,
.tiles__item--1\/5-2\/5,
.tiles__item--1\/5-3\/5,
.tiles__item--1\/5-4\/5,
.tiles__item--1\/5-5\/6 {
  width: 20%;
}

.tiles__item--3\/4-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--1\/5-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--1\/5-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--1\/5-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--1\/5-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--1\/5-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--1\/5-3\/4 {
  width: 20%;
}

.tiles__item--1\/5-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--1\/5-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--1\/5-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--1\/5-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--1\/5-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--1\/5-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--2\/5-1\/1,
.tiles__item--2\/5-1\/2,
.tiles__item--2\/5-1\/3,
.tiles__item--2\/5-1\/4,
.tiles__item--2\/5-1\/5,
.tiles__item--2\/5-1\/6,
.tiles__item--2\/5-2\/3,
.tiles__item--2\/5-2\/5,
.tiles__item--2\/5-3\/5,
.tiles__item--2\/5-4\/5,
.tiles__item--2\/5-5\/6 {
  width: 40%;
}

.tiles__item--1\/5-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--2\/5-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--2\/5-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--2\/5-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--2\/5-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--2\/5-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--2\/5-3\/4 {
  width: 40%;
}

.tiles__item--2\/5-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--2\/5-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--2\/5-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--2\/5-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--2\/5-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--2\/5-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--3\/5-1\/1,
.tiles__item--3\/5-1\/2,
.tiles__item--3\/5-1\/3,
.tiles__item--3\/5-1\/4,
.tiles__item--3\/5-1\/5,
.tiles__item--3\/5-1\/6,
.tiles__item--3\/5-2\/3,
.tiles__item--3\/5-2\/5,
.tiles__item--3\/5-3\/5,
.tiles__item--3\/5-4\/5,
.tiles__item--3\/5-5\/6 {
  width: 60%;
}

.tiles__item--2\/5-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--3\/5-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--3\/5-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--3\/5-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--3\/5-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--3\/5-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--3\/5-3\/4 {
  width: 60%;
}

.tiles__item--3\/5-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--3\/5-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--3\/5-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--3\/5-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--3\/5-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--3\/5-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--4\/5-1\/1,
.tiles__item--4\/5-1\/2,
.tiles__item--4\/5-1\/3,
.tiles__item--4\/5-1\/4,
.tiles__item--4\/5-1\/5,
.tiles__item--4\/5-1\/6,
.tiles__item--4\/5-2\/3,
.tiles__item--4\/5-2\/5,
.tiles__item--4\/5-3\/5,
.tiles__item--4\/5-4\/5,
.tiles__item--4\/5-5\/6 {
  width: 80%;
}

.tiles__item--3\/5-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--4\/5-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--4\/5-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--4\/5-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--4\/5-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--4\/5-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--4\/5-3\/4 {
  width: 80%;
}

.tiles__item--4\/5-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--4\/5-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--4\/5-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--4\/5-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--4\/5-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--4\/5-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--1\/6-1\/1,
.tiles__item--1\/6-1\/2,
.tiles__item--1\/6-1\/3,
.tiles__item--1\/6-1\/4,
.tiles__item--1\/6-1\/5,
.tiles__item--1\/6-1\/6,
.tiles__item--1\/6-2\/3,
.tiles__item--1\/6-2\/5,
.tiles__item--1\/6-3\/5,
.tiles__item--1\/6-4\/5,
.tiles__item--1\/6-5\/6 {
  width: 16.6666666667%;
}

.tiles__item--4\/5-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--1\/6-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--1\/6-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--1\/6-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--1\/6-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--1\/6-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--1\/6-3\/4 {
  width: 16.6666666667%;
}

.tiles__item--1\/6-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--1\/6-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--1\/6-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--1\/6-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--1\/6-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--1\/6-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--5\/6-1\/1,
.tiles__item--5\/6-1\/2,
.tiles__item--5\/6-1\/3,
.tiles__item--5\/6-1\/4,
.tiles__item--5\/6-1\/5,
.tiles__item--5\/6-1\/6,
.tiles__item--5\/6-2\/3,
.tiles__item--5\/6-2\/5,
.tiles__item--5\/6-3\/5,
.tiles__item--5\/6-4\/5,
.tiles__item--5\/6-5\/6 {
  width: 83.3333333333%;
}

.tiles__item--1\/6-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--5\/6-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--5\/6-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--5\/6-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--5\/6-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--5\/6-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--5\/6-3\/4 {
  width: 83.3333333333%;
}

.tiles__item--5\/6-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--5\/6-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--5\/6-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--5\/6-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--5\/6-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--5\/6-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--5\/6-5\/6::after {
  padding-bottom: 83.3333333333%;
}

.tiles__item--1\/1-auto::after,
.tiles__item--1\/2-auto::after,
.tiles__item--1\/3-auto::after,
.tiles__item--1\/4-auto::after,
.tiles__item--1\/5-auto::after,
.tiles__item--1\/6-auto::after,
.tiles__item--2\/3-auto::after,
.tiles__item--2\/5-auto::after,
.tiles__item--3\/5-auto::after,
.tiles__item--4\/5-auto::after,
.tiles__item--5\/6-auto::after {
  padding-bottom: 0;
}

.tiles__item--1\/1-auto > .tiles__content,
.tiles__item--1\/2-auto > .tiles__content,
.tiles__item--1\/3-auto > .tiles__content,
.tiles__item--1\/4-auto > .tiles__content,
.tiles__item--1\/5-auto > .tiles__content,
.tiles__item--1\/6-auto > .tiles__content,
.tiles__item--2\/3-auto > .tiles__content,
.tiles__item--2\/5-auto > .tiles__content,
.tiles__item--3\/5-auto > .tiles__content,
.tiles__item--4\/5-auto > .tiles__content,
.tiles__item--5\/6-auto > .tiles__content {
  position: static;
}

.tiles__item--1\/1-auto {
  width: 100%;
}

.tiles__item--1\/2-auto {
  width: 50%;
}

.tiles__item--1\/3-auto {
  width: 33.3333333333%;
}

.tiles__item--2\/3-auto {
  width: 66.6666666667%;
}

.tiles__item--1\/4-auto {
  width: 25%;
}

.tiles__item--3\/4-auto {
  width: 75%;
}

.tiles__item--3\/4-auto::after {
  padding-bottom: 0;
}

.tiles__item--3\/4-auto > .tiles__content {
  position: static;
}

.tiles__item--1\/5-auto {
  width: 20%;
}

.tiles__item--2\/5-auto {
  width: 40%;
}

.tiles__item--3\/5-auto {
  width: 60%;
}

.tiles__item--4\/5-auto {
  width: 80%;
}

.tiles__item--1\/6-auto {
  width: 16.6666666667%;
}

.tiles__item--5\/6-auto {
  width: 83.3333333333%;
}

.tiles__item--auto-1\/1,
.tiles__item--auto-1\/2,
.tiles__item--auto-1\/3,
.tiles__item--auto-1\/4,
.tiles__item--auto-1\/5,
.tiles__item--auto-1\/6,
.tiles__item--auto-2\/3,
.tiles__item--auto-2\/5,
.tiles__item--auto-3\/5,
.tiles__item--auto-4\/5,
.tiles__item--auto-5\/6 {
  width: 100%;
}

.tiles__item--auto-1\/1::after {
  padding-bottom: 100%;
}

.tiles__item--auto-1\/2::after {
  padding-bottom: 50%;
}

.tiles__item--auto-1\/3::after {
  padding-bottom: 33.3333333333%;
}

.tiles__item--auto-2\/3::after {
  padding-bottom: 66.6666666667%;
}

.tiles__item--auto-1\/4::after {
  padding-bottom: 25%;
}

.tiles__item--auto-3\/4 {
  width: 100%;
}

.tiles__item--auto-3\/4::after {
  padding-bottom: 75%;
}

.tiles__item--auto-1\/5::after {
  padding-bottom: 20%;
}

.tiles__item--auto-2\/5::after {
  padding-bottom: 40%;
}

.tiles__item--auto-3\/5::after {
  padding-bottom: 60%;
}

.tiles__item--auto-4\/5::after {
  padding-bottom: 80%;
}

.tiles__item--auto-1\/6::after {
  padding-bottom: 16.6666666667%;
}

.tiles__item--auto-5\/6::after {
  padding-bottom: 83.3333333333%;
}

@media only screen and (max-width: 970px) {
  .tiles__item--md-1\/1-1\/1,
  .tiles__item--md-1\/1-1\/2,
  .tiles__item--md-1\/1-1\/3,
  .tiles__item--md-1\/1-1\/4,
  .tiles__item--md-1\/1-1\/5,
  .tiles__item--md-1\/1-1\/6,
  .tiles__item--md-1\/1-2\/3,
  .tiles__item--md-1\/1-2\/5,
  .tiles__item--md-1\/1-3\/5,
  .tiles__item--md-1\/1-4\/5,
  .tiles__item--md-1\/1-5\/6 {
    width: 100%;
  }

  .tiles__item--md-1\/1-1\/1 > .tiles__content,
  .tiles__item--md-1\/1-1\/2 > .tiles__content,
  .tiles__item--md-1\/1-1\/3 > .tiles__content,
  .tiles__item--md-1\/1-1\/4 > .tiles__content,
  .tiles__item--md-1\/1-1\/5 > .tiles__content,
  .tiles__item--md-1\/1-1\/6 > .tiles__content,
  .tiles__item--md-1\/1-2\/3 > .tiles__content,
  .tiles__item--md-1\/1-2\/5 > .tiles__content,
  .tiles__item--md-1\/1-3\/4 > .tiles__content,
  .tiles__item--md-1\/1-3\/5 > .tiles__content,
  .tiles__item--md-1\/1-4\/5 > .tiles__content,
  .tiles__item--md-1\/1-5\/6 > .tiles__content,
  .tiles__item--md-1\/2-1\/1 > .tiles__content,
  .tiles__item--md-1\/2-1\/2 > .tiles__content,
  .tiles__item--md-1\/2-1\/3 > .tiles__content,
  .tiles__item--md-1\/2-1\/4 > .tiles__content,
  .tiles__item--md-1\/2-1\/5 > .tiles__content,
  .tiles__item--md-1\/2-1\/6 > .tiles__content,
  .tiles__item--md-1\/2-2\/3 > .tiles__content,
  .tiles__item--md-1\/2-2\/5 > .tiles__content,
  .tiles__item--md-1\/2-3\/4 > .tiles__content,
  .tiles__item--md-1\/2-3\/5 > .tiles__content,
  .tiles__item--md-1\/2-4\/5 > .tiles__content,
  .tiles__item--md-1\/2-5\/6 > .tiles__content,
  .tiles__item--md-1\/3-1\/1 > .tiles__content,
  .tiles__item--md-1\/3-1\/2 > .tiles__content,
  .tiles__item--md-1\/3-1\/3 > .tiles__content,
  .tiles__item--md-1\/3-1\/4 > .tiles__content,
  .tiles__item--md-1\/3-1\/5 > .tiles__content,
  .tiles__item--md-1\/3-1\/6 > .tiles__content,
  .tiles__item--md-1\/3-2\/3 > .tiles__content,
  .tiles__item--md-1\/3-2\/5 > .tiles__content,
  .tiles__item--md-1\/3-3\/4 > .tiles__content,
  .tiles__item--md-1\/3-3\/5 > .tiles__content,
  .tiles__item--md-1\/3-4\/5 > .tiles__content,
  .tiles__item--md-1\/3-5\/6 > .tiles__content,
  .tiles__item--md-1\/4-1\/1 > .tiles__content,
  .tiles__item--md-1\/4-1\/2 > .tiles__content,
  .tiles__item--md-1\/4-1\/3 > .tiles__content,
  .tiles__item--md-1\/4-1\/4 > .tiles__content,
  .tiles__item--md-1\/4-1\/5 > .tiles__content,
  .tiles__item--md-1\/4-1\/6 > .tiles__content,
  .tiles__item--md-1\/4-2\/3 > .tiles__content,
  .tiles__item--md-1\/4-2\/5 > .tiles__content,
  .tiles__item--md-1\/4-3\/4 > .tiles__content,
  .tiles__item--md-1\/4-3\/5 > .tiles__content,
  .tiles__item--md-1\/4-4\/5 > .tiles__content,
  .tiles__item--md-1\/4-5\/6 > .tiles__content,
  .tiles__item--md-1\/5-1\/1 > .tiles__content,
  .tiles__item--md-1\/5-1\/2 > .tiles__content,
  .tiles__item--md-1\/5-1\/3 > .tiles__content,
  .tiles__item--md-1\/5-1\/4 > .tiles__content,
  .tiles__item--md-1\/5-1\/5 > .tiles__content,
  .tiles__item--md-1\/5-1\/6 > .tiles__content,
  .tiles__item--md-1\/5-2\/3 > .tiles__content,
  .tiles__item--md-1\/5-2\/5 > .tiles__content,
  .tiles__item--md-1\/5-3\/4 > .tiles__content,
  .tiles__item--md-1\/5-3\/5 > .tiles__content,
  .tiles__item--md-1\/5-4\/5 > .tiles__content,
  .tiles__item--md-1\/5-5\/6 > .tiles__content,
  .tiles__item--md-1\/6-1\/1 > .tiles__content,
  .tiles__item--md-1\/6-1\/2 > .tiles__content,
  .tiles__item--md-1\/6-1\/3 > .tiles__content,
  .tiles__item--md-1\/6-1\/4 > .tiles__content,
  .tiles__item--md-1\/6-1\/5 > .tiles__content,
  .tiles__item--md-1\/6-1\/6 > .tiles__content,
  .tiles__item--md-1\/6-2\/3 > .tiles__content,
  .tiles__item--md-1\/6-2\/5 > .tiles__content,
  .tiles__item--md-1\/6-3\/4 > .tiles__content,
  .tiles__item--md-1\/6-3\/5 > .tiles__content,
  .tiles__item--md-1\/6-4\/5 > .tiles__content,
  .tiles__item--md-1\/6-5\/6 > .tiles__content,
  .tiles__item--md-2\/3-1\/1 > .tiles__content,
  .tiles__item--md-2\/3-1\/2 > .tiles__content,
  .tiles__item--md-2\/3-1\/3 > .tiles__content,
  .tiles__item--md-2\/3-1\/4 > .tiles__content,
  .tiles__item--md-2\/3-1\/5 > .tiles__content,
  .tiles__item--md-2\/3-1\/6 > .tiles__content,
  .tiles__item--md-2\/3-2\/3 > .tiles__content,
  .tiles__item--md-2\/3-2\/5 > .tiles__content,
  .tiles__item--md-2\/3-3\/4 > .tiles__content,
  .tiles__item--md-2\/3-3\/5 > .tiles__content,
  .tiles__item--md-2\/3-4\/5 > .tiles__content,
  .tiles__item--md-2\/3-5\/6 > .tiles__content,
  .tiles__item--md-2\/5-1\/1 > .tiles__content,
  .tiles__item--md-2\/5-1\/2 > .tiles__content,
  .tiles__item--md-2\/5-1\/3 > .tiles__content,
  .tiles__item--md-2\/5-1\/4 > .tiles__content,
  .tiles__item--md-2\/5-1\/5 > .tiles__content,
  .tiles__item--md-2\/5-1\/6 > .tiles__content,
  .tiles__item--md-2\/5-2\/3 > .tiles__content,
  .tiles__item--md-2\/5-2\/5 > .tiles__content,
  .tiles__item--md-2\/5-3\/4 > .tiles__content,
  .tiles__item--md-2\/5-3\/5 > .tiles__content,
  .tiles__item--md-2\/5-4\/5 > .tiles__content,
  .tiles__item--md-2\/5-5\/6 > .tiles__content,
  .tiles__item--md-3\/4-1\/1 > .tiles__content,
  .tiles__item--md-3\/4-1\/2 > .tiles__content,
  .tiles__item--md-3\/4-1\/3 > .tiles__content,
  .tiles__item--md-3\/4-1\/4 > .tiles__content,
  .tiles__item--md-3\/4-1\/5 > .tiles__content,
  .tiles__item--md-3\/4-1\/6 > .tiles__content,
  .tiles__item--md-3\/4-2\/3 > .tiles__content,
  .tiles__item--md-3\/4-2\/5 > .tiles__content,
  .tiles__item--md-3\/4-3\/4 > .tiles__content,
  .tiles__item--md-3\/4-3\/5 > .tiles__content,
  .tiles__item--md-3\/4-4\/5 > .tiles__content,
  .tiles__item--md-3\/5-1\/1 > .tiles__content,
  .tiles__item--md-3\/5-1\/2 > .tiles__content,
  .tiles__item--md-3\/5-1\/3 > .tiles__content,
  .tiles__item--md-3\/5-1\/4 > .tiles__content,
  .tiles__item--md-3\/5-1\/5 > .tiles__content,
  .tiles__item--md-3\/5-1\/6 > .tiles__content,
  .tiles__item--md-3\/5-2\/3 > .tiles__content,
  .tiles__item--md-3\/5-2\/5 > .tiles__content,
  .tiles__item--md-3\/5-3\/4 > .tiles__content,
  .tiles__item--md-3\/5-3\/5 > .tiles__content,
  .tiles__item--md-3\/5-4\/5 > .tiles__content,
  .tiles__item--md-3\/5-5\/6 > .tiles__content,
  .tiles__item--md-4\/5-1\/1 > .tiles__content,
  .tiles__item--md-4\/5-1\/2 > .tiles__content,
  .tiles__item--md-4\/5-1\/3 > .tiles__content,
  .tiles__item--md-4\/5-1\/4 > .tiles__content,
  .tiles__item--md-4\/5-1\/5 > .tiles__content,
  .tiles__item--md-4\/5-1\/6 > .tiles__content,
  .tiles__item--md-4\/5-2\/3 > .tiles__content,
  .tiles__item--md-4\/5-2\/5 > .tiles__content,
  .tiles__item--md-4\/5-3\/4 > .tiles__content,
  .tiles__item--md-4\/5-3\/5 > .tiles__content,
  .tiles__item--md-4\/5-4\/5 > .tiles__content,
  .tiles__item--md-4\/5-5\/6 > .tiles__content,
  .tiles__item--md-5\/6-1\/1 > .tiles__content,
  .tiles__item--md-5\/6-1\/2 > .tiles__content,
  .tiles__item--md-5\/6-1\/3 > .tiles__content,
  .tiles__item--md-5\/6-1\/4 > .tiles__content,
  .tiles__item--md-5\/6-1\/5 > .tiles__content,
  .tiles__item--md-5\/6-1\/6 > .tiles__content,
  .tiles__item--md-5\/6-2\/3 > .tiles__content,
  .tiles__item--md-5\/6-2\/5 > .tiles__content,
  .tiles__item--md-5\/6-3\/4 > .tiles__content,
  .tiles__item--md-5\/6-3\/5 > .tiles__content,
  .tiles__item--md-5\/6-4\/5 > .tiles__content,
  .tiles__item--md-5\/6-5\/6 > .tiles__content {
    position: absolute;
  }

  .tiles__item--md-1\/1-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-1\/1-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-1\/1-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-1\/1-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-1\/1-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-1\/1-3\/4 {
    width: 100%;
  }

  .tiles__item--md-1\/1-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-1\/1-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-1\/1-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-1\/1-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-1\/1-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-1\/1-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-1\/2-1\/1,
  .tiles__item--md-1\/2-1\/2,
  .tiles__item--md-1\/2-1\/3,
  .tiles__item--md-1\/2-1\/4,
  .tiles__item--md-1\/2-1\/5,
  .tiles__item--md-1\/2-1\/6,
  .tiles__item--md-1\/2-2\/3,
  .tiles__item--md-1\/2-2\/5,
  .tiles__item--md-1\/2-3\/5,
  .tiles__item--md-1\/2-4\/5,
  .tiles__item--md-1\/2-5\/6 {
    width: 50%;
  }

  .tiles__item--md-1\/1-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-1\/2-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-1\/2-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-1\/2-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-1\/2-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-1\/2-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-1\/2-3\/4 {
    width: 50%;
  }

  .tiles__item--md-1\/2-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-1\/2-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-1\/2-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-1\/2-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-1\/2-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-1\/2-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-1\/3-1\/1,
  .tiles__item--md-1\/3-1\/2,
  .tiles__item--md-1\/3-1\/3,
  .tiles__item--md-1\/3-1\/4,
  .tiles__item--md-1\/3-1\/5,
  .tiles__item--md-1\/3-1\/6,
  .tiles__item--md-1\/3-2\/3,
  .tiles__item--md-1\/3-2\/5,
  .tiles__item--md-1\/3-3\/5,
  .tiles__item--md-1\/3-4\/5,
  .tiles__item--md-1\/3-5\/6 {
    width: 33.3333333333%;
  }

  .tiles__item--md-1\/2-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-1\/3-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-1\/3-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-1\/3-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-1\/3-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-1\/3-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-1\/3-3\/4 {
    width: 33.3333333333%;
  }

  .tiles__item--md-1\/3-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-1\/3-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-1\/3-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-1\/3-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-1\/3-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-1\/3-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-2\/3-1\/1,
  .tiles__item--md-2\/3-1\/2,
  .tiles__item--md-2\/3-1\/3,
  .tiles__item--md-2\/3-1\/4,
  .tiles__item--md-2\/3-1\/5,
  .tiles__item--md-2\/3-1\/6,
  .tiles__item--md-2\/3-2\/3,
  .tiles__item--md-2\/3-2\/5,
  .tiles__item--md-2\/3-3\/5,
  .tiles__item--md-2\/3-4\/5,
  .tiles__item--md-2\/3-5\/6 {
    width: 66.6666666667%;
  }

  .tiles__item--md-1\/3-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-2\/3-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-2\/3-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-2\/3-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-2\/3-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-2\/3-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-2\/3-3\/4 {
    width: 66.6666666667%;
  }

  .tiles__item--md-2\/3-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-2\/3-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-2\/3-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-2\/3-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-2\/3-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-2\/3-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-1\/4-1\/1,
  .tiles__item--md-1\/4-1\/2,
  .tiles__item--md-1\/4-1\/3,
  .tiles__item--md-1\/4-1\/4,
  .tiles__item--md-1\/4-1\/5,
  .tiles__item--md-1\/4-1\/6,
  .tiles__item--md-1\/4-2\/3,
  .tiles__item--md-1\/4-2\/5,
  .tiles__item--md-1\/4-3\/5,
  .tiles__item--md-1\/4-4\/5,
  .tiles__item--md-1\/4-5\/6 {
    width: 25%;
  }

  .tiles__item--md-2\/3-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-1\/4-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-1\/4-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-1\/4-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-1\/4-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-1\/4-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-1\/4-3\/4 {
    width: 25%;
  }

  .tiles__item--md-1\/4-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-1\/4-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-1\/4-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-1\/4-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-1\/4-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-1\/4-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-3\/4-1\/1,
  .tiles__item--md-3\/4-1\/2,
  .tiles__item--md-3\/4-1\/3,
  .tiles__item--md-3\/4-1\/4,
  .tiles__item--md-3\/4-1\/5,
  .tiles__item--md-3\/4-1\/6,
  .tiles__item--md-3\/4-2\/3,
  .tiles__item--md-3\/4-2\/5,
  .tiles__item--md-3\/4-3\/5,
  .tiles__item--md-3\/4-4\/5,
  .tiles__item--md-3\/4-5\/6 {
    width: 75%;
  }

  .tiles__item--md-1\/4-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-3\/4-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-3\/4-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-3\/4-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-3\/4-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-3\/4-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-3\/4-3\/4 {
    width: 75%;
  }

  .tiles__item--md-3\/4-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-3\/4-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-3\/4-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-3\/4-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-3\/4-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-3\/4-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-1\/5-1\/1,
  .tiles__item--md-1\/5-1\/2,
  .tiles__item--md-1\/5-1\/3,
  .tiles__item--md-1\/5-1\/4,
  .tiles__item--md-1\/5-1\/5,
  .tiles__item--md-1\/5-1\/6,
  .tiles__item--md-1\/5-2\/3,
  .tiles__item--md-1\/5-2\/5,
  .tiles__item--md-1\/5-3\/5,
  .tiles__item--md-1\/5-4\/5,
  .tiles__item--md-1\/5-5\/6 {
    width: 20%;
  }

  .tiles__item--md-3\/4-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-3\/4-5\/6 > .tiles__content {
    position: absolute;
  }

  .tiles__item--md-1\/5-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-1\/5-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-1\/5-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-1\/5-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-1\/5-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-1\/5-3\/4 {
    width: 20%;
  }

  .tiles__item--md-1\/5-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-1\/5-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-1\/5-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-1\/5-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-1\/5-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-1\/5-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-2\/5-1\/1,
  .tiles__item--md-2\/5-1\/2,
  .tiles__item--md-2\/5-1\/3,
  .tiles__item--md-2\/5-1\/4,
  .tiles__item--md-2\/5-1\/5,
  .tiles__item--md-2\/5-1\/6,
  .tiles__item--md-2\/5-2\/3,
  .tiles__item--md-2\/5-2\/5,
  .tiles__item--md-2\/5-3\/5,
  .tiles__item--md-2\/5-4\/5,
  .tiles__item--md-2\/5-5\/6 {
    width: 40%;
  }

  .tiles__item--md-1\/5-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-2\/5-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-2\/5-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-2\/5-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-2\/5-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-2\/5-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-2\/5-3\/4 {
    width: 40%;
  }

  .tiles__item--md-2\/5-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-2\/5-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-2\/5-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-2\/5-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-2\/5-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-2\/5-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-3\/5-1\/1,
  .tiles__item--md-3\/5-1\/2,
  .tiles__item--md-3\/5-1\/3,
  .tiles__item--md-3\/5-1\/4,
  .tiles__item--md-3\/5-1\/5,
  .tiles__item--md-3\/5-1\/6,
  .tiles__item--md-3\/5-2\/3,
  .tiles__item--md-3\/5-2\/5,
  .tiles__item--md-3\/5-3\/5,
  .tiles__item--md-3\/5-4\/5,
  .tiles__item--md-3\/5-5\/6 {
    width: 60%;
  }

  .tiles__item--md-2\/5-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-3\/5-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-3\/5-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-3\/5-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-3\/5-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-3\/5-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-3\/5-3\/4 {
    width: 60%;
  }

  .tiles__item--md-3\/5-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-3\/5-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-3\/5-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-3\/5-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-3\/5-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-3\/5-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-4\/5-1\/1,
  .tiles__item--md-4\/5-1\/2,
  .tiles__item--md-4\/5-1\/3,
  .tiles__item--md-4\/5-1\/4,
  .tiles__item--md-4\/5-1\/5,
  .tiles__item--md-4\/5-1\/6,
  .tiles__item--md-4\/5-2\/3,
  .tiles__item--md-4\/5-2\/5,
  .tiles__item--md-4\/5-3\/5,
  .tiles__item--md-4\/5-4\/5,
  .tiles__item--md-4\/5-5\/6 {
    width: 80%;
  }

  .tiles__item--md-3\/5-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-4\/5-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-4\/5-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-4\/5-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-4\/5-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-4\/5-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-4\/5-3\/4 {
    width: 80%;
  }

  .tiles__item--md-4\/5-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-4\/5-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-4\/5-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-4\/5-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-4\/5-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-4\/5-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-1\/6-1\/1,
  .tiles__item--md-1\/6-1\/2,
  .tiles__item--md-1\/6-1\/3,
  .tiles__item--md-1\/6-1\/4,
  .tiles__item--md-1\/6-1\/5,
  .tiles__item--md-1\/6-1\/6,
  .tiles__item--md-1\/6-2\/3,
  .tiles__item--md-1\/6-2\/5,
  .tiles__item--md-1\/6-3\/5,
  .tiles__item--md-1\/6-4\/5,
  .tiles__item--md-1\/6-5\/6 {
    width: 16.6666666667%;
  }

  .tiles__item--md-4\/5-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-1\/6-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-1\/6-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-1\/6-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-1\/6-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-1\/6-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-1\/6-3\/4 {
    width: 16.6666666667%;
  }

  .tiles__item--md-1\/6-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-1\/6-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-1\/6-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-1\/6-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-1\/6-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-1\/6-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-5\/6-1\/1,
  .tiles__item--md-5\/6-1\/2,
  .tiles__item--md-5\/6-1\/3,
  .tiles__item--md-5\/6-1\/4,
  .tiles__item--md-5\/6-1\/5,
  .tiles__item--md-5\/6-1\/6,
  .tiles__item--md-5\/6-2\/3,
  .tiles__item--md-5\/6-2\/5,
  .tiles__item--md-5\/6-3\/5,
  .tiles__item--md-5\/6-4\/5,
  .tiles__item--md-5\/6-5\/6 {
    width: 83.3333333333%;
  }

  .tiles__item--md-1\/6-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-5\/6-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-5\/6-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-5\/6-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-5\/6-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-5\/6-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-5\/6-3\/4 {
    width: 83.3333333333%;
  }

  .tiles__item--md-5\/6-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-5\/6-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-5\/6-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-5\/6-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-5\/6-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-5\/6-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-5\/6-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--md-1\/1-auto::after,
  .tiles__item--md-1\/2-auto::after,
  .tiles__item--md-1\/3-auto::after,
  .tiles__item--md-1\/4-auto::after,
  .tiles__item--md-1\/5-auto::after,
  .tiles__item--md-1\/6-auto::after,
  .tiles__item--md-2\/3-auto::after,
  .tiles__item--md-2\/5-auto::after,
  .tiles__item--md-3\/5-auto::after,
  .tiles__item--md-4\/5-auto::after,
  .tiles__item--md-5\/6-auto::after {
    padding-bottom: 0;
  }

  .tiles__item--md-1\/1-auto > .tiles__content,
  .tiles__item--md-1\/2-auto > .tiles__content,
  .tiles__item--md-1\/3-auto > .tiles__content,
  .tiles__item--md-1\/4-auto > .tiles__content,
  .tiles__item--md-1\/5-auto > .tiles__content,
  .tiles__item--md-1\/6-auto > .tiles__content,
  .tiles__item--md-2\/3-auto > .tiles__content,
  .tiles__item--md-2\/5-auto > .tiles__content,
  .tiles__item--md-3\/5-auto > .tiles__content,
  .tiles__item--md-4\/5-auto > .tiles__content,
  .tiles__item--md-5\/6-auto > .tiles__content {
    position: static;
  }

  .tiles__item--md-1\/1-auto {
    width: 100%;
  }

  .tiles__item--md-1\/2-auto {
    width: 50%;
  }

  .tiles__item--md-1\/3-auto {
    width: 33.3333333333%;
  }

  .tiles__item--md-2\/3-auto {
    width: 66.6666666667%;
  }

  .tiles__item--md-1\/4-auto {
    width: 25%;
  }

  .tiles__item--md-3\/4-auto {
    width: 75%;
  }

  .tiles__item--md-3\/4-auto::after {
    padding-bottom: 0;
  }

  .tiles__item--md-3\/4-auto > .tiles__content {
    position: static;
  }

  .tiles__item--md-1\/5-auto {
    width: 20%;
  }

  .tiles__item--md-2\/5-auto {
    width: 40%;
  }

  .tiles__item--md-3\/5-auto {
    width: 60%;
  }

  .tiles__item--md-4\/5-auto {
    width: 80%;
  }

  .tiles__item--md-1\/6-auto {
    width: 16.6666666667%;
  }

  .tiles__item--md-5\/6-auto {
    width: 83.3333333333%;
  }

  .tiles__item--md-auto-1\/1,
  .tiles__item--md-auto-1\/2,
  .tiles__item--md-auto-1\/3,
  .tiles__item--md-auto-1\/4,
  .tiles__item--md-auto-1\/5,
  .tiles__item--md-auto-1\/6,
  .tiles__item--md-auto-2\/3,
  .tiles__item--md-auto-2\/5,
  .tiles__item--md-auto-3\/5,
  .tiles__item--md-auto-4\/5,
  .tiles__item--md-auto-5\/6 {
    width: 100%;
  }

  .tiles__item--md-auto-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--md-auto-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--md-auto-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--md-auto-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--md-auto-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--md-auto-3\/4 {
    width: 100%;
  }

  .tiles__item--md-auto-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--md-auto-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--md-auto-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--md-auto-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--md-auto-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--md-auto-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--md-auto-5\/6::after {
    padding-bottom: 83.3333333333%;
  }
}

@media only screen and (max-width: 639px) {
  .tiles__item--sm-1\/1-1\/1,
  .tiles__item--sm-1\/1-1\/2,
  .tiles__item--sm-1\/1-1\/3,
  .tiles__item--sm-1\/1-1\/4,
  .tiles__item--sm-1\/1-1\/5,
  .tiles__item--sm-1\/1-1\/6,
  .tiles__item--sm-1\/1-2\/3,
  .tiles__item--sm-1\/1-2\/5,
  .tiles__item--sm-1\/1-3\/5,
  .tiles__item--sm-1\/1-4\/5,
  .tiles__item--sm-1\/1-5\/6 {
    width: 100%;
  }

  .tiles__item--sm-1\/1-1\/1 > .tiles__content,
  .tiles__item--sm-1\/1-1\/2 > .tiles__content,
  .tiles__item--sm-1\/1-1\/3 > .tiles__content,
  .tiles__item--sm-1\/1-1\/4 > .tiles__content,
  .tiles__item--sm-1\/1-1\/5 > .tiles__content,
  .tiles__item--sm-1\/1-1\/6 > .tiles__content,
  .tiles__item--sm-1\/1-2\/3 > .tiles__content,
  .tiles__item--sm-1\/1-2\/5 > .tiles__content,
  .tiles__item--sm-1\/1-3\/4 > .tiles__content,
  .tiles__item--sm-1\/1-3\/5 > .tiles__content,
  .tiles__item--sm-1\/1-4\/5 > .tiles__content,
  .tiles__item--sm-1\/1-5\/6 > .tiles__content,
  .tiles__item--sm-1\/2-1\/1 > .tiles__content,
  .tiles__item--sm-1\/2-1\/2 > .tiles__content,
  .tiles__item--sm-1\/2-1\/3 > .tiles__content,
  .tiles__item--sm-1\/2-1\/4 > .tiles__content,
  .tiles__item--sm-1\/2-1\/5 > .tiles__content,
  .tiles__item--sm-1\/2-1\/6 > .tiles__content,
  .tiles__item--sm-1\/2-2\/3 > .tiles__content,
  .tiles__item--sm-1\/2-2\/5 > .tiles__content,
  .tiles__item--sm-1\/2-3\/4 > .tiles__content,
  .tiles__item--sm-1\/2-3\/5 > .tiles__content,
  .tiles__item--sm-1\/2-4\/5 > .tiles__content,
  .tiles__item--sm-1\/2-5\/6 > .tiles__content,
  .tiles__item--sm-1\/3-1\/1 > .tiles__content,
  .tiles__item--sm-1\/3-1\/2 > .tiles__content,
  .tiles__item--sm-1\/3-1\/3 > .tiles__content,
  .tiles__item--sm-1\/3-1\/4 > .tiles__content,
  .tiles__item--sm-1\/3-1\/5 > .tiles__content,
  .tiles__item--sm-1\/3-1\/6 > .tiles__content,
  .tiles__item--sm-1\/3-2\/3 > .tiles__content,
  .tiles__item--sm-1\/3-2\/5 > .tiles__content,
  .tiles__item--sm-1\/3-3\/4 > .tiles__content,
  .tiles__item--sm-1\/3-3\/5 > .tiles__content,
  .tiles__item--sm-1\/3-4\/5 > .tiles__content,
  .tiles__item--sm-1\/3-5\/6 > .tiles__content,
  .tiles__item--sm-1\/4-1\/1 > .tiles__content,
  .tiles__item--sm-1\/4-1\/2 > .tiles__content,
  .tiles__item--sm-1\/4-1\/3 > .tiles__content,
  .tiles__item--sm-1\/4-1\/4 > .tiles__content,
  .tiles__item--sm-1\/4-1\/5 > .tiles__content,
  .tiles__item--sm-1\/4-1\/6 > .tiles__content,
  .tiles__item--sm-1\/4-2\/3 > .tiles__content,
  .tiles__item--sm-1\/4-2\/5 > .tiles__content,
  .tiles__item--sm-1\/4-3\/4 > .tiles__content,
  .tiles__item--sm-1\/4-3\/5 > .tiles__content,
  .tiles__item--sm-1\/4-4\/5 > .tiles__content,
  .tiles__item--sm-1\/4-5\/6 > .tiles__content,
  .tiles__item--sm-1\/5-1\/1 > .tiles__content,
  .tiles__item--sm-1\/5-1\/2 > .tiles__content,
  .tiles__item--sm-1\/5-1\/3 > .tiles__content,
  .tiles__item--sm-1\/5-1\/4 > .tiles__content,
  .tiles__item--sm-1\/5-1\/5 > .tiles__content,
  .tiles__item--sm-1\/5-1\/6 > .tiles__content,
  .tiles__item--sm-1\/5-2\/3 > .tiles__content,
  .tiles__item--sm-1\/5-2\/5 > .tiles__content,
  .tiles__item--sm-1\/5-3\/4 > .tiles__content,
  .tiles__item--sm-1\/5-3\/5 > .tiles__content,
  .tiles__item--sm-1\/5-4\/5 > .tiles__content,
  .tiles__item--sm-1\/5-5\/6 > .tiles__content,
  .tiles__item--sm-1\/6-1\/1 > .tiles__content,
  .tiles__item--sm-1\/6-1\/2 > .tiles__content,
  .tiles__item--sm-1\/6-1\/3 > .tiles__content,
  .tiles__item--sm-1\/6-1\/4 > .tiles__content,
  .tiles__item--sm-1\/6-1\/5 > .tiles__content,
  .tiles__item--sm-1\/6-1\/6 > .tiles__content,
  .tiles__item--sm-1\/6-2\/3 > .tiles__content,
  .tiles__item--sm-1\/6-2\/5 > .tiles__content,
  .tiles__item--sm-1\/6-3\/4 > .tiles__content,
  .tiles__item--sm-1\/6-3\/5 > .tiles__content,
  .tiles__item--sm-1\/6-4\/5 > .tiles__content,
  .tiles__item--sm-1\/6-5\/6 > .tiles__content,
  .tiles__item--sm-2\/3-1\/1 > .tiles__content,
  .tiles__item--sm-2\/3-1\/2 > .tiles__content,
  .tiles__item--sm-2\/3-1\/3 > .tiles__content,
  .tiles__item--sm-2\/3-1\/4 > .tiles__content,
  .tiles__item--sm-2\/3-1\/5 > .tiles__content,
  .tiles__item--sm-2\/3-1\/6 > .tiles__content,
  .tiles__item--sm-2\/3-2\/3 > .tiles__content,
  .tiles__item--sm-2\/3-2\/5 > .tiles__content,
  .tiles__item--sm-2\/3-3\/4 > .tiles__content,
  .tiles__item--sm-2\/3-3\/5 > .tiles__content,
  .tiles__item--sm-2\/3-4\/5 > .tiles__content,
  .tiles__item--sm-2\/3-5\/6 > .tiles__content,
  .tiles__item--sm-2\/5-1\/1 > .tiles__content,
  .tiles__item--sm-2\/5-1\/2 > .tiles__content,
  .tiles__item--sm-2\/5-1\/3 > .tiles__content,
  .tiles__item--sm-2\/5-1\/4 > .tiles__content,
  .tiles__item--sm-2\/5-1\/5 > .tiles__content,
  .tiles__item--sm-2\/5-1\/6 > .tiles__content,
  .tiles__item--sm-2\/5-2\/3 > .tiles__content,
  .tiles__item--sm-2\/5-2\/5 > .tiles__content,
  .tiles__item--sm-2\/5-3\/4 > .tiles__content,
  .tiles__item--sm-2\/5-3\/5 > .tiles__content,
  .tiles__item--sm-2\/5-4\/5 > .tiles__content,
  .tiles__item--sm-2\/5-5\/6 > .tiles__content,
  .tiles__item--sm-3\/4-1\/1 > .tiles__content,
  .tiles__item--sm-3\/4-1\/2 > .tiles__content,
  .tiles__item--sm-3\/4-1\/3 > .tiles__content,
  .tiles__item--sm-3\/4-1\/4 > .tiles__content,
  .tiles__item--sm-3\/4-1\/5 > .tiles__content,
  .tiles__item--sm-3\/4-1\/6 > .tiles__content,
  .tiles__item--sm-3\/4-2\/3 > .tiles__content,
  .tiles__item--sm-3\/4-2\/5 > .tiles__content,
  .tiles__item--sm-3\/4-3\/4 > .tiles__content,
  .tiles__item--sm-3\/4-3\/5 > .tiles__content,
  .tiles__item--sm-3\/4-4\/5 > .tiles__content,
  .tiles__item--sm-3\/5-1\/1 > .tiles__content,
  .tiles__item--sm-3\/5-1\/2 > .tiles__content,
  .tiles__item--sm-3\/5-1\/3 > .tiles__content,
  .tiles__item--sm-3\/5-1\/4 > .tiles__content,
  .tiles__item--sm-3\/5-1\/5 > .tiles__content,
  .tiles__item--sm-3\/5-1\/6 > .tiles__content,
  .tiles__item--sm-3\/5-2\/3 > .tiles__content,
  .tiles__item--sm-3\/5-2\/5 > .tiles__content,
  .tiles__item--sm-3\/5-3\/4 > .tiles__content,
  .tiles__item--sm-3\/5-3\/5 > .tiles__content,
  .tiles__item--sm-3\/5-4\/5 > .tiles__content,
  .tiles__item--sm-3\/5-5\/6 > .tiles__content,
  .tiles__item--sm-4\/5-1\/1 > .tiles__content,
  .tiles__item--sm-4\/5-1\/2 > .tiles__content,
  .tiles__item--sm-4\/5-1\/3 > .tiles__content,
  .tiles__item--sm-4\/5-1\/4 > .tiles__content,
  .tiles__item--sm-4\/5-1\/5 > .tiles__content,
  .tiles__item--sm-4\/5-1\/6 > .tiles__content,
  .tiles__item--sm-4\/5-2\/3 > .tiles__content,
  .tiles__item--sm-4\/5-2\/5 > .tiles__content,
  .tiles__item--sm-4\/5-3\/4 > .tiles__content,
  .tiles__item--sm-4\/5-3\/5 > .tiles__content,
  .tiles__item--sm-4\/5-4\/5 > .tiles__content,
  .tiles__item--sm-4\/5-5\/6 > .tiles__content,
  .tiles__item--sm-5\/6-1\/1 > .tiles__content,
  .tiles__item--sm-5\/6-1\/2 > .tiles__content,
  .tiles__item--sm-5\/6-1\/3 > .tiles__content,
  .tiles__item--sm-5\/6-1\/4 > .tiles__content,
  .tiles__item--sm-5\/6-1\/5 > .tiles__content,
  .tiles__item--sm-5\/6-1\/6 > .tiles__content,
  .tiles__item--sm-5\/6-2\/3 > .tiles__content,
  .tiles__item--sm-5\/6-2\/5 > .tiles__content,
  .tiles__item--sm-5\/6-3\/4 > .tiles__content,
  .tiles__item--sm-5\/6-3\/5 > .tiles__content,
  .tiles__item--sm-5\/6-4\/5 > .tiles__content,
  .tiles__item--sm-5\/6-5\/6 > .tiles__content {
    position: absolute;
  }

  .tiles__item--sm-1\/1-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-1\/1-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-1\/1-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-1\/1-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-1\/1-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-1\/1-3\/4 {
    width: 100%;
  }

  .tiles__item--sm-1\/1-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-1\/1-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-1\/1-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-1\/1-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-1\/1-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-1\/1-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-1\/2-1\/1,
  .tiles__item--sm-1\/2-1\/2,
  .tiles__item--sm-1\/2-1\/3,
  .tiles__item--sm-1\/2-1\/4,
  .tiles__item--sm-1\/2-1\/5,
  .tiles__item--sm-1\/2-1\/6,
  .tiles__item--sm-1\/2-2\/3,
  .tiles__item--sm-1\/2-2\/5,
  .tiles__item--sm-1\/2-3\/5,
  .tiles__item--sm-1\/2-4\/5,
  .tiles__item--sm-1\/2-5\/6 {
    width: 50%;
  }

  .tiles__item--sm-1\/1-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-1\/2-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-1\/2-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-1\/2-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-1\/2-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-1\/2-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-1\/2-3\/4 {
    width: 50%;
  }

  .tiles__item--sm-1\/2-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-1\/2-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-1\/2-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-1\/2-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-1\/2-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-1\/2-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-1\/3-1\/1,
  .tiles__item--sm-1\/3-1\/2,
  .tiles__item--sm-1\/3-1\/3,
  .tiles__item--sm-1\/3-1\/4,
  .tiles__item--sm-1\/3-1\/5,
  .tiles__item--sm-1\/3-1\/6,
  .tiles__item--sm-1\/3-2\/3,
  .tiles__item--sm-1\/3-2\/5,
  .tiles__item--sm-1\/3-3\/5,
  .tiles__item--sm-1\/3-4\/5,
  .tiles__item--sm-1\/3-5\/6 {
    width: 33.3333333333%;
  }

  .tiles__item--sm-1\/2-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-1\/3-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-1\/3-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-1\/3-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-1\/3-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-1\/3-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-1\/3-3\/4 {
    width: 33.3333333333%;
  }

  .tiles__item--sm-1\/3-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-1\/3-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-1\/3-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-1\/3-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-1\/3-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-1\/3-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-2\/3-1\/1,
  .tiles__item--sm-2\/3-1\/2,
  .tiles__item--sm-2\/3-1\/3,
  .tiles__item--sm-2\/3-1\/4,
  .tiles__item--sm-2\/3-1\/5,
  .tiles__item--sm-2\/3-1\/6,
  .tiles__item--sm-2\/3-2\/3,
  .tiles__item--sm-2\/3-2\/5,
  .tiles__item--sm-2\/3-3\/5,
  .tiles__item--sm-2\/3-4\/5,
  .tiles__item--sm-2\/3-5\/6 {
    width: 66.6666666667%;
  }

  .tiles__item--sm-1\/3-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-2\/3-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-2\/3-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-2\/3-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-2\/3-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-2\/3-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-2\/3-3\/4 {
    width: 66.6666666667%;
  }

  .tiles__item--sm-2\/3-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-2\/3-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-2\/3-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-2\/3-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-2\/3-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-2\/3-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-1\/4-1\/1,
  .tiles__item--sm-1\/4-1\/2,
  .tiles__item--sm-1\/4-1\/3,
  .tiles__item--sm-1\/4-1\/4,
  .tiles__item--sm-1\/4-1\/5,
  .tiles__item--sm-1\/4-1\/6,
  .tiles__item--sm-1\/4-2\/3,
  .tiles__item--sm-1\/4-2\/5,
  .tiles__item--sm-1\/4-3\/5,
  .tiles__item--sm-1\/4-4\/5,
  .tiles__item--sm-1\/4-5\/6 {
    width: 25%;
  }

  .tiles__item--sm-2\/3-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-1\/4-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-1\/4-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-1\/4-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-1\/4-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-1\/4-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-1\/4-3\/4 {
    width: 25%;
  }

  .tiles__item--sm-1\/4-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-1\/4-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-1\/4-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-1\/4-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-1\/4-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-1\/4-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-3\/4-1\/1,
  .tiles__item--sm-3\/4-1\/2,
  .tiles__item--sm-3\/4-1\/3,
  .tiles__item--sm-3\/4-1\/4,
  .tiles__item--sm-3\/4-1\/5,
  .tiles__item--sm-3\/4-1\/6,
  .tiles__item--sm-3\/4-2\/3,
  .tiles__item--sm-3\/4-2\/5,
  .tiles__item--sm-3\/4-3\/5,
  .tiles__item--sm-3\/4-4\/5,
  .tiles__item--sm-3\/4-5\/6 {
    width: 75%;
  }

  .tiles__item--sm-1\/4-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-3\/4-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-3\/4-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-3\/4-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-3\/4-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-3\/4-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-3\/4-3\/4 {
    width: 75%;
  }

  .tiles__item--sm-3\/4-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-3\/4-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-3\/4-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-3\/4-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-3\/4-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-3\/4-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-1\/5-1\/1,
  .tiles__item--sm-1\/5-1\/2,
  .tiles__item--sm-1\/5-1\/3,
  .tiles__item--sm-1\/5-1\/4,
  .tiles__item--sm-1\/5-1\/5,
  .tiles__item--sm-1\/5-1\/6,
  .tiles__item--sm-1\/5-2\/3,
  .tiles__item--sm-1\/5-2\/5,
  .tiles__item--sm-1\/5-3\/5,
  .tiles__item--sm-1\/5-4\/5,
  .tiles__item--sm-1\/5-5\/6 {
    width: 20%;
  }

  .tiles__item--sm-3\/4-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-3\/4-5\/6 > .tiles__content {
    position: absolute;
  }

  .tiles__item--sm-1\/5-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-1\/5-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-1\/5-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-1\/5-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-1\/5-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-1\/5-3\/4 {
    width: 20%;
  }

  .tiles__item--sm-1\/5-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-1\/5-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-1\/5-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-1\/5-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-1\/5-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-1\/5-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-2\/5-1\/1,
  .tiles__item--sm-2\/5-1\/2,
  .tiles__item--sm-2\/5-1\/3,
  .tiles__item--sm-2\/5-1\/4,
  .tiles__item--sm-2\/5-1\/5,
  .tiles__item--sm-2\/5-1\/6,
  .tiles__item--sm-2\/5-2\/3,
  .tiles__item--sm-2\/5-2\/5,
  .tiles__item--sm-2\/5-3\/5,
  .tiles__item--sm-2\/5-4\/5,
  .tiles__item--sm-2\/5-5\/6 {
    width: 40%;
  }

  .tiles__item--sm-1\/5-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-2\/5-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-2\/5-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-2\/5-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-2\/5-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-2\/5-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-2\/5-3\/4 {
    width: 40%;
  }

  .tiles__item--sm-2\/5-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-2\/5-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-2\/5-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-2\/5-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-2\/5-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-2\/5-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-3\/5-1\/1,
  .tiles__item--sm-3\/5-1\/2,
  .tiles__item--sm-3\/5-1\/3,
  .tiles__item--sm-3\/5-1\/4,
  .tiles__item--sm-3\/5-1\/5,
  .tiles__item--sm-3\/5-1\/6,
  .tiles__item--sm-3\/5-2\/3,
  .tiles__item--sm-3\/5-2\/5,
  .tiles__item--sm-3\/5-3\/5,
  .tiles__item--sm-3\/5-4\/5,
  .tiles__item--sm-3\/5-5\/6 {
    width: 60%;
  }

  .tiles__item--sm-2\/5-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-3\/5-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-3\/5-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-3\/5-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-3\/5-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-3\/5-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-3\/5-3\/4 {
    width: 60%;
  }

  .tiles__item--sm-3\/5-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-3\/5-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-3\/5-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-3\/5-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-3\/5-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-3\/5-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-4\/5-1\/1,
  .tiles__item--sm-4\/5-1\/2,
  .tiles__item--sm-4\/5-1\/3,
  .tiles__item--sm-4\/5-1\/4,
  .tiles__item--sm-4\/5-1\/5,
  .tiles__item--sm-4\/5-1\/6,
  .tiles__item--sm-4\/5-2\/3,
  .tiles__item--sm-4\/5-2\/5,
  .tiles__item--sm-4\/5-3\/5,
  .tiles__item--sm-4\/5-4\/5,
  .tiles__item--sm-4\/5-5\/6 {
    width: 80%;
  }

  .tiles__item--sm-3\/5-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-4\/5-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-4\/5-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-4\/5-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-4\/5-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-4\/5-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-4\/5-3\/4 {
    width: 80%;
  }

  .tiles__item--sm-4\/5-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-4\/5-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-4\/5-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-4\/5-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-4\/5-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-4\/5-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-1\/6-1\/1,
  .tiles__item--sm-1\/6-1\/2,
  .tiles__item--sm-1\/6-1\/3,
  .tiles__item--sm-1\/6-1\/4,
  .tiles__item--sm-1\/6-1\/5,
  .tiles__item--sm-1\/6-1\/6,
  .tiles__item--sm-1\/6-2\/3,
  .tiles__item--sm-1\/6-2\/5,
  .tiles__item--sm-1\/6-3\/5,
  .tiles__item--sm-1\/6-4\/5,
  .tiles__item--sm-1\/6-5\/6 {
    width: 16.6666666667%;
  }

  .tiles__item--sm-4\/5-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-1\/6-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-1\/6-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-1\/6-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-1\/6-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-1\/6-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-1\/6-3\/4 {
    width: 16.6666666667%;
  }

  .tiles__item--sm-1\/6-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-1\/6-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-1\/6-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-1\/6-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-1\/6-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-1\/6-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-5\/6-1\/1,
  .tiles__item--sm-5\/6-1\/2,
  .tiles__item--sm-5\/6-1\/3,
  .tiles__item--sm-5\/6-1\/4,
  .tiles__item--sm-5\/6-1\/5,
  .tiles__item--sm-5\/6-1\/6,
  .tiles__item--sm-5\/6-2\/3,
  .tiles__item--sm-5\/6-2\/5,
  .tiles__item--sm-5\/6-3\/5,
  .tiles__item--sm-5\/6-4\/5,
  .tiles__item--sm-5\/6-5\/6 {
    width: 83.3333333333%;
  }

  .tiles__item--sm-1\/6-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-5\/6-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-5\/6-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-5\/6-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-5\/6-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-5\/6-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-5\/6-3\/4 {
    width: 83.3333333333%;
  }

  .tiles__item--sm-5\/6-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-5\/6-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-5\/6-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-5\/6-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-5\/6-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-5\/6-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-5\/6-5\/6::after {
    padding-bottom: 83.3333333333%;
  }

  .tiles__item--sm-1\/1-auto::after,
  .tiles__item--sm-1\/2-auto::after,
  .tiles__item--sm-1\/3-auto::after,
  .tiles__item--sm-1\/4-auto::after,
  .tiles__item--sm-1\/5-auto::after,
  .tiles__item--sm-1\/6-auto::after,
  .tiles__item--sm-2\/3-auto::after,
  .tiles__item--sm-2\/5-auto::after,
  .tiles__item--sm-3\/5-auto::after,
  .tiles__item--sm-4\/5-auto::after,
  .tiles__item--sm-5\/6-auto::after {
    padding-bottom: 0;
  }

  .tiles__item--sm-1\/1-auto > .tiles__content,
  .tiles__item--sm-1\/2-auto > .tiles__content,
  .tiles__item--sm-1\/3-auto > .tiles__content,
  .tiles__item--sm-1\/4-auto > .tiles__content,
  .tiles__item--sm-1\/5-auto > .tiles__content,
  .tiles__item--sm-1\/6-auto > .tiles__content,
  .tiles__item--sm-2\/3-auto > .tiles__content,
  .tiles__item--sm-2\/5-auto > .tiles__content,
  .tiles__item--sm-3\/5-auto > .tiles__content,
  .tiles__item--sm-4\/5-auto > .tiles__content,
  .tiles__item--sm-5\/6-auto > .tiles__content {
    position: static;
  }

  .tiles__item--sm-1\/1-auto {
    width: 100%;
  }

  .tiles__item--sm-1\/2-auto {
    width: 50%;
  }

  .tiles__item--sm-1\/3-auto {
    width: 33.3333333333%;
  }

  .tiles__item--sm-2\/3-auto {
    width: 66.6666666667%;
  }

  .tiles__item--sm-1\/4-auto {
    width: 25%;
  }

  .tiles__item--sm-3\/4-auto {
    width: 75%;
  }

  .tiles__item--sm-3\/4-auto::after {
    padding-bottom: 0;
  }

  .tiles__item--sm-3\/4-auto > .tiles__content {
    position: static;
  }

  .tiles__item--sm-1\/5-auto {
    width: 20%;
  }

  .tiles__item--sm-2\/5-auto {
    width: 40%;
  }

  .tiles__item--sm-3\/5-auto {
    width: 60%;
  }

  .tiles__item--sm-4\/5-auto {
    width: 80%;
  }

  .tiles__item--sm-1\/6-auto {
    width: 16.6666666667%;
  }

  .tiles__item--sm-5\/6-auto {
    width: 83.3333333333%;
  }

  .tiles__item--sm-auto-1\/1,
  .tiles__item--sm-auto-1\/2,
  .tiles__item--sm-auto-1\/3,
  .tiles__item--sm-auto-1\/4,
  .tiles__item--sm-auto-1\/5,
  .tiles__item--sm-auto-1\/6,
  .tiles__item--sm-auto-2\/3,
  .tiles__item--sm-auto-2\/5,
  .tiles__item--sm-auto-3\/5,
  .tiles__item--sm-auto-4\/5,
  .tiles__item--sm-auto-5\/6 {
    width: 100%;
  }

  .tiles__item--sm-auto-1\/1::after {
    padding-bottom: 100%;
  }

  .tiles__item--sm-auto-1\/2::after {
    padding-bottom: 50%;
  }

  .tiles__item--sm-auto-1\/3::after {
    padding-bottom: 33.3333333333%;
  }

  .tiles__item--sm-auto-2\/3::after {
    padding-bottom: 66.6666666667%;
  }

  .tiles__item--sm-auto-1\/4::after {
    padding-bottom: 25%;
  }

  .tiles__item--sm-auto-3\/4 {
    width: 100%;
  }

  .tiles__item--sm-auto-3\/4::after {
    padding-bottom: 75%;
  }

  .tiles__item--sm-auto-1\/5::after {
    padding-bottom: 20%;
  }

  .tiles__item--sm-auto-2\/5::after {
    padding-bottom: 40%;
  }

  .tiles__item--sm-auto-3\/5::after {
    padding-bottom: 60%;
  }

  .tiles__item--sm-auto-4\/5::after {
    padding-bottom: 80%;
  }

  .tiles__item--sm-auto-1\/6::after {
    padding-bottom: 16.6666666667%;
  }

  .tiles__item--sm-auto-5\/6::after {
    padding-bottom: 83.3333333333%;
  }
}

.tiles--gutter {
  margin: -10px;
}

.tiles__item {
  background-position: center center;
  background-size: cover;
  float: left;
  position: relative;
  z-index: 1;
  min-height: 1px;
}

.tiles__item::after {
  content: "";
  display: block;
  height: 0;
}

.tiles__item--gutter {
  border: 10px solid transparent;
}

.tiles__item--pull-right {
  float: right;
}

.tiles__arrow {
  border-top-color: inherit;
  position: absolute;
  z-index: 1;
}

.tiles__content {
  display: block;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.tiles__content--left {
  text-align: left;
}

.toaster,
.top-up-success__caption,
.top-up-success__heading,
.top-up__amounts,
.top-up__banner,
.top-up__step--authentication {
  text-align: center;
}

.tiles__content--extrude {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
}

.tiles__center {
  min-width: 100%;
  padding-left: inherit;
  padding-right: inherit;
  width: auto;
}

.toaster {
  background-color: #2A2A2A;
  color: #FFF;
  padding: 20px;
  z-index: 100;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  -webkit-transition: bottom .4s;
  -o-transition: bottom .4s;
  transition: bottom .4s;
}

.toaster--static {
  position: static;
}

.toaster__action {
  margin-left: 15px;
}

.toaster__close {
  float: right;
  margin: 15px 0;
}

.toaster__icon {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}

.toaster--show {
  bottom: 0;
}

@media only screen and (max-width: 639px) {
  .tiles__item--gutter {
    border-bottom: none;
  }

  .toaster {
    padding: 10px;
  }

  .toaster__action {
    margin: 15px 0 0;
  }

  .toaster__close {
    margin: 0;
  }

  .toaster__icon {
    right: 10px;
    top: 10px;
  }
}

.top-up {
  color: #FFF;
  overflow: hidden;
  margin-bottom: 50px;
}

.top-up__form {
  overflow: hidden;
  margin: 0 -20px 0 0;
  width: 100%;
}

.top-up__steps {
  -webkit-transition: margin-left .5s;
  -o-transition: margin-left .5s;
  transition: margin-left .5s;
  width: 400%;
}

.top-up__steps--details {
  margin-left: 0;
}

.top-up__steps--confirm {
  margin-left: -100%;
}

.top-up__steps--authentication {
  margin-left: -200%;
}

.top-up__steps--confirmation {
  margin-left: -300%;
}

.top-up__step {
  float: left;
  width: 25%;
}

.top-up__banner {
  border-bottom: 1px solid #333;
}

.top-up__button {
  background: #2A2A2A;
  padding: 40px 0 20px;
}

.top-up__amount {
  background-color: #CCC;
  border-radius: 50%;
  color: #333;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 60px;
  position: relative;
}

.top-up__amount--other {
  font-size: 20px;
}

.top-up__amount--checked {
  background-color: #900;
  color: #FFF;
}

.top-up__amount-input:focus + .top-up__amount {
  -webkit-box-shadow: inset 0 0 0 4px #900;
          box-shadow: inset 0 0 0 4px #900;
}

.top-up__other-amount {
  display: none;
  position: relative;
}

.top-up__other-amount--show {
  display: block;
}

.top-up__other-amount-chevron {
  border: 6px solid transparent;
  border-top-color: transparent;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
  position: absolute;
  bottom: 50px;
  right: 40px;
  z-index: 1;
}

.top-up__other-amount-chevron::before {
  border: 6px solid transparent;
  border-top-color: #FFF;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
     transform: rotate(0);
  position: absolute;
  content: "";
  top: -7px;
  left: -6px;
}

.top-up__other-amount-input:focus + .top-up__other-amount-chevron {
  border-top-color: #00B0CA;
}

.mouse-active .top-up__other-amount-input:focus + .top-up__other-amount-chevron {
  border-top-color: transparent;
}

.top-up__other--checked {
  background-color: #FFF;
  color: #333;
}

.top-up__other-number {
  display: none;
}

.top-up__other-number--active {
  display: block;
}

@media only screen and (max-width: 639px) {
  .top-up__other-amount-chevron {
    bottom: 45px;
    right: 30px;
  }

  .top-up__other-amount-chevron::before {
    border: 6px solid transparent;
    border-top-color: #FFF;
    display: block;
    height: 0;
    width: 0;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
  }
}

.top-up-success {
  background: #2A2A2A;
  padding: 20px;
}

.top-up-success__icon {
  width: 35px;
  height: 35px;
}

.top-up-success__success-icon {
  border-radius: 50%;
  background-color: #333;
  display: inline-block;
  height: 65px;
  padding: 15px;
  text-align: center;
  width: 65px;
}

.top-up-success__heading {
  color: #FFF;
  padding: 20px;
}

.top-up-success__summary {
  color: #FFF;
  margin-bottom: 40px;
}

.top-up-success__footer {
  padding: 20px;
  background-color: #000;
}

.top-up-success__row {
  border-top: 1px solid #FFF;
}

.top-up-success__row--last {
  border-bottom: 1px solid #FFF;
}

.top-up-success__cell {
  padding: 20px 0;
  vertical-align: baseline;
}

.top-up-success__cell--right {
  text-align: right;
}

.top-up-success__cell--strong {
  font-family: VodafoneRegularBold;
}

.validation__summary {
  display: none;
  margin-bottom: 25px;
  color: #FFF;
  background: #434343;
  border: 1px solid #FECB00;
  padding: 20px;
  border-radius: 5px;
}

.validation__warning {
  background: #434343;
  border: 1px solid #FECB00;
  color: #FFF;
  display: block;
  margin-bottom: 15px;
  padding: 6px;
  position: relative;
}

.validation__warning::after,
.validation__warning::before {
  border: 6px solid transparent;
  border-top-color: #FECB00;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
     transform: rotate(0);
  content: "";
  position: absolute;
  top: 100%;
}

.validation__warning::after {
  margin-top: -1px;
  border-top-color: #434343;
}

.validation__link {
  color: #FECB00;
}

.validation__icon {
  height: 34px;
  width: 34px;
  color: #FECB00;
}

.ex-vat-price,
.excVat-selected .vat-price {
  display: none;
}

.excVat-selected .ex-vat-price {
  display: block;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-stream {
  background: #000;
  position: relative;
}

.video-stream__video {
  height: 100%;
}

.video-stream__video--center {
  width: 100%;
}

.video-stream__toggle {
  background-color: #E60000;
  border-radius: 50%;
  height: 65px;
  opacity: .9;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  width: 65px;
}

.video-stream__toggle--hide {
  opacity: 0;
}

.video-stream__toggle-icon {
  width: 100%;
}

.video-stream__toggle-icon--pause {
  display: none;
}

.video-stream--play .video-stream__toggle-icon--pause {
  display: block;
}

.video-stream--ended .video-stream__toggle-icon--pause,
.video-stream--paused .video-stream__toggle-icon--pause,
.video-stream--play .video-stream__toggle-icon--play {
  display: none;
}

.video-stream--ended .video-stream__toggle-icon--play,
.video-stream--paused .video-stream__toggle-icon--play {
  display: block;
}

@media only screen and (max-width: 970px) {
  .video-stream__toggle {
    width: 56px;
    height: 56px;
  }
}

.touchevents .video-stream__toggle {
  display: none;
}

.why-vodafone {
  color: #FFF;
  text-align: center;
}

.why-vodafone__content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 10px;
}

.why-vodafone__content--narrow {
  max-width: 800px;
}

.why-vodafone__caption,
.why-vodafone__headline {
  display: block;
  margin-top: 10px;
}

.why-vodafone__headline {
  font-size: 28px;
}

.why-vodafone__caption {
  font-size: 20px;
}

.why-vodafone__icon-circle-background {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #F4F4F4;
  display: inline-block;
  position: relative;
}

.why-vodafone__icon {
  width: 100%;
  color: #666;
}

@media only screen and (max-width: 970px) {
  .why-vodafone__content {
    padding: 40px 10px;
  }

  .why-vodafone__headline {
    font-size: 24px;
  }
}

@media only screen and (max-width: 639px) {
  .why-vodafone__content {
    padding: 30px 10px;
  }

  .why-vodafone__headline {
    font-size: 20px;
  }

  .why-vodafone__caption {
    font-size: 18px;
  }

  .why-vodafone__icon-circle-background {
    width: 80px;
    height: 80px;
  }
}

.zone {
  background-color: rgba(230, 0, 0, 0.25);
  min-height: 600px;
}

.list-block {
  display: block;
  padding: 0;
}

.list-block-item {
  list-style: none;
  border-bottom: 1px solid #FFF;
  padding-top: 15px;
  padding-bottom: 30px;
}

.list-block-item:last-of-type {
  border: none;
}

.enjoy-more {
  background-color: #333;
  width: 100%;
  padding: 60px 30px 100px;
  color: #FFF;
}

.enjoy-more__container {
  margin: 0 -10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px;
}

.enjoy-more__card-list,
.enjoy-more__divider,
.enjoy-more__icon-table {
  min-width: 1160px;
  padding-left: 10px;
  padding-right: 10px;
}

.enjoy-more__card-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.enjoy-more__card-list-item {
  list-style: none;
}

.enjoy-more__card {
  position: relative;
  background: -webkit-linear-gradient(45deg, #111cd5 0, #00defa 71%);
  background: -o-linear-gradient(45deg, #111cd5 0, #00defa 71%);
  background: linear-gradient(45deg, #111cd5 0, #00defa 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00defa', endColorstr='#ff111cd5', GradientType=0);
  width: 205px;
  height: 125px;
  border-radius: 5%;
  border: none;
  background-color: #FFF;
  padding: 15px 15px 30px;
  color: #333;
}

.enjoy-more__card:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  height: 100%;
  background: -webkit-linear-gradient(334deg, transparent 0, transparent 55%, #fff 56%, #fff 100%);
  background: -o-linear-gradient(334deg, transparent 0, transparent 55%, #fff 56%, #fff 100%);
  background: linear-gradient(116deg, transparent 0, transparent 55%, #fff 56%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=1);
}

.enjoy-more__card.is-selected {
  -webkit-box-shadow: 0 0 0 3px #333, 0 0 2px 6px #8DF817;
          box-shadow: 0 0 0 3px #333, 0 0 2px 6px #8DF817;
}

.enjoy-more__card.is-active {
  -webkit-box-shadow: 0 0 0 3px #333, 0 0 2px 6px #2EFFEB;
          box-shadow: 0 0 0 3px #333, 0 0 2px 6px #2EFFEB;
}

.enjoy-more__card--purple {
  background: -webkit-linear-gradient(45deg, #3023AE 0, #C86DD7 71%);
  background: -o-linear-gradient(45deg, #3023AE 0, #C86DD7 71%);
  background: linear-gradient(45deg, #3023AE 0, #C86DD7 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc86dd7', endColorstr='#ff3023ae', GradientType=0);
}

.enjoy-more__card--green {
  background: -webkit-linear-gradient(45deg, #429321 0, #B4EC51 71%);
  background: -o-linear-gradient(45deg, #429321 0, #B4EC51 71%);
  background: linear-gradient(45deg, #429321 0, #B4EC51 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb4ec51', endColorstr='#ff429321', GradientType=0);
}

.enjoy-more__card--orange {
  background: -webkit-linear-gradient(45deg, #D51189 0, #FA8E00 71%);
  background: -o-linear-gradient(45deg, #D51189 0, #FA8E00 71%);
  background: linear-gradient(45deg, #D51189 0, #FA8E00 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa8e00', endColorstr='#ffd51189', GradientType=0);
}

.enjoy-more__card--combo {
  background: -webkit-linear-gradient(45deg, #1148D5 0, #DF0000 71%);
  background: -o-linear-gradient(45deg, #1148D5 0, #DF0000 71%);
  background: linear-gradient(45deg, #1148D5 0, #DF0000 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf0000', endColorstr='#ff1148d5', GradientType=0);
}

.enjoy-more__card-icon-combo {
  width: 100px !important;
}

.enjoy-more__card-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  margin: 0;
}

.enjoy-more__card-icon,
.enjoy-more__card-price,
.enjoy-more__card-title {
  width: 50%;
}

.enjoy-more__card-title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.enjoy-more__card-icon {
  height: 30px;
  width: 30px;
}

.enjoy-more__card-price {
  text-align: right;
  margin-left: auto;
  font-size: 36px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.enjoy-more__card-price .enjoy-more__card-term {
  font-size: 18px;
}

.enjoy-more__divider {
  position: relative;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.enjoy-more__divider:after,
.enjoy-more__divider:before {
  content: '';
  display: block;
  position: absolute;
  left: 6.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 13px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.enjoy-more__divider:before {
  top: -13px;
  border-color: transparent transparent #fff;
}

.enjoy-more__divider:after {
  top: -11px;
  border-color: transparent transparent #333;
}

.enjoy-more__divider__position-1:after,
.enjoy-more__divider__position-1:before {
  left: 27%;
}

.enjoy-more__divider__position-2:after,
.enjoy-more__divider__position-2:before {
  left: 47.5%;
}

.enjoy-more__divider__position-3:after,
.enjoy-more__divider__position-3:before {
  left: 68.5%;
}

.enjoy-more__divider__position-4:after,
.enjoy-more__divider__position-4:before {
  left: 89%;
}

.enjoy-more__icon-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin: 30px 15px;
}

.enjoy-more__icon-section {
  position: relative;
  z-index: 1;
  width: 25%;
}

.enjoy-more__icon-section:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333;
  opacity: .5;
}

.enjoy-more__icon-section.is-active:after {
  content: none;
}

.enjoy-more__icon-list {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.enjoy-more__icon-list:first-of-type {
  padding-left: 0;
}

.enjoy-more__icon-list:last-of-type {
  padding-right: 0;
}

.enjoy-more__icon-list-item {
  list-style: none;
  width: 25%;
  float: left;
  margin-bottom: 24px;
}

.enjoy-more__icon-list-item img {
  width: 40px;
  height: 40px;
}

.enjoy-more__pricing-wrapper {
  position: relative;
  z-index: 5;
  background-color: #333;
  margin: -40px auto 0;
  max-width: 1200px;
  min-width: 300px;
  padding: 40px 10px 0;
}

.enjoy-more__pricing-container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.enjoy-more__pricing-button-group {
  width: 100%;
  position: relative;
  -webkit-transition: top .3s ease;
  -o-transition: top .3s ease;
  transition: top .3s ease;
}

.enjoy-more .position-0 {
  top: 0;
}

.enjoy-more .position-1 {
  top: -65px;
}

.enjoy-more .position-2 {
  top: -130px;
}

.enjoy-more .position-3 {
  top: -195px;
}

.enjoy-more .position-4 {
  top: -260px;
}

.enjoy-more__cta-section {
  height: 50px;
  margin-bottom: 15px;
}

.enjoy-more__final-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.enjoy-more__price {
  display: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #FFF;
  border-right: 0;
  height: 100%;
  min-width: 124px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 48px;
}

.enjoy-more__price-term {
  padding-left: 4px;
}

.enjoy-more__button {
  padding: 11px 20px;
}

.enjoy-more__add-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.enjoy-more__add-cta:disabled {
  background-color: #AFAFAF !important;
}

.enjoy-more__add-cta .icon__add-cta {
  color: currentColor;
  margin: 0 0 0 10px;
}

.enjoy-more__add-cta-active {
  background-color: #7ED321 !important;
  color: #000;
}

.enjoy-more__skip {
  min-width: 240px;
}

.enjoy-more__info {
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.enjoy-more__dialog {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.enjoy-more__dialog--active {
  display: block;
}

.enjoy-more__dialog-content {
  overflow: hidden;
  background-color: #FFF;
  width: calc(100% - 40px);
  max-width: 600px;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  color: #333;
}

.enjoy-more__close {
  position: absolute;
  z-index: 1;
  right: 20px;
  padding: 5px;
  background-color: transparent;
  border: none;
}

.enjoy-more__dialog-icon {
  width: 22px;
  height: 22px;
}

.enjoy-more__dialog-copy {
  margin-right: 30px;
}

.enjoy-more__dialog-cta {
  float: right;
}

@media only screen and (max-width: 970px) {
  .enjoy-more__container {
    margin: 0 -50px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 10px;
  }

  .enjoy-more__card-list,
  .enjoy-more__icon-table {
    width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .enjoy-more__divider {
    position: relative;
    width: 1200px;
  }

  .enjoy-more__pricing-container {
    width: 100%;
    max-width: 350px;
  }

  .enjoy-more__final-price {
    margin-right: 10px;
  }

  .enjoy-more__price {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .enjoy-more__button {
    padding: 11px 10px;
  }

  .enjoy-more__add-cta .icon__add-cta {
    display: none;
  }

  .enjoy-more__skip {
    margin-bottom: 0;
    min-width: 100px;
    padding: 11px 10px !important;
  }

  .enjoy-more__hidden-m {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media only screen and (max-width: 639px) {
  .enjoy-more__pricing-wrapper {
    margin: -40px -20px 0;
  }
}

.sticky-basket {
  display: none;
  background-color: #333;
  height: 76px;
  font-size: 20px;
  color: #FFF;
  -webkit-box-shadow: 0 -1px 2px 0 #DADADA;
          box-shadow: 0 -1px 2px 0 #DADADA;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
  z-index: 8;
  width: 100%;
  padding: 0 15px;
}

.sticky-basket__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 845px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sticky-basket__tasks {
  margin: 0;
  padding: 0;
  display: inherit;
}

.sticky-basket__task-item {
  position: relative;
  border-right: 1px solid #DADADA;
  padding-left: 30px;
  padding-right: 30px;
  list-style: none;
  line-height: 76px;
}

.sticky-basket__task-item:first-of-type:after,
.sticky-basket__task-item:first-of-type:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.circle-tabs__tab--active::before,
.filter__clear::after,
.filter__close--border::after,
.filter__menu--active::before,
.get-in-touch__link--arrow::after,
.get-in-touch__link::before {
  content: "";
}

.sticky-basket__task-item:first-of-type:before {
  z-index: 2;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #333;
}

.sticky-basket__task-item:first-of-type:after {
  z-index: 1;
  right: -10px;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #DADADA;
}

.sticky-basket__icon {
  padding-left: 15px;
}

.sticky-basket__icon--complete {
  stroke: #428600;
}

.simple-table__icon,
.simple-table__icon-holder:hover {
  stroke: #FFF;
  fill: #FFF;
}

.sticky-basket__price {
  padding-left: 30px;
  padding-right: 30px;
}

.sticky-basket__cta {
  margin-left: auto;
}

.sticky-basket-is-active {
  display: block;
}

@media only screen and (max-width: 639px) {
  .sticky-basket {
    height: 50px;
    padding: 0;
  }

  .sticky-basket__tasks {
    display: none;
  }

  .sticky-basket__cta,
  .sticky-basket__price {
    width: 50%;
  }

  .sticky-basket__cta {
    margin: 0;
    height: 100%;
  }

  .sticky-basket__price {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.payment-information {
  color: #FFF;
}

.payment-information__payment-card-details {
  background-color: #2A2A2A;
  padding: 20px;
}

.payment-information__payment-methods {
  line-height: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 13px;
}

.payment-information__secured-transaction-message {
  background-color: #434343;
  color: #FFF;
  padding: 20px 60px 30px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.payment-information__another-card-lock-icon {
  background-color: #333;
  border-radius: 50%;
  height: 55px;
  margin: 0 auto 20px;
  width: 55px;
  vertical-align: middle;
  font-size: 0;
}

.payment-information__another-card-lock-icon::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.payment-information__cvv {
  position: relative;
}

.payment-information__cvv-input {
  font-size: 20px;
  padding-right: 70px;
  height: 50px;
}

.payment-information__cvv-image {
  bottom: 50%;
  height: auto;
  position: absolute;
  right: 8px;
  top: auto;
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
     transform: translateY(50%);
  width: 50px;
}

.payment-information__paypal {
  width: 77px;
  height: 20px;
  vertical-align: middle;
}

.chat-room {
  background: #E4E4E4;
  padding-bottom: 35px;
}

.chat-room__bubbles {
  max-height: 440px;
  overflow-x: hidden;
  overflow-y: auto;
}

.chat-room__bubbles::-webkit-scrollbar {
  display: none;
}

.choose-service__navigation {
  margin-bottom: 25px;
}

.choose-service__navigation--plan-listing {
  margin-top: 25px;
}

.choose-service__content {
  padding-bottom: 50px;
  padding-top: 25px;
  background: #EBEBEB;
}

.choose-service__list {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.choose-service__list-item {
  border-bottom: 1px solid #CCC;
  font-size: 18px;
  line-height: 1.333em;
  padding-bottom: 20px;
  padding-top: 20px;
}

.choose-service__question-chevron {
  color: #999;
}

@media only screen and (max-width: 970px) {
  .chat-room__bubbles {
    max-height: none;
  }

  .choose-service__list {
    font-size: 32px;
  }
}

@media only screen and (max-width: 639px) {
  .choose-service__list {
    font-size: 28px;
  }

  .choose-service__list-item {
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 45px;
  }
}

.circle-tabs__navigation {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.circle-tabs__navigation--gutter {
  padding: 40px 0;
}

.circle-tabs__tab {
  display: table-cell;
  font-size: 20px;
  padding: 0;
  position: relative;
}

.circle-tabs__tab--active::before {
  border: 25px solid transparent;
  border-top-color: #EBEBEB;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: 100%;
}

.circle-tabs__tab-circle {
  border-radius: 100%;
  border: 2px solid #E60000;
  display: block;
  height: 64px;
  width: 64px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #E60000;
}

.circle-tabs__tab-label {
  margin-top: 20px;
}

.circle-tabs__icon {
  fill: #E60000;
  width: 32px;
  height: 32px;
}

.circle-tabs__tab--active .circle-tabs__tab-circle {
  background: #E60000;
}

.circle-tabs__tab--active .circle-tabs__icon {
  fill: #FFF;
}

.circle-tabs__content {
  background-color: #EBEBEB;
  padding: 50px 0;
}

@media only screen and (max-width: 970px) {
  .circle-tabs__content {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 639px) {
  .circle-tabs__tab {
    font-size: 16px;
  }

  .circle-tabs__tab-circle {
    width: 60px;
    height: 60px;
    border-width: 1px;
  }

  .circle-tabs__icon {
    width: 22px;
    height: 22px;
  }

  .circle-tabs__content {
    padding: 30px 0;
  }
}

.get-in-touch {
  display: table;
  border-spacing: 20px 0;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.get-in-touch__item {
  width: 50%;
  display: table-cell;
}

.get-in-touch__button,
.get-in-touch__link {
  text-align: center;
  width: 100%;
}

.get-in-touch__item--bordered {
  border: 1px solid #E5E5E5;
}

.get-in-touch__link {
  background-color: #E5E5E5;
  display: inline-block;
  font-size: 0;
  height: calc(33.33% - (40px / 3));
  margin-top: 20px;
  position: relative;
  vertical-align: middle;
}

.get-in-touch__link:first-child {
  margin-top: 0;
}

.get-in-touch__link::before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.get-in-touch__link--arrow::after {
  border: 12px solid transparent;
  border-top-color: #E5E5E5;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
     transform: rotate(0);
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: 100%;
}

.get-in-touch__heading {
  margin: 0;
  padding: 40px 0;
  display: inline-block;
  vertical-align: middle;
}

.get-in-touch__heading-icon {
  color: #E60000;
  display: block;
  height: 55px;
  margin: 0 auto 20px;
  width: 55px;
}

.get-in-touch__call-us-content {
  border-top: none;
  padding: 40px 20px 20px;
}

@media only screen and (max-width: 970px) {
  .get-in-touch__heading-icon {
    height: 35px;
    margin-bottom: 10px;
    width: 35px;
  }
}

@media only screen and (max-width: 639px) {
  .get-in-touch {
    display: block;
    padding: 10px;
    width: 100%;
    margin-left: 0;
  }

  .get-in-touch__item {
    display: block;
    width: 100%;
    border: none;
  }

  .get-in-touch__heading {
    position: static;
    padding: 30px;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }

  .get-in-touch__link {
    margin-top: 10px;
  }

  .get-in-touch__link:first-child {
    margin-top: 0;
  }

  .get-in-touch__icon {
    margin: 0 auto 10px;
  }

  .get-in-touch__call-us-content {
    padding: 0;
    margin: 25px 0;
  }
}

.actions__filter,
.actions__reset {
  vertical-align: middle;
}

.actions__filter {
  margin-right: 15px;
  padding: 10px 20px;
  border: 1px solid #E60000;
  color: #E60000;
  background: #FFF;
}

.actions__filter--light {
  background: #EBEBEB;
}

.actions__icon--filter {
  color: #E60000 !important;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}

.actions__icon--sort {
  height: 24px;
  width: 24px;
}

.actions__reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

.actions__reset--inactive {
  color: #CCC;
}

.actions__sort,
.actions__sort-label {
  display: inline-block;
  vertical-align: middle;
}

.actions__sort {
  max-width: 250px;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .actions {
    display: block;
    text-align: center;
  }

  .actions--sort {
    border-top: 1px solid #D6D6D6;
    margin: 0 -10px;
    padding: 15px 0;
  }

  .actions__sort-label {
    padding-right: 15px;
  }

  .actions__filter {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    width: auto;
  }
}

.filter__close,
.plan-table__double-price--text-align {
  text-align: right;
}

.filter__menu {
  width: 300px;
  padding: 0 30px;
  vertical-align: top;
  background-color: #FFF;
  position: relative;
  display: none;
}

.filter__menu--active {
  z-index: 1;
  opacity: 1;
  display: table-cell;
  vertical-align: top;
}

.filter__menu--active::before {
  position: absolute;
  left: -500%;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #FFF;
  z-index: -1;
}

.filter__clear,
.filter__toggle {
  display: inline-block;
  vertical-align: middle;
}

.filter__toggle {
  padding: 10px 20px;
  border: 1px solid #999;
  cursor: pointer;
  background-color: #FFF;
}

.filter__clear {
  margin: 0 0 0 15px;
  padding: 0 0 3px 15px;
  border-left: 1px solid #CCC;
  background: 0 0;
}

.filter__clear::after {
  display: block;
  border-bottom: 1px solid #666;
}

.filter__cross {
  width: 30px;
  height: 30px;
}

.filter__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #CCC;
  color: #666;
  padding: 0 0 20px;
  margin: 0;
  width: 100%;
}

.business-customer-banner,
.pagination,
.previously-viewed,
.product__image-wrapper,
.related-search,
.search-form__customers,
.search__heading,
.summary {
  text-align: center;
}

.filter__close--border {
  padding-bottom: 3px;
}

.filter__close--border::after {
  display: block;
  border-bottom: 1px solid #CCC;
}

.filter__category {
  display: block;
  margin: 0;
}

.filter__option {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #CCC;
}

.filter__option--grey-out {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
}

.filter__option--checked {
  font-family: VodafoneRegularBold;
}

.filter__option--checked .filter__icon--chevron {
  transition: -webkit-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
     transform: rotateZ(180deg);
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
}

.filter__option--second {
  padding-left: 20px;
}

.filter__option--third {
  padding-left: 40px;
}

.filter__option--show-more {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: VodafoneRegular;
  font-weight: 700;
}

.filter__group,
.filter__option--collapsed {
  display: none;
}

.filter__group--display {
  display: block;
}

.filter__label {
  border-bottom: none;
}

.filter__icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.filter__icon--chevron {
  color: #E60000;
  height: 30px;
  margin: 0;
  -webkit-transform: rotateZ(-1);
  -o-transform: rotateZ(-1);
     transform: rotateZ(-1);
  width: 30px;
}

.filter__show-more::before {
  content: "Show more";
}

.filter__show-more--text::before {
  content: "Show less";
}

.no-csstransitions .filter__option--checked .no-csstransitions .filter__option__icon--chevron {
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
     transform: scaleY(-1);
}

@media only screen and (max-width: 639px) {
  .filter__clear,
  .filter__toggle {
    width: auto;
  }

  .filter__actions {
    margin: -10px -10px 20px;
    padding: 0 10px;
  }

  .filter__sortby {
    text-align: center;
  }

  .filter__menu {
    display: none;
    width: 100%;
    opacity: 1;
    padding: 0 15px;
  }

  .filter__menu--active {
    display: block;
    margin-bottom: 20px;
  }

  .filter__category {
    margin: 10px 0;
  }

  .filter__option {
    border: 1px solid #999;
    background-color: #FFF;
    margin-top: -1px;
    padding: 20px;
  }

  .filter__option--second {
    padding-left: 30px;
  }

  .filter__option--third {
    padding-left: 40px;
  }

  .filter__close {
    border-bottom: none;
    padding: 20px 0;
  }
}

.pagination__link {
  background-color: transparent;
  color: #666;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.pagination__link--disabled {
  color: #CCC;
}

.pagination__info {
  display: inline-block;
  margin: 0 50px;
  vertical-align: middle;
}

.pagination__icon {
  height: 30px;
  width: 30px;
}

.pagination__current {
  border: 1px solid #999;
  border-radius: 3px;
  display: inline-block;
  font-family: VodafoneRegularBold;
  line-height: 1em;
  padding: 10px;
}

.results__alert,
.search-form__customer {
  font-family: VodafoneLight;
}

.pagination__of {
  margin: 0 15px;
}

.product {
  background-color: #FFF;
  padding: 30px 20px 20px;
  width: 100%;
  position: relative;
}

.product__heading {
  margin-bottom: 5px;
}

.product__compare {
  float: left;
  width: 33.3333333333%;
  padding: 0 0 0 10px;
}

.product__compare-text {
  padding-bottom: 3px;
  display: inline-block;
}

.product__checkbox {
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 3px;
  margin-right: 5px;
  padding: 3px;
  position: relative;
}

.product__tick {
  display: none;
  width: 15px;
  height: 15px;
}

.product__tick--checked {
  display: block;
}

.results .grid,
.results .grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
}

.product__content,
.product__image-wrapper {
  float: left;
  vertical-align: top;
}

.product__image-wrapper {
  width: 33.3333333333%;
  padding: 0 10px;
}

.product__image-wrapper--large {
  padding: 0 30px;
  width: 100%;
}

.product__image {
  max-height: 210px;
}

.product__content {
  padding-left: 20px;
  width: 66.6666666667%;
}

.product__content--large {
  padding: 0 30px;
  width: 100%;
}

.product__subtitle {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.product__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 0 20px 20px;
}

.product--large {
  padding: 60px 20px 20px;
}

.product--large .rating {
  max-width: 110px;
}

.product--unavailable {
  background-color: #F4F4F4;
}

.related__carousel {
  margin-bottom: 20px;
}

.related-search {
  padding-bottom: 30px;
}

.related-search__queries {
  letter-spacing: -.215em;
  margin: -10px;
}

.related-search__query {
  background-color: #CCC;
  border-radius: 3px;
  letter-spacing: normal;
  margin: 10px;
  min-width: 125px;
  padding: 15px 10px;
}

@media only screen and (max-width: 639px) {
  .product__compare-text {
    font-size: 15px;
  }

  .product--large__heading {
    font-size: 28px;
  }

  .related-search__queries {
    margin: -5px;
  }

  .related-search__query {
    background-color: #E4E4E4;
    margin: 5px;
  }
}

.results .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.results .grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.results .results__item {
  width: 100%;
}

.results .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.results .product .product__footer {
  margin-top: auto;
}

.results__wrapper {
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 3px 0 #AFAFAF;
          box-shadow: 1px 1px 3px 0 #AFAFAF;
  padding: 20px;
}

.results__item {
  -webkit-animation: fade-in .5s;
  -o-animation: fade-in .5s;
     animation: fade-in .5s;
  background-color: #FFF;
  color: #333;
  border: 1px solid #DADADA;
  outline: transparent solid 3px;
}

.results__item:hover {
  outline: #DADADA solid 3px;
}

.results__item--offer {
  position: relative;
}

.results__item--offer--save {
  border-color: #7A437C;
}

.results__item--offer--save:hover {
  outline: #7A437C solid 3px;
}

.results__item--offer--data {
  border-color: #900;
}

.results__item--offer--popular,
.results__item--offer--sash {
  border-color: #007C92;
}

.results__item--offer--data:hover {
  outline: #900 solid 3px;
}

.results__item--offer--popular:hover,
.results__item--offer--sash:hover {
  outline: #007C92 solid 3px;
}

.results__item--offer--current {
  border-color: #FFA400;
}

.results__item--offer--current:hover {
  outline: #FFA400 solid 3px;
}

.results__item--offer--success {
  border-color: #00992B;
}

.results__item--offer--success:hover {
  outline: #00992B solid 3px;
}

.results__item--unavailable {
  background-color: #F4F4F4;
  border-color: #EBEBEB;
}

.results__item--unavailable:hover {
  outline: 0;
}

.results__item--alert {
  -webkit-box-shadow: inset 0 0 0 4px #F4F4F4;
          box-shadow: inset 0 0 0 4px #F4F4F4;
  border-radius: 3px;
  border: 1px solid #E60000;
  overflow: hidden;
  position: relative;
}

.results__alert,
.results__offer {
  position: absolute;
  text-transform: uppercase;
  color: #FFF;
}

.results__item--extrude {
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 3px 0 #AFAFAF;
          box-shadow: 1px 1px 3px 0 #AFAFAF;
  margin: 2px 0 3px;
}

.results__item--last,
.results__item--md-last {
  margin-bottom: 0;
}

.results__item .rating {
  height: 20px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.results__item .rating .rating__icon {
  height: 20px;
}

.results__offer {
  font-size: 15px;
  line-height: 1;
  padding: 5px 13px;
  right: 0;
  top: 0;
  font-weight: 700;
  z-index: 2;
}

.results__offer--left {
  z-index: 1;
  left: 0;
  width: 40%;
}

.results__item--offer--popular .results__offer,
.results__item--offer--sash .results__offer {
  background: #007C92;
}

.results__item--offer--save .results__offer {
  background: #7A437C;
}

.results__item--offer--data .results__offer {
  background: #900;
}

.results__item--offer--success .results__offer {
  background: #00992B;
}

.results__item--offer--current .results__offer {
  background: #FFA400;
}

.results__alert {
  background-color: #E60000;
  display: inline-block;
  padding: 80px 80px 5px;
  right: -100px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  top: -50px;
}

.results__help {
  padding: 20px;
}

.results__description {
  margin-left: 20px;
}

@media only screen and (max-width: 970px) {
  .results__item--last {
    margin-bottom: 20px;
  }

  .results__item--md-last {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 639px) {
  .results__wrapper {
    padding: 5px;
  }

  .results__item--last,
  .results__item--md-last {
    margin-bottom: 20px;
  }

  .results__item--sm-last {
    margin-bottom: 0;
  }
}

.search__heading {
  background-color: #333;
  color: #FFF;
  line-height: 45px;
  margin: 0;
  padding-bottom: 70px;
  padding-top: 150px;
}

.search__section {
  display: inline-block;
  width: 100%;
}

.search__section--actions,
.search__section--summary {
  display: block;
}

.search__section--summary {
  margin-bottom: 30px;
  margin-top: 35px;
}

.search__section--actions {
  margin-bottom: 40px;
  margin-top: 40px;
}

.search__section--compare,
.search__section--pagination,
.search__section--popular {
  border-top: 1px solid #D6D6D6;
}

.search__section--compare {
  padding-bottom: 60px;
  padding-top: 55px;
}

.search__section--popular {
  background-color: #E4E4E4;
  padding: 55px 0;
}

.search__section--related {
  background: #F4F4F4;
}

.search__section--results,
.search__section--results-subsection {
  padding: 30px 0;
}

.search__section--results {
  background-color: #F4F4F4;
  padding-bottom: 0;
}

.search__section--pagination {
  padding: 40px 0;
}

.search__overflow {
  position: relative;
  float: left;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
}

.search__overflow--shift {
  float: none;
  left: 20vw;
}

.search__overflow--shift .search__filter {
  margin-left: 0;
  height: auto;
  opacity: 1;
}

.search__wrapper {
  left: -20vw;
  position: relative;
  width: 120vw;
}

.search__content,
.search__filter {
  float: left;
}

.search__filter {
  opacity: 0;
  height: 0;
  margin-left: -10px;
  padding-bottom: 50px;
  padding-right: 40px;
  width: 20vw;
}

.search__content {
  width: 100vw;
}

@media only screen and (max-width: 970px) {
  .search__overflow--shift {
    left: 30vw;
  }

  .search__wrapper {
    left: -30vw;
    width: 130vw;
  }

  .search__filter {
    padding-left: 10px;
    padding-right: 20px;
    width: 30vw;
  }

  .search__section--results,
  .search__section--results-subsection {
    padding: 20px 0;
  }

  .search__section--results {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 639px) {
  .search__heading {
    padding-bottom: 35px;
    padding-top: 65px;
  }

  .search__section--summary {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .search__section--actions {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .search__section--compare {
    padding: 35px 0 40px;
  }

  .search__section--popular {
    padding-bottom: 30px;
    padding-top: 35px;
  }

  .search__section--pagination {
    padding-top: 25px;
  }

  .search__overflow,
  .search__wrapper {
    left: 0;
  }

  .search__overflow {
    float: none;
    padding: 0;
  }

  .search__overflow .search__filter {
    display: none;
  }

  .search__overflow--shift .search__filter {
    display: block;
  }

  .search__content,
  .search__filter,
  .search__wrapper {
    width: 100%;
  }

  .search__filter {
    background-color: #F4F4F4;
    margin-left: 0;
    padding: 10px 10px 50px;
  }
}

.search-app {
  overflow: hidden;
  position: relative;
}

.search-app::before {
  content: " ";
  display: block;
  padding-bottom: 100%;
}

.search-app__content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.search-app__icon {
  margin: 0 5px;
}

.search-app__icon--store {
  height: 30px;
  width: 84px;
}

.search-app__footer,
.search-app__header {
  background-color: #BD0000;
  color: #FFF;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.search-app__header {
  position: relative;
}

.search-app__header::after {
  border: 15px solid transparent;
  border-top-color: #BD0000;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
     transform: rotate(0);
  content: "";
  left: 50%;
  margin-left: -15px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  z-index: 1;
}

.search-app__footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.search-carousel__mask {
  overflow: hidden;
  margin: -5px 30px;
  position: relative;
}

.search-carousel__framer {
  width: 33.3333333333%;
}

.search-carousel__frames {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-carousel__frame {
  float: left;
}

.search-carousel__inner {
  margin: 5px 10px;
  -webkit-box-shadow: 0 3px 5px #CCC;
          box-shadow: 0 3px 5px #CCC;
}

.search-carousel__controls {
  margin-top: -15px;
}

.search-carousel__icon--control {
  height: 30px;
  width: 30px;
}

@media only screen and (max-width: 970px) {
  .search-carousel__framer {
    width: 50%;
  }
}

@media only screen and (max-width: 639px) {
  .search-carousel {
    margin: 0;
  }

  .search-carousel__mask {
    margin: -5px;
  }

  .search-carousel__framer {
    margin-left: 5%;
    width: 90%;
  }

  .search-carousel__inner {
    margin: 5px;
  }

  .search-carousel__controls {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.search-form__wrapper {
  background-color: #3D3D3D;
  padding: 40px 0;
}

.search-form__query {
  margin: 0 auto;
  max-width: 580px;
}

.search-form__customers {
  background-color: #EBEBEB;
}

.search-form__customer {
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
  padding: 14px 35px 17px;
  position: relative;
}

.search-form__customer.customer__item--active {
  border-color: #E60000;
  font-family: VodafoneRegular;
}

.colours__chosen,
.storage__chosen {
  font-family: VodafoneRegularBold;
}

.summary {
  font-size: 16px;
}

.summary__query {
  font-size: 28px;
}

.summary__autocorrection {
  border-bottom: 1px solid currentColor;
}

@media only screen and (max-width: 639px) {
  .search-form__wrapper {
    padding: 20px 10px;
  }

  .search-form__customer {
    float: left;
    width: 50%;
  }

  .summary {
    font-size: 18px;
  }
}

.business-customer-banner {
  background-color: #666;
  color: #FFF;
  padding: 50px 0;
}

.previously-viewed__item {
  width: 16.6666666667%;
}

.previously-viewed__link {
  display: block;
}

.previously-viewed__media {
  height: 64px;
  margin-bottom: 15px;
  max-width: 64px;
}

@media only screen and (max-width: 970px) {
  .business-customer-banner {
    padding: 40px 0;
  }

  .previously-viewed__item {
    width: 130px;
  }
}

@media only screen and (max-width: 639px) {
  .business-customer-banner {
    padding: 30px 0;
  }

  .previously-viewed__item {
    width: 120px;
  }
}

.products-search__results {
  position: absolute;
  left: 40px;
  right: 40px;
  background: #FFF;
  border: 1px solid #CCC;
  border-top: none;
  z-index: 1;
}

.products-search__form {
  position: relative;
}

.products-search__result {
  padding: 13px 20px;
  display: block;
  text-align: left;
}

.products-search__result:hover {
  color: #E60000;
  background: #FEF2F2;
  text-decoration: underline;
}

.accessories__strikethrough,
.checkout__item--outdated {
  text-decoration: line-through;
}

.products-search__input-group {
  padding: 0 40px;
}

.products-search__clear {
  right: 60px;
}

@media only screen and (max-width: 639px) {
  .products-search__input-group {
    padding: 0;
  }

  .products-search__results {
    position: static;
  }

  .products-search__clear {
    right: 20px;
  }
}

.share {
  position: relative;
  color: #666;
  overflow: hidden;
}

.share__button {
  float: right;
  padding: 10px 0;
  position: relative;
  background: #FFF;
}

.share__social-links {
  margin: 0 -230px 0 0;
  padding: 0;
  float: right;
  list-style: none;
  -webkit-transition: margin-right .3s ease-in;
  -o-transition: margin-right .3s ease-in;
  transition: margin-right .3s ease-in;
}

.share__social-links--show {
  margin-right: 0;
}

.share__social-text-outer {
  position: absolute;
  right: 50px;
  top: 15px;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  opacity: 1;
}

.share__item {
  display: table-cell;
  vertical-align: bottom;
}

.share__link {
  display: inline-block;
  padding: 10px;
}

@media only screen and (max-width: 639px) {
  .share__spring {
    padding: 0;
  }
}

.checkout {
  list-style: none;
  padding: 35px 0;
}

.checkout input[type=number]::-webkit-inner-spin-button,
.checkout input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkout input[type=number] {
  -moz-appearance: textfield;
}

.checkout :checked + div {
  font-weight: 700;
}

.checkout__item {
  -webkit-box-shadow: 0 0 3px 0 #AFAFAF;
          box-shadow: 0 0 3px 0 #AFAFAF;
  margin-bottom: 35px;
  background: #FFF;
  width: 100%;
}

.checkout__item--discounted {
  color: #428600;
}

.checkout__item--unselected,
.checkout__item--unselected .box {
  background-color: #F4F4F4;
}

.checkout__item__icon svg {
  width: 44px;
  height: 44px;
  margin: -16px 10px 0 0;
}

.checkout__content::before,
.checkout__summary::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.checkout__heading {
  overflow: hidden;
  font-size: 22px;
  margin: 0;
  padding: 22px 0 18px;
}

.checkout__content {
  display: block;
  padding: 0 40px 22px;
  max-height: 5000px;
  -webkit-transition: max-height .5s ease-in-out;
  -o-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
  overflow: hidden;
}

.checkout__content::before {
  margin-bottom: 18px;
}

.checkout__content--collapse {
  max-height: 0;
  padding-bottom: 0;
}

.checkout__summary {
  display: block;
  padding: 0 40px 22px;
}

.checkout__summary::before {
  margin-bottom: 28px;
}

.checkout__click-collect-mobile,
.checkout__summary--collapse {
  display: none;
}

.checkout__summary--standalone .review--sub-total {
  border-bottom: 1px solid #EBEBEB;
}

.checkout__complete--address {
  padding-left: 20px;
}

.checkout__inactive {
  opacity: .4;
}

.checkout__package-icon {
  margin: -4px 5px 0 0;
}

.checkout__total {
  margin-top: 40px;
}

.checkout__review-basket {
  position: relative;
  z-index: 1;
}

.amend-order-panel {
  background-color: #333;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.amend-order-panel__title {
  margin: 11px;
}

.amend-order-panel__item {
  margin-right: 15px;
  line-height: 30px;
  display: inline-block;
}

.amend-order-panel__item svg {
  margin: -9px 0 0 6px;
}

.amend-order-panel a.button {
  width: 60%;
}

.checkout-toaster {
  padding: 20px 0;
  text-align: left;
}

.checkout-alternative {
  -webkit-box-shadow: #3D3D3D 0 2px 6px -2px;
          box-shadow: #3D3D3D 0 2px 6px -2px;
}

.checkout-alternative .product {
  padding-bottom: 0;
}

.checkout-alternative .plan-table__see-plans {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 970px) {
  .amend-order-panel a.button {
    width: 80%;
  }

  .checkout__item__icon svg {
    width: 36px;
    height: 36px;
    margin: -12px 10px 0 0;
  }
}

@media only screen and (max-width: 639px) {
  .checkout__content,
  .checkout__heading,
  .checkout__summary {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout__content--standalone,
  .checkout__heading--standalone,
  .checkout__summary--standalone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout__complete--address {
    display: block;
    padding-left: 0;
  }

  .checkout__package-title {
    margin-top: 0;
    text-align: center;
  }

  .checkout__click-collect {
    display: none;
  }

  .checkout__click-collect-mobile {
    display: inline-block;
  }

  .checkout__item__icon svg {
    width: 32px;
    height: 32px;
    margin: -9px 5px 0 0;
  }

  .amend-order-panel h5 {
    font-size: 16px;
  }

  .amend-order-panel .amend-order-panel__item {
    line-height: 24px;
  }

  .amend-order-panel .amend-order-panel__item svg {
    width: 20px;
    height: 20px;
  }

  .amend-order-panel a.button {
    margin-bottom: 0;
    width: 100%;
  }
}

.checkout-complete__map {
  height: 350px;
}

.checkout-complete__content {
  padding-right: 20px;
}

@media only screen and (max-width: 970px) {
  .checkout-complete__map {
    height: 250px;
  }
}

.review {
  background-color: #FFF;
  margin-bottom: 20px;
}

.review--sub-total {
  background-color: transparent;
  border: none;
}

.review__heading {
  padding: 0 0 18px 20px;
}

.review__section--no-heading {
  border: none;
}

.review__section--sub-total {
  padding-top: 0;
  padding-bottom: 0;
}

.review__box {
  border: none;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}

.review__box--no-top {
  border-top: none;
}

.review__box--no-bottom {
  border-bottom: none;
}

.review__item {
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.review__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.review__signboard {
  display: table;
}

.review__signboard-cell {
  display: table-cell;
  vertical-align: middle;
}

.review__promotions {
  margin-top: 20px;
}

@media only screen and (max-width: 639px) {
  .review {
    padding: 0;
    margin-bottom: 0;
  }

  .review__heading {
    padding-left: 0;
  }

  .review__section {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
  }

  .review__image {
    max-height: 100px;
    margin: 0 auto;
    display: block;
  }

  .review__signboard,
  .review__signboard-cell {
    display: block;
  }

  .review__item {
    padding-bottom: 0;
  }
}

.shop-quicklinks {
  text-align: center;
}

.shop-quicklinks__link {
  color: #E60000;
}

.shop-quicklinks__link:hover {
  color: #900;
  cursor: pointer;
}

.shop-quicklinks__circle {
  border-radius: 50%;
  border: 2px solid currentColor;
  display: inline-block;
  height: 80px;
  position: relative;
  width: 80px;
}

.shop-quicklinks__heading,
.shop-quicklinks__heading:hover {
  color: #333;
}

.shop-quicklinks__icon {
  width: 100%;
}

@media only screen and (max-width: 970px) {
  .shop-quicklinks__circle {
    height: 80px;
    width: 80px;
  }
}

@media only screen and (max-width: 639px) {
  .shop-quicklinks {
    text-align: left;
  }

  .shop-quicklinks__link {
    padding: 20px 15px;
    border-top: 1px solid #CCC;
    width: 100%;
  }

  .shop-quicklinks__link--first {
    border-top: none;
  }

  .shop-quicklinks__heading {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: auto;
  }

  .shop-quicklinks__circle {
    border: none;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
  }
}

.extras--breadcrumbs {
  border-top: 1px solid #CCC;
  margin-bottom: 35px;
}

.extras--notification {
  margin: 40px auto;
}

.extras__tab-content {
  background-color: #EBEBEB;
  border-top: 1px solid #CCC;
}

.simple-table {
  margin-bottom: 15px;
}

.simple-table__head--border,
.simple-table__row--border {
  border-bottom: 1px solid #999;
}

.simple-table__cell {
  padding: 15px 10px;
}

.simple-table__cell--middle {
  vertical-align: middle;
}

.simple-table__icon {
  color: inherit;
  height: 20px;
  width: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.simple-table__icon-holder {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #428600;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px;
}

@media only screen and (max-width: 639px) {
  .table__cell {
    padding: 8px 5px;
  }
}

.bundle-details__block {
  background-color: #F4F4F4;
  padding: 0 20px;
}

.bundle-details__item {
  border-right: 1px solid #FFF;
}

.bundle-details__item--last {
  border: none;
}

.bundle-details__content {
  overflow: hidden;
}

.bundle-details__content--collapse {
  display: none;
}

.bundle-details__action {
  border-top: 1px solid #CCC;
  padding: 10px 0;
  cursor: pointer;
}

.bundle-details__action--text {
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 639px) {
  .bundle-details__block {
    padding: 0 15px;
  }

  .bundle-details__item {
    border-right: none;
  }

  .bundle-details__content {
    border-bottom: 1px solid #FFF;
  }
}

.plan-table {
  background-color: #FFF;
  -webkit-box-shadow: #3D3D3D 0 2px 6px -2px;
          box-shadow: #3D3D3D 0 2px 6px -2px;
  margin-bottom: 30px;
  position: relative;
}

.plan-table__gutter {
  padding: 30px;
}

.plan-table__extra {
  padding: 20px;
}

.plan-table__head {
  padding: 6px 20px 1px;
  color: #E60000;
  border-bottom: 2px solid #F4F4F4;
}

.plan-table__head h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}

.plan-table__head--lime {
  background: -webkit-gradient(linear, left top, right top, from(#429321), to(#B4EC51));
  background: -webkit-linear-gradient(left, #429321, #B4EC51);
  background: -o-linear-gradient(left, #429321, #B4EC51);
  background: linear-gradient(to right, #429321, #B4EC51);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff429321', endColorstr='#ffb4ec51', GradientType=1);
  color: #fff;
  border-bottom: 2px solid #FFF;
}

.plan-table__button__icon,
.plan-table__button__icon--link {
  color: currentColor;
  fill: currentColor;
  vertical-align: bottom;
}

.plan-table__main {
  border-bottom: 1px solid #EBEBEB;
  padding: 20px 20px 30px;
}

.plan-table__tail {
  padding: 8px 20px 0;
  -webkit-transition: height .4s ease-in-out;
  -o-transition: height .4s ease-in-out;
  transition: height .4s ease-in-out;
  border-top: 1px solid #EBEBEB;
  height: 40px;
  overflow: hidden;
}

.plan-table__tail__text {
  padding: 0;
  margin: 0;
}

.plan-table__select {
  margin: 0;
}

.plan-table__button {
  padding: 11px;
  width: 100%;
}

.plan-table__button--selected,
.plan-table__button--selected:hover {
  background-color: #428600;
}

.plan-table__button__icon {
  width: 26px;
  height: 26px;
}

.plan-table__button__icon--link {
  width: 32px;
  height: 32px;
}

.plan-table--expandable {
  max-width: 800px;
  margin: 0 auto 20px;
}

.plan-table--cyan {
  border: 4px solid #007C92;
}

.plan-table--purple {
  border: 4px solid #9C2AA0;
}

.plan-table--dark {
  border: 4px solid #333;
}

.plan-table--red {
  border: 4px solid #E60000;
}

.plan-table--green {
  border: 4px solid #00992B;
}

.plan-table--yellow {
  border: 4px solid #FFA400;
}

.plan-table--unavailable {
  border: none;
  background-color: #F4F4F4;
  opacity: .4;
}

.plan-table__entertainment-icons {
  height: 66px;
}

.plan-table__font--cyan {
  color: #007C92;
}

.plan-table__pricebox {
  position: relative !important;
  top: -38px !important;
  left: -8px !important;
  background-color: #007C92 !important;
  margin-bottom: -28px;
  width: 55%;
}

.plan-table__inner-promo {
  position: relative;
  border-top: none;
}

.plan-table__promo {
  position: absolute;
  top: -12px;
  left: -11px;
  display: block;
  padding: 5px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -2px 5px 0 -2px;
          box-shadow: rgba(0, 0, 0, 0.2) -2px 5px 0 -2px;
}

.plan-table__promo--cyan::after,
.plan-table__promo--purple::after {
  content: "";
  display: block;
  position: absolute;
  line-height: 0;
  border: 5px solid transparent;
  bottom: -5px;
  left: 2px;
  height: 0;
  -webkit-transform: rotate(45deg);
}

.plan-table__promo--purple {
  background-color: #9C2AA0;
  color: #FFF;
}

.plan-table__promo--purple::after {
  border-bottom-color: #5E2750;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0;
}

.plan-table__promo--cyan {
  background-color: #007C92;
  color: #FFF;
}

.plan-table__promo--cyan::after {
  border-bottom-color: #5E2750;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0;
}

.plan-table__promo--green::after,
.plan-table__promo--red::after {
  border: 5px solid transparent;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  line-height: 0;
  bottom: -5px;
  left: 2px;
  height: 0;
  width: 0;
}

.plan-table__promo--red {
  background-color: #E60000;
  color: #FFF;
}

.plan-table__promo--red::after {
  border-bottom-color: #5E2750;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.plan-table__promo--green {
  background-color: #00992B;
  color: #FFF;
}

.plan-table__promo--green::after {
  border-bottom-color: #5E2750;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.plan-table__promo--yellow {
  background-color: #FFA400;
  color: #000;
}

.plan-table__promo--yellow::after {
  content: "";
  display: block;
  position: absolute;
  line-height: 0;
  border: 5px solid transparent;
  border-bottom-color: #5E2750;
  bottom: -5px;
  left: 2px;
  height: 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  width: 0;
}

.plan-table__cell--border-bottom,
.plan-table__see-plans__grid__item--border-bottom {
  border-bottom: 1px solid #CCC;
}

.plan-table__see-plans {
  background-color: #FFF;
  -webkit-box-shadow: #3D3D3D 0 2px 6px -2px;
          box-shadow: #3D3D3D 0 2px 6px -2px;
  margin-bottom: 30px;
  position: relative;
}

.plan-table__see-plans__grid__item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.plan-table__see-plans__grid__item--first {
  padding-right: 35px;
  border-right: 1px solid #CCC;
}

.plan-table__see-plans__grid__item--second {
  padding-left: 40px;
}

.plan-table__see-plans__grid__item--no-gutter-top {
  padding-top: 0;
}

.plan-table__double-price--bottom-treat {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}

.plan-table__table {
  display: table;
  width: 100%;
}

.plan-table__row {
  display: table-row;
}

.plan-table__cell {
  display: table-cell;
  padding: 30px 5px;
  table-layout: fixed;
}

.plan-table__cell--data {
  width: 15%;
}

.plan-table__cell--bundle {
  width: 25%;
}

.plan-table__cell--action,
.plan-table__cell--extras {
  width: 30%;
}

.plan-table__cell--first {
  padding-left: 30px;
}

.plan-table__cell--last {
  padding-right: 30px;
}

.plan-table__banner--extra-duplicate,
.plan-table__banner--head {
  border-bottom: 1px solid #E4E4E4;
}

.plan-table__banner {
  display: block;
  padding: 30px;
}

.plan-table__banner--extra {
  border-top: 1px solid #E4E4E4;
}

.plan-table__banner--extra--text-align {
  text-align: left;
}

.plan-table__banner--head {
  padding-top: 15px;
  padding-bottom: 15px;
}

.plan-table__banner--table {
  display: table;
  width: 100%;
}

.plan-table__banner--table-cell {
  display: table-cell;
  vertical-align: middle;
}

.plan-table__banner--cyan {
  background-color: #007C92;
  color: #FFF;
}

.plan-table__banner--dark {
  background-color: #333;
  color: #FFF;
}

.plan-table__couple {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -30px;
  margin-left: 40px;
  margin-right: 40px;
}

.plan-table__couple--red {
  color: #FFF;
  background-color: #E60000;
  background-image: url(/images/background-why-vodafone-950.jpg);
  background-size: cover;
}

.plan-table__couple--green {
  color: #FFF;
  background-color: #a9b400;
  background-image: url(/images/background-alternative-950.jpg);
  background-size: cover;
}

.plan-table__bundle-options {
  position: relative;
  padding-top: 28px;
}

.plan-table__bundle-options--title {
  position: absolute;
  top: 0;
  left: 0;
}

.plan-table__expandable-header {
  border-bottom: 1px solid #CCC;
}

.plan-table__accordion .accordion__item {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.plan-table__accordion .accordion__item .plan-table__banner--extra-duplicate {
  border-bottom: none;
}

.plan-table .carousel {
  border-top: 1px solid #AFAFAF;
}

.plan-table .carousel__pagination {
  padding-bottom: 20px;
}

.plan-table.expanded .plan-table__tail {
  height: 10px;
}

.accordion__heading {
  border-top: 1px solid #CCC;
}

.accordion__content:before {
  background: 0 0;
}

@media only screen and (max-width: 970px) {
  .plan-table__bundle-options {
    padding-top: 0;
  }

  .plan-table__bundle-options--title {
    position: relative;
  }

  .plan-table__banner--extra--text-align {
    text-align: left;
  }

  .plan-table__pricebox {
    width: 85%;
  }

  .plan-table__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 639px) {
  .plan-table__couple {
    margin-right: 15px;
    margin-left: 15px;
  }

  .plan-table__gutter {
    padding: 20px;
  }

  .plan-table__head {
    padding: 6px 20px 3px;
  }

  .plan-table__head--lime {
    background: -webkit-gradient(linear, left top, right top, from(#429321), to(#80C43B));
    background: -webkit-linear-gradient(left, #429321, #80C43B);
    background: -o-linear-gradient(left, #429321, #80C43B);
    background: linear-gradient(to right, #429321, #80C43B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff429321', endColorstr='#ff80c43b', GradientType=1);
  }

  .plan-table__main {
    padding: 20px 20px 10px;
  }

  .plan-table__tail {
    height: auto;
    padding: 30px 20px 20px;
    -webkit-transition: padding .4s ease-in-out;
    -o-transition: padding .4s ease-in-out;
    transition: padding .4s ease-in-out;
  }

  .plan-table__promo {
    top: -22px;
    z-index: 1;
  }

  .plan-table__full-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
  }

  .plan-table--sm-border-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
  }

  .plan-table__see-plans__grid__item {
    padding: 0 0 30px;
  }

  .plan-table__see-plans__grid__item--first {
    padding-right: 0;
    border-right: none;
  }

  .plan-table__see-plans__grid__item--second {
    padding-left: 0;
  }

  .plan-table__see-plans__grid__item--last-border {
    border-bottom: 1px solid #CCC;
  }

  .plan-table__double-price--text-align {
    text-align: center;
  }

  .plan-table__banner {
    padding: 30px 20px;
  }

  .plan-table__banner--head {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .plan-table__banner--table {
    display: block;
    padding-top: 20px;
  }

  .plan-table__banner--table-cell {
    display: block;
    vertical-align: middle;
  }

  .plan-table.expanded .plan-table__tail {
    height: auto;
    padding-top: 20px;
  }
}

.colours-uk__option::before,
.colours__option::before {
  opacity: .2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}

.bundle-options {
  position: relative;
  padding-top: 28px;
}

.bundle-options--sm {
  padding-top: 22px;
}

.bundle-options__title {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 970px) {
  .bundle-options {
    padding-top: 0;
  }

  .bundle-options__title {
    position: relative;
  }
}

.accessories__heading {
  margin: 0;
}

.accessories__brand {
  display: block;
}

.accessories__box {
  background-color: #FFF;
  position: relative;
  -webkit-box-shadow: 0 3px 5px #CCC;
          box-shadow: 0 3px 5px #CCC;
}

.accessories__content {
  padding: 30px 20px 40px;
  text-align: center;
}

.accessories__button {
  margin-top: 15px;
  display: block;
}

.accessories__image-container {
  height: 300px;
  margin: 30px 0;
  position: relative;
}

.accessories__image {
  width: 100%;
  width: auto;
  max-height: 100%;
}

.accessories__was {
  color: #E60000;
  margin-top: 0;
}

@media only screen and (max-width: 970px) {
  .accessories__content {
    padding-bottom: 30px;
  }

  .accessories__image-container {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .accessories__content {
    padding: 25px 10px;
  }

  .accessories__button {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .accessories__image-container {
    height: 150px;
  }
}

.colours__selection {
  margin-bottom: 15px;
}

.colours__item {
  display: inline-block;
  margin: 0 5px;
}

.colours__item--first {
  margin-left: 0;
}

.colours__item--last {
  margin-right: 0;
}

.colours__option {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  border: none;
}

.colours__option--selected::after,
.colours__option::before {
  content: "";
  position: absolute;
}

.colours__option--small {
  width: 20px;
  height: 20px;
}

.colours__option::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
  background: -webkit-linear-gradient(top, transparent 30%, #000 100%);
  background: -o-linear-gradient(top, transparent 30%, #000 100%);
  background: linear-gradient(to bottom, transparent 30%, #000 100%);
}

.colours__option--space-grey {
  background-color: #CCC;
}

.colours__option--silver {
  background-color: #999;
}

.colours__option--rose {
  background-color: #CCABAB;
}

.colours__option--gold {
  background-color: #D4B691;
}

.colours__option--graphite-black {
  background-color: #333;
}

.colours__option--wild-sand {
  background-color: #F4F4F4;
}

.colours__option--selected::after {
  border: 3px solid #333;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
}

.colours--dark .colours__option--selected::after {
  border-color: #FFF;
}

@media only screen and (max-width: 970px) {
  .colours {
    margin-top: 30px;
  }

  .colours__item {
    margin: 0 10px;
  }

  .colours__item--small {
    margin: 0 5px;
  }

  .colours__selection {
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 639px) {
  .colours {
    margin-top: 5px;
  }
}

.colours-uk__option {
  width: 44px;
  height: 44px;
  border-radius: 20%;
  position: relative;
  border: .5px solid #CCC;
}

.colours-uk__option--selected::after,
.colours-uk__option::before {
  position: absolute;
  content: "";
}

.colours-uk__option--small {
  width: 20px;
  height: 20px;
}

.colours-uk__option::before {
  border-radius: 20%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
  background: -webkit-linear-gradient(top, transparent 30%, #000 100%);
  background: -o-linear-gradient(top, transparent 30%, #000 100%);
  background: linear-gradient(to bottom, transparent 30%, #000 100%);
  display: block;
  width: 44px;
  height: 44px;
}

.colours-uk__option--selected::after {
  border: 3px solid #333;
  border-radius: 20%;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
}

.colours-uk__option--disabled {
  position: relative;
  cursor: default;
}

.colours-uk__option--disabled:before {
  height: 100%;
  width: 100%;
  opacity: .7;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background: -webkit-linear-gradient(top, #FFF, #FFF 100%);
  background: -o-linear-gradient(top, #FFF, #FFF 100%);
  background: linear-gradient(to bottom, #FFF, #FFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}

.colours-uk__option--disabled:after {
  position: absolute;
  content: "";
  left: -15px;
  top: 20px;
  right: 0;
  border-top: 2px solid #E60000;
  opacity: 1;
  height: 0;
  width: 72px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}

.colours-uk__option--unavail {
  background-color: #fbfbfb;
  border-color: #f3f3f3;
  color: #cacaca;
}

.delivery {
  padding-top: 20px;
}

.delivery__location {
  padding: 0;
  max-width: 50px;
  width: 100%;
  height: 50px;
}

.delivery__information {
  margin-top: 50px;
}

.delivery__content {
  padding: 0 30px;
}

.delivery__content--border {
  border-right: 1px solid #CCC;
}

.delivery__media {
  width: 35px;
  height: 35px;
  margin-top: 15px;
}

.delivery__text {
  padding-left: 20px;
}

@media only screen and (max-width: 970px) {
  .delivery {
    padding-top: 10px;
  }

  .delivery__content {
    margin-bottom: 35px;
    padding: 0;
  }

  .delivery__content--border {
    border-right: none;
  }

  .delivery__information {
    margin-top: 40px;
  }

  .delivery__content-heading {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 639px) {
  .delivery {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .delivery__location {
    width: 45px;
    height: 45px;
    float: right;
  }

  .delivery__button {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .delivery__form {
    margin-top: 10px;
  }

  .delivery__item {
    padding: 0 10px;
  }

  .delivery__text {
    padding-left: 10px;
  }

  .delivery__buy-online {
    margin-top: 5px;
    padding-top: 25px;
    border-top: 1px solid #CCC;
  }
}

.feedback__avatar,
.feedback__tile {
  border: 4px solid #FFF;
}

.feedback {
  background-color: #4A4D4E;
  padding: 25px 0 70px;
  color: #FFF;
}

.feedback__icon {
  fill: #AFAFAF;
  stroke: #AFAFAF;
  width: 25px;
  height: 30px;
}

.feedback__icon--twitter {
  fill: #80D8E5;
  stroke: #80D8E5;
}

.feedback__figure {
  font-size: 75px;
  line-height: normal;
}

.feedback__image {
  position: relative;
}

.feedback__social {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

.feedback__avatar {
  display: block;
  margin: 0 auto 25px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.feedback__quote {
  font-style: italic;
}

.feedback__footer {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.feedback__quotation::before {
  content: open-quote;
  display: block;
  color: #AFAFAF;
  font-size: 90px;
}

.feedback__quotation::after {
  content: close-quote;
  display: block;
  color: #AFAFAF;
  font-size: 90px;
  padding-top: 40px;
}

.gallery__close::after,
.gallery__page--active::after {
  content: "";
  bottom: 0;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 639px) {
  .feedback {
    padding: 25px 0 40px;
  }
}

.gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #FFF;
  z-index: 2;
}

.gallery--dark {
  background-color: #000;
}

.gallery__spring {
  position: relative;
  height: auto;
}

.gallery--display {
  display: block;
}

.gallery--dialog {
  display: block;
  position: static;
  background-color: transparent;
  height: 80%;
}

.gallery__controls,
.gallery__pagination {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

.gallery--dialog .gallery__wrapper {
  background-color: #FFF;
  padding: 60px;
}

.gallery--dialog .gallery__close {
  display: none;
}

.gallery__content,
.gallery__slides,
.gallery__wrapper {
  height: 100%;
}

.gallery__slider {
  width: 100%;
  height: 100%;
  text-align: center;
}

.gallery__controls {
  top: 50%;
}

.gallery__pagination {
  bottom: 30px;
}

.gallery__slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery__image {
  height: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
}

.gallery__close {
  position: absolute;
  top: 129px;
  right: 15px;
  color: #999;
  z-index: 3;
}

.gallery__close::after {
  left: 0;
  position: absolute;
}

.gallery--dark .gallery__close,
.gallery--dark .gallery__control {
  color: #FFF;
}

.gallery__pages {
  display: inline-block;
  width: auto;
  margin-top: 0;
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 5px;
}

.gallery__page {
  width: 80px;
  height: 50px;
  background-color: #FFF;
  position: relative;
  border-radius: 0;
}

.gallery__page::after {
  display: none;
}

.gallery__page--dark {
  background-color: #999;
}

.products__share,
.products__share .share__button {
  background-color: #F4F4F4;
}

.gallery__page--active::after {
  display: block;
  position: absolute;
  border: 3px solid #333;
  z-index: 1;
  left: 0;
  border-radius: 0;
  width: auto;
  height: auto;
}

.gallery__page-item {
  height: 50px;
  margin: 5px;
}

.gallery__page-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  height: 100%;
}

.gallery__page-icon {
  height: 36px;
  width: 36px;
  color: #666;
}

.gallery__page-icon--horizontal {
  width: 54px;
}

.gallery__page-icon--dark {
  color: #FFF;
}

@media only screen and (max-width: 970px) {
  .gallery {
    top: -36px;
  }

  .gallery__close {
    top: 90px;
    right: 25px;
  }

  .gallery__pagination {
    bottom: 45px;
  }
}

@media only screen and (max-width: 639px) {
  .gallery {
    top: -30px;
  }

  .gallery__close {
    top: 70px;
    right: 10px;
  }

  .gallery__pagination {
    bottom: 27px;
  }

  .gallery__page-item {
    margin: 0 1px;
    height: 25px;
  }

  .gallery__pages {
    padding: 5px;
  }

  .gallery__page {
    width: 40px;
    height: 25px;
  }

  .gallery__page-icon {
    height: 19px;
    width: 19px;
  }

  .gallery__page-icon--horizontal {
    width: 27px;
  }
}

.products__share {
  border-top: 1px solid #CCC;
}

.products__stage {
  position: relative;
}

.products__promotion {
  margin-top: 20px;
}

.products__plan-duration {
  margin-bottom: 40px;
}

.products__stock-label {
  color: #428600;
  float: left;
  margin: 0 0 0 14px;
}

.unavail-cross {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='gray' stroke-width='5'/><path d='M0 0 L100 100 ' stroke='gray' stroke-width='5'/></svg>") center center no-repeat;
  background-size: 70% 70%, auto;
  display: none;
}

.reviews__item,
.specifications__size {
  position: relative;
}

@media only screen and (max-width: 970px) {
  .products__stage {
    margin-top: 40px;
  }

  .products__breadcrumbs {
    margin: 0 -22px 40px;
  }

  .products__information {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 639px) {
  .products__stage {
    margin-top: 40px;
  }

  .products__breadcrumbs {
    margin: 0 -11px 23px;
  }

  .products__breadcrumbs--dark {
    margin: 0 -11px;
  }

  .products__information {
    background-color: #EBEBEB;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .products__information--dark {
    background-color: transparent;
  }

  .products__plans {
    padding-top: 30px;
  }

  .products__plan-duration {
    margin-bottom: 30px;
  }

  .dialog .products__information {
    background-color: transparent;
    color: #FFF;
  }

  .dialog .products__information * {
    color: #FFF;
  }

  .dialog .products__information .promo--fullheight {
    border: none;
  }
}

.reviews {
  padding-top: 15px;
}

.reviews__heading {
  margin-bottom: 15px;
}

.reviews__author {
  display: inline-block;
}

.reviews__rating {
  text-align: right;
}

.specifications,
.stage__availability,
.stage__image,
.stage__image-uk,
.storage__amount,
.tray__show {
  text-align: center;
}

.reviews__item {
  border-bottom: 1px solid #CCC;
}

.reviews__item--no-border {
  border-bottom: none;
}

.reviews__content {
  padding: 20px 10px 20px 30px;
}

@media only screen and (max-width: 970px) {
  .reviews {
    padding-top: 0;
    margin-top: -15px;
  }

  .reviews__content {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 639px) {
  .reviews {
    padding-bottom: 25px;
  }

  .reviews__content {
    padding: 20px 10px;
  }

  .reviews__heading {
    margin-bottom: 10px;
  }

  .reviews__item {
    height: auto;
  }
}

.specifications__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 15px;
}

.specifications__size-arrow--down,
.specifications__size-arrow--up {
  width: 0;
  height: 0;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.specifications__items {
  margin: -10px;
}

.stage__gallery-icon,
.stage__icon {
  margin-right: 10px;
}

.specifications__item {
  text-align: center;
  padding: 10px;
}

.specifications__super {
  font-size: small;
  vertical-align: super;
  color: #E60000;
}

.stage--dark,
.stage__rating--dark {
  color: #FFF;
}

.specifications__super--inline {
  vertical-align: baseline;
}

.specifications__image-uk {
  max-height: 350px;
}

.specifications__size-arrow {
  display: inline-block;
  position: absolute;
}

.specifications__size-arrow--up {
  bottom: 0;
  border-bottom: 5px solid #000;
}

.specifications__size-arrow--down {
  top: -15px;
  border-top: 5px solid #000;
}

.specifications__size-arrow--left,
.specifications__size-arrow--right {
  width: 0;
  height: 0;
  top: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.specifications__size-arrow--right {
  right: 15px;
  border-left: 5px solid #000;
}

.specifications__size-arrow--left {
  left: 10px;
  border-right: 5px solid #000;
}

.specifications__size-content--horizontal::after,
.specifications__size-content--horizontal::before {
  content: "";
  border-bottom: 1px solid #000;
  height: 0;
  width: 20%;
  display: inline-block;
  position: absolute;
  top: 12px;
}

.specifications__size-content {
  display: inline-block;
}

.specifications__size-content--horizontal {
  margin-top: -10px;
}

.specifications__size-content--horizontal::after {
  right: 16px;
}

.specifications__size-content--horizontal::before {
  left: 14px;
}

.specifications__size-content--vertical {
  left: -35px;
  top: 120px;
  position: absolute;
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}

.specifications__size-content--vertical::after,
.specifications__size-content--vertical::before {
  border-top: 1px solid #000;
  height: 0;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 12px;
  content: "";
}

.specifications__size-content--vertical::after {
  right: 16px;
  left: -106px;
}

.specifications__size-content--vertical::before {
  left: 107px;
}

.specifications__columns {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}

@media only screen and (max-width: 970px) {
  .specifications__size-content--vertical::after {
    top: 14px;
    left: -78px;
  }

  .specifications__size-content--vertical::before {
    top: 14px;
    left: 107px;
  }
}

.stage {
  padding: 160px 0 30px;
  position: relative;
}

.stage__spring {
  padding: 0 10px;
}

.stage__gallery {
  display: block;
  margin-top: 56px;
}

.stage__availability,
.stage__checkbox,
.stage__compare,
.stage__rating {
  display: inline-block;
}

.stage__image {
  max-height: 500px;
}

.stage__reviews {
  margin-left: 15px;
}

.stage__availability {
  border: 1px solid #999;
  padding: 11px 37px;
  margin-left: 10px;
}

.stage__availability--dark {
  background-color: #FFF;
  color: #333;
}

.stage__icon {
  width: 25px;
  height: 25px;
  background-color: #468A1C;
  border-radius: 50%;
}

.stage__compare {
  padding-bottom: 3px;
}

.stage__stock-tick {
  padding: 4px;
  stroke: #FFF;
}

.stage__stock-tick:hover {
  stroke: #FFF;
}

.stage__checkbox {
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 3px;
  margin-right: 5px;
  padding: 3px;
  position: relative;
}

.stage__checkbox--dark {
  background-color: #FFF;
}

.stage__information::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.stage__information--light::before {
  display: none;
}

@media only screen and (max-width: 970px) {
  .stage {
    padding-top: 36px;
    padding-bottom: 0;
  }

  .stage__container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .stage__heading {
    margin-bottom: 70px;
  }

  .stage__spring {
    padding: 0;
  }

  .stage__gallery {
    margin: 45px 0 30px;
  }

  .stage__submit {
    float: right;
  }

  .stage__availability {
    float: left;
    margin-left: 20px;
  }

  .stage__add-to-compare {
    margin-top: 26px;
  }

  .stage__show {
    margin-bottom: 22px;
  }

  .stage__header {
    position: relative;
  }

  .stage__information {
    position: relative;
    padding-bottom: 36px;
  }

  .stage__information::before {
    left: -22px;
    right: -22px;
    top: -40px;
    bottom: 0;
  }
}

@media only screen and (max-width: 639px) {
  .stage__heading,
  .stage__rating {
    margin-bottom: 10px;
  }

  .stage {
    padding-bottom: 0;
    padding-top: 30px;
  }

  .stage__rating {
    display: block;
  }

  .stage__availability {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .stage__gallery {
    margin: 20px 0 25px;
  }

  .stage__image {
    max-height: 250px;
  }
}

.stage__image-uk {
  max-height: 500px;
}

.storage__selection {
  margin-bottom: 15px;
}

.storage__item {
  display: inline-block;
  margin: 0 5px;
}

.storage__item--first {
  margin-left: 0;
}

.storage__item--last {
  margin-right: 0;
}

.storage__option {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  border: none;
  background-color: #666;
  color: #FFF;
}

.storage__option--selected::after {
  content: "";
  border: 3px solid #333;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
}

.storage__amount {
  width: 100%;
  font-size: 20px;
}

.storage--dark .storage__option--selected::after {
  border-color: #FFF;
}

@media only screen and (max-width: 970px) {
  .storage {
    margin-top: 30px;
  }

  .storage__item {
    margin: 0 10px;
  }

  .storage__selection {
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 639px) {
  .stage__image-uk {
    max-height: 250px;
  }

  .storage {
    margin-top: 25px;
  }
}

.storage-uk__option {
  width: 44px;
  height: 44px;
  border-radius: 20%;
  position: relative;
  border: .5px solid #CCC;
  background-color: #F4F4F4;
  color: #000;
}

.storage-uk__option--disabled {
  position: relative;
  cursor: default;
}

.storage-uk__option--disabled:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #fff;
}

.storage-uk__option--disabled .storage__amount {
  opacity: .2;
}

.storage-uk__option--disabled:after {
  position: absolute;
  content: "";
  left: -15px;
  top: 20px;
  right: 0;
  border-top: 2px solid #E60000;
  opacity: 1;
  height: 0;
  width: 72px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}

.features__slider,
.features__text--center {
  width: 100%;
}

.storage-uk__option--selected::after {
  content: "";
  border: 3px solid #333;
  border-radius: 20%;
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
}

.storage-uk__option--unavail {
  background-color: #fbfbfb;
  border-color: #f3f3f3;
  color: #cacaca;
}

.tray {
  margin: 36px 0 30px;
  background-color: #F4F4F4;
  padding: 22px 0 7px;
}

.tray--dark {
  background-color: #000;
  position: relative;
}

.tray--dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  z-index: -1;
  background-color: #000;
}

.tray__chevron {
  color: #E60000;
  margin-left: 15px;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
  transition: -webkit-transform .4s;
  -webkit-transition: -webkit-transform .4s;
  -o-transition: -o-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s, -o-transform .4s;
}

.tray__chevron--down {
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
     transform: rotateZ(180deg);
}

.tray__chevron--dark {
  color: #FFF;
}

.tray__show {
  overflow: hidden;
  margin: 0;
  line-height: 48px;
}

.tray__show:hover {
  cursor: pointer;
}

.tray__less,
.tray__show--active .tray__more {
  display: none;
}

.tray__show--active .tray__less {
  display: inline-block;
}

.tray__content {
  display: block;
}

.tray__content--collapse {
  display: none;
}

.tray__price {
  margin: 0 0 15px;
  padding-left: 20px;
}

.tray__price--first {
  border-right: 1px solid #CCC;
}

.tray__amount {
  display: inline;
}

.no-csstransitions .tray__chevron--down {
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
     transform: scaleY(-1);
}

@media only screen and (max-width: 970px) {
  .tray {
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-top: 20px;
  }

  .tray--dark::before {
    display: none;
  }

  .tray--dark .tray__costs {
    background-color: #000;
  }

  .tray--dark .tray__show {
    background: 0 0;
  }

  .tray__price--left {
    text-align: right;
    padding-right: 20px;
    padding-left: 10px;
  }

  .tray__price--right {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
  }

  .tray__show {
    background-color: #FFF;
    line-height: inherit;
    padding-top: 20px;
  }

  .tray__costs {
    padding-bottom: 7px;
  }
}

.features__slide {
  text-align: center;
  position: relative;
}

.features__background {
  background-repeat: no-repeat;
}

.features__content {
  position: relative;
  min-height: 698px;
}

.features__text {
  color: #FFF;
  position: absolute;
  width: 100%;
}

.features__text--bottom {
  bottom: 80px;
}

.features__text--top {
  top: 90px;
}

.features__text--dark {
  color: #333;
}

.business-solutions,
.features__control {
  color: #FFF;
}

.features__link {
  text-decoration: underline;
}

.features__controls {
  margin: 0 20px;
}

@media only screen and (max-width: 970px) {
  .features__controls {
    display: none;
  }

  .features__text--bottom {
    bottom: 50px;
  }

  .features__text--top {
    top: 50px;
  }
}

@media only screen and (max-width: 639px) {
  .features__background {
    z-index: 0;
  }

  .features__content {
    min-height: 275px;
  }

  .features__blurb {
    background-color: #333;
    padding: 15px 15px 10px;
    text-align: center;
    color: #FFF;
  }

  .features__text--bottom {
    bottom: 20px;
  }

  .features__text--top {
    top: 10px;
  }
}

.business-homepage__section {
  margin: 50px 0;
}

.business-homepage__section--connecting {
  background-color: #EBEBEB;
  margin-bottom: 0;
  padding: 50px 0;
}

@media only screen and (max-width: 970px) {
  .business-homepage__section {
    margin: 40px 0;
  }

  .business-homepage__section--connecting {
    background-color: #EBEBEB;
    margin-bottom: 0;
    padding: 40px 0;
  }
}

@media only screen and (max-width: 639px) {
  .business-homepage__section {
    margin: 30px 0;
  }

  .business-homepage__section--solutions {
    margin: 0 11px;
  }

  .business-homepage__section--connecting {
    background-color: #EBEBEB;
    margin-bottom: 0;
    padding: 30px 0;
  }

  .business-quicklinks__item {
    width: 36%;
  }
}

.business-connecting__all-articles {
  text-align: center;
  margin-top: 25px;
}

.business-solutions__background {
  background-color: #333;
  position: relative;
}

.business-solutions__background::before {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
     transform: skewX(-10deg);
  width: 100vw;
}

.business-solutions__content {
  padding: 65px 20px 65px 0;
  position: relative;
}

@media only screen and (max-width: 639px) {
  .business-solutions {
    overflow: hidden;
  }

  .business-solutions__background {
    padding-top: 250px;
  }

  .business-solutions__background::before {
    bottom: -25px;
    left: 0;
    right: 0;
    top: 250px;
    -webkit-transform: skewY(5deg);
    -o-transform: skewY(5deg);
       transform: skewY(5deg);
    width: 100%;
  }

  .business-solutions__background-image {
    bottom: auto;
    height: 275px;
  }

  .business-solutions__content {
    padding: 45px 20px 30px;
  }

  .flush--sm-all {
    padding: 0;
  }

  .flush--sm-top {
    padding-top: 0;
  }

  .flush--sm-bottom {
    padding-bottom: 0;
  }

  .flush--sm-left {
    padding-left: 0;
  }

  .flush--sm-right {
    padding-right: 0;
  }
}

.business-challenges__content {
  background-color: #007C92;
  color: #FFF;
}

.business-challenges__all-articles {
  text-align: center;
  margin-top: 30px;
}

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

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

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

.disabled {
  cursor: not-allowed !important;
  opacity: .5 !important;
}

.float--left {
  float: left !important;
}

.float--right {
  float: right !important;
}

.float--none {
  float: none !important;
}

.flush--all {
  padding: 0;
}

.flush--top {
  padding-top: 0;
}

.flush--bottom {
  padding-bottom: 0;
}

.flush--left {
  padding-left: 0;
}

.flush--right {
  padding-right: 0;
}

@media only screen and (max-width: 970px) {
  .business-challenges-tiles__all-articles {
    margin-top: 20px;
  }

  .flush--md-all {
    padding: 0;
  }

  .flush--md-top {
    padding-top: 0;
  }

  .flush--md-bottom {
    padding-bottom: 0;
  }

  .flush--md-left {
    padding-left: 0;
  }

  .flush--md-right {
    padding-right: 0;
  }
}

.display {
  display: block !important;
}

.display--inline {
  display: inline !important;
}

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

.gutter--all {
  margin: 20px;
}

.gutter--top {
  margin-top: 20px;
}

.gutter--top--half {
  margin-top: 10px;
}

.gutter--bottom {
  margin-bottom: 20px;
}

.gutter--left {
  margin-left: 20px;
}

.gutter--right {
  margin-right: 20px;
}

.gutter--all-double {
  margin: 40px;
}

.gutter--top-double {
  margin-top: 40px;
}

.gutter--bottom-double {
  margin-bottom: 40px;
}

.gutter--left-double {
  margin-left: 40px;
}

.gutter--right-double {
  margin-right: 40px;
}

@media only screen and (max-width: 970px) {
  .gutter--md-all {
    margin: 20px;
  }

  .gutter--md-top {
    margin-top: 20px;
  }

  .gutter--md-top--half {
    margin-top: 10px;
  }

  .gutter--md-bottom {
    margin-bottom: 20px;
  }

  .gutter--md-left {
    margin-left: 20px;
  }

  .gutter--md-right {
    margin-right: 20px;
  }

  .gutter--md-all-double {
    margin: 40px;
  }

  .gutter--md-top-double {
    margin-top: 40px;
  }

  .gutter--md-bottom-double {
    margin-bottom: 40px;
  }

  .gutter--md-left-double {
    margin-left: 40px;
  }

  .gutter--md-right-double {
    margin-right: 40px;
  }
}

.max__h--50 {
  max-height: 50px;
}

@media only screen and (max-width: 639px) {
  .gutter--sm-all {
    margin: 20px;
  }

  .gutter--sm-top {
    margin-top: 20px;
  }

  .gutter--sm-top--half {
    margin-top: 10px;
  }

  .gutter--sm-bottom {
    margin-bottom: 20px;
  }

  .gutter--sm-left {
    margin-left: 20px;
  }

  .gutter--sm-right {
    margin-right: 20px;
  }

  .gutter--sm-all-double {
    margin: 40px;
  }

  .gutter--sm-top-double {
    margin-top: 40px;
  }

  .gutter--sm-bottom-double {
    margin-bottom: 40px;
  }

  .gutter--sm-left-double {
    margin-left: 40px;
  }

  .gutter--sm-right-double {
    margin-right: 40px;
  }

  .hide--sm {
    display: none !important;
  }

  .no-gutter--sm-all {
    margin: 0;
  }

  .no-gutter--sm-top {
    margin-top: 0;
  }

  .no-gutter--sm-bottom {
    margin-bottom: 0;
  }

  .no-gutter--sm-left {
    margin-left: 0;
  }

  .no-gutter--sm-right {
    margin-right: 0;
  }
}

@media only screen and (min-width: 639px) and (max-width: 970px) {
  .hide--md {
    display: none !important;
  }
}

@media only screen and (min-width: 970px) {
  .hide--lg {
    display: none !important;
  }
}

.mouse-active :focus {
  outline: 0 !important;
}

.no-gutter--all {
  margin: 0;
}

.no-gutter--top {
  margin-top: 0;
}

.no-gutter--bottom {
  margin-bottom: 0;
}

.no-gutter--left {
  margin-left: 0;
}

.no-gutter--right {
  margin-right: 0;
}

@media only screen and (max-width: 970px) {
  .no-gutter--md-all {
    margin: 0;
  }

  .no-gutter--md-top {
    margin-top: 0;
  }

  .no-gutter--md-bottom {
    margin-bottom: 0;
  }

  .no-gutter--md-left {
    margin-left: 0;
  }

  .no-gutter--md-right {
    margin-right: 0;
  }
}

.no-js .lazyload,
.template {
  display: none !important;
}

.visually-hidden {
  background: #E60000;
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c--red {
  color: #E60000;
}

.c--black {
  color: #000;
}

.c--green {
  color: #428600;
}

.c--teal {
  color: #007C92;
}

.c--ironside-gray {
  color: #6F6E6B;
}

.c--mine-shaft {
  color: #333;
}

.c--cyan {
  color: #007C92;
}

.c--white {
  color: #FFF;
}

.control-body-text b {
  font-family: VodafoneRegularBold;
}

@font-face {
  font-family: "VodafoneLight";
  src: url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Light.eot");
  src: local("\263A"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Light.woff") format("woff"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Light.ttf") format("truetype"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VodafoneRegular";
  src: url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Regular.eot");
  src: local("\263A"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Regular.woff") format("woff"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Regular.ttf") format("truetype"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VodafoneRegularBold";
  src: url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Bold.eot");
  src: local("\263A"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Bold.woff") format("woff"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Bold.ttf") format("truetype"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VodafoneExtraBold";
  src: url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-ExtraBold.eot");
  src: local("\263A"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-ExtraBold.woff") format("woff"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-ExtraBold.ttf") format("truetype"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/Vodafone-ExtraBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NSPCC-Regular";
  src: url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/NSPCC-Regular.otf");
  src: local("\263A"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/NSPCC-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NSPCC-Bold";
  src: url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/NSPCC-Bold.otf");
  src: local("\263A"), url("/newscentre/app/themes/news/resources/assets/fonts/vodafone/NSPCC-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:focus {
  outline-color: transparent !important;
}

:root {
  font-size: 16px;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: VodafoneLight;
  font-size: 1.25rem;
  line-height: 1.563rem;
  color: #2E2A2A;
  background: #fff !important;
}

@media (max-width: 970.98px) {
  body {
    padding-top: 55px !important;
  }
}

body #loading {
  display: none;
}

body.performing-search #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  background: rgba(255, 255, 255, 0.85);
  width: 100vw;
  height: 100vh;
}

body > .featherlight {
  background: rgba(0, 0, 0, 0.8);
}

body.no-scroll {
  overflow-y: hidden;
}

body * {
  outline: none;
}

body h1,
body .h1 {
  font-size: 1.875rem;
  line-height: 2.188rem;
  letter-spacing: -0.025rem;
  font-family: VodafoneRegularBold;
  font-weight: normal;
  margin: 0.5em 0 0.5em 0;
}

body h2,
body .h2 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: -0.025rem;
  font-family: VodafoneRegularBold;
  font-weight: normal;
}

body h3,
body .h3 {
  font-size: 1.375rem;
  line-height: 1.563rem;
  letter-spacing: -0.025rem;
  font-weight: normal;
}

body h3.category,
body .h3.category {
  font-family: VodafoneRegularBold;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 10px;
}

body h3.category a,
body .h3.category a {
  color: #2C292C;
}

body h3.bold,
body .h3.bold {
  font-family: VodafoneRegularBold;
}

body hr {
  border-top: 1px solid #ffffff;
  margin: 30px 0;
}

body a,
body a:hover {
  color: #E60000;
}

body .modal-dialog {
  height: 100vh;
  width: 100vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .modal-dialog .close-icon {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0px 0px 10px 0px;
  position: relative;
}

body .media-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

body .media-icon img.icon {
  bottom: 0px;
  left: 0px;
  width: 36px;
  height: 36px;
  top: initial;
  position: absolute;
  padding: 0;
  margin: 0;
}

body .media-icon.play-icon {
  cursor: pointer;
}

body .media-icon.big img.icon {
  width: 72px;
  height: 72px;
}

body .no-results {
  padding: 30px 50px;
}

body .pagination {
  margin-bottom: 15px;
  margin-left: 15px;
}

body .pagination .page-counter {
  line-height: 2.5;
}

body .pagination .page-counter span {
  font-family: VodafoneRegular;
}

body .pagination .page-counter .current-page {
  font-family: VodafoneRegularBold;
}

body .uppercase-light {
  font-family: VodafoneLight;
  font-size: 0.875rem;
  text-transform: uppercase;
}

body .social-icons {
  vertical-align: middle;
  font-size: 1.375rem;
}

body .social-icons a {
  padding: 0px 3px 5px 3px;
}

body .social-icons a img {
  width: 20px;
}

body .social-icons a:first-of-type {
  padding-left: 0;
}

body .social-icons a:first-of-type {
  padding-right: 0;
}

body .image-container {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 66.66% 0 0 0;
  overflow: hidden;
}

body .image-container img,
body .image-container figure {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

body .image-container img.contain,
body .image-container figure.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

body .image-container img.contain img,
body .image-container figure.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

body .image-container.custom-object-fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body > .content {
  max-width: 1440px;
  margin: 0 auto;
}

body > .content .main {
  margin: 15px 10px;
}

@media (max-width: 1339.98px) {
  body > .content .main {
    margin: 15px 10px;
  }
}

@media (max-width: 1199.98px) {
  body > .content .main {
    margin: 15px 15px;
  }
}

@media (max-width: 970.98px) {
  body > .content .main {
    margin: 15px 25px;
  }
}

@media (max-width: 767.98px) {
  body > .content .main {
    margin: 15px 25px;
  }
}

@media (max-width: 575.98px) {
  body > .content .main {
    margin: 15px 15px;
  }
}

@media (max-width: 970.98px) {
  body .content h2 {
    font-size: 1rem;
  }
}

@media (max-width: 970.98px) {
  body .content p {
    font-size: 1rem;
  }
}

@media (max-width: 970.98px) {
  body .content ul li {
    font-size: 1rem;
  }
}

body .container .row:before,
body .container-fluid .row:before {
  content: none;
}

body .container .row:after,
body .container-fluid .row:after {
  content: "";
}

body .text-center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

body .text-center .cta {
  border-color: #4A4D4E;
  color: #4A4D4E;
}

body .text-center .cta:hover {
  background-color: #4A4D4E;
  color: white;
}

body .text-right {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

body .text-right .cta {
  border: none;
  color: #E60000;
}

body .related-box p {
  font-size: 0.825rem;
  line-height: 1.1;
}

body .related-box p a {
  color: #2E2A2A;
  text-decoration: none;
}

body article,
body .article {
  margin-bottom: 15px;
}

body article.article,
body .article.article {
  margin-bottom: 0;
}

body article .article-wrapper,
body .article .article-wrapper {
  padding-bottom: 15px;
  border-bottom: 1px solid #B4B9BA;
  margin-right: 15px;
  height: 100%;
  position: relative;
}

body article .article-wrapper:hover h1 a,
body article .article-wrapper:hover h2 a,
body .article .article-wrapper:hover h1 a,
body .article .article-wrapper:hover h2 a {
  text-decoration: underline;
}

body article.featured,
body .article.featured {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  height: 100%;
}

@media (max-width: 767.98px) {
  body article.featured,
  body .article.featured {
    padding-right: 15px;
  }
}

body article.featured .article-wrapper,
body .article.featured .article-wrapper {
  margin-right: 0;
  padding-bottom: 0;
}

body article.featured .article-wrapper h1,
body article.featured .article-wrapper h1 a,
body .article.featured .article-wrapper h1,
body .article.featured .article-wrapper h1 a {
  font-family: VodafoneRegularBold;
  color: #2C292C;
  font-size: 1.7rem;
  line-height: 1.1;
}

@media (max-width: 1199.98px) {
  body article.featured .article-wrapper h1,
  body article.featured .article-wrapper h1 a,
  body .article.featured .article-wrapper h1,
  body .article.featured .article-wrapper h1 a {
    font-size: 1.625rem;
  }
}

@media (max-width: 970.98px) {
  body article.featured .article-wrapper h1,
  body article.featured .article-wrapper h1 a,
  body .article.featured .article-wrapper h1,
  body .article.featured .article-wrapper h1 a {
    font-size: 1.525rem;
  }
}

@media (max-width: 767.98px) {
  body article.featured .article-wrapper h1,
  body article.featured .article-wrapper h1 a,
  body .article.featured .article-wrapper h1,
  body .article.featured .article-wrapper h1 a {
    font-size: 1.625rem;
  }
}

@media (max-width: 767.98px) {
  body article.featured .article-wrapper .article-info-container,
  body .article.featured .article-wrapper .article-info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

body article.featured .article-wrapper .article-info-container .author,
body article.featured .article-wrapper .article-info-container .author a,
body .article.featured .article-wrapper .article-info-container .author,
body .article.featured .article-wrapper .article-info-container .author a {
  color: #2C292C;
}

body article.featured .article-wrapper .article-info-container .excerpt,
body .article.featured .article-wrapper .article-info-container .excerpt {
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  body article.featured .article-wrapper .article-info-container .excerpt,
  body .article.featured .article-wrapper .article-info-container .excerpt {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

body article.featured .article-wrapper .article-info-container .excerpt a,
body .article.featured .article-wrapper .article-info-container .excerpt a {
  color: #2C292C;
  font-size: 1.1rem;
  line-height: 1.2;
}

body article.featured .article-wrapper .article-info-container .excerpt a:hover,
body .article.featured .article-wrapper .article-info-container .excerpt a:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  body article.featured .article-wrapper .article-info-container .excerpt a,
  body .article.featured .article-wrapper .article-info-container .excerpt a {
    font-size: 1rem;
  }
}

body article.listing,
body .article.listing {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body article.listing,
  body .article.listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body article.listing.items-6,
body .article.listing.items-6 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16.66666% !important;
          flex: 0 0 16.66666% !important;
}

@media (max-width: 970.98px) {
  body article.listing.items-6,
  body .article.listing.items-6 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}

@media (max-width: 767.98px) {
  body article.listing.items-6,
  body .article.listing.items-6 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

body article.listing.items-4-short,
body .article.listing.items-4-short {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
}

@media (max-width: 1199.98px) {
  body article.listing.items-4-short,
  body .article.listing.items-4-short {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}

@media (max-width: 767.98px) {
  body article.listing.items-4-short,
  body .article.listing.items-4-short {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

body article.listing h2,
body article.listing h2 a,
body article.listing .author,
body article.listing .author a,
body .article.listing h2,
body .article.listing h2 a,
body .article.listing .author,
body .article.listing .author a {
  color: #2C292C;
}

body article.listing h2,
body .article.listing h2 {
  font-family: VodafoneRegularBold;
  font-size: 1.1rem;
  line-height: 1.1;
}

@media (max-width: 1199.98px) {
  body article.listing h2,
  body .article.listing h2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 970.98px) {
  body article.listing h2,
  body .article.listing h2 {
    font-size: 0.925rem;
  }
}

@media (max-width: 767.98px) {
  body article.listing h2,
  body .article.listing h2 {
    font-size: 1.125rem;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  body article.listing .article-wrapper,
  body .article.listing .article-wrapper {
    display: block;
  }
}

@media (max-width: 767.98px) {
  body article.listing .article-wrapper > div,
  body .article.listing .article-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  body article.listing .article-wrapper > div.article-info-container,
  body .article.listing .article-wrapper > div.article-info-container {
    padding-top: 2px;
  }
}

@media (max-width: 767.98px) {
  body article.listing .article-wrapper > div .image-box,
  body .article.listing .article-wrapper > div .image-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  body article.listing .article-wrapper > div .category-container,
  body .article.listing .article-wrapper > div .category-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 3px;
  }
}

body article.listing .article-wrapper > div .category-container .separator,
body .article.listing .article-wrapper > div .category-container .separator {
  display: none;
}

@media (max-width: 767.98px) {
  body article.listing .article-wrapper > div .category-container .separator,
  body .article.listing .article-wrapper > div .category-container .separator {
    display: inline-block;
  }
}

@media (max-width: 767.98px) {
  body article.listing .article-wrapper > div .category-container .category,
  body .article.listing .article-wrapper > div .category-container .category {
    padding: 0;
  }
}

body article.listing.media-listing .download-container,
body .article.listing.media-listing .download-container {
  margin-bottom: 10px;
  margin-top: 5px;
}

body article.media-listing .article-wrapper:hover h1 a,
body article.media-listing .article-wrapper:hover h2 a,
body .article.media-listing .article-wrapper:hover h1 a,
body .article.media-listing .article-wrapper:hover h2 a {
  text-decoration: none;
}

body article.single-featured .article-wrapper,
body article.single-media .article-wrapper,
body .article.single-featured .article-wrapper,
body .article.single-media .article-wrapper {
  padding-bottom: 0;
  margin-bottom: 15px;
}

body article.single-featured .article-wrapper .image-wrapper,
body article.single-media .article-wrapper .image-wrapper,
body .article.single-featured .article-wrapper .image-wrapper,
body .article.single-media .article-wrapper .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body article.single-featured .article-wrapper .image-wrapper .image-box,
body article.single-media .article-wrapper .image-wrapper .image-box,
body .article.single-featured .article-wrapper .image-wrapper .image-box,
body .article.single-media .article-wrapper .image-wrapper .image-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-right: 10px;
}

body article.single-featured .article-wrapper .image-wrapper h2,
body article.single-media .article-wrapper .image-wrapper h2,
body .article.single-featured .article-wrapper .image-wrapper h2,
body .article.single-media .article-wrapper .image-wrapper h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  body article.single-featured .article-wrapper .btn.download,
  body article.single-media .article-wrapper .btn.download,
  body .article.single-featured .article-wrapper .btn.download,
  body .article.single-media .article-wrapper .btn.download {
    padding: 5px 5px;
    margin-right: 4px;
    font-size: 0.6875rem;
  }
}

body article .category,
body article .separator,
body article .author,
body article .date,
body .article .category,
body .article .separator,
body .article .author,
body .article .date {
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-family: VodafoneRegular;
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 0 3px;
}

body article .category.category,
body article .separator.category,
body article .author.category,
body article .date.category,
body .article .category.category,
body .article .separator.category,
body .article .author.category,
body .article .date.category {
  color: #E60000;
}

body article .category.first,
body article .separator.first,
body article .author.first,
body article .date.first,
body .article .category.first,
body .article .separator.first,
body .article .author.first,
body .article .date.first {
  padding: 0 3px 0 0;
}

body article .category.last,
body article .separator.last,
body article .author.last,
body article .date.last,
body .article .category.last,
body .article .separator.last,
body .article .author.last,
body .article .date.last {
  padding: 0 0 0 3px;
}

body .dotdotdot {
  overflow: hidden;
  max-height: 69px;
}

@media (max-width: 767.98px) {
  body .dotdotdot {
    max-height: 114px;
  }
}

body .wp-caption {
  margin-top: 0;
  margin-bottom: 0;
}

body .wp-caption img {
  margin-bottom: 0 !important;
}

body .wp-caption .wp-caption-text {
  font-family: VodafoneRegular;
  background-color: #F1F1F1;
  color: #2C292C;
  padding: 15px 20px;
  font-size: 0.875rem;
  line-height: 1.3;
}

body .wp-caption .wp-caption-text.video {
  margin-top: -7px;
}

body .wp-caption .image-photographer {
  display: none !important;
}

body .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  background: white;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 0 !important;
}

body .breadcrumb .container {
  font-family: VodafoneRegular !important;
  font-size: 1rem;
  font-weight: 400;
}

body .breadcrumb .container .row > div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  body .breadcrumb .container .row > div > span span:last-child .sep,
  body .breadcrumb .container .row > div > span span:last-child span {
    display: none;
  }
}

body .breadcrumb .container .row > div > span .breadcrumb_last {
  max-height: 33px;
  white-space: nowrap;
  color: #333 !important;
}

body .breadcrumb .container .row > div > span a {
  color: #2e2a2a;
  position: relative;
}

body .breadcrumb .container .row > div > span a:hover:after {
  display: block;
}

body .breadcrumb .container .row > div > span .sep {
  display: inline-block;
  margin: 0 40px 0 15px;
}

body .breadcrumb .container .row > div > span .sep .chevron-right:after {
  content: "";
  width: 22px;
  height: 28px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iYTZiZjdlZTEtZGFmOC00ZGE1LTk1OWItOTE4NjRhNzFkOTUyIiBkYXRhLW5hbWU9IklDT04iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE5MiIgaGVpZ2h0PSIxOTIiIHZpZXdCb3g9IjAgMCAxOTIgMTkyIj48dGl0bGU+Y2hldnJvbi1yaWdodDwvdGl0bGU+PHBvbHlsaW5lIGlkPSI4YmEyOWFmNy04YTVjLTQ1MTItOGM5NC1hNDJhOTI2OWE1MDkiIGRhdGEtbmFtZT0iJmx0O1BhdGgmZ3Q7IiBwb2ludHM9IjY4IDI4IDEzNiA5NiA2OCAxNjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjgiLz48cmVjdCB3aWR0aD0iMTkyIiBoZWlnaHQ9IjE5MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTkyIDApIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiLz48L3N2Zz4K);
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
}

.cta {
  font-size: 1.25rem;
  line-height: 1.375rem;
  background-color: #fff;
  border-radius: 6px;
  color: #000000;
  font-family: VodafoneRegular;
  padding: 16px 24px;
}

html.no-object-fit body .media-icon.play-icon {
  width: 72px;
  height: 72px;
}

html.no-object-fit .dotdotdot {
  width: 100%;
}

html.no-object-fit .page-counter {
  margin-right: -110px;
  margin-left: -106px;
}

@media (max-width: 970px) {
  body {
    padding-top: 0 !important;
  }
}

@media (max-width: 970.98px) {
  body.single .container .content h2 {
    font-size: 1rem !important;
  }
}

@media (max-width: 970.98px) {
  body.single .container .content h3 {
    font-size: 1rem !important;
  }
}

body.page .container,
body.single .container {
  padding-left: 0;
  padding-right: 0;
}

body.page .container .videoWrapper,
body.single .container .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

body.page .container .videoWrapper iframe,
body.single .container .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page .container .content a,
body.single .container .content a {
  font-family: VodafoneRegularBold;
}

body.page .container .content b,
body.page .container .content strong,
body.single .container .content b,
body.single .container .content strong {
  font-weight: 300;
}

body.page .container .content h1,
body.single .container .content h1 {
  font-size: 1.875rem;
}

body.page .container .content h2,
body.single .container .content h2 {
  font-size: 1.375rem;
  line-height: 1.1;
  margin: 15px 0;
}

body.page .container .content h3,
body.single .container .content h3 {
  font-family: VodafoneRegularBold;
  font-size: 1.375rem;
  line-height: 1.1;
}

body.page .container .content blockquote,
body.single .container .content blockquote {
  font-family: VodafoneExtraBold;
  font-size: 1.875rem;
  line-height: 1.3;
  color: #E60000;
  border-top: 1px solid #dbdbdc;
  border-bottom: 1px solid #dbdbdc;
  text-align: center;
  padding: 0px 40px;
  margin: 45px 0;
}

body.page .container .content blockquote p,
body.single .container .content blockquote p {
  font-size: 1.875rem;
  line-height: 1.3;
}

body.page .container .content blockquote:before,
body.single .container .content blockquote:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wNzciIGhlaWdodD0iMTkuNDExIiB2aWV3Qm94PSIwIDAgMjkuMDc3IDE5LjQxMSI+PGcgb3BhY2l0eT0iMC4yIj48cGF0aCBkPSJNMjIuMDg1LDI5YTcuMDYxLDcuMDYxLDAsMCwwLTcuMDYxLTcuMDYxYy0zLjksMC02LjczLDMuMDUyLTcuMDYxLDYuOTM4LS41LDUuOTI5LDQsMTAuODk0LDkuNDY5LDEyLjQ3M2E3LjA1NSw3LjA1NSwwLDAsMS0zLjM4MS01LjM2Nyw2LjgsNi44LDAsMCwwLC45NzMuMDc3LDcuMDU5LDcuMDU5LDAsMCwwLDcuMDYzLTcuMDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy45MjQgLTIxLjkzNCkiIGZpbGw9IiM0YTRkNGUiLz48cGF0aCBkPSJNNjUuMjE0LDI5YTcuMDYxLDcuMDYxLDAsMCwwLTcuMDYxLTcuMDYxYy0zLjksMC02LjczLDMuMDUyLTcuMDYxLDYuOTM4LS41LDUuOTI5LDQsMTAuODk0LDkuNDcsMTIuNDczYTcuMDU1LDcuMDU1LDAsMCwxLTMuMzgxLTUuMzY3LDYuODEzLDYuODEzLDAsMCwwLC45NzMuMDc3LDcuMDU5LDcuMDU5LDAsMCwwLDcuMDYxLTcuMDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuMTM3IC0yMS45MzQpIiBmaWxsPSIjNGE0ZDRlIi8+PC9nPjwvc3ZnPg==);
  top: -20px;
  position: relative;
  background: white;
  padding: 0px 15px;
  width: 60px;
  display: block;
  margin: 0 auto;
}

body.page .container .content blockquote:after,
body.single .container .content blockquote:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wNzciIGhlaWdodD0iMTkuNDExIiB2aWV3Qm94PSIwIDAgMjkuMDc3IDE5LjQxMSI+PGcgb3BhY2l0eT0iMC4yIj48cGF0aCBkPSJNMjIuMDg1LDM0LjI4NGE3LjA2MSw3LjA2MSwwLDAsMS03LjA2MSw3LjA2MWMtMy45LDAtNi43My0zLjA1Mi03LjA2MS02LjkzOC0uNS01LjkyOSw0LTEwLjg5NCw5LjQ2OS0xMi40NzNBNy4wNTUsNy4wNTUsMCwwLDAsMTQuMDQ5LDI3LjNhNi44LDYuOCwwLDAsMSwuOTczLS4wNzcsNy4wNTksNy4wNTksMCwwLDEsNy4wNjMsNy4wNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjkyNCAtMjEuOTM0KSIgZmlsbD0iIzRhNGQ0ZSIvPjxwYXRoIGQ9Ik02NS4yMTQsMzQuMjg0YTcuMDYxLDcuMDYxLDAsMCwxLTcuMDYxLDcuMDYxYy0zLjksMC02LjczLTMuMDUyLTcuMDYxLTYuOTM4LS41LTUuOTI5LDQtMTAuODk0LDkuNDctMTIuNDczQTcuMDU1LDcuMDU1LDAsMCwwLDU3LjE4LDI3LjNhNi44MTMsNi44MTMsMCwwLDEsLjk3My0uMDc3LDcuMDU5LDcuMDU5LDAsMCwxLDcuMDYxLDcuMDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuMTM3IC0yMS45MzQpIiBmaWxsPSIjNGE0ZDRlIi8+PC9nPjwvc3ZnPg==);
  bottom: -20px;
  position: relative;
  background: white;
  padding: 0px 15px;
  width: 60px;
  margin: 0 auto;
  display: block;
}

body.page .container .content blockquote .author,
body.single .container .content blockquote .author {
  font-size: 1rem;
  font-family: VodafoneLight;
  color: #E60000;
}

@media (max-width: 970.98px) {
  body.page .container .content blockquote,
  body.single .container .content blockquote {
    font-size: 1.4rem;
  }

  body.page .container .content blockquote p,
  body.single .container .content blockquote p {
    font-size: 1.4rem;
  }
}

body.page .container .content blockquote.black,
body.single .container .content blockquote.black {
  color: #2C292C;
}

body.page .container .content blockquote.black .author,
body.single .container .content blockquote.black .author {
  color: #2C292C;
}

body.page .container .content blockquote.grey,
body.single .container .content blockquote.grey {
  color: #4A4D4E;
}

body.page .container .content blockquote.grey .author,
body.single .container .content blockquote.grey .author {
  color: #4A4D4E;
}

body.page .container .content .single-block:first-of-type,
body.single .container .content .single-block:first-of-type {
  margin-top: 15px !important;
}

body.page .container .content .single-block:first-of-type.statistics-block,
body.single .container .content .single-block:first-of-type.statistics-block {
  margin-top: 9px !important;
}

body.page .container .content .vodafone-banner-advert,
body.single .container .content .vodafone-banner-advert {
  position: relative;
  display: block;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

body.page .container .content .vodafone-banner-advert .content,
body.single .container .content .vodafone-banner-advert .content {
  height: 100%;
  z-index: 1;
}

body.page .container .content .vodafone-banner-advert .content .row,
body.single .container .content .vodafone-banner-advert .content .row {
  padding: 0;
  margin: 0;
}

body.page .container .content .vodafone-banner-advert .overlay,
body.single .container .content .vodafone-banner-advert .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

body.page .container .content .vodafone-banner-advert video,
body.single .container .content .vodafone-banner-advert video {
  -webkit-transform: scale(1.6);
       -o-transform: scale(1.6);
          transform: scale(1.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 970.98px) {
  body.page .container .content .vodafone-banner-advert .mt-4,
  body.single .container .content .vodafone-banner-advert .mt-4 {
    font-size: 1rem;
    margin-top: 1rem !important;
    line-height: 1.2rem !important;
  }
}

body.page .container .content .statistics-block,
body.single .container .content .statistics-block {
  margin: -14px -7px;
}

body.page .container .content .statistics-block > div,
body.single .container .content .statistics-block > div {
  overflow: hidden;
}

body.page .container .content .statistics-block > div .figure,
body.page .container .content .statistics-block > div .wp-caption,
body.single .container .content .statistics-block > div .figure,
body.single .container .content .statistics-block > div .wp-caption {
  font-family: VodafoneExtraBold;
  line-height: 1;
  word-break: break-all;
  text-align: center;
  font-size: 2.5rem;
  margin-top: 15px;
}

@media (max-width: 970.98px) {
  body.page .container .content .statistics-block > div .figure,
  body.page .container .content .statistics-block > div .wp-caption,
  body.single .container .content .statistics-block > div .figure,
  body.single .container .content .statistics-block > div .wp-caption {
    font-size: 3.5rem;
  }
}

body.page .container .content .statistics-block > div .figure > sup,
body.page .container .content .statistics-block > div .wp-caption > sup,
body.single .container .content .statistics-block > div .figure > sup,
body.single .container .content .statistics-block > div .wp-caption > sup {
  top: -1.7vw;
  font-size: 1.4vw;
}

body.page .container .content .statistics-block > div .figure.large,
body.page .container .content .statistics-block > div .large.wp-caption,
body.single .container .content .statistics-block > div .figure.large,
body.single .container .content .statistics-block > div .large.wp-caption {
  font-size: 4.5rem;
}

body.page .container .content .statistics-block > div .figure.large > sup,
body.page .container .content .statistics-block > div .large.wp-caption > sup,
body.single .container .content .statistics-block > div .figure.large > sup,
body.single .container .content .statistics-block > div .large.wp-caption > sup {
  top: -6vw;
  font-size: 2vw;
}

body.page .container .content .statistics-block > div .line,
body.single .container .content .statistics-block > div .line {
  margin: 45px 0;
  background-color: #fff;
  height: 1px;
  width: 45%;
}

body.page .container .content .statistics-block > div h2,
body.single .container .content .statistics-block > div h2 {
  margin: 0 0 15px 0;
}

body.page .container .content .statistics-block > div.small_square,
body.single .container .content .statistics-block > div.small_square {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33333%;
          flex: 1 0 33.33333%;
}

body.page .container .content .statistics-block > div.small_square h2,
body.single .container .content .statistics-block > div.small_square h2 {
  font-family: VodafoneLight;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 970.98px) {
  body.page .container .content .statistics-block > div.small_square,
  body.single .container .content .statistics-block > div.small_square {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

body.page .container .content .statistics-block > div.big_square,
body.single .container .content .statistics-block > div.big_square {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.666666%;
          flex: 1 0 66.666666%;
}

@media (max-width: 970.98px) {
  body.page .container .content .statistics-block > div.big_square,
  body.single .container .content .statistics-block > div.big_square {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

body.page .container .content .statistics-block > div.horizontal,
body.single .container .content .statistics-block > div.horizontal {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

body.page .container .content .statistics-block > div.vertical,
body.single .container .content .statistics-block > div.vertical {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33333%;
          flex: 1 0 33.33333%;
}

body.page .container .content .statistics-block > div.vertical h2,
body.single .container .content .statistics-block > div.vertical h2 {
  font-family: VodafoneLight;
  margin-bottom: 0;
}

@media (max-width: 970.98px) {
  body.page .container .content .statistics-block > div.vertical,
  body.single .container .content .statistics-block > div.vertical {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

body.page .container .content .statistics-block > div > div,
body.single .container .content .statistics-block > div > div {
  margin: 7px 7px 7px 7px;
  background-color: #2C292C;
  color: #fff;
  padding: 20px 20px 33px 20px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

body.page .container .content .statistics-block > div.red > div,
body.single .container .content .statistics-block > div.red > div {
  background-color: #E60000;
}

body.page .container .content .statistics-block > div.grey > div,
body.single .container .content .statistics-block > div.grey > div {
  background-color: #4A4D4E;
}

body.page .container .content .image-carousel,
body.single .container .content .image-carousel {
  margin: 0;
  padding: 0;
}

body.page .container .content .image-carousel .slick-list,
body.single .container .content .image-carousel .slick-list {
  padding: 0 !important;
}

body.page .container .content .image-carousel span.slick-arrow,
body.single .container .content .image-carousel span.slick-arrow {
  width: 65px;
  height: 65px;
  display: block !important;
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 200;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, -185px) rotate(0deg);
       -o-transform: translate(0, -185px) rotate(0deg);
          transform: translate(0, -185px) rotate(0deg);
}

@media (max-width: 970.98px) {
  body.page .container .content .image-carousel span.slick-arrow,
  body.single .container .content .image-carousel span.slick-arrow {
    -webkit-transform: translate(0, -99.5px) rotate(0deg);
         -o-transform: translate(0, -99.5px) rotate(0deg);
            transform: translate(0, -99.5px) rotate(0deg);
  }
}

@media (max-width: 767.98px) {
  body.page .container .content .image-carousel span.slick-arrow,
  body.single .container .content .image-carousel span.slick-arrow {
    -webkit-transform: translate(0, -137.5px) rotate(0deg);
         -o-transform: translate(0, -137.5px) rotate(0deg);
            transform: translate(0, -137.5px) rotate(0deg);
  }
}

body.page .container .content .image-carousel span.slick-arrow img,
body.single .container .content .image-carousel span.slick-arrow img {
  -webkit-filter: brightness(200);
          filter: brightness(200);
  width: 65px;
  height: 65px;
}

body.page .container .content .image-carousel span.slick-arrow:hover img,
body.single .container .content .image-carousel span.slick-arrow:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

body.page .container .content .image-carousel span.slick-arrow.prev,
body.single .container .content .image-carousel span.slick-arrow.prev {
  -webkit-transform: translate(0, -185px) rotate(180deg);
       -o-transform: translate(0, -185px) rotate(180deg);
          transform: translate(0, -185px) rotate(180deg);
}

@media (max-width: 970.98px) {
  body.page .container .content .image-carousel span.slick-arrow.prev,
  body.single .container .content .image-carousel span.slick-arrow.prev {
    -webkit-transform: translate(0, -99.5px) rotate(180deg);
         -o-transform: translate(0, -99.5px) rotate(180deg);
            transform: translate(0, -99.5px) rotate(180deg);
  }
}

@media (max-width: 767.98px) {
  body.page .container .content .image-carousel span.slick-arrow.prev,
  body.single .container .content .image-carousel span.slick-arrow.prev {
    -webkit-transform: translate(0, -137.5px) rotate(180deg);
         -o-transform: translate(0, -137.5px) rotate(180deg);
            transform: translate(0, -137.5px) rotate(180deg);
  }
}

body.page .container .content .image-carousel span.slick-arrow.next,
body.single .container .content .image-carousel span.slick-arrow.next {
  left: auto;
  right: 0;
}

body.page .container .content .image-carousel .slick-slide > div,
body.single .container .content .image-carousel .slick-slide > div {
  margin: 0;
  padding: 0;
}

body.page .container .content .image-carousel .slick-slide > div .slide,
body.single .container .content .image-carousel .slick-slide > div .slide {
  height: 100%;
  margin: 0;
  padding: 0;
}

body.page .container .content .image-carousel .slick-slide > div figure,
body.single .container .content .image-carousel .slick-slide > div figure {
  padding: 0;
  margin: 0;
}

body.page .container .content .image-carousel .slick-slide > div figure img,
body.single .container .content .image-carousel .slick-slide > div figure img {
  height: 423px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media (max-width: 970.98px) {
  body.page .container .content .image-carousel .slick-slide > div figure img,
  body.single .container .content .image-carousel .slick-slide > div figure img {
    height: 260px;
  }
}

@media (max-width: 767.98px) {
  body.page .container .content .image-carousel .slick-slide > div figure img,
  body.single .container .content .image-carousel .slick-slide > div figure img {
    height: 340px;
  }
}

.btn {
  color: #ffffff;
  background-color: #E60000;
  border: 0;
  border-radius: 6px;
  font-family: VodafoneRegular;
  font-size: 1.125rem;
  padding: 6px 25px;
  width: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 970.98px) {
  .btn {
    font-size: 1rem;
  }
}

.btn:hover {
  background-color: #FF2F2F;
  color: #ffffff;
}

.btn.white {
  background-color: #ffffff;
  color: #2C292C;
}

.btn.white:hover {
  background-color: #EBEBEB;
}

.btn.twitter {
  color: #fff;
}

.btn.twitter:hover {
  background-color: #657786;
}

.btn.red-border {
  background-color: #ffffff;
  color: #E60000;
  border: 1px solid #E60000;
}

.btn.red-border svg {
  width: auto;
  fill: #E60000;
  stroke: #E60000;
}

.btn.red-border:hover {
  background-color: #E60000;
  color: #ffffff;
}

.btn.red-border:hover svg {
  vertical-align: middle;
  fill: #ffffff;
  stroke: #ffffff;
}

.btn.grey-border {
  background-color: #ffffff;
  color: #4A4D4E;
  border: 1px solid #4A4D4E;
}

.btn.grey-border svg {
  width: auto;
  fill: #4A4D4E;
  stroke: #4A4D4E;
}

.btn.grey-border:hover {
  background-color: #4A4D4E;
  color: #ffffff;
}

.btn.grey-border:hover svg {
  vertical-align: middle;
  fill: #ffffff;
  stroke: #ffffff;
}

.btn.disabled {
  background-color: #f4f4f4;
  color: #B4B9BA;
  border: 1px solid #f4f4f4;
}

.btn.disabled svg {
  fill: #B4B9BA;
  stroke: #B4B9BA;
}

.btn.next-page svg,
.btn.prev-page svg {
  height: 0.825rem;
  vertical-align: middle;
}

.btn.next-page svg {
  margin-left: 15px;
}

.btn.prev-page svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
}

.btn.download {
  font-size: 0.75rem;
  padding: 5px 6px;
  margin-right: 5px;
}

.btn.download-big {
  font-size: 0.9rem;
  margin-right: 5px;
  padding: 5px 15px;
}

.arrow {
  margin-left: 15px;
}

.category-filters ul,
.tabs-container ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 15px 0;
  overflow-x: scroll;
  overflow-y: none;
  -ms-overflow-style: none;
}

.category-filters ul li,
.tabs-container ul li {
  border-radius: 6px;
  margin-right: 10px;
}

.category-filters ul li:last-of-type,
.tabs-container ul li:last-of-type {
  margin-right: 0;
}

.category-filters ul li a,
.tabs-container ul li a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 5px 20px;
}

.category-filters ul li a:hover,
.tabs-container ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}

.category-filters ul li a.dark,
.tabs-container ul li a.dark {
  color: #2C292C;
}

.category-filters ul li a.dark:hover,
.tabs-container ul li a.dark:hover {
  color: #2C292C;
}

.category-filters ul li a:not([href]),
.tabs-container ul li a:not([href]) {
  cursor: default;
}

.category-filters ul li a:not([href]):hover,
.tabs-container ul li a:not([href]):hover {
  text-decoration: none !important;
}

.category-filters ul li.active,
.tabs-container ul li.active {
  background-color: #979797;
}

.category-filters ul li.active a,
.tabs-container ul li.active a {
  color: #ffffff;
}

.category-filters ul li.active a:hover,
.tabs-container ul li.active a:hover {
  color: #ffffff;
}

.category-filters ul li:not(.active) a:hover,
.tabs-container ul li:not(.active) a:hover {
  text-decoration: underline;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

body#tinymce {
  margin: 12px !important;
  padding-top: 0px !important;
}

.social-container {
  position: relative;
  display: block;
  padding-left: 0;
  overflow: hidden;
}

@media (max-width: 1339.98px) {
  .social-container {
    display: none;
  }
}

.social-container .row {
  height: 100%;
}

.social-container .twitter-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.social-container .twitter-container .listing-box {
  display: block;
  font-size: 0.75rem;
  position: relative;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.social-container .twitter-container .listing-box:nth-child(6) {
  display: none;
}

.social-container .twitter-container .listing-box:last-of-type {
  margin-bottom: 0;
}

.social-container .twitter-container .listing-box .content-title {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  height: 32px;
  line-height: 32px;
  background-color: #E60000;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: VodafoneRegularBold;
  font-size: 0.875rem;
}

.social-container .twitter-container .listing-box .content-title img {
  position: relative;
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
}

.social-container .twitter-container .listing-box .content-box {
  padding: 25px 25px;
  overflow: hidden;
}

.social-container .twitter-container .listing-box .content-box .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.social-container .twitter-container .listing-box .content-box .relatedthumb {
  position: relative;
  display: block;
  font-family: VodafoneRegular;
  font-size: 0.875rem;
  word-break: break-word;
  line-height: 1.4;
  /* .image-mobile, .image-desk {
                    height: 100px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    margin-bottom: 10px;
                  } */
}

.social-container .twitter-container .listing-box .content-box .relatedthumb .date {
  margin-top: 10px;
  position: relative;
  display: block;
  width: 100%;
  font-family: VodafoneRegularBold;
  font-size: 0.875rem;
}

.social-container .twitter-container .listing-box.follow-us {
  background-color: #E60000 !important;
}

.social-container .twitter-container .listing-box.follow-us .content-title {
  background-color: #E60000 !important;
}

.social-container .twitter-container .listing-box.follow-us .content-box {
  background-color: #E60000 !important;
}

.social-container .twitter-container .listing-box.follow-us .content-box h3 {
  font-size: 1.25rem;
  color: #ffffff;
}

.social-container .twitter-container .listing-box.follow-us .content-box .btn-container {
  width: 100%;
}

.social-container .twitter-container .listing-box.follow-us .content-box .btn-container a {
  width: 100%;
}

.social-container.horizontal {
  display: block;
  padding-right: 0;
  margin-bottom: 15px;
}

@media (min-width: 1340px) {
  .social-container.horizontal {
    display: none;
  }
}

.social-container.horizontal.follow-us {
  display: block;
}

.social-container.horizontal .twitter-container {
  overflow-x: scroll;
  overflow-y: none;
  -ms-overflow-style: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 0;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 30px;
}

.social-container.horizontal .twitter-container .listing-box {
  display: block;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  min-width: 230px;
  max-width: 230px;
  margin-right: 15px;
}

.social-container.horizontal .twitter-container .listing-box .content-box {
  background-color: #f1f1f1;
  height: 100%;
  max-height: 300px;
  min-height: 300px;
}

.social-container.vertical .listing-box.last {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -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;
}

.spring,
.navigation__spring {
  max-width: 1440px;
}

.tabs__navigation a:hover,
.tabs__navigation a:active,
.tabs__navigation a:focus {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .tabs__navigation a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.js-navigation-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 5px;
  z-index: 2;
}

.js-navigation {
  position: fixed;
  border-bottom: 1px solid #f4f4f4;
  top: 0;
  z-index: 9991;
  width: 100%;
  height: 75px;
}

@media (max-width: 970.98px) {
  .js-navigation {
    height: 55px;
  }
}

.js-navigation a:hover,
.js-navigation a:focus {
  text-decoration: none;
}

.js-navigation a:hover:after,
.js-navigation a:focus:after {
  background-color: transparent;
}

.js-navigation li.current-menu-item:after {
  opacity: 1 !important;
}

.js-navigation .navigation__list {
  padding: 0;
  margin-top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .js-navigation .navigation__list {
    padding: 0px 5px;
  }
}

.js-navigation .navigation__list .navigation__item {
  height: 100%;
  width: 100%;
}

.js-navigation .navigation__list .navigation__item .brand__logo {
  margin: 0 auto;
}

.js-navigation .navigation__list .navigation__item .site-title {
  white-space: nowrap;
  font-size: 1.5rem;
  color: #4A4D4E;
  font-family: VodafoneRegular;
  margin-left: 15px;
}

@media (max-width: 1199.98px) {
  .js-navigation .navigation__list .navigation__item .site-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 970.98px) {
  .js-navigation .navigation__list .navigation__item .site-title {
    font-size: 1.375rem;
    line-height: 55px;
  }
}

@media (max-width: 767.98px) {
  .js-navigation .navigation__list .navigation__item .site-title {
    font-size: 1.2rem;
    line-height: 55px;
    margin-left: 10px;
  }
}

@media (max-width: 380px) {
  .js-navigation .navigation__list .navigation__item .site-title {
    font-size: 1rem;
  }
}

.js-navigation .navigation__list .navigation__item.full-navigation {
  width: 100%;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 970.98px) {
  .js-navigation .navigation__list .navigation__item.full-navigation ul.menu {
    display: none;
  }
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li {
  border-left: 1px solid #f4f4f4;
  padding: 0 0px;
  position: relative;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li:after {
  content: '';
  background: #E60000;
  height: 6px;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li:hover:after {
  opacity: 1;
}

@media (max-width: 970.98px) {
  .js-navigation .navigation__list .navigation__item.full-navigation ul.menu li:hover:after {
    height: 0;
  }
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li.active:after {
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li a {
  white-space: nowrap;
  background-color: transparent;
  color: #4A4D4E;
  font-family: VodafoneRegular;
  font-size: 1rem;
  padding: 24px 34px;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li a:hover {
  border-color: transparent;
}

@media (max-width: 1339.98px) {
  .js-navigation .navigation__list .navigation__item.full-navigation ul.menu li a {
    padding: 24px 28px;
  }
}

@media (max-width: 1199.98px) {
  .js-navigation .navigation__list .navigation__item.full-navigation ul.menu li a {
    font-size: 0.9375rem;
    padding: 24px 17px;
  }
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li > ul.sub-menu {
  display: none;
  position: absolute;
  background: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 8px 15px -5px #2C292C;
          box-shadow: 0px 8px 15px -5px #2C292C;
  padding: 20px 0;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li > ul.sub-menu li {
  border: 0;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li > ul.sub-menu li:hover:after {
  opacity: 0;
  height: 0;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li > ul.sub-menu li:hover a {
  color: #E60000;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li > ul.sub-menu li.current-menu-item:after {
  opacity: 0;
  height: 0;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li > ul.sub-menu li.current-menu-item a {
  color: #E60000;
}

.js-navigation .navigation__list .navigation__item.full-navigation ul.menu li > ul.sub-menu li a {
  font-size: 1rem;
  padding: 15px 20px;
}

.js-navigation .navigation__list .navigation__item.search-toggle.mobile {
  display: none;
  width: 60px;
  padding-left: 12px;
}

@media (max-width: 970.98px) {
  .js-navigation .navigation__list .navigation__item.search-toggle.mobile {
    display: block;
  }
}

.js-navigation .navigation__list .navigation__item.search-toggle.mobile a {
  margin: 5px 5px;
}

.js-navigation .navigation__list .navigation__item--clickable {
  width: 45px;
}

.js-navigation .navigation__list .navigation__item--clickable .navigation__link--menu {
  z-index: 9992;
  margin: 2px 5px;
  background-color: transparent;
}

@media (max-width: 970.98px) {
  .js-navigation .navigation__list .navigation__item--clickable .navigation__link--menu {
    margin: 5px 0 5px 5px;
  }
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation__close {
  display: block;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation__toggle {
  display: none;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  overflow-x: none;
  -ms-overflow-style: none;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary::before {
  background-color: #2C292C;
  left: 0;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul {
  margin: 40px 20vw 15px 15px;
  overflow: hidden;
  position: relative;
  display: block;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li {
  position: relative;
  display: block;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: VodafoneExtraBold;
  font-size: 2.5rem;
  padding: 8px 0px;
  line-height: 1;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li.current-menu-item > a,
.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li.current-menu-parent > a {
  color: white;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li.active a {
  color: white;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li.menu-item-has-children .open-submenu {
  cursor: pointer;
  margin: 7px 15px;
  font-size: 30px;
  font-family: VodafoneRegular;
  position: absolute;
  z-index: 1000001;
  padding: 2px 10px 2px 10px;
  display: inline-block;
  top: 5px;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li > ul.sub-menu {
  display: none;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 15px 0;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li > ul.sub-menu li {
  border: 0;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li > ul.sub-menu li a {
  font-size: 1.625rem;
  padding: 10px 20px;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary > ul li > ul.sub-menu li.current-menu-item a {
  color: white;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary .bottom-mobile-menu {
  padding: 30px 15px 15px 15px;
  position: relative;
  display: block;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary .bottom-mobile-menu .privacy-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary .bottom-mobile-menu .privacy-menu ul li a {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.js-navigation .navigation__list .navigation__item--clickable.open .navigation--tertiary .open-search {
  position: fixed;
  bottom: 60px;
  right: 25px;
}

html.no-object-fit body.ie .navigation__list li:first-child {
  max-width: 950px;
  max-width: 950px;
  max-width: 580px;
}

@media (max-width: 1339.98px) {
  html.no-object-fit body.ie .navigation__list li:first-child {
    max-width: 400px;
  }
}

@media (max-width: 970.98px) {
  html.no-object-fit body.ie .navigation__list li:first-child {
    max-width: 340px;
  }
}

.search-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background-color: #2C292C;
  top: 0;
  left: 0;
  z-index: 9992;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.search-overlay .search-main-bar {
  height: 100%;
  width: 100%;
  position: relative;
}

.search-overlay .search-listing-header {
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.search-overlay .search-listing-header .wrapper {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.search-overlay .search-wrapper-row {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.search-overlay .search-wrapper-row #text-filter {
  padding: 0px 54px 0px 10px;
  height: 50px;
  max-width: 88vw;
  width: 500px;
  background: white;
  border-radius: 6px;
  color: #2E2A2A;
}

.search-overlay .search-wrapper-row .logo-holder {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.search-overlay .search-wrapper-row input {
  width: 100%;
  height: 100%;
  border: none;
}

.search-overlay .search-wrapper-row input[type="image"],
.search-overlay .search-wrapper-row .image-search {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  right: 46px;
  top: 0.9px;
}

.search-overlay form .input-container {
  overflow: hidden;
  margin: 0 auto;
  max-width: 96vw;
}

.search-overlay form .super-holder {
  display: block;
  width: 100%;
  padding-left: 40px;
}

.search-overlay form .super-holder input {
  font-family: VodafoneLight;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
  background: transparent;
}

.search-overlay .search-toggle {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}

.search-overlay .search-toggle img {
  height: 30px;
  width: 20px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.search-overlay .search-no-results {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

form.search-filter .search-wrapper-row {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

form.search-filter .search-wrapper-row .logo-holder {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}

form.search-filter .input-container {
  overflow: hidden;
  margin: 0 auto;
  max-width: 96vw;
}

form.search-filter .super-holder {
  display: block;
  width: 100%;
}

form.search-filter .super-holder #text-filter {
  width: 100%;
  height: 100%;
  border: solid 1px #999;
  font-family: VodafoneLight;
  color: #fff;
  font-size: 20px;
  background: transparent;
  padding: 0px 54px 0px 10px;
  height: 50px;
  background: white;
  border-radius: 6px;
  color: #2E2A2A;
  margin-right: -40px;
}

form.search-filter .super-holder input[type="image"],
form.search-filter .super-holder .image-search {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  right: 6px;
}

@media (max-width: 576px) {
  form.search-filter .super-holder {
    margin-bottom: .4em;
  }
}

/*
.footer {
  padding: 40px 0 50px;
  background-color: #333;
  color: #fff;
  font-family: VodafoneRegular;
  a {
    color: #fff;
  }
  .grid__item, .grid, .spring {
    height: auto !important;
  }
  .social .social__item:first-child{
    width: 40px;
    height: 40px;
    background-image: url('../images/icons/icon_facebook.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
  }

  .social .social__item:last-child{
    width: 40px;
    height: 40px;
    background-image: url('../images/icons/icon_twitter.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .social__community svg{
    width: 40px;
    height: 40px;
    background-image: url('../images/icons/icon_community.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
}
*/

body.home ~ * {
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  -o-transition: filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}

body.home .homepage-top-container {
  text-align: center;
  margin-bottom: 0.5em;
}

@media (max-width: 1339.98px) {
  body.home .home-articles .posts-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.home .home-articles .posts-container > .row {
  margin-right: -30px;
}

body.home .home-articles .posts-container > .row.feature-row h3 {
  margin-left: 15px;
}

body.home .home-articles .posts-container > .row.feature-cluster .col-6:nth-child(1) {
  padding-right: 0;
}

body.home .home-articles .posts-container > .row.feature-cluster .col-6:nth-child(2) {
  padding-left: 0;
}

body.home .home-articles .posts-container .first-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 15px;
}

@media (max-width: 767.98px) {
  body.home .home-articles .posts-container .first-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.home .home-articles .posts-container .top-articles {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  body.home .home-articles .posts-container .top-articles {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

body.home .home-articles .posts-container .top-articles-row > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
}

@media (max-width: 767.98px) {
  body.home .home-articles .posts-container .top-articles-row > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.home .home-articles .posts-container .top-articles-cluster > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
}

@media (max-width: 767.98px) {
  body.home .home-articles .posts-container .top-articles-cluster > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.home .home-articles .posts-container .twitter-box {
  background-color: #E60000;
  color: white;
  border-radius: 6px;
  text-align: center;
  border-bottom: none;
  font-weight: bold;
  font-family: VodafoneRegularBold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

body.home .home-articles .posts-container .twitter-box h3 {
  margin: .5em 0;
}

body.home .home-articles .posts-container .twitter-box .social-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.home .home-articles .posts-container .twitter-box a.linkedin {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  body.home .home-articles .posts-container .twitter-box .social-link-container {
    display: block;
  }

  body.home .home-articles .posts-container .twitter-box .social-link-container a.linkedin {
    margin-bottom: 0px;
    margin-right: 10px;
  }

  body.home .home-articles .posts-container .twitter-box .social-link-container a.x,
  body.home .home-articles .posts-container .twitter-box .social-link-container a.linkedin {
    width: 100px;
  }
}

body.home .home-articles .middle-articles-row-container {
  margin-right: -30px;
}

body.home .home-articles .middle-articles-row-container .middle-articles-row > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
}

@media (max-width: 767.98px) {
  body.home .home-articles .middle-articles-row-container .middle-articles-row > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.home .home-articles .bottom-articles-row-container {
  margin-right: -30px;
}

body.home .home-articles .bottom-articles-row-container .bottom-articles-row > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (max-width: 767.98px) {
  body.home .home-articles .bottom-articles-row-container .bottom-articles-row > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.archive .pagination,
body.category .pagination,
body.tag .pagination {
  padding-right: 0;
}

@media (max-width: 1339.98px) {
  body.archive .posts-container,
  body.category .posts-container,
  body.tag .posts-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.archive .posts-container .first-article,
body.category .posts-container .first-article,
body.tag .posts-container .first-article {
  padding-right: 8px;
}

@media (max-width: 767.98px) {
  body.archive .posts-container .first-article,
  body.category .posts-container .first-article,
  body.tag .posts-container .first-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

body.archive .posts-container .first-article article,
body.category .posts-container .first-article article,
body.tag .posts-container .first-article article {
  padding-bottom: 15px;
}

body.archive .posts-container .top-articles,
body.category .posts-container .top-articles,
body.tag .posts-container .top-articles {
  padding-left: 6px;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  body.archive .posts-container .top-articles,
  body.category .posts-container .top-articles,
  body.tag .posts-container .top-articles {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

body.archive .posts-container .top-articles article.listing,
body.category .posts-container .top-articles article.listing,
body.tag .posts-container .top-articles article.listing {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

@media (max-width: 767.98px) {
  body.archive .posts-container .top-articles article.listing,
  body.category .posts-container .top-articles article.listing,
  body.tag .posts-container .top-articles article.listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.archive .posts-container .top-articles-row,
body.category .posts-container .top-articles-row,
body.tag .posts-container .top-articles-row {
  padding-right: 0;
}

body.archive .posts-container .top-articles-row article.listing,
body.category .posts-container .top-articles-row article.listing,
body.tag .posts-container .top-articles-row article.listing {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
}

@media (max-width: 767.98px) {
  body.archive .posts-container .top-articles-row article.listing,
  body.category .posts-container .top-articles-row article.listing,
  body.tag .posts-container .top-articles-row article.listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.archive h3.category a,
body.category h3.category a,
body.tag h3.category a {
  margin-left: 8px;
}

body.archive h3.category a i,
body.category h3.category a i,
body.tag h3.category a i {
  font-size: 16px;
  color: #E60000;
}

body.author .author-row {
  margin: 0;
}

body.author .author-details {
  border-bottom: 1px solid #B4B9BA;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

body.author .author-details .image-box {
  overflow: hidden;
}

@media (min-width: 768px) {
  body.author .author-details .image-box {
    padding-right: 0;
  }
}

body.author .author-details .info-box {
  padding-left: 15px;
}

body.author .author-details .info-box h1 {
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  body.author .author-details .info-box h1 {
    margin-top: 0;
  }
}

body.author .author-details .info-box .bio {
  font-family: VodafoneLight;
  margin-top: 20px;
}

body.author h3.category {
  padding-left: 15px;
}

@media (max-width: 1339.98px) {
  body.author .posts-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.author .posts-container .top-articles-row {
  padding-right: 0;
}

body.author .posts-container .top-articles-row article.listing {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
}

@media (max-width: 767.98px) {
  body.author .posts-container .top-articles-row article.listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.page .page-container .page-title {
  font-family: VodafoneRegular;
  text-transform: uppercase;
  font-size: 1rem;
}

body.page .page-container ul.subpage {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  body.page .page-container ul.subpage {
    margin: 0;
  }
}

body.page .page-container ul.subpage li {
  line-height: 1;
  padding: 20px 0;
  font-family: VodafoneExtraBold;
  font-size: 1.375rem;
  border-bottom: 1px solid #7A8183;
}

@media (max-width: 970.98px) {
  body.page .page-container ul.subpage li {
    font-size: 1.125rem;
  }
}

body.page .page-container ul.subpage li:first-of-type {
  border-top: 1px solid #7A8183;
}

body.page .page-container ul.subpage li a {
  line-height: 1.1;
  color: #2C292C;
  padding: 0 20px;
}

body.page .page-container ul.subpage li.current_page_item a {
  color: #E60000;
}

body.for-journalists,
body.search {
  display: block;
}

body.for-journalists .form-filter .text-input-container input[type="text"],
body.search .form-filter .text-input-container input[type="text"] {
  background-color: #F1F1F1;
  color: #4A4D4E;
  height: 50px;
  line-height: 50px;
  padding: 0px 54px 0px 10px;
  border: 0;
  width: 100%;
  border-radius: 6px;
}

body.for-journalists .form-filter .text-input-container input[type="image"],
body.search .form-filter .text-input-container input[type="image"] {
  position: absolute;
  right: 22px;
  top: 5px;
}

body.for-journalists .form-filter .tabs-container ul,
body.search .form-filter .tabs-container ul {
  border-bottom: 1px solid #B4B9BA;
}

body.for-journalists .form-filter .category-filter-container,
body.search .form-filter .category-filter-container {
  margin-top: 15px;
}

body.for-journalists .form-filter .category-filter-container > div:first-of-type,
body.search .form-filter .category-filter-container > div:first-of-type {
  padding-right: 0;
}

body.for-journalists .form-filter .category-filter-container article,
body.search .form-filter .category-filter-container article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (max-width: 970.98px) {
  body.for-journalists .form-filter .category-filter-container article,
  body.search .form-filter .category-filter-container article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 767.98px) {
  body.for-journalists .form-filter .category-filter-container article,
  body.search .form-filter .category-filter-container article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.for-journalists .form-filter .category-filter-container article.listing,
body.search .form-filter .category-filter-container article.listing {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
}

@media (max-width: 1199.98px) {
  body.for-journalists .form-filter .category-filter-container article.listing,
  body.search .form-filter .category-filter-container article.listing {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}

@media (max-width: 767.98px) {
  body.for-journalists .form-filter .category-filter-container article.listing,
  body.search .form-filter .category-filter-container article.listing {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

@media (min-width: 971px) {
  body.for-journalists .form-filter .category-filter-container .contact-box,
  body.search .form-filter .category-filter-container .contact-box {
    padding-left: 0;
  }
}

body.for-journalists .form-filter .category-filter-container .contact-box > .btn,
body.search .form-filter .category-filter-container .contact-box > .btn {
  width: 100%;
  margin-bottom: 15px;
}

body.for-journalists .form-filter .category-filter-container .contact-box .contact-box-container,
body.search .form-filter .category-filter-container .contact-box .contact-box-container {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #7A8183;
  border-radius: 6px;
  padding: 45px 45px;
  color: #ffffff;
  word-break: break-word;
  font-size: 1.25rem;
}

@media (max-width: 1199.98px) {
  body.for-journalists .form-filter .category-filter-container .contact-box .contact-box-container,
  body.search .form-filter .category-filter-container .contact-box .contact-box-container {
    padding: 35px 35px;
    font-size: 1.125rem;
  }
}

@media (max-width: 970.98px) {
  body.for-journalists .form-filter .category-filter-container .contact-box .contact-box-container,
  body.search .form-filter .category-filter-container .contact-box .contact-box-container {
    padding: 35px 35px;
    font-size: 1rem;
  }
}

body.for-journalists .form-filter .category-filter-container .contact-box .contact-box-container a,
body.search .form-filter .category-filter-container .contact-box .contact-box-container a {
  color: #ffffff;
  font-family: VodafoneExtraBold;
}

body.for-journalists .form-filter .category-filter-container .contact-box .contact-box-container hr:last-of-type,
body.search .form-filter .category-filter-container .contact-box .contact-box-container hr:last-of-type {
  display: none;
}

body.for-journalists .form-filter .social-container,
body.search .form-filter .social-container {
  display: block;
}

body.for-journalists .form-filter .social-container .twitter-container,
body.search .form-filter .social-container .twitter-container {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
}

body.category-smart-living {
  background-color: black !important;
  color: white;
}

body.category-smart-living a .category {
  font-weight: 600;
}

body.category-smart-living .featured-posts {
  margin-bottom: 34px;
}

body.category-smart-living .featured-posts article {
  background-color: white;
  text-align: center;
  min-height: 100%;
}

body.category-smart-living .featured-posts article h2 {
  max-width: 80%;
  margin: 0 auto;
}

body.category-smart-living .featured-posts article h2 a {
  color: #2E2A2A;
  font-family: VodafoneRegularBold;
  color: #2E2A2A;
  font-size: 20px;
  line-height: 23px;
}

body.category-smart-living .featured-posts article .article-info-container {
  padding: 0 20px 24px;
}

body.category-smart-living .featured-posts article .article-info-container .excerpt a {
  color: #2E2A2A;
  font-family: VodafoneRegular;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  body.category-smart-living .featured-posts article {
    padding-right: 0;
  }
}

body.category-smart-living .smart-living__banner {
  text-align: center;
  margin-bottom: 30px;
}

body.category-smart-living .smart-living__banner h1 {
  padding: 40px 40px 0;
}

body.category-smart-living .smart-living__banner p {
  max-width: 50%;
  padding-bottom: 40px;
  margin: 0 auto;
}

body.category-smart-living .smart-living__category-sections article {
  min-height: 282px;
}

@media (max-width: 767.98px) {
  body.category-smart-living .smart-living__category-sections article {
    min-height: 120px;
  }
}

body.category-smart-living .smart-living__category-sections article .article-wrapper {
  margin-right: 0;
  min-height: 282px;
  position: relative;
}

@media (max-width: 767.98px) {
  body.category-smart-living .smart-living__category-sections article .article-wrapper {
    min-height: 120px;
  }
}

body.category-smart-living .smart-living__category-sections article .article-wrapper h2,
body.category-smart-living .smart-living__category-sections article .article-wrapper a {
  color: #CCCCCC;
}

body.category-smart-living .smart-living__category-sections article .article-wrapper .article-info-container {
  position: absolute;
  bottom: 0;
}

body.category-smart-living .smart-living__category-sections article .article-wrapper .article-info-container .category-container {
  line-height: 1;
  max-height: 12px;
}

@media (max-width: 767.98px) {
  body.category-smart-living .smart-living__category-sections article .article-wrapper .article-info-container .category-container .category {
    position: relative;
    top: 3px;
  }
}

body.category-smart-living .smart-living__category-sections .button-container {
  margin: 20px auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  body.category-smart-living .smart-living__category-sections .button-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.category-smart-living .smart-living__category-sections .button-container a.button {
  padding: 10px 20px;
  background-color: white;
  color: #2E2A2A;
  font-family: VodafoneRegular;
  font-size: 18px;
  border-radius: 6px;
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  body.category-smart-living .smart-living__category-sections .button-container a.button {
    margin: 10px 0;
  }
}

body.category-smart-living .smart-living__category-header {
  padding: 20px;
  margin-bottom: 20px;
  font-family: VodafoneRegularBold;
}

body.category-smart-living .smart-living__category-header .see-all {
  justify-self: end;
  color: white;
}

body.category-smart-living .smart-living__category-header.category-header-1 {
  background-color: #fecb00;
}

body.category-smart-living .smart-living__category-header.category-header-2 {
  background-color: #00b0ca;
}

body.category-smart-living .smart-living__category-header.category-header-dpm {
  background-color: #9c2aa0;
}

body.category-smart-living .smart-living__dpm-promo {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18vw, #87140c), to(#e32724));
  background-image: -webkit-linear-gradient(#87140c 18vw, #e32724);
  background-image: -o-linear-gradient(#87140c 18vw, #e32724);
  background-image: linear-gradient(#87140c 18vw, #e32724);
}

body.category-smart-living .smart-living__dpm-promo-image {
  width: 100%;
}

body.category-smart-living .smart-living__dpm-promo .content-container {
  padding: 25px 16px;
}

.category-smart-living .article-wrapper,
.parent-category-smart-living .article-wrapper {
  border-bottom-color: rgba(180, 185, 186, 0.25) !important;
}

.category-smart-living .smart-living__category-header,
.parent-category-smart-living .smart-living__category-header {
  padding: 20px;
  margin-bottom: 20px;
  font-family: VodafoneRegularBold;
}

.category-smart-living .smart-living__category-header-digital-parenting,
.category-smart-living .smart-living__category-stripe-digital-parenting,
.parent-category-smart-living .smart-living__category-header-digital-parenting,
.parent-category-smart-living .smart-living__category-stripe-digital-parenting {
  background-color: #E60000;
}

.category-smart-living .smart-living__category-header-devices,
.category-smart-living .smart-living__category-stripe-devices,
.parent-category-smart-living .smart-living__category-header-devices,
.parent-category-smart-living .smart-living__category-stripe-devices {
  background-color: #00b0ca;
}

.category-smart-living .smart-living__category-header-dpm,
.category-smart-living .smart-living__category-stripe-dpm,
.parent-category-smart-living .smart-living__category-header-dpm,
.parent-category-smart-living .smart-living__category-stripe-dpm {
  background-color: #9c2aa0;
}

.category-smart-living .smart-living__category-header-lifestyle,
.category-smart-living .smart-living__category-stripe-lifestyle,
.parent-category-smart-living .smart-living__category-header-lifestyle,
.parent-category-smart-living .smart-living__category-stripe-lifestyle {
  background-color: #5e2750;
}

.category-smart-living .smart-living__category-header-how-to,
.category-smart-living .smart-living__category-stripe-how-to,
.parent-category-smart-living .smart-living__category-header-how-to,
.parent-category-smart-living .smart-living__category-stripe-how-to {
  background-color: #eb9700;
}

.category-smart-living .smart-living__category-header-everything-you-need-to-know-about,
.category-smart-living .smart-living__category-stripe-everything-you-need-to-know-about,
.parent-category-smart-living .smart-living__category-header-everything-you-need-to-know-about,
.parent-category-smart-living .smart-living__category-stripe-everything-you-need-to-know-about {
  background-color: #a8b400;
}

.category-smart-living .smart-living__category-header-entertainment,
.category-smart-living .smart-living__category-stripe-entertainment,
.parent-category-smart-living .smart-living__category-header-entertainment,
.parent-category-smart-living .smart-living__category-stripe-entertainment {
  background-color: #007c92;
}

.parent-category-smart-living:not(.single-post) {
  background-color: black !important;
  color: #CCCCCC;
}

.parent-category-smart-living:not(.single-post) .category-list-container article a,
.parent-category-smart-living:not(.single-post) .category-list-container article p,
.parent-category-smart-living:not(.single-post) .category-list-container article.featured a,
.parent-category-smart-living:not(.single-post) .category-list-container article.featured p {
  color: #CCCCCC !important;
}

.parent-category-smart-living:not(.single-post) .category-list-container article {
  min-height: 282px;
}

@media (max-width: 767.98px) {
  .parent-category-smart-living:not(.single-post) .category-list-container article {
    min-height: 120px;
  }
}

.parent-category-smart-living:not(.single-post) .category-list-container article .article-wrapper {
  min-height: 270px;
}

@media (max-width: 767.98px) {
  .parent-category-smart-living:not(.single-post) .category-list-container article .article-wrapper {
    min-height: 140px;
  }
}

.parent-category-smart-living:not(.single-post).category-digital-parenting .digital-parenting__banner {
  padding: 34px;
  margin: 34px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e32724), to(#87140c));
  background-image: -webkit-linear-gradient(#e32724, #87140c);
  background-image: -o-linear-gradient(#e32724, #87140c);
  background-image: linear-gradient(#e32724, #87140c);
  text-align: center;
  color: white !important;
}

@media (max-width: 767.98px) {
  .parent-category-smart-living:not(.single-post).category-digital-parenting .digital-parenting__banner {
    padding: 16px;
  }
}

.parent-category-smart-living:not(.single-post).category-digital-parenting .digital-parenting__banner p {
  width: 80%;
  max-width: 912px;
  margin: 0 auto;
}

.parent-category-smart-living:not(.single-post).category-digital-parenting .digital-parenting__banner .button-container {
  margin: 20px auto;
}

@media (max-width: 767.98px) {
  .parent-category-smart-living:not(.single-post).category-digital-parenting .digital-parenting__banner .button-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.parent-category-smart-living:not(.single-post).category-digital-parenting .digital-parenting__banner .button-container a.button {
  padding: 20px 40px;
  background-color: white;
  color: #2E2A2A;
  font-family: VodafoneRegular;
  font-size: 18px;
  border-radius: 6px;
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  .parent-category-smart-living:not(.single-post).category-digital-parenting .digital-parenting__banner .button-container a.button {
    margin: 10px 0;
  }
}

.single-post.parent-category-smart-living .smart-living__category-stripe {
  height: 6px;
  width: 100%;
  display: block;
}

.template-smart-living-resources {
  background-color: black !important;
  color: #CCCCCC;
}

.template-smart-living-resources .text-input-container {
  margin-bottom: 28px;
}

.template-smart-living-resources .text-input-container .search-input {
  width: 99%;
  border-radius: 8px;
  height: 50px;
  padding: 18px;
}

.template-smart-living-resources .text-input-container .search-submit {
  position: absolute;
  right: 30px;
  top: 5px;
}

.template-smart-living-resources article.listing {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.template-smart-living-resources article.listing .image-container {
  background-color: white;
}

.template-smart-living-resources article.listing .image-container figure,
.template-smart-living-resources article.listing .image-container img {
  max-width: 80%;
  top: 20px;
}

.template-smart-living-resources article.listing h2 {
  max-height: 42px;
}

.template-smart-living-resources article.listing h2 a {
  color: #CCCCCC;
}

.template-smart-living-resources article.listing .separator {
  color: #CCCCCC;
  padding: 0;
}

.template-smart-living-resources article.listing .date {
  color: #CCCCCC;
  padding: 0;
}

body.category-digital-parenting .media-library-banner {
  background-color: #E60000;
  padding: 6px 20px;
  margin-bottom: 20px;
  color: white;
  font-family: VodafoneRegularBold;
}

body.category-digital-parenting .media-library-banner h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}

body.category-digital-parenting .digital-parenting__media-library a:not(.btn) {
  color: white;
}

body.category-digital-parenting .digital-parenting__media-library .list-items-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.category-digital-parenting .digital-parenting__media-library .list-items-container .media-listing {
  min-height: 270px;
}

@media (max-width: 767.98px) {
  body.category-digital-parenting .digital-parenting__media-library .list-items-container .media-listing {
    min-height: 140px;
  }
}

body.category-digital-parenting .digital-parenting__media-library .list-items-container .media-listing .article-wrapper {
  min-height: 270px;
}

@media (max-width: 767.98px) {
  body.category-digital-parenting .digital-parenting__media-library .list-items-container .media-listing .article-wrapper {
    min-height: 140px;
  }
}

body.category-digital-parenting .digital-parenting__media-library .pagination {
  margin-left: 0;
  padding: 0;
}

body.category-digital-parenting .digital-parenting__media-library .pagination .btn.prev-media-page svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
}

body.category-digital-parenting .digital-parenting__media-library .pagination .btn.next-media-page svg {
  margin-left: 15px;
}

body.category-digital-parenting .digital-parenting__media-library .pagination .btn svg {
  height: 0.825rem;
  vertical-align: middle;
}

body.post-template-single-digital-pledge,
body.post-template-template-digital-pledge {
  background: #333 !important;
}

body.post-template-single-digital-pledge .content,
body.post-template-template-digital-pledge .content {
  background-color: #333;
}

body.post-template-single-digital-pledge .videoWrapper,
body.post-template-template-digital-pledge .videoWrapper {
  min-height: 1000px;
}

@media (max-width: 767.98px) {
  body.post-template-single-digital-pledge .videoWrapper,
  body.post-template-template-digital-pledge .videoWrapper {
    min-height: 700px;
  }
}

body.post-template-single-digital-pledge .videoWrapper iframe,
body.post-template-template-digital-pledge .videoWrapper iframe {
  min-height: 1000px;
  border: none;
}

@media (max-width: 767.98px) {
  body.post-template-single-digital-pledge .videoWrapper iframe,
  body.post-template-template-digital-pledge .videoWrapper iframe {
    min-height: 700px;
  }
}

body .content {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

body .content main.main .content {
  padding: 1em 1em;
}

body .content main.main .content #app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

body .content main.main .content #app .img {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .content main.main .content #app .img img {
  width: 72px;
}

body .content main.main .content #app .img.social-media,
body .content main.main .content #app .img.games {
  padding-right: 24px;
  border-right: solid 2px black;
}

body .content main.main .content #app .age {
  width: 72px;
  background-color: #007C92;
  color: white;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
  font-family: VodafoneRegularBold;
  font-size: 24px;
  line-height: 24px;
}

body .content main.main .content .container {
  max-width: 800px;
}

body .content main.main .content .container h1,
body .content main.main .content .container h2 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: .8em;
}

body .content main.main .content .container .control-intro-text b p {
  font-size: 32px;
  line-height: 1.2em;
  font-family: VodafoneRegularBold;
  margin-bottom: .8em;
}

body .content main.main .content .container .body {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

body .content main.main .content .container .body > p {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

body .content main.main .content .container .body.control-body-text a,
body .content main.main .content .container .body.control-body-text a > span {
  font-weight: bold !important;
}

body .content main.main .content .container .links a {
  background-color: #007C92;
  color: white;
  padding: 1em;
  width: 300px;
  border-radius: 500px;
  margin: 10px 5px;
}

body .content main.main .content .container .links.nspcc a {
  width: 45%;
}

body .content main.main #related {
  background-color: #007C92;
  color: white;
  padding: 5em 0;
}

body .content main.main #related h1,
body .content main.main #related h2 {
  font-size: 44px;
  margin: 0;
}

body .content main.main #related a {
  margin-top: 2em;
  color: white;
  font-size: 20px;
  border: solid 2px white;
  padding: 1em;
  width: 310px;
  border-radius: 500px;
}

body > .content.digital-parenting-pro {
  width: 100%;
  max-width: 100%;
}

body > .content.digital-parenting-pro .main {
  margin: 0px;
}

body > .content.digital-parenting-pro .main .content {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

body > .content.digital-parenting-pro .main .content .main {
  margin: 15px 10px;
}

body > .content.digital-parenting-pro .main .parental_controls_container .main {
  margin: 60px 0px;
}

@media (max-width: 767px) {
  body > .content.digital-parenting-pro .main .parental_controls_container .main {
    margin: 0px;
    text-align: center;
  }

  body > .content.digital-parenting-pro .main .parental_controls_container .main h1 {
    font-size: 26px;
    line-height: 30px;
  }

  body > .content.digital-parenting-pro .main .parental_controls_container .main p {
    font-size: 20px;
    line-height: 26px;
  }

  body > .content.digital-parenting-pro .main .parental_controls_container .main .digital-controls-button.button-blue {
    margin-bottom: 20px;
  }
}

body > .content.digital-parenting-pro .digital-controls-button {
  border-radius: 50px;
  width: 310px;
  height: 72px;
  line-height: 72px;
  text-align: center;
}

body > .content.digital-parenting-pro .digital-controls-button.button-blue {
  background-color: #007C92;
  color: white;
}

body > .content.digital-parenting-pro .dropdown.button-blue button {
  color: white;
  background-color: #007C92;
  padding: 23px 60px;
}

body > .content.digital-parenting-pro .button-blue:hover,
body > .content.digital-parenting-pro .button-purple:hover,
body > .content.digital-parenting-pro .button-orange:hover {
  text-decoration: none;
}

body > .content.digital-parenting-pro .dropdown.button-purple button {
  color: white;
  background-color: #9C2AA0;
  padding: 23px 60px;
}

body > .content.digital-parenting-pro .dropdown.button-purple #searchInputGames {
  background-color: #F5EAF5;
  background-image: url("/newscentre/app/themes/news/resources/assets/images/icons/search-icon-purple.png");
}

body > .content.digital-parenting-pro .dropdown.button-purple .dropdown-content {
  background-color: #E1BFE2;
}

body > .content.digital-parenting-pro .dropdown.button-purple .dropdown-content .link-container a,
body > .content.digital-parenting-pro .dropdown.button-purple .dropdown-content .link-container a:hover {
  text-align: left;
  color: #9C2AA0;
}

body > .content.digital-parenting-pro .dropdown.button-blue button {
  color: white;
  background-color: #007C92;
  padding: 23px 60px;
}

body > .content.digital-parenting-pro .dropdown.button-blue #searchInputSocial {
  background-color: #E5F2F4;
  background-image: url("/newscentre/app/themes/news/resources/assets/images/icons/search-icon-blue.png");
}

body > .content.digital-parenting-pro .dropdown.button-blue .dropdown-content {
  background-color: #B2D8DE;
}

body > .content.digital-parenting-pro .dropdown.button-blue .dropdown-content .link-container a,
body > .content.digital-parenting-pro .dropdown.button-blue .dropdown-content .link-container a:hover {
  text-align: left;
  color: #007C92;
}

body > .content.digital-parenting-pro .dropdown.button-yellow button {
  color: white;
  background-color: #EB9700;
  padding: 23px 60px;
}

body > .content.digital-parenting-pro .dropdown.button-yellow #searchInputDevices {
  background-color: #FDF5E5;
  background-image: url("/newscentre/app/themes/news/resources/assets/images/icons/search-icon-yellow.png");
}

body > .content.digital-parenting-pro .dropdown.button-yellow .dropdown-content {
  background-color: #F9E0B2;
}

body > .content.digital-parenting-pro .dropdown.button-yellow .dropdown-content .link-container a,
body > .content.digital-parenting-pro .dropdown.button-yellow .dropdown-content .link-container a:hover {
  text-align: left;
  color: #EB9700;
}

.parental_controls_banner {
  height: 580px;
  color: white;
  background-color: #E60000;
  background-repeat: no-repeat;
  background-position: center center;
}

.parental_controls_banner .vodafone-dpp-logo {
  width: 62px;
  height: 56px;
}

.parental_controls_banner h1 {
  font-size: 80px;
  margin-top: 80px;
}

.parental_controls_banner h1 span {
  font-family: 'VodafoneLight';
}

.parental_controls_banner p {
  font-size: 32px;
  line-height: 36px;
}

.parental_controls_banner .digital_awareness_logo,
.parental_controls_banner p.small {
  float: left;
}

.parental_controls_banner .digital_awareness_logo {
  margin-right: 10px;
}

.parental_controls_banner p.small {
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
}

@media (max-width: 991px) {
  .parental_controls_banner {
    background-position: center;
    height: 520px;
  }
}

@media (max-width: 767px) {
  .parental_controls_banner {
    background-image: url("/newscentre/app/themes/news/resources/assets/images/vodafone_parental_controls_banner_mobile.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E60000;
    height: 620px;
  }

  .parental_controls_banner .main {
    text-align: center;
  }

  .parental_controls_banner .main h1 {
    margin-top: 50px;
  }

  .parental_controls_banner .main .vodafone-dpp-logo2 {
    margin-bottom: 10px;
  }

  .parental_controls_banner .main .digital_awareness_logo_container {
    margin-top: 15px;
  }

  .parental_controls_banner .digital_awareness_logo_container {
    width: 260px;
    margin: 0 auto;
  }
}

.parental_controls_mid_banner {
  background-size: cover;
}

.parental_controls_mid_banner .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.parental_controls_mid_banner .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.parental_controls_link_section {
  background-color: lightgrey;
}

.parental_controls_link_section .content {
  overflow: unset;
}

.parental_controls_link_section .main {
  height: auto;
}

.parental_controls_link_section .link-section-main-text {
  font-size: 44px;
  line-height: 50px;
}

@media (max-width: 991px) {
  .parental_controls_link_section .control-link-container img {
    max-width: 160px;
  }

  .parental_controls_link_section .control-link-container p {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
  }

  .parental_controls_link_section .control-link-container .dropdown button {
    padding: 20px 48px !important;
  }

  .parental_controls_link_section .control-link-container .dropdown .dropdown-content {
    min-width: 196px;
  }
}

@media (max-width: 767px) {
  .parental_controls_link_section .control-link-container {
    margin-top: 10px;
  }

  .parental_controls_link_section .control-link-container img {
    max-width: 140px;
  }

  .parental_controls_link_section .control-link-container p {
    margin: 0px;
    height: 30px;
  }

  .parental_controls_link_section .control-link-container .dropdown button {
    margin-top: 0px;
    padding: 18px 48px !important;
  }
}

.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
  padding: 21px 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.dropbtn.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dropbtn:focus {
  outline: 0px;
}

#searchInputGames,
#searchInputDevices,
#searchInputSocial {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 4px 18px 4px 40px;
  height: 40px;
  border: none;
  width: 100%;
  background-size: 17px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 220px;
  overflow: auto;
  z-index: 999999;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.dropdown-content .link-container {
  max-height: 250px;
  margin-bottom: 25px;
  overflow-y: scroll;
  padding: 0px 10px;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

body.single-digitalparentingpro #hero {
  color: white;
  padding: 2em 1em;
}

body.single-digitalparentingpro #hero img {
  width: 218px;
  margin-bottom: 2em;
}

body.single-digitalparentingpro #hero h1,
body.single-digitalparentingpro #hero h2,
body.single-digitalparentingpro #hero h3 {
  font-size: 56px;
  margin: 0;
  line-height: 1em;
}

body.single-digitalparentingpro #hero.games {
  background-color: #9C2AA0;
}

body.single-digitalparentingpro #hero.social-media {
  background-color: #00B0CA;
}

body.single-digitalparentingpro #hero.smartphones-and-tablets {
  background-color: #EB9700;
}

body.single-digitalparentingpro #restrictions {
  color: white;
  padding: 3em 0;
  padding: 2em 1em;
}

body.single-digitalparentingpro #restrictions h1,
body.single-digitalparentingpro #restrictions h2 {
  font-size: 48px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  line-height: 1em;
}

body.single-digitalparentingpro #restrictions .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.single-digitalparentingpro #restrictions .container .col1,
body.single-digitalparentingpro #restrictions .container .col2 {
  width: 50%;
}

body.single-digitalparentingpro #restrictions .container .restriction {
  width: 12.5%;
  float: left;
  opacity: .3;
}

body.single-digitalparentingpro #restrictions .container .restriction img {
  max-width: 49px;
  max-height: 49px;
}

body.single-digitalparentingpro #restrictions .container .restriction p b {
  font-family: VodafoneRegularBold;
}

body.single-digitalparentingpro #restrictions .container .restriction .restriction-tooltip {
  opacity: 0;
  position: relative;
  width: 280px;
  -webkit-transition: opacity .2s, height .2s;
  -o-transition: opacity .2s, height .2s;
  transition: opacity .2s, height .2s;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  border-radius: 10px;
  padding: 1em;
  font-size: 16px;
  margin-left: -50%;
}

body.single-digitalparentingpro #restrictions .container .restriction .restriction-tooltip p {
  margin: 0;
}

@media (max-width: 1199px) {
  body.single-digitalparentingpro #restrictions .container .restriction .restriction-tooltip {
    margin-left: -68%;
  }
}

body.single-digitalparentingpro #restrictions .container .restriction .restriction-tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 255, 0.8);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -16px;
  left: calc(50% - 4px);
}

body.single-digitalparentingpro #restrictions .container .restriction.enabled {
  cursor: pointer;
  opacity: 1;
}

@media (max-width: 971px) {
  body.single-digitalparentingpro #restrictions .container {
    display: table;
  }

  body.single-digitalparentingpro #restrictions .container .restriction {
    width: 33.33%;
    height: 110px;
    margin-bottom: 15px;
  }

  body.single-digitalparentingpro #restrictions .container .restriction .restriction-tooltip {
    display: none;
  }

  body.single-digitalparentingpro #restrictions .container .restriction p {
    font-size: 18px;
    line-height: 20px;
  }

  body.single-digitalparentingpro #restrictions .container .restriction img {
    max-height: 49px;
  }

  body.single-digitalparentingpro #restrictions.smartphones-and-tablets .container .restriction:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  body.single-digitalparentingpro body.single-parental-control #restrictions .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body.single-digitalparentingpro body.single-parental-control #restrictions .container .restriction {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 2em;
  }
}

body.single-digitalparentingpro #restrictions.games {
  background-color: #9C2AA0;
}

body.single-digitalparentingpro #restrictions.social-media {
  background-color: #00B0CA;
}

body.single-digitalparentingpro #restrictions.smartphones-and-tablets {
  background-color: #EB9700;
}

.parental_controls_mid_cta {
  height: auto;
  background-color: #E60000;
  color: white;
  padding: 60px 0px;
  text-align: center;
}

.parental_controls_mid_cta h2 {
  text-align: center;
  font-size: 44px;
  line-height: 50px;
}

.parental_controls_mid_cta a {
  background-color: transparent;
  border: 2px solid white;
  padding: 25px 10px;
  border-radius: 40px;
  color: white;
  width: 310px;
  text-align: center;
  margin-top: 20px;
}

.parental_controls_mid_cta a:hover {
  color: white;
  text-decoration: none;
}

@media (max-width: 971px) {
  .parental_controls_mid_cta {
    padding: 30px 0px;
  }

  .parental_controls_mid_cta h2 {
    font-size: 34px;
    line-height: 40px;
  }
}

.parental_controls_guide_section {
  height: auto;
}

.parental_controls_guide_section .guide-image-container {
  text-align: center;
}

.parental_controls_guide_section .controls_guide_section_info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parental_controls_guide_section .controls_guide_section_text h2 {
  font-size: 32px;
  line-height: 36px;
}

.parental_controls_guide_section .controls_guide_section_text .digital-controls-button {
  font-size: 20px;
}

@media (max-width: 767px) {
  .parental_controls_guide_section .guide-image-container img {
    max-width: 300px;
  }

  .parental_controls_guide_section .controls_guide_section_text {
    margin-top: 20px;
    text-align: center;
  }

  .parental_controls_guide_section .parental_guide_link a {
    margin: 0 auto;
  }
}

.digital_parenting_link {
  background-color: black;
  height: 600px;
  color: white;
}

.digital_parenting_link h1,
.digital_parenting_link h2.text-align-center {
  font-size: 44px;
  line-height: 50px;
  margin-top: 50px;
}

.digital_parenting_link h2 a {
  color: white;
  font-size: 25px;
  line-height: 28px;
  margin-top: 20px;
}

.digital_parenting_link .digital-controls-button.button-blue {
  font-size: 20px;
  width: 210px !important;
  height: 72px;
}

.nspcc_link_section {
  height: 400px;
  background-color: green;
}

.nspcc_link_section a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
}

.nspcc_link_section a:hover {
  color: white;
}

.nspcc_link_section .nspcc_link_content {
  display: block;
  height: 100%;
}

.nspcc_link_section .nspcc_link_content .col {
  width: 50%;
  float: left;
  height: 100%;
}

.nspcc_link_section .nspcc_link_content .col .content > .main .row > .col-md-12 {
  max-width: 400px;
  margin: 0 auto;
  font-family: NSPCC-Bold;
}

.nspcc_link_section .nspcc_link_content .col .content > .main .row > .col-md-12 h2 {
  font-size: 80px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.nspcc_link_section .nspcc_link_content .col .content > .main .row > .col-md-12 p {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 0px;
}

.nspcc_link_section .nspcc_link_content .col .content > .main .row > .col-md-12 img {
  margin-bottom: 25px;
}

.nspcc_link_section .nspcc_link_content .col .content > .main .row > .col-md-12 button {
  color: black;
  border: 0px;
  background-color: #E3B54F;
  font-size: 28px;
  height: 42px;
  padding: 10px 20px;
}

.nspcc_link_section .nspcc_link_content .col.background-image {
  background-position: center center;
  background-size: 120%;
}

@media (max-width: 767px) {
  .nspcc_link_section {
    height: 460px;
  }

  .nspcc_link_section .nspcc_link_content .col.background-image {
    background-repeat: no-repeat;
    background-size: 360%;
    background-position: -280px center;
  }

  .nspcc_link_section .nspcc_link_content .col .content {
    padding: 0px;
  }

  .nspcc_link_section .nspcc_link_content .col .content .main {
    margin: 5px;
  }

  .nspcc_link_section .nspcc_link_content .col .content .main .row > .col-md-12 h2 {
    font-size: 46px;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .nspcc_link_section .nspcc_link_content .col .content .main .row > .col-md-12 p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .nspcc_link_section .nspcc_link_content .col .content .main .row > .col-md-12 button {
    height: 68px;
  }

  .digital_parenting_link {
    height: auto;
  }
}

@media (max-width: 970.98px) {
  body.single-digitalparentingpro .content p {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 576px) {
  body.single-digitalparentingpro .content p,
  body.category-digital-parenting-pro .content p {
    font-size: 22px;
  }

  body.category-digital-parenting-pro .content p.small {
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
  }
}

.nspcc-tips #hero {
  height: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}

.nspcc-tips #hero .nspcc-header-text {
  background-color: #009933;
  color: white;
  width: 600px;
  height: 160px;
  padding: 25px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 90% 4%;
  background-position: 25px 90%;
  font-family: NSPCC-Bold;
}

.nspcc-tips #hero .nspcc-header-text h1 {
  font-family: NSPCC-Bold;
  margin-bottom: 15px;
}

.nspcc-tips #hero .nspcc-header-text h2 {
  font-family: NSPCC-Bold;
  font-size: 30px;
}

.nspcc-tips .body {
  font-family: NSPCC-Bold;
  font-size: 24px;
  line-height: 28px;
}

.nspcc-tips .container .container.tip-column-container {
  margin-top: 2em;
}

.nspcc-tips .container .container.tip-column-container .tip-column {
  margin-bottom: 20px;
}

.nspcc-tips .container .container.tip-column-container .tip-column .container {
  background-color: #E4E4E4;
  height: 100%;
}

.nspcc-tips .container .container.tip-column-container .tip-number {
  background-color: #009933;
  color: white;
  text-align: left;
  height: 70px;
  padding: 10px 15px;
  font-family: NSPCC-Bold;
  font-size: 30px;
  line-height: 50px;
}

.nspcc-tips .container .container.tip-column-container .tip-main-text {
  text-align: left;
  padding: 15px;
}

.nspcc-tips .container .container.tip-column-container .tip-main-text h2.tip-title,
.nspcc-tips .container .container.tip-column-container .tip-main-text .tip-name,
.nspcc-tips .container .container.tip-column-container .tip-main-text .tip-job-title {
  width: 100%;
  color: #009933;
  float: left;
}

.nspcc-tips .container .container.tip-column-container .tip-main-text h2.tip-title {
  margin-bottom: 5px;
  font-size: 30px;
}

.nspcc-tips .container .container.tip-column-container .tip-main-text .tip-name {
  font-size: 22px;
  font-family: NSPCC-Bold;
}

.nspcc-tips .container .container.tip-column-container .tip-main-text .tip-job-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: NSPCC-Regular;
}

.nspcc-tips .container .container.tip-column-container .tip-main-text p {
  font-size: 18px;
  margin: 10px 0px;
  font-family: NSPCC-Regular;
}

.nspcc-tips .container .container.tip-column-container .tip-main-text ul {
  font-size: 18px;
  margin: 0px;
  font-family: NSPCC-Regular;
}

.nspcc-tips .container .container.tip-column-container .tip-column-green {
  margin-bottom: 20px;
}

.nspcc-tips .container .container.tip-column-container .tip-column-green .container {
  background-color: #009933;
  height: 100%;
  color: white;
}

.nspcc-tips .container .container.tip-column-container .tip-column-green .container h2.tip-title {
  color: white;
}

@media (max-width: 767px) {
  .nspcc-tips #hero {
    height: 320px;
  }

  .nspcc-tips #hero .nspcc-header-text {
    padding: 15px;
    width: 300px;
    height: 140px;
    background-size: 90% 3%;
    background-position: 14px 90%;
  }

  .nspcc-tips #hero .nspcc-header-text h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .nspcc-tips #hero .nspcc-header-text h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 576px) {
  .nspcc-tips #hero {
    height: 320px;
  }

  .nspcc-tips #hero .nspcc-header-text {
    width: 280px;
    height: 125px;
    padding: 12px;
  }

  .nspcc-tips #hero .nspcc-header-text h1 {
    font-size: 32px;
  }

  .nspcc-tips #hero .nspcc-header-text h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .nspcc-tips .content .body p {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .nspcc-tips .container .container.tip-column-container .tip-number {
    height: 50px;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 40px;
  }

  .nspcc-tips .container .container.tip-column-container .tip-main-text h2.tip-title {
    font-size: 28px;
  }

  .nspcc-tips .container .container.tip-column-container .tip-main-text .tip-name {
    font-size: 20px;
  }

  .nspcc-tips .container .container.tip-column-container .tip-main-text p {
    line-height: 22px;
  }
}

body.error404 .wrapper-404 {
  min-height: 30vh;
  margin-top: 20vh;
}

body.error404 .wrapper-404 h4 {
  font-size: 1.875rem;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  body.error404 .wrapper-404 h4 {
    font-size: 1.175rem;
  }
}

body.single .container .video-container video {
  -o-object-fit: cover;
     object-fit: cover;
}

body.single .container .featured-caption {
  width: 100%;
  margin-top: -6px;
}

body.single .container .featured-caption .caption-photographer {
  width: 100%;
}

body.single .container h1 {
  font-size: 1.875rem;
}

body.single .container .author-line {
  padding: 0;
  margin-bottom: 15px;
}

body.single .container .author-line img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}

body.single .container .sidebar h3 {
  font-family: VodafoneExtraBold;
  line-height: 1;
  margin: 0px 0 20px 0;
  padding: 0;
}

body.single .container .sidebar .press-contacts hr {
  border-bottom: 1px solid #f4f4f4;
}

body.single .container .topics .topics-list {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

body.single .container .topics .topics-list a {
  margin: 0px 2.5px 10px 2.5px;
}

body.single article.listing {
  margin-bottom: 0;
}

body.single .boilerplate {
  padding: 20px 20px;
  background-color: #f4f4f4;
  font-family: VodafoneLight;
  font-size: 20px;
}

body.single .boilerplate h3 {
  font-family: VodafoneRegularBold;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 10px;
  color: #2C292C;
  text-transform: none;
}

body.single .smart-living__pre-title {
  background-color: black;
  color: white;
  font-family: VodafoneRegular;
  letter-spacing: 0.4px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  padding: 20px;
  margin-bottom: 3px;
}

body.attachment .container .single-article figure {
  margin: 0;
}

body.attachment .container .single-article .attachment-info {
  margin-bottom: 15px;
}

body.attachment .container .single-article .attachment-info .file-icon {
  margin-bottom: 6px;
  margin-right: 5px;
}

body.safari.home .social-container.vertical.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.59%;
          flex: 0 0 16.59%;
  max-width: 16.59%;
}

@media (max-width: 970.98px) {
  body.safari.home .social-container.vertical.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.safari.archive .category-list-container .top-articles.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.8%;
          flex: 0 0 49.8%;
  max-width: 49.8%;
}

@media (max-width: 767.98px) {
  body.safari.archive .category-list-container .top-articles.col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.safari.template-for-journalists .contact-box.col-lg-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.23333%;
          flex: 0 0 33.23333%;
  max-width: 33.23333%;
}

@media (max-width: 970.98px) {
  body.safari.template-for-journalists .contact-box.col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}


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