/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

main.main {
  font-family: "Instrument Sans", sans-serif;
}

:root {
  --blue: #229ac8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #da4f49;
  --orange: #fd7e14;
  --yellow: #faa732;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #229ac8;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #faa732;
  --danger: #da4f49;
  --light: #e7e7e7;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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", "Noto Color Emoji";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  background-color: #FFF;
}

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

hr {
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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: #229ac8;
  text-decoration: none;
  background-color: transparent;
}

.link {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}

.link:hover {
  color: #192259;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #176887;
  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;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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"] {
  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-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-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 0.9375rem;
  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: 0.9375rem;
}

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

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  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: 991.98px) {
  .container {
    max-width: 960px;
  }

  .filtersidebars {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .need-help-msg {
    position: static;
    top: auto;
    z-index: auto;
  }
}

@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: flex;
  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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 991.98px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.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-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 {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #8ccae2;
}

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #b3b7bb;
}

.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-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #8fd19e;
}

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

.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: #fee6c6;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #fcd194;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #eca3a0;
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #f3f3f3;
}

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

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

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

.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: #343a40;
  border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.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 {
  color: #fff;
  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;
  }

  .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;
  }

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

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

  .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;
  }

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.8em + 0.7rem + 2px);
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80cce9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

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

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

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.35rem + 1px);
  padding-bottom: calc(0.35rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.8;
}

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

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

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

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  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: inline-flex;
  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: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.65625rem;
  line-height: 1.8;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.8em + 0.7rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.45em + 0.175rem);
  background-size: calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  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 {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.8em + 0.7rem);
  background-position: top calc(0.45em + 0.175rem) right calc(0.45em + 0.175rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.7rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}

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

.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 {
  border-color: #28a745;
}

.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 {
  border-color: #34ce57;
  background-color: #34ce57;
}

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

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745;
}

.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~.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 {
  border-color: #28a745;
  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: #da4f49;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.65625rem;
  line-height: 1.8;
  color: #fff;
  background-color: rgba(218, 79, 73, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #da4f49;
  padding-right: calc(1.8em + 0.7rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23da4f49' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23da4f49' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.45em + 0.175rem);
  background-size: calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #da4f49;
  box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 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 {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.8em + 0.7rem);
  background-position: top calc(0.45em + 0.175rem) right calc(0.45em + 0.175rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #da4f49;
  padding-right: calc((1em + 0.7rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23da4f49' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23da4f49' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #da4f49;
  box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.25);
}

.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: #da4f49;
}

.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: #da4f49;
}

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

.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 {
  border-color: #e37873;
  background-color: #e37873;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #da4f49;
}

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

.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 {
  border-color: #da4f49;
  box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

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

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.8;
  border-radius: 0.25rem;
  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;
}

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

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

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

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

.btn-primary {
  color: #fff;
  background-color: #229ac8;
  border-color: #229ac8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1c81a7;
  border-color: #1b789c;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 169, 208, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #229ac8;
  border-color: #229ac8;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1b789c;
  border-color: #197092;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 169, 208, 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 {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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 {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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 {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #f9970d;
  border-color: #f39106;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 148, 49, 0.5);
}

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 148, 49, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #d2322b;
  border-color: #c72f29;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 105, 100, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 105, 100, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #d4d4d4;
  border-color: #cecece;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 203, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 203, 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 {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #229ac8;
  border-color: #229ac8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #229ac8;
  border-color: #229ac8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #229ac8;
  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: #229ac8;
  border-color: #229ac8;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.5);
}

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

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-info:focus,
.btn-outline-info.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #faa732;
  border-color: #faa732;
}

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 167, 50, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #faa732;
  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: #faa732;
  border-color: #faa732;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(250, 167, 50, 0.5);
}

.btn-outline-danger {
  color: #da4f49;
  border-color: #da4f49;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #da4f49;
  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: #da4f49;
  border-color: #da4f49;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.5);
}

.btn-outline-light {
  color: #e7e7e7;
  border-color: #e7e7e7;
}

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

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

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #e7e7e7;
  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: #e7e7e7;
  border-color: #e7e7e7;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #229ac8;
  text-decoration: none;
}

.btn-link:hover {
  color: #176887;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  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: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

.btn-light__close {
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);
  color: #28a745;
}

.btn-light__close svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.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: 0.75rem;
  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: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 991.98px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.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::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: #e7e7e7;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #229ac8;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.65625rem;
  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: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

.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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.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:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.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: flex;
  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: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.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: flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.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 {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.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 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem;
}

.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.35rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  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;
  border-color: #229ac8;
  background-color: #229ac8;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80cce9;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #acdef1;
  border-color: #acdef1;
}

.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;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 {
  border-color: #229ac8;
  background-color: #229ac8;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%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(34, 154, 200, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(34, 154, 200, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%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(34, 154, 200, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.175rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(34, 154, 200, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.8em + 0.7rem + 2px);
  padding: 0.35rem 1.75rem 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80cce9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.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 {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.65625rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.8em + 0.7rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.8em + 0.7rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80cce9;
  box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.8em + 0.7rem + 2px);
  padding: 0.35rem 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.8em + 0.7rem);
  padding: 0.35rem 0.75rem;
  line-height: 1.8;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #229ac8;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #acdef1;
}

.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: #229ac8;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #acdef1;
}

.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;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #229ac8;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #acdef1;
}

.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;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  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;
  pointer-events: none;
  cursor: default;
}

.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: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.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: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #229ac8;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 991.98px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  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 {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  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,%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,%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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #E9E8EE;
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  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(0.25rem - 1px) calc(0.25rem - 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(0.25rem - 1px) calc(0.25rem - 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(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  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;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.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: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #229ac8;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #176887;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #229ac8;
  border-color: #229ac8;
}

.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: 0.9375rem;
  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.65625rem;
  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: 0.25rem;
  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;
  /*
     @at-root a.badge {
       @include hover-focus {
         text-decoration: none;
       }
     }
   */
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

.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: #229ac8;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  background-color: #1b789c;
}

.badge-primary[href]:focus,
.badge-primary[href].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.5);
}

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

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  background-color: #545b62;
}

.badge-secondary[href]:focus,
.badge-secondary[href].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  background-color: #1e7e34;
}

.badge-success[href]:focus,
.badge-success[href].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  background-color: #117a8b;
}

.badge-info[href]:focus,
.badge-info[href].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #faa732;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  background-color: #f39106;
}

.badge-warning[href]:focus,
.badge-warning[href].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 167, 50, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #da4f49;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  background-color: #c72f29;
}

.badge-danger[href]:focus,
.badge-danger[href].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #e7e7e7;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  background-color: #cecece;
}

.badge-light[href]:focus,
.badge-light[href].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

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

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  background-color: #1d2124;
}

.badge-dark[href]:focus,
.badge-dark[href].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.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: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.625rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #125068;
  background-color: #d3ebf4;
  border-color: #c1e3f0;
}

.alert-primary hr {
  border-top-color: #acdaeb;
}

.alert-primary .alert-link {
  color: #0a2f3d;
}

.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: #82571a;
  background-color: #feedd6;
  border-color: #fee6c6;
}

.alert-warning hr {
  border-top-color: #fedbad;
}

.alert-warning .alert-link {
  color: #583b12;
}

.alert-danger {
  color: #712926;
  background-color: #f8dcdb;
  border-color: #f5cecc;
}

.alert-danger hr {
  border-top-color: #f1bab7;
}

.alert-danger .alert-link {
  color: #4b1b19;
}

.alert-light {
  color: #787878;
  background-color: #fafafa;
  border-color: #f8f8f8;
}

.alert-light hr {
  border-top-color: #ebebeb;
}

.alert-light .alert-link {
  color: #5f5f5f;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.5625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #229ac8;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  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 {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #e7e7e7;
}

.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: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #229ac8;
  border-color: #229ac8;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 991.98px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #125068;
  background-color: #c1e3f0;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #125068;
  background-color: #acdaeb;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #125068;
  border-color: #125068;
}

.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: #82571a;
  background-color: #fee6c6;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #82571a;
  background-color: #fedbad;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #82571a;
  border-color: #82571a;
}

.list-group-item-danger {
  color: #712926;
  background-color: #f5cecc;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #712926;
  background-color: #f1bab7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #712926;
  border-color: #712926;
}

.list-group-item-light {
  color: #787878;
  background-color: #f8f8f8;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #787878;
  background-color: #ebebeb;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}

.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;
}

.close {
  float: right;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.8;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 991.98px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.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", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  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.65625rem;
  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: 0.25rem;
}

.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", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  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.65625rem;
  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 {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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 {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  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 {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  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 {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  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.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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,%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: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #229ac8 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1b789c !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: #faa732 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f39106 !important;
}

.bg-danger {
  background-color: #da4f49 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c72f29 !important;
}

.bg-light {
  background-color: #e7e7e7 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cecece !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-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: #229ac8 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #faa732 !important;
}

.border-danger {
  border-color: #da4f49 !important;
}

.border-light {
  border-color: #e7e7e7 !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 991.98px) {
  .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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 991.98px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    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: 991.98px) {
  .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;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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 {
  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,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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;
}

.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;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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;
  }

  .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;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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;
  }

  .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;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 991.98px) {
  .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;
  }

  .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;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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;
  }

  .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;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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: 991.98px) {
  .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;
  }
}

.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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2B3CD2 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #212F78 !important;
}

.text-secondary {
  color: #2B3CD2 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #212F78 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #faa732 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #da8205 !important;
}

.text-danger {
  color: #da4f49 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #b22a24 !important;
}

.text-light {
  color: #e7e7e7 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #c1c1c1 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-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: 992px !important;
  }

  .container {
    min-width: 992px !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;
  }
}

/*
  * ---------------------------------------------------------
  * VARUABLES LANDING PAGE PURE TELECOM
  * COMMENTS: variables Pure Telecom;
  * ---------------------------------------------------------
 */
.typo-opensans,
body,
ul.list.list-pricings .list-pricings__item .card .card-body h5,
.pricing--pema .pricing__feature {
  font-family: 'Open Sans', sans-serif;
}

.typo-raleway,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 h5,
.h5,
h6,
.h6,
.card.cards-benefits .card-body .card-title,
.pricing--pema .pricing__price,
.pricing-voice-deals .pricing__price {
  font-family: 'Rubik', sans-serif;
}

body {
  font-weight: 400;
  color: #1d2927;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  background-color: #FFFFFF;
}

a.link.link-black {
  color: #000000;
}

a.link.text-underline {
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 h5,
.h5,
h6,
.h6 {
  color: #1d2927;
  font-weight: 550;
}

/* Override the bootstrap defaults */
h1,
.h1 {
  font-size: 33px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 15px;
}

h5,
.h5 {
  font-size: 12px;
}

h6,
.h6 {
  font-size: 10.2px;
}

a {
  color: #212F78;

}

a:hover,
a:focus {
  text-decoration: none;
  color: #212F78;
}

a.text-link {
  text-decoration: underline;
}

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

legend {
  font-size: 18px;
  padding: 7px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 14px;
  font-weight: normal;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .col-form-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

/* cookie */
#cookie {
  border-top: none;
  border-left: none;
  border-right: none;
}

/* top */
#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
}

#top .nav>.list-inline>.list-inline-item,
#top .nav>.list-inline .list-inline-item a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
}

#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

#top .btn-link:hover {
  color: #444;
}

#top .list-inline-item .dropdown .dropdown-menu {
  font-size: 1.1em;
}

#top .list-inline-item .dropdown .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

#top .list-inline-item .dropdown .dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

#logo img {
  max-width: 200px;
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg,
#search .btn-group-lg>.btn {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #fff;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart>.btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#cart .btn-lg,
#cart .btn-group-lg>.btn {
  padding: 0.65rem 1rem;
}

#cart.open>.btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open>.btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
  min-width: 100%;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
  padding: 0 10px;
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }

  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* change css */
/* content */
/* #content {
   min-height: 600px;
 } */

/* default font size */
.fas,
.far,
.fab {
  font-size: 14px;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* toast */
#toast {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
}

/* breadcrumb 
 .breadcrumb {
     margin: 0 0 20px 0;
     padding: 8px 0;
     border: 1px solid #ddd;
     background-color: #f5f5f5;
     i {
         font-size: 15px;
     }
     > li.breadcrumb-item {
         text-shadow: 0 1px 0 #fff;
         padding: 0 20px;
         position: relative;
         white-space: nowrap;
         &:after {
             content: "";
             display: block;
             position: absolute;
             top: -3px;
             right: -5px;
             width: 26px;
             height: 26px;
             border-right: 1px solid #ddd;
             border-bottom: 1px solid #ddd;
             -webkit-transform: rotate(-45deg);
             -moz-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
             transform: rotate(-45deg);
         }
         + li {
             &:before {
                 content: "";
                 padding: 0;
             }
         }
     }
 } */
.pagination {
  margin: 0;
}

/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-position: 0;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .far.fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star+.far.fa-star {
  color: #e69500;
}

/* list group */
.list-group a {
  color: #888888;
  display: block;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a.active:focus {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}

/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb h2.price {
  margin: 0;
}

.product-thumb h4 {
  font-weight: bold;
  margin-top: 10px;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.product-thumb .rating .far.fa-star {
  color: #fc0;
}

.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button-group button+button {
  width: 20%;
  border-left: 1px solid #ddd;
}

@media (max-width: 991.98px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

.product-grid .product-thumb .image {
  float: none;
}

@media (max-width: 767.98px) {
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (min-width: 768px) {
  .product-list .product-thumb .image {
    padding: 0 15px;
    display: inline-block;
  }

  .product-list .product-thumb .image+div {
    margin-left: 0%;
  }
}

@media (max-width: 767.98px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
  margin-bottom: 20px;
}

.thumbnails>li {
  margin-left: 20px;
}

.thumbnails>li>a {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnails>img {
  width: 100%;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
  max-width: 78px;
}

.thumbnails .image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

@media (min-width: 1200px) {

  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 991.98px) and (max-width: 1199px) {

  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

.card .card-header>h4 {
  font-size: 16px;
}

.card+.card {
  margin-top: 5px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#checkout-cart #accordion h4 {
  cursor: pointer;
}

#checkout-cart #accordion h4:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px/1;
  font-weight: 900;
  content: "\f0d7  ";
  margin-right: 10px;
}

#checkout-cart #accordion h4.collapsed:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px/1;
  font-weight: 900;
  content: "\f0da";
  margin-right: 10px;
}

#checkout-checkout #accordion h4 {
  cursor: pointer;
}

#checkout-checkout #accordion h4:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px/1;
  font-weight: 900;
  content: "\f0d7  ";
  margin-right: 10px;
}

#checkout-checkout #accordion h4.collapsed:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px/1;
  font-weight: 900;
  content: "\f0da";
  margin-right: 10px;
}

#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

.overlay-menu {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.wrapper-button {
  max-width: 425px;
  width: 100%;
}

#checkButton,
#callButton {
  display: flex;
}

#checkButton.hidden,
#callButton.hidden {
  display: none;
}

.card .lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

@media screen and (min-width: 767.98px) {
  .card .lead {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.card.card-about .card-body {
  padding: 2rem;
}

.card.card-about .card-body .lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

@media screen and (min-width: 767.98px) {
  .card.card-about .card-body .lead {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.card.cards-benefits {
  background-color: transparent;
  border: none;
  margin: 1rem 0;
  text-align: center;
}

.card.cards-benefits .card-body {
  border-radius: 5px;
  padding: 2rem;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
}

@media screen and (min-width: 767.98px) {
  .card.cards-benefits .card-body {
    padding: 4rem;
  }
}

.card.cards-benefits .card-body i.fa {
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
  padding: 20px 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 3px solid #000000;
  color: #000000;
  transition: 0.3s ease;
  margin-bottom: 32px;
}

.card.cards-benefits .card-body .card-title {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.card.cards-benefits .card-body p.lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 32px;
  font-weight: 400;
}

.card.cards-benefits .card-body .btn {
  background-color: #0058aa;
  border: 1px solid #0058aa;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  width: auto;
  padding: 1rem;
}

.card.cards-benefits .card-body .btn:hover {
  background-color: #0066c4;
  border: 1px solid #0066c4;
  color: #ffffff;
  box-shadow: none;
}

.card.cards-benefits .card-body .btn:focus {
  background-color: #0066c4;
  border: 1px solid #0066c4;
  color: #ffffff;
  box-shadow: none;
}

.card.card-forms-content {
  border: none;
  border-radius: 20px;
  background: linear-gradient(#f9f9f9, #dadada);
}

@media screen and (min-width: 767.98px) {
  .card.card-forms-content {
    background: linear-gradient(#ffffff, #ffffff);
  }
}

.card.card-forms-content .card-body {
  padding: 0.5rem;
}

@media screen and (min-width: 767.98px) {
  .card.card-forms-content .card-body {
    padding: 40px;
    padding-bottom: 20px;
  }
}

.card.card-forms-content .card-body .side-logo,
.card.card-forms-content .card-body .header {
  width: 100%;
}

@media screen and (min-width: 767.98px) {

  .card.card-forms-content .card-body .side-logo,
  .card.card-forms-content .card-body .header {
    width: auto;
  }
}

.card.card-forms-content .card-body .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 3px;
  margin-top: 1rem;
}

@media screen and (min-width: 767.98px) {
  .card.card-forms-content .card-body .card-title {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 8px;
    margin-top: 0;
  }
}

.card.card-forms-content .card-body .card-text {
  color: #696969;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 767.98px) {
  .card.card-forms-content .card-body .card-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.card.card-forms-content__form {
  border: 5px solid #dedede;
  padding: 0;
  background: linear-gradient(#ffffff, #f5f5f5);
  border-radius: 10px;
  max-width: 380px;
  margin: 0 auto;
  margin-top: 10px;
}

.card.card-forms-content__form .card-body {
  padding: 0.5rem;
}

@media screen and (min-width: 767.98px) {
  .card.card-forms-content__form .card-body {
    padding: 1rem;
  }
}

.card.card-forms-content__form .card-body .label {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  line-height: 1.25;
}

.card.card-forms-content__form .card-body .label span {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 767.98px) {
  .card.card-forms-content__form .card-body .label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.card.card-forms-content__form .card-body .form-control {
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #999999;
  box-shadow: inset 0px 2px 3px #d9d9d9;
  height: 39px;
}

.card.card-forms-content__form .card-body .text-req {
  color: #666666;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
}

@media screen and (min-width: 767.98px) {
  .card.card-forms-content__form .card-body .text-req {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.card.card-forms-content__form .card-body .btn {
  background: linear-gradient(#3588d1, #0d4496);
  box-shadow: inset 0px 1px 0px #81b9ea, inset 0 -1px 2px #082c63;
  text-shadow: 1px 1px #010e2d;
  color: #ffffff;
  width: 100%;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 10rem;
  transition: ease 0.3s all;
  min-height: 48px;
}

@media screen and (min-width: 767.98px) {
  .card.card-forms-content__form .card-body .btn {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 211px;
  }
}

.card.card-forms-content__form .card-body .btn:hover,
.card.card-forms-content__form .card-body .btn:focus {
  background: linear-gradient(#2875c7, #0a398f);
}

.card.card-forms-content__form .card-body .btn--green {
  background: linear-gradient(#36BC54, #0d781c);
  box-shadow: inset 0px 1px 0px #7dd591, inset 0 -1px 2px #074510;
  text-shadow: 1px 1px #011c03;
  border-color: #1B8D35;
}

.card.card-forms-content__form .card-body .btn--green:hover {
  background: linear-gradient(#29b343, #0a7216);
}

.card.card-business .card-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #7bb732;
}

.card.card-business .list-services {
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

.card.card-business .list-services .list-services__item {
  margin-bottom: 8px;
}

nav.breadcrumbs {
  margin-top: 87px;
  border-bottom: 1px solid #e7e1e1;
}

nav.breadcrumbs ol.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0.75rem 0;
}

nav.breadcrumbs ol.breadcrumb li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

nav.breadcrumbs ol.breadcrumb li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

nav.breadcrumbs ol.breadcrumb li a.active {
  color: #f7622d;
}

nav.breadcrumbs ol.breadcrumb li:last-child {
  width: 100%;
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

nav.breadcrumbs ol.breadcrumb li:last-child span,
nav.breadcrumbs ol.breadcrumb li:last-child a {
  display: contents;
}

nav.breadcrumbs ol.breadcrumb li:last-child a {
  color: rgba(0, 0, 0, 0.45);
}

nav.breadcrumbs ol.breadcrumb li:last-child a:hover,
nav.breadcrumbs ol.breadcrumb li:last-child a:focus {
  cursor: default;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  nav.breadcrumbs {
    margin-top: 179px;
  }
}

@media screen and (min-width: 1200px) {
  nav.breadcrumbs.breadcrumbs-business {
    margin-top: 198px;
  }
}

/* add css */
nav.nav {
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  /* -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 2px 6px -3px; */
  /* -moz-box-shadow: rgba(0, 0, 0, 0.14) 0 2px 6px -3px; */
  /* box-shadow: rgba(0, 0, 0, 0.14) 0 2px 6px -3px; */
  /* Background */
  background: rgba(8, 2, 52, 0.3);

}

.nav .wrapper-nav {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

@media screen and (min-width: 767.98px) {
  .nav .wrapper-nav {
    background-color: transparent;
  }
}

.nav .nav-header {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.nav .nav-header .title-logo {
  margin-right: 1rem;
  max-width: 205px;
  margin-left: 70px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 250px) {
  .nav .nav-header .title-logo {
    max-width: 165px;
    /*position: relative;*/
    top: 58%;
  }
}

@media screen and (min-width: 390px) {
  .nav .nav-header .title-logo {
    max-width: 200px;
    /*position: relative;*/
    top: 60%;
    left: 7%;
  }
}

@media screen and (min-width: 991.98px) {
  .nav .nav-header .title-logo {
    max-width: 250px;
    /* padding-bottom: 0.35rem; */
    margin: 0;
    margin-right: 1rem;
    position: absolute;
    top: 27px;
    transform: none;
    z-index: 50;
  }
}

.nav .nav-header .title-logo .link-logo {
  display: block;
}

.nav .nav-header .title-logo .link-logo .logo {
  width: 100%;
}

.nav .nav-header .box-contact_direct {
  line-height: 0.75;
  float: left;
  text-align: left;
  display:none;
}

.nav .nav-header .box-contact_direct p {
  margin: 0;
}

.nav .nav-header .box-contact_direct p:first-child {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.nav .nav-header .box-contact_direct p:nth-child(3) {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  font-weight: 400;
}

.nav .nav-header .box-contact_direct a.link-call {
  padding: 0.25rem 0.5rem;
  background-color: #f7622d;
  border-radius: 0.25rem;
  color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);
  margin-left: 0.5rem;
  font-weight: 700;
  text-transform: lowercase;
}

.nav .nav-header .box-contact_direct a.link-call:hover,
.nav .nav-header .box-contact_direct a.link-call:focus {
  background-color: #192259;
  box-shadow: 0 5px 11px 0 rgba(28, 46, 45, 0.18), 0 4px 15px 0 rgba(28, 46, 45, 0.15);
  text-decoration: none;
}

.nav .nav-header .box-contact_direct a.title-phone {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #FFF;
}

.nav .nav-header .box-contact_direct a.title-phone:hover,
.nav .nav-header .box-contact_direct a.title-phone:focus {
  text-decoration: none;
}

@media screen and (max-width: 628px) {
  .nav .nav-header .box-contact_direct {
    display: none;
  }
}

.nav .nav-header .cite {
  font-size: 16px;
  font-size: 1rem;
}

.nav .navbar-main--links {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  transition: ease 0.3s all;
  overflow-y: auto;
  z-index: 100;
}

@media screen and (min-width: 767.98px) {
  .nav .navbar-main--links {
    max-width: 400px;
  }
}

@media screen and (min-width: 991.98px) {
  .nav .navbar-main--links {
    /* background: linear-gradient(#ffffff, #ebe7e7);*/
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    max-width: 100%;
    z-index: initial;
  }

  .nav .navbar-main--links .container {
    padding: 0;
  }
}

.nav .navbar-main--links .wrapper-navbar {
  width: 100%;
}

.nav .navbar-main--links .wrapper-navbar .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 991.98px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list {
    flex-direction: row;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item {
  border-top: 1px solid #f2efef;
}

@media screen and (min-width: 991.98px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item {
    border: none;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  color: #FFF;
  padding: 0.75rem 1rem 0.75rem 1.4rem;
  display: block;
  position: relative;
  transition: ease 0.2s all;
  text-align: left;
}

@media screen and (min-width: 991.98px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a {
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    padding: 1rem;

    letter-spacing: 1px;
  }
}

/* change css */
/* remove code */
/* @media screen and (min-width: 991.98px) {
 
 } */
/* .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a::after {
   content: " ";
   width: 0;
   height: 100%;
   background-color: #FFF;
   top: 0;
   left: 0;
   position: absolute;
   opacity: 0;
   transition: ease 0.3s all;
 } */

@media screen and (min-width: 991.98px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a::after {
    width: 1%;
    height: 1px;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:hover,
.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:focus,
.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a.active {
  text-decoration: none;
  color: #FFF;
}

@media screen and (max-width: 991.98px) {

  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:hover,
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:focus,
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a.active {
    padding-left: 1.6rem;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:hover::after,
.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:focus::after,
.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a.active::after {
  opacity: 1;
  height: 100%;
  width: 4px;
}

@media screen and (min-width: 991.98px) {

  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:hover::after,
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:focus::after,
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a.active::after {
    width: 100%;
    height: 2px;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:first-child {
  order: 1;
}

/* remove css */
/* @media screen and (min-width: 991.98px) {
   .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:first-child a {
     padding-left: 0;
   }
 } */

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(2) {
  order: 2;
}

@media screen and (max-width: 991.98px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(2) {
    order: 4;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(3) {
  order: 3;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(4) {
  order: 4;
}

@media screen and (max-width: 991.98px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(4) {
    order: 2;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(5) {
  order: 5;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(6) {
  order: 6;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(7) {
  order: 7;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(8) {
  order: 8;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(9) {
  order: 9;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(10) {
  order: 10;
}

.nav .navbar-main--links .wrapper-navbar .nav-list--business .nav-list--item:nth-child(4) {
  order: 2;
}

@media screen and (max-width: 991.98px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list--business .nav-list--item:nth-child(4) {
    order: 4;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list--business .nav-list--item:nth-child(2) {
  order: 4;
}

@media screen and (max-width: 991.98px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list--business .nav-list--item:nth-child(2) {
    order: 2;
  }
}

.nav .navbar-main--links.show {
  left: 0;
}

.navbar {
  padding: 0;
}

.navbar .navbar-toggler {
  font-size: 18px;
  font-size: 1.125rem;
  font-stretch: expanded;
  color: #000000;
  display: block;
}

@media screen and (min-width: 767.98px) {
  .navbar .navbar-toggler {
    display: none;
  }
}

.navbar.navbar-landing .title-logo {
  max-width: 68px;
}

@media screen and (min-width: 375px) {
  .navbar.navbar-landing .title-logo {
    max-width: 115px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.navbar-landing .title-logo {
    max-width: 150px;
  }
}

.navbar.navbar-landing .info-call a.btn.btn-call {
  padding: .25rem 0.75rem;
  letter-spacing: 1px;
  transition: ease 0.3s;
  text-transform: none;
  color: #0073dd;
  border-width: 1px;
  border-color: #0073dd;
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: inset 0px 1px 0px #ffffff, inset 0 -1px 2px #b3b3b3;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 10rem;
  margin-right: 0;
  transform: translateX(0);
  justify-content: center;
  align-items: center;
  height: auto;
  max-width: 220px;
  height: 34px;
  display: none !important;
}

.navbar.navbar-landing .info-call a.btn.btn-call i.fa {
  margin: 0;
  margin-right: 8px;
  position: relative;
  margin-top: -2px;
}

.navbar.navbar-landing .info-call a.btn.btn-call:hover,
.navbar.navbar-landing .info-call a.btn.btn-call:focus {
  background: linear-gradient(#e6e6e6, #ffffff);
}

.navbar.navbar-landing p.text-call {
  margin-bottom: 3px;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 5px;
  position: relative;
  padding-left: .75rem;
}

.navbar.navbar-landing p.text-call i.fa {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 4px;
  color: #0073dd;
  margin-left: 1px;
  margin-top: 1px;
}

footer.footer-contact {
  position: relative;
  min-height: auto;
  background-color: #ffffff;
  background-color: #1d2927;
  padding-top: 4rem;
  margin: 0;
  border-top: none;
}

footer.footer-contact article.article .h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer.footer-contact article.article .h2 a.link,
footer.footer-contact article.article .h2 a.active {
  color: #ffffff;
}

footer.footer-contact article.article img.logo.logo__white {
  margin: 16px 0;
  margin-bottom: 10px;
  max-width: 100px;
}

@media screen and (min-width: 768px) {
  footer.footer-contact article.article img.logo.logo__white {
    max-width: 100%;
  }
}

footer.footer-contact article.article a.icon-link {
  color: #a2bdb8;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  margin: 16px 0;
  display: inline-block;
}

footer.footer-contact article.article a.icon-link:hover,
footer.footer-contact article.article a.icon-link:focus {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  footer.footer-contact article.article .col-brands {
    margin-top: -5rem;
  }
}

footer.footer-contact article.article .article {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  footer.footer-contact article.article .article {
    margin-bottom: 0;
  }
}

footer.footer-contact article.article ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 48px;
}

footer.footer-contact article.article ul.list li.list-item {
  margin-bottom: 0.5rem;
  transition: ease 0.3s;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}

footer.footer-contact article.article ul.list li.list-item a {
  color: #a2bdb8;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

footer.footer-contact article.article ul.list li.list-item a:hover,
footer.footer-contact article.article ul.list li.list-item a:focus,
footer.footer-contact article.article ul.list li.list-item a.active {
  text-decoration: none;
  color: #ffffff;
  text-decoration: underline;
}

footer.footer-contact article.article ul.list-logos {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer.footer-contact article.article ul.list-logos li {
  width: 100%;
  padding: 0.75rem;
  text-align: center;
}

footer.footer-contact article.article ul.list-logos li img.logo {
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer.footer-contact article.article ul.list-logos li img.logo {
    max-width: 150px;
  }
}

footer.footer-contact article.article ul.list-logos li p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #a2bdb8;
}

footer.footer-contact .copyright-box {
  border-top: 1px solid #283835;
  padding: 0.5rem 0;
  text-align: center;
}

footer.footer-contact .copyright-box p.p {
  color: #a2bdb8;
  margin: 0;
}

footer.footer-contact .copyright-box p.p a {
  color: #ffffff;
}

footer.footer-contact .copyright-box p.p a:hover,
footer.footer-contact .copyright-box p.p a:focus,
footer.footer-contact .copyright-box p.p a.active {
  text-decoration: underline;
  color: #7bb732;
}

footer.footer-contact .copyright-box p.p.p--title {
  color: #ffffff;
}

footer.footer-contact .icon-link {
  color: #ffffff;
}

footer.footer-contact .icon-link:hover {
  color: #7bb732;
}

.section {
  padding: 16px 0;
}

@media screen and (min-width: 767.98px) {
  .section {
    padding: 48px 0;
  }
}

.section .header {
  margin-bottom: 2rem;
  position: relative;
}

.section .header .h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .section .header .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.section .header .h2 {
  font-weight: 700;
  padding-top: 20px;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 767.98px) {
  .section .header .h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.section .header .lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.section.section-hero {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 32px 0;
  margin-top: 0px;
  padding-bottom: 32px;
}

@media screen and (min-width: 991.98px) {
  .section.section-hero {
    height: 500px;
  }
}

@media screen and (min-width: 991.98px) {
  .section.section-hero {
    margin-top: 0px;
  }
}

.section.section-hero .h1 {
  font-size: 36px;
  font-size: 1.27rem;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 550;
  line-height: 1.3;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero .h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.section.section-hero .lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero .lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.section.section-hero .lead strong {
  font-weight: bold;
}

.section.section-hero ul {
  color: #ffffff;
}

.section.section-hero.section-hero-fibre {
  background-image: url("/image/catalog/banners/fibre-broadband.webp");
}

.section.section-hero.section-hero-bbphone {
  background-image: url("/image/catalog/banners/broadband-and-phone.webp");
}

.section.section-hero.section-hero-tvbb {
  background-image: url("/image/catalog/banners/tv-broadband.webp");
}

.section.section-hero.section-hero-sim {
  background-image: url("/image/catalog/banners/sim-only.webp");
}

.section.section-hero.section-hero-fibre .h1 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-fibre .h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.section.section-hero.section-hero-fibre .section-hero__description {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}

.section.section-hero.section-hero-fibre .side-image {
  position: relative;
  margin-top: 32px;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-fibre .side-image {
    margin-top: 0;
  }
}

.section.section-hero.section-hero-fibre .side-image .circle-money {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffff01;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  vertical-align: middle;
  padding: 1rem 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
  margin-top: 25px;
  line-height: 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info {
  line-height: 1.3;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .circle-money__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .money {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 50px;
  font-size: 3.125rem;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .money .money__price,
.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .money .money__currency {
  padding: 0;
  position: relative;
  font-weight: bold;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .money .money__more-info {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
  font-weight: 600;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .circle-money__month {
  margin-top: -7px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.section.section-hero.section-hero-home {
  background-image: url('/image/catalog/banners/broadband-deals.webp');
  padding: 48px 0;
  background-position: center;

}

@media screen and (min-width: 991.98px) {
  .section.section-hero.section-hero-home {
    background-image: url('/image/catalog/banners/broadband-deals.webp');
    background-position: center;
  }

  /* change css */
  .background_color_radius {
    margin-top: -60px;
  }


  #eir_back {
    background-image: url('/image/catalog/banners/-eir-broadband-packages.png');
    background-position: center;
  }

  #sky_back {
    background-image: url('/image/catalog/banners/-sky-broadband-ireland.webp');
    background-position: center;
  }
}





@media screen and (min-width: 991.98px) {
  .section.section-hero.section-hero-home {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section.section-hero.section-hero-unlimited {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) 68% top no-repeat fixed, url(/image/catalog/Banners/hero-puretelecom-gaming.jpg) 68% top no-repeat fixed;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-unlimited {
    background: url(/image/catalog/Banners/hero-puretelecom-gaming.jpg) 60% 0 no-repeat fixed, linear-gradient(#000000, #000000) 60% 0 no-repeat fixed;
    align-items: center;
    height: 465px;
    padding-top: 65px;
  }
}

@media screen and (min-width: 991.98px) {
  .section.section-hero.section-hero-unlimited {
    align-items: flex-start;
  }
}

.section.section-hero.section-hero-broadband,
.section.section-hero.section-hero-phone {
  background: linear-gradient(to top, #f2efef 20%, rgba(242, 239, 239, 0.7)) 65% 28%/cover fixed, url(/image/catalog/Banners/vr-broadband1080p.png) 65% 28%/cover no-repeat fixed;
}

@media screen and (min-width: 1197px) {

  .section.section-hero.section-hero-broadband,
  .section.section-hero.section-hero-phone {
    background: linear-gradient(to top, rgba(242, 239, 239, 0.7) 10%, transparent 40%) 50% 10%/cover fixed, url(/image/catalog/Banners/vr-broadband1080p.png) 50% 10%/cover no-repeat fixed;
    align-items: flex-start;
    height: 600px;
    padding-top: 65px;
  }
}

.section.section-hero.section-hero-broadband .h1,
.section.section-hero.section-hero-broadband .lead,
.section.section-hero.section-hero-phone .h1,
.section.section-hero.section-hero-phone .lead {
  color: #000000;
}

.section.section-hero.section-hero-broadband .list,
.section.section-hero.section-hero-phone .list {
  margin-top: 20px;
}

.section.section-hero.section-hero-broadband .list li.list-item,
.section.section-hero.section-hero-phone .list li.list-item {
  color: #000000;
  text-shadow: none;
  line-height: 1.75;
  margin-bottom: 10px;
}

.section.section-hero.section-hero-broadband .list li.list-item::after,
.section.section-hero.section-hero-phone .list li.list-item::after {
  content: none;
}

.section.section-hero.section-hero-broadband {
  background: linear-gradient(to top, #f2efef 20%, rgba(242, 239, 239, 0.7)) 65% 28%/cover, url(/image/catalog/Banners/vr-broadband1080p.png) 65% 28%/cover no-repeat;
}

@media screen and (min-width: 1197px) {
  .section.section-hero.section-hero-broadband {
    background: linear-gradient(to top, rgba(242, 239, 239, 0.7) 10%, transparent 40%) 50% 10%/cover, url(/image/catalog/Banners/vr-broadband1080p.png) 50% 10%/cover no-repeat;
    align-items: flex-start;
    height: 600px;
    padding-top: 65px;
  }
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-broadband .h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 1197px) {
  .section.section-hero.section-hero-broadband .h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.section.section-hero.section-hero-phone,
.section.section-hero.section-hero-landline {
  background: linear-gradient(35deg, #288073, rgba(123, 183, 50, 0.5)) 80% 70%/cover, url(/image/catalog/Banners/woman-on-phone-laptop.jpg) 80% 70%/cover no-repeat;
}

@media screen and (min-width: 768px) {

  .section.section-hero.section-hero-phone,
  .section.section-hero.section-hero-landline {
    background: linear-gradient(35deg, #288073, rgba(123, 183, 50, 0.5)) 80% 70%/cover, url(/image/catalog/Banners/woman-on-phone-laptop.jpg) 80% 70%/cover no-repeat;
    background-position: center 70%;
  }
}

.section.section-hero.section-hero-phone .h1,
.section.section-hero.section-hero-landline .h1 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.section.section-hero.section-hero-phone .h1,
.section.section-hero.section-hero-phone .lead,
.section.section-hero.section-hero-landline .h1,
.section.section-hero.section-hero-landline .lead {
  color: #ffffff;
}

.section.section-hero.section-hero-phone .list li.list-item,
.section.section-hero.section-hero-landline .list li.list-item {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .section.section-hero.section-hero-broadband.section-hero-broadband--only {
    height: 465px;
  }
}

.section.section-hero.section-hero-broadband.section-hero-broadband--only .list-details li.list-details__item::after {
  content: " ";
  padding: 0;
}

@media screen and (min-width: 768px) {
  .section.section-hero.section-hero-broadband.section-hero-broadband--only .list-details li.list-details__item::after {
    content: "/";
    padding: 0 0.5rem;
  }
}

.section.section-hero.section-hero-broadband.section-hero-broadband--only .list-details li.list-details__item:last-child::after {
  content: " ";
}

.section.section-hero.section-hero-broadband.section-hero-broadband--only .list-details li.list-details__item i.fa {
  width: 22px;
  margin-right: 7px;
  color: #7bb732;
}

.section.section-hero.section-hero-landline {
  background: linear-gradient(35deg, #288073, rgba(123, 183, 50, 0.5)) 70% top/cover, url(/image/catalog/Banners/landline-service.jpg) 70% top/cover no-repeat;
}

.section.section-hero.section-hero-landline .lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.section.section-hero.section-hero-landline .p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

.section.section-hero.section-hero-landline .p .link {
  color: #ffffff;
  text-decoration: underline;
  font-weight: normal;
}

.section.section-hero.section-hero-business {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(/image/catalog/Banners/business-pure.jpg) top right no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 140px;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-business {
    background-attachment: fixed;
    min-height: 350px;
    padding-top: 120px;
  }
}

.section.section-hero.section-hero-landings {
  height: auto;
  position: relative;
  padding: 0;
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-landings {
    margin-top: 121px;
    height: 565px;
  }
}

.section.section-hero.section-hero-landings .side-info {
  position: relative;
  height: 100%;
  display: flex;
  background-color: #FFFFFF;
  align-items: center;
  z-index: 1;
}

.section.section-hero.section-hero-landings .side-info::after {
  content: " ";
  height: 0;
  width: 0;
  border-left: 540px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 25px solid transparent;
  border-top: 60px solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
  margin-top: -50px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .section.section-hero.section-hero-landings .side-info::after {
    border-left: 110px solid #ffffff;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 800px solid transparent;
    left: initial;
    right: 0;
    bottom: 0;
    margin-right: -100px;
    margin-top: -110px;
  }
}

.section.section-hero.section-hero-landings .main-info {
  padding: 0 1rem;
  padding-top: 32px;
  width: 100%;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-landings .main-info {
    padding: 0;
  }
}

.section.section-hero.section-hero-landings .main-info .h1 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #000000;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-landings .main-info .h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.section.section-hero.section-hero-landings .main-info .list .list-item {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-landings .main-info .list .list-item {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section.section-hero.section-hero-landings .main-info .box-button {
  width: 100%;
  position: relative;
  transition: ease 0.3s;
  margin: 0;
}

.section.section-hero.section-hero-landings .main-info .box-button .p-footer {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-landings .main-info .box-button .p-footer {
    font-size: 16px;
    font-size: 1rem;
  }
}

.section.section-hero.section-hero-landings .main-info .box-button a.btn {
  height: 60px;
  font-size: 18px;
  font-size: 1.125rem;
}

.section.section-hero.section-hero-landings .main-info .box-button a.btn i {
  margin-right: 10px;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-landings .main-info .box-button a.btn {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-landings .main-info .box-button {
    width: 425px;
  }
}

.section.section-hero.section-hero-landings .bg-images {
  height: 100%;
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
}

.section.section-hero.section-hero-landings .col {
  padding-right: 0;
  padding-left: 0;
}

.section.section-hero.section-hero-landings .wrap-images {
  width: 100%;
  height: 115px;
  background-position: center 10%;
  background-size: cover;
}

@media screen and (min-width: 375px) {
  .section.section-hero.section-hero-landings .wrap-images {
    height: 150px;
  }
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-landings.section-landing-sligo .main-info .h1 {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}

.section.section-hero.section-hero-netgem {
  position: relative;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  background-image: url("/image/catalog/Banners/bg-heroshot-peace.jpg");
  background-position: 0% 0%;
  background-size: 28px;
  background-repeat: repeat;
  padding: 32px 0;
  padding-bottom: 67px;
}

@media screen and (min-width: 1197px) {
  .section.section-hero.section-hero-netgem {
    height: 500px;
    padding: 0;
    margin-top: 224px;
  }
}

@media screen and (min-width: 1200px) {
  .section.section-hero.section-hero-netgem {
    margin-top: 176px;
  }
}

.section.section-hero.section-hero-netgem .section-hero-netgem__container {
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 991.98px) {
  .section.section-hero.section-hero-netgem .section-hero-netgem__container {
    display: flex;
    max-width: 1100px;
    flex-direction: column;
  }
}

.section.section-hero.section-hero-netgem .h1 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (min-width: 425px) {
  .section.section-hero.section-hero-netgem .h1 {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-netgem .h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.section.section-hero.section-hero-netgem .h1,
.section.section-hero.section-hero-netgem .list,
.section.section-hero.section-hero-netgem .list-item {
  color: #000000;
}

.section.section-hero.section-hero-netgem .list {
  max-width: 270px;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-netgem .list {
    max-width: 100%;
  }
}

.section.section-hero.section-hero-netgem .list .list-item {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-netgem .list .list-item {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-right: 0;
  }
}

.section.section-hero.section-hero-netgem .section-hero-netgem__image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: 600px;
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-netgem .section-hero-netgem__image {
    background-image: url("/image/catalog/Banners/heroshot_engage-image2x.png");
    max-width: 450px;
  }
}

@media screen and (min-width: 991.98px) {
  .section.section-hero.section-hero-netgem .section-hero-netgem__image {
    max-width: 700px;
  }
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero-netgem::after {
    content: " ";
    background: linear-gradient(to right, #f3f3f3 50%, transparent);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1310px) {
  .section.section-hero.section-hero-netgem::after {
    content: none;
  }
}

.section.section-hero .shape-brand {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: 375px;
  background-image: url("/image/catalog/vectors/shape-netgem-brand.svg");
  background-position: 100% 100%;
  background-size: auto 150px;
  background-repeat: no-repeat;
}

.section.section-hero .shape-brand .shape-brand__image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 115px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-height: 767.98px) {
  .section.section-hero .shape-brand .shape-brand__image {
    max-width: 132px;
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}

.section.section-hero .shape-brand--revolut {
  background-image: url("/image/catalog/vectors/shape-revolut.svg");
  background-position: 100% 100%;
  background-size: auto 150px;
  background-repeat: no-repeat;
}

.section.section-hero--refer {
  height: auto;
}

@media screen and (min-width: 1200px) {
  .section.section-hero--refer .container {
    max-width: 1080px;
  }
}

.section.section-hero--refer .article--full {
  max-width: 100%;
}

.section.section-hero--refer .lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 10px;
  color: #000000;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero--refer .lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.section.section-hero--refer .p {
  margin-bottom: 5px;
}

.section.section-hero--refer .p .link {
  color: #6ea32d;
  text-decoration: underline;
}

.section.section-hero--refer .p .link:hover {
  color: #88c939;
  text-decoration: none;
}

.section.section-hero--refer .emoji {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 12px;
  display: inline-block;
}

.section.section-hero--refer .display-1 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #000000;
  text-shadow: none;
  margin-bottom: 12px;
  font-weight: 800;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero--refer .display-1 {
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 20px;
  }
}

.section.section-hero--refer .btn {
  max-width: 220px;
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 64px;
  margin-top: 20px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero--refer .btn {
    margin-top: 32px;
  }
}

.section.section-hero--refer .card {
  margin-top: 32px;
}

.section.section-hero--refer .card .card-body {
  padding: 2rem;
}

.section.section-hero--refer .card .card-body .card-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
}

.section.section-hero--refer .refer-image {
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero--refer .refer-image {
    height: 460px;
    margin-top: 0;
  }
}

.section.section-hero--refer .refer-image img {
  margin-bottom: 0;
}

.section.section-guaranteed .wrap-list {
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
  padding-right: 0;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed .wrap-list {
    padding: 4rem;
    padding-right: 0;
  }
}

.section.section-guaranteed .header {
  margin-bottom: 2rem;
}

.section.section-guaranteed .header .lead {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed .header .lead {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.section.section-guaranteed .list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2.5;
  position: relative;
  height: 100%;
}

.section.section-guaranteed .list .list-item {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed .list .list-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 991.98px) {
  .section.section-guaranteed .list .list-item {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-guaranteed .list .list-item i.fa {
  margin-right: 1rem;
  color: #192259;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
}

.section.section-guaranteed .box-image {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #7bb732), color-stop(40%, transparent)) 50% 10%/cover, url(/image/catalog/banners/broadband-deals-ireland-.webp) 50% 10%/cover no-repeat;
  background: linear-gradient(to top, #7bb732, transparent) 50% 10%/cover, url(/image/catalog/banners/broadband-deals-ireland-.webp) 50% 10%/cover no-repeat;
  background-size: 100%;
  padding: 5.75rem 3.75rem;
  height: 215px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.section.section-guaranteed .box-image:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-bottom: 36px solid #ffffff;
  bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -160px;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed .box-image:after {
    height: 0;
    border-top: 215px solid transparent;
    border-left: 80px solid #ffffff;
    border-bottom: 215px solid transparent;
    left: 0;
    margin: 0;
    top: 50%;
    margin-top: -215px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) and (-webkit-min-device-pixel-ratio: 1) {
  .section.section-guaranteed .box-image:after {
    border-top: 205px solid transparent;
    border-left: 80px solid #ffffff;
    border-bottom: 205px solid transparent;
    left: 0;
    margin: 0;
    top: 50%;
    margin-top: -205px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .section.section-guaranteed .box-image:after {
    border-top: 215px solid transparent;
    border-left: 80px solid #ffffff;
    border-bottom: 215px solid transparent;
    left: 0;
    margin: 0;
    top: 50%;
    margin-top: -215px;
  }
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed .box-image {
    background: linear-gradient(to right, #7bb732, transparent 70%), url(/image/catalog/banners/broadband-deals-ireland-.webp) no-repeat;
    background-size: cover;
    height: 430px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) and (-webkit-min-device-pixel-ratio: 1) {
  .section.section-guaranteed .box-image {
    background-size: cover;
    height: 407px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .section.section-guaranteed .box-image {
    background-size: cover;
    height: 430px;
  }
}

.section.section-req-info {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  text-align: center;
}

.section.section-req-info .more-info {
  line-height: 1.75;
}

.section.section-req-info .link {
  text-decoration: underline;
  font-weight: 600;
}

.section.section-req-info .link:hover {
  text-decoration: none;
}

.section.section-description .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (min-width: 767.98px) {
  .section.section-description .h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}

.section.section-description .lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 767.98px) {
  .section.section-description .lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-description .box-image.box-image--search {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.section.section-description .article {
  margin-top: 48px;
}

.section.section-description .article:first-child {
  margin-top: 20px;
}

.section.section-description .btn {
  margin-top: 0;
}

.section.section-fibre {
  padding-bottom: 0;
}

.section.section-benefits {
  padding: 32px 0;
}

.section.section-benefits .card .link-card {
  color: #000000;
}

.section.section-benefits .card .link-card:hover,
.section.section-benefits .card .link-card:focus {
  color: #000000;
}

.section.section-benefits .card .media {
  padding-top: 1rem;
  display: block;
}

@media screen and (min-width: 767.98px) {
  .section.section-benefits .card .media {
    display: flex;
  }
}

.section.section-benefits .card .media img {
  width: 65px;
}

.section.section-benefits .card .media .media-body h5 {
  margin-bottom: 0;
  font-weight: 900;
}

.section.section-benefits .card .media .media-body p.media-text em {
  display: block;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 27px;
}

.section.section-benefits .card .media .media-body p.media-text em svg {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
}

.section.section-benefits .card .media ul.list-stars {
  list-style-type: none;
  margin: 0;
  padding: 0.2rem 0;
}

.section.section-benefits .card .media ul.list-stars i.fa-star {
  color: #ffff01;
  font-size: 18px;
  font-size: 1.125rem;
}

.section.section-benefits .card .req {
  position: relative;
  top: -2px;
  margin-left: 2px;
  font-size: 12px;
  font-size: 0.75rem;
}

.section.section-benefits .height.height-full {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .section.section-benefits .height.height-full {
    padding-bottom: 0;
  }

  .section.section-benefits .height.height-full .card {
    height: 100%;
  }
}

@media (min-width: 1170px) {
  .section.section-benefits .card-deck {
    margin-top: -150px;
  }
}

.section.section-benefits .card-deck .card {
  transition: ease 0.3s;
  margin-top: 1rem;
  flex: 1 0 50%;
  min-height: 400px;
  border-radius: 0;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .section.section-benefits .card-deck .card {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .section.section-benefits .card-deck .card {
    flex: 1 0 30%;
  }
}

.section.section-benefits .card-deck .card .card-header {
  margin-top: 42px;
  text-align: center;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  min-height: 210px;
}

.section.section-benefits .card-deck .card .card-header .card-title {
  margin-top: 2.6rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}

.section.section-benefits .card-deck .card .card-header svg {
  stroke-width: 1px;
  overflow: visible;
  width: 75px;
  height: 68px;
}

.section.section-benefits .card-deck .card .card-header svg .cls-1 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-linecap: round;
}

.section.section-benefits .card-deck .card .card-header svg .cls-2 {
  fill: #91caff;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.section.section-benefits .card-deck .card .card-header svg#speed {
  margin-top: 0;
  margin-bottom: 0.2rem;
}

.section.section-benefits .card-deck .card .card-header span.cut {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 32px;
  font-size: 2rem;
  margin-top: -13px;
  margin-left: 7px;
}

.section.section-benefits .card-deck .card .card-header i.fa.fa-phone {
  transform: rotate(90deg);
}

.section.section-benefits .card-deck .card.speed-tool .card-header h5 {
  margin-top: 34px;
}

.section.section-benefits .card-deck .card .card-body {
  position: relative;
  padding: 0;
}

.section.section-benefits .card-deck .card .card-body .card-title {
  font-weight: 800;
}

.section.section-benefits .card-deck .card .card-body ul {
  padding: 1rem 2rem;
  margin: 0;
  list-style-type: none;
}

.section.section-benefits .card-deck .card .card-body ul li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section.section-benefits .card-deck .card .card-body ul li i {
  color: #7bb732;
  margin-right: 1rem;
}

.section.section-benefits .card-deck .card .card-body ul li.list-details-item {
  position: relative;
  padding-left: 2rem;
}

.section.section-benefits .card-deck .card .card-body ul li.list-details-item i.fa {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  font-size: 1.375rem;
}

.section.section-benefits .box-button {
  margin: 0;
}

@media screen and (min-width: 767.98px) {
  .section.section-benefits .box-button {
    margin: 0 auto;
  }
}

.section.section-testimonials,
.section.section-pricing {
  position: relative;
  min-height: auto;
  padding-bottom: 32px;
}

.section.section-testimonials .header .h2,
.section.section-pricing .header .h2 {
  position: relative;
  padding: 0;
}

.section.section-testimonials .header .h2:before,
.section.section-pricing .header .h2:before {
  content: " ";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #5CCCBB;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.section.section-pricing {
  padding-top: 48px;
}

.section.section-req-info .p {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.section.section-only {
  margin-bottom: 0;
}

.section.section-only .required {
  color: #da4f49;
  font-size: 14px;
  font-size: 0.875rem;
}

.section.section-only .card .h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

.section.section-only .h2.h2--only {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 5px;
  margin-top: 32px;
}

.section.section-only .header h2.display-2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  margin: 25px 0;
  margin-top: 16px;
}

@media screen and (min-width: 767.98px) {
  .section.section-only .header h2.display-2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}

.section.section-only .form-broadband button.btn.btn-started {
  font-size: 24px;
  font-size: 1.5rem;
}

.section.section-only ul.list {
  margin-bottom: 2rem;
}

.section.section-only ul.list li {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1rem;
}

.section.section-only p.graf {
  font-size: 18px;
  font-size: 1.125rem;
}

.section.section-slogan {
  background-color: #1d2927;
  padding: 4rem 0;
}

.section.section-slogan .display-2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #7bb732;
  font-style: italic;
  margin-bottom: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .section.section-slogan .display-2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 1000px) {
  .section.section-slogan .display-2 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

.section.section-slogan ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section.section-slogan ul li {
  width: 100%;
}

.section.section-slogan ul li a.btn-link {
  background-color: #151d1c;
  border: 1px solid #1d2927;
  text-transform: uppercase;
  padding: 1rem 0.75rem;
  width: 100%;
  color: #fdfdfd;
  transition: ease 0.3s;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 2.5rem;
}

@media screen and (min-width: 768px) {
  .section.section-slogan ul li a.btn-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1000px) {
  .section.section-slogan ul li a.btn-link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.section.section-slogan ul li a.btn-link .fa {
  margin-left: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section.section-slogan ul li a.btn-link:hover {
  border: 1px solid #83d8cb;
  color: #83d8cb;
}

.section.section-slogan ul li a.btn-link:focus {
  border: 1px solid #83d8cb;
  color: #83d8cb;
}

.section.section-business-about {
  margin-top: -132px;
}

.section.section-business-about .header {
  margin-bottom: 24px;
}

.section.section-business-about .header .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 767.98px) {
  .section.section-business-about .header .h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.section.section-content .h1,
.section.section-content .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: left;
}

@media screen and (min-width: 768px) {

  .section.section-content .h1,
  .section.section-content .h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.section.section-content .header .h2::before {
  content: none;
}

.section.section-content p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .section.section-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-forms {
  padding: 5px 0;
  height: auto;
  min-height: 100vh;
  background-color: #f9f9f9;
}

@media screen and (min-width: 767.98px) {
  .section.section-forms {
    padding: 32px 0;
    padding-top: 0;
  }
}

.section.section-forms .section-form__wrapper {
  max-width: 320px;
}

@media screen and (min-width: 767.98px) {
  .section.section-forms .section-form__wrapper {
    max-width: 726px;
  }
}

.section.section-forms .navbar-form {
  display: flex;
  align-items: center;
}

.section.section-forms .navbar-form .logo {
  width: 90px;
  padding-right: 10px;
}

@media screen and (min-width: 767.98px) {
  .section.section-forms .navbar-form .logo {
    width: 150px;
    padding-right: 0;
  }
}

.section.section-forms .navbar-form .action-call {
  margin-left: auto;
}

.section.section-forms .navbar-form .action-call .action-call__text {
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.section.section-forms .navbar-form .action-call .action-call__text img {
  margin-right: 5px;
}

.section.section-forms .navbar-form .btn {
  border-radius: 10rem;
  width: 100%;
  max-width: 220px;
  height: 30px;
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: inset 0px 1px 0px #ffffff, inset 0 -1px 2px #b3b3b3;
  color: #3588d1;
  border: 1px solid #3588d1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 800;
  text-align: center;
}

@media screen and (min-width: 767.98px) {
  .section.section-forms .navbar-form .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

.section.section-forms .navbar-form .btn:hover {
  background: linear-gradient(#2875c7, #0a398f);
  box-shadow: inset 0px 1px 0px #70a6e0, inset 0 -1px 2px #06245c;
}

.section.section-forms .side-calling {
  margin-top: 20px;
}

@media screen and (min-width: 767.98px) {
  .section.section-forms .side-calling {
    margin-top: 0;
  }
}

.section.section-forms .side-calling .p {
  margin-bottom: 0;
}

.section.section-forms .side-calling .p.p__call {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.section.section-forms .side-calling .p.p__call strong {
  font-weight: 600;
}

.section.section-forms .side-calling .p.p__availability {
  font-size: 14px;
  font-size: 0.875rem;
}

.section.section-forms .side-calling .p .link {
  font-size: 28px;
  font-size: 1.75rem;
  color: #3e9ce3;
  text-decoration: underline;
  font-weight: 500;
}

@media screen and (min-width: 767.98px) {
  .section.section-forms .footer {
    padding-right: 1.5rem;
    margin-top: -20px;
  }
}

.section.section-forms .footer .p__bottom {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.25;
}

.section.section-forms .footer .p__bottom small {
  color: #696969;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-forms .footer .p__bottom {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right;
    line-height: 1.5;
  }
}

.section.section-forms .form-thumb__wrapper {
  margin-top: 32px;
  text-align: center;
}

@media screen and (min-width: 767.98px) {
  .section.section-forms .form-thumb__wrapper {
    margin-top: -62px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.section.section-voice-deals {
  background-image: linear-gradient(to top right, #223c38, #2e9484, #1cb149);
  height: auto;
  padding: 2rem 0;
}

.section.section-voice-deals .header {
  margin-bottom: 0;
}

.section.section-voice-deals .header .h1 {
  color: #ffffff;
  margin-bottom: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.section.section-posts {
  padding: 16px 0;
  padding-bottom: 48px;
}

.section.section-posts .jumbotron {
  height: 100%;
  min-height: 425px;
  display: flex;
  align-items: center;
  padding: 2rem;
  position: relative;
  background: linear-gradient(rgba(119, 201, 42, 0.55), #203b36f7), url(/image/catalog/Banners/Blog/Best-Broadband-with-or-without-landline-Pure-Telecom-1024x678.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  transition: ease 0.3s all;
}

@media screen and (min-width: 767.98px) {
  .section.section-posts .jumbotron {
    padding: 3rem;
  }
}

.section.section-posts .jumbotron .h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (min-width: 767.98px) {
  .section.section-posts .jumbotron .h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.section.section-posts .jumbotron .lead {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-posts .jumbotron .lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section.section-posts .jumbotron:hover {
  background-size: 105%;
}

.section.section-posts .blog-categories {
  background-color: #FAFAFA;
  position: sticky;
  top: 197px;
  left: 0;
}

.section.section-posts .blog-categories .h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 400;
}

.section.section-posts .blog-categories .list-categories .list-categories__item {
  margin-bottom: 10px;
}

.section.section-posts .blog-categories .list-categories .list-categories__item a {
  font-weight: 400;
}

.section.section-posts .blog-categories .list-categories .list-categories__item:last-child {
  margin-bottom: 0;
}

.section.section-posts .blog-categories .bg-icon {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  font-size: 58px;
  color: #7bb732;
  opacity: 0.5;
}

.section.section-posts-related .header .h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
}

@media screen and (min-width: 767.98px) {
  .section.section-posts-related .header .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.section.section-landing-guaranteed {
  padding: 3rem 0;
}

.section.section-landing-guaranteed .h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-landing-guaranteed .h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.section.section-landing-guaranteed .h2::before {
  content: none;
}

.section.section-landing-guaranteed .box-image {
  background: linear-gradient(to right, #5CCCBB, #249f11);
  position: relative;
  height: 100%;
}

.section.section-landing-guaranteed .box-image .symb-award {
  width: 100%;
  max-width: 194px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 767.98px) {
  .section.section-landing-guaranteed .box-image .symb-award {
    max-width: 300px;
  }
}

.section.section-landing-guaranteed .box-image.rovers {
  background: linear-gradient(to right, #CC1C22, #CC1C22);
}

.section.section-landing-guaranteed .box-image.rovers .symb-award {
  max-width: 165px;
}

@media screen and (min-width: 767.98px) {
  .section.section-landing-guaranteed .box-image.rovers .symb-award {
    max-width: 300px;
  }
}

.section.section-landing-guaranteed .box-image.revolut {
  background: linear-gradient(to right, #5169ab, #0380c3);
}

.section.section-landing-guaranteed .box-button {
  margin: 0;
}

.section.section-landing-guaranteed .box-button .btn {
  min-height: 64px;
  margin-top: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema {
  background-color: #ffffff;
  height: 100%;
  padding-bottom: 1rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item {
  box-shadow: none;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper {
  color: #000000;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper .price {
  font-size: 60px;
  font-size: 3.75rem;
  margin-top: -15px;
  padding-bottom: 0;
  display: flex;
  line-height: 1.25;
  justify-content: center;
}

@media screen and (min-width: 767.98px) {
  .section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper .price {
    justify-content: flex-start;
  }
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper span.name-month {
  margin-top: -7px;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper span.req {
  font-size: 18px;
  font-size: 1.125rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper p.timeline {
  color: #0073dd;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper p.timeline span {
  color: #000000;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price {
  background-color: #f7f5f5;
  border: 1px solid #F2EFEF;
  font-size: 20px;
  font-size: 1.25rem;
  width: 50%;
  float: left;
  color: #c4b7b7;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price p {
  margin: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price p.timeline {
  text-align: left;
  padding: 0.3rem 1rem;
  font-size: 1rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(1) {
  overflow: hidden;
  position: relative;
  margin-left: 8px;
  padding: 0.5rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(1) .price {
  font-size: 32px;
  font-size: 2rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(1):before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 50%;
  transform: rotate(39deg) translate(-64px, 54px);
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(1):after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  right: 50%;
  transform: rotate(142deg) translate(-60px, -49px);
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) {
  background-color: #fdfdfd;
  padding: 1rem 0;
  margin-top: -18px;
  margin-left: -14px;
  color: #000000;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) .price {
  font-size: 60px;
  font-size: 3.75rem;
  margin-top: -15px;
  padding-bottom: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) span.name-month {
  margin-top: -7px;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) p.timeline {
  color: #0073dd;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) p.timeline span {
  color: #000000;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price .price {
  font-weight: bold;
  padding-bottom: 0.5rem;
  font-size: 42px;
  font-size: 2.625rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price .price span.req {
  padding: 0 0.3rem;
  font-size: 35px;
  font-size: 2.1875rem;
  vertical-align: text-top;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price .price span.name-month {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__feature-list {
  clear: both;
  padding: 1rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__feature-list .pricing__feature {
  font-weight: 800;
  padding-left: 1.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__feature-list .pricing__feature i {
  margin-right: 10px;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing {
  padding: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button {
  margin: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button .btn {
  min-height: 54px;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-size: 1rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button .btn i {
  display: none;
}

@media screen and (min-width: 767.98px) {
  .section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button .btn i {
    display: inline;
  }
}

@media screen and (min-width: 767.98px) {
  .section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button .btn {
    min-height: 64px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.section.section-information-content .jumbotron,
.section.section-who .jumbotron,
.section.section-troubleshooting .jumbotron {
  height: 325px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  .section.section-information-content .jumbotron,
  .section.section-who .jumbotron,
  .section.section-troubleshooting .jumbotron {
    height: 400px;
  }
}

.section.section-information-content .header,
.section.section-who .header,
.section.section-troubleshooting .header {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.section.section-information-content .header .h1,
.section.section-who .header .h1,
.section.section-troubleshooting .header .h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 768px) {

  .section.section-information-content .header .h1,
  .section.section-who .header .h1,
  .section.section-troubleshooting .header .h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.section.section-information-content .card .lead,
.section.section-who .card .lead,
.section.section-troubleshooting .card .lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin: 0;
}

.section.section-troubleshooting {
  padding-top: 32px;
}

.section.section-troubleshooting .p,
.section.section-troubleshooting .card-title,
.section.section-troubleshooting .list-troubleshooting>li,
.section.section-troubleshooting .list-troubleshooting>li>ul>li {
  font-size: 16px;
  font-size: 1rem;
}

.section.section-troubleshooting .h4 {
  font-weight: bold;
}

.section.section-troubleshooting .list-troubleshooting li>ul {
  margin: 20px 0;
}

.section.section-troubleshooting .list-troubleshooting li>ul>li {
  margin-bottom: 12px;
}

.section.section-troubleshooting .card-title {
  color: #1643a0;
  margin-bottom: 20px;
  margin-top: 32px;
}

.section.section-who .p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .section.section-who .p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.section.section-who .wrapper-image {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .section.section-who .wrapper-image {
    height: 360px;
  }
}

.section.section-who .signing {
  text-align: center;
  margin-top: 32px;
}

.section.section-who .signing .p {
  font-size: 20px;
  font-size: 1.25rem;
}

.section.section-who .signing .p.p__name {
  margin-bottom: 0;
  font-weight: bold;
}

.section.section-who .signing .p.p__slogan {
  font-size: 26px;
  font-size: 1.625rem;
  font-style: italic;
}

.section.section-sitemap .h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.section.section-sitemap i {
  margin-right: 7px;
  color: #000000;
}

.section.section-sitemap .card {
  margin-bottom: 20px;
}

.section.section-sitemap .card .card-header {
  font-weight: bold;
  padding: 1rem;
}

.section.section-sitemap .card .card-body {
  padding: 0.75rem 0;
}

.section.section-sitemap .card .list-sitemap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item {
  color: #7bb732;
  position: relative;
  margin-bottom: 3px;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item::before {
  content: " ";
  width: 20px;
  height: 13px;
  border-left: 1px solid #e7e1e1;
  border-bottom: 1px solid #e7e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item a {
  display: block;
  padding: 0.75rem 1rem;
  padding-left: 3rem;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item a:hover,
.section.section-sitemap .card .list-sitemap .list-sitemap__item a:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #0073dd;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item a.active {
  background-color: transparent;
}

.section.section-careers p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-careers p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-jobs p,
.section.section-jobs ul {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {

  .section.section-jobs p,
  .section.section-jobs ul {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-posts-content .wrapper-image {
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.section.section-posts-content .h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-posts-content .h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.section.section-posts-content p,
.section.section-posts-content ul {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {

  .section.section-posts-content p,
  .section.section-posts-content ul {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-posts-content ul li {
  margin-bottom: 12px;
}

.section.section-brand {
  padding: 20px 0;
}

.section.section-tv {
  padding-bottom: 0px;
  padding-top: 16px;
  overflow: hidden;
}

@media screen and (min-width: 767.98px) {
  .section.section-tv {
    padding-top: 48px;
  }
}

@media screen and (min-width: 991.98px) {
  .section.section-tv {
    overflow: initial;
  }
}

.section.section-tv .container {
  flex-direction: column;
}

@media screen and (min-width: 991.98px) {
  .section.section-tv .container {
    flex-direction: row;
    display: flex;
  }
}

.section.section-tv .col-align {
  width: 100%;
  max-width: 100%;
  flex: 0 auto;
}

@media screen and (min-width: 991.98px) {
  .section.section-tv .col-align {
    max-width: 50%;
  }
}

.section.section-tv .col-align.col-align-price {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0 auto;
}

.section.section-tv .section-tv__slogan {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.section.section-tv .section-tv__shape-bg {
  position: relative;
  min-height: auto;
  padding-top: 32px;
  padding-right: 0px;
  padding-bottom: 32px;
  background-color: #df1834;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-tv .section-tv__shape-bg {
    min-height: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 991.98px) {
  .section.section-tv .section-tv__shape-bg {
    min-height: 1032px;
  }
}

@media screen and (max-width: 767.98px) {
  .section.section-tv .section-tv__shape-bg {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

.section.section-tv .section-tv__shape-bg:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #df1834;
}

@media screen and (min-width: 991.98px) {
  .section.section-tv .section-tv__shape-bg:after {
    content: none;
  }
}

.section.section-tv .section-tv__shape-bg:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #df1834;
}

.section.section-tv .section-tv__shape-tv {
  width: 114%;
  height: 374px;
  margin-top: 0px;
  margin-right: -3px;
  margin-left: -20px;
  padding: 5px;
  background-image: url("/image/catalog/Banners/tvapps-min.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 425px) {
  .section.section-tv .section-tv__shape-tv {
    height: 267px;
    width: 100%;
    margin-left: 0;
    padding: 5px 2px;
  }
}

@media screen and (min-width: 576px) {
  .section.section-tv .section-tv__shape-tv {
    height: 334px;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 767.98px) {
  .section.section-tv .section-tv__shape-tv {
    height: 400px;
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 991px) {
  .section.section-tv .section-tv__shape-tv {
    height: 538px;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 991.98px) {
  .section.section-tv .section-tv__shape-tv {
    left: 0px;
    top: 215px;
    position: sticky;
    width: 102%;
    height: 276px;
    filter: drop-shadow(10px 12px 13px rgba(0, 0, 0, 0.3));
  }
}

@media screen and (min-width: 1200px) {
  .section.section-tv .section-tv__shape-tv {
    top: 200px;
    height: 331px;
    width: 103%;
    margin-left: 20px;
  }
}

.section.section-tv .section-tv__shape-tv .badge-tv {
  position: absolute;
  top: 6px;
  right: 20px;
  z-index: 10;
  max-width: 125px;
}

@media screen and (min-width: 991.98px) {
  .section.section-tv .section-tv__shape-tv .badge-tv {
    max-width: 150px;
    right: 6px;
  }
}

.section.section-tv .shaping_keep {
  position: absolute;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #df1834;
}

.section.section-tv .netgem-box_image {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("/image/catalog/Banners/box-bg_image2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 168px;
}

@media screen and (min-width: 769px) {
  .section.section-tv .netgem-box_image {
    background-size: contain;
    background-position: 50% 0%;
    height: 370px;
  }
}

@media screen and (max-width: 767.98px) {
  .section.section-tv .netgem-box_image {
    background-size: cover;
    background-position: 35% 0%;
    height: 168px;
  }
}

.section.section-tv .overlay-video {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
  width: 100%;
  border: none;
}

.section.section-tv .overlay-video .base-play-button {
  position: relative;
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.77;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.section.section-tv .overlay-video .invisible-button {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
}

.section.section-tv .play-image {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  max-width: 33px;
  margin-right: 0px;
  transform: translate(-50%, -50%);
}

.section.section-tv .video {
  position: absolute;
  left: 5px;
  top: 5px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  max-width: 613px;
  margin-top: 0px;
  margin-right: 0px;
}

.section.section-tv .card.card-package {
  margin-top: -32px;
  width: 100%;
  z-index: 1;
  max-width: 100%;
  margin-bottom: 32px;
  box-shadow: rgba(37, 42, 49, 0.16) 0px 0px 2px 0px, rgba(37, 42, 49, 0.12) 0px 1px 4px 0px;
}

@media screen and (min-width: 767.98px) {
  .section.section-tv .card.card-package {
    margin-top: 0;
  }
}

@media screen and (min-width: 991.98px) {
  .section.section-tv .card.card-package {
    max-width: 482px;
    z-index: initial;
  }
}

@media screen and (max-width: 991.98px) {
  .section.section-tv .card.card-package {
    max-width: 100%;
    margin-top: -25px;
  }
}

.section.section-tv .card.card-package .card-header {
  padding: 1.25rem;
  background-color: #ffffff;
  border-bottom: 0;
}

.section.section-tv .card.card-package .card-header .card-package__image {
  max-width: 92px;
  width: auto;
}

@media screen and (min-width: 767.98px) {
  .section.section-tv .card.card-package .card-header .card-package__image {
    max-width: 135px;
  }
}

.section.section-tv .card.card-package .card-header .card-package__price {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.25;
  font-weight: 700;
}

@media screen and (min-width: 767.98px) {
  .section.section-tv .card.card-package .card-header .card-package__price {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

.section.section-tv .card.card-package .card-header .card-package__price span {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  top: -19px;
  font-size: 26px;
  margin-left: 6px;
}

.section.section-tv .card.card-package .card-body .list-package-benefits {
  padding-left: 0px;
  list-style-type: none;
}

.section.section-tv .card.card-package .card-body .list-package-benefits .list-package-benefits__item {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  align-items: baseline;
  border-bottom: 1px dashed #F2EFEF;
}

@media screen and (min-width: 767.98px) {
  .section.section-tv .card.card-package .card-body .list-package-benefits .list-package-benefits__item {
    align-items: center;
  }
}

.section.section-tv .card.card-package .card-body .list-package-benefits .list-package-benefits__item .list-package-benefits__icon {
  color: #7bb732;
  font-size: 18px;
  font-size: 1.125rem;
}

.section.section-tv .card.card-package .card-body .list-package-benefits .list-package-benefits__item .list-package-benefits__text {
  padding-left: 1em;
  font-weight: 600;
}

.section.section-tv .card.card-package .btn {
  max-width: 100%;
}

.section.section-tv .wrapper-five-benefits {
  width: 100%;
  padding-left: 0;
}

@media screen and (min-width: 991.98px) {
  .section.section-tv .wrapper-five-benefits {
    padding-left: 103px;
  }
}

.section.section-tv .list-stars-reason {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 32px;
}

.section.section-tv .list-stars-reason .list-stars-reason__item {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.section.section-tv .list-stars-reason .list-stars-reason__item .circle-check {
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  border-radius: 50px;
  background-color: #ffffff;
}

.section.section-tv .list-stars-reason .list-stars-reason__item .circle-check .circle-check__icon {
  color: #7bb732;
}

.section.section-tv .list-stars-reason .list-stars-reason__item .list-stars-reason__text {
  width: 100%;
  max-width: 75%;
  line-height: 24px;
  font-weight: 400;
}

.section.section-soundbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section.section-soundbox .box-button {
  margin-top: 0;
}

.section.section-soundbox .accordion {
  margin-top: 32px;
}

.section.section-soundbox .accordion .p {
  text-align: left;
}

.section.section-soundbox .accordion .card {
  border: none;
  border-bottom: 1px dashed #e7e1e1;
}

.section.section-soundbox .accordion .card .card-header {
  border: none;
  background-color: transparent;
}

.section.section-soundbox .accordion .card .card-header .btn {
  border-bottom: none;
  transition: ease 0.2s all;
}

.section.section-soundbox .section-header__line {
  width: 100px;
  height: 5px;
  background-color: #df1834;
  margin-bottom: 20px;
}

.section.section-soundbox .section-header__wrapper-headline {
  width: 100%;
  max-width: 560px;
  line-height: 24px;
}

.section.section-soundbox .section-soundbox__image {
  width: 100%;
  max-width: 1050px;
  margin-bottom: 0;
}

.section.section-soundbox .list-brand-soundbox {
  display: flex;
  margin: 0 auto;
  padding-left: 0px;
  list-style-type: none;
  justify-content: start;
  overflow: auto;
  align-items: center;
  margin-bottom: 32px;
  -ms-overflow-style: none;
  max-width: 800px;
}

.section.section-soundbox .list-brand-soundbox::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 767.98px) {
  .section.section-soundbox .list-brand-soundbox {
    justify-content: center;
    overflow: initial;
  }
}

.section.section-soundbox .list-brand-soundbox .list-brand-soundbox__item {
  width: 100%;
  min-width: 225px;
}

@media screen and (min-width: 767.98px) {
  .section.section-soundbox .list-brand-soundbox .list-brand-soundbox__item {
    min-width: auto;
  }
}

.section.section-soundbox .list-brand-soundbox .list-brand-soundbox__item .list-brand-soundbox__image {
  max-width: 180px;
}

.section.section-soundbox .lead {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 400;
}

@media screen and (min-width: 767.98px) {
  .section.section-soundbox .lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-soundbox .card-award {
  background-color: #f5f5f5;
  margin-top: 48px;
  padding: 1rem;
  border: none;
}

.section.section-soundbox .card-award .p {
  margin: 0;
}

.section.section-soundbox .card-award .card-award__image {
  width: auto;
}

.section.section-soundbox .card-award .card-body {
  padding-left: 1rem;
}

.section.section-alexa {
  height: 100%;
  min-height: 750px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("/image/catalog/Banners/alexa__banner2x.jpg");
  background-position: 25% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  justify-content: space-between;
}

@media screen and (min-width: 767.98px) {
  .section.section-alexa {
    min-height: 700px;
    background-position: 50% 50%;
  }
}

.section.section-alexa .section-alexa__info {
  width: 100%;
  max-width: 50%;
}

.section.section-alexa .section-alexa__info .h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-alexa .section-alexa__info .h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.section.section-alexa .section-alexa__info .p {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-alexa .section-alexa__info .p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .section.section-alexa .section-alexa__info {
    max-width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .section.section-alexa .section-alexa__info {
    max-width: 100%;
  }
}

.section.section-contactus {
  padding-top: 7rem;
  background-position: 50% 50%;
  padding-bottom: 4rem;
  background-size: cover;
  min-height: 100%;
  margin: 0;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .section.section-contactus {
    background: url(/image/catalog/pure-callcenter.png) top right no-repeat;
    background-position: top right;
    padding-top: 14rem;
    background-size: contain;
  }
}

.section.section-contactus.section-check .steps {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.section.section-contactus.section-check .steps ul.list-steps {
  margin-top: 1rem;
}

.section.section-contactus.section-check .steps ul.list-steps li {
  padding-bottom: 0.5rem;
  font-weight: bold;
}

.section.section-contactus header.header {
  margin-bottom: 32px;
}

.section.section-contactus header.header h1.display-1 {
  color: #000000;
  text-shadow: none;
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-contactus header.header h1.display-1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.section.section-contactus header.header h1.display-1 span:after {
  content: none;
}

.section.section-contactus header.header h2.h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #1643a0;
  font-weight: 400;
}

@media screen and (min-width: 767.98px) {
  .section.section-contactus header.header h2.h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.section.section-message {
  height: 100vh;
  padding: 1rem;
  background-color: #1d2927;
}

.section.section-message img {
  max-width: 400px;
}

@media screen and (min-width: 767.98px) {
  .section.section-message img {
    max-width: 600px;
  }
}

.section.section-message .back-info {
  text-align: center;
  margin-top: 16px;
}

.section.section-message .back-info .h1 {
  color: #ffffff;
}

.section.section-message .back-info p.p {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 32px;
}

.section.section-message .back-info .back-actions {
  padding: 1rem 0;
}

.section.section-message .back-info .back-actions a.btn {
  width: auto;
  font-size: 16px;
  font-size: 1rem;
  padding: .75rem 1rem;
  margin-right: 10px;
  transition: ease .3s;
}

.section.section-message .back-info .back-actions a.btn:hover,
.section.section-message .back-info .back-actions a.btn:focus {
  box-shadow: 3px 3px 15px 2px rgba(0, 0, 0, 0.5);
}

.section.section-message .back-info .back-actions a.btn.btn-calling {
  background-color: transparent;
  border: none;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  margin-right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  box-shadow: none;
}

.section.section-message .back-info .back-actions a.btn.btn-calling:hover,
.section.section-message .back-info .back-actions a.btn.btn-calling:focus {
  box-shadow: none;
  color: #7bb732;
  text-decoration: underline;
}

.section.section-faqs .article-information {
  margin-top: 32px;
}

.section.section-faqs .article-information .h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
}

.section.section20 a {
  color: #1643a0;
  text-decoration: underline;
  transition: ease .2s all;
}

.section.section20 a:hover {
  text-decoration: none;
}

.section.section-business-features {
  padding-top: 2rem;
}

.section.section-business-features .header {
  margin-bottom: 0;
  margin-top: 2rem;
}

.section.section-business-features .header .h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-business-features .header .h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.section.section-business-features .p__btn {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}

.section .section-career-forms .disply-1 {
  font-weight: 800;
  margin-bottom: 1rem;
}

.section .section-career-forms .h2 {
  font-weight: 300;
}

.section.section-cooling .header-cooling {
  margin-top: 20px;
}

@media screen and (min-width: 767.98px) {
  .section.section-cooling .header-cooling {
    margin-top: 0;
  }
}

.section.section-cooling .header-cooling .display-1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-weight: 600;
}

@media screen and (min-width: 767.98px) {
  .section.section-cooling .header-cooling .display-1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.section.section-cooling .header-cooling .display-2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 16px;
  font-weight: 700;
}

@media screen and (min-width: 767.98px) {
  .section.section-cooling .header-cooling .display-2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.section.section6 .list,
.section.section3 .list {
  font-weight: 400;
  margin: initial;
  padding-left: 40px;
  list-style-type: disc;
}

.section.section6 .list li,
.section.section3 .list li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.58;
  margin-bottom: 0;
}

@media screen and (min-width: 767.98px) {

  .section.section6 .list li,
  .section.section3 .list li {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.section.section6 .header {
  margin-top: 2rem;
}

.section.section6 .article .h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

@media screen and (min-width: 767.98px) {
  .section.section6 .article .h1 {
    font-size: 48px;
    font-size: 3rem;
    margin-top: 1rem;
  }
}

.section.section6 .article .display-2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-width: 767.98px) {
  .section.section6 .article .display-2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.section.section6 .article .h3 {
  line-height: 1.58;
  font-weight: 700;
  margin-top: 44px;
  font-size: 24px;
  font-size: 1.5rem;
}

.section.section6 .article .lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.58;
  margin-bottom: 0;
  margin-top: 21px;
  font-weight: 400;
}

@media screen and (min-width: 767.98px) {
  .section.section6 .article .lead {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.section.section6 .article .card-address {
  margin: 2rem 0;
}

.section.section6 .article .card-address .card-title {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #608f27;
}

.section.section7 {
  padding-top: 2rem;
}

@media screen and (min-width: 767.98px) {
  .section.section7 .article-information {
    padding-top: 3rem;
  }
}

.section.section7 .article-information .h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
}

@media screen and (min-width: 767.98px) {
  .section.section7 .article-information .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-top: 2rem;
  }
}

.section.section7 .p {
  font-size: 20px;
  font-size: 1.25rem;
}

.section.section7 ol.list {
  margin: 0;
  padding: 0;
  counter-reset: section;
  list-style-type: none;
}

.section.section7 ol.list.list-main li {
  margin-bottom: 2rem;
  position: relative;
  line-height: 1.58;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 1.5rem;
}

.section.section7 ol.list.list-main li::before {
  counter-increment: section;
  content: counters(section, ".") ".";
  padding-right: .5rem;
}

.section.section7 ol.list.list-main li.list-item-main h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Open Sans";
  padding-left: 1.5rem;
  margin-top: 4rem;
  font-weight: 700;
}

.section.section7 ol.list.list-main li.list-item-main::before {
  counter-increment: section;
  position: absolute;
  content: counters(section, ".") "." " ";
  top: 0;
  margin-top: -4px;
  font-weight: 700;
}

.section.section8,
.section.section3 {
  padding-top: 2rem;
}

@media screen and (min-width: 767.98px) {

  .section.section8 .article-information,
  .section.section3 .article-information {
    padding-top: 3rem;
  }
}

.section.section8 .article-information .h1,
.section.section3 .article-information .h1 {
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 29px;
  font-size: 1.8125rem;
}

@media screen and (min-width: 767.98px) {

  .section.section8 .article-information .h1,
  .section.section3 .article-information .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-top: 2rem;
  }
}

.section.section8 .article-information .p,
.section.section3 .article-information .p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.section.section8 .article-information .lead,
.section.section3 .article-information .lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

@media screen and (min-width: 767.98px) {

  .section.section8 .article-information .lead,
  .section.section3 .article-information .lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section8 .article-information .table-responsive,
.section.section3 .article-information .table-responsive {
  margin-top: 20px;
}

.section.section8 .article-information .article,
.section.section3 .article-information .article {
  margin: 3rem 0;
}

.section.section8 .article-information .h2,
.section.section3 .article-information .h2 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

.section.section3 .address {
  margin: 2rem 0;
}

.section.section3 .address .address__text {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  display: flex;
  margin-bottom: 4px;
}

.section.section3 .address .address__text .title {
  width: 100%;
  max-width: 185px;
  display: inline-block;
  font-weight: 700;
}

.section.section3 .address .address__text a {
  color: #000000;
  text-decoration: underline;
}

.section.section3 .address .address__text a:hover {
  text-decoration: none;
}

.section.section3 .address .postal {
  margin-top: 1rem;
}

.section.section3 .address .address__title,
.section.section3 .address .address__list {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.section.section3 .h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

.section.section3 .lead {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {
  .section.section3 .lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section3 .list li {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 767.98px) {
  .section.section3 .list li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-cards {
  margin-top: 50px;
}


.section.section-products .header .h2 {
  font-size: 32px;
  font-size: 2rem;

}

@media screen and (min-width: 767.98px) {
  .section.section-products .header .h2 {
    font-size: 42px;
    font-size: 2.4rem;
  }
}

.btn.btn-call {
  background-color: #fff;
  color: #192259;
  /*border-color: #192259;*/
  /* border-width: 1px;*/
  font-weight: 600;
  padding: 0 .75rem;
  transition: all ease 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);*/
  height: 54px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  text-align: left;
}

.btn.btn-call span.text {
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.45;
}

.btn.btn-call span.text span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 800;
}

.btn.btn-call span.text span::before {
  content: "\A";
  white-space: pre;
}

@media screen and (min-width: 375px) {
  .btn.btn-call span.text span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.btn.btn-call i {
  font-size: 22px;
  font-size: 1.375rem;
  /*margin-right: 10px;*/
  transform: rotate(90deg);
}

.btn.btn-call:hover,
.btn.btn-call:focus {
  background-color: #f7d15d;
  border-color: #f7d15d;
  box-shadow: 0 5px 11px 0 rgba(28, 46, 45, 0.18), 0 4px 15px 0 rgba(28, 46, 45, 0.15);
}

.btn.btn-call:hover span,
.btn.btn-call:focus span {
  color: #192259;
}

.btn.btn-call:active {
  background-color: #f7d15d;
  border-color: #f7d15d;
  box-shadow: 0 0 0 0.1rem rgba(247, 98, 45, 0.5);
}

.btn.btn-call:active:focus {
  background-color: #f7d15d;
  border-color: #f7d15d;
  box-shadow: 0 0 0 0.1rem rgba(247, 98, 45, 0.5);
}

@media screen and (min-width: 448px) {
  .btn.btn-call {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.btn.btn-hero,
.btn.btn-calling,
.btn.btn-landing,
.btn.btn-apply {
  width: 100%;
  max-width: 100%;
  background-color: #f7d15d;
  border-color: #f7d15d;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);
  padding: 0 .5rem;
  margin-top: 20px;
  font-size: 19px;
  font-size: 1.1875rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #192259;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 448px) {

  .btn.btn-hero,
  .btn.btn-calling,
  .btn.btn-landing,
  .btn.btn-apply {
    font-size: 24px;
    font-size: 1.5rem;
    min-height: 72px;
    max-width: 425px;
  }
}

.btn.btn-hero:hover,
.btn.btn-hero:focus,
.btn.btn-calling:hover,
.btn.btn-calling:focus,
.btn.btn-landing:hover,
.btn.btn-landing:focus,
.btn.btn-apply:hover,
.btn.btn-apply:focus {
  background-color: #deb127;
  box-shadow: 0 5px 11px 0 rgba(28, 46, 45, 0.18), 0 4px 15px 0 rgba(28, 46, 45, 0.15);
  border-color: #192259;
  color: #000000;
}

.btn.btn-hero:active,
.btn.btn-calling:active,
.btn.btn-landing:active,
.btn.btn-apply:active {
  background-color: #f7d15d;
  box-shadow: none;
  color: #000000;
}

.btn.btn-hero i.fa,
.btn.btn-calling i.fa,
.btn.btn-landing i.fa,
.btn.btn-apply i.fa {
  margin-right: 10px;
}

.btn.btn-more {
  width: 100%;
  max-width: 150px;
  margin-top: auto;
  background-color: #f7d15d;
  border-color: #f7d15d;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(34, 60, 56, 0.16), 0 2px 10px 0 rgba(34, 60, 56, 0.12);
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
  transition: ease .3s all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.btn.btn-more:hover {
  box-shadow: none;
}

.btn.btn-link {
  background-color: transparent;
  color: #0073dd;
  width: auto;
  margin-top: .5rem;
  padding: .5rem;
  border: 1px solid #0073dd;
  font-size: 20px;
  font-size: 1.25rem;
  box-shadow: none;
  width: 100%;
  /* max-width: 200px; */
  font-weight: 700;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
  background-color: #0073dd;
  border: 1px solid #0073dd;
  color: #ffffff;
  text-decoration: none;
}

.btn.btn-link i.fa {
  transform: rotate(90deg);
  margin-right: .5rem;
}

.btn.btn-started {
  background-color: #0058aa;
  border-color: #0058aa;
  border-radius: 3px;
  height: 65px;
  box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);
  width: 100%;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  color: #ffffff;
  padding: 0 1rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.btn.btn-started:hover,
.btn.btn-started:focus {
  background-color: #0066c4;
  box-shadow: 0 5px 11px 0 rgba(28, 46, 45, 0.18), 0 4px 15px 0 rgba(28, 46, 45, 0.15);
}

.btn.btn-started:active {
  background-color: #0066c4;
  box-shadow: none;
}

.btn.btn-started:disabled {
  background-color: #0058aa;
  border-color: #0058aa;
}

.btn.btn-landing {
  border: 1px solid #118dff;
  background: linear-gradient(#0073dd, #004b91);
  color: #ffffff;
}

.btn.btn-landing:hover,
.btn.btn-landing:focus {
  color: #ffffff;
  background: linear-gradient(#004b91, #0073dd);
}

/* change css */
.button-menu {
  width: 32px;
  height: 26px;
  position: relative;
  /* transform: rotate(0deg); */
  transition: .5s ease-in-out;
  cursor: pointer;
  /* top: 50%; */
  /* right: 0; */
  /* transform: translateY(-50%); */
  background-color: transparent;
  border: none;
}

.button-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.button-menu span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.button-menu span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

.button-menu span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

/* 
 .button-menu.open span:nth-child(1) {
   transform: rotate(45deg);
   top: 0;
   left: 0;
 }
 
 .button-menu.open span:nth-child(2) {
   width: 0%;
   opacity: 0;
 }
 
 .button-menu.open span:nth-child(3) {
   transform: rotate(-45deg);
   top: 23px;
   left: 0;
 } */

.button-menu:hover,
.button-menu:focus {
  color: #7bb732;
  outline: none;
}

.box-button {
  margin: 2rem auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.box-button p {
  font-size: 16px;
  font-size: 1rem;
}

ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

ul.list .list-item {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 20px;
  display: flex;
  line-height: 1.3;
  align-items: baseline;
}

@media screen and (min-width: 767.98px) {
  ul.list .list-item {
    margin-bottom: 25px;
  }
}

ul.list .list-item i.fa {
  margin-right: 1rem;
  color: #94cf4d;
}

ul.list.list-details {
  margin-top: 16px;
}

ul.list.list-details li.list-details__item {
  display: flex;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 4px 16px rgba(0, 0, 0, 0.65);
}

ul.list.list-details li.list-details__item::after {
  content: " ";
  padding: 0;
}

@media screen and (min-width: 768px) {
  ul.list.list-details li.list-details__item::after {
    content: "/";
    padding: 0 0.5rem;
  }
}

ul.list.list-details li.list-details__item:last-child::after {
  content: " ";
}

ul.list.list-details li.list-details__item i.fa {
  width: 22px;
  margin-right: 7px;
  color: #7bb732;
}

@media screen and (min-width: 768px) {
  ul.list.list-details li.list-details__item {
    margin-bottom: 16px;
  }
}

/* change css */
.list.list-cards-products {
  margin: 0;
  padding: 0;
  display: flex;
  /* flex-wrap: wrap; */
  /* margin-right: -15px; */
  margin-top: 32px;
  list-style-type: none;
}

@media screen and (max-width: 767.98px) {
  .list.list-cards-products {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-top: 32px;
    list-style-type: none;
    overflow: auto;
    /*flex-direction: unset;	*/
  }
}

@media screen and (min-width: 767.98px) {
  .list.list-cards-products {
    margin-top: 48px;
    flex-direction: row;
  }
}

/* change css */
.list.list-cards-products .list-cards-products__item {
  width: 100%;
  padding-right: 15px;
  margin-bottom: 1rem;
  max-width: 100%;
  min-width: 20%;
  max-height: 539px;
}

@media screen and (min-width: 767.98px) {
  .list.list-cards-products .list-cards-products__item {
    max-width: calc(100% / 5);
  }
}

/* change css */
.list.list-cards-products .list-cards-products__item .card {
  padding: 1.1rem;
  transition: ease 0.3s;
  border-radius: 5px;
  color: #3D456F;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(178deg, #FFFFFF 45.01%, #D2D0DE 141.4%);
}

.list.list-cards-products .list-cards-products__item .card .card-header {
  text-align: center;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
}

.list.list-cards-products .list-cards-products__item .card .card-header a.link-card {
  padding: 0;
}

.list.list-cards-products .list-cards-products__item .card .card-header .icon {
  margin-bottom: 46px;
}

.list.list-cards-products .list-cards-products__item .card .card-header .icon.icon--phone svg {
  width: 57px;
}

/* remove css */
/* .list.list-cards-products .list-cards-products__item .card .card-header .card-title {
   margin-top: 28px;
   font-size: 23px;
   font-size: 1.3rem;
   font-weight: normal;
   color: #212F78;
   text-align: center;
 } */

.list.list-cards-products .list-cards-products__item .card .card-header .card-text {
  font-weight: 400;
  text-align: left;
}

.list.list-cards-products .list-cards-products__item .card .card-header svg {
  stroke-width: 1px;
  overflow: visible;
  width: 68px;
  height: 68px;
}

.list.list-cards-products .list-cards-products__item .card .card-header svg .cls-1 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-linecap: round;
}

.list.list-cards-products .list-cards-products__item .card .card-header svg .cls-2 {
  fill: #91caff;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.list.list-cards-products .list-cards-products__item .card .card-header svg#speed {
  margin-top: 0;
  margin-bottom: 0.2rem;
}

.list.list-cards-products .list-cards-products__item .card .card-header span.cut {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 27px;
  font-size: 1.6875rem;
  margin-top: 5px;
  margin-left: 0;
}

.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--wifi {
  margin-right: 40px;
}

.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--plus {
  margin: 0 1rem;
}

.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--plus svg {
  width: 30px;
  height: 68px;
  stroke-width: 2px;
}

.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--phone {
  margin-left: 0px;
}

.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--phone svg {
  width: 57px;
}

.list.list-cards-products .list-cards-products__item .card.speed-tool .card-header h5 {
  margin-top: 28px;
}

.list.list-cards-products .list-cards-products__item .card .card-body {
  position: relative;
  padding: 0;
  text-align: left;
}

.list.list-cards-products .list-cards-products__item .card .card-body .card-title {
  font-weight: 800;
}

.list.list-cards-products .list-cards-products__item .card .card-body .list-details {
  padding: 0;
  margin: 1rem 0;
  margin-top: 1.5rem;
  list-style-type: none;
}

.list.list-cards-products .list-cards-products__item .card .card-body .list-details li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
}

.list.list-cards-products .list-cards-products__item .card .card-body .list-details li svg {
  margin-right: 10px;
  color: #7bb732;
}

.list.list-cards-products .list-cards-products__item .card .card-footer {
  background-color: transparent;
  border: none;
}

.list.list-cards-products .list-cards-products__item .card.card--online-bundle {
  background-color: #5CCCBB;
}

.list.list-cards-products .list-cards-products__item .card.card--online-bundle ul.list-details li .icon {
  color: #ffff01;
}

ul.list.list-pricings {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 32px;
  margin-right: -15px;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-pricings {
    margin-top: 48px;
  }
}

ul.list.list-pricings .list-pricings__item {
  text-align: left;
  margin-bottom: 1rem;
  padding-right: 15px;
  width: 100%;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-pricings .list-pricings__item {
    width: calc(100% / 4);
  }
}

ul.list.list-pricings .list-pricings__item .card {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
}

ul.list.list-pricings .list-pricings__item .card .card-body h5 {
  font-weight: bold;
  text-align: left;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

ul.list.list-pricings .list-pricings__item .card .card-body .list-prices {
  margin-top: 0;
}

ul.list.list-pricings .list-pricings__item .card .card-body .list-prices .list-prices-item {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 25px;
  color: #000000;
  font-weight: normal;
}

ul.list.list-pricings .list-pricings__item .card .card-body .list-prices .list-prices-item i {
  color: #6ea32d;
  padding-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 3px;
}

ul.list.list-pricings .list-pricings__item .card .card-body .list-prices .list-prices-item .req {
  position: relative;
  top: -2px;
  margin-left: 2px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-pricings .list-pricings__item {
    padding-right: 1rem;
  }
}

ul.list.list-logos-partners {
  flex-direction: row;
  justify-content: center;
  margin: 48px 0;
}

@media screen and (min-width: 768px) {
  ul.list.list-logos-partners {
    margin-right: -44px;
  }
}

@media screen and (min-width: 768px) {
  ul.list.list-logos-partners .list-logos-partners__item {
    padding-right: 44px;
  }
}

ul.list.list-logos-partners .list-logos-partners__item .list-logos-partners__image {
  max-width: 100%;
  height: 85px;
  filter: grayscale(1);
  transition: ease 0.3s all;
}

ul.list.list-logos-partners .list-logos-partners__item .list-logos-partners__image:hover {
  filter: none;
}

ul.list.list-check {
  list-style: none;
  margin: 32px 0;
  padding: 0;
  color: #000000;
}

ul.list.list-check li {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1rem 0;
  font-weight: bold;
  border-top: 1px solid #dbd3d3;
  margin-top: 0;
  position: relative;
  padding-left: 60px;
}

@media screen and (min-width: 768px) {
  ul.list.list-check li {
    margin-top: 0;
  }
}

ul.list.list-check li::before {
  content: "\f00c";
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  font-size: 24px;
  font-size: 1.5rem;
  color: #7bb732;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  ul.list.list-check li::before {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

ul.list.list-check li span {
  font-size: 18px;
  font-size: 1.125rem;
}

ul.list.list-check li i {
  font-size: 26px;
  font-size: 1.625rem;
  color: #7bb732;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
}

ul.list.list-check li i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.list.list-check li:first-child {
  border-top: none;
}

ul.list.list-forms-reviews {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  justify-content: center;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-forms-reviews {
    justify-content: flex-start;
    margin-top: 64px;
  }
}

ul.list.list-forms-reviews .list-forms-reviews__item {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-forms-reviews .list-forms-reviews__item {
    text-align: left;
  }
}

ul.list.list-forms-reviews .list-forms-reviews__item .list-stars {
  display: flex;
  margin: 32px 0;
  margin-top: 5px;
  flex-direction: row;
  justify-content: center;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-forms-reviews .list-forms-reviews__item .list-stars {
    justify-content: flex-start;
  }
}

ul.list.list-forms-reviews .list-forms-reviews__item .list-stars .list-stars__item {
  margin-right: 5px;
  width: 17px;
}

ul.list.list-forms-reviews .list-forms-reviews__item .list-stars .list-stars__item::before {
  content: " ";
  height: 17px;
  width: 17px;
  background-image: url(/image/catalog/stars.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

ul.list.list-cards-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-top: 48px;
}

ul.list.list-cards-benefits .list-cards-benefits__item {
  width: 100%;
  margin-bottom: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-cards-benefits .list-cards-benefits__item {
    width: calc(100% / 2);
  }
}

ul.list.list-cards-benefits .list-cards-benefits__item .card {
  height: 100%;
}

ul.list.list-cards-benefits .list-cards-benefits__item .card .card-title {
  font-weight: bold;
  color: #608f27;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-cards-benefits .list-cards-benefits__item .card .card-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

ul.list.list-cards-benefits .list-cards-benefits__item .card .card-text {
  font-weight: 400;
}

ul.list.list-cards-benefits .list-cards-benefits__item .card p.lead {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-cards-benefits .list-cards-benefits__item .card p.lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

ul.list.list-sharing {
  flex-direction: row;
  margin-top: 16px;
}

@media screen and (min-width: 767.98px) {
  ul.list.list-sharing {
    flex-direction: column;
  }
}

ul.list.list-sharing li {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 10px;
  transition: ease 0.3s all;
  margin-bottom: 1rem;
}

ul.list.list-sharing li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
}

ul.list.list-sharing li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.3s all;
}

ul.list.list-sharing li.share--facebook:hover,
ul.list.list-sharing li.share--facebook:focus {
  background-color: #3b5998;
}

ul.list.list-sharing li.share--facebook:hover a,
ul.list.list-sharing li.share--facebook:focus a {
  color: #ffffff;
}

ul.list.list-sharing li.share--twitter:hover,
ul.list.list-sharing li.share--twitter:focus {
  background-color: #1da1f2;
}

ul.list.list-sharing li.share--twitter:hover a,
ul.list.list-sharing li.share--twitter:focus a {
  color: #ffffff;
}

ul.list.list-sharing li:last-child {
  margin-bottom: 0;
}

ul.list-cards {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

ul.list-cards li.list-item-card {
  margin-bottom: 1rem;
  width: 100%;
}

@media screen and (min-width: 767.98px) {
  ul.list-cards li.list-item-card {
    width: 50%;
  }
}

ul.list-cards li.list-item-card .card {
  height: 100%;
}

ul.list-cards li.list-item-card .card .card-title {
  font-weight: bold;
  color: #608f27;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {
  ul.list-cards li.list-item-card .card .card-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

ul.list-cards li.list-item-card .card p.lead {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 767.98px) {
  ul.list-cards li.list-item-card .card p.lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 767.98px) {
  ul.list-cards li.list-item-card:nth-child(odd) {
    padding-right: .5rem;
  }
}

@media screen and (min-width: 767.98px) {
  ul.list-cards li.list-item-card:nth-child(even) {
    padding-left: .5rem;
  }
}

ul.list-cards.list-cards-jobs {
  margin-bottom: 8px;
  overflow: hidden;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items {
  margin-bottom: 16px;
  float: left;
  width: 100%;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card {
  height: 100%;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card .card-body {
  padding: 2rem;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card h3.card-title {
  margin-bottom: 16px;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card h3.card-title a.link-card-title {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {
  ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card h3.card-title a.link-card-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card p a.link-text {
  color: #1643a0;
}

ul.list-benefits {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 767.98px) {
  ul.list-benefits {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

ul.list-benefits li {
  margin-bottom: 12px;
}

ul.list-channels-brands {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
}

@media screen and (min-width: 767.98px) {
  ul.list-channels-brands {
    margin-top: 2rem;
  }
}

ul.list-channels-brands .list-channels-brands__item {
  display: flex;
  width: 100%;
  margin-bottom: 0em;
  max-width: calc(100%/5);
  padding-right: 0em;
  justify-content: center;
  align-items: flex-start;
  flex: 0 auto;
  padding: .5rem;
}

@media screen and (min-width: 767.98px) {
  ul.list-channels-brands .list-channels-brands__item {
    max-width: calc(100%/7);
    margin-bottom: 0;
  }
}

ul.list-channels-brands .list-channels-brands__item .list-channels-brands__image {
  display: block;
  width: 100%;
  max-width: 100px;
  margin-bottom: 0;
}

ul.list-channels-brands .list-channels-brands__item .list-channels-brands__image.four {
  max-width: 25px;
}

@media screen and (min-width: 767.98px) {
  ul.list-channels-brands .list-channels-brands__item .list-channels-brands__image.four {
    max-width: 38px;
  }
}

ul.list-channels-brands .list-channels-brands__item .list-channels-brands__image--vertical {
  max-width: 75px;
}

svg.svg.svg--fibre {
  transform: translateX(-30%);
}

svg.svg.svg--fibre .svg--path,
svg.svg.svg--fibre .svg--line,
svg.svg.svg--fibre .svg--polyline,
svg.svg.svg--fibre .svg--rect {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: .75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

svg.svg.svg--fibre .svg--rect {
  fill: #91caff;
}

svg.svg.svg--fibre .svg--circle {
  stroke-linecap: round;
  stroke-width: .75px;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 1rem;
}

@media screen and (min-width: 991.98px) {
  .pricing {
    flex-wrap: nowrap;
    padding: 1rem 0;
  }
}

.pricing__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  flex: 0 1 100%;
  margin-top: 20px;
}

@media screen and (min-width: 767.98px) {
  .pricing__item {
    margin: o;
    flex: 0 1 330px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) and (-webkit-min-device-pixel-ratio: 1) {
  .pricing__item {
    flex: 0 1 320px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .pricing__item {
    flex: 0 1 300px;
  }
}

.pricing__feature-list {
  text-align: left;
}

.pricing__action {
  color: inherit;
  border: none;
  background: none;
  display: inline-block;
  font-weight: bold;
}

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

.pricing--pema .pricing__item {
  font-weight: bold;
  color: #1d2927;
  background: #ffffff;
  cursor: default;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px 0;
  border-radius: 10px;
  position: relative;
  margin: 0;
  margin-top: 20px;
}

@media screen and (min-width: 767.98px) {
  .pricing--pema .pricing__item {
    margin: 0.5rem;
  }
}

.pricing--pema .pricing__item .pricing__price {
  padding: 0;
}

@media screen and (min-width: 767.98px) {
  .pricing--pema .pricing__item.order-md-1 {
    margin-right: -34px;
  }
}

.pricing--pema .pricing__item.order-md-1 .pricing__action {
  color: #333333;
  background-color: #e7e1e1;
  margin-bottom: 0.5rem;
  border: 2px solid transparent;
  box-shadow: none;
}

.pricing--pema .pricing__item.order-md-1 .pricing__action:hover,
.pricing--pema .pricing__item.order-md-1 .pricing__action:focus {
  color: #f7622d;
  border: 2px solid #f7622d;
  background-color: #ffffff;
}

.pricing--pema .pricing__item.order-1.pricing__item--featured {
  margin: 0;
  padding: 0;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
}

@media screen and (min-width: 767.98px) {
  .pricing--pema .pricing__item.order-1.pricing__item--featured {
    margin: 0 1rem;
  }
}

.pricing--pema .pricing__item.order-1.pricing__item--featured .header-pricing {
  background-color: #eeeeee;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 767.98px) {
  .pricing--pema .pricing__item.order-3 {
    margin-left: -34px;
  }
}

.pricing--pema .pricing__item.order-3 .pricing__action {
  color: #333333;
  background-color: #e7e1e1;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  box-shadow: none;
}

.pricing--pema .pricing__item.order-3 .pricing__action:hover,
.pricing--pema .pricing__item.order-3 .pricing__action:focus {
  color: #f7622d;
  border: 2px solid #f7622d;
  background-color: #ffffff;
}

.pricing--pema .pricing__item.order-3 .overlay {
  background: linear-gradient(to right, #ffffff 15%, transparent);
  visibility: visible;
}

@media screen and (min-width: 767.98px) {
  .pricing--pema .pricing__item.order-3 .overlay {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) and (-webkit-min-device-pixel-ratio: 1) {
  .pricing--pema .pricing__item.order-3 .overlay {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .pricing--pema .pricing__item.order-3 .overlay {
    display: none;
  }
}

.pricing--pema .pricing__item .header-pricing {
  padding: 2rem 1rem;
  border-bottom: 1px solid #F2EFEF;
  border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 767.98px) {
  .pricing--pema .pricing__item .header-pricing {
    padding: 2rem 3rem;
  }
}

.pricing--pema .pricing__item .header-pricing h3 {
  color: #1643a0;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
}

.pricing--pema .pricing__item .header-pricing p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.pricing--pema .pricing__item .header-pricing p.pricing__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #333333;
  margin: 0;
}

.pricing--pema .pricing__item .header-pricing p.pricing__title a {
  color: #1643a0;
}

.pricing--pema .pricing__item .body-pricing {
  padding-top: 1rem;
}

.pricing--pema .pricing__item .body-pricing span.start-from {
  margin: 0;
  font-weight: 600;
  padding: 0.5rem 0;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  margin-bottom: 0.5rem;
  top: 0;
  margin-top: -5px;
  left: 0;
  margin-left: 70px;
}

.pricing--pema .pricing__item .body-pricing .time {
  display: inline;
  position: relative;
  margin-left: -20px;
}

.pricing--pema .pricing__item .body-pricing .time .more-details {
  font-size: 38px;
  font-size: 2.375rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 7px;
}

.pricing--pema .pricing__item .footer-pricing {
  padding: 0 1rem;
}

.pricing--pema .pricing__item .footer-pricing p span.details {
  font-size: 16px;
  font-size: 1rem;
}

.pricing--pema .pricing__item .footer-pricing p.more-info {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.pricing--pema .pricing__item .footer-pricing p.more-info.action-call {
  margin-bottom: 1rem;
}

.pricing--pema .active {
  margin: 0;
  padding: 0;
  z-index: 10;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
}

.pricing--pema .active .header-pricing {
  background-color: #eeeeee;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pricing--pema .pricing__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0.5rem 0 0;
  color: #333333;
}

.pricing--pema .pricing__title a {
  color: #1643a0;
}

.pricing--pema .pricing__price {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 800;
  color: #333333;
  position: relative;
}

.pricing--pema .pricing__currency {
  font-size: 36px;
  font-size: 2.25rem;
  vertical-align: super;
}

.pricing--pema .pricing__period {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding: 0 0 0 0.5rem;
  color: #223c38;
}

.pricing--pema .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1rem 0;
  padding: 0 0 0.5rem;
  color: #000000;
}

.pricing--pema .pricing__feature-list {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 1rem 2rem;
  list-style: none;
}

.pricing--pema .pricing__feature {
  position: relative;
  padding-left: 1.75rem;
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.pricing--pema .pricing__feature .fa {
  position: absolute;
  color: #7bb732;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pricing--pema .pricing__action {
  width: 100%;
  font-weight: bold;
  margin-top: auto;
  padding: 1rem 0.5rem;
  color: #ffffff;
  border-radius: 5px;
  background-color: #f76937;
  transition: background-color 0.3s;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}

.pricing--pema .pricing__action span {
  position: relative;
  padding-left: 0;
}

@media screen and (min-width: 767.98px) {
  .pricing--pema .pricing__action span {
    padding-left: 20px;
  }
}

.pricing--pema .pricing__action span .fa {
  position: absolute;
  left: 0;
  padding-top: 3px;
}

.pricing--pema .pricing__action:hover,
.pricing--pema .pricing__action:focus {
  cursor: pointer;
  background-color: #f87446;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.pricing--pema .pricing__action:active {
  background-color: #e84309;
  border-color: #f87446;
  box-shadow: none;
}

@media screen and (min-width: 767.98px) {
  .pricing--pema.pricing--pema__fibre .pricing__item {
    margin: 0;
  }
}

@media screen and (min-width: 767.98px) {
  .pricing--pema.pricing--pema__fibre .pricing__item:first-child {
    margin: 0;
    margin-right: 1rem;
  }
}

.pricing--pema.pricing--pema__fibre .pricing__item .pricing__action {
  background-color: #f7622d;
  color: #ffffff;
  box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.18);
  transition: ease 0.3s all;
  margin-bottom: 10px;
}

.pricing--pema.pricing--pema__fibre .pricing__item .pricing__action:hover,
.pricing--pema.pricing--pema__fibre .pricing__item .pricing__action:focus {
  box-shadow: none;
}

.pricing--pema.pricing--pema__fibre .pricing__item .header-pricing {
  position: relative;
}

.pricing--pema.pricing--pema__fibre .pricing__item .header-pricing .partner {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 22px;
  background-color: #ffffff;
  width: 100px;
  padding: 0.5rem;
  border-radius: 5px;
  transform: translate(-50%, 45px);
  margin-right: 0;
  /* box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.08); */
  border: 1px solid #F2EFEF;
}

.pricing--pema.pricing--pema__fibre .pricing__item .header-pricing .partner img {
  margin: 0;
  max-width: 65px;
}

.pricing--pema.pricing--pema__fibre .pricing__item .body-pricing {
  padding-top: 2rem;
}

.pricing--pema.pricing--pema__fibre .pricing__item .action-call {
  margin-bottom: 2rem;
}

.pricing-voice-deals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3rem;
  margin-bottom: 0;
}

.pricing-voice-deals .pricing__item {
  margin: 0.5rem;
  padding: 2rem 2.5rem;
  text-align: left;
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  flex: 1 0 100%;
}

@media screen and (min-width: 628px) {
  .pricing-voice-deals .pricing__item {
    flex: 1 0 45%;
  }
}

@media screen and (min-width: 991.98px) {
  .pricing-voice-deals .pricing__item {
    flex: 1 0 30%;
  }
}

.pricing-voice-deals .pricing__title {
  color: #608f27;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 0.15rem;
}

.pricing-voice-deals .pricing__price {
  font-size: 3rem;
  font-weight: 800;
  padding: 0.85rem 0;
  font-weight: 800;
}

.pricing-voice-deals .pricing__currency {
  font-weight: 300;
  font-size: 1rem;
  vertical-align: super;
  color: #000000;
}

.pricing-voice-deals .pricing__period {
  font-weight: 300;
  font-size: 1rem;
  padding: 0 0 0 0.5rem;
  color: #000000;
}

.pricing-voice-deals .pricing__sentence {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  color: #000000;
}

.pricing-voice-deals .pricing__feature-list {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0 0 2.5rem;
  list-style: none;
  color: #000000;
}

.pricing-voice-deals .pricing__feature {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  line-height: 1.5;
}

.pricing-voice-deals .pricing__feature::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #7bb732;
  left: 0;
  top: 50%;
  margin: -2px 0 0 0;
}

.pricing-voice-deals .footer {
  border-top: 1px solid #F2EFEF;
}

.pricing-voice-deals .footer p {
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}

.pricing-voice-deals .footer p strong {
  font-weight: bold;
}

.pricing-voice-deals .footer p i {
  color: #f7622d;
  position: absolute;
  left: 0;
  margin-top: 3px;
}

.media {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 5px;
  position: relative;
  display: block;
  margin-bottom: 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 11px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 11px -2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 11px -2px;
}

.media .media-body {
  padding: 0 0.5rem;
}

.media .media-body h5 {
  font-weight: bold;
  margin-bottom: 0;
}

.media .media-body ul.list-stars {
  margin: 0.5rem 0;
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}

.media .media-body ul.list-stars li {
  padding-right: 0.3rem;
}

.media .media-body ul.list-stars li i.fa {
  color: #e7e700;
  font-size: 16px;
  font-size: 1rem;
}

.media .media-body ul.list-stars li:last-child {
  padding-right: 0;
}

.media .media-body .media-profile {
  margin-bottom: 20px;
}

.media .media-body .media-profile .media-picture {
  margin-right: 1rem;
}

.media .media-body .media-profile .media-picture .media-picture__image {
  border-radius: 100%;
  height: 64px;
  width: 64px;
  margin: 0;
  object-fit: fill;
  overflow: hidden;
}

.media .media-body .media-profile .media-details .h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

@media screen and (min-width: 767.98px) {
  .media .media-body .media-profile .media-details .h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.media .media-body .media-profile .media-details .list-stars {
  margin-bottom: 0;
}

.media .media-body .link-review {
  text-decoration: underline;
  color: #1d2927;
  font-weight: 600;
}

.media .media-body .link-review svg {
  width: 20px;
  margin-right: 8px;
  text-decoration: none;
}

.media .media-body .link-review:hover {
  text-decoration: none;
}

header.header.header--pricing .p {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 767.98px) {
  header.header.header--pricing .p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

header.header.heander-careers {
  height: 100%;
  min-height: 596px;
  background: linear-gradient(rgba(123, 183, 50, 0.65), #537b22), url(/image/catalog/Banners/careers-team.jpg) center center/cover no-repeat fixed;
}

header.header.heander-careers .badge {
  text-transform: uppercase;
  background-color: #ffffff;
  color: #537b22;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 10rem;
  padding: .5rem 1rem;
}

header.header.heander-careers .display-1 {
  color: #ffffff;
}

header.header.header-reviews {
  padding: 2rem 0;
  background-color: #FAFAFA;
}

header.header.header-reviews .h1 {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 767.98px) {
  header.header.header-reviews .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

header.header.header-reviews .h1 .badge {
  font-size: 18px;
  font-size: 1.125rem;
  padding: .5rem 1rem;
  border-radius: 10rem;
  margin-left: 10px;
}

header.header.header-reviews .lead {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {
  header.header.header-reviews .lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.article.article-description {
  margin-top: 32px;
}

.article.article-information .h1 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 767.98px) {
  .article.article-information .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.article.article-information p {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 767.98px) {
  .article.article-information p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.article.article-information ol li {
  margin-bottom: 24px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 767.98px) {
  .article.article-information ol li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.article.article-information ol li ol {
  margin: 24px 0;
}

.article.article-information ol li ol li {
  margin-bottom: 12px;
}

.article.article-information ol li p:first-child {
  margin-top: 12px;
}

.article.article-blog .card-header {
  border: none;
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-size: 100%;
  background-position: center;
  border-radius: .25rem;
  overflow: hidden;
  transition: ease .3s all;
}

.article.article-blog .card-header:hover {
  background-size: 105%;
}

.article.article-blog a {
  font-size: 15px;
  font-size: 0.9375rem;
}

.article.article-blog.article-blog__older .card-header {
  min-height: 200px;
}

.article.article-blog.article-blog__older .card-body .card-title {
  font-size: 20px;
  font-size: 1.25rem;
}

form.form-broadband label {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

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

form.form-broadband .form-group .form-control {
  font-size: 14px;
  font-size: 0.875rem;
  height: 45px;
}

form.form-broadband .form-group .form-control.form-control--type {
  border: 1px dashed #d0c5c5;
  width: 100%;
}

form.form-broadband .form-group textarea.form-control {
  height: 100px;
}

form.form-broadband .form-group select.form-control {
  height: calc(2.25rem + 9px);
}

form.form-broadband .form-group.form-group--file .form-control.form-control--type {
  border: 1px dashed #d0c5c5;
  width: 100%;
  height: 41px;
}

form.form-broadband .form-group.form-group--file p.tips {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  text-align: right;
  margin-top: 0.5rem;
}

form.form-broadband p.text {
  margin-top: 0.5rem;
}

form.form-broadband p.text-guaranteed {
  font-size: 14px;
  font-size: 0.875rem;
}

form.form-broadband p.text-open {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  form.form-broadband p.text-open {
    font-size: 16px;
    font-size: 1rem;
  }
}

form.form-broadband .box-phone {
  text-align: center;
}

form.form-broadband .box-phone i {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
}

form.form-broadband .box-phone .card-title {
  margin: 0.3rem 0;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
}

form.form-broadband .box-phone p {
  margin: 0;
  padding: 0;
}

form.form-broadband .box-phone p strong {
  color: #f7622d;
}

form.form-broadband .box-phone a {
  font-size: 36px;
  font-size: 2.25rem;
  color: #0058aa;
  font-weight: bold;
}

.sticker {
  position: absolute;
  top: 0;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #f7622d;
  border: 7px solid #fff;
  text-align: center;
  right: 0;
  box-shadow: 0px 0px 16px -5px #000;
  margin-top: -15rem;
  transition: ease .3s;
}

@media screen and (min-width: 374px) {
  .sticker {
    margin-top: -9rem;
  }
}

@media screen and (min-width: 425px) {
  .sticker {
    width: 105px;
    height: 105px;
    margin-top: -128px;
  }
}

@media screen and (min-width: 767.98px) {
  .sticker {
    margin-right: -10px;
    margin-top: -12rem;
  }
}

@media screen and (min-width: 991.98px) {
  .sticker {
    margin-right: -100px;
    margin-top: -128px;
  }
}

.sticker .sticker-price {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sticker .sticker-price p {
  color: #ffffff;
  margin: 0;
}

.sticker .sticker-price p.label {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: -10px;
}

@media screen and (min-width: 767.98px) {
  .sticker .sticker-price p.label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.sticker .sticker-price p.price {
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
}

@media screen and (min-width: 425px) {
  .sticker .sticker-price p.price {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.sticker .sticker-price p.price::after {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: -.5rem;
}

@media screen and (min-width: 425px) {
  .sticker .sticker-price p.price::after {
    font-size: 16px;
    font-size: 1rem;
  }
}

.sticker .sticker-price.sticker-price--no-required p.price::after {
  display: none;
}

.table.table-responsive {
  display: block;
}

@media screen and (min-width: 768px) {
  .table.table-responsive {
    display: table;
  }
}

.accordion .card {
  margin-top: 0;
}

.accordion .card .box-button .p {
  font-size: 14px;
  font-size: 0.875rem;
}

.accordion .card .btn {
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 0;
}

.accordion .card .btn:focus {
  outline: none;
  box-shadow: none;
}

.accordion .card .btn.btn-calling {
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.accordion .card .card-header {
  padding: 0;
}

.accordion .card .card-header .btn {
  padding: .5rem 1rem;
}

.accordion .card .card-header .btn i {
  transition: ease .3s all;
  transform: rotate(0);
}

.accordion .card .card-header .btn.collapsed i {
  transform: rotate(180deg);
}

.accordion .card .card-body ul li .h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.blockquote {
  font-size: 21px;
  font-size: 1.3125rem;
  border-left: 4px solid;
  padding: 20px 2rem;
  width: 100%;
}

.blockquote.blockquote-reviews {
  max-width: 520px;
  margin: 2rem auto;
}

.cookieConsentContainer {
  z-index: 999;
  min-height: 57px;
  padding: .5rem 1rem;
  background: rgba(0, 0, 0, 0.94);
  overflow: hidden;
  position: fixed;
  bottom: -100%;
  right: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .2s all;
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 767.98px) {
  .cookieConsentContainer .cookieDesc p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.cookieConsentContainer .cookieDesc a {
  color: #ffffff;
  text-decoration: underline;
}

.cookieConsentContainer .cookieButton {
  padding-left: 24px;
}

@media only screen and (max-width: 767.98px) {
  .cookieConsentContainer .cookieButton {
    padding-left: 1rem;
  }
}

.cookieConsentContainer .cookieButton a {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: .25rem 1rem;
  text-align: center;
  transition: background 0.3s;
  background: #BFF200;
}

.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #ceff17;
}

@media only screen and (max-width: 767.98px) {
  .cookieConsentContainer {
    left: 0px;
    width: 100%;
    padding: 1rem;
    bottom: -100%;
    max-width: 100%;
  }
}

.cookieConsentContainer.show {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.badge.badge-sale {
  vertical-align: middle;
  padding: .75rem 1rem;
  border-bottom: 2px dashed #c23d47;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
}

.badge.badge-sale span {
  margin: 0 8px;
}

@media only screen and (min-width: 425px) {
  .badge.badge-sale {
    position: relative;
    margin-bottom: 1rem;
    width: auto;
    border: 2px dashed #c23d47;
    border-radius: initial;
    padding: .5rem 1rem;
  }
}

@media only screen and (min-width: 991.98px) {
  .badge.badge-sale {
    margin-left: -1.5rem;
  }
}

.box-badge {
  position: initial;
  display: inline-block;
}

.box-badge img {
  position: absolute;
  width: 100%;
  max-width: 125px;
  top: 0;
  right: 0;
  margin-top: 80px;
}

@media only screen and (min-width: 375px) {
  .box-badge img {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 767.98px) {
  .box-badge img {
    max-width: 175px;
  }
}

@media only screen and (min-width: 991.98px) {
  .box-badge img {
    margin-right: -100px;
  }
}

@media only screen and (min-width: 991.98px) {
  .box-badge img {
    margin-top: 0;
    margin-right: -125px;
  }
}

@media only screen and (min-width: 991.98px) {
  .box-badge {
    position: relative;
  }
}

.row__pagination {
  margin-top: 32px;
  border-top: 1px solid #f2efef;
  padding-top: 20px;
}

.row__pagination .pagination {
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 767.98px) {
  .row__pagination .pagination {
    justify-content: flex-start;
  }
}

.row__pagination .pagination .page-item {
  padding-right: 5px;
}

.row__pagination .pagination .page-item .page-link {
  margin-left: 0;
  background-color: transparent;
  border: none;
  border-radius: 100%;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row__pagination .pagination .page-item .page-link:hover {
  background-color: #ebebeb;
}

.row__pagination .pagination .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #7bb732;
  border: none;
}

.row__pagination .pagination .page-item:last-child {
  padding-right: 0;
}

.row__pagination p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 767.98px) {
  .row__pagination p {
    justify-content: flex-start;
    text-align: right;
    margin-top: 0;
  }
}

.section.section-hero.section-hero--family .wrap-images {
  background: url("/image/catalog/Banners/family-carers--banner00.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
}

.section.section-hero.section-hero--family .bg-images {
  width: 62%;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero--family .bg-images {
    width: 45%;
  }
}

.section.section-hero.section-hero--family .main-info {
  margin-bottom: 2rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-hero.section-hero--family .main-info {
    margin-bottom: 0;
  }
}

.section.section-hero.section-hero--family .main-info .list li .was-price {
  opacity: 0.35;
}

.section.section-hero.section-hero--family .main-info .list li:last-child {
  margin-bottom: 0;
}

.section.section-hero.section-hero--family .main-info .box-button a {
  margin: 0;
}

.section.section-guaranteed--guaranteed {
  margin: 3rem 0;
}

@media screen and (min-width: 768px) {
  .section.section-guaranteed--guaranteed {
    margin: 1rem 0;
  }
}

.section.section-guaranteed--guaranteed .header .lead {
  font-size: 27px;
  font-size: 1.6875rem;
}

.section.section-guaranteed--guaranteed .card {
  margin-top: 110px;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.14);
  display: block;
}

.section.section-guaranteed--guaranteed .card .card-body {
  padding: 2rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed--guaranteed .card .card-body {
    padding: 2rem 3rem;
    padding-bottom: 3rem;
  }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars {
  margin-bottom: 1rem;
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge {
  text-align: center;
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__before {
  color: #0063be;
  margin-top: 42px;
  font-size: 24px;
  font-size: 1.5rem;
  opacity: 0.65;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__before {
    margin-top: 54px;
  }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 132px;
  height: 132px;
  background-color: #0063be;
  color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 13px 30px 13px rgba(0, 88, 170, 0.32);
  position: relative;
  margin-top: -116px;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now {
    width: 165px;
    height: 165px;
  }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now .badge--setence {
  margin-bottom: -14px;
  z-index: 1;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now .badge--setence {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now .badge--price {
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  z-index: 1;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now .badge--price {
    font-size: 64px;
    font-size: 4rem;
  }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:before,
.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:after {
  content: "";
  position: absolute;
  border-radius: 0.5rem;
  top: 0;
  left: 0;
  width: 132px;
  height: 132px;
  background-color: #0063be;
}

@media screen and (min-width: 767.98px) {

  .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:before,
  .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:after {
    width: 165px;
    height: 165px;
  }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:before {
  transform: rotate(30deg);
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:after {
  transform: rotate(60deg);
}

.section.section-guaranteed--guaranteed .card .card-body .box-button {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed--guaranteed .card .card-body .box-button {
    width: 100%;
  }
}

.section.section-guaranteed--guaranteed .card .card-body .box-button a {
  margin-top: 0;
}

.section.section-guaranteed--guaranteed .card .card-body .box-button a.btn {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 767.98px) {
  .section.section-guaranteed--guaranteed .card .card-body .box-button a.btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section.section-guaranteed--guaranteed .card .card-body .box-button .p {
  margin-top: 1rem;
}

.section.section-guaranteed--guaranteed .list-benefits {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 2rem 0;
}

.section.section-guaranteed--guaranteed .list-benefits li {
  position: relative;
  padding: 0.75rem 0;
  padding-left: 2rem;
  font-weight: 500;
  border-bottom: 1px dashed #F2EFEF;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
}

.section.section-guaranteed--guaranteed .list-benefits li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1rem;
  color: #7bb732;
}

@media screen and (min-width: 768px) {
  .section.section-guaranteed--guaranteed .list-benefits li i {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section.section-guaranteed--guaranteed .list-benefits li:last-child {
  margin-bottom: 0;
  border: none;
}

@media screen and (min-width: 768px) {
  .section.section-guaranteed--guaranteed .list-benefits {
    padding: 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.price {
  display: flex;
  width: auto;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-70px, 93px);
}

@media screen and (min-width: 768px) {
  .price {
    transform: translate(-169px, 183px);
  }
}

.price .price--badge {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.price .price--badge.price--badge__before {
  width: 110px;
  height: 110px;
  background-color: rgba(0, 115, 221, 0.16);
  color: #00315e;
  transform: translate(-100px, -20px);
  opacity: 0.3;
}

.price .price--badge.price--badge__before .badge--setence {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: -4px;
}

@media screen and (min-width: 767.98px) {
  .price .price--badge.price--badge__before .badge--setence {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: -12px;
  }
}

.price .price--badge.price--badge__before .badge--price {
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (min-width: 767.98px) {
  .price .price--badge.price--badge__before .badge--price {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.price .price--badge.price--badge__now {
  width: 136px;
  height: 136px;
  background-color: #0063be;
  color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: -9px -1px 20px 2px rgba(0, 88, 170, 0.32);
}

.price .price--badge.price--badge__now .badge--setence {
  font-size: 16px;
  font-size: 1rem;
  z-index: 1;
}

@media screen and (min-width: 767.98px) {
  .price .price--badge.price--badge__now .badge--setence {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: -15px;
  }
}

.price .price--badge.price--badge__now .badge--price {
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  z-index: 1;
}

@media screen and (min-width: 767.98px) {
  .price .price--badge.price--badge__now .badge--price {
    margin-bottom: -1rem;
  }
}

.price .price--badge.price--badge__now:before,
.price .price--badge.price--badge__now:after {
  content: "";
  position: absolute;
  border-radius: 0.5rem;
  top: 0;
  left: 0;
  width: 136px;
  height: 136px;
  background-color: #0063be;
}

.price .price--badge.price--badge__now:before {
  transform: rotate(30deg);
}

.price .price--badge.price--badge__now:after {
  transform: rotate(60deg);
}

.swiper-viewport {
  overflow: hidden;
}

.share--wrapper {
  position: sticky;
  top: 200px;
  left: 0;
  margin-bottom: 32px;
}

.share--wrapper .title {
  font-weight: bold;
  font-style: italic;
}

.share--wrapper.share--wrapper__bottom {
  margin-top: 50px;
}

.netgem {
  background-color: #ffffff;
}

.netgem .overlay-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: -1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.netgem .overlay-modal::after {
  content: " ";
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: ease .2s all;
}

.netgem .overlay-modal .modal {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 290px;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  height: 320px;
  transition: ease .3s all;
  transition-delay: .3s;
  top: -100%;
  z-index: 1;
}

@media screen and (min-width: 767.98px) {
  .netgem .overlay-modal .modal {
    max-width: 800px;
    height: 500px;
  }
}

.netgem .overlay-modal .modal iframe {
  width: 100%;
  height: 100%;
}

.netgem .overlay-modal .btn-link__close {
  margin-bottom: 10px;
  padding-right: 0rem;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  position: relative;
  opacity: 0;
  right: -50px;
  transition: ease .3s all;
  transition-delay: .9s;
}

.netgem .overlay-modal.show {
  z-index: 100;
}

.netgem .overlay-modal.show::after {
  background-color: rgba(0, 0, 0, 0.92);
  top: 0;
}

.netgem .overlay-modal.show .modal {
  opacity: 1;
  top: 0;
}

.netgem .overlay-modal.show .btn-link__close {
  opacity: 1;
  right: 0;
}

/* footer */
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #212F78;
}

footer a:hover {
  color: #081248;
}

footer h5 {
  font-size: 13px;
  font-weight: bold;
  color: #212F78;

}

/* change css */
.footer {
  margin: 0;
  padding: 1rem 0 60px;
  padding-top: 50px;
  background-color: #F5F3FF;
  color: #212F78;
}

footer.footer h2 a {
  color: #212F78;
}

footer.footer h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #212F78;
  margin-bottom: 15px;
}

.footer svg .tag-name,
.footer svg .tag-lines {
  fill: #FFFFFF;
}

.footer svg .tag-bg,
.footer svg .tag-shadows {
  fill: #131a45;
}

.footer .p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer .p.title {
  font-weight: bold;
  /*text-transform: uppercase;*/
  margin-bottom: 25px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.footer .separator {
  border-bottom: 1px solid #1d2a6d;
}

.footer .list-unstyled li {
  margin-bottom: 15px;
}

.footer .copy-right-footer a {
  font-weight: 510;
  font-size: 14px;
  line-height: 20px;
  color: #3D456F;

}

.footer p {
  font-weight: 510;
  font-size: 13px;
  line-height: 20px;
  color: #3D456F;
  margin-bottom: 0px;
}

.footer .list-unstyled li a {
  font-weight: 510;
  font-size: 14px;
  line-height: 20px;
  color: #3D456F;
}


.footer.footer__form {
  margin: 0;
  padding: 10px 0;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(31, 31, 31, 0.125);
}

.footer.footer__form .align-footer__texts {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 767.98px) {
  .footer.footer__form .align-footer__texts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer.footer__form .align-footer__texts .footer__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1F1F1F;
  margin-bottom: 0;
}

.footer.footer__form .align-footer__texts .footer__text .link {
  color: #374DC6;
  text-decoration: underline;
}

.footer.footer__form .align-footer__texts .footer__text .link:hover,
.footer.footer__form .align-footer__texts .footer__text .link:focus {
  text-decoration: none;
}

@media screen and (min-width: 991.98px) {
  .nav .nav-header {
    flex-wrap: unset;
  }

  /* remove css */
  /* .nav .nav-header .title-logo {
     position: unset!important;
     margin-bottom: -34px!important;
   } */
  .nav .navbar-main--links .wrapper-navbar .nav-list {
    justify-content: end;
  }

  .nav .navbar-main--links {
    border-top: 0px;
  }

}

.price_packages {
  font-weight: normal;

  font-size: 14px;
}


.section-2providers {
  margin-top: 88px;

  background-color: #192259;
}

.section-2providers h1 {
  color: #fff;
}

/*new*/
.section.section-insurances {
  padding: 0;
}

.list.list-insurances,
.list.list-articles {
  display: -webkit-box;
  display: -ms-flexbox;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-right: -1rem;

}

.list.list-insurances .list-insurances__item,
.list.list-insurances .list-articles__item,
.list.list-articles .list-insurances__item,
.list.list-articles .list-articles__item {

  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  margin-bottom: 1rem;

}

@media only screen and (min-width: 767.98px) {

  .list.list-insurances .list-insurances__item,
  .list.list-insurances .list-articles__item,
  .list.list-articles .list-insurances__item,
  .list.list-articles .list-articles__item {
    max-width: calc(100% / 3);
  }
}

.list.list-insurances .list-insurances__item .card,
.list.list-insurances .list-articles__item .card,
.list.list-articles .list-insurances__item .card,
.list.list-articles .list-articles__item .card {
  height: 100%;
}

.list.list-insurances .list-insurances__item .card:hover,
.list.list-insurances .list-insurances__item .card:focus,
.list.list-insurances .list-articles__item .card:hover,
.list.list-insurances .list-articles__item .card:focus,
.list.list-articles .list-insurances__item .card:hover,
.list.list-articles .list-insurances__item .card:focus,
.list.list-articles .list-articles__item .card:hover,
.list.list-articles .list-articles__item .card:focus {
  color: initial;
  text-decoration: none;
}

.list.list-insurances .list-insurances__item .card .card-body,
.list.list-insurances .list-articles__item .card .card-body,
.list.list-articles .list-insurances__item .card .card-body,
.list.list-articles .list-articles__item .card .card-body {
  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;
  padding: 2rem;
}

.list.list-insurances .list-insurances__item .card .card-body i,
.list.list-insurances .list-articles__item .card .card-body i,
.list.list-articles .list-insurances__item .card .card-body i,
.list.list-articles .list-articles__item .card .card-body i {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 20px;
  color: #00b441;
}

.list.list-insurances .list-insurances__item .card .card-body .card-title,
.list.list-insurances .list-articles__item .card .card-body .card-title,
.list.list-articles .list-insurances__item .card .card-body .card-title,
.list.list-articles .list-articles__item .card .card-body .card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}



.list.list-insurances .list-insurances__item .card .card-body .card-text,
.list.list-insurances .list-articles__item .card .card-body .card-text,
.list.list-articles .list-insurances__item .card .card-body .card-text,
.list.list-articles .list-articles__item .card .card-body .card-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: auto;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
}

.list.list-insurances .list-articles__item .card .card-body .card-title,
.list.list-articles .list-articles__item .card .card-body .card-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.list.list-insurances {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  overflow: auto;
}

.list.list-insurances::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 767.98px) {
  .list.list-insurances {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.list.list-insurances .list-insurances__item {
  width: 100%;
  max-width: 100%;
  min-width: 250px;
}

@media only screen and (min-width: 767.98px) {
  .list.list-insurances .list-insurances__item {
    max-width: calc(100% / 3);
    width: 100%;
    min-width: initial;
  }
}

.list.list-insurances .list-insurances__item .card .card-body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
}

@media only screen and (min-width: 767.98px) {
  .list.list-insurances .list-insurances__item .card .card-body {
    padding: 2rem;
  }
}

.list.list-insurances .list-insurances__item .card .card-body .card-title {
  text-align: center;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card.card-link:hover,
.card.card-link:focus {
  color: initial;
  text-decoration: none;
}

.card-body .list-details {
  list-style: none;
}


.ghost_button {
  width: 183px;
  height: 44px;
  top: 1473px;
  left: 871px;
  padding: 11px 16px 11px 16px;
  gap: 29px;
  border-radius: 5px;
  border: 2px solid #2B3CD2;
  color: #2B3CD2;
}

/* change css */
.ghost_button_guides {
  padding: 11px 16px 11px 16px;
  border-radius: 5px;
  border: 2px solid #FFF;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 192px;
  font-size: 18px;
  line-height: 28px;
  width: fit-content;
  font-weight: 600;
  transition: ease .3s all;
}

.ghost_button_guides:hover {
  background: radial-gradient(126.2% 124.67% at 50.75% 103.01%, #0E036B 0%, #11066F 33.12%, #3312DA 76.35%, #5D40F0 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  mix-blend-mode: normal;
  color: #fff;
}

/* change css */
.section_broadband_guides {
  background-image: url("/image/catalog/cover-images/guides-background.webp");
  padding: 50px 0px 100px;
  background-color: #F7F7FA;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* remove css */
/* 
 .section_broadband_guides h2 {
   font-size: 2.4rem;
   color: #fff;
 } */
/* change css */
section.section_broadband_reviews .title-site-page p {
  font-size: 22px;
  color: #3D456F;
}

.title-site-page p {
  font-size: 22px;
  color: #fff;
}

.section_broadband_guides .discount .sale {
  color: #FFF;
}

.section_broadband_guides .card_guide {
  color: #2B3CD2;
  background: linear-gradient(178deg, #FFFFFF 45.01%, #D2D0DE 141.4%);
}


.custom-card {
  background-color: #f8f9fa;
  padding: 28px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: linear-gradient(360deg, #D2D0DE -40.5%, #FFFFFF 64.67%);
}

.custom-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.section_broadband_guides .custom-card p {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.5;
}

.vodafone-card {

  color: white;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
}

.vodafone-card h1 {
  font-size: 3rem;
  font-weight: bold;
}

.vodafone-card p {
  font-size: 1.5rem;
  font-weight: 600;
}

/* change css */
.section_broadband_reviews {
  background-color: #F7F7FA;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section_broadband_reviews h2 {
  font-size: 2.4rem;
  color: #212F78;

}

/* remove css */
/* .quote {
 
   float: right;
   position: absolute;
   margin-left: 1012px;
   margin-top: -50px;
 
 } */


.review_text {
  color: #212F78;
  font-size: 22px;
}

/* change css */
.review_comment {
  padding: 25px;
  background-color: #FFF;
  color: #212F78;
  border-radius: 5px;
  box-shadow: 0px 0px 11.8px 2px #C9CCDC8A;
  /* margin-right: 15px; */

}

.review_comment .review_names {
  margin-bottom: 0px;
}

.ghost_button_reviews {
  width: 183px;
  height: 44px;
  top: 1473px;
  left: 871px;
  padding: 11px 16px 11px 16px;
  gap: 29px;
  border-radius: 5px;
  border: 2px solid #212F78;
  color: #212F78;
}

.review_names {
  font-weight: 600;
  font-size: 17px;
}

/* remove css */
/* .reviews_grid {
   display: flex;
   padding: 20px;
   margin-right: -15px;
   margin-left: -15px;
 } */
/* change css */
.section_broadband_deals {
  background-image: url("/image/catalog/cover-images/blue-background-bb-deals.webp");
  background-repeat: no-repeat;
  background-color: #F7F7FA;
  padding-top: 70px;
  padding-bottom: 120px;
}

.section_broadband_deals h2 {
  font-size: 2.4rem;
  color: #fff;
}

.section_broadband_faq {
  background-color: #FFF;
  padding-top: 70px;
}

/* add new css  slider */
.bg-color-hero {
  background: radial-gradient(104.73% 153% at 50% -8.21%, #5D40F0 3%, #3312DA 40.92%, #11066F 79.5%, #0E036B 97%);
  mix-blend-mode: darken;
  box-shadow: 0px 3px 10.7px rgba(74, 72, 94, 0.35);

}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item {
  position: relative;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item::after {
  content: " ";
  height: 25px;
  background-color: #fff;
  top: 1rem;
  right: 0;
  position: absolute;
  transition: ease .3s all;
  width: 1px;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:hover {
  color: #FADD83;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.box-contact_direct {
  padding-left: 1rem;
}

.nav .nav-header .title-logo {
  position: unset !important;
  margin-bottom: -18px !important;
}

.section-specials .card.card-search {
  background: #3422FF;
  mix-blend-mode: normal;
  box-shadow: 0px 0px 30.9px rgba(7, 5, 32, 0.74);
  border-radius: 6px;
  border: 0px;
  z-index: 99;
  color: #fff;
}

.section-specials .card.card-search label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.need-help-text {
  padding: 30px 30px 40px;
}

.need-help-text p span {
  color: #FBE146;
  font-weight: 600;
}

.need-help-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
    display: none;
}

.card.card-search .btn.btn-card {
  background-color: #FFE146;
  font-weight: 600;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #212F78;
  height: 37px;
  /* padding-top: 0px; */
  /* padding-bottom: 0px; */
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.card.card-search .form-control {
  height: calc(2em + 0.7rem + 2px);
}

.card.card-search .form-group.col-md-3 {
  padding-right: 15px;
  padding-left: 15px;
}

section.section.section-specials.pt-0 {
  padding-bottom: 10px;
}

.title-site-page h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 52px;
  color: #212F78;
}

.ghost_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 192px;
  font-size: 18px;
  line-height: 28px;
  width: fit-content;
  color: #2B3CD2;
  font-weight: 600;
  transition: ease .3s all;
}

.ghost_button:hover {
  background: radial-gradient(126.2% 124.67% at 50.75% 103.01%, #0E036B 0%, #11066F 33.12%, #3312DA 76.35%, #5D40F0 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  mix-blend-mode: normal;
  color: #fff;
}

.list-cards-products__item:hover .card.position-relative {
  border: 1px solid #2B3CD2;
}

.list-cards-products__item:last-child {
  padding-right: 0px !important;
}

.list.list-cards-products .list-cards-products__item .card .card-header .card-title {
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #212F78;
}

.list.list-cards-products .list-cards-products__item .group-fibre {
  margin-bottom: 15px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  margin: 5px 5px !important;
  background: #D2D6EC !important;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-0%, -100%);
}

.owl-carousel.owl-theme.brodbanedeal-slider .owl-nav button,
.owl-carousel.owl-theme.owl-user-say1 .owl-nav button,
.owl-carousel.owl-theme.owl-user-say .owl-nav button,
.owl-carousel.owl-theme.owl-broadband .owl-nav button {
  background: #2B3CD2;
  opacity: 1;
  color: #fff;
  width: 30px;
  height: 65px;
  /* font-size: 40px; */
  line-height: 0px;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  /* font-size: 22px !important; */
}

.owl-carousel.owl-theme.owl-user-say1 .owl-nav button i,
.owl-carousel.owl-theme.owl-user-say .owl-nav button i,
.owl-carousel.owl-theme.owl-broadband .owl-nav button i {
  font-size: 20px;
}

.owl-carousel.owl-theme.owl-user-say1 .owl-nav button:focus,
.owl-carousel.owl-theme.owl-user-say .owl-nav button:focus,
.owl-carousel.owl-theme.owl-broadband .owl-nav button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -0%;
  transform: translate(0px, -100%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2B3CD2 !important;
}

.vodafone-card-overlay {

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px;

}

/* change css */
.div-postion-textadd .vodafone-logo {
  width: 146px;
  /* margin-top: -1085px !important; */
  /* margin-left: 20px; */
  height: auto !important;
}

.discount {
  font-size: 5rem;
  font-weight: bold;
  color: #FFF;
  line-height: 44px;
  text-align: left;
}

.sale {
  font-size: 1.8rem;
  color: #FFF;
  line-height: 35px;
  font-weight: 600;
}

/* remove css */
/* 
 .img-fluid {
   border-radius: 12px;
 } */

.section_broadband_guides p {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 34px;
}

.section_broadband_guides h2 {
  color: #fff;
}

.custom-card a {
  font-weight: bold;
  color: #2B3CD2;
}

.div-postion-textadd {
  position: absolute;
  top: 0px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  left: 0px;
  padding: 20px;
  height: 100%;
  width: 100%;
}

.div-vodafon-ads {
  position: relative;
}

/* Filter Menu */
.section_broadband_deals .filter-menu {
  display: flex;
  padding: 20px 20px 0px;
  justify-content: space-around;
  background-color: #fff;
  border-radius: 12px 12px 0px 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 0px;
  box-shadow: 0px -1px 4px 0px #00000040;
}

/* Filter Buttons */
.section_broadband_deals .filter-btn {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #2B3CD2;
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 10px 20px 25px;
}

/* Active Filter */
.section_broadband_deals .filter-btn.active {
  color: #3D456F;
  border-bottom: 3px solid #2B3CD2;

}

/* Hover effect */
.section_broadband_deals .filter-btn:hover {
  color: #0056b3;
}

/* Deal Card Styles */
.section_broadband_deals .deal-card:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.section_broadband_deals .deal-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden!important;
  border: 1px solid #e5e5e5;
}

/* Top section (Logo and headline) */
.section_broadband_deals .deal-header {
  background-color: #F5F3FF;
  padding: 25px 55px;
  border-radius: 7px 7px 0 0;
  display: flex;

  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

/* Logo and Product Name */
.section_broadband_deals .deal-header h3 {
  color: #212F78;
  font-weight: 600;
  margin: 0;
  font-size: 20px;
}

.section_broadband_deals .deal-header img {
  max-width: 80px;
  margin-right: 25px;
  /* Space between logo and name */
}

/* Ensure the logo and text are aligned properly */
.section_broadband_deals .deal-header .d-flex {
  display: flex;
  align-items: center;
}


/* Align the exclusive text right beside the product name */
.section_broadband_deals .exclusive {
  font-size: 0.9rem;
  color: #212F78;
  margin-left: 15px;
  font-weight: 500;

}

/* Deal Details */
.section_broadband_deals .deal-details {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  padding: 13px 20px 25px 60px;
}

.section_broadband_deals .column p {
  font-weight: normal;
  color: #3D456F;
  word-wrap: break-word;
  max-width: 220px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 0px;
}

.section_broadband_deals .column strong {
  font-weight: bold;
  color: #212F78;
}

/* CTA Buttons */
.deal-cta {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 60px;
}

.section_broadband_deals .btn-view-deal,
.section_broadband_deals .btn-call-now {
  background-color: #FFE146;
  color: #212F78;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border: none;
  justify-content: space-between;
  min-width: 135px;
  font-size: 14px;
}

.section_broadband_deals .btn-view-deal i,
.section_broadband_deals .btn-call-now i {
  margin-left: 5px;
}

.section_broadband_deals .btn-view-deal:hover,
.section_broadband_deals .btn-call-now:hover {
  background-color: #212F78;
  color: #ffffff !important;
}

.section_broadband_deals .btn-view-deal:focus,
.section_broadband_deals .btn-call-now:focus {
  outline: 0;
  box-shadow: none;
}

/* Separation Line */
.section_broadband_deals .separation-line {
  border-bottom: 1px solid #e5e5e5;
  margin: 0px 0;
}

/* Special Offer */
.section_broadband_deals .special-offer {
  color: #3D456F;
  padding: 0px 20px 0px 60px;
  margin-top: 10px;
  font-size: 14px;
}

.section_broadband_deals .title-site-page h2 {
  color: #fff;
}

/* Hide initially with a transition */
.deal-section {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* Adjust duration and easing as needed */
  display: none;
  /* Keep the element hidden initially */
}

/* Show class for the visible section */
.deal-section.show {
  display: block;
  opacity: 1;
}

.filterseceted span {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.7;
  display: block;
  margin-bottom: 5px;
}

.filterseceted select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.filterseceted select option {
  color: #000;
}

.filterseceted select {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: transparent;
  color: #fff;
  border: 0px;
  display: block;
  width: 100%;
  padding: 0px;
  margin-left: -4px;
}

.filterseceted {
  background: #3312DA;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  text-align: left;
  /* display: flex; */
  /* align-items: center; */
  padding: 10px 15px;
}

/* Main Section */
.faq-section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 66px 0px;
}

.faq-section {
  margin: 0 auto;
  padding: 50px 0px 40px;
}

.faq-section h3 {
  font-size: 1.6rem;
  font-weight: 600;
}

.faq-section h3 {
  text-align: left;
  font-size: 1.8rem;
  color: #212F78;
  margin-top: 30px;
}

/* Accordion Styles */
.faq-section .card {
  background-color: #fff;
  margin: 10px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px #04136140;
  border: 0px;
}

.faq-section .collapse.show {
  border-top: 1px solid #E7E7E7;
}

.faq-section .card.active .card-header {
  background-color: #F5F5FF;
}

.faq-section .card-header .btn.btn-link:after {
  flex-shrink: 0;
  /* width: 1.25rem; */
  /* height: 1.25rem; */
  margin-left: auto;
  content: "\f067";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  background-image: unset;
  transition: all 0.5s;
  text-align: right;
  display: block;
  vertical-align: middle;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  color: #2b3cd2;
}

.faq-section .card-header .btn.btn-link:not(.collapsed)::after {
  content: "\f068";
}

.faq-section .card-header .btn.btn-link {
  border: 0px;
  text-align: left;
  background: transparent;
  padding: 0px;
  margin: 0px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #212F78;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-section .card-header .btn.btn-link:hover,
.faq-section .card-header .btn.btn-link:focus {
  background-color: transparent;
  border: 0px solid transparent;
  color: #212f78;
  text-decoration: none;
}

.faq-section .card-header {
  text-align: left;
  /* box-shadow: 0px 0px 4px 0px #04136140; */
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #212F78;
  transition: background-color 0.3s ease;
  width: 100%;
  border: 0px !important;
  border-left: 4px solid #2B3CD2 !important;
  /* border-radius: 4px; */
}

.faq-section .card-body p {
  font-size: 1rem;
  color: #3D456F;
}

.faq-section .card-body {
  padding: 15px;
  font-size: 1rem;
  color: #3D456F;
  transition: all 0.3s ease;
}

.faq-section .accordion-item.active .card-body {
  display: block;
}

/* Main Contact Section */
.contact-section {
  display: flex;
  grid-template-columns: 1fr 1fr;
  /* align-items: center; */
  background-image: url('/image/catalog/cover-images/background-contact-info.webp');
  background-size: cover;
  background-position: center;
  padding: 60px 0px 60px;
  color: #ffffff;
}

.contact-section h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 43px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.address-title-info h3 {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
}

.address-title-info p {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.6;
}

/* Second Column: Contact Info */
.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-info p {
  font-size: 1rem;
  margin-bottom: 0px !important;
}

.contact-info .address-title-info a {
  color: #ffffff;
  text-decoration: none;

  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #FFE146;
  /* Yellow hover effect */
}

/* CTA Button */
.cta-button {
  background-color: #FFE146;
  color: #212F78 !important;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border: none;
  justify-content: space-between;
  width: 160px;
  font-size: 14px;
}

.cta-button:hover {
  background-color: #212F78;
  color: #ffffff !important;
}

.section-hero-providercony h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.section-hero-providercony {
  position: relative;
  background: radial-gradient(181.21% 181.24% at 50% -55.38%, #3312DA 61%, #111827 100%);
  box-shadow: 0px 12px 10.9px #E7E8EC;
}

.section-hero-providercony section.section.section-hero {
  padding-top: 40px;
  height: auto;
  padding-bottom: 10px;
}

.sitemap-links {
  display: flex;
  gap: 20px;
}

.copy-right-footer p {
  font-size: 14px;
}

.copy-right-footer {
  border-top: 1px solid #DFDEE5;
  margin-top: 40px;
  padding-top: 25px;
}

.accdidaion-footer-item h2 {
  cursor: pointer;
}

.accdidaion-footer-item i {
  transition: transform 0.3s ease;
}

.accdidaion-footer-item i.rotate {
  transform: rotate(90deg);
}

/* switch page css */
.breadcrub-section-top h1 {
  font-family: "Inter", sans-serif;
}

.breadcrub-section-top {
  font-family: "Inter", sans-serif;
  background: radial-gradient(104.73% 153% at 50% -8.21%, #5D40F0 3%, #3312DA 40.92%, #11066F 79.5%, #0E036B 97%);
  mix-blend-mode: darken;
  box-shadow: 0px 3px 10.7px rgba(74, 72, 94, 0.35);
  padding-top: 120px;
  padding-bottom: 40px;
}

.breadcrub-section-top p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  text-align: center;

}

.breadcrub-section-top ol.breadcrumb li.breadcrumb-item {
  color: #FBE146;
  font-weight: 550;
}

.breadcrub-section-top ol.breadcrumb a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.breadcrub-section-top ol.breadcrumb {
  padding: 0px;
  background: transparent;
  color: #fff;
}

.back-page-title a {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
}

.back-page-title a i {
  margin-right: 10px;
}

.breadcrub-section-top .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "\f054";
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  color: #fff;
}

.breadcrub-section-top h1 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.3;
}

.content-breadcrum-part {
  margin-top: 20px;
}

.select-plan-cards {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.select-plan-cards .deal-card:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.select-plan-cards .deal-header {
  background-color: #F5F3FF;
  border-radius: 4px 4px 0 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  height: auto;
  text-align: center;
}

.select-plan-cards .deal-details {
  display: block !important;
}

.select-plan-cards .deal-header img {
  max-width: 80px;
  margin-right: 25px;
  margin: auto;
}

.select-plan-cards .deal-header h2 {
  font-size: 17px;
  color: #3D456F;
  font-weight: bold;
  font-family: "Inter", sans-serif;

}

.select-plan-cards .deal-header h3 {
  color: #212F78;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 16px;
  margin-bottom: 2px;

}

.select-plan-cards .exclusive {
  font-size: 14px;
  color: #212F78;
  margin-left: 0px;
  font-weight: 500;
  background: #fff;
  width: 100%;
  display: block;
  border-radius: 100px;
  padding: 5px;
  margin-top: 10px;
}

.select-plan-cards .separation-line {
  border-bottom: 1px solid #e5e5e5;
  margin: 0px 0;
}

.select-plan-cards .deal-header,
.select-plan-cards .deal-header,
.select-plan-cards .deal-details {
  display: block !important;
}

.select-plan-cards .deal-details {
  padding: 0px 15px 0px;
}

.fix-right-sticky {
  position: sticky;
  top: 0px;
}

.select-plan-cards .deal-details .column {
  border-bottom: 1px solid #DFDEE5;
  margin-top: 0px !important;
  padding: 15px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.select-plan-cards .column strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #3D456F;
}

.select-plan-cards .column p {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #212F78;
  margin-top: 4px;
  margin-bottom: 0px;
}

.select-plan-cards .deal-details .column.lastchilborder {
  border-bottom: 0px;
}

.select-plan-cards .special-offer {
  color: #3D456F;
  padding: 0px 15px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.need-help-msg p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3D456F;
  text-align: center;
  margin-bottom: 0px;
}

.need-help-msg p a {
  color: #3D456F;
  text-decoration: underline;
}

.need-help-msg {
  background-color: #ffffff;
  padding: 25px 20px;
  border-radius: 4px;
  border: 1px solid #E9E8EE;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.section-switch-forms {
  padding: 40px 0px;
  font-family: "Inter", sans-serif;
}

.switch-header-card h2 {
  color: #212F78;
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.switch-card {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #E9E8EE;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.switch-card-body {
  margin-top: 20px;
}

.switch-card-body label {
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #3D456F;
  margin-bottom: 5px;
  display: block;
}

.switch-card-body .form-control {
  font-size: 14px;
}

.switch-card .confim-btn-button {
  width: 100%;
  background-color: #FFE146;
  color: #212F78 !important;
  justify-content: center;
  gap: 5px;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 16px 10px 16px;
  border: 0px;
  border-radius: 5px;
  font-weight: bold;
}

.switch-card .confim-btn-button:hover {
  background-color: #212F78;
  color: #ffffff !important;
}

.switchtoprovider {
  background-color: #F5F3FF;
  border-radius: 0px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #3D456F;
  text-align: center;
  margin-bottom: 15px;
}

.risk-free-text p span {
  margin-right: 5px;
  font-weight: bold;
}

.risk-free-text p {
  margin-bottom: 0px;
}

.risk-free-text {
  background-color: #F5F3FF;
  border-radius: 0px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 28px;
  color: #3D456F;
  text-align: left;
}

.terms-condtion-texts p a {
  text-decoration: underline;
  font-weight: bold;
  color: #2B3CD2;
}

.terms-condtion-texts p {
  font-size: 16px;
  line-height: 28px;
  color: #3D456F;
  margin-bottom: 0px;
}

span.span-counts {
  display: block;
  background: radial-gradient(126.2% 124.67% at 50.75% 103.01%, #0E036B 0%, #11066F 33.12%, #3312DA 76.35%, #5D40F0 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  mix-blend-mode: normal;
  justify-content: center;
  width: 55px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0px;
  height: 100%;
  font-size: 21px;
  font-weight: bold;
}

.request-confirms-inner {
  padding: 15px;
  transition: ease 0.3s;
  border-radius: 0px;
  color: #3D456F;
  text-decoration: none;
  height: 100%;
  display: flex;
  background: linear-gradient(178deg, #FFFFFF 45.01%, #D2D0DE 141.4%);
  border: 1px solid #E9E8EE;
  gap: 12px;
}

.request-confirms-inner h3 {
  font-size: 16px;
  font-weight: 600;
  color: #212F78;
  font-family: "Inter", sans-serif;

}

.request-confirms-inner p {
  margin-bottom: 0px;
  font-size: 14px;
}

.request-confirms-inner span.span-counts~div {
  width: calc(100% - 70px);
}

.switch-card-body label span {
  color: #FBE146;
}

/* Sidebar styling */
.filtersidebars {
  height: 100%;
  width: 320px;
  position: fixed;
  top: 0;
  left: -320px;
  background-color: #343a40;
  padding: 20px 20px;
  transition: 0.3s;
  overflow-y: auto;
  background-color: #ffffff;
  /* padding: 15px; */
  z-index: 999;
  border-radius: 0px;
  /* border: 1px solid #E9E8EE; */
  /* box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); */
}

.filtersidebars .card:not(:last-child) {
  margin-bottom: 15px;
}

.filtersidebars.active {
  left: 0;
}

.filtersidebars .nav-link {
  color: white;
}

.filtersidebars button.btn.btn-link {
  font-weight: 700;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding: 0px !important;
  border: 0px !important;
  background: #fff !important;
  background-color: transparent;
  border-radius: 0px;
  color: #3D456F;
}

.filtersidebars .card-header {
  padding: 8px 10px !important;
  background: transparent;
  color: #3D456F;
  border-radius: 0px;
}

.filtersidebars .card {
  border-radius: 0px;
  border: 1px solid #E9E8EE !important;
  box-shadow: none;
  margin-bottom: 15px
}

.filtersidebars button.btn.btn-link:not(.collapsed)::after {
  content: "\f078";
}

.filtersidebars button.btn.btn-link:after {
  content: "\f077";
  flex-shrink: 0;
  /* width: 1.25rem; */
  /* height: 1.25rem; */
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  background-image: unset;
  transition: all 0.5s;
  text-align: right;
  display: block;
  vertical-align: middle;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  color: #2b3cd2;
}

/* Overlay when sidebar is open */
#sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

#sidebar-overlay.active {
  display: block;
}

/* Button styling for sidebar toggle */
.filter_btn {
  width: 100%;
  background-color: #FFE146;
  color: #212F78 !important;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 16px 10px 16px;
  border: 0px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

section.page_broadband_deals {
  padding: 20px 0px 50px;
  font-family: "Inter", sans-serif;
}


section.page_broadband_deals .nav-tabs .nav-item {
  margin-bottom: -1px;
}

section.page_broadband_deals .filter-btn.active {
  color: #3D456F;
  font-weight: bold;
  border-bottom: 3px solid #2B3CD2;
}

section.page_broadband_deals .filter-btn {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #2B3CD2;
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 10px 20px 10px;
}

section.page_broadband_deals .deal-header {
  background-color: #F5F3FF;
  padding: 25px 20px;
  border-radius: 7px 7px 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

section.page_broadband_deals .filter-menu {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  margin-bottom: 0px;
  box-shadow: none;
}

section.page_broadband_deals .deal-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

section.page_broadband_deals .deal-header .d-flex {
  display: flex;
  align-items: center;
}

section.page_broadband_deals .exclusive {
  font-size: 0.9rem;
  color: #212F78;
  margin-left: 15px;
  font-weight: 500;
}

.section_broadband_deals .deal-header img {
  max-width: 80px;
  margin-right: 25px;
}

section.page_broadband_deals .deal-details .column strong {
  font-weight: bold;
  color: #212F78;
}

section.page_broadband_deals .deal-details .column p {
  font-weight: normal;
  color: #3D456F;
  word-wrap: break-word;
  max-width: 220px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 0px;
}

section.page_broadband_deals .deal-details .deal-cta {
  padding-right: 0px;
  margin-top: 20px;
}

section.page_broadband_deals .deal-header h3 {
  color: #212F78;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}

section.page_broadband_deals .separation-line {
  border-bottom: 1px solid #e5e5e5;
  margin: 0px 0;
}

section.page_broadband_deals .deal-details {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start !important;
  padding: 13px 20px 25px 20px;
}

/* section.page_broadband_deals .deal-details .column:{ */
section.page_broadband_deals .deal-details .column:nth-child(2) {
  width: 133px;
}

/* 
 section.page_broadband_deals .deal-cta {
   display: flex;
   justify-content: center;
   gap: 10px;
   padding-right: 0px;
   flex-direction: column;
   width: calc(20% - 1px);
   padding: 0px 10px;
   align-items: center;
   justify-content: center;
   text-align: center;
 } */

section.page_broadband_deals .btn-view-deal,
section.page_broadband_deals .btn-call-now {
  background-color: #FFE146;
  color: #212F78;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border: none;
  justify-content: space-between;
  min-width: 135px;
  font-size: 14px;
}

section.page_broadband_deals .special-offer {
  /* color: #3D456F; */
  padding: 0px 20px 0px 20px;
  margin-top: 10px;
  font-size: 14px;
}

section.page_broadband_deals .btn-view-deal:hover,
section.page_broadband_deals .btn-call-now:hover {
  background-color: #212F78;
  color: #ffffff !important;
}

.filtersidebars .card-body {
  padding: 15px 10px;
}

/* Hide the default checkbox */
.filtersidebars .form-check-input {
  position: absolute;
  opacity: 0;
  margin-left: 0px;
  cursor: pointer;
}

.filtersidebars .form-check {
  padding-left: 0px;
  margin-bottom: 5px;
}

/* Custom checkbox container */
.filtersidebars .custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/* Create custom checkbox appearance */
.filtersidebars .custom-checkbox:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s;
}

/* Add a checkmark when checked */
.filtersidebars .form-check-input:checked+.custom-checkbox:before {
  background-color: #2b3cd2;
  border-color: #2b3cd2;
}

/* Checkmark style */
.filtersidebars .form-check-input:checked+.custom-checkbox:after {
  content: "";
  position: absolute;
  left: 7.5px;
  top: 2.4px;
  width: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

section.page_broadband_deals .page-item.active .page-link {
  background-color: #2b3cd2;
  border-color: #2b3cd2;
}

section.page_broadband_deals .page-link {
  color: #2b3cd2;
}

section.page_broadband_deals ul.pagination {
  justify-content: center;
}

/* Change background color when hovering over checkbox */
.filtersidebars .custom-checkbox:hover:before {
  background-color: #fff;
}

.flex_filters button.remove_filter_btn:focus {
  outline: 0px;
}

.flex_filters .box {
  /* background: #000; */
  /* background: radial-gradient(181.21% 181.24% at 50% -55.38%, #3312DA 61%, #111827 100%); */
  color: #333;
  padding: 4px 10px;
  border-radius: 200px;
  position: relative;
  font-size: 14px;
  padding-right: 22px;
}

.flex_filters button.remove_filter_btn {
  background: #fff;
  border: 0px;
  position: absolute;
  z-index: 9;
  right: 0px;
  width: 20px;
  height: 20px;
  color: #212F78;
  line-height: 20px;
  border-radius: 60px;
  top: -5px;
}

.flex_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.sort-select {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.sort-select label {
  /* width: 33px; */
  /* height: 19px; */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #000000;
  flex: none;
  /* order: 0; */
  /* flex-grow: 0; */
  margin-bottom: 0px;
}

.sort-select select {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 10px;
  gap: 10px;
  min-width: 190px;
  /* height: 42px; */
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  /* flex: none; */
  /* order: 1; */
  /* flex-grow: 0; */
}

.page_broadband_deals .deal-header img {
  max-width: 65px;
  margin-right: 25px;
}

section.page_broadband_deals .row .col-lg-9 {
  flex: 0 0 79%;
  max-width: 79%;
}

section.page_broadband_deals .row .col-lg-3 {
  max-width: 21%;
  flex: 0 0 21%;
}

section.breadcrub-section-top.about-sectionadd:after {
  height: 350px;
  content: "";
  position: absolute;
  background: radial-gradient(104.73% 153% at 50% -8.21%, #5D40F0 3%, #3312DA 40.92%, #11066F 79.5%, #0E036B 97%);
  top: 0px;
  width: 100%;
  z-index: -1;
}

section.breadcrub-section-top.about-sectionadd {
  position: relative;
  background: unset;
}

.img-right-about img {
  width: 100%;
}

section.breadcrub-section-top.about-sectionadd p {
  text-align: left;
}

section.breadcrub-section-top.about-sectionadd h1 {
  text-align: left;
}

section.breadcrub-section-top.about-sectionadd .content-breadcrum-part2 {
  margin-top: 60px;
}

section.breadcrub-section-top.about-sectionadd .content-breadcrum-part2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #212F78;
}

section.breadcrub-section-top.about-sectionadd .content-breadcrum-part2 h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  color: #212F78;
}


section.breadcrub-section-top.about-sectionadd .content-breadcrum-part {
  margin-top: 40px;
}

.how-broadbandwoks .title-providecrony h2,
.section-hero-providercony.about-sectionadd-providercony h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.section-hero-providercony.about-sectionadd-providercony .need-help-text {
  padding: 15px 0px 0px;
}

.section-hero-providercony.about-sectionadd-providercony .need-help-text p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 10px;
}

.section-hero-providercony.about-sectionadd-providercony .need-help-text p a {
  font-weight: 400;
}

.section-hero-providercony.about-sectionadd-providercony {
  padding-bottom: 50px;
}

section.section_broadband_guides.about-sectionadd-guides {
  background-image: unset;
  background-color: #fff;
  padding: 40px 0px 50px;
}

section.section_broadband_guides.about-sectionadd-guides h2 {
  color: #212F78;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 400;
}

section.section_broadband_guides.about-sectionadd-guides .custom-card h3 {
  color: #212F78;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

section.section_broadband_guides.about-sectionadd-guides .custom-card p {
  color: #212F78;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

section.section_broadband_guides.about-sectionadd-guides .custom-card {
  padding: 20px;
  border-radius: 0px;
  box-shadow: unset;
  background: #fff;
  border: 1px solid #00000033;
  text-align: center;
}

.how-broadbandwoks .title-providecrony p,
.section-hero-providercony.about-sectionadd-providercony .title-providecrony p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.section-hero-providercony.about-sectionadd-providercony .title-providecrony {
  padding-bottom: 20px;
}

.section-hero-providercony.about-sectionadd-providercony h2 {
  margin-bottom: 20px;
  line-height: 40px;
}

section.section_broadband_reviews.about_broadband_reviews p {
  margin-bottom: 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

section.section_broadband_reviews.about_broadband_reviews .review_names {
  margin-bottom: 10px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

section.section_broadband_reviews.about_broadband_reviews .review_comment {
  border-radius: 4px;
  box-shadow: unset;
  margin-right: 1px;
  border: 1px solid #00000033;
}

section.section_broadband_reviews.about_broadband_reviews .title-site-page p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.about_broadband_reviews .title-site-page h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;

}

.how-broadbandwoks .request-confirms-inner {
  height: auto;
  align-items: center;
}

.how-broadbandwoks {
  position: relative;
  background: radial-gradient(181.21% 181.24% at 50% -55.38%, #3312DA 61%, #111827 100%);
  box-shadow: 0px 12px 10.9px #E7E8EC;
  padding: 50px 0px;
}

.how-broadbandwoks .title-providecrony {
  padding-bottom: 20px;
}

.how-broadbandwoks .confim-btn-button:hover {
  background-color: #3312da;
  color: #ffffff !important;
}

.how-broadbandwoks .request-confirms-inner p {
  margin-bottom: 0px;
  font-size: 16px;
}

.how-broadbandwoks .confim-btn-button {
  width: 100%;
  background-color: #FFE146;
  color: #212F78 !important;
  justify-content: center;
  gap: 5px;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 16px 10px 16px;
  border: 0px;
  border-radius: 5px;
  font-weight: bold;
  display: block;
}

.how-broadbandwoks .request-hows h3 {
  margin-bottom: 0px;
  font-size: 19px;
  font-weight: 400;
}

.how-broadbandwoks .request-hows span.span-counts {
  height: 55px;
}

.how-broadbandwoks .request-hows {
  border-right: 1px solid #00000033;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 13px;
  padding-right: 10px;
}

.blog-guide-title {
  text-align: center;
}

.blog-guide-title h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #212F78;
  margin-bottom: 16px;
}

.blog-guide-title span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212F78;
  display: block;
  width: fit-content;
  padding: 0px 60px 10px;
  text-align: center;
  margin: 0px auto 15px;
  border-bottom: 1.4px solid #212f78;
}

.blog-guide-title p {
  color: #3D456F;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

section.blog-guides {
  padding: 50px 0px;
}

.blogguies-list-card {
  padding: 1rem;
  transition: ease 0.3s;
  border-radius: 5px;
  color: #3D456F;
  text-decoration: none;
  display: flex;
  gap: 10px;
  flex-direction: column;
  background: linear-gradient(178deg, #FFFFFF 45.01%, #D2D0DE 141.4%);
  border: 1px solid #E9E8EE;
  min-height: 430px;
}

.blogguies-list-content {
  min-height: 347px;
}

.blogguies-list-card img {
  height: 155px;
  object-fit: cover;
  margin-bottom: 10px;
}

.blogguies-list-card:hover {
  border: 1px solid #2B3CD2;
}

.blogguies-list-card {
  text-align: center;
}

.blogguies-list-card a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  color: #2B3CD2;
}

.blogguies-list-card p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #3D456F;
}

.blogguies-list-card h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #212F78;
  margin-bottom: 20px;
}

.blogguieslatest-list-card h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #212F78;
  margin-bottom: 10px;
  min-height: 44px;
}

.blogguieslatest-list-card p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #3D456F;
}

.blogguieslatest-list-card a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #2B3CD2;
}

.blogguieslatest-list-card {
  padding: 20px;
  border-radius: 0px;
  box-shadow: unset;
  background: #fff;
  border: 1px solid #00000033;
  height: 100%;
}

section.blog-guides-latest .blog-guide-title span {
  color: #fff;
  border-color: #fff;
}

section.blog-guides-latest .blog-guide-title h2,
section.blog-guides-latest .blog-guide-title p {
  color: #fff;

}

section.blog-guides-latest {
  padding: 50px 0px 50px;
  background: radial-gradient(181.21% 181.24% at 50% -55.38%, #3312DA 61%, #111827 100%);
  box-shadow: 0px 12px 10.9px #E7E8EC;
}

section.blog-guides-latest .page-item.active .page-link {
  background-color: #2b3cd2;
  border-color: #2b3cd2;
}

section.blog-guides-latest .page-link {
  color: #2b3cd2;
}

section.blog-guides-latest ul.pagination {
  justify-content: center;
}

.faq-section-guides {
  max-width: 100%;
}

.broadband-deal-contact {
  background: #fff;
  border: 1px solid #00000033;
  height: 100%;
}

.broadband-deal-contact p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #3D456F;
  line-height: 19px;
  margin-bottom: 8px;
}

.broadband-deal-contact h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #212F78;
  margin-bottom: 10px;
}

.broadband-deal-content {
  padding: 15px 12px 10px;
}

section.faq-section.faq-section-guides div#accordion .card {
  margin-bottom: 15px;
}

section.faq-section.faq-section-guides div#accordion .card:last-child {
  margin-bottom: 0px;
}

.broadband-deal-contact img {
  width: 100%;
  height: 135px;
  object-fit: cover;
}

.getin-touch:hover {
  background-color: #212F78;
  color: #ffffff !important;
}

.getin-touch {
  background-color: #FFE146;
  color: #212F78 !important;
  font-size: 18px;
  line-height: 28px;
  padding: 8px 20px 8px 20px;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 8px;
}

section.faq-section.faq-section-guides {
  padding-bottom: 50px;
}

section.blog-guides .owl-carousel.owl-theme.blogguies-list .owl-nav button.owl-prev:hover,
section.blog-guides .owl-carousel.owl-theme.blogguies-list .owl-nav button.owl-next:hover {
  background: transparent;
}

section.blog-guides .owl-carousel.owl-theme.blogguies-list .owl-nav button.owl-prev,
section.blog-guides .owl-carousel.owl-theme.blogguies-list .owl-nav button.owl-next {
  color: #2B3CD2;
}

section.blog-guides .owl-carousel.owl-theme.blogguies-list i {
  font-size: 24px;
}

section.blog-guides .owl-carousel.owl-theme.blogguies-list .owl-dots {
  padding-top: 20px;
}

section.blog-guides .owl-carousel.owl-theme.blogguies-list .owl-nav.disabled {
  display: block;
}

section.blog-guides .owl-carousel.owl-theme.blogguies-list {
  padding: 0px 20px;
}

.blog-guides-details {
  padding: 50px 0px;
}

.blog-guides-content-details p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #3D456F;
}

.blog-guides-content-details ul {
  padding-left: 18px;
}

.blog-guides-content-details ul {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #3D456F;
  margin-bottom: 20px;
}

section.blog-guides-details .section-hero-providercony.about-sectionadd-providercony {
  padding-bottom: 0px;
}

section.blog-guides-details .section-hero-providercony.about-sectionadd-providercony h2 {
  font-size: 24px;
  line-height: 29.5px;
}

section.blog-guides-details section.section.section-hero {
  padding: 25px 24px !important;
}

section.blog-guides-details .card.card-search .card-body {
  padding: 0px;
}

section.blog-guides-details .card.card-search {
  box-shadow: none;
  background: transparent;
  mix-blend-mode: unset;
}

.blog-guides-content-details h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #212F78;
}

.dont-make-mistake .broadband-deal-contact p,
.dont-make-mistake .broadband-deal-contact h2 {

  margin-bottom: 12px;
}

.dont-make-mistake .title-providecrony h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.dont-make-mistake .title-providecrony p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

.dont-make-mistake {
  background: radial-gradient(181.21% 181.24% at 50% -55.38%, #3312DA 61%, #111827 100%);
  box-shadow: 0px 12px 10.9px #E7E8EC;
  padding: 50px 0px;
}

section.dont-make-mistake .broadband-deal-contact {
  height: auto;
}

.outer-start-providers {
  border-bottom: 1px solid #fff;
  padding: 15px 50px 25px;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .breadcrub-section-top p {
    font-size: 16px;
  }

  section.breadcrub-section-top.about-sectionadd .content-breadcrum-part {
    margin-top: 20px;
  }

  section.breadcrub-section-top.about-sectionadd:after {
    height: 325px;
  }

  section.breadcrub-section-top.about-sectionadd .content-breadcrum-part2 {
    margin-top: 55px;
  }

  section.breadcrub-section-top.about-sectionadd .content-breadcrum-part2 p {
    font-size: 14px;
  }

  section.breadcrub-section-top.about-sectionadd .content-breadcrum-part2 h2 {
    margin-bottom: 15px;
  }

  section.page_broadband_deals .filter-btn {
    padding: 10px 10px 10px;
  }

  section.page_broadband_deals .filter-menu {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    margin-bottom: 0px;
    box-shadow: none;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  section.page_broadband_deals .deal-header {
    display: block !important;
    flex-wrap: wrap !important;
    text-align: center;
  }

  section.page_broadband_deals .deal-header .d-flex {
    flex-wrap: wrap !important;
    text-align: center;
    display: block !important;
  }

  section.page_broadband_deals .exclusive {
    width: 100%;
    margin-top: 15px;
  }

  /* section.page_broadband_deals .deal-details .column {
     border-right: 0px;
     padding: 15px 10px;
     border-bottom: 1px solid #e5e5e5;
   } */

  .div-vodafon-ads img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  /* section.page_broadband_deals .deal-cta {
     padding: 10px 10px 5px;
     flex-direction: row;
   } */

  section.page_broadband_deals .deal-details P {
    display: block !important;
  }

  section.page_broadband_deals .deal-details .column,
  section.page_broadband_deals .deal-cta {
    width: 100%
  }

  .request-confirms-inner h3 {
    font-size: 18px;
  }

  .div-vodafon-ads {
    height: 100%;
  }

  .nav .nav-header .box-contact_direct a.title-phone,
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a {
    font-size: 14px;
  }

  .list.list-cards-products .list-cards-products__item .card .card-header .card-title {
    font-size: 20px;
  }

  .section_broadband_deals .filter-btn {
    font-size: 14px;
    padding: 10px 15px 20px;
  }

  .sitemap-links {
    gap: 9px;
  }

  .copy-right-footer p,
  .footer .copy-right-footer a {
    font-size: 13px;
  }
}

@media (min-width: 991.98px) {
  .filtersidebars {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .need-help-msg {
    position: static;
    top: auto;
    z-index: auto;
  }

  #sidebarToggle {
    display: none;
  }

  #sidebar-overlay {
    display: none;
  }

  .owl-carousel.owl-theme.owl-user-say .owl-nav.disabled {
    display: block !important;
  }

  .owl-carousel.owl-theme.owl-user-say1 .owl-nav.disabled {
    display: block !important;
  }

  .contact-info .address-title-info a {
    color: #FFE146;
  }

  .owl-carousel.owl-theme.owl-user-say {
    padding: 0px 30px;
  }

  .owl-carousel.owl-theme.owl-user-say button.owl-prev {
    color: #2B3CD2;
    background: transparent;
    transform: translate(-10px, -50%);

  }

  .owl-carousel.owl-theme.owl-user-say button.owl-next {
    color: #2B3CD2;
    background: transparent;
    right: 0px;
    transform: translate(10px, -50%);
  }

  .owl-carousel.owl-theme.owl-user-say .owl-stage-outer .item {
    padding: 20px 0px;
  }

  .owl-carousel.owl-theme.owl-user-say1 {
    padding: 0px 30px;
  }

  .owl-carousel.owl-theme.owl-user-say1 button.owl-prev {
    color: #2B3CD2;
    background: transparent;
    transform: translate(-10px, -50%);

  }

  .owl-carousel.owl-theme.owl-user-say1 button.owl-next {
    color: #2B3CD2;
    background: transparent;
    right: 0px;
    transform: translate(10px, -50%);
  }

  .owl-carousel.owl-theme.owl-user-say1 .owl-stage-outer .item {
    padding: 20px 0px;
  }
}

@media (max-width: 991.98px) {
  section.breadcrub-section-top.about-sectionadd:after {
    height: 400px;
  }

  .how-broadbandwoks .request-confirms-inner {
    flex-wrap: wrap;
    gap: 15px;
  }

  .how-broadbandwoks .request-confirms-inner .request-hows {
    width: 100%;
    border-right: 0px;
  }

  section.section_broadband_reviews.about_broadband_reviews .reviews_grid .owl-nav button.owl-next,
  section.section_broadband_reviews.about_broadband_reviews .reviews_grid .owl-nav button.owl-prev {
    color: #2B3CD2;
    background: transparent;
    transform: translate(0px, -50%);
  }

  .section-hero-providercony.about-sectionadd-providercony h2 {
    font-style: normal !important;
  }

  .about_broadband_reviews .title-site-page h2,
  section.section_broadband_reviews.about_broadband_reviews .title-site-page p {
    text-align: center;
  }

  section.section_broadband_reviews.about_broadband_reviews {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  section.section_broadband_reviews.about_broadband_reviews .title-site-page {
    margin-bottom: 25px;
  }

  section.section_broadband_reviews.about_broadband_reviews .img-right-about {
    margin-bottom: 20px;
    text-align: center;
  }

  section.blog-guides .owl-carousel.owl-theme.blogguies-list,
  section.section_broadband_reviews.about_broadband_reviews .reviews_grid .owl-carousel.owl-theme.owl-user-say1 {
    padding: 0px 38px;
  }

  section.section_broadband_reviews.about_broadband_reviews .owl-carousel.owl-theme.owl-user-say1 .owl-nav.disabled {
    display: block;
  }

  .section-hero-providercony.about-sectionadd-providercony section.section.section-hero {
    padding-bottom: 0px;
  }

  section.breadcrub-section-top.about-sectionadd .content-breadcrum-part {
    margin-top: 40px;
  }

  section.breadcrub-section-top.about-sectionadd .content-breadcrum-part2 p {
    margin-bottom: 1rem;
    font-size: 16px;
  }

  section.breadcrub-section-top.about-sectionadd .content-breadcrum-part2 {
    margin-top: 35px;
    text-align: center;
  }

  .img-right-about {
    margin-top: 30px;
  }

  section.breadcrub-section-top.about-sectionadd h1,
  section.breadcrub-section-top.about-sectionadd .content-breadcrum-part2 p {
    text-align: center;
  }

  section.page_broadband_deals .exclusive {
    font-size: 14px;
    color: #212F78;
    margin-left: 0px;
    font-weight: 500;
    background: #fff;
    width: 100%;
    display: block;
    border-radius: 100px;
    padding: 5px;
    margin-top: 10px;
  }

  section.page_broadband_deals .deal-details .deal-cta {
    margin-top: 0px;
  }

  section.page_broadband_deals .row .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.page_broadband_deals .row .col-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  section.page_broadband_deals .deal-details .column:nth-child(2) {
    width: 100%;
  }

  .flex_filters {
    justify-content: center;
  }

  .sort-select {
    justify-content: center;
  }

  .flex_filters {
    margin-bottom: 20px;
  }

  .sort-select select {
    width: 100%;
  }

  .breadcrub-section-top p {
    margin-bottom: 0px;
  }

  .need-help-msg {
    padding: 15px;
  }

  .breadcrub-section-top {
    padding-top: 20px;
  }

  .breadcrub-section-top h1 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .back-page-title a {
    font-size: 16px;
  }

  .content-breadcrum-part {
    margin-top: 40px;
  }

  .card-header.footer-heading h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .card-header.footer-heading {
    padding: 0px;
    background: transparent;
    border: 0px;
  }

  .card.accdidaion-footer-item .card-body {
    padding-bottom: 0px;
  }

  .card.accdidaion-footer-item:first-child {
    border-top: 1px solid #DFDEE5;
  }

  .copy-right-footer {
    border-top: 0px solid #DFDEE5;
    margin-top: 0px;
    padding-top: 25px;
  }

  .footer #accordion p br {
    display: none;
  }

  .footer #accordion p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .footer .list-unstyled li a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer .copy-right-footer a {
    padding: 0px 20px;
    position: relative;
  }

  .section-hero-providercony h2 br {
    display: none;
  }

  .copy-right-footer img {
    width: 200px;
  }

  .sitemap-links a:not(:last-child)::after {
    content: "|";
    right: 0px;
    position: absolute;
    color: #DFDEE5;
  }

  section.page_broadband_deals .deal-details .column strong,
  .section_broadband_deals .column strong {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3D456F;
  }

  section.page_broadband_deals .deal-details .column p,
  .section_broadband_deals .column p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #212F78;
  }

  .custom-card {
    padding: 25px;
  }

  .section-hero-providercony section.section.section-hero {
    padding-bottom: 32px;
  }

  .sitemap-links {
    gap: 0px;
    justify-content: center;
    padding: 10px 0px;
  }

  .copy-right-footer p,
  .footer .copy-right-footer a {
    font-size: 16px;
    line-height: 30px;
  }

  .copy-right-footer p {
    text-align: center !important;
  }

  .copy-right-footer {
    text-align: center;
  }

  .card.accdidaion-footer-item {
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid #DFDEE5;
    background: transparent;
    padding: 20px 20px;
  }

  .container {
    max-width: 100%;
  }

  .section_broadband_deals {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  section.section.section-products {
    overflow: hidden;
  }

  .right-side-toggle-div {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .nav .nav-header {
    padding: 0px;
  }

  .button-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .btn.btn-call {
    background: #FFE146;
    border-radius: 0px;
    display: none;
  }

  nav.nav.navbar.navbar-light {
    background: linear-gradient(89.93deg, #12033C 90.25%, #311253 94.08%);
    position: relative;
  }

  .nav .nav-header .title-logo {
    max-width: 220px;
    /* padding-bottom: 0.35rem; */
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0rem;
    position: absolute;
    top: 27px;
    transform: none;
    z-index: 50;
  }

  .nav.mboile-menuadd {
    z-index: 9999;
    position: relative;
  }

  .overlay-menu {
    z-index: 999;
  }

  .nav.mboile-menuadd .container {
    padding: 0px;
  }

  .nav.mboile-menuadd .navbar-main--links {
    padding: 20px 20px;
  }

  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a {
    padding: 20px 0px;
  }

  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item::after {
    display: none;
  }

  div#menuHeader {
    padding: 0px !important;
    margin-bottom: 10px;
  }

  div#menuHeader img {
    width: 180px;
  }

  button.btn.btn-light__close {
    background: #FFE146;
    border-radius: 0px;
    color: #192259;
    font-size: 12px;
    line-height: normal;
    padding: 0px;
    width: 30px;
    height: 30px;
  }

  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item .nav-link.active {
    color: #FBE146;
    padding-left: 10px;
  }

  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item {
    border-top: 0px solid #f2efef;
    border-bottom: 1px solid #f2efef;
  }

  .background_color_radius {
    /* height: 250px; */
    margin-top: 20px;
  }

  .nav .navbar-main--links {
    background: #000;
    width: 320px;
  }

  .section.section-hero .h1 span {
    color: #FEEAAF;
  }

  .section.section-hero .h1 {
    font-size: 36px;
  }


  .section.section-hero .h1 br {
    display: none;
  }

  .list.list-cards-products .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
  }

  .list.list-cards-products .list-cards-products__item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .list.list-cards-products {
    display: block;
  }

  .section_broadband_guides .owl-nav .owl-next {
    transform: translate(0px, -100%);
  }

  .brodbanedeal-slider .owl-nav .owl-next {
    transform: translate(0px, -100%);
  }

  .section_broadband_deals .deal-header .d-flex,
  .section_broadband_deals .deal-header,
  .section_broadband_deals .deal-details {
    display: block !important;
  }

  .section_broadband_deals .deal-header,
  section.page_broadband_deals .deal-header {
    padding: 20px;
    height: auto;
    text-align: center;
  }

  .section_broadband_deals .deal-card:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .page_broadband_deals .deal-header img,
  .section_broadband_deals .deal-header img {
    max-width: 80px;
    margin-right: 0px;
    margin: 0px auto 10px;
  }

  .page_broadband_deals .deal-header h3,
  .section_broadband_deals .deal-header h3 {
    margin-bottom: 2px;
  }

  .page_broadband_deals .deal-card .column.lastchilborder,
  .section_broadband_deals .deal-card .column.lastchilborder {
    border-bottom: 0px;
  }

  .title-site-page p {
    font-size: 18px;
    color: #fff;
  }

  .page_broadband_deals .deal-card .column.lastchilborder {
    border-bottom: 0px;
  }

  .page_broadband_deals .deal-details {
    padding: 0px 20px 20px;
  }

  .page_broadband_deal .special-offer {
    padding: 0px 20px;
    text-align: center;
  }

  .page_broadband_deals .deal-header .d-flex,
  .page_broadband_deals .deal-header,
  .page_broadband_deals .deal-details {
    display: block !important;
  }

  .page_broadband_deals .deal-card .column,
  .section_broadband_deals .deal-card .column {
    border-bottom: 1px solid #DFDEE5;
    margin-top: 0px !important;
    padding: 20px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section_broadband_deals .column p {
    text-align: center;
  }

  .section_broadband_deals .deal-details {
    padding: 0px 20px 20px;
  }

  .deal-cta {
    justify-content: center;
    padding-right: 0px;
    margin-top: 10px;
  }

  .sitemap-links {
    flex-wrap: wrap;
  }

  .section_broadband_deals .special-offer,
  section.page_broadband_deals .special-offer {
    padding: 0px 20px;
    text-align: center;
  }

  .contact-section {
    background-image: url('/image/catalog/cover-images/background-contact-info-mobile.png');
    background-position: bottom;
    padding-bottom: 160px !important;
  }

  section.page_broadband_deals .btn-view-deal,
  section.page_broadband_deals .btn-call-now {
    width: 100%;
  }

  section.page_broadband_deals .deal-details .deal-cta {
    flex-direction: column;
  }

  .blogguies-list-card {
    margin-right: 1px;
  }
}

@media (max-width: 767.98px) {
  section.section_broadband_guides.about-sectionadd-guides h2 {
    line-height: 32px;
  }

  .risk-free-text p span {
    display: block;
  }

  .how-broadbandwoks .title-providecrony h2,
  .section-hero-providercony.about-sectionadd-providercony h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .risk-free-text p {
    text-align: center;
  }

  .need-help-msg p {
    font-size: 16px;
    line-height: 22px;
  }

  .breadcrub-section-top p {
    font-size: 14px;
    line-height: 21px;
  }

  nav.nav.navbar.navbar-light {
    background: linear-gradient(89.93deg, #12033C 80.25%, #311253 85.08%);
  }

  .contact-section {
    grid-template-columns: 1fr;
    /* Stack columns on smaller screens */
    padding: 40px 0px;
  }

  .section.section-hero {
    height: auto;
  }

  .section.section-hero.section-hero-home {
    padding: 0px 0 40px;
    background-position: 60% 0%;
  }

  .section.section-hero .h1 {
    font-size: 32px;
  }

  .right-side-toggle-div {
    gap: 12px;
  }

  .nav .nav-header .title-logo {
    max-width: 180px;
    margin-bottom: -10px !important;
  }

  .need-help-text {
    padding: 20px 0px 10px;
  }

  .title-site-page h2,
  .section-hero-providercony h2 {
    font-size: 26px;
    line-height: 44px;
  }

  .section-hero-providercony h2 {
    margin-bottom: 20px;
  }

  .list.list-cards-products .list-cards-products__item {
    height: 400px;
  }

  .div-postion-textadd {
    flex-direction: column-reverse;
  }

  .div-postion-textadd .discount,
  .div-postion-textadd .sale {
    font-size: 25px !important;
    line-height: 26px;
  }

  .div-postion-textadd .vodafone-logo {
    width: 100px;
    margin-left: auto !important;
    height: auto !important;
    display: block;
  }

  .brodbanedeal-slider,
  section.section_broadband_reviews .reviews_grid .owl-carousel {
    padding: 0px 20px;
  }

  .section_broadband_deals .deal-section,
  section.section_broadband_reviews .reviews_grid {
    margin: 0px -15px;
  }

  .section_broadband_guides {
    background-image: url('/image/catalog/cover-images/guides-background-mobile.png');
    padding: 10px 0px 60px;
    background-color: #F7F7FA;
    background-position: bottom center;
    background-size: cover;
  }

  section.section.section-products {
    padding: 40px 0px;
  }

  .section_broadband_reviews {
    background-color: #F7F7FA;
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .section-hero-providercony h2 {
    margin-bottom: 20px;
    line-height: 38px;
  }

  .footer .copy-right-footer a {
    line-height: 36px;
  }

  .sitemap-links {
    padding: 10px 0px 20px;
  }

  .copy-right-footer {
    padding-top: 35px;
  }
}

@media (max-width: 575.98px) {

  .ghost_button,
  .ghost_button_guides,
  .cta-button {
    width: 100%;
    min-width: 100%;
  }

  .outer-start-providers {
    padding: 15px 0px 25px;
    width: 100%;
  }

  .flex_filters .box {
    color: #333;
    padding: 4px 4px;
    padding-right: 18px;
  }

  .blogguies-list-card {
    min-height: unset;
  }
}

@media (max-width: 350.98px) {

  .flex_filters .box {
    font-size: 13px;
  }

  .flex_filters .box {
    padding: 4px 2px;
    padding-right: 15px;
  }
}


.breadcrubms-blog-sep .blog-guides-details p,
.breadcrubms-blog-sep .blog-guides-details ul li,
.breadcrubms-blog-sep .blog-guides-details ol li {
  line-height: 1.5;
}

.breadcrubms-blog-sep .blog-guides-details h1,
.breadcrubms-blog-sep .blog-guides-details h2,
.breadcrubms-blog-sep .blog-guides-details h3,
.breadcrubms-blog-sep .blog-guides-details h4,
.breadcrubms-blog-sep .blog-guides-details h5,
.breadcrubms-blog-sep .blog-guides-details h6 {
  line-height: 1.2;
}

 .breadcrubms-blog-sep .breadcrub-section-top h1 {
    font-size: 36px;
  }
  .breadcrubms-blog-sep .blog-guides-details h2 {
    font-size: 30px;

  }
  .breadcrubms-blog-sep .blog-guides-details h3 {
    font-size: 26px;

  }

  .breadcrubms-blog-sep .blog-guides-details h4 {
    font-size: 20px;

  }

  .breadcrubms-blog-sep .blog-guides-details h5 {
    font-size: 20px;

  }

  .breadcrubms-blog-sep .blog-guides-details h6 {
    font-size: 20px;

  }
    .breadcrubms-blog-sep .blog-guides-details ul li, 
    .breadcrubms-blog-sep .blog-guides-details ol li  {
    font-size: 16px;

    }
    .breadcrubms-blog-sep .blog-guides-details small, 
    .breadcrubms-blog-sep .blog-guides-details caption {
    font-size: 16px;

    }
   body .breadcrubms-blog-sep .blog-guides-content-details  p {
    font-size: 16px;
     color: #212F78 !important;
  }
   body .breadcrubms-blog-sep .blog-guides-content-details  p  a{
    text-decoration: underline;

   }
    body .breadcrubms-blog-sep .blog-guides-content-details  p  strong{
      font-weight: 600;
    }
   body .breadcrubms-blog-sep .blog-guides-content-details  p  a:hover{
    color: #FFE146;
    text-decoration: underline;
   }
   section.section_broadband_deals .owl-carousel .owl-dots.disabled,    section.section_broadband_deals  .owl-carousel .owl-nav.disabled {
display: block;
   }
/* blog add css */
@media (max-width: 767.98px) {
.breadcrubms-blog-sep .breadcrub-section-top h1 {
    font-size: 30px;
  }
  .breadcrubms-blog-sep .blog-guides-content-details h2 {
    font-size: 24px;

  }
  .breadcrubms-blog-sep .blog-guides-content-details h3 {
    font-size: 22px;

  }

  .breadcrubms-blog-sep .blog-guides-content-details h4 {
    font-size: 18px;

  }

  .breadcrubms-blog-sep .blog-guides-content-details h5 {
    font-size: 18px;

  }

  .breadcrubms-blog-sep .blog-guides-content-details h6 {
    font-size: 18px;

  }
    .breadcrubms-blog-sep .blog-guides-content-details ul li, 
    .breadcrubms-blog-sep .blog-guides-content-details ol li  {
    font-size: 16px;

    }
  .breadcrubms-blog-sep .blog-guides-content-details small,
.breadcrubms-blog-sep .blog-guides-content-details caption {
  font-size: 14px;
}

   body .breadcrubms-blog-sep p {
    font-size: 16px;
  }
}