/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: transparent;
}

.Title {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 0.9em;
  color: #000;
  letter-spacing: -0.5px;
}

.Title.Title--l {
  font-size: 22px;
  font-weight: 700;
}

.Title.Title--xxs {
  font-size: 12px;
}

.Title.Title--xs {
  font-size: 14px;
}

.Title.Title--s {
  font-size: 15px;
}

.Title.Title--m {
  font-size: 16px;
}

.Title.Title--ml {
  font-size: 18px;
  font-weight: 900;
}

.Title.Title--xl {
  font-size: 28px;
  font-weight: 900;
}

.Title.Title--xxl {
  font-size: 30px;
  font-weight: 900;
}

.Text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1em;
  color: #000;
}

.Text.Text--xl {
  font-size: 22px;
  font-weight: 700;
}

.Text.Text--l {
  font-size: 18px;
}

.Text.Text--ml {
  font-size: 15px;
}
.Text.Text--m {
  font-size: 13px;
}

.Text.Text--sm {
  font-size: 12px;
}

.Text.Text--s {
  font-size: 11px;
}

.Widget {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  overflow: hidden;
  width: 1px;
  min-width: 100%;
  *width: 100%;
}
.Widget.Widget--rns2 {
  height: 100vh;
  overflow: hidden;
}
.Widget.Widget--pricing2 {
  height: 100%;
}

.Widget.Widget--newsletter {
  height: 100px;
}

.Widget-data {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}

.Hr {
  border-bottom: 2px solid #000;
}

.LinkBlock {
  display: block;
  text-decoration: none;
}

.Company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Company .Company-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  font-size: 9px;
}

.Company .Company-data {
  margin-left: 8px;
}

.Company .Company-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.List {
  list-style: none;
  padding: 0;
  margin: 0;
}
.List.List--scroll {
  padding: 0 12px;
}

.List .List-item {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.List li {
  border-top: 1px solid #000;
}

.List.List--b li {
  border-top: 0;
  border-bottom: 1px solid #000;
}

.List li:last-child {
  border-bottom: 1px solid #000;
}

.Pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 27px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Pill.Pill--m {
  height: 30px;
}

.Pill.Pill--l {
  height: 33px;
}

.Price-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -2px;
}

.Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Row.Row--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Row.Row--end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Box.Box--end {
  align-self: flex-end;
  flex: 0 0 130px;
  text-align: right;
}

@media (max-width: 180px){
  .Row.Box .Company {
    display:none;
  }
  .Row.Box .Title--s {

  }
  .Row.Box .Widget-data .Title--xl {
    font-size: 21px;
  }
}

.Col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.Box {
  padding: 8px 10px;
}

.Box--l {
  padding: 16px 12px;
}

.Box--m {
  padding: 16px 12px 0;
}

.Box.Box--col {
  padding-right: 0;
}

.Box.Box--row {
  padding-top: 0;
}

.Vline {
  border-left: 1px solid #000;
  padding-left: 8px;
}

.Scroller {
  width: 100%;
  height: 200px;
  overflow-y: auto;

  position: relative;
}

.RnsScroller {
  width: 100%;
  height: calc(100vh - 72px);
  overflow-y: auto;
  position: relative;
}

.Tabler {
  width: 100%;
  border-collapse: collapse;
}
.Tabler thead th {
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
  background-color: #fff;
  height: 20px;
  vertical-align: middle;
}
.Tabler td {
  overflow: hidden;
  height: 20px;
  vertical-align: middle;
}
.Tabler tr:hover {
  background-color: #efefef;
}
.Tabler tr + tr {
  border-top: 1px solid #000;
}

.TabContent {
  height: 200px;
  overflow: hidden;
}

.Vox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 28px;
}

.Vox.Vox--l {
  height: 33px;
}

.Vox .Vox-svg {
  margin-left: 12px;
  margin-bottom: -3px;
}

.Vox .Vox-svg g > * {
  fill: #000;
}

.Divider {
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Tab {
  border-bottom: 1px solid #000;
  text-align: center;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.Tab.is-active {
  background-color: #000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.Widget .Text.Tab.is-active {
  color: #fff;
}

.u-spacer {
  margin-top: 3px;
}

.u-spacer-m {
  margin-top: 6px;
}

.u-spacer-l {
  margin-top: 8px;
}

.u-bottom-l {
  margin-bottom: 8px;
}

.u-margin-l {
  margin-left: 18px;
}

.u-block {
  display: block;
}

.u-strong {
  font-weight: 700;
}

.u-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-lines-2 {
  height: 2em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.u-lines-3 {
  height: 3.05em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.u-lines-1 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.u-nowrap {
  white-space: nowrap;
}

.u-h100 {
  height: 100%;
}

.u-w100 {
  width: 100%;
}

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

.u-down {
  color: #d30613 !important;
}

.u-up {
  color: #36a9e1 !important;
}

/*
export default {
  font: {
    default: `"Roboto Condensed", sans-serif`
  },
  color: {
    border: `#95a9b6`,
    text: `#135d80`,
    main: `#aabecb`,
    light: `#e0e7ec`,
    dark: `#135d80`,
    accent: `#23a9de`,
    positive: `#008640`,
    negative: `#ff0000`,
    shadow: `rgba(0,0,0,.25)`
  }
};
*/

.InputEmail {
  font-family: "Roboto Condensed", sans-serif;
  border: 1px solid #95a9b6;
  width: 300px;
  border-radius: 2px;
  padding: 0.446rem;
  color: #135d80;
  font-size: 16px;
  margin-right: 10px;
  flex: 1;
}

.InputEmail:invalid {
  box-shadow: none;
  outline: 0;
}

.Button {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  background-color: #3a9535;
  color: #fff;
  border: 0;
  padding: 0.37em 2rem;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  font-size: 18px;

  cursor: pointer;
}

.FormEmail {
  display: flex;
}

.CheckLabel {
  display: flex;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
}

.CheckLabel input {
  margin: 0 8px;
}

/* color 1 */

.Widget.Widget--color1 {
  border-color: rgba(20, 98, 125, 1);
  background-color: #fff;
}

.Widget.Widget--color1 .Title,
.Widget.Widget--color1 .Text {
  color: rgba(20, 98, 125, 1);
}
.Widget.Widget--color1 .Tab.is-active {
  background-color: rgba(20, 98, 125, 1);
}
.Widget.Widget--color1 .Hr {
  border-color: rgba(20, 98, 125, 1);
}
.Widget.Widget--color1 .Tabler tr + tr,
.Widget.Widget--color1 .List li,
.Widget.Widget--color1 .List li:last-child {
  border-color: rgba(20, 98, 125, 0.4);
}

.Widget.Widget--color1 .SvgIcon g > * {
  fill: rgba(20, 98, 125, 1);
}

/* color 2 */

.Widget.Widget--color2 {
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(20, 98, 125, 1);
}

.Widget.Widget--color2 .Title,
.Widget.Widget--color2 .Text {
  color: rgba(255, 255, 255, 1);
}

.Widget.Widget--color2 .Tabler thead th {
  background-color: rgba(20, 98, 125, 1);
  color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color2 .Tab.is-active {
  color: rgba(20, 98, 125, 1);
  background-color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color2 .Tab,
.Widget.Widget--color2 .Hr {
  border-color: rgba(209, 216, 211, 1);
}
.Widget.Widget--color2 .Tabler tr + tr,
.Widget.Widget--color2 .Vline,
.Widget.Widget--color2 .List li,
.Widget.Widget--color2 .List li:last-child {
  border-color: rgba(209, 216, 211, 1);
}

.Widget.Widget--color2 .SvgIcon g > * {
  fill: rgba(255, 255, 255, 1);
}

/* color 3 */

.Widget.Widget--color3 {
  border-color: rgba(30, 81, 53, 1);
  background-color: rgba(213, 234, 213, 1);
}

.Widget.Widget--color3 .Title,
.Widget.Widget--color3 .Text {
  color: rgba(30, 81, 53, 1);
}

.Widget.Widget--color3 .Tabler thead th {
  background-color: rgba(213, 234, 213, 1);
  color: rgba(30, 81, 53, 1);
}
.Widget.Widget--color3 .Tab.is-active {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(30, 81, 53, 1);
}
.Widget.Widget--color3 .Tab,
.Widget.Widget--color3 .Hr {
  border-color: rgba(30, 81, 53, 1);
}
.Widget.Widget--color3 .Tabler tr + tr,
.Widget.Widget--color3 .Vline,
.Widget.Widget--color3 .List li,
.Widget.Widget--color3 .List li:last-child {
  border-color: rgba(179, 213, 179, 1);
}

.Widget.Widget--color3 .SvgIcon g > * {
  fill: rgba(30, 81, 53, 1);
}

/* color 4 */

.Widget.Widget--color4 {
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(30, 81, 53, 1);
}

.Widget.Widget--color4 .Title,
.Widget.Widget--color4 .Text {
  color: rgba(255, 255, 255, 1);
}

.Widget.Widget--color4 .Tabler thead th {
  background-color: rgba(30, 81, 53, 1);
  color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color4 .Tab.is-active {
  color: rgba(30, 81, 53, 1);
  background-color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color4 .Tab,
.Widget.Widget--color4 .Hr {
  border-color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color4 .Tabler tr + tr,
.Widget.Widget--color4 .Vline,
.Widget.Widget--color4 .List li,
.Widget.Widget--color4 .List li:last-child {
  border-color: rgba(255, 255, 255, 1);
}

.Widget.Widget--color4 .SvgIcon g > * {
  fill: rgba(255, 255, 255, 1);
}

/* color 5 */

.Widget.Widget--color5 {
  border-color: rgba(251, 186, 0, 1);
  background-color: rgba(255, 236, 197, 1);
}

.Widget.Widget--color5 .Title,
.Widget.Widget--color5 .Text {
  color: rgba(251, 186, 0, 1);
}

.Widget.Widget--color5 .Tabler thead th {
  background-color: rgba(255, 236, 197, 1);
  color: rgba(251, 186, 0, 1);
}
.Widget.Widget--color5 .Tab.is-active {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(251, 186, 0, 1);
}
.Widget.Widget--color5 .Tab,
.Widget.Widget--color5 .Hr {
  border-color: rgba(251, 186, 0, 1);
}
.Widget.Widget--color5 .Tabler tr + tr,
.Widget.Widget--color5 .Vline,
.Widget.Widget--color5 .List li,
.Widget.Widget--color5 .List li:last-child {
  border-color: rgba(251, 186, 0, 1);
}

.Widget.Widget--color5 .SvgIcon g > * {
  fill: rgba(251, 186, 0, 1);
}

/* color 6 */

.Widget.Widget--color6 {
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(251, 186, 0, 1);
}

.Widget.Widget--color6 .Title,
.Widget.Widget--color6 .Text {
  color: rgba(255, 255, 255, 1);
}

.Widget.Widget--color6 .Tabler thead th {
  background-color: rgba(251, 186, 0, 1);
  color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color6 .Tab.is-active {
  color: rgba(251, 186, 0, 1);
  background-color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color6 .Tab,
.Widget.Widget--color6 .Hr {
  border-color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color6 .Tabler tr + tr,
.Widget.Widget--color6 .Vline,
.Widget.Widget--color6 .List li,
.Widget.Widget--color6 .List li:last-child {
  border-color: rgba(255, 255, 255, 1);
}

.Widget.Widget--color6 .SvgIcon g > * {
  fill: rgba(255, 255, 255, 1);
}

/* color 7 */

.Widget.Widget--color7 {
  border-color: rgba(127, 85, 152, 1);
  background-color: rgba(217, 204, 226, 1);
}

.Widget.Widget--color7 .Title,
.Widget.Widget--color7 .Text {
  color: rgba(68, 36, 86, 1);
}

.Widget.Widget--color7 .Tabler thead th {
  background-color: rgba(217, 204, 226, 1);
  color: rgba(68, 36, 86, 1);
}
.Widget.Widget--color7 .Tab.is-active {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(68, 36, 86, 1);
}
.Widget.Widget--color7 .Tab,
.Widget.Widget--color7 .Hr {
  border-color: rgba(68, 36, 86, 1);
}
.Widget.Widget--color7 .Tabler tr + tr,
.Widget.Widget--color7 .Vline,
.Widget.Widget--color7 .List li,
.Widget.Widget--color7 .List li:last-child {
  border-color: rgba(127, 85, 152, 1);
}

.Widget.Widget--color7 .SvgIcon g > * {
  fill: rgba(68, 36, 86, 1);
}

/* color 8 */

.Widget.Widget--color8 {
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(68, 36, 86, 1);
}

.Widget.Widget--color8 .Title,
.Widget.Widget--color8 .Text {
  color: rgba(255, 255, 255, 1);
}

.Widget.Widget--color8 .Tabler thead th {
  background-color: rgba(68, 36, 86, 1);
  color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color8 .Tab.is-active {
  color: rgba(68, 36, 86, 1);
  background-color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color8 .Tab,
.Widget.Widget--color8 .Hr {
  border-color: rgba(255, 255, 255, 1);
}
.Widget.Widget--color8 .Tabler tr + tr,
.Widget.Widget--color8 .Vline,
.Widget.Widget--color8 .List li,
.Widget.Widget--color8 .List li:last-child {
  border-color: rgba(255, 255, 255, 1);
}

.Widget.Widget--color8 .SvgIcon g > * {
  fill: rgba(255, 255, 255, 1);
}

/* color 9 */

.Widget.Widget--color9 {
  border-color: #289be1;
  /* background-color: rgba(68, 36, 86, 1);*/
}

.Widget.Widget--color9 .Title,
.Widget.Widget--color9 .Text {
  color: #289be1;
}

/* .Widget.Widget--color9 .Tabler thead th {
  background-color: rgba(68, 36, 86, 1);
  color: rgba(255, 255, 255, 1);
} */
.Widget.Widget--color9 .Tab.is-active {
  /* color: rgba(68, 36, 86, 1); */
  background-color: #289be1;
}
.Widget.Widget--color9 .Tab,
.Widget.Widget--color9 .Hr {
  border-color: #289be1;
}
.Widget.Widget--color9 .Tabler tr + tr,
.Widget.Widget--color9 .Vline,
.Widget.Widget--color9 .List li,
.Widget.Widget--color9 .List li:last-child {
  border-color: #289be1;
}

.Widget.Widget--color9 .SvgIcon g > * {
  fill: #289be1;
}

/* color 10 */

.Widget.Widget--color10 {
  border-color: #1b9286;
  /* background-color: rgba(68, 36, 86, 1);*/
}

.Widget.Widget--color10 .Title,
.Widget.Widget--color10 .Text {
  color: #1b9286;
}

/* .Widget.Widget--color9 .Tabler thead th {
  background-color: rgba(68, 36, 86, 1);
  color: rgba(255, 255, 255, 1);
} */
.Widget.Widget--color10 .Tab.is-active {
  /* color: rgba(68, 36, 86, 1); */
  background-color: #1b9286;
}
.Widget.Widget--color10 .Tab,
.Widget.Widget--color10 .Hr {
  border-color: #1b9286;
}
.Widget.Widget--color10 .Tabler tr + tr,
.Widget.Widget--color10 .Vline,
.Widget.Widget--color10 .List li,
.Widget.Widget--color10 .List li:last-child {
  border-color: #1b9286;
}

.Widget.Widget--color10 .SvgIcon g > * {
  fill: #1b9286;
}

/* color 11 */

.Widget.Widget--color11 {
  border-color: #333;
  background-color: #ebf3d8;
}

.Widget.Widget--color11 .Title,
.Widget.Widget--color11 .Text {
  color: #333;
}

/* .Widget.Widget--color9 .Tabler thead th {
  background-color: rgba(68, 36, 86, 1);
  color: rgba(255, 255, 255, 1);
} */
.Widget.Widget--color11 .Tab.is-active {
  /* color: rgba(68, 36, 86, 1); */
  background-color: #333;
}
.Widget.Widget--color11 .Tab,
.Widget.Widget--color11 .Hr {
  border-color: #333;
}
.Widget.Widget--color11 .Tabler tr + tr,
.Widget.Widget--color11 .Vline,
.Widget.Widget--color11 .List li,
.Widget.Widget--color11 .List li:last-child {
  border-color: #333;
}

.Widget.Widget--color11 .SvgIcon g > * {
  fill: #333;
}

/* color 12 */

.Widget.Widget--color12 {
  border-color: #052d72;
  /* background-color: rgba(68, 36, 86, 1);*/
}

.Widget.Widget--color12 .Title,
.Widget.Widget--color12 .Text {
  color: #052d72;
}

/* .Widget.Widget--color9 .Tabler thead th {
  background-color: rgba(68, 36, 86, 1);
  color: rgba(255, 255, 255, 1);
} */
.Widget.Widget--color12 .Tab.is-active {
  /* color: rgba(68, 36, 86, 1); */
  background-color: #052d72;
}
.Widget.Widget--color12 .Tab,
.Widget.Widget--color12 .Hr {
  border-color: #052d72;
}
.Widget.Widget--color12 .Tabler tr + tr,
.Widget.Widget--color12 .Vline,
.Widget.Widget--color12 .List li,
.Widget.Widget--color12 .List li:last-child {
  border-color: #052d72;
}

.Widget.Widget--color12 .SvgIcon g > * {
  fill: #052d72;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0.8;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}