/*!
 * Bootstrap v4.4.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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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, "Noto Sans", 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "\2014\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-wrap: 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: 992px) {
  .container {
    max-width: 960px;
  }
}

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  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.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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 textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' 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.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

.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(220, 53, 69, 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: #dc3545;
}

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

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: 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;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}

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

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

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

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

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

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  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 {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  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: #ffc107;
  border-color: #ffc107;
}

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

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

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

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  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: #007bff;
  border-color: #007bff;
}

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

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #ffc107;
  border-color: #ffc107;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  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: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

.fade {
  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-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 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: 992px) {
  .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;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

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

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

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

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

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

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .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.25rem;
  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.25rem;
  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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-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.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  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;
  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, -webkit-transform 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;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  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.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  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(0, 123, 255, 0.25);
}

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

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

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

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

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

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

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

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

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

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}

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

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
  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: #007bff;
}

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

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

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

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

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

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

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

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

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  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,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card: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 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 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: -ms-flexbox;
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 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) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: 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: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

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

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

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

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

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

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

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

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

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

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

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

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

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

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

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

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

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

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

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

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

a.badge-dark:focus, a.badge-dark.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: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

.alert-light .alert-link {
  color: #686868;
}

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

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

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

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

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

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

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

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  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 {
  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: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

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

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

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

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

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

.close:hover {
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  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);
  -webkit-backdrop-filter: blur(10px);
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

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

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

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.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: 992px) {
  .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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

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

.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);
  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: 1rem;
  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 {
  -ms-touch-action: pan-y;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-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 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  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: opacity 0s 0.6s;
}

@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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #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;
}

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    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%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(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;
  -webkit-animation: spinner-grow .75s linear infinite;
  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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

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

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

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

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

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

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

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

.border-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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.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: 992px) {
  .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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 992px) {
  .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: 992px) {
  .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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !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: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
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}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}.btn{border:none;line-height:48px;max-height:48px;text-align:center;border-radius:4px;font-size:14px;font-weight:700;text-transform:uppercase;text-decoration:none;padding:0 24px;transition:transform 125ms ease-in-out;max-width:fit-content;outline:none;cursor:pointer;flex-shrink:0}.btn:hover{transform:scale(1.05)}.btn--move-to-right{margin-left:auto}.btn--black{background:#000;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1);color:#fff !important}.btn--black:hover{color:#fff !important}.btn--white{background:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1);color:#000;font-size:12px}.btn--white:hover{color:#000 !important}.btn--ghost{border:1px solid #000;text-align:center;color:#000;font-size:12px;transition:all 125ms ease-in-out}.btn--ghost:hover{background:#000;color:#fff !important}.btn--ghost-green{background:#67CC35;border:1px solid #67CC35;text-align:center;color:#fff !important;font-size:12px;transition:all 125ms ease-in-out}.btn--ghost-green:hover{background:#67CC35;color:#fff !important}.btn--ghost-green i{margin-right:30px}.btn--ghost-white{border:1px solid #fff;text-align:center;color:#fff;font-size:12px;transition:all 125ms ease-in-out}.btn--ghost-white:hover{background:#fff;color:#000 !important}.btn--white-small{color:#000;height:30px;line-height:30px;max-heoght:30px;font-size:12px;font-weight:700;text-transform:uppercase;padding:0 26px;background:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1)}.btn--white-small:hover{color:#000 !important}.btn--purple-blue{color:#fff;font-size:12px;background-image:linear-gradient(102deg, #9b00ff, #1397ff);transition:all 125ms ease-in-out}.btn--purple-blue:hover{color:#fff !important}.btn--pink-purple{color:#fff;font-size:12px;background-image:linear-gradient(102deg, #ff0050, #9b00ff);transition:all 125ms ease-in-out}.btn--pink-purple:hover{color:#fff !important}.btn--yellow{background:#fa0;color:#fff !important;font-size:14px;max-width:100%}.btn--yellow:hover{color:#fff !important}.btn--red{background:#ec1e37;color:#fff !important;font-size:14px;max-width:100%}.btn--red:hover{color:#fff !important}.btn--red i{margin-right:9px}.btn--yellow-orange{color:#fff !important;font-size:12px;background-image:linear-gradient(102deg, #fa0, #ff0050);transition:all 125ms ease-in-out}.btn--yellow-orange:hover{color:#fff !important;background-image:linear-gradient(102deg, #fa0, #ff0050) !important}.btn--pink{background:#ff0050;color:#fff !important;font-size:14px;max-width:100%}.btn--pink:hover{color:#fff !important}.btn--pink-small{background:#ff0050;color:#fff !important;font-size:12px;max-width:100%;line-height:32px;height:32px;padding:0 16px}.btn--pink-small:hover{color:#fff !important}.btn--purple{background:#9b00ff;color:#fff !important;font-size:14px;max-width:100%}.btn--purple:hover{color:#fff !important}.btn--icon-left i{margin-right:10px}.btn--icon-right i{margin-left:10px}.btn.move-to-right{margin-left:auto}.btn:disabled{opacity:0.5}.btn:disabled:hover{text-decoration:none !important;cursor:default !important;transform:none}.gray-link{color:#818181 !important;font-size:14px;align-self:center;border:0;background:transparent;cursor:pointer}.gray-link:hover{text-decoration:underline !important}.gray-link.move-to-right{margin-left:auto}.gray-link:disabled{opacity:0.5}.gray-link:disabled:hover{text-decoration:none !important;cursor:default !important}.download-page-hero{padding:200px 30px 280px;width:100%;overflow:hidden;position:relative}.download-page-hero__title{font-size:56px;text-align:center}.download-page-hero .resolution-container{flex-direction:column}@media (max-width: 768px){.download-page-hero{padding:80px 30px}}.download-page-hero-background{position:absolute;width:100px;height:100px;z-index:-1}.download-page-hero-background--right{background:url("../variants/vortex/images/new_design/hero-right-bg.svg") no-repeat;right:0;height:229px;width:180px}.download-page-hero-background--bottom{background:url("../variants/vortex/images/new_design/hero-right-bg.svg") no-repeat;bottom:-90px;height:229px;width:420px;transform:rotate(120deg)}@media (max-width: 768px){.download-page-hero-background{display:none}}.download-page-devices{margin-top:80px;display:flex;width:100%;justify-content:space-between}.download-page-devices__device{flex-direction:column;display:flex;text-align:center;min-width:33%}.download-page-devices img{object-fit:contain}.download-page-devices .btn{display:none;min-width:200px;margin:72px auto 20px}.download-page-devices .btn i{font-weight:400;font-size:16px;margin-right:6px}.download-page-devices p{display:none;font-size:12px;text-align:center}@media (max-width: 1240px){.download-page-devices__device{max-width:30%}}@media (max-width: 768px){.download-page-devices{flex-direction:column}.download-page-devices__device{max-width:100%;margin:0 auto 50px}.download-page-devices__device:before{display:block;width:200px;height:120px;background:url("../variants/vortex/images/new_design/hero-right-bg.svg") no-repeat;content:'';background-size:contain;position:absolute;user-select:none;z-index:-1}.download-page-devices__device:nth-child(even):before{transform:translateY(35%);right:-155px}.download-page-devices__device:nth-child(odd):before{left:-155px;transform:translateY(35%) rotate(180deg)}.download-page-devices .btn{display:block;min-width:240px;margin:30px auto 20px}.download-page-devices p{display:block}}.download-page-buttons-container{display:flex;justify-content:space-between}@media (max-width: 768px){.download-page-buttons-container{display:none}}.download-page-buttons-container__button{display:flex;flex-direction:column;min-width:33%}.download-page-buttons-container .btn{min-width:200px;margin:72px auto 20px}@media (max-width: 1080px){.download-page-buttons-container .btn{margin-top:50px}}@media (max-width: 980px){.download-page-buttons-container .btn{margin-top:35px}}@media (max-width: 880px){.download-page-buttons-container .btn{margin-top:25px}}.download-page-buttons-container .btn i{font-weight:400;font-size:16px;margin-right:6px}.download-page-buttons-container p{font-size:12px;text-align:center}.download-page-requirements{background:#fff;color:#000;box-sizing:border-box}.download-page-requirements .resolution-container{flex-direction:column;padding:80px 90px 0}@media (max-width: 660px){.download-page-requirements .resolution-container{padding:80px 30px 0}}.requirements-icons{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:120px;width:100%;flex-wrap:wrap}.requirements-icons__icon{font-size:56px;font-weight:800;position:relative;margin-left:80px}.requirements-icons__icon:first-of-type{margin-left:0px}.requirements-icons__icon i{color:#1397ff;font-size:42px;position:absolute;top:9px;left:-80px}.requirements-icons__icon span{font-size:24px;font-weight:400;display:block;width:100%;margin-top:10px}@media (max-width: 940px){.requirements-icons{margin-bottom:80px}.requirements-icons__icon{font-size:40px}.requirements-icons__icon i{font-size:32px;left:-52px;top:4px}}@media (max-width: 768px){.requirements-icons{margin-bottom:60px}.requirements-icons__icon{font-size:32px}.requirements-icons__icon i{font-size:26px;left:-52px;top:4px}}@media (max-width: 660px){.requirements-icons{flex-direction:column}.requirements-icons__icon{margin:0 auto 30px !important;width:200px;font-size:56px}.requirements-icons i{font-size:42px;top:9px;left:-80px}}@media (max-width: 400px){.requirements-icons__icon{padding-left:60px;width:270px}.requirements-icons i{left:-5px}}.requirements-texts{display:flex;flex-direction:row;justify-content:space-between;width:100%}.requirements-texts__column{width:44%;font-size:18px;line-height:28px}.requirements-texts__column p{margin-bottom:40px}.requirements-texts__column p strong{font-weight:800}.requirements-texts__column .btn{display:flex}@media (max-width: 660px){.requirements-texts{flex-direction:column}.requirements-texts__column{width:100%}}.download-devices{width:100%;text-align:center}.download-devices img{margin-bottom:-90px;margin-top:130px;object-fit:contain;max-width:96%}.download-devices img.mobile{display:none}@media (max-width: 660px){.download-devices img.mobile{display:block;width:100%;max-width:100%}.download-devices img.desktop{display:none}}.download-compatible-list{width:100%;padding:170px 30px 80px;background:#9b00ff;display:flex;justify-content:space-between}.download-compatible-list .resolution-container{flex-direction:column}.download-compatible-list h2,.download-compatible-list ul{text-align:center}.download-compatible-list h2{font-size:48px;margin-bottom:63px;font-weight:800}@media (max-width: 768px){.download-compatible-list h2{line-height:46px}}.download-compatible-list ul{padding:0 30px}@media (max-width: 460px){.download-compatible-list ul{padding:0}}.download-compatible-list ul li{font-size:18px;line-height:32px;list-style:square;padding-right:10px;display:inline-block;position:relative}.download-compatible-list ul li::after{content:'';float:right;width:5px;height:5px;background:#fff;border-radius:50%;margin-left:10px;margin-top:15px}.download-compatible-list ul li:last-of-type::after{display:none}.download-compatible-list .btn{margin:50px auto 0}.try-vortex-container{background:#fff;color:#000}.try-vortex-container .resolution-container{flex-direction:column;padding:80px 30px 0}.try-vortex-container h2{font-size:40px;font-weight:800;text-align:center;width:100%}@media (max-width: 768px){.try-vortex-container h2{margin-bottom:40px}}.download-app-hero{padding:200px 30px 280px;width:100%;overflow:hidden;position:relative}.download-app-hero__title{font-size:56px;text-align:left}.download-app-hero__text{padding-right:20px;box-sizing:border-box;width:60%}.download-app-hero__text p{font-size:24px;margin-top:30px}.download-app-hero__text p a{font-weight:500;text-decoration:underline}.download-app-hero__text p+p{margin-top:95px}.download-app-hero__image{max-width:528px;width:40%;object-fit:contain}.download-app-hero .resolution-container{flex-direction:row}@media (max-width: 1170px){.download-app-hero__text{width:50%}.download-app-hero__text p+p{margin-top:50px}.download-app-hero__title{font-size:48px}.download-app-hero__image{width:50%;align-self:baseline}}@media (max-width: 1024px){.download-app-hero__title{font-size:38px}.download-app-hero__text p{font-size:18px}}@media (max-width: 768px){.download-app-hero{padding-top:50px}.download-app-hero .resolution-container{flex-direction:column}.download-app-hero__text{width:100%;order:1}.download-app-hero__text p+p{margin-top:20px}.download-app-hero__image{width:100%;margin:0 auto 40px}.download-app-hero .download-app-hero-background--right{display:none}}.download-app-hero-background{position:absolute;width:100px;height:100px;z-index:-1}.download-app-hero-background--right{background:url("../variants/vortex/images/new_design/hero-right-bg.svg") no-repeat;right:0;height:229px;width:180px}.download-app-hero-background--bottom{background:url("../variants/vortex/images/new_design/hero-right-bg.svg") no-repeat;bottom:-90px;height:229px;width:420px;transform:rotate(120deg)}.download-app-buttons-container{display:flex;justify-content:space-between;width:60%;margin:0 auto}.download-app-buttons-container__button{display:flex;flex-direction:column;min-width:33%}@media (max-width: 1200px){.download-app-buttons-container{width:80%}}@media (max-width: 960px){.download-app-buttons-container{width:100%}}@media (max-width: 768px){.download-app-buttons-container{flex-direction:column}}.download-app-buttons-container .btn{min-width:210px;margin:72px auto 20px}@media (max-width: 768px){.download-app-buttons-container .btn{margin-top:20px;min-width:240px}}.download-app-buttons-container .btn i{font-weight:400;font-size:16px;margin-right:6px}body.privacy{background-color:#ffb800}body.privacy:before{display:block;content:url("../variants/vortex/images/new_design/hero-top-bg.svg");position:absolute;top:0;left:24%;overflow:hidden}@media (max-width: 1024px){body.privacy:before{transform:scaleX(-1) scale(0.65);top:-38px}}@media (max-width: 320px){body.privacy:before{left:17%}}body.privacy:after{width:20%;display:block;content:url(../variants/vortex/images/new_design/hero-right-bg.svg);position:absolute;left:80%;top:240px;overflow:hidden}@media (max-width: 1024px){body.privacy:after{transform:scale(0.7);left:76%;top:180px;width:28%}}.privacy-policy-banner{height:700px;background-color:#ffb800;text-align:center}@media (max-width: 1024px){.privacy-policy-banner{text-align:left;height:auto;width:300px}}.privacy-policy-banner:before{display:block;content:url("../variants/vortex/images/new_design/hero-top-bg.svg");position:absolute;transform:rotate(180deg) scaleX(-1);top:500px;left:25%}@media (max-width: 1024px){.privacy-policy-banner:before{display:none}}.privacy-policy-banner__inside{padding:350px 0;margin-top:-60px}@media (max-width: 1024px){.privacy-policy-banner__inside{padding:170px 25px 80px;margin:auto;width:50%}}@media (max-width: 600px){.privacy-policy-banner__inside{width:70%}}.privacy-policy-banner__inside .vortex-logo{filter:invert(100%);height:72px;width:84px;display:inline-block;margin-right:48px}@media (max-width: 1024px){.privacy-policy-banner__inside .vortex-logo{padding:0;width:60px}}@media (max-width: 600px){.privacy-policy-banner__inside .vortex-logo{width:55px;height:65px}}.privacy-policy-banner__inside h1{font-family:'Barlow', sans-serif;font-size:102px;color:#fff;display:inline-block}@media (max-width: 1024px){.privacy-policy-banner__inside h1{font-size:72px}}@media (max-width: 600px){.privacy-policy-banner__inside h1{font-size:56px}}.privacy-policy-list__section{background-color:#fff}.privacy-policy-list__container{background-color:#fff;width:70%;margin:auto;padding:80px 0 80px 0}ol.privacy-policy-list__list{color:#000;align:center;counter-reset:item}ol.privacy-policy-list__list li{font-family:'Barlow', sans-serif;display:block;font-size:32px;font-weight:800;line-height:1.25;word-spacing:0.1em}ol.privacy-policy-list__list li:before{content:counters(item, ".") " ";counter-increment:item}li.secondary{font-family:'Barlow', sans-serif;font-size:16px !important;font-weight:300 !important;padding:20px 0 20px}li.secondary span{padding-left:50px;display:block;top:-20px;position:relative}.privacy-policy-list__main{margin-left:20px}li.tertiary{font-family:'Barlow', sans-serif;font-size:16px !important;font-weight:300 !important;padding-left:25px}li.tertiary span{display:block;top:-20px;position:relative}body.terms{background-color:#ff0050}body.terms:before{display:block;content:url("../variants/vortex/images/new_design/hero-top-bg.svg");position:absolute;top:0;left:25%;overflow:hidden}@media (max-width: 1024px){body.terms:before{transform:scaleX(-1) scale(0.65);top:-38px}}@media (max-width: 320px){body.terms:before{left:17%}}body.terms:after{display:block;content:url(../variants/vortex/images/new_design/hero-right-bg.svg);position:absolute;left:80%;top:240px;overflow:hidden}@media (max-width: 1024px){body.terms:after{transform:scale(0.7);left:76%;top:225px;width:28%}}body.terms .privacy-policy-banner--pink{height:700px;background-color:#ff0050;text-align:center}@media (max-width: 1024px){body.terms .privacy-policy-banner--pink{text-align:left;height:auto;width:400px}}@media (max-width: 600px){body.terms .privacy-policy-banner--pink{width:300px}}@media (max-width: 1024px){body.terms .privacy-policy-banner--pink .privacy-policy-banner__inside{margin:auto;padding-right:0px;padding-left:0px;width:55% !important}}body.terms .privacy-policy-banner--pink:before{display:block;content:url("../variants/vortex/images/new_design/hero-top-bg.svg");position:absolute;transform:rotate(180deg) scaleX(-1);top:500px;left:25%}@media (max-width: 1024px){body.terms .privacy-policy-banner--pink:before{display:none}}body.terms .privacy-policy-banner--pink .vortex-logo{margin:20px 35px}@media (max-width: 1024px){body.terms .privacy-policy-banner--pink .vortex-logo{margin:0;padding:0;width:60px}}@media (max-width: 600px){body.terms .privacy-policy-banner--pink .vortex-logo{width:55px;height:65px}}body.terms div.terms-banner-header{display:inline-block;text-align:left}body.terms div.terms-banner-header h1{font-family:'Barlow', sans-serif;font-size:102px;color:#fff;display:inline-block}@media (max-width: 1024px){body.terms div.terms-banner-header h1{font-size:72px}}@media (max-width: 600px){body.terms div.terms-banner-header h1{font-size:56px}}body.terms div.terms-banner-header p{font-family:'Barlow', sans-serif;font-size:16px;color:#fff;display:block}@media (max-width: 1024px){body.terms div.terms-banner-header p{font-size:14px}}@media (max-width: 600px){body.terms div.terms-banner-header p{font-size:10px}}.plan-switcher{margin:60px auto 80px;max-width:416px;height:40px;line-height:40px;display:flex;justify-content:center;align-self:center;cursor:pointer}.plan-switcher.right-option .plan-switcher__indicator:after{left:32px}.plan-switcher.animate-plans+.plans{animation-name:plans-animation;animation-duration:1s;animation-iteration-count:1;animation-timig-fuction:cubic-bezier(0.86, 0, 0.07, 1)}@keyframes plans-animation{0%{transform:scale(1)}20%{transform:scale(0)}40%{transform:scale(1)}}.plan-switcher .pink-cloud{top:-10px;right:-30px}.plan-switcher__plan{width:50%;text-align:center;border:1px solid #3f3f3f;border-radius:40px;position:relative;z-index:1;transition:border-color 250ms ease-in-out}.plan-switcher__plan.active{border-color:#fa0;z-index:2;position:relative}.plan-switcher__plan:nth-of-type(1){margin-right:-66px}.plan-switcher__plan:nth-of-type(1) .plan-switcher__plan-name{padding-right:66px}.plan-switcher__plan:nth-of-type(3){margin-left:-66px}.plan-switcher__plan:nth-of-type(3) .plan-switcher__plan-name{padding-left:66px}.plan-switcher__plan-name{pointer-events:none}.plan-switcher__indicator{border:1px solid #fa0;border-radius:40px;width:64px;position:relative;z-index:-1}.plan-switcher__indicator:after{position:absolute;content:'';width:26px;height:26px;background:#fa0;display:block;border-radius:50%;top:6px;left:6px;transition:left 250ms ease-in-out}.plan-switcher__indicator.right:after{left:31px}.pink-cloud{background:#ff0050;height:19px;width:auto;line-height:19px;padding:0 5px;color:#fff;font-size:10px;border-radius:5px;position:absolute;white-space:nowrap;pointer-events:none}.pink-cloud:before{content:'';width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #ff0050;top:19px;position:absolute}.recommended-header{color:#818181;text-transform:uppercase;font-size:12px;position:absolute}@media (max-width: 768px){.recommended-header{display:none}}.plans{display:flex;flex-direction:row;justify-content:space-between;margin-top:120px;transition:transform 250ms ease-in-out, opacity 500ms ease-in-out}.plans.plan-boxes-hovered .plan-box{background:#c9c9c9}.plans.plan-boxes-hovered .plan-box *{transition:all 250ms ease-in-out;opacity:0.7}.plans.plan-boxes-hovered .plan-box:hover{background:#fff}.plans.plan-boxes-hovered .plan-box:hover *{opacity:1}@media (max-width: 768px){.plans{flex-direction:column}}.plans--hidden{opacity:0;height:0;transition:opacity 0ms}.plans .plan-box{background:#fff;display:flex;flex-direction:column;box-sizing:border-box;padding:28px 46px 0;color:#000;max-width:30%;border-radius:5px;flex-grow:1;box-shadow:0 3px 10px 0 rgba(0,0,0,0.2);transition:all 250ms ease-in-out;user-select:none;overflow:hidden}@media (max-width: 1200px){.plans .plan-box{padding:28px 28px 0;max-width:32%}}@media (max-width: 768px){.plans .plan-box{width:100%;max-width:100%;margin-top:0;margin-bottom:20px}}.plans .plan-box .btn{margin-top:auto;border-bottom-left-radius:0;border-bottom-right-radius:0;cursor:pointer;transition:all 125ms ease-in-out}.plans .plan-box .btn--pink{padding:0}@media (max-width: 768px){.plans .plan-box .btn--pink{padding:0}}.plans .plan-box .btn:hover{transform:scale(1.1) translateY(-2px)}.plans .plan-box.recommended{max-width:30%;margin-top:-10px;margin-bottom:-10px;backface-visibility:hidden;padding:38px 46px 0}@media (max-width: 1200px){.plans .plan-box.recommended{padding:38px 32px 0;max-width:32%}}@media (max-width: 768px){.plans .plan-box.recommended{max-width:100%;width:100%;padding:28px 28px 0;margin-top:0;margin-bottom:20px}}.plans .plan-box__header{position:relative;font-weight:800;font-size:16px;line-height:2.75}.plans .plan-box__header--yellow{color:#fa0}.plans .plan-box__header--pink{color:#ff0050}.plans .plan-box__header--purple{color:#9b00ff}.plans .plan-box__header--blue{color:#1397ff}.plans .plan-box__price{font-size:32px;font-weight:800;margin:12px 0 24px;position:relative}@media (max-width: 864px){.plans .plan-box__price{font-size:28px}}@media (max-width: 768px){.plans .plan-box__price{font-size:32px}}.plans .plan-box__price p{display:inline-block}.plans .plan-box__plan-icon{position:absolute;right:0px}@media (max-width: 864px){.plans .plan-box__plan-icon{right:-12px}}@media (max-width: 768px){.plans .plan-box__plan-icon{top:-40px;right:0}.plans .plan-box__plan-icon img{width:65px;height:65px}}.plans .plan-box__plan-icon img{width:35px;height:35px}.plans .plan-box__options{margin-bottom:30px;font-size:16px;line-height:32px}.plans .plan-box__options li{padding-left:20px;position:relative;margin-left:8px}.plans .plan-box__options li.mobile-options{display:none}@media (max-width: 1024px){.plans .plan-box__options li{line-height:18px;margin-bottom:15px}}@media (max-width: 768px){.plans .plan-box__options li{display:block}.plans .plan-box__options li.mobile-options{display:none;padding-left:0;line-height:20px}.plans .plan-box__options li.mobile-options:before{display:none}.plans .plan-box__options li.mobile-options .disabled{display:none}}.plans .plan-box__options li:before{content:"\f00c";font-family:"Font Awesome 5 Pro";display:block;position:absolute;left:-10px}.plans .plan-box__options li.disabled{color:#bfbfbf}.plans .plan-box__options li.disabled:before{content:"\f00d";color:#bfbfbf !important;font-family:"Font Awesome 5 Pro";display:block;position:absolute;left:-8px}.plans .plan-box__options li.play-hours:before{font-family:'Barlow', sans-serif;font-weight:800;color:#000 !important;display:none;position:absolute}.plans .plan-box__options li.play-hours--hours-5:before{content:"5";left:-8px}.plans .plan-box__options li.play-hours--hours-25:before{content:"25";left:-12px}.plans .plan-box__options li.play-hours--hours-50:before{content:"50";left:-12px}.plans .plan-box__options li.soon:before{display:none}.plans .plan-box__options li.soon .soon-icon{display:inline-block}.plans .plan-box__options li .soon-icon{display:none;position:absolute;left:-21px;width:34px;height:16px;color:#fff;border-radius:2px;text-align:center;text-transform:uppercase;font-size:11px;line-height:16px;padding:0 2px;font-weight:800;top:9px}@media (max-width: 768px){.plans .plan-box__options li .soon-icon{top:2px}}.plans .plan-box__options li .soon-icon--yellow{background:#ffb800}.plans .plan-box__options li .soon-icon--pink{background:#ff0050}.plans .plan-box__options li .soon-icon--purple{background:#9b00ff}.plans .plan-box__options li .amount{font-weight:800;position:absolute;left:-23px;width:30px;text-align:right}.plans .plan-box__options li .additional-text{font-size:12px;line-height:14px;font-weight:800;display:block}@media (max-width: 768px){.plans .plan-box__options li .additional-text{margin-top:5px}}.plans .plan-box__options li.games-in-library:before{display:none}.plans .plan-box__options li.additional-hour:before{font-family:'Barlow', sans-serif;font-weight:800;color:#000 !important;display:block;position:absolute;top:0}.plans .plan-box__options li.additional-hour--hour-2:before{content:"$2";left:-12px}.plans .plan-box__options li.additional-hour--hour-15:before{content:"$1.5";left:-20px}.plans .plan-box__options li.additional-hour--hour-1:before{content:"$1";left:-12px}.plans .plan-box__options.yellow li:before{color:#fa0}.plans .plan-box__options.pink li:before{color:#ff0050}.plans .plan-box__options.purple li:before{color:#9b00ff}.plans .plan-box__timing{font-size:16px;font-weight:400}.plans .plan-box .recommended-header{left:0px;top:-18px}h2{font-size:40px;line-height:56px;font-weight:800}@media (max-width: 768px){h2{font-size:32px;line-height:32px}}.login-register-container{width:100%;max-width:100vw;min-height:100vh;height:auto;background:#fff;display:block;position:relative;overflow:hidden}.login-register-success-container{width:100%;max-width:100vw;height:100vh;background:#fff;display:block;position:relative;overflow:hidden}.login-register-qt-success-container{width:100%;max-width:100vw;height:100vh;background:#fff;display:block;position:relative;overflow:hidden}.login-register-switcher{width:320px;position:relative;height:56px;margin-bottom:70px}@media (max-width: 768px){.login-register-switcher{margin-bottom:30px;margin-top:40px}}.login-register-switcher__content{font-size:48px;line-height:56px;font-weight:800;color:#c9c9c9;white-space:nowrap;position:absolute}@media (max-width: 1024px){.login-register-switcher__content{font-size:34px}}.login-register-switcher__content a{cursor:pointer;margin-right:50px}.login-register-switcher__content a.active{color:#ffb800}.lr-section{left:100%;position:absolute;display:flex;width:100%;min-height:100vh;height:auto;flex-direction:row;transition:left 250ms ease-in-out, z-index 250ms ease-in-out, opacity 250ms ease-in-out}.lr-section.lr-success{left:0}.lr-section.lr-qt-success .lr-title-container{order:1 !important}.lr-section .lr-form-container{width:60%;min-height:100vh;height:auto;color:#000;background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:30px 0}@media (max-width: 768px){.lr-section .lr-form-container{width:100%}}.lr-section .lr-form-container .lr-thank-you-page__content{width:342px;display:flex;flex-direction:column}.lr-section .lr-form-container .lr-thank-you-page__content h2{color:#ff0050;font-size:56px;margin-bottom:50px}@media (max-width: 768px){.lr-section .lr-form-container .lr-thank-you-page__content h2{line-height:1 !important}}.lr-section .lr-form-container .lr-thank-you-page__content p{padding:0 0 25px;font-size:16px;line-height:24px}.lr-section .lr-form-container .lr-thank-you-page__content .btn{margin-top:80px}.lr-section .lr-form-container .lr-thank-you-page__content .change-plan{padding-bottom:89px;color:#818181;font-size:14px}.lr-section .lr-form-container .lr-thank-you-page__content .change-plan i{margin-right:12px}.lr-section .lr-form-container .lr-thank-you-page__content .btn--black{color:#fff !important}.lr-section .lr-form-container .lr-qt-thank-you-page__content{width:342px;display:flex;flex-direction:column}.lr-section .lr-form-container .lr-qt-thank-you-page__content h2{color:#ffb800;font-size:56px;margin-bottom:50px}.lr-section .lr-form-container .lr-qt-thank-you-page__content p{padding:0 0 25px;font-size:16px;line-height:24px}.lr-section .lr-form-container .lr-qt-thank-you-page__content .btn{margin-top:80px}.lr-section .lr-form-content{display:none;width:320px}@media (max-width: 350px){.lr-section .lr-form-content{width:300px}}.lr-section .lr-form-content p{font-size:16px}.lr-section .lr-form-content--reset h2{margin-bottom:65px}.lr-section .lr-form-content--reset h2+p{margin-bottom:80px}.lr-section .lr-form-content--reset .btn+p{margin-top:45px}@media (max-width: 768px){.lr-section .lr-form-content--reset h2{margin-bottom:30px;margin-top:40px}.lr-section .lr-form-content--reset h2+p{margin-bottom:30px}.lr-section .lr-form-content--reset .btn+p{margin-top:30px}}.lr-section .lr-title-container{position:relative;overflow:hidden;width:40%;min-height:100%;display:flex;justify-content:center;align-items:center;padding:0 30px}@media (max-width: 768px){.lr-section .lr-title-container{display:none}}.lr-section .lr-title-container--yellow{background:#ffb800}.lr-section .lr-title-container--pink{background:#ff0050;order:1}.lr-section .lr-title-container--azure{background:#1397ff}.lr-section .lr-title-container--purple{background:#9b00ff}.lr-section .lr-content-title-container{z-index:1;position:relative;font-size:118px;line-height:106px;max-width:620px}.lr-section .lr-content-title-container img{margin-bottom:30px}@media (max-width: 1440px){.lr-section .lr-content-title-container{font-size:80px;line-height:62px}}@media (max-width: 1280px){.lr-section .lr-content-title-container{font-size:70px;line-height:56px}}@media (max-width: 960px){.lr-section .lr-content-title-container{font-size:55px;line-height:46px}}.lr-section .lr-background-title-container{position:absolute;width:100%;height:100%;z-index:0;user-select:none}.lr-section .lr-background-title-container__top{position:absolute;top:0;right:15%}.lr-section .lr-background-title-container__bottom{position:absolute;transform:rotateZ(180deg) rotateY(180deg);bottom:0;left:15%}.lr-form-container .validation-summary-errors{background:#dc3d3d;color:#fff;padding:18px 10px 21px;margin:20px 0;border:1px solid #dc3d3d;text-align:center;position:relative;border-radius:5px}.lr-form-container .validation-summary-errors li{padding:3px 24px 3px 54px;text-align:left;font-weight:500;position:relative}.lr-form-container .validation-summary-errors li:before{font-family:"Font Awesome 5 Pro";content:"\f06a";display:block;position:absolute;margin-right:16px;left:16px}.lr-form-container .form-messages-wrap p{background:#dc3d3d;color:#fff;margin:20px 0;border:1px solid #dc3d3d;text-align:center;position:relative;border-radius:5px;padding:18px 24px 21px 64px;text-align:left;font-weight:500;position:relative}.lr-form-container .form-messages-wrap p:before{font-family:"Font Awesome 5 Pro";content:"\f06a";display:block;position:absolute;margin-right:16px;left:24px}.lr-form-container .form-messages-wrap p.success{background:#67CC35;border:1px solid #67CC35}.lr-form-container .account-actions-form{display:flex;flex-direction:column;width:100%}.lr-form-container .account-actions-form .input-wrap{display:flex;flex-direction:column;position:relative;margin-bottom:24px}.lr-form-container .account-actions-form .input-wrap.error{margin-bottom:16px}.lr-form-container .account-actions-form .input-wrap.error input:not([type='checkbox']){border:1px solid #dc3d3d}.lr-form-container .account-actions-form .input-wrap.error span.text-error{color:#dc3d3d;font-size:12px;line-height:24px}.lr-form-container .account-actions-form .options-wrap{display:flex;justify-content:space-between;margin-bottom:24px}.lr-form-container .account-actions-form .options-wrap a{cursor:pointer}.lr-form-container .account-actions-form .options-wrap label{position:relative;top:0;left:0;font-size:14px;color:#000;opacity:1;font-weight:400;text-transform:none}.lr-form-container .account-actions-form .options-wrap label input{position:absolute;top:2px;margin:0 7px 0 0;float:left}.lr-form-container .account-actions-form .options-wrap label span{padding-left:20px;display:inline-block;line-height:16px}.lr-form-container .account-actions-form label{position:absolute;top:0;font-size:9px;font-weight:600;color:#7f7f7f;transition:all 250ms ease-in-out;top:8px;left:15px;text-transform:uppercase;opacity:0}.lr-form-container .account-actions-form input:not([type='checkbox']){box-sizing:border-box;width:100%;height:56px;border-radius:5px;padding:0 15px;border:solid 1px #cdcdcd;background-color:white !important;background-image:none !important;color:black !important;transition:all 250ms ease-in-out;font-size:16px}.lr-form-container .account-actions-form input:not([type='checkbox']).with-icon{padding-left:40px}.lr-form-container .account-actions-form input:not([type='checkbox']).with-icon.username{background:url("../variants/vortex/images/new_design/user-gray.png") 12px 18px no-repeat !important}.lr-form-container .account-actions-form input:not([type='checkbox']).with-icon.password{background:url("../variants/vortex/images/new_design/lock-gray.png") 12px 18px no-repeat !important}.lr-form-container .account-actions-form input:not([type='checkbox'])::placeholder,.lr-form-container .account-actions-form input:not([type='checkbox']):-ms-input-placeholder,.lr-form-container .account-actions-form input:not([type='checkbox']) ::-ms-input-placeholder{color:#7e7e7e;opacity:1}.lr-form-container .account-actions-form input:not([type='checkbox']):active,.lr-form-container .account-actions-form input:not([type='checkbox']):focus{border:1px solid #ffb800;outline:none;padding-top:10px;height:56px}.lr-form-container .account-actions-form input:not([type='checkbox']):active+label,.lr-form-container .account-actions-form input:not([type='checkbox']):focus+label{color:#ffb800;opacity:1}.lr-form-container .account-actions-form input:not([type='checkbox']):active.with-icon.username,.lr-form-container .account-actions-form input:not([type='checkbox']):focus.with-icon.username{background:url("../variants/vortex/images/new_design/user-black.png") 12px 24px no-repeat !important}.lr-form-container .account-actions-form input:not([type='checkbox']):active.with-icon.password,.lr-form-container .account-actions-form input:not([type='checkbox']):focus.with-icon.password{background:url("../variants/vortex/images/new_design/lock-black.png") 12px 24px no-repeat !important}.lr-form-container .account-actions-form .input-filled input:not([type='checkbox']){padding-top:10px}.lr-form-container .account-actions-form .input-filled input:not([type='checkbox']).with-icon.username{background:url("../variants/vortex/images/new_design/user-black.png") 12px 24px no-repeat !important}.lr-form-container .account-actions-form .input-filled input:not([type='checkbox']).with-icon.password{background:url("../variants/vortex/images/new_design/lock-black.png") 12px 24px no-repeat !important}.lr-form-container .account-actions-form .input-filled input:not([type='checkbox']):active.username,.lr-form-container .account-actions-form .input-filled input:not([type='checkbox']):focus.username{background:url("../variants/vortex/images/new_design/user-black.png") 12px 24px no-repeat !important}.lr-form-container .account-actions-form .input-filled input:not([type='checkbox']):active.password,.lr-form-container .account-actions-form .input-filled input:not([type='checkbox']):focus.password{background:url("../variants/vortex/images/new_design/lock-black.png") 12px 24px no-repeat !important}.lr-form-container .account-actions-form .input-filled label{opacity:1}.lr-form-container .account-actions-form label input[type=checkbox]{display:none}.lr-form-container .account-actions-form label input[type=checkbox]+span{cursor:pointer}.lr-form-container .account-actions-form label input[type=checkbox]+span:before{position:absolute;left:0;font-family:"Font Awesome 5 Pro";content:"\f0c8";display:block}.lr-form-container .account-actions-form label input[type=checkbox]:checked+span:before{content:"\f14a";font-weight:800}.lr-form-container .account-actions-form input:-webkit-autofill,.lr-form-container .account-actions-form input:focus:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #fff inset}.lr-form-container .account-actions-form .btn{min-width:175px}.lr-form-container .account-actions-form span.terms-info{display:none;background:white;position:relative}.lr-form-container .account-actions-form button{cursor:pointer;margin-top:24px}.lr-form-container .account-actions-form button:after{opacity:0;display:none;content:'Please accept our terms of use first';position:absolute;color:black;width:100%;background:#fff;left:0;border-radius:3px;border:1px solid #000;font-size:14px;text-transform:none;margin-top:10px;padding:10px;transition:all 250ms ease-in-out;line-height:16px;font-weight:400}.lr-form-container .account-actions-form button:disabled{opacity:1;background:#bfbfbf}.lr-form-container .account-actions-form button:disabled:hover{transform:scale(1);cursor:not-allowed}.lr-form-container .account-actions-form button:disabled:hover:after{opacity:1;display:block}.lr-form-container--yellow .login-register-switcher__content a.active{color:#ffb800}.lr-form-container--yellow .account-actions-form input:not([type='checkbox']):active,.lr-form-container--yellow .account-actions-form input:not([type='checkbox']):focus{border:1px solid #ffb800}.lr-form-container--yellow .account-actions-form input:not([type='checkbox']):active+label,.lr-form-container--yellow .account-actions-form input:not([type='checkbox']):focus+label{color:#ffb800}.lr-form-container--yellow .account-actions-form input[type=checkbox]:checked+span:before{color:#ffb800}.lr-form-container--pink .login-register-switcher__content a.active{color:#ff0050}.lr-form-container--pink .account-actions-form input:not([type='checkbox']):active,.lr-form-container--pink .account-actions-form input:not([type='checkbox']):focus{border-color:#ff0050}.lr-form-container--pink .account-actions-form input:not([type='checkbox']):active+label,.lr-form-container--pink .account-actions-form input:not([type='checkbox']):focus+label{color:#ff0050}.lr-form-container--pink .account-actions-form input[type=checkbox]:checked+span:before{color:#ff0050}.lr-form-container--azure .login-register-switcher__content a.active{color:#1397ff}.lr-form-container--azure .account-actions-form input:not([type='checkbox']):active,.lr-form-container--azure .account-actions-form input:not([type='checkbox']):focus{border:1px solid #1397ff}.lr-form-container--azure .account-actions-form input:not([type='checkbox']):active+label,.lr-form-container--azure .account-actions-form input:not([type='checkbox']):focus+label{color:#1397ff}.lr-form-container--azure .account-actions-form input[type=checkbox]:checked+span:before{color:#1397ff}.lr-form-container--purple .login-register-switcher__content a.active{color:#9b00ff}.lr-form-container--purple .account-actions-form input:not([type='checkbox']):active,.lr-form-container--purple .account-actions-form input:not([type='checkbox']):focus{border:1px solid #9b00ff}.lr-form-container--purple .account-actions-form input:not([type='checkbox']):active+label,.lr-form-container--purple .account-actions-form input:not([type='checkbox']):focus+label{color:#9b00ff}.lr-form-container--purple .account-actions-form input[type=checkbox]:checked+span:before{color:#9b00ff}.lr-form-container--purple .lr-form-content h2{color:#9b00ff}body#register .lr-section.lr-register{left:0;z-index:10}body#register .lr-section.lr-register .lr-form-content{display:block}body#register .lr-section.lr-signin{left:-100%}body#signin .lr-section.lr-signin{left:0;z-index:10}body#signin .lr-section.lr-signin .lr-form-content{display:block}body#forgot .lr-section.lr-reset{left:0;z-index:10}body#forgot .lr-section.lr-reset .lr-form-content{display:block}body#forgot .lr-section.lr-signin{opacity:0;transition:all 250ms 250ms ease-in-out}body#forgot .lr-section.lr-register{opacity:0;transition:all 250ms 250ms ease-in-out}body#success-reset .lr-section.lr-signin{opacity:0;transition:all 250ms 250ms ease-in-out}body#success-reset .lr-section.lr-success-reset{left:0 !important;z-index:10}body#success-reset .lr-section.lr-success-reset .lr-form-content{display:block}body#success-reset .lr-thank-you-page__content{opacity:1}body#success-reset .lr-thank-you-page__content .lr-form-content{display:block}.recover-account-page .lr-thank-you-page__content{opacity:0}.recover-account-page .success{display:none}.recover-account-page .top-menu{display:none}.recover-account-page .lr-signin{left:0}.recover-account-page .lr-signin .lr-form-content{display:block}.recover-account-page .lr-success{left:-100%}.recover-account-page .lr-form-info{font-size:16px;line-height:1.5}.recover-account-page .login-register-success-container{height:auto}.recover-account-page .reset-password-switcher{height:150px;width:320px;position:relative;margin-bottom:70px}@media (max-width: 768px){.recover-account-page .reset-password-switcher{margin-bottom:30px;margin-top:40px}}.recover-account-page .reset-password-switcher__content{display:block;font-size:48px;line-height:56px;font-weight:800;color:#1397ff;margin-right:90px;padding-bottom:35px}@media (max-width: 768px){.recover-account-page .reset-password-switcher__content{font-size:34px;white-space:nowrap}}.recover-account-page .reset-password-switcher__info{line-height:1.5;font-size:16px}.login-register-page .change-plan,.login-register-success-page .change-plan{position:absolute;transform:translateY(-80px);padding-bottom:89px;color:#818181;font-size:14px}.login-register-page i,.login-register-success-page i{margin-right:12px}.login-register-page .selected-plan,.login-register-success-page .selected-plan{color:#fff !important;background-color:#c2c2c2}.login-register-page .lr-plans-container,.login-register-success-page .lr-plans-container{background-color:#1a1a1a;width:40%}@media (max-width: 768px){.login-register-page .lr-plans-container,.login-register-success-page .lr-plans-container{display:none}}.login-register-page .lr-plans-container--right,.login-register-success-page .lr-plans-container--right{order:1 !important}.login-register-page .lr-plans-container .plans,.login-register-success-page .lr-plans-container .plans{padding:15%}@media (max-width: 876px){.login-register-page .lr-plans-container .plans,.login-register-success-page .lr-plans-container .plans{padding:9%}}@media (min-width: 1200px){.login-register-page .lr-plans-container .plans,.login-register-success-page .lr-plans-container .plans{padding:25%}}@media (min-width: 1600px){.login-register-page .lr-plans-container .plans,.login-register-success-page .lr-plans-container .plans{padding:30%}}.login-register-page .lr-plans-container .plans .plan-box,.login-register-success-page .lr-plans-container .plans .plan-box{margin:0;position:absolute;top:50%;transform:translateY(-50%);max-width:100%;height:400px}@media (max-width: 1200px){.login-register-page .lr-plans-container .plans .plan-box,.login-register-success-page .lr-plans-container .plans .plan-box{padding:28px 28px 0;max-width:100% !important}}@media (max-width: 768px){.login-register-page .lr-plans-container .plans .plan-box,.login-register-success-page .lr-plans-container .plans .plan-box{width:100%;max-width:100% !important;margin-top:0;margin-bottom:20px}}body.game-details-page{background-color:#fff;font-family:'Barlow', sans-serif}body.game-details-page .top-menu{position:absolute;width:100%}@media (max-width: 768px){body.game-details-page .top-menu{background:rgba(0,0,0,0.5)}}body.game-details-page .top-menu .logo{margin:0;padding-top:0}body.game-details-page .top-menu .menu-elements{margin-right:20px}body.game-details-page:before{display:none}body.game-details-page .footer-banner{background-color:#ffb800}body.game-details-page .footer-banner__subtitle{color:#000}body.game-details-page .footer-banner__title{line-height:1}body.game-details-page a:hover{color:#9a9a9a;text-decoration:none}.game-details-banner{height:536px;background-size:cover;color:#fff;background-position:center}.game-details-banner__go-back{padding-left:25px}.game-details-banner__go-back i{margin-right:15px}.game-details-banner__container{height:536px;display:flex;justify-content:center}.game-details-banner__column{display:flex;width:288px;flex-direction:column;justify-content:flex-end}.game-details-banner__game-logo{align-self:center;width:288px;padding-bottom:30px;padding-top:30px;text-align:center;flex-grow:1;align-items:center;display:flex;justify-content:center;margin-top:58px}.game-details-banner__game-logo img{max-width:250px;max-height:250px;display:flex}.game-details-banner__buttons-container{height:120px;width:288px;border-radius:5px 5px 0px 0px;align-self:flex-end;background-color:#000;justify-content:center;text-align:center}.game-details-banner__btn{padding:25px 25px 15px 25px}.game-details-banner__btn i{margin-right:8px}.game-details-banner__btn a{max-width:none}.other-platforms__dropdown-button{cursor:pointer;height:20px}.other-platforms__dropdown-button i{font-size:12px;margin-left:15px}.other-platforms__dropdown{position:relative;display:none;transition:all .2s ease-in-out;max-height:0;cursor:pointer;border-radius:5px}.other-platforms__dropdown.active{display:block;background-color:#000;max-height:200px}.other-platforms__dropdown.active div{opacity:1}.other-platforms__dropdown a{padding:13px}.other-platforms__choice{border-radius:5px;opacity:0;overflow:hidden;z-index:99999999}.other-platforms__choice:hover{color:#7e7e7e}.other-platforms__choice i{font-size:16px;margin-right:15px;margin-left:0px}.other-platforms__chev{transition:transform .2s ease-in-out}.other-platforms__chev.active{transform:rotate(90deg)}.game-details{background-color:#fff}.game-details__container{padding-top:60px;display:flex;color:#000}@media (max-width: 900px){.game-details__container{flex-direction:column}}.game-details__info h1{font-size:40px}.game-details__tags{padding-top:18px;font-size:12px}.game-details__tags span{margin-right:5px}.game-details__description{padding-top:44px;font-size:18px;line-height:1.44;padding-right:20px}@media (max-width: 900px){.game-details__description{padding-right:0}}.game-details__description strong{font-weight:bold}.game-details__long-description{height:0;font-size:18px;line-height:1.44;display:none;opacity:0;z-index:-1;transition:opacity 0.2s}.game-details__long-description.active{opacity:1;display:block;height:auto}.game-details__long-description h2{line-height:44px;margin-top:20px;margin-bottom:20px}.game-details__read-more{font-size:12px;font-weight:900;padding-top:10px;cursor:pointer;z-index:9999}.game-details__read-more i{display:inline-block;color:#7e7e7e;margin-left:10px}.game-details__read-more i.active{transform:rotateZ(-90deg)}.game-details__important-info{width:200px;background-color:#f2f2f2;font-size:12px;border-radius:5px;font-size:12px;height:fit-content}@media (max-width: 900px){.game-details__important-info{width:100%;margin-top:25px;display:flex;flex-wrap:wrap}}.game-details__important-info-row{display:flex;justify-content:space-between;padding:20px}@media (max-width: 900px){.game-details__important-info-row{width:50%;justify-content:center}}.game-details__important-info-row i{font-size:32px}.game-details__important-info-row p{font-size:12px}.game-details__important-info-row img{height:32px;width:32px}.game-details__important-info-row div{margin-left:15px;width:100px}.game-details__important-info-row .fal.fa-mobile{transform:translateY(-6px);padding-left:8px}@media (max-width: 900px){.game-details__important-info-row .fal.fa-mobile{padding:0}}.game-details-gallery{padding-top:50px}.game-details-gallery__container{display:flex;flex-wrap:wrap;justify-content:space-between}.game-details-gallery__yt-video{width:900px}.game-details-gallery__screenshot-container{display:flex;flex-wrap:wrap;justify-content:space-between}.game-details-gallery__screenshot{padding-top:30px;width:48%;max-width:450px}.game-details-gallery__screenshot img{width:100%}.game-details-gallery__btn-container{display:flex;color:#000;justify-content:space-between;padding-top:30px;padding-bottom:50px;width:900px}@media (max-width: 900px){.game-details-gallery__btn-container{flex-direction:column;align-items:center}}@media (max-width: 900px){.game-details-gallery__btn-container a{margin-top:25px}}.game-details-gallery__yt-video #iframeYoutube{width:900px;height:350px}@media (max-width: 900px){.game-details-gallery__yt-video #iframeYoutube{width:100%}}@media (max-width: 600px){.game-details-gallery__yt-video #iframeYoutube{height:200px}}@media (max-width: 400px){.game-details-gallery__yt-video #iframeYoutube{height:181px}}.game-details-gallery__account-required{display:flex;align-items:center;width:450px}@media (max-width: 900px){.game-details-gallery__account-required{padding-right:0;margin-top:25px;width:auto}}.game-details-gallery__account-required div{margin-left:10px}.game-details-gallery__account-required img{height:25px;margin-left:15px}.info-footer{font-family:'Barlow', sans-serif;color:#fff;background-color:#000}.info-footer__header{font-size:32px;padding-top:55px}.info-footer__column-container{padding-top:50px;padding-bottom:80px;display:flex;justify-content:space-between}@media (max-width: 600px){.info-footer__column-container{flex-direction:column}}.info-footer__column{width:45%}@media (max-width: 600px){.info-footer__column{width:100%}}.info-footer__row{display:flex;font-size:16px;margin-top:25px}.info-footer__row p{padding-right:25px}.info-footer__row span{font-weight:900;opacity:0.5;font-size:14px}.info-footer__label{width:35%;margin-right:50px}.info-footer__data{width:50%}.info-footer__age-rating{display:flex;align-items:flex-end}.info-footer__age-rating img{max-height:48px;padding-left:5px}.btn--icon-right i{padding-right:11px}.btn--icon-right span{margin-left:10px}.btn--try-other{align-self:flex-end}@media (max-width: 900px){.btn--try-other{align-self:center}}.col-centered{float:none;margin:0 auto;width:900px}@media (max-width: 900px){.col-centered{width:75%}}.game__plan-tag{background:green;display:inline-block;height:24px;align-items:center;color:white;border-radius:3px;padding:5px;margin-right:15px}.game__plan-tag img{padding-left:4px;padding-right:5px}.game__plan-tag span{font-weight:900;clear:left}.game__plan-tag--basic{background-color:#fa0}.game__plan-tag--pro{background-color:#ff0050}.game__plan-tag--ultra{background-color:#9b00ff}.game__plan-tag--own-license{background-color:#1397ff}@media (max-width: 980px){.dashboard .footer-banner{margin-top:200px}}.dashboard .not-available{opacity:0.2}.dashboard .game-not-ready{position:absolute;top:50%;left:50%;margin-left:-56px;margin-top:-16px;height:32px;width:112px;color:#fff;font-size:12px;background-color:rgba(0,0,0,0.5);border-radius:5px;text-align:center;z-index:999}.dashboard .game-not-ready i{margin-top:8px}.dashboard .game-not-ready p{display:inline;margin-left:5px;font-size:10px;font-weight:900;margin-top:9px}.dashboard::before{display:none}.dashboard__index{padding-bottom:100px}.dashboard__header{padding-top:100px;padding-bottom:60px}.dashboard__header h1{font-size:56px;font-family:'Barlow', sans-serif}.dashboard__content{min-height:500px}.dashboard__filters--filter{color:white;height:30px;font-size:16px;font-family:'Barlow', sans-serif}.dashboard__filters--filter input[type=checkbox],.dashboard__filters--filter input[type=radio]{display:none}.dashboard__filters--filter input[type=checkbox]+label,.dashboard__filters--filter input[type=radio]+label{cursor:pointer}.dashboard__filters--filter input[type=checkbox]+label:before,.dashboard__filters--filter input[type=radio]+label:before{font-family:'Font Awesome 5 Pro';display:inline-block;content:"\f04d";letter-spacing:10px;color:gray}.dashboard__filters--filter input[type=checkbox][data-checked="true"]+label,.dashboard__filters--filter input[type=radio][data-checked="true"]+label{font-weight:500}.dashboard__filters--filter input[type=checkbox][data-checked="true"]+label:before,.dashboard__filters--filter input[type=radio][data-checked="true"]+label:before{color:white !important;font-weight:800}.dashboard__filters--filter input[type=checkbox]:checked+label:before,.dashboard__filters--filter input[type=radio]:checked+label:before{content:"\f14a";letter-spacing:10px;color:gray}.dashboard__filters{color:#808080}@media (max-width: 992px){.dashboard__filters{transform:translateX(-800px);background:#000;z-index:99999;height:auto;position:absolute;padding-top:25px}.dashboard__filters.active{max-width:100vh;height:100vh}.dashboard__filters.dashboard__filters--animation{transform:translateX(0px)}}.dashboard__filters p{font-family:'Barlow', sans-serif;height:16px;font-size:16px;font-weight:900}.dashboard__number-of-games{font-size:12px;background:black;border-radius:3px;font-weight:600;line-height:16px;height:16px;float:right;padding:0 4px}.dashboard__games-container{opacity:0;padding-bottom:50px}.dashboard__games-container.filter-active{padding-bottom:0px}.dashboard__games-container a{color:#fff}.dashboard__games-container img{width:100%;border-radius:5px;margin-top:5px}.dashboard__games-container .aspect{position:relative;width:100%;height:0}.dashboard__games-container .aspect--92x43{padding-bottom:48.73%;transition:transform .2s}.dashboard__games-container .aspect--92x43:hover{transform:scale(1.02)}.dashboard__games-container .item-title{width:100%;display:flex;justify-content:center;height:45px}.dashboard__games-container .item-title p{text-align:left;width:100%;display:flex;align-self:center;margin:12px}@media (max-width: 435px){.dashboard__games-container .item-title p{margin:6px;font-size:12px}}.dashboard__games-container .aspect__inner{position:absolute;top:1px;right:0;bottom:0;left:0;text-align:center}.dashboard__games-container .aspect__inner p{width:100%;margin:auto;padding-top:8px;font-family:'Barlow', sans-serif}@media (max-width: 992px){.dashboard__games-container .aspect__inner p{padding-bottom:2px}}.dashboard__games-container .aspect__inner::before{position:absolute;top:2px;z-index:2;display:block;content:'';width:100%;height:100%;border-radius:0 0 5px 5px;background:linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)}.dashboard__games-container .aspect__inner .game-license-required{width:22px;transition:width .75s;margin-left:18px;position:absolute;background:#ffb800;color:black;border-radius:2px;height:22px;text-align:center;z-index:999999;white-space:nowrap}@media (max-width: 845px){.dashboard__games-container .aspect__inner .game-license-required{width:60%}}@media (max-width: 768px){.dashboard__games-container .aspect__inner .game-license-required{width:auto;display:flex;padding:0 8px;margin-left:8px}.dashboard__games-container .aspect__inner .game-license-required i{margin-right:8px}}.dashboard__games-container .aspect__inner .game-license-required__box{margin-top:2px}.dashboard__games-container .aspect__inner .game-license-required p{text-transform:uppercase;margin-top:3px;overflow:hidden;display:inline;opacity:0;box-sizing:border-box;font-size:10px;font-weight:900}@media (max-width: 845px){.dashboard__games-container .aspect__inner .game-license-required p{opacity:1;font-size:8px}}.dashboard__games-container .aspect__inner .game-license-required i{float:left;margin-left:4px;margin-top:3px}.dashboard__games-container .aspect__inner:hover>.game-license-required{width:55%;transition:all .75s}.dashboard__games-container .aspect__inner:hover>.game-license-required p{opacity:1;transition:all .5s;transition-delay:.3s}.dashboard__games-container .shuffle-sizer{height:100px;margin-left:32px}.dashboard__game-tile{display:block;margin-left:15px;margin-bottom:25px}@media (max-width: 992px){.dashboard__game-tile{margin-left:0px}}.dashboard__game-list-item{border-bottom:1px solid #1a1a1a;display:none;padding-left:0px;margin-left:0px}.dashboard__game-list-item img{padding:5px;border-radius:10px;margin-left:10px;padding-left:0px}.dashboard__game-list-item__container{display:flex;text-decoration:none;transition:transform 0.5s ease;width:102%}.dashboard__game-list-item__container:hover{transform:scale(1.02)}.dashboard__game-list-item__image{width:20%}.dashboard__game-list-item__title{width:80%;display:flex;justify-content:space-between}.dashboard__game-list-item__title p{font-family:'Barlow', sans-serif;font-size:14px;font-weight:900;margin:auto;display:inline-block}.dashboard__game-list-item a{text-decoration:none}.results-not-found{display:none;font-family:'Barlow', sans-serif;font-size:20px;color:#fff;padding-top:5px}.results-not-found span{font-weight:900}.results-not-found__faq{margin-top:49px}.results-not-found__faq p{font-size:18px;font-weight:900;margin-bottom:30px}.results-not-found__faq p.reccomendation{font-weight:300;font-size:16px}.results-not-found__faq ul{list-style-type:none;margin-bottom:54px;line-height:16px}.results-not-found__faq li{font-size:16px;color:rgba(255,255,255,0.5);margin-bottom:16px}.results-not-found__faq li::before{content:"\2022";color:white;margin-right:9px;opacity:1}.dashboard-search-row{justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-search-row__search{height:40px;display:flex;float:left;margin-right:auto;margin-left:15px}@media (max-width: 990px){.dashboard-search-row__search{width:100%;margin-bottom:11px}}.dashboard-search-row__search input{font-family:'Barlow', sans-serif;font-size:16px;color:#fff;background-color:transparent;border:none;width:180px;height:40px;line-height:40px;padding-left:40px;box-sizing:border-box;transition:width 250ms ease-in-out}.dashboard-search-row__search input::placeholder{color:#fff;opacity:1}.dashboard-search-row__search input:focus{outline-width:0;border:0px;width:280px}.dashboard-search-row p{font-family:'Barlow', sans-serif;height:16px;font-size:20px;font-weight:900}.dashboard-search-row .fa-search{padding-top:5px}.dashboard-search-row__sort{height:40px;line-height:40px;display:flex;justify-content:space-between}@media (max-width: 1200px){.dashboard-search-row__sort{width:270px;padding-right:15px}}@media (max-width: 1090px){.dashboard-search-row__sort{width:270px}}@media (max-width: 992px){.dashboard-search-row__sort{float:right;padding-top:0}}@media (max-width: 576px){.dashboard-search-row__sort{width:210px}}.dashboard-search-row__sort .sort-by-option{color:#fff;text-align:center;font-weight:bold}.dashboard-search-row__sort #filter-icon{margin-left:15px}@media (max-width: 576px){.dashboard-search-row__sort-by{display:none}}.dashboard-search-row__viewtypes{font-size:16px;color:#818181;width:60px;margin-left:auto}.dashboard-search-row__viewtypes i{padding-left:5px;padding-right:5px}.dashboard-search-row__viewtypes .selected__viewtype{color:#fff}.dashboard-search-row__viewtype-list,.dashboard-search-row__viewtype-tile{float:left}.dashboard-search-row__filters{width:315px;float:left;height:40px;line-height:40px;padding-left:15px}@media (max-width: 1200px){.dashboard-search-row__filters{width:270px}}@media (max-width: 992px){.dashboard-search-row__filters{display:none}}.dashboard-search-row__filters--mobile{display:none}@media (max-width: 992px){.dashboard-search-row__filters--mobile{display:flex;cursor:pointer;padding:0;margin-left:15px;margin-bottom:0;transition:transform .2s ease-in-out;width:120px;height:40px}.dashboard-search-row__filters--mobile:hover{transform:scale(1.1)}}.dashboard-search-row__filters--mobile i{margin-left:15px;margin-top:2px;transition:transform .5s ease-in-out}.dashboard-search-row__filters--mobile .filter-icon{transform:rotateZ(90deg);max-width:100%}.sort{height:20px;display:flex;justify-content:space-between}@media (max-width: 992px){.sort{float:right;padding-top:11px}}.sort .sort-by-option{text-align:center;font-weight:bold}.sort #filter-icon{margin-left:15px}.sort__value-list{list-style:none;box-shadow:0px 5px 8px 0px rgba(0,0,0,0.2);overflow:hidden;max-height:0;transition:.5s ease-in-out;overflow-y:hidden;z-index:9999999999}.sort__value-list.open{max-height:320px;position:relative}.sort__value-list li{position:absolute;color:#fff;position:relative;height:32px;background-color:#000;padding:25px;display:flex;align-items:center;cursor:pointer;transition:background-color .3s;opacity:1;z-index:9999999999}.sort__value-list li:hover{background-color:#1a1a1a}.sort__dropdown{cursor:pointer}.sort__dropdown #sort-by-option{margin-left:15px}.sort__dropdown #sort-icon{float:right;position:relative;top:13px;right:10px;transition:transform .5s ease-in-out}.sort__dropdown #sort-icon.active{transform:rotateX(180deg)}.dashboard__filters__header{padding:16px 0 0;margin-bottom:16px;font-size:14px;font-weight:900;color:white;cursor:pointer}.dashboard__filters__header .filters-arrow-indicator{float:right;margin-top:4px;transform:rotateX(0deg);transition:transform 250ms ease-in-out;pointer-events:none;user-select:none;color:#818181;font-size:14px}.dashboard__filters__header .filters-arrow-indicator:before{display:none;content:'';width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:white transparent transparent transparent}.dashboard__filters__header.collapsed .filters-arrow-indicator{transform:rotateX(180deg)}.pre-img{background-image:url("data:image/svg+xmlbase64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPScjMjYyNjI2JyBkPSdNNDY0IDQ0OEg0OGMtMjYuNTEgMC00OC0yMS40OS00OC00OFYxMTJjMC0yNi41MSAyMS40OS00OCA0OC00OGg0MTZjMjYuNTEgMCA0OCAyMS40OSA0OCA0OHYyODhjMCAyNi41MS0yMS40OSA0OC00OCA0OHpNMTEyIDEyMGMtMzAuOTI4IDAtNTYgMjUuMDcyLTU2IDU2czI1LjA3MiA1NiA1NiA1NiA1Ni0yNS4wNzIgNTYtNTYtMjUuMDcyLTU2LTU2LTU2ek02NCAzODRoMzg0VjI3MmwtODcuNTE1LTg3LjUxNWMtNC42ODYtNC42ODYtMTIuMjg0LTQuNjg2LTE2Ljk3MSAwTDIwOCAzMjBsLTU1LjUxNS01NS41MTVjLTQuNjg2LTQuNjg2LTEyLjI4NC00LjY4Ni0xNi45NzEgMEw2NCAzMzZ2NDh6Jz48L3BhdGg+PC9zdmc+");background-size:75% 75%;background-repeat:no-repeat;background-position:center}.plan-badge-wrapper{position:absolute;left:10px;bottom:0}.plan-badge-wrapper .plan-badge{float:left;font-size:10px;font-weight:800;text-transform:uppercase;width:36px;text-align:center;margin:0 2px;padding-bottom:2px}.plan-badge-wrapper .plan-badge--basic{border-bottom:2px solid #fa0}.plan-badge-wrapper .plan-badge--pro{border-bottom:2px solid #ff0050}.plan-badge-wrapper .plan-badge--ultra{border-bottom:2px solid #9b00ff}.plan-badge-wrapper--pro .plan-badge--basic{display:none}.plan-badge-wrapper--ultra .plan-badge--basic,.plan-badge-wrapper--ultra .plan-badge--pro{display:none}.pricing-plan-label{position:absolute;z-index:3}.pricing-plan-label__list{top:35%;right:15px}.pricing-plan-label__tile{margin-left:18px;bottom:0}.pricing-plan-label__single{position:relative;display:inline-block;text-align:center}.pricing-plan-label__single .plan-name{font-size:10px;font-weight:800;text-transform:uppercase}.triangle-badge{width:32px;height:2px;position:absolute;text-align:center !important;margin-top:2px !important;bottom:0}@media (max-width: 992px){.triangle-badge{margin:5px}}.triangle-badge--basic{background-color:#fa0}.triangle-badge--pro{background-color:#ff0050}.triangle-badge--ultra{background-color:#9b00ff}.triangle-badge--own-license{background-color:#1397ff}.triangle-badge--list-item{position:relative;transform:translateY(-50%);top:50%;margin:0}.triangle-badge p.plan-name{display:inline-block !important;text-align:center !important;margin:0px !important;color:white;font-size:12px;padding-top:4px;font-weight:900;text-transform:uppercase}.plan-filter-badge{width:8px;height:8px;border-radius:4px;right:15px;display:inline-block;margin-right:5px}.plan-filter-badge--basic{background:#fa0}.plan-filter-badge--pro{background:#ff0050}.plan-filter-badge--ultra{background:#9b00ff}.plan-filter-badge--own-license{background:#1397ff}.game-list-title p{margin-left:16px;position:relative;top:50%;transform:translateY(-50%)}.game-list-sub{display:flex;top:50%;transform:translateY(-50%)}@media (max-width: 992px){.game-list-sub{transform:translateY(-25%)}}.game-list-sub span{font-family:'Barlow', sans-serif;font-size:14px;color:#818181;align-self:flex-end;padding-right:22px;text-decoration:none}@media (max-width: 992px){.game-list-sub span{display:none}}.game-list-sub div{right:0px}.featured-games{max-width:1140px;margin:130px auto 0;padding:0 15px}@media (max-width: 992px){.featured-games{margin:60px auto 0}}.featured-games h1{font-size:56px;font-weight:800;margin-bottom:66px}@media (max-width: 1199px){.featured-games{max-width:960px}}@media (max-width: 992px){.featured-games{max-width:720px}}.featured-games-list{display:flex;flex-direction:row;align-items:stretch}@media (max-width: 992px){.featured-games-list{flex-direction:column}}.featured-games-list a:hover{text-decoration:none;color:inherit}.featured-games-list img{max-height:100%;max-width:100%;border-radius:5px;box-shadow:0 12px 24px 0 rgba(0,0,0,0.4);position:relative;z-index:1;transition:all 250ms ease-in-out}.featured-games-list__biggest{width:900px}@media (max-width: 992px){.featured-games-list__biggest{margin-bottom:0;width:100%}}.featured-games-list__vertical{margin:0 30px;width:284px}@media (max-width: 992px){.featured-games-list__vertical{display:none}}.featured-games-list__smallest{width:296px;align-content:space-between;display:flex;flex-direction:column}@media (max-width: 992px){.featured-games-list__smallest{flex-direction:row;display:flex;width:100%;justify-content:space-between}}.featured-games-list__smallest:empty{display:none}.featured-games-list__small:first-of-type{margin-bottom:auto}@media (max-width: 992px){.featured-games-list__small:first-of-type{margin-bottom:0;margin-right:25px}}.featured-games-list__game-title{height:64px;line-height:64px;padding-left:15px;padding-right:15px;padding-top:8px;font-size:16px;background:rgba(0,0,0,0.3);position:relative;top:-20px;z-index:0;border-radius:0 0 5px 5px;overflow:hidden}@media (max-width: 992px){.featured-games-list__game-title{font-size:12px}}.game-cover{border-radius:5px;position:relative;box-shadow:0 4px 8px 0 rgba(0,0,0,0.5)}.game-cover:after{display:block;width:100%;height:100%;position:absolute;content:'';top:0;left:0;z-index:0;background-image:linear-gradient(to bottom, rgba(0,0,0,0) 11%, rgba(0,0,0,0.6));border-radius:0 0 5px 5px}.game-cover img{border-radius:5px !important;margin-bottom:-2px}.dashboard-filters-container{overflow:hidden;transition:height 250ms ease-in-out}.dashboard-filters-container.collapsed{height:0}.success-page{background-color:#1a1a1a}.success-page::before{content:url(../variants/vortex/images/new_design/pricing-yellow-bg.svg);z-index:0;user-select:none;left:100px;top:-300px}@media (max-width: 768px){.success-page::before{top:-320px;left:-140px;transform:scale(0.7)}}.success-page__background{position:absolute;width:50px;height:50px;pointer-events:none;z-index:1}.success-page__background--purple{background:url("../variants/vortex/images/new_design/pricing-purple-bg.svg");width:228px;height:228px;right:0}@media (max-width: 768px){.success-page__background--purple{display:none}}.success-page__background--pink{position:relative;background:url("../variants/vortex/images/new_design/pricing-pink-bg.svg");width:345px;height:120px;bottom:0;top:0px;left:30%}@media (max-width: 768px){.success-page__background--pink{left:-60px;top:18px;transform:scale(0.7)}}.success-container{padding-top:200px;display:flex;width:100%;height:600px;flex-wrap:wrap;margin:0 auto;align-items:center;flex-direction:column;text-align:center;margin-bottom:20vh}.success-container__title{font-weight:900;font-size:14px;line-height:1.71;opacity:0.5;text-transform:uppercase}.success-container__logo{margin-top:50px;height:71px}.success-container__info{padding-top:32px;line-height:1.5;max-width:320px}@media (max-width: 768px){.success-container__info{width:300px}}.success-container .success-button{margin-top:60px;height:48px;width:175px;border-radius:5px;outline:0 !important}.success-container .success-button:focus{outline:0 !important;box-shadow:none !important}.profile-menu{margin-bottom:30px}.profile-menu .active-menu-element,.profile-menu.my_profile .my-profile,.profile-menu.my_password .my-password,.profile-menu.my_subscription_plans .my-subscription-plans{border-left:2px solid #ffb800;background:#fff}.profile-menu .active-menu-element a,.profile-menu.my_profile .my-profile a,.profile-menu.my_password .my-password a,.profile-menu.my_subscription_plans .my-subscription-plans a{font-weight:700}.profile-menu .active-menu-element a:hover,.profile-menu.my_profile .my-profile a:hover,.profile-menu.my_password .my-password a:hover,.profile-menu.my_subscription_plans .my-subscription-plans a:hover{cursor:default;text-decoration:none;color:#000}.profile-menu .active-menu-element i,.profile-menu.my_profile .my-profile i,.profile-menu.my_password .my-password i,.profile-menu.my_subscription_plans .my-subscription-plans i{color:#000}.profile-menu .active-menu-element:hover,.profile-menu.my_profile .my-profile:hover,.profile-menu.my_password .my-password:hover,.profile-menu.my_subscription_plans .my-subscription-plans:hover{border-left-color:#ffb800}.profile-menu .active-menu-element:hover:before,.profile-menu.my_profile .my-profile:hover:before,.profile-menu.my_password .my-password:hover:before,.profile-menu.my_subscription_plans .my-subscription-plans:hover:before{display:none}.profile-menu li{height:56px;padding-left:24px;position:relative;overflow:hidden}.profile-menu li:before{width:100%;height:56px;background:#fff;content:'';display:block;z-index:0;position:absolute;left:640px;transition:left 250ms ease-in-out, color 250ms ease-in-out 250ms, bottom 250ms ease-in-out}.profile-menu li a{line-height:56px;font-size:16px;width:100%;position:relative;display:block}.profile-menu li a:hover{text-decoration:none;color:#000}.profile-menu li i{color:#818181;margin-right:22px}.profile-menu li:hover:before{left:0;transition:left 250ms ease-in-out, color 250ms ease-in-out 250ms, bottom 250ms ease-in-out}.profile-menu li:hover i{color:#000}.profile-menu li.unavailable{text-decoration:line-through;opacity:0.5;user-select:none}.profile-menu li.unavailable:hover:before{left:100%}.profile-menu li.unavailable:hover i{color:#818181}.profile-menu li.soon{user-select:none}.profile-menu li.soon a,.profile-menu li.soon i{color:rgba(0,0,0,0.5)}.profile-menu li.soon a:after{content:"comming soon";display:inline-block;margin-left:10px;color:#fff;background:#ff0050;border-radius:5px;text-transform:uppercase;font-size:10px;padding:6px;line-height:1}.profile-menu li.soon a:hover{color:rgba(0,0,0,0.5)}.profile-menu li.soon:hover:before{left:100%}.profile-menu li.soon:hover i{color:#818181}@media (max-width: 1024px){.profile-menu li:before{left:0;bottom:-100px}.profile-menu li:hover:before{left:0;bottom:0}}@media (max-width: 1024px){.profile-menu{display:flex;flex-basis:auto;margin-bottom:0}.profile-menu li{flex-grow:1}}body.popup-show .popup-container{display:flex;opacity:1;width:100%;height:100%;transition:opacity 250ms ease-in-out}.popup-container{background:rgba(216,216,216,0.5);position:fixed;display:flex;top:0;left:0;height:0;width:0;opacity:0;transition:opacity 250ms ease-in-out 250ms, height 0s 500ms, width 0s 500ms;z-index:2147483647;text-align:left}.popup{width:640px;background:#fff;color:#000;font-size:16px;line-height:24px;border-radius:10px;box-shadow:0 6px 12px 0 rgba(0,0,0,0.2);align-self:center;margin-top:-100%;margin-left:auto;margin-right:auto;overflow:hidden;display:block;transition:margin-top 250ms ease-in-out 0ms, display 0ms}@media (max-width: 660px){.popup{margin-left:15px;margin-right:15px;max-width:640px}}.popup.show{margin-top:0;transition:margin-top 250ms ease-in-out 250ms, display 0ms}.popup__content{padding:32px 40px}.popup__content h2{font-size:32px;line-height:38px;margin-bottom:26px}.popup__content h3{font-weight:700;margin-bottom:10px}.popup__content p{padding-bottom:10px}@media (max-width: 500px){.popup__content{padding:15px}.popup__content h2{margin-bottom:15px}.popup__content select{height:36px}}.popup__content .pink{color:#ff0050}.popup__content a.underline-on-hover:hover{text-decoration:underline}.popup__content a.bold{font-weight:bold}.popup__content a:hover{color:inherit}.popup__buttons-section{background:#f7f7f7;padding:32px 40px;justify-content:space-between;display:flex}@media (max-width: 520px){.popup__buttons-section{flex-direction:column}.popup__buttons-section .btn+.gray-link{margin:20px 0 0}}.form-common-styles .options-wrap{display:flex;justify-content:space-between;margin-bottom:24px}.form-common-styles .options-wrap a{cursor:pointer}.form-common-styles .options-wrap label{position:relative;top:0;left:0;font-size:14px;color:#000;opacity:1;font-weight:400;text-transform:none}.form-common-styles .options-wrap label input{position:absolute;top:2px;margin:0 7px 0 0;float:left}.form-common-styles .options-wrap label span{padding-left:20px;display:inline-block;line-height:16px}.form-common-styles label input[type=checkbox]{display:none}.form-common-styles label input[type=checkbox]+span{cursor:pointer}.form-common-styles label input[type=checkbox]+span:before{position:absolute;left:0;font-family:"Font Awesome 5 Pro";content:"\f0c8";display:block}.form-common-styles label input[type=checkbox]:checked+span:before{content:"\f14a";font-weight:800}.form-common-styles .input-wrap{position:relative}.form-common-styles .input-wrap label{position:absolute;top:0;font-size:9px;font-weight:600;color:#7f7f7f;transition:all 250ms ease-in-out;top:8px;left:15px;text-transform:uppercase;opacity:0}.form-common-styles .input-wrap input:not([type='checkbox']),.form-common-styles .input-wrap textarea,.form-common-styles .input-wrap select{box-sizing:border-box;width:100%;height:56px;border-radius:5px;padding:0 15px;border:solid 1px #cdcdcd;background-color:white !important;background-image:none !important;color:black !important;transition:all 250ms ease-in-out;font-size:16px}.form-common-styles .input-wrap input:not([type='checkbox']).message,.form-common-styles .input-wrap textarea.message,.form-common-styles .input-wrap select.message{padding-top:20px;height:208px}.form-common-styles .input-wrap input:not([type='checkbox']).with-icon,.form-common-styles .input-wrap textarea.with-icon,.form-common-styles .input-wrap select.with-icon{padding-left:40px}.form-common-styles .input-wrap input:not([type='checkbox']).with-icon.username,.form-common-styles .input-wrap textarea.with-icon.username,.form-common-styles .input-wrap select.with-icon.username{background:url("../variants/vortex/images/new_design/user-gray.png") 12px 18px no-repeat !important}.form-common-styles .input-wrap input:not([type='checkbox']).with-icon.password,.form-common-styles .input-wrap textarea.with-icon.password,.form-common-styles .input-wrap select.with-icon.password{background:url("../variants/vortex/images/new_design/lock-gray.png") 12px 18px no-repeat !important}.form-common-styles .input-wrap input:not([type='checkbox'])::placeholder,.form-common-styles .input-wrap input:not([type='checkbox']):-ms-input-placeholder,.form-common-styles .input-wrap input:not([type='checkbox']) ::-ms-input-placeholder,.form-common-styles .input-wrap textarea::placeholder,.form-common-styles .input-wrap textarea:-ms-input-placeholder,.form-common-styles .input-wrap textarea ::-ms-input-placeholder,.form-common-styles .input-wrap select::placeholder,.form-common-styles .input-wrap select:-ms-input-placeholder,.form-common-styles .input-wrap select ::-ms-input-placeholder{color:#7e7e7e;opacity:1}.form-common-styles .input-wrap input:not([type='checkbox']):active,.form-common-styles .input-wrap input:not([type='checkbox']):focus,.form-common-styles .input-wrap textarea:active,.form-common-styles .input-wrap textarea:focus,.form-common-styles .input-wrap select:active,.form-common-styles .input-wrap select:focus{border:1px solid #ffb800;outline:none;padding-top:10px;height:56px}.form-common-styles .input-wrap input:not([type='checkbox']):active+label,.form-common-styles .input-wrap input:not([type='checkbox']):focus+label,.form-common-styles .input-wrap textarea:active+label,.form-common-styles .input-wrap textarea:focus+label,.form-common-styles .input-wrap select:active+label,.form-common-styles .input-wrap select:focus+label{color:#ffb800;opacity:1}.form-common-styles .input-wrap input:not([type='checkbox']):active.with-icon.username,.form-common-styles .input-wrap input:not([type='checkbox']):focus.with-icon.username,.form-common-styles .input-wrap textarea:active.with-icon.username,.form-common-styles .input-wrap textarea:focus.with-icon.username,.form-common-styles .input-wrap select:active.with-icon.username,.form-common-styles .input-wrap select:focus.with-icon.username{background:url("../variants/vortex/images/new_design/user-black.png") 12px 24px no-repeat !important}.form-common-styles .input-wrap input:not([type='checkbox']):active.with-icon.password,.form-common-styles .input-wrap input:not([type='checkbox']):focus.with-icon.password,.form-common-styles .input-wrap textarea:active.with-icon.password,.form-common-styles .input-wrap textarea:focus.with-icon.password,.form-common-styles .input-wrap select:active.with-icon.password,.form-common-styles .input-wrap select:focus.with-icon.password{background:url("../variants/vortex/images/new_design/lock-black.png") 12px 24px no-repeat !important}.form-common-styles .input-wrap.dark-theme input:not([type='checkbox']),.form-common-styles .input-wrap.dark-theme textarea,.form-common-styles .input-wrap.dark-theme select{color:#fff !important;height:48px;margin-bottom:32px;background-color:#1a1a1a !important}.form-common-styles .input-wrap.dark-theme input:not([type='checkbox']).message,.form-common-styles .input-wrap.dark-theme textarea.message,.form-common-styles .input-wrap.dark-theme select.message{padding-top:20px;height:208px;width:416px}.form-common-styles .input-wrap.dark-theme input:not([type='checkbox']):active,.form-common-styles .input-wrap.dark-theme input:not([type='checkbox']):focus,.form-common-styles .input-wrap.dark-theme textarea:active,.form-common-styles .input-wrap.dark-theme textarea:focus,.form-common-styles .input-wrap.dark-theme select:active,.form-common-styles .input-wrap.dark-theme select:focus{border:1px solid #fff}.form-common-styles .input-wrap.dark-theme input:not([type='checkbox']):active.message,.form-common-styles .input-wrap.dark-theme input:not([type='checkbox']):focus.message,.form-common-styles .input-wrap.dark-theme textarea:active.message,.form-common-styles .input-wrap.dark-theme textarea:focus.message,.form-common-styles .input-wrap.dark-theme select:active.message,.form-common-styles .input-wrap.dark-theme select:focus.message{padding-top:20px;height:208px}.form-common-styles .input-wrap.dark-theme input:not([type='checkbox']):active+label,.form-common-styles .input-wrap.dark-theme input:not([type='checkbox']):focus+label,.form-common-styles .input-wrap.dark-theme textarea:active+label,.form-common-styles .input-wrap.dark-theme textarea:focus+label,.form-common-styles .input-wrap.dark-theme select:active+label,.form-common-styles .input-wrap.dark-theme select:focus+label{color:#fff;opacity:1}.form-common-styles .input-wrap.dark-theme input:not([type='checkbox']).fill-data,.form-common-styles .input-wrap.dark-theme textarea.fill-data,.form-common-styles .input-wrap.dark-theme select.fill-data{border:solid 1px #ec1e37}.form-common-styles .input-wrap.dark-theme label{color:#fff}.form-common-styles select{box-sizing:border-box;width:100%;height:56px;border-radius:5px;padding:0 15px;border:solid 1px #cdcdcd;background-color:white !important;background-image:none !important;color:black !important;transition:all 250ms ease-in-out;font-size:16px}.form-common-styles textarea{box-sizing:border-box;width:100%;height:80px;border-radius:5px;padding:0 15px;border:solid 1px #cdcdcd;background-color:white !important;background-image:none !important;color:black !important;transition:all 250ms ease-in-out;font-size:16px}.form-common-styles .validation-summary-errors{background:#dc3d3d;color:#fff;padding:18px 10px 21px;margin:0 0 20px;border:1px solid #dc3d3d;text-align:center;position:relative;border-radius:5px}.form-common-styles .validation-summary-errors li{padding:3px 24px 3px 54px;text-align:left;font-weight:500;position:relative}.form-common-styles .validation-summary-errors li:before{font-family:"Font Awesome 5 Pro";content:"\f06a";display:block;position:absolute;margin-right:16px;left:16px}.form-common-styles .form-messages-wrap p{background:#dc3d3d;color:#fff;margin:0 0 20px;border:1px solid #dc3d3d;text-align:center;position:relative;border-radius:5px;padding:18px 24px 21px 64px;text-align:left;font-weight:500;position:relative}.form-common-styles .form-messages-wrap p:before{font-family:"Font Awesome 5 Pro";content:"\f06a";display:block;position:absolute;margin-right:16px;left:24px}.form-common-styles .form-messages-wrap p.success{background:#67CC35;border:1px solid #67CC35}.marketing-permission{display:flex}.marketing-permission__saved{display:none;margin:auto;margin-left:20px}.marketing-permission i{margin-right:10px}.loader{position:fixed;top:0;left:0;display:none;background:rgba(0,0,0,0.5);width:100%;height:100%;z-index:99999999999;align-items:center;justify-content:center;opacity:0}.loader .loader-content p{color:white;font-size:18px;font-weight:800;text-align:center;margin-top:20px}.loader .loader-content img{max-width:80px}body.show-loader .loader{opacity:1;display:flex;animation-name:show-loader;animation-duration:500ms;animation-iteration-count:1}body.show-loader .loader .loader-content{animation-name:show-loader-content;animation-duration:1000ms;animation-iteration-count:1}body.show-loader .loader .loader-spinner{animation-name:rotate-loader;animation-duration:2000ms;animation-iteration-count:infinite}@keyframes rotate-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes show-loader{0%{opacity:0}100%{opacity:1}}@keyframes show-loader-content{0%{opacity:0}50%{opacity:0}100%{opacity:1}}.top-menu{width:auto;display:block;justify-content:space-between;margin:0;padding-top:40px;color:#fff;font-size:14px;font-weight:500;line-height:1.71;text-align:right;position:relative;width:100%;padding-right:40px;background:rgba(0,0,0,0);transition:background 250ms, padding-top 250ms, padding-bottom 250ms}@media (max-width: 768px){.top-menu{padding-right:20px;padding-top:20px;max-height:76px}}.top-menu__game-details{background-color:rgba(0,0,0,0.5);padding-bottom:15px;padding-top:15px}.top-menu__game-details .user-menu{border-color:rgba(255,255,255,0.3) !important}@media (max-width: 768px){.top-menu__game-details{padding-top:20px;padding-bottom:5px}}.top-menu .logo{margin:0 0 0 24px;line-height:30px;float:left;padding-top:3px;z-index:11;position:relative}@media (max-width: 1024px){.top-menu .logo{padding-top:1px}.top-menu .logo img{width:100px}}@media (max-width: 768px){.top-menu .logo{margin-left:20px}}.top-menu ul{display:inline-block}@media (max-width: 768px){.top-menu ul{color:#1a1a1a;opacity:0;pointer-events:none}}.top-menu ul.user-menu{border-left:1px solid #fff;margin-left:25px;padding-left:25px}@media (max-width: 1024px){.top-menu ul.user-menu{margin-left:10px;padding-left:10px}}.top-menu ul li{display:inline-block;padding:0 25px;cursor:pointer}.top-menu ul li.mobile-only{display:none !important}@media (max-width: 768px){.top-menu ul li.mobile-only{display:inline-block !important}}.top-menu ul li.desktop-only{display:inline-block;padding-right:0}@media (max-width: 768px){.top-menu ul li.desktop-only{display:none !important}}@media (max-width: 1024px){.top-menu ul li{padding:0 10px}}.top-menu ul li .btn{display:inline-block}.top-menu ul li a:hover{color:#fff;text-decoration:underline}.top-menu ul.profile-menu-mobile{display:none}.hamburger-menu{width:21px;height:19px;position:relative;float:right;top:3px;overflow:hidden;display:none}@media (max-width: 768px){.hamburger-menu{display:block}}.hamburger-menu__background{background:#1a1a1a;width:100%;height:0%;position:fixed;top:0;left:0;opacity:1;transition:all 250ms 250ms;z-index:10}.hamburger-menu .bar{position:absolute;background:white;width:100%;height:3px;border-radius:2px;transition:all 250ms 125ms;z-index:11}.hamburger-menu .bar--one{top:0}.hamburger-menu .bar--two{top:8px}.hamburger-menu .bar--three{bottom:0}.mobile-menu-active .top-menu{height:100%}.mobile-menu-active .top-menu .menu-elements ul{position:relative;z-index:11;clear:both;border-left:0;text-align:left;padding-left:30%;margin-left:0;opacity:1;transition:color 250ms 300ms, opacity 250ms 250ms;color:#fff;float:left;pointer-events:auto !important}.mobile-menu-active .top-menu .menu-elements ul.page-menu{margin-top:-20px;float:left}@media (orientation: landscape){.mobile-menu-active .top-menu .menu-elements ul.page-menu{margin-top:0}}.mobile-menu-active .top-menu .menu-elements ul li{display:block;width:100%;text-transform:uppercase;line-height:56px;font-weight:bold;font-size:24px}@media (orientation: landscape) and (max-height: 330px){.mobile-menu-active .top-menu .menu-elements ul li{line-height:36px}}.mobile-menu-active .top-menu .menu-elements ul li a:hover{text-decoration:none}.mobile-menu-active .top-menu .hamburger-menu__background{opacity:1;height:100%;z-index:10;transition:all 250ms}.mobile-menu-active .top-menu .hamburger-menu .bar--one{transform:rotate(45deg);top:9px}.mobile-menu-active .top-menu .hamburger-menu .bar--two{transform:rotate(-45deg);top:9px}.mobile-menu-active .top-menu .hamburger-menu .bar--three{bottom:-3px}body.profile-page .center-on-mobile{display:block}body.profile-page .logo{padding-top:0;margin-top:-3px}body.profile-page .logo svg{fill:#fff}@media (max-width: 768px){body.profile-page .logo svg{fill:#3f3f3f}}@media (max-width: 768px){body.profile-page .hamburger-menu .bar{background:#3f3f3f}body.profile-page .top-menu{background:#f2f2f2 !important;color:#000 !important}body.profile-page .top-menu .hamburger-menu__background{background:#f2f2f2}body.profile-page .top-menu .center-on-mobile{display:none}body.profile-page .top-menu ul.page-menu,body.profile-page .top-menu ul.user-menu{display:none}body.profile-page .top-menu ul.profile-menu-mobile{display:block;padding-left:10px;padding-top:20px}body.profile-page .top-menu ul.profile-menu-mobile li a{text-transform:none;font-size:16px;color:#000 !important}body.profile-page .top-menu ul.profile-menu-mobile li a i{margin-right:10px}}.top-menu .btn--white-small{color:#000;height:30px;line-height:30px;max-heoght:30px;font-size:12px;font-weight:700;text-transform:uppercase;padding:0 26px;background:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1)}.top-menu .btn--white-small:hover{color:#000 !important}.top-menu-freeze-in-place{padding-top:70px}.top-menu-freeze-in-place .top-menu{background:#000;position:fixed !important;top:0;z-index:100;animation-name:animate-top-menu;animation-duration:500ms;animation-iteration-count:1;padding-top:20px;padding-bottom:20px}body .top-menu .promo-badge{position:absolute;margin-left:20px;top:-42px;transition:top 500ms}body .top-menu .promo-badge .mobile{display:none}body .top-menu .promo-badge img{max-width:none}@media (max-width: 768px){body .top-menu .promo-badge{top:-22px}body .top-menu .promo-badge .desktop{display:none}body .top-menu .promo-badge .mobile{display:flex;width:77px}}body.game-details-page .top-menu .promo-badge{top:-40px}body.top-menu-freeze-in-place .top-menu .promo-badge{top:-39px}@media (max-width: 768px){body.top-menu-freeze-in-place .top-menu .promo-badge{top:-28px}}body.profile-page .top-menu .promo-badge{top:-37px}@media (max-width: 768px){body.mobile-menu-active .top-menu{z-index:102}body.mobile-menu-active .top-menu .promo-badge{top:-100px}}@media (max-width: 768px){body.mobile-menu-active .center-on-mobile{display:flex;flex-direction:column;width:100%;height:90vh;justify-content:center}}@keyframes animate-top-menu{0%{top:-100px}100%{top:0px}}.footer{font-family:'Barlow', sans-serif;font-size:14px;background:#000;padding:84px 0 180px;overflow:hidden;width:100%}@media (max-width: 1440px){.footer{padding-left:30px;padding-right:30px}}.footer ul{list-style:none}.footer .resolution-container{display:flex;justify-content:space-between}@media (max-width: 830px){.footer .resolution-container{flex-direction:column}}.footer__logo{height:20px}@media (max-width: 830px){.footer__logo{margin-right:auto;margin-bottom:30px}}.footer .footer-menu-container{display:flex;justify-content:space-around;flex-grow:1}@media (max-width: 830px){.footer .footer-menu-container{justify-content:space-between;margin-bottom:30px}}.footer .footer-menu{line-height:32px}.footer .footer-menu a{transition:color 250ms ease-in-out}.footer .footer-menu a:hover{color:#9a9a9a;opacity:0.8}.footer .footer-menu__title{color:#7e7e7e;font-weight:800;text-transform:uppercase;font-size:12px}@media (max-width: 830px){.footer .footer-menu{margin-left:10px}.footer .footer-menu:nth-child(1){margin-left:0;padding-left:0}}.footer .social-copy-container{display:flex;flex-direction:column}.footer__icons{color:#9a9a9a;font-size:24px;display:flex;justify-content:space-between}.footer__icons a{transition:color 250ms ease-in-out}.footer__icons a:hover{color:#9a9a9a;opacity:0.8}@media (max-width: 830px){.footer__icons{justify-content:unset;margin-bottom:30px}.footer__icons a{margin-right:10px}.footer__icons i{margin-left:10px}.footer__icons i:nth-child(1){margin-left:0}}.footer .copyright{color:#7e7e7e;font-size:10px;line-height:1.6;text-align:right;display:flex;flex-direction:column;align-self:flex-end;margin-top:auto;position:inherit !important}.footer .copyright p:first-of-type{margin-bottom:12px}@media (max-width: 830px){.footer .copyright{margin-right:auto;text-align:left}}.resolution-container{max-width:1344px;margin:0 auto;display:flex}body.press-release{background-size:contain !important}@media (max-width: 680px){body.press-release{background-size:unset !important}}body.press-release.press-release-dt-investment{background:url("../variants/vortex/images/new_design/press-release/dt-investment.png") no-repeat top center #fafafa}body.press-release.press-release-google-stadia{background:url("../variants/vortex/images/new_design/press-release/press-release-banner.png") no-repeat top center #fafafa}body.press-release .press-release-container{width:1088px;border-radius:5px;margin:20% auto 113px}@media (max-width: 1088px){body.press-release .press-release-container{width:100%;margin:34px auto 0}}body.press-release .press-release-header{background:rgba(0,0,0,0.5);padding:96px 110px 54px;border-radius:5px 5px 0 0}body.press-release .press-release-header__title{font-size:48px;font-weight:800}body.press-release .press-release-header__date{margin-top:25px;font-size:14px}body.press-release .press-release-header__date i{margin-right:10px}@media (max-width: 880px){body.press-release .press-release-header{padding:34px 50px 34px}body.press-release .press-release-header__title{font-size:36px}}@media (max-width: 520px){body.press-release .press-release-header{padding:30px}}body.press-release .press-release-content{background:#fff;padding:54px 110px 80px;color:#000;font-size:20px}@media (max-width: 880px){body.press-release .press-release-content{padding:34px 50px 54px}}@media (max-width: 520px){body.press-release .press-release-content{padding:30px}}body.press-release .press-release-content p{font-size:20px;line-height:32px;padding:34px 0}body.press-release .press-release-content h2{font-size:24px;font-weight:bold;padding:28px 0}body.press-release .press-release-content ul{list-style:disc;margin-left:20px}body.press-release .press-release-content ul li{line-height:34px;margin-bottom:10px}body.press-release .press-release-content h2+p{padding-top:0}body.press-release .press-release-content p+h2{padding-top:12px}body.press-release .press-release-content p+p{padding-top:0}body.press-release .press-release-content .bold{font-weight:bold}body.press-release .press-release-content .pink{color:#ff0050}body.press-release .press-release-content a{width:100%;display:block;text-align:center;color:#ff0050;text-decoration:underline;cursor:pointer;font-size:20px}body.press-release .press-release-content a.btn{text-transform:none;font-size:16px;text-decoration:none;min-width:418px;margin:0 auto}@media (max-width: 520px){body.press-release .press-release-content a.btn{min-width:250px}}body.press-release .press-release-content a.btn i{margin-right:10px}body.press-release .press-release-content p a{display:inline}body.press-release .press-release-footer{background:#f2f2f2;color:gray;padding:40px 110px 72px}body.press-release .press-release-footer h2{font-size:24px;font-weight:bold;padding:28px 0;color:gray}@media (max-width: 880px){body.press-release .press-release-footer{padding:34px 50px 34px}}@media (max-width: 520px){body.press-release .press-release-footer{padding:30px}}body.press-release .assets-to-download__asset{width:128px;height:128px;border-radius:5px;overflow:hidden;box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);display:inline-block;margin-right:19px;background:#000}body.promo-page.gdc-promo:before{display:none}body.promo-page.gdc-promo .top-menu{display:none}body.promo-page.gdc-promo.top-menu-freeze-in-place{padding-top:0}body.promo-page.gdc-promo .footer{display:none}body.promo-page.gdc-promo #timer{padding:45px 0}body.promo-page.gdc-promo #timer div{display:inline-block;margin:0 5px 0px}body.promo-page.gdc-promo #timer .item{display:inline-block;font-size:36px;width:60px;text-align:center;font-weight:700;padding:10px 0;border-radius:5px;background:black;color:white}body.promo-page.gdc-promo #timer .label{text-transform:uppercase;font-size:10px;font-weight:700;text-align:center;width:100%;display:inline-block;padding-top:5px}body.promo-page.gdc-promo .display-column{display:flex;flex-direction:column;align-items:center}body.promo-page.gdc-promo .center-content{text-align:center}body.promo-page.gdc-promo .popup-container{font-family:'Barlow', sans-serif}body.promo-page.gdc-promo .zendesk-button-bottom{display:none}body.promo-page.gdc-promo .promo-page-container .promo-page-section{position:relative}body.promo-page.gdc-promo .promo-page-container .promo-page-section__content{width:1152px;margin:0 auto;padding:0 8px;box-sizing:border-box}@media (max-width: 1200px){body.promo-page.gdc-promo .promo-page-container .promo-page-section__content{padding:0 30px}}@media (max-width: 1152px){body.promo-page.gdc-promo .promo-page-container .promo-page-section__content{width:100%}}@media (max-width: 680px){body.promo-page.gdc-promo .promo-page-container .promo-page-section__content{padding:0 10px}}body.promo-page.gdc-promo .promo-page-container .promo-page-section__section-01{background:url("../variants/vortex/images/new_design/gdc/violet-bg.jpg") no-repeat #5d1e86;background-size:cover;padding:62px 0 0 !important;position:relative;text-align:center}body.promo-page.gdc-promo .promo-page-container .promo-page-section__section-01:after{background:#fff;width:100%;height:80px;transform:skew(0deg, -2deg);display:none;content:'';position:absolute;bottom:-45px}body.promo-page.gdc-promo .promo-page-container .promo-page-section.endless-summer{background-image:linear-gradient(to bottom, #181415, #370a46 43%, #181415)}body.promo-page.gdc-promo .promo-page-container .promo-page-section__section-02{background:#fff;padding:62px 0 130px;color:black}body.promo-page.gdc-promo .promo-page-container .promo-page-section__section-03{background:linear-gradient(90deg, #ff0050, #9b00ff) !important;padding:115px 0 100px;color:white;text-align:center}body.promo-page.gdc-promo .promo-page-container .promo-page-section__section-03:before{background:linear-gradient(90deg, #ff0050, #9b00ff) !important;width:100%;height:80px;transform:skew(0deg, -2deg);display:none;content:'';position:absolute;top:-45px;z-index:2}body.promo-page.gdc-promo .promo-page-container .promo-page-section__section-04{background:#00aedb;padding:130px 0}body.promo-page.gdc-promo .promo-page-container .promo-page-section__section-04:after{background:#00aedb;width:100%;height:80px;transform:skew(0deg, -2deg);display:none;content:'';position:absolute;top:-45px}body.promo-page.gdc-promo .promo-page-container .promo-page-section__section-05{background:#000;padding:80px 0 47px;text-align:center}.gdc-promo{font-family:'Barlow', sans-serif}.gdc-promo .bold{font-weight:bold}.gdc-promo .our-team{font-size:20px}.gdc-promo .advices{font-size:24px;padding:20px 0}.gdc-promo .advices span:before,.gdc-promo .advices span:after{width:8px;height:8px;display:inline-block;background:#fff;content:'';opacity:0.5;border-radius:4px;position:relative;bottom:2px;margin:0 10px}.gdc-promo .button{min-width:100%;height:56px;border-radius:10px;box-shadow:0 6px 12px 0 rgba(0,0,0,0.3);cursor:pointer;background-color:white;border-radius:8px 2px 8px 2px;display:inline-block;font-size:24px;font-weight:bold;line-height:56px;color:#fff;font-family:'Barlow', sans-serif;transition:all 125ms ease-in-out;text-align:center}.gdc-promo .button--black{background:black;color:white !important;box-shadow:none}.gdc-promo .button--basic{background-image:linear-gradient(103deg, #fa0, #ff0050 100%)}.gdc-promo .button--pro{background-image:linear-gradient(103deg, #ff0050, #9b00ff 100%)}.gdc-promo .button--ultra{background-image:linear-gradient(103deg, #9b00ff, #1397ff 100%)}.gdc-promo .button .strikethrough{position:relative;display:inline-block;font-weight:400;padding:0 2px}.gdc-promo .button .strikethrough:before{position:absolute;content:'';display:block;width:100%;height:2px;background:#ff0050;top:50%;margin-top:-1px}.gdc-promo .button:hover{text-decoration:none;animation-play-state:paused}.gdc-promo .button.disabled{opacity:0.2;user-select:none;pointer-events:none;animation:none}.gdc-promo .gdc-logo{margin:40px auto;max-width:100%}.gdc-promo .our-exclusive{font-size:50px;line-height:62px;margin-top:22px}.gdc-promo .buy-buttons-container{display:flex;width:100%;margin:50px 0;flex-direction:row;justify-content:space-between;position:relative;z-index:5}@media (max-width: 660px){.gdc-promo .buy-buttons-container{flex-direction:column;align-items:center}}.gdc-promo .buy-buttons-container .buy-button{width:304px;padding:40px 34px;background:rgba(0,0,0,0.5);border-radius:10px}@media (max-width: 660px) and (min-width: 400px){.gdc-promo .buy-buttons-container .buy-button{width:80%}}.gdc-promo .buy-buttons-container .buy-button.middle{margin:0 10px}@media (max-width: 660px){.gdc-promo .buy-buttons-container .buy-button.middle{margin:10px 0}}.gdc-promo .buy-buttons-container .buy-button__endless-summer{height:180px;margin:40px 0 !important}.gdc-promo .buy-buttons-container .promo-price{font-size:48px;line-height:unset;font-weight:bold;margin-bottom:32px;color:#fff}.gdc-promo .buy-buttons-container .promo-price .strikethrough{font-size:28px;font-weight:normal;position:relative;display:inline-block;margin-left:5px}.gdc-promo .buy-buttons-container .promo-price .strikethrough:after{background:#ff0050;content:'';display:block;position:absolute;height:2px;width:100%;top:14px}@media (max-width: 930px) and (min-width: 661px){.gdc-promo .buy-buttons-container .promo-price .strikethrough{width:100px;margin:0 auto;clear:both;display:block;text-align:center}}.gdc-promo .offer-not-available{width:100%;padding:50px;border:3px solid #ff0050;margin:0 auto;font-weight:bold}.gdc-promo .offer-not-available.mB{margin-bottom:50px}.gdc-promo .what-is-waiting{margin-bottom:96px;width:100%}.gdc-promo .what-is-waiting p{font-size:18px}.gdc-promo .what-is-waiting p.title{font-size:24px;font-weight:bold;margin-bottom:35px}.gdc-promo .what-is-waiting-features{width:100%;display:flex;flex-direction:row;justify-content:space-between}.gdc-promo .what-is-waiting-features .what-is-waiting-feature{display:flex;flex-direction:row;align-items:center}.gdc-promo .what-is-waiting-features .what-is-waiting-feature p{max-width:189px;text-align:left;line-height:28px}.gdc-promo .what-is-waiting-features .what-is-waiting-feature p .bold{font-weight:bold}.gdc-promo .what-is-waiting-features .what-is-waiting-feature.middle{margin:0 20px}@media (max-width: 539px){.gdc-promo .what-is-waiting-features .what-is-waiting-feature.middle{margin:20px 0}}.gdc-promo .what-is-waiting-features .feature-icon{width:104px;height:104px;background:black;border-radius:52px;margin-right:25px;font-size:48px;line-height:104px;flex-shrink:0}@media (max-width: 880px) and (min-width: 540px){.gdc-promo .what-is-waiting-features .what-is-waiting-feature{flex-direction:column}.gdc-promo .what-is-waiting-features .what-is-waiting-feature p{text-align:center;margin-top:15px}.gdc-promo .what-is-waiting-features .feature-icon{margin:0 auto}}@media (max-width: 539px){.gdc-promo .what-is-waiting-features{flex-direction:column;align-items:center}}.gdc-promo .what-am-i-getting{margin:92px 30px 0;display:flex;flex-direction:row;justify-content:space-between}.gdc-promo .what-am-i-getting p{padding:0 32px 20px 32px;text-align:left;box-sizing:border-box;width:33.3%;position:relative}.gdc-promo .what-am-i-getting p:before{content:url("../variants/vortex/images/new_design/valentines-promo/arrow-down.png");display:block;position:absolute;left:0;top:-32px}.gdc-promo .what-am-i-getting p span{padding-bottom:10px}.gdc-promo .what-am-i-getting p span.single-line{font-size:48px;display:block;width:100%}@media (max-width: 650px){.gdc-promo .what-am-i-getting p span.single-line{font-size:32px}}@media (max-width: 580px){.gdc-promo .what-am-i-getting{flex-direction:column;justify-content:center}.gdc-promo .what-am-i-getting p{width:auto;margin:0 auto 40px}}.gdc-promo .wrc-bg,.gdc-promo .sniper-sherlock-bg{position:absolute}@media (max-width: 1280px){.gdc-promo .wrc-bg,.gdc-promo .sniper-sherlock-bg{display:none}}.gdc-promo .wrc-bg{left:0;bottom:70px}.gdc-promo .sniper-sherlock-bg{right:0;bottom:0;z-index:2}.gdc-promo .games-section{background:blue;color:black}.gdc-promo .games-section h2{font-weight:400;max-width:796px;margin:0 auto 70px}.gdc-promo .games-section h2 .strong{font-weight:bold}.gdc-promo .games-section p{font-size:20px}.gdc-promo .games-section p.subscribe{font-size:24px;max-width:720px;margin:0 auto 67px}.gdc-promo .games-section .games-logotypes{width:100%;display:flex;justify-content:space-between;margin:50px auto 108px;align-items:center}.gdc-promo .games-section .games-logotypes img{max-width:100%}.gdc-promo .games-section .games-logotypes .middle{margin:0 30px}@media (max-width: 660px){.gdc-promo .games-section .games-logotypes{flex-direction:column}.gdc-promo .games-section .games-logotypes .middle{margin:30px 0}}.gdc-promo .games-showcase img.motogp-bg,.gdc-promo .games-showcase img.lords-bg,.gdc-promo .games-showcase img.syberia-bg,.gdc-promo .games-showcase img.motogp-bg-small,.gdc-promo .games-showcase img.syberia-lords-bg{position:absolute}.gdc-promo .games-showcase img.motogp-bg{left:0;bottom:-30px;z-index:4}.gdc-promo .games-showcase img.lords-bg{right:0;top:-10px;z-index:1}.gdc-promo .games-showcase img.syberia-bg{right:140px;top:-50px;z-index:2}.gdc-promo .games-showcase img.motogp-bg-small{left:0;bottom:-20px;z-index:4}.gdc-promo .games-showcase img.syberia-lords-bg{right:0;z-index:1}.gdc-promo .games-showcase img.motogp-bg-small,.gdc-promo .games-showcase img.syberia-lords-bg{display:none}@media (max-width: 1080px){.gdc-promo .games-showcase img.motogp-bg,.gdc-promo .games-showcase img.lords-bg,.gdc-promo .games-showcase img.syberia-bg{display:none}.gdc-promo .games-showcase img.motogp-bg-small,.gdc-promo .games-showcase img.syberia-lords-bg{display:block}}@media (max-width: 600px){.gdc-promo .games-showcase img.motogp-bg-small,.gdc-promo .games-showcase img.syberia-lords-bg{display:none}}.gdc-promo .games-showcase .promoted-games-list{display:flex;align-items:center;margin:65px auto 30px;justify-content:center}.gdc-promo .games-showcase .promoted-games-list .lords{margin:0 75px}.gdc-promo .bottom-section p.small{line-height:1.71}.gdc-promo .bottom-section img{margin:80px 0 12px}.gdc-promo .neon-animation{position:relative;overflow:hidden}.gdc-promo .neon-animation .neon-on,.gdc-promo .neon-animation .neon-off,.gdc-promo .neon-animation .neon-heart,.gdc-promo .neon-animation .neon-pad{position:absolute;left:0;top:0}.gdc-promo .neon-animation .neon-heart,.gdc-promo .neon-animation .neon-pad{z-index:2}.gdc-promo .neon-animation .neon-heart{animation-name:heart-anim;animation-duration:2s;animation-iteration-count:infinite}.gdc-promo .neon-animation .neon-pad{animation-name:pad-anim;animation-duration:2s;animation-iteration-count:infinite}@media (max-width: 780px){.gdc-promo .neon-animation img{width:100%}}.gdc-promo .timer-section{z-index:3}.gdc-promo .be-quick{display:flex;flex-direction:column;margin-bottom:57px}.gdc-promo .be-quick p{font-size:28px;line-height:1.33;max-width:720px;margin:0 auto}.gdc-promo .be-quick p .bold{margin-bottom:10px;width:100%;display:inline-block;font-size:32px}.gdc-promo .be-quick p.xbig{font-size:60px}.gdc-promo .be-quick p.offer-not-available{font-size:14px;margin-top:30px;max-width:340px;text-align:center}.gdc-promo .be-quick .with-button{margin-left:0;display:flex;align-items:flex-end;flex-direction:column}.gdc-promo .be-quick .with-button .button{align-self:center}@media (max-width: 960px){.gdc-promo .be-quick{flex-direction:column;text-align:center}.gdc-promo .be-quick .with-button{margin-left:0;margin:40px 0;justify-content:center}}@media (max-width: 768px){.gdc-promo .be-quick p{font-size:32px}.gdc-promo .be-quick p.xbig{font-size:48px}}.gdc-promo .be-quick #timer,.gdc-promo .be-quick .be-quick{max-width:980px;margin:0 auto}@media (max-width: 960px){.gdc-promo .be-quick #timer,.gdc-promo .be-quick .be-quick{text-align:center}}.gdc-promo p.terms{font-size:14px;line-height:16px;max-width:700px;margin:0 auto 40px}.gdc-promo p.terms .bold{font-weight:bold}.gdc-promo .price-discount-container{display:flex;flex-direction:row;align-items:center;margin-bottom:55px}.gdc-promo .price-discount-container .price-discount{display:flex;flex-direction:column;font-size:60px;text-align:right;margin-right:30px;-webkit-text-stroke:3px #ffffff}@media (max-width: 680px){.gdc-promo .price-discount-container .price-discount{font-size:40px}}.gdc-promo .price-discount-container .price-discount .strikethrough{font-size:32px;-webkit-text-stroke:0;position:relative;display:inline-block;width:auto;margin:0 0 0 auto}.gdc-promo .price-discount-container .price-discount .strikethrough:before{width:100%;background:#ff5d90;content:'';height:5px;display:block;transform:rotate(-5deg);position:absolute;top:13px;box-shadow:0 0 10px 0 #ff0050}.gdc-promo .price-discount-container .price-discount-text{font-size:36px;text-align:left;line-height:1.11}@media (max-width: 680px){.gdc-promo .price-discount-container .price-discount-text{font-size:26px}}@media (max-width: 520px){.gdc-promo .price-discount-container{flex-direction:column}.gdc-promo .price-discount-container .price-discount{font-size:50px}.gdc-promo .price-discount-container .price-discount .strikethrough{text-align:center;margin:0 auto}.gdc-promo .price-discount-container .price-discount-text{margin-top:30px;text-align:center}}.gdc-promo a.more-details{font-size:16px;margin:35px 0 20px}.gdc-promo a.more-details:hover{color:white}.gdc-promo p{font-size:16px}.gdc-promo p.fall-in-love{line-height:30px;text-align:center;display:flex;align-self:center;text-align:center;justify-content:center;margin-bottom:25px}.gdc-promo p.fall-in-love img{margin:0 10px}.gdc-promo p.xsmall{font-size:10px}.gdc-promo p.small{font-size:14px;line-height:16px}.gdc-promo p.medium{font-size:28px;line-height:1.14}.gdc-promo p.large{font-size:48px;font-weight:800}.gdc-promo p.offer-not-available{font-size:14px;margin-top:30px;max-width:340px}@keyframes heart-anim{0%{opacity:0}5%{opacity:1}8%{opacity:0}12%{opacity:1}30%{opacity:1}32%{opacity:0}40%{opacity:1}55%{opacity:1}57%{opacity:0}85%{opacity:0}87%{opacity:1}99%{opacity:1}100%{opacity:0}}@keyframes pad-anim{0%{opacity:1}5%{opacity:0}20%{opacity:0}21%{opacity:1}28%{opacity:1}30%{opacity:0}32%{opacity:1}40%{opacity:0}85%{opacity:0}87%{opacity:1}99%{opacity:1}100%{opacity:0}}@keyframes bounce{0%{transform:scale(0.98)}50%{transform:scale(1)}100%{transform:scale(0.98)}}@media (max-width: 1710px){.gdc-promo .games-showcase h2{max-width:100%}.gdc-promo .games-showcase img.syberia-bg{right:90px}.gdc-promo .games-showcase .promoted-games-list .lords{margin:0 40px}}@media (max-width: 1550px){.gdc-promo .games-showcase h2{max-width:460px;margin:0 auto}.gdc-promo .games-showcase img.lords-bg{top:auto;bottom:0}.gdc-promo .games-showcase .promoted-games-list img{width:180px}}@media (max-width: 1440px){.gdc-promo .games-showcase .promoted-games-list{flex-direction:column}.gdc-promo .games-showcase .promoted-games-list img{margin:20px 0 !important}.gdc-promo .games-showcase img.syberia-bg{top:auto;bottom:0}}@media (max-width: 1200px){.gdc-promo .games-showcase h2{max-width:100%}.gdc-promo .games-showcase img.syberia-bg{top:auto;bottom:-160px}.gdc-promo .games-showcase img.lords-bg{top:auto;bottom:-30px}}@media (max-width: 600px){.gdc-promo .games-showcase .promoted-games-list img{width:auto}}@media (max-width: 1200px){.gdc-promo .promo-section__content{padding:0 30px}}.mirage{background-image:linear-gradient(102deg, #fa0, #ff0050);width:230px;height:4px;margin:auto;margin-top:4px;border-radius:4px}.mirage__pro{background-image:linear-gradient(102deg, #ff0050, #9b00ff) !important}.mirage__ultra{background-image:linear-gradient(102deg, #9b00ff, #1397ff) !important}.mirage-2{width:200px;height:2px}.mirage-3{width:120px;height:2px}.endless-body{background-color:#14083c}.endless-body .buy-buttons-container{display:flex}@media (max-width: 1020px){.endless-body .buy-buttons-container{flex-direction:column !important;align-items:center}}.endless-summer p,.endless-summer div{z-index:99}.endless-summer .gdc-logo{z-index:99;max-width:48% !important;margin:0px auto !important}.endless-summer .our-exclusive{margin-top:20px}.endless-summer .vaporwave-grid{overflow:hidden;position:absolute;max-width:100%;top:280px !important;left:50%;transform:translate(-50%, 0);z-index:1}.endless-summer .vaporwave-grid__grid{position:relative;margin:auto}.endless-summer__container-1{padding:60px 0px}@media (max-width: 539px){.endless-summer .middle{margin:72px 0 !important}}.endless-summer__2{background:linear-gradient(to bottom, #181415 0%, #400150 28%, #c015a1 52%, #ffb0ac 100%)}.endless-summer__2 .spend-summer{display:flex;flex-direction:column}.endless-summer__2 .spend-summer h2{z-index:99}@media (max-width: 1020px){.endless-summer__2 .spend-summer h2{margin-bottom:15px}}.endless-summer__2 p{z-index:99}.endless-summer__2 .games-section{background:blue;color:black}.endless-summer__2 .games-section h2{font-weight:400;max-width:796px;margin:0 auto 70px}.endless-summer__2 .games-section h2 .strong{font-weight:bold}.endless-summer__2 .games-section p{font-size:20px}.endless-summer__2 .games-section p.subscribe{font-size:24px;max-width:720px;margin:0 auto 67px}.endless-summer__2 .games-logotypes{width:100%;display:flex;justify-content:space-between;margin:116px auto 60px !important;align-items:center}.endless-summer__2 .games-logotypes img{max-width:100%}.endless-summer__2 .games-logotypes .middle{margin:0 30px}@media (max-width: 660px){.endless-summer__2 .games-logotypes{flex-direction:column}.endless-summer__2 .games-logotypes .middle{margin:30px 0}}.endless-summer__2 .triangle{margin-right:34px}.endless-summer__2 .promo-page-section__content div{z-index:99}.endless-summer__2 .promo-page-section__content h2{font-size:36px}.endless-summer__2 .promo-page-section__content span{z-index:99;font-size:36px}.endless-summer__2 .what-is-waiting{margin:25px 0 157px !important}.endless-summer__2 .what-is-waiting p,.endless-summer__2 .what-is-waiting span{font-size:18px !important}.endless-summer__2 .what-is-waiting-features{margin-top:80px}@media (max-width: 539px){.endless-summer__2 .middle{margin:72px 0 !important}}.endless-summer__2 .gta-disclaimer{display:flex;justify-content:center;padding-bottom:56px}.endless-summer__2 .gta-disclaimer span{font-size:12px !important}.vaporwave-landscape{position:absolute;overflow:hidden;max-width:100%;bottom:0;left:50%;transform:translate(-50%, 16px);z-index:1}.vaporwave-landscape__img{position:relative;margin:auto}.endless-summer__3{height:600px;background-color:#14083c;z-index:0}.endless-summer__3 p,.endless-summer__3 div{z-index:99}.endless-summer__3--title{margin-top:16px}.endless-summer__3--title .subscribe{font-size:36px !important}.endless-summer__3 .terms{max-width:795px !important;font-size:12px !important}.endless-summer__3 .palm{position:absolute;bottom:0}@media (max-width: 1020px){.endless-summer__3 .palm{display:none}}.endless-summer__3 .palm--right{right:0}.endless-summer__3 .palm--left{left:0}.endless-summer__3 .vortex{margin-bottom:25px}.what-is-waiting-features+p{margin-top:40px;font-size:14px}.newsroom:before{display:none}.newsroom strong,.newsroom .strong{font-weight:bold}.newsroom-header{background-image:linear-gradient(102deg, #9b00ff, #1397ff);margin-top:-70px;padding-top:270px}@media (max-width: 780px){.newsroom-header{padding-top:110px}}.newsroom-header__content{max-width:1440px;margin:0 auto;padding-left:30px;padding-right:30px;padding-bottom:48px;display:flex;justify-content:space-between;align-items:flex-end}.newsroom-header__content .contact-data{font-size:16px;display:flex;flex-direction:row}@media (max-width: 780px){.newsroom-header__content .contact-data{margin-top:32px}}.newsroom-header__content .contact-data .first-line{font-size:20px}.newsroom-header__content .contact-data__image{max-height:80px;max-width:80px;margin-right:32px}.newsroom-header__content .contact-data__content{line-height:38px}.newsroom-header__content h1{font-size:56px;line-height:56px}.newsroom-header__content h1 i{padding-bottom:30px}@media (max-width: 780px){.newsroom-header__content{flex-direction:column;align-items:baseline}}.newsroom-content{background:#fff;padding:80px 30px 128px;max-width:1440px;margin:0 auto;display:flex;align-items:flex-start}@media (max-width: 720px){.newsroom-content{flex-direction:column}}.newsroom-content__news{display:flex;flex-wrap:wrap;max-width:896px;width:100%;flex-shrink:0}@media (max-width: 1220px){.newsroom-content__news{flex-shrink:1}}@media (max-width: 720px){.newsroom-content__news{max-width:100%;flex-shrink:0}}.newsroom-content__socials{max-width:416px;width:100%}@media (max-width: 1100px){.newsroom-content__socials{max-width:300px}}@media (max-width: 720px){.newsroom-content__socials{max-width:100%}}.newsroom-content__socials h2{font-size:32px;font-weight:bold;line-height:1.5;color:#000;margin-bottom:28px}.socials-list{display:flex;flex-wrap:wrap}.socials-list__social{width:80px;height:80px;border-radius:5px;border:1px solid #e5e5e5;display:block;margin-right:32px;flex-shrink:0;margin-bottom:32px;color:#818181;font-size:36px;display:flex;align-items:center;justify-content:center;transition:all 250ms ease-in-out}.socials-list__social:hover{color:initial;text-decoration:none}.news-item{display:flex;max-width:416px;width:100%;border-radius:5px;box-shadow:0 12px 20px 0 rgba(52,25,25,0.1);color:#000;flex-direction:column;transition:box-shadow 250ms ease-in-out;position:relative;overflow:hidden;margin-right:32px;margin-bottom:32px}@media (max-width: 1220px){.news-item{max-width:calc(45% - 10px);flex-grow:1;flex-shrink:1}}@media (max-width: 880px){.news-item{max-width:100%}}@media (max-width: 720px){.news-item{margin-right:0}}.news-item:hover{text-decoration:none;color:initial;cursor:pointer}.news-item:hover .news-item__download-pdf{bottom:0}.news-item__image-header{width:100%}.news-item__image-header img{width:100%}.news-item__content{padding:21px 24px 29px;height:100%;display:flex;flex-direction:column}.news-item__content h2{font-size:24px;line-height:26px;margin-bottom:20px}.news-item__content p{font-size:16px;line-height:24px}.news-item__content p.date{font-size:14px;color:#9a9a9a;padding-top:10px;margin-top:auto}.news-item__content p.date i{margin-right:7px}.news-item__link-to-news{background:rgba(0,0,0,0);width:100%;height:100%;display:block;position:absolute}.news-item__link-to-news:hover{cursor:pointer}.news-item__download-pdf{background:#000;font-size:16px;font-weight:bold;color:#fff;width:100%;height:48px;display:flex;justify-content:center;align-items:center;position:absolute;bottom:-60px;transition:all 250ms ease-in-out}.news-item__download-pdf:hover{text-decoration:none;color:#fff}.news-item__download-pdf i{margin-right:12px}@media (max-width: 500px){.press{width:fit-content}}.press .press-head{height:716px;margin-top:-70px;padding-top:80px;background:#9b00ff;background:linear-gradient(147deg, #9b00ff 24%, #1496ff 87%, #1397ff 87%)}@media (max-width: 1420px){.press .press-head{height:fit-content}}.press .press-head__container{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center}@media (max-width: 1420px){.press .press-head__container{flex-wrap:wrap;flex-direction:column-reverse}}.press .press-head__item{height:600px;display:flex;align-items:center}@media (max-width: 1420px){.press .press-head__item{height:420px}}.press .press-head__item img{width:100%;margin-top:100px}.press .press-head__text-block{display:flex;flex-flow:column;width:416px;margin-right:205px}@media (max-width: 912px){.press .press-head__text-block{margin-right:0px}}.press .press-head__text-block h1,.press .press-head__text-block i{font-size:56px;margin-bottom:33px}.press .press-head__text-block p{margin-top:19px;font-size:18px;line-height:1.33}.press .newsroom-content{flex-direction:column;max-width:1440px;padding:0 30px 160px;width:100%}.press .newsroom-content__container{max-width:100%;background:#fff}.press .newsroom-content__news{justify-content:left;max-width:100%}@media (max-width: 1420px){.press .newsroom-content__news .news-item{max-width:calc(30% - 10px)}}@media (max-width: 880px){.press .newsroom-content__news .news-item{max-width:100%}}.press .newsroom-content__news .news-item--placeholder{box-shadow:none}.press .newsroom-content__press-releases{display:flex;color:#000;align-self:center;flex-wrap:wrap;margin-bottom:33px;width:100%}.press .newsroom-content__press-releases--header{margin-right:32px;width:416px;display:flex;align-items:baseline}.press .newsroom-content__press-releases--header h2{font-weight:900;font-size:40px;color:#cdcdcd;margin-right:23px}.press .newsroom-content__press-releases--header p{font-size:16px}.press .newsroom-content__press-releases--header a:hover{color:inherit}.press .press-note{padding-top:175px;padding-bottom:105px;background:#fff;display:flex;color:#000;justify-content:center;width:100%}@media (max-width: 1420px){.press .press-note{flex-wrap:wrap;padding-top:52px;justify-content:flex-end;padding-right:10%}}@media (max-width: 1025px){.press .press-note{padding-left:0px;padding-right:0px;flex-direction:row}}@media (max-width: 912px){.press .press-note{justify-content:center !important;width:fit-content}}.press .press-note__column{display:flex;flex-direction:column;align-items:baseline}@media (max-width: 912px){.press .press-note__column{width:100%;margin-left:30px;margin-right:30px}}.press .press-note__header{width:280px;font-size:94px;font-weight:800;line-height:0.85;color:#cdcdcd;margin-bottom:21px;margin-right:170px}@media (max-width: 500px){.press .press-note__header{width:350px;margin-right:33px}}.press .press-note__buttons{display:flex;flex-direction:column;color:#000}.press .press-note__buttons.hidedesktop{display:none;width:100%;text-align:center;margin-left:30px}@media (max-width: 912px){.press .press-note__buttons.hidedesktop{display:block}}@media (max-width: 490px){.press .press-note__buttons.hidedesktop{padding:0}}@media (max-width: 912px){.press .press-note__buttons.hidemobile{display:none}}.press .press-note__buttons i{margin-right:17px}.press .press-note__buttons a{width:max-content;margin-top:16px;display:flex;align-items:center}.press .press-note__buttons a span{display:flex;width:max-content}.press .press-note__paragraphs{width:416px;margin-right:32px}@media (max-width: 912px){.press .press-note__paragraphs{width:100%}}.press .press-note__paragraphs p{margin-bottom:35px;line-height:28px;font-size:18px}.press .press-contact{display:flex;justify-content:center;flex-wrap:wrap;background:#1a1a1a}.press .press-contact h2{margin-top:106px;font-size:56px}.press .press-contact__paragraph{margin-top:59px;margin-bottom:50px;width:752px;font-size:18px;line-height:1.33}@media (max-width: 780px){.press .press-contact__paragraph{width:420px}}@media (max-width: 500px){.press .press-contact__paragraph{width:350px}}.press .press-contact .options-wrap{display:block}@media (max-width: 780px){.press .press-contact .options-wrap{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center}}.press .press-contact .contact-form{margin-right:200px}@media (max-width: 1020px){.press .press-contact .contact-form{margin-right:0}}.press .press-contact .contact-form__inputs{display:flex}@media (max-width: 780px){.press .press-contact .contact-form__inputs{flex-wrap:wrap;flex-direction:column;align-items:center}}.press .press-contact .contact-form__left{margin-right:32px;width:300px}@media (max-width: 780px){.press .press-contact .contact-form__left{width:420px;margin-right:0px}}@media (max-width: 500px){.press .press-contact .contact-form__left{width:350px}}.press .press-contact .contact-form__left select{padding-left:10px}.press .press-contact .contact-form__right{width:420px}@media (max-width: 500px){.press .press-contact .contact-form__right{width:350px}}@media (max-width: 500px){.press .press-contact .contact-form__right textarea{width:350px !important}}.press .press-contact .contact-form__submit{width:752px;display:flex}@media (max-width: 780px){.press .press-contact .contact-form__submit{flex-wrap:wrap;flex-direction:column;align-items:center;width:420px}}@media (max-width: 500px){.press .press-contact .contact-form__submit{width:350px}}.press .press-contact .contact-form__submit-text{font-size:18px;line-height:1.33}.press .press-contact .contact-form__button{margin-right:32px;width:192px}@media (max-width: 780px){.press .press-contact .contact-form__button{width:100%;margin-right:0;margin-bottom:32px}}.press .press-contact .contact-persons-col{margin-top:228px}@media (max-width: 1420px){.press .press-contact .contact-persons-col{width:752px;margin-top:20px;margin-right:200px}}@media (max-width: 1020px){.press .press-contact .contact-persons-col{margin-right:0}}@media (max-width: 780px){.press .press-contact .contact-persons-col{width:420px}}.press .press-contact .contact-persons-col h3{font-weight:900;font-size:24px}.press .press-contact .contact-persons-col .contact-data{margin-top:58px;font-size:16px;display:flex;flex-direction:row}@media (max-width: 780px){.press .press-contact .contact-persons-col .contact-data{margin-top:32px}}.press .press-contact .contact-persons-col .contact-data .first-line{font-size:20px}.press .press-contact .contact-persons-col .contact-data__image{max-height:80px;max-width:80px;margin-right:32px}.press .press-contact .contact-persons-col .contact-data__content{line-height:38px}.press .press-contact .contact-persons-col .contact-data a{font-size:16px;opacity:0.5}.press .press-contact .contact-persons-col .contact-data i{margin-right:15px}.press .press-contact .contact-persons-col .contact-data a:hover{text-decoration:none;color:inherit;font-weight:900}.press .contact-foot{padding-top:112px;padding-bottom:115px;display:flex;justify-content:center;background:#1a1a1a;height:350px}.press .contact-foot.hidedesktop{display:none}@media (max-width: 1420px){.press .contact-foot.hidedesktop{display:flex;padding-right:200px;justify-content:center}}@media (max-width: 490px){.press .contact-foot.hidedesktop{padding:0}}@media (max-width: 1420px){.press .contact-foot.hidemobile{display:none}}.press .contact-foot__column{width:1334px}@media (max-width: 1420px){.press .contact-foot__column{width:752px;margin-right:200px}}@media (max-width: 1020px){.press .contact-foot__column{width:752px;margin-right:0}}@media (max-width: 780px){.press .contact-foot__column{width:420px;margin-right:0}}.press .contact-foot__address{display:flex}.press .contact-foot__address-column{margin-right:58px}.press .contact-foot .remotr-logo{width:306px;height:49px;margin-bottom:28px}.press .contact-foot p{line-height:24px;font-size:16px}.brand-assets{background:#fff}.brand-assets h2{color:#d8d8d8;font-size:40px;line-height:64px;margin-bottom:42px}.brand-assets__container{padding:0 30px 168px;max-width:1440px;width:100%;margin:0 auto}.brand-assets .asset-container{display:flex;flex-direction:row}@media (max-width: 768px){.brand-assets .asset-container{flex-wrap:wrap}}.brand-assets .asset{max-width:416px;border-radius:5px;box-shadow:0 12px 20px 0 rgba(52,25,25,0.1);padding:35px 50px;position:relative;display:flex;flex-direction:column}@media (max-width: 768px){.brand-assets .asset{max-width:100%;width:100%;margin-right:0 !important;margin-bottom:32px}}.brand-assets .asset__title{color:#000;font-size:24px;line-height:1.67;font-weight:bold}.brand-assets .asset p{color:#9b9b9b;line-height:1.5;font-size:16px;margin-bottom:56px;padding-right:110px}.brand-assets .asset a{color:#000;font-weight:bold;line-height:2.5;position:absolute;bottom:30px}.brand-assets .asset a i{margin-right:9px}.brand-assets .asset--logotype{margin-right:32px}.brand-assets .asset--logotype .asset-background{position:absolute;right:-15px;top:50%;transform:translateY(-50%)}.brand-assets .asset--brand-guide{margin-right:32px}.brand-assets .asset--brand-guide .asset-background{position:absolute;right:-15px;top:50%;transform:translateY(-50%)}@font-face{font-family:'shlopshlop';src:url("../variants/vortex/fonts/shlop-webfont.woff") format("woff"),url("../variants/vortex/fonts/shlop-webfont.woff2") format("woff2");font-weight:normal;font-style:normal}body.promo-page.haloween-promo:before{display:none}body.promo-page.haloween-promo .top-menu{display:none}body.promo-page.haloween-promo.top-menu-freeze-in-place{padding-top:0}body.promo-page.haloween-promo .footer{display:none}body.promo-page.haloween-promo .display-column{display:flex;flex-direction:column;align-items:center}body.promo-page.haloween-promo .center-content{text-align:center}body.promo-page.haloween-promo .popup-container{font-family:'Barlow', sans-serif}body.promo-page.haloween-promo .zendesk-button-bottom{display:none}.shlopshlop-font{font-family:'shlopshlop';font-size:64px}.haloween-promo{background:#000}.haloween-promo .promo-page-container .promo-page-section{position:relative}.haloween-promo .promo-page-container .promo-page-section__content{width:1152px;margin:0 auto;padding:0 8px;box-sizing:border-box}@media (max-width: 1200px){.haloween-promo .promo-page-container .promo-page-section__content{padding:0 30px}}@media (max-width: 1152px){.haloween-promo .promo-page-container .promo-page-section__content{width:100%}}@media (max-width: 680px){.haloween-promo .promo-page-container .promo-page-section__content{padding:0 10px}}.haloween-promo .promo-page-container .promo-page-section__section-01{background-image:linear-gradient(to bottom, #d94408, #ff9e05);padding-top:70px}.haloween-promo .promo-page-container .promo-page-section__section-01 *{z-index:1}.haloween-promo .promo-page-container .promo-page-section__section-01 .vortex-logo{margin-bottom:51px}.haloween-promo .promo-page-container .promo-page-section__section-01 h1{margin-top:20px}@media (max-width: 1130px){.haloween-promo .promo-page-container .promo-page-section__section-01 h1{max-width:630px}}.haloween-promo .promo-page-container .promo-page-section__section-01 h1 span{font-size:60px}.haloween-promo .promo-page-container .promo-page-section__section-01 h2{padding:24px 0 62px}.haloween-promo .promo-page-container .promo-page-section__section-01 .s01-bg-image-right{position:absolute;bottom:-45px;right:0;z-index:0}.haloween-promo .promo-page-container .promo-page-section__section-01 .s01-bg-image-left{position:absolute;bottom:0;left:0;z-index:0}@media (max-width: 1080px){.haloween-promo .promo-page-container .promo-page-section__section-01 .s01-bg-image-right,.haloween-promo .promo-page-container .promo-page-section__section-01 .s01-bg-image-left{max-width:400px}}@media (max-width: 1024px){.haloween-promo .promo-page-container .promo-page-section__section-01 .s01-bg-image-right,.haloween-promo .promo-page-container .promo-page-section__section-01 .s01-bg-image-left{max-width:300px}}@media (max-width: 920px){.haloween-promo .promo-page-container .promo-page-section__section-01 .s01-bg-image-right,.haloween-promo .promo-page-container .promo-page-section__section-01 .s01-bg-image-left{display:none}}.haloween-promo .promo-page-container .promo-page-section__section-01 .moon{position:absolute;top:300px;left:300px;z-index:0}@media (max-width: 1130px){.haloween-promo .promo-page-container .promo-page-section__section-01 .moon{display:none}}.haloween-promo .promo-page-container .promo-page-section__section-02{padding-bottom:100px}@media (max-width: 880px){.haloween-promo .promo-page-container .promo-page-section__section-02 .what-is-waiting-features{flex-direction:column;align-items:center}.haloween-promo .promo-page-container .promo-page-section__section-02 .what-is-waiting-features div{width:100%}.haloween-promo .promo-page-container .promo-page-section__section-02 .what-is-waiting-features div.middle{margin:40px auto}}.haloween-promo .promo-page-container .promo-page-section__section-02 .games-covers div{max-width:33%}.haloween-promo .promo-page-container .promo-page-section__section-02 .games-covers div img{max-width:100%}.haloween-promo .promo-page-container .promo-page-section__section-02 .description{margin-top:110px;margin-bottom:70px}.haloween-promo .promo-page-container .promo-page-section__section-03{position:relative;overflow:hidden;min-height:340px;display:flex;justify-content:center}@media (max-width: 880px){.haloween-promo .promo-page-container .promo-page-section__section-03{min-height:400px}}@media (max-width: 560px){.haloween-promo .promo-page-container .promo-page-section__section-03{min-height:460px}}@media (max-width: 360px){.haloween-promo .promo-page-container .promo-page-section__section-03{min-height:520px}}.haloween-promo .promo-page-container .promo-page-section__section-03:before{position:absolute;display:block;content:'';width:100%;height:340px;background-image:linear-gradient(to bottom, #d94408, #ff9e05);border-radius:120%;width:140%;left:-20%;z-index:-1}@media (max-width: 880px){.haloween-promo .promo-page-container .promo-page-section__section-03:before{height:400px}}@media (max-width: 560px){.haloween-promo .promo-page-container .promo-page-section__section-03:before{height:460px}}@media (max-width: 360px){.haloween-promo .promo-page-container .promo-page-section__section-03:before{height:520px;border-radius:30px}}.haloween-promo .promo-page-container .promo-page-section__section-03 .center-content{display:flex;justify-content:center;position:relative}.haloween-promo .promo-page-container .promo-page-section__section-03 .buy-buttons-container{position:absolute;bottom:-25px}.haloween-promo .promo-page-container .promo-page-section__section-03 .witch,.haloween-promo .promo-page-container .promo-page-section__section-03 .house-tree,.haloween-promo .promo-page-container .promo-page-section__section-03 .bats{position:absolute}.haloween-promo .promo-page-container .promo-page-section__section-03 .house-tree{left:0;bottom:-30px;z-index:0}@media (max-width: 1130px){.haloween-promo .promo-page-container .promo-page-section__section-03 .house-tree{left:-100px}}@media (max-width: 880px){.haloween-promo .promo-page-container .promo-page-section__section-03 .house-tree{display:none}}.haloween-promo .promo-page-container .promo-page-section__section-03 .bats{right:8%;top:60px}@media (max-width: 1130px){.haloween-promo .promo-page-container .promo-page-section__section-03 .bats{right:30px}}@media (max-width: 880px){.haloween-promo .promo-page-container .promo-page-section__section-03 .bats{display:none}}.haloween-promo .promo-page-container .promo-page-section__section-03 .witch{left:25%;top:50px}@media (max-width: 1130px){.haloween-promo .promo-page-container .promo-page-section__section-03 .witch{display:none}}.haloween-promo .promo-page-container .promo-page-section__section-03 .description{padding-top:40px}@media (max-width: 560px){.haloween-promo .promo-page-container .promo-page-section__section-03 .description{padding-top:60px}}@media (max-width: 460px){.haloween-promo .promo-page-container .promo-page-section__section-03 .description{font-size:36px}.haloween-promo .promo-page-container .promo-page-section__section-03 .description .shlopshlop-font{font-size:56px}}.haloween-promo .promo-page-container .promo-page-section__section-04{padding:62px 0 200px}.haloween-promo .promo-page-container .promo-page-section__section-04 .offer-not-available{margin-top:-50px;margin-bottom:50px;text-align:center}.haloween-promo .promo-page-container .promo-page-section__section-04 .description{padding-bottom:87px}.haloween-promo .promo-page-container .promo-page-section__section-04 .terms{text-align:center}.haloween-promo .section-rounded-spacer-top{margin-top:-30px;height:50px;width:100%;position:relative;overflow:hidden}.haloween-promo .section-rounded-spacer-top:before{display:block;content:'';background:#000;width:120%;height:100%;position:absolute;border-radius:100% 100% 0 0;left:-10%}.haloween-promo h1{font-size:48px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:-0.86px;text-align:center}.haloween-promo h2{font-size:26px;text-align:center}.haloween-promo .strikethrough{position:relative;display:inline-block;font-weight:400;padding:0 2px}.haloween-promo .strikethrough:before{position:absolute;content:'';display:block;width:100%;height:2px;background:#ff0050;top:50%;margin-top:-1px;transform:rotateZ(10deg)}.haloween-promo .buy-button a{width:240px;height:48px;border-radius:6px;background-image:linear-gradient(101deg, #f88e05, #db4808);display:flex;margin:0 auto;font-size:24px;font-weight:bold;text-align:center;justify-content:center;align-items:center;transition:all 250ms ease-in-out}.haloween-promo .buy-button a:hover{text-decoration:none;color:#fff;transform:scale(0.9)}.haloween-promo .buy-button a.disabled{cursor:default;opacity:0.2}.haloween-promo .buy-button a.disabled:hover{transform:scale(1)}.haloween-promo .what-is-waiting-features{display:flex;flex-direction:row;justify-content:center;padding-top:84px}.haloween-promo .what-is-waiting-features+p{margin-top:12px;color:#fff;opacity:0.5}.haloween-promo .what-is-waiting-feature{margin:0 10px;font-size:24px;width:30%}.haloween-promo .what-is-waiting-feature .feature-icon{color:#ffec00;font-size:64px;margin-bottom:24px}.haloween-promo .description{max-width:900px;padding:0 20px;text-align:center;margin:0 auto}.haloween-promo .description--big{font-size:36px;line-height:1.38}.haloween-promo .description--biggest{font-size:40px}.haloween-promo .description--thebiggest{font-size:48px}.haloween-promo .games-covers{margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center}.haloween-promo .games-covers .middle{position:relative;bottom:-20px}.haloween-promo .games-covers .middle .pumpkin{position:absolute;bottom:0;right:-110px}.haloween-promo .buy-buttons-container{background:url("../variants/vortex/images/halloween/grave.svg");width:304px;height:197px;font-size:16px;text-align:center;padding-top:30px;position:relative}.haloween-promo .buy-buttons-container .shlopshlop-font{font-size:64px;padding:0 12px}.haloween-promo .buy-buttons-container .buy-button a{margin-top:15px}.haloween-promo .buy-buttons-container .pumpkin-top{position:absolute}.haloween-promo .buy-buttons-container .pumpkin-top--left{left:-70px;bottom:20px}@media (max-width: 500px){.haloween-promo .buy-buttons-container .pumpkin-top--left{display:none}}.haloween-promo .buy-buttons-container .pumpkin-top--right{right:-86px;bottom:12px}@media (max-width: 500px){.haloween-promo .buy-buttons-container .pumpkin-top--right{display:none}}.halloween-promo-banner{background-image:linear-gradient(to bottom, #d94408, #ff9e05);text-align:center;width:580px;height:80px;line-height:80px;border-radius:5px;font-size:20px;box-shadow:0 4px 8px 0 rgba(0,0,0,0.5);transition:all 250ms;position:relative;text-align:left;padding-left:40px}.halloween-promo-banner .bold{font-weight:bold}.halloween-promo-banner img.promo-banner{position:relative;margin:0 10px;top:20px;width:auto;float:left}.halloween-promo-banner img.pumpkin-banner{position:absolute;left:-15px;max-width:60px;top:10px}.halloween-promo-banner:hover{text-decoration:none;color:white}@media (max-width: 590px){.halloween-promo-banner{line-height:20px;height:auto;padding:10px 10px 20px;max-width:320px;font-size:18px;text-align:center}.halloween-promo-banner img.promo-banner{position:relative;margin:0 10px;top:20px;width:auto;float:left;margin-bottom:10px}.halloween-promo-banner img.pumpkin-banner{position:absolute;left:50%;top:-40px;margin-left:-30px}}.halloween-promo-badge{text-align:right;width:180px;height:auto;padding:10px 10px 5px;margin-top:24px;line-height:initial;border-radius:5px;font-size:20px;box-shadow:0 4px 16px 0 rgba(0,0,0,0.21);background-image:linear-gradient(to bottom, #d94408, #ff9e05);transition:all 250ms}.halloween-promo-badge:hover{text-decoration:none;color:white;background-image:linear-gradient(to bottom, #d94410, #ff9e10)}.halloween-promo-badge img.pumpkin-badge{position:absolute;width:30px !important;top:5px;left:-10px}.halloween-promo-badge img.promo-badge-text{width:150px !important}body{font-family:'Barlow', sans-serif;font-size:14px;color:#fff;font-display:swap}body:before{display:block;content:url("../variants/vortex/images/new_design/hero-top-bg.svg");position:absolute;top:0;left:25%}@media (max-width: 768px){body:before{left:auto;right:20px;content:url("../variants/vortex/images/new_design/hero-top-bg-mobile.svg")}}body.main-page{background:#fa0}body.download{background:#1397ff}@media (max-width: 768px){body.download:before{display:none}}body.download-app{background:#ff0050}body.pricing-page{background:#1a1a1a}body.pricing-page:before{content:url(../variants/vortex/images/new_design/pricing-yellow-bg.svg);z-index:2;user-select:none;pointer-events:none;left:180px;top:-30px}@media (max-width: 768px){body.pricing-page:before{left:-330px;top:470px;transform:scale(0.7)}}body.pricing-page .top-menu{position:relative;z-index:3}body.login-register-page{background:#fff}body.login-register-page:before{display:none}body.login-register-page .top-menu{display:none}body.login-register-success-page{background:#fff}body.login-register-success-page:before{display:none}body.login-register-success-page .top-menu{display:none}body.hide-navbar-footer .top-menu,body.hide-navbar-footer .footer{display:none !important}body.hide-navbar-footer .pricing{height:100vh}body.mobile-menu-active{overflow:hidden}body.profile-page{background:#f2f2f2}body.profile-page:before{display:none}body.profile-page .top-menu{background:#000;margin:0;padding-right:20px;padding-bottom:24px;padding-top:24px}body.dashboard{background:#1a1a1a}body.dashboard:before{display:block;content:'';height:1425px;background-image:linear-gradient(to bottom, #9b00ff 13%, #1a1a1a);width:100%;z-index:-1;left:0;top:0}body.press-release{background:#fafafa}body.press-release:before{display:none}body.press{background:#9b00ff}body.press:before{display:block;content:'';height:1425px;width:100%;z-index:-1;left:0;top:0}body.third-party-licenses{background:#000;color:#fff}body.third-party-licenses:before{display:none}*{box-sizing:border-box}h1{font-weight:800}a{text-decoration:none;color:inherit}b{font-weight:900}.hidden{display:none !important}.caution{color:#dc3d3d;font-weight:700}.justified-wrapper{display:flex;justify-content:space-between}.resolution-container{max-width:1344px;margin:0 auto;display:flex}.gaming-everywhere{position:absolute;width:100%;margin-top:-60px;z-index:2}@media (max-width: 768px){.gaming-everywhere{display:none}}.gaming-everywhere--mobile{display:none;position:absolute;width:100%;margin-top:-36vh;z-index:2;height:40px;line-height:40px}@media (max-width: 768px){.gaming-everywhere--mobile{display:block}}h1.gaming-everywhere{font-size:200px;color:#fff;text-transform:uppercase;position:absolute;width:200%;left:-50%;overflow:hidden;text-align:center;margin-top:-60px;z-index:2}@media (max-width: 1820px){h1.gaming-everywhere{font-size:190px}}@media (max-width: 1720px){h1.gaming-everywhere{font-size:180px}}@media (max-width: 1620px){h1.gaming-everywhere{font-size:170px}}@media (max-width: 1520px){h1.gaming-everywhere{font-size:150px}}@media (max-width: 1420px){h1.gaming-everywhere{font-size:140px}}@media (max-width: 1320px){h1.gaming-everywhere{font-size:130px}}@media (max-width: 1220px){h1.gaming-everywhere{font-size:120px}}@media (max-width: 1120px){h1.gaming-everywhere{font-size:110px}}@media (max-width: 1020px){h1.gaming-everywhere{font-size:100px}}@media (max-width: 920px){h1.gaming-everywhere{font-size:90px}}@media (max-width: 820px){h1.gaming-everywhere{font-size:80px}}@media (max-width: 720px){h1.gaming-everywhere{font-size:70px}}@media (max-width: 620px){h1.gaming-everywhere{font-size:70px}}@media (max-width: 520px){h1.gaming-everywhere{font-size:60px}}@media (max-width: 420px){h1.gaming-everywhere{font-size:40px}}@media (max-width: 320px){h1.gaming-everywhere{font-size:40px}}section.hero-section{padding:0 0 0;display:flex;align-items:center;flex-direction:row;justify-content:center;width:100%;float:left;height:100vh;min-height:100vh;overflow:hidden;position:relative}section.hero-section:before{display:block;content:url("../variants/vortex/images/new_design/hero-right-bg.svg");position:absolute;right:0;top:55%;z-index:-1}@media (max-width: 768px){section.hero-section:before{display:none}}section.hero-section h3.price-claim{color:#fff;font-size:12px;font-weight:400;line-height:24px;margin:18px 0 0}@media (max-width: 768px){section.hero-section h3.price-claim{width:100%;padding:0 20px;text-align:center;line-height:16px}}section.hero-section .screen-images{margin-bottom:50px;width:100%;height:100%;max-width:1300px;object-fit:contain;z-index:1}.animated-monitors{width:100%;position:absolute;text-align:center;top:25%;right:0%;transition:all 250ms ease-in-out;pointer-events:none}@media (max-width: 768px){.animated-monitors__monitor-image{display:none}}.animated-monitors__monitor-image-mobile{display:none}@media (max-width: 768px){.animated-monitors__monitor-image-mobile{display:block;width:100%;transform:translateY(50%)}}.animated-monitors__monitor-image{max-width:80%}@media (min-width: 769px){.animated-monitors.animated{top:130vh;right:30%}}@media (min-width: 769px) and (max-width: 1880px){.animated-monitors.animated{transform:scale(0.8)}}@media (min-width: 769px) and (max-width: 1100px){.animated-monitors.animated{transform:scale(0.9);top:140vh}}@media (min-width: 769px) and (max-width: 968px){.animated-monitors.animated{right:35%;transform:scale(1)}}.hero-monitor-images{pointer-events:none;position:absolute;margin-top:-7%;width:70%;height:70%;max-width:1300px;object-fit:contain}.hero-monitor-images.animated{top:200px}.flex-pull-down{display:flex;align-self:flex-end;flex-direction:column;align-items:center;margin-bottom:70px;padding-bottom:10px}.scroll-icon{margin-top:20px}.scroll-icon span{height:3px;transform:scale(0.8);border-radius:3px;background:#fff;width:20px;display:block;margin-bottom:5px;opacity:0.3}.scroll-icon span.scroll-icon-01{animation-name:first-element;animation-duration:2s;animation-iteration-count:infinite}.scroll-icon span.scroll-icon-02{animation-name:second-element;animation-duration:2s;animation-iteration-count:infinite}.scroll-icon span.scroll-icon-03{animation-name:third-element;animation-duration:2s;animation-iteration-count:infinite}.scroll-icon span.scroll-icon-04{animation-name:fourth-element;animation-duration:2s;animation-iteration-count:infinite}@keyframes first-element{0%{transform:scale(1)}20%{transform:scale(1.4);opacity:1}40%{transform:scale(1)}}@keyframes second-element{5%{transform:scale(1)}25%{transform:scale(1.4);opacity:1}45%{transform:scale(1)}}@keyframes third-element{15%{transform:scale(1)}35%{transform:scale(1.4);opacity:1}55%{transform:scale(1)}}@keyframes fourth-element{25%{transform:scale(1)}45%{transform:scale(1.4);opacity:1}65%{transform:scale(1)}}section.block-section{display:flex;clear:both;flex-direction:column;padding-top:100px;width:100%;overflow:hidden}section.block-section .v-row{display:flex;flex-direction:row;width:100%;flex-wrap:nowrap}section.block-section .v-row .block{width:40%;box-sizing:border-box;padding:5%;flex-wrap:nowrap;justify-content:center;display:flex}@media (max-width: 768px){section.block-section .v-row{flex-direction:column}section.block-section .v-row .block{width:100%}section.block-section .v-row .block.white{width:100%;padding-top:80px;padding-bottom:80px;order:1}section.block-section .v-row .block__content{padding:0}section.block-section .v-row .block.block-margin-100{margin-top:0}}section.block-section .column{display:flex;flex-direction:row;width:50%;justify-content:center;align-content:center}section.block-section .column .block{width:100%;flex-wrap:nowrap}section.block-section .block{display:flex;justify-content:center;align-content:center}section.block-section .block.block-margin-100{margin-top:-100px}section.block-section .block.last-element-margin{margin-bottom:100px}section.block-section .block.white{background:#fff;color:#000;width:60%}section.block-section .block.pink{background:#ff0050;padding:5% 0;background:url("../variants/vortex/images/new_design/pink-bg.svg") no-repeat center right #ff0050}section.block-section .block.pink .block__content{flex-direction:unset;padding:0;width:100%}@media (max-width: 768px){section.block-section .block.pink{display:block;position:relative}}section.block-section .block.yellow{background:#fa0}section.block-section .block.purple{background:#9b00ff;padding:0;position:relative}@media (max-width: 768px){section.block-section .block.purple{min-height:70vh}}section.block-section .block.purple:after{display:block;content:'';background:url("../variants/vortex/images/new_design/purple-top-bg.svg");position:absolute;top:0px;left:0px;height:250px;width:260px;background-position:bottom right}section.block-section .block.purple:before{display:block;content:url("../variants/vortex/images/new_design/purple-bottom-bg.svg");position:absolute;bottom:0px;left:0px;height:320px;overflow:hidden;right:10%}@media (max-width: 768px){section.block-section .block.purple:before{right:0;display:none}}section.block-section .block.purple .block__content{padding:0}@media (max-width: 768px){section.block-section .block.purple .block__content{position:relative;height:auto;width:100%}}section.block-section .block.purple img{width:120%;height:100%;object-fit:contain;position:relative;right:-60px;pointer-events:none;z-index:2}@media (max-width: 1570px){section.block-section .block.purple img{right:-60px}}@media (max-width: 1200px){section.block-section .block.purple img{right:-40px}}@media (max-width: 768px){section.block-section .block.purple img{right:auto;left:-20px;width:110%;height:auto;object-fit:initial;bottom:-20%;position:absolute}}@media (max-width: 580px){section.block-section .block.purple img{bottom:-15%}}section.block-section .block.blue{background:#1397ff;position:relative}@media (max-width: 768px){section.block-section .block.blue{min-height:70vh}}section.block-section .block.blue:after{display:block;content:'';background:url("../variants/vortex/images/new_design/blue-bg.svg");position:absolute;bottom:30%;right:0px;height:250px;width:100%;background-position:bottom right}@media (max-width: 768px){section.block-section .block.blue:after{background:url("../variants/vortex/images/new_design/blue-bg-mobile.svg") no-repeat;background-position:right center;height:115px}}section.block-section .block__content{box-sizing:border-box;padding:20% 30%;flex-direction:column;display:flex;justify-content:center;align-content:center}@media (max-width: 768px){section.block-section .block__content{max-height:50vh}section.block-section .block__content.game-tiles-content{max-height:unset}}section.block-section .block__content--right{padding:20% 0 20% 20%}section.block-section .block__content--left{padding:20% 20% 20% 0}section.block-section .block__content p{font-size:18px;line-height:24px;max-width:420px}section.block-section .block__content--no-right-padding{padding-right:0}section.block-section .block__content .btn{margin-top:30px;min-width:230px}section.block-section .block__phone-images{margin-left:-360px;z-index:2;position:relative}@media (max-width: 1700px){section.block-section .block__phone-images{transform:scale(0.8)}}@media (max-width: 1440px){section.block-section .block__phone-images{transform:scale(0.6);margin-left:-200px}}@media (max-width: 1024px){section.block-section .block__phone-images{transform:scale(0.5);margin-left:-100px}}@media (max-width: 768px){section.block-section .block__phone-images{transform:scale(0.55) translateY(28vh);margin-left:-80px}}section.block-section .block__header{font-size:14px;font-weight:bold;line-height:24px;text-transform:uppercase}section.block-section .block__header--yellow{color:#fa0}section.block-section .block__header--pink{color:#ff0050}section.block-section .block__header--purple{color:#9b00ff}section.block-section .block__header--blue{color:#1397ff}section.block-section .block__title{font-size:40px;line-height:44px;padding:28px 0;font-weight:bold;max-width:420px}@media (max-height: 530px) and (orientation: landscape){section.block-section .v-row .block{min-height:500px;align-items:center}section.block-section .v-row .block.purple .block__content{max-height:none}section.block-section .v-row .block.purple .block__content img{position:relative}}.pricing{background:#1a1a1a;padding:125px 0 170px;margin-top:-100px;display:flex;align-content:center;justify-content:center;position:relative}@media (max-width: 768px){.pricing{padding-top:100px}}.pricing__background{position:absolute;width:50px;height:50px;pointer-events:none;z-index:1}.pricing__background--yellow{background:url("../variants/vortex/images/new_design/pricing-yellow-bg.svg");width:490px;height:507px;top:0;left:0}@media (max-width: 768px){.pricing__background--yellow{left:-90%;top:320px}}.pricing__background--purple{background:url("../variants/vortex/images/new_design/pricing-purple-bg.svg");width:428px;height:228px;right:0;top:50%}.pricing__background--pink{background:url("../variants/vortex/images/new_design/pricing-pink-bg.svg");width:345px;height:256px;bottom:0;left:30%}@media (max-width: 768px){.pricing__background--pink{left:-30px}}.pricing__content{flex-grow:1;max-width:1184px;z-index:2}@media (max-width: 1280px){.pricing__content{max-width:100%;padding:0 30px}}.pricing__content h2,.pricing__content h3{text-align:center}.pricing__content h2{margin-bottom:20px}.pricing__content h3{font-size:24px}.pricing__promo-banner{width:480px;height:80px;border-radius:5px;box-shadow:0 8px 12px 0 rgba(0,0,0,0.5);background-image:linear-gradient(99deg, #fa0, #ff0050 52%, #9b00ff);display:flex;align-items:center;justify-content:center;margin:90px auto -120px;font-size:18px;font-weight:bold;cursor:pointer !important}.pricing__promo-banner img{align-self:center;position:relative;bottom:-4px}.pricing__promo-banner p{margin-left:15px}@media (max-width: 500px){.pricing__promo-banner{width:320px;height:auto;flex-direction:column;padding:25px 10px}.pricing__promo-banner img{margin-bottom:15px}}.pricing__promo-banner:hover{text-decoration:none;color:inherit;cursor:default}.pricing--individual-page{width:100%;margin-top:0;padding:100px 0 280px}@media (max-width: 768px){.pricing--individual-page{padding-top:60px}}.pricing--individual-page .pricing__background--yellow{display:none}.pricing--individual-page .pricing__background--purple{top:285px}@media (max-width: 1180px){.pricing--individual-page .pricing__background--purple{display:none}}.pricing--individual-page .pricing__background--pink{left:33%}@media (max-width: 768px){.pricing--individual-page .pricing__background--pink{left:30px;transform:scale(0.7);bottom:-39px}}.home-faq{background:#fff;color:#000;display:flex;flex-direction:column;justify-content:center;align-content:center;padding:100px 0;box-sizing:border-box}@media (max-width: 1280px){.home-faq{width:100%;padding:100px 30px}}.home-faq h2{align-self:center;margin:0 0 100px}.home-faq .faq-questions-container{align-self:center;max-width:1100px;flex-direction:row;display:flex;flex-wrap:wrap}@media (max-width: 1280px){.home-faq .faq-questions-container{padding:0 30px;margin-left:30px}}@media (max-width: 768px){.home-faq .faq-questions-container{flex-direction:column}.home-faq .faq-questions-container .faq-question{width:100%}}.home-faq .faq-questions-container .faq-question{width:50%;box-sizing:border-box;padding-bottom:80px}@media (max-width: 768px){.home-faq .faq-questions-container .faq-question{width:100%;padding-left:0 !important;padding-right:0 !important}}.home-faq .faq-questions-container .faq-question:nth-child(even){padding-left:90px}@media (max-width: 1280px){.home-faq .faq-questions-container .faq-question:nth-child(even){padding-left:30px}}.home-faq .faq-questions-container .faq-question:nth-child(odd){padding-right:90px}@media (max-width: 1280px){.home-faq .faq-questions-container .faq-question:nth-child(odd){padding-right:30px}}.home-faq .faq-questions-container .faq-question__title{font-size:20px;line-height:24px;font-weight:800;margin-bottom:30px;position:relative}.home-faq .faq-questions-container .faq-question__title i{position:absolute;font-size:32px;left:-60px;top:-5px}@media (max-width: 1280px){.home-faq .faq-questions-container .faq-question__title i{left:-45px}}.home-faq .faq-questions-container .faq-question__title i.yellow{color:#fa0}.home-faq .faq-questions-container .faq-question__title i.purple{color:#9b00ff}.home-faq .faq-questions-container .faq-question__title i.pink{color:#ff0050}.home-faq .faq-questions-container .faq-question__title i.blue{color:#1397ff}.home-faq .faq-questions-container .faq-question p{line-height:24px}.home-faq .faq-buttons-container{align-self:center;flex-direction:row;display:flex}@media (max-width: 768px){.home-faq .faq-buttons-container{flex-direction:column}}.home-faq .faq-buttons-container .btn{display:flex;align-self:center;min-width:230px;justify-content:center;margin:0 20px 0 20px}@media (max-width: 768px){.home-faq .faq-buttons-container .btn{margin:10px 0}}.best-cloud-gaming-service{background:#f2f2f2;color:#000;padding:44px 0 122px}.best-cloud-gaming-service h2,.best-cloud-gaming-service h3{width:100%}.best-cloud-gaming-service h3{font-size:24px;margin-top:12px}.best-cloud-gaming-service .resolution-container{flex-direction:column;text-align:center}@media (max-width: 1440px){.best-cloud-gaming-service .resolution-container{padding:0 30px}}.best-cloud-gaming-service .best-cloud-gaming-service-content{padding:90px 0 0;justify-content:space-between;flex-direction:row;display:flex;flex-wrap:wrap}.best-cloud-gaming-service .best-cloud-gaming-service-content__element{max-width:30%;min-width:30%;text-align:left;margin-bottom:32px;flex-direction:row;display:flex;align-items:center}.best-cloud-gaming-service .best-cloud-gaming-service-content__element p{font-size:16px;line-height:24px;max-width:260px}@media (max-width: 1080px){.best-cloud-gaming-service .best-cloud-gaming-service-content__element{width:50%;min-width:50%}}@media (max-width: 820px){.best-cloud-gaming-service .best-cloud-gaming-service-content__element p{padding-right:30px}}@media (max-width: 680px){.best-cloud-gaming-service .best-cloud-gaming-service-content__element{min-width:100%}.best-cloud-gaming-service .best-cloud-gaming-service-content__element p{min-width:auto;max-width:none;display:flex;flex-grow:1}}.best-cloud-gaming-service .best-cloud-gaming-icon{min-width:80px;height:80px;background:#fff;border-radius:50%;margin-right:32px;display:flex;justify-content:center;align-items:center}.best-cloud-gaming-service .best-cloud-gaming-icon i{font-size:32px}.best-cloud-gaming-service .best-cloud-gaming-icon--yellow{color:#ffb800}.best-cloud-gaming-service .best-cloud-gaming-icon--pink{color:#ff0050}.best-cloud-gaming-service .best-cloud-gaming-icon--purple{color:#9b00ff}.best-cloud-gaming-service .best-cloud-gaming-icon--gray{color:#818181}.best-cloud-gaming-service .best-cloud-gaming-icon--blue{color:#1397ff}.best-cloud-gaming-service .best-cloud-gaming-icon img{width:48px}.endless-summer-badge{top:-38px !important}@media (max-width: 768px){.endless-summer-badge{top:-22px !important}}@media (max-width: 768px){.endless-summer-banner{transform:scale(0.7)}}@media (max-width: 460px){.endless-summer-banner{transform:scale(0.55)}}.endless-summer-banner__text{position:absolute;left:0;right:-170px;text-align:center;font-size:20px;top:52px}@media (max-width: 768px){.endless-summer-banner__text{font-size:18px;right:-140px;top:56px}}.endless-summer-banner:hover{color:#ffb800}.footer-banner{display:flex;background:url("../variants/vortex/images/new_design/combined-shape.png") no-repeat right center #1a1a1a;padding:100px 0 140px}@media (max-width: 1440px){.footer-banner{padding:70px 30px 110px}}@media (max-width: 980px){.footer-banner{padding:50px 30px 90px}}@media (max-width: 768px){.footer-banner{background-size:cover}}.footer-banner .resolution-container{flex-direction:column}.footer-banner__main-text{display:flex}@media (max-width: 768px){.footer-banner__main-text{flex-direction:column;text-align:center}.footer-banner__main-text .btn{margin-top:40px !important;margin-left:auto !important;margin-right:auto !important}}.footer-banner__title{font-size:56px;font-weight:800;line-height:1}.footer-banner__subtitle{color:#fa0;font-size:12px;font-weight:800;letter-spacing:4.7px;text-transform:uppercase;line-height:4.67}@media (max-width: 768px){.footer-banner__subtitle{text-align:center}}.footer-banner .btn{display:flex;height:48px;margin-left:auto;min-width:200px;justify-content:center;margin-top:10px;margin-left:60px;padding:0}.cookie-container{display:none;opacity:0 !important;position:fixed;bottom:20px;width:100%;pointer-events:none;display:flex;justify-content:center;opacity:0;z-index:10}.cookie-container:not(.cookie-not-accepted){animation-name:hide-cookie;animation-duration:250ms;animation-iteration-count:1;animation-timig-fuction:ease-in-out}@keyframes hide-cookie{0%{transform:scale(1);opacity:1}50%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}.cookie-container.cookie-not-accepted{opacity:1}.cookie-container.cookie-not-accepted .cookie-container__content{pointer-events:all}.cookie-container__content{display:flex;justify-content:center;align-content:center;background:#fff;height:64px;border-radius:5px;color:#000;padding:0 25px;border:1px solid #000;pointer-events:none}.cookie-container__content p{align-self:center;align-items:center;display:block;margin-right:30px}.cookie-container__content p a{text-decoration:underline}.cookie-container__content i{font-size:24px;position:relative;top:19px;margin-right:10px}.cookie-container__content .btn{cursor:pointer;margin-left:auto;height:32px;line-height:normal;display:flex;align-self:center;flex-basis:200px}.game-tile{display:flex;flex-direction:column;margin-left:150px;user-select:none;pointer-events:none}@media (max-width: 768px){.game-tile{margin-left:0;width:100%}}.game-tile .image-game-tiles{margin-left:-200px;user-select:none;pointer-events:none}@media (max-width: 1680px){.game-tile .image-game-tiles{margin-left:-150px}}@media (max-width: 1580px){.game-tile .image-game-tiles{margin-left:-100px}}@media (max-width: 1520px){.game-tile .image-game-tiles{margin-left:-25px}}@media (max-width: 1430px){.game-tile .image-game-tiles{margin-left:0}}@media (max-width: 1350px){.game-tile .image-game-tiles{transform:scale(0.8)}}@media (max-width: 1180px){.game-tile .image-game-tiles{margin-left:50px}}@media (max-width: 1130px){.game-tile .image-game-tiles{margin-left:100px}}@media (max-width: 1060px){.game-tile .image-game-tiles{margin-left:150px}}@media (max-width: 980px){.game-tile .image-game-tiles{margin-left:250px}}@media (max-width: 920px){.game-tile .image-game-tiles{margin-left:350px}}@media (max-width: 768px){.game-tile .image-game-tiles{display:none}}.game-tile .image-game-tiles-mobile{display:none}@media (max-width: 768px){.game-tile .image-game-tiles-mobile{display:block;width:100%}}.game-tile__row{display:flex;flex-direction:row}.game-tile__row:nth-child(1){margin-left:110px}.game-tile__row:nth-child(3){margin-left:110px}.game-tile__element{background:#000;width:460px;height:215px;border-radius:15px;margin:10px;position:relative;box-shadow:-20px 40px 60px rgba(0,0,0,0.4)}.game-tile__element:before{display:block;content:'';position:absolute;background:#000;width:100%;height:100%;border-radius:15px;z-index:0;top:3px;left:-2px;opacity:0.5}.game-tile__element img{border-radius:15px;z-index:2;position:relative}.cc_banner-wrapper{z-index:9001;position:relative;display:flex;align-items:center}.cc_container{font-family:'Barlow', sans-serif;background:white;border-radius:5px;max-height:120px;text-align:center;width:880px;position:fixed;bottom:0;left:50%;margin-left:-440px;margin-bottom:20px;color:#000;padding:10px;box-shadow:0 6px 20px 0 rgba(0,0,0,0.2)}@media (max-width: 1220px){.cc_container{margin-bottom:70px}}@media (max-width: 880px){.cc_container{width:350px;margin-bottom:70px !important;margin-left:-175px;flex-direction:column-reverse;display:flex;max-height:184px}}.cc_container .cc_btn{padding:8px 10px;cursor:pointer;border-radius:5px;text-align:center;font-size:14px;display:block;width:33%;margin-left:10px;float:right;max-width:80px;border:1px solid #000;color:#000;font-size:12px;font-weight:900;margin:10px;transition:all 125ms ease-in-out}.cc_container .cc_btn:hover{background:#000;color:#fff !important}.cc_container .cc_message{display:block;overflow:auto;transition:font-size 200ms;margin:0;padding:12px 0 10px 10px;line-height:1.5em}@media (max-width: 768px){.cc_container .cc_message{line-height:1em;text-align:left;padding-bottom:6px}}@media (max-width: 450px){.cc_container .cc_message{padding:1px 0 1px 1px}}.cc_container .cc_message a{text-decoration:underline}.cc_container .cc_message a:hover{color:#000;font-weight:900}.cc_container .cc_message i{float:left;font-size:24px;font-family:'Font Awesome 5 Pro'}.cc_container .cc_message i.cookie-black{padding-right:20px}@media (max-width: 768px){.cc_container .cc_message i.cookie-black{padding-right:250px;margin-bottom:7px}}.cc_container .cc_message i.cookie-white{transform:translateX(5px)}.cc_container .cc_logo{display:none}.user-profile-page{display:flex;flex-direction:row;width:85%;margin-left:auto;color:#000}@media (max-width: 1700px){.user-profile-page{width:90%}}@media (max-width: 1440px){.user-profile-page{width:100%}}@media (max-width: 1024px){.user-profile-page{flex-direction:column}}.user-profile-left-menu{background:transparent;flex-basis:320px;padding:56px 0}.user-profile-left-menu .btn{display:flex;margin-left:58px}@media (max-width: 1280px){.user-profile-left-menu{flex-basis:245px}}@media (max-width: 1024px){.user-profile-left-menu{margin:0;padding:0;flex-basis:auto}.user-profile-left-menu .btn{display:none}}@media (max-width: 768px){.user-profile-left-menu{display:none}}.user-profile-content{background:#fff;flex-grow:1;padding:56px 0 52px 56px;overflow:hidden}@media (max-width: 1280px){.user-profile-content{padding:56px 30px 52px}}@media (max-width: 768px){.user-profile-content{padding:56px 20px 52px}}.user-profile-content .user-profile-content-container{max-width:864px;padding-bottom:26px;margin-bottom:42px}@media (max-width: 1024px){.user-profile-content .user-profile-content-container{max-width:100%}}.user-profile-content .user-profile-content-container--bottom-bordered{padding-bottom:56px;border-bottom:1px solid #e5e5e5}.user-profile-content .user-profile-content-container h2{padding:0 0 26px;font-size:32px;line-height:40px}.user-profile-content .user-profile-content-container p{font-size:16px;line-height:1.5}.user-profile-content .user-profile-content-container .btn{display:flex}@media (max-width: 450px){.delete-account-container .justified-wrapper{flex-direction:column}.delete-account-container .justified-wrapper .btn{margin-top:14px}}.delete-account-container .caution{margin:37px 0 0;padding-right:0}.delete-account-container p{padding-right:150px}@media (max-width: 768px){.delete-account-container p{padding-right:20px}}@media (max-width: 450px){.cancel-subscription-container .justified-wrapper{flex-direction:column}.cancel-subscription-container .justified-wrapper .btn{margin-top:14px}}.cancel-subscription-container p{padding-right:150px}@media (max-width: 768px){.cancel-subscription-container p{padding-right:20px}}.cancel-subscription-description-container .select-with-placeholder{position:relative}.cancel-subscription-description-container p{margin:14px 0 10px}.cancel-subscription-description-container .label-for-above-select{background:#fff;position:absolute;height:34px;width:90%;padding-left:4px;top:45px;line-height:34px;pointer-events:none;user-select:none;top:12px;left:2px}.cancel-subscription-description-container select:active+.label-for-above-select,.cancel-subscription-description-container select:focus+.label-for-above-select{display:none}@media (max-width: 500px){.cancel-subscription-description-container p{padding-bottom:0}.cancel-subscription-description-container select{height:36px}.cancel-subscription-description-container textarea{height:50px}.cancel-subscription-description-container .label-for-above-select{top:1px}}.profile-plans{display:flex;width:100%;flex-direction:column;margin:60px 0 70px;font-size:16px}@media (max-width: 768px){.profile-plans{margin-bottom:20px}}.profile-plans__row{display:flex;flex-grow:1;flex-direction:row;justify-content:space-between}.profile-plans__row.plan-content{line-height:48px;border-bottom:1px solid #e5e5e5}@media (max-width: 1160px){.profile-plans__row.plan-content{line-height:20px}.profile-plans__row.plan-content>div{padding:14px 0;display:flex;align-items:center;justify-content:center}.profile-plans__row.plan-content>div.label{padding-right:15px;justify-content:start}}@media (max-width: 1160px) and (max-width: 680px){.profile-plans__row.plan-content>div.label{padding-right:0}}.profile-plans__row.plan-content .middle-element{margin:0 70px}@media (max-width: 1024px){.profile-plans__row.plan-content .middle-element{margin:0 10px}}@media (max-width: 680px){.profile-plans__row.plan-content .middle-element{margin:0}}.profile-plans__row.plan-content span.current-plan{font-size:10px;line-height:1.6;color:#818181;text-transform:uppercase;display:none}@media (max-width: 680px){.profile-plans__row.plan-content{padding:10px 0;position:relative;border-bottom:0;border-top:1px solid #e5e5e5 !important}}.profile-plans__row.plan-content:last-of-type{border:none}.profile-plans__row.plan-content.no-border{border:none}.profile-plans__row.plan-content.buttons-container{margin-top:10px}.profile-plans__row.plan-content.buttons-container .btn{margin:0 auto}@media (max-width: 400px){.profile-plans__row.plan-content.buttons-container .btn{padding:0 15px}}.profile-plans__column.label{flex-basis:320px;padding-right:15px}.profile-plans__column.first-element{border-radius:5px 5px 0 0}.profile-plans__column.first-element:before{display:none !important}.profile-plans__column.last-element{border-radius:0 0 5px 5px}@media (max-width: 680px){.profile-plans__column{border-radius:5px;padding-right:0}.profile-plans__column:before{display:none !important}.profile-plans__column.first-element{border-radius:5px;margin-bottom:10px}.profile-plans__column.last-element{border-radius:5px}.profile-plans__column.label{position:absolute;width:100%;justify-content:center !important;top:-24px;padding-right:0}.profile-plans__column.label span{background:#fff;padding:0 15px;font-size:12px}}.profile-plans .plan-info{min-width:144px;text-align:center}@media (max-width: 600px){.profile-plans .plan-info{min-width:33%}}.profile-plans .plan-info .plan-content-availability{display:inline-block;text-align:center}.profile-plans .plan-info .plan-content-availability>*{display:none}.profile-plans .plan-info .plan-content-availability.disabled{color:#000}.profile-plans .plan-info .plan-content-availability.disabled .icon-disabled{display:block}.profile-plans .plan-info .plan-content-availability.enabled .icon-enabled{display:block}.profile-plans .plan-info .plan-content-availability.soon{text-transform:uppercase;font-size:14px;font-weight:700;color:#000}.profile-plans .plan-info .plan-content-availability.soon .icon-soon{display:block}.profile-plans .plan-info .plan-content-availability .icon-number{color:#000;display:block}.profile-plans .plan-info .plan-name{line-height:56px;border-radius:5px;background:black;color:#fff;text-transform:uppercase;font-weight:700;text-align:center}.profile-plans .plan-info .plan-name img{margin-right:4px}.profile-plans .plan-info .plan-price{padding:12px 0 30px;font-size:20px}@media (max-width: 500px){.profile-plans .plan-info .plan-price{font-size:18px}}.profile-plans .plan-info .plan-price .price-period{font-size:12px}.profile-plans .plan-info--basic .plan-name{background:#ffb800}.profile-plans .plan-info--basic .plan-content-availability{color:#ffb800}.profile-plans .plan-info--pro{margin:0 70px}@media (max-width: 1024px){.profile-plans .plan-info--pro{margin:0 10px}}@media (max-width: 600px){.profile-plans .plan-info--pro{margin:0}}.profile-plans .plan-info--pro .plan-name{background:#ff0050}.profile-plans .plan-info--pro .plan-content-availability{color:#ff0050}.profile-plans .plan-info--ultra .plan-name{background:#9b00ff}.profile-plans .plan-info--ultra .plan-content-availability{color:#9b00ff}.profile-plans.basic .upgrade-basic,.profile-plans.basic .current-plan-pro,.profile-plans.basic .current-plan-ultra{display:none}.profile-plans.basic .current-plan-basic{display:inline-block !important}.profile-plans.basic .profile-plans__column.plan-info--basic{background:#ffb800;position:relative}.profile-plans.basic .profile-plans__column.plan-info--basic:before{display:block;width:100%;height:1px;content:'';background:#ffb800;position:absolute;top:-1px}.profile-plans.basic .profile-plans__column.plan-info--basic .plan-price,.profile-plans.basic .profile-plans__column.plan-info--basic .icon-enabled,.profile-plans.basic .profile-plans__column.plan-info--basic .icon-disabled,.profile-plans.basic .profile-plans__column.plan-info--basic .icon-soon,.profile-plans.basic .profile-plans__column.plan-info--basic .icon-number{color:#fff}.profile-plans.pro .upgrade-basic,.profile-plans.pro .upgrade-pro,.profile-plans.pro .current-plan-basic,.profile-plans.pro .current-plan-ultra{display:none}.profile-plans.pro .current-plan-pro{display:inline-block !important}.profile-plans.pro .profile-plans__column.plan-info--pro{background:#ff0050;position:relative}.profile-plans.pro .profile-plans__column.plan-info--pro:before{display:block;width:100%;height:1px;content:'';background:#ff0050;position:absolute;top:-1px}.profile-plans.pro .profile-plans__column.plan-info--pro .plan-price,.profile-plans.pro .profile-plans__column.plan-info--pro .icon-enabled,.profile-plans.pro .profile-plans__column.plan-info--pro .icon-disabled,.profile-plans.pro .profile-plans__column.plan-info--pro .icon-soon,.profile-plans.pro .profile-plans__column.plan-info--pro .icon-number{color:#fff}.profile-plans.ultra .upgrade-basic,.profile-plans.ultra .upgrade-pro,.profile-plans.ultra .upgrade-ultra,.profile-plans.ultra .current-plan-basic,.profile-plans.ultra .current-plan-pro{display:none}.profile-plans.ultra .current-plan-ultra{display:inline-block !important}.profile-plans.ultra .profile-plans__column.plan-info--ultra{background:#9b00ff;position:relative}.profile-plans.ultra .profile-plans__column.plan-info--ultra:before{display:block;width:100%;height:1px;content:'';background:#9b00ff;position:absolute;top:-1px}.profile-plans.ultra .profile-plans__column.plan-info--ultra .plan-price,.profile-plans.ultra .profile-plans__column.plan-info--ultra .icon-enabled,.profile-plans.ultra .profile-plans__column.plan-info--ultra .icon-disabled,.profile-plans.ultra .profile-plans__column.plan-info--ultra .icon-soon,.profile-plans.ultra .profile-plans__column.plan-info--ultra .icon-number{color:#fff}.profile-short-overview{background:#000;color:#fff;display:flex;justify-content:space-between;padding:32px;flex-direction:row;font-size:16px}@media (max-width: 768px){.profile-short-overview{flex-wrap:wrap}}@media (max-width: 768px){.profile-short-overview{margin-left:-30px;margin-right:-30px;margin-top:-56px;flex-wrap:wrap}}.profile-short-overview--inactive{background:#ffb800;color:#000}.profile-short-overview--inactive .profile-short-overview__title{color:#000}.profile-short-overview--inactive .profile-short-overview__data{color:#000}.profile-short-overview--inactive .btn{max-height:48px;align-self:center}.profile-short-overview__row{flex-grow:1}@media (max-width: 768px){.profile-short-overview__row:first-of-type{margin-bottom:10px;min-width:100%}.profile-short-overview__row:first-of-type .profile-short-overview__data{justify-content:space-between}}.profile-short-overview__title{color:#818181}.profile-short-overview__title .bold{font-weight:700;font-size:18px}.profile-short-overview__title i{margin-right:22px}.profile-short-overview__data{padding-left:38px;line-height:32px;display:flex;color:#818181}.profile-short-overview__data .bold{font-weight:700;font-size:18px;color:#fff}.profile-short-overview__data .time-left{margin-right:4px}.profile-short-overview__data .time-left:nth-of-type(2){margin-left:4px}.profile-short-overview__data .btn{margin-left:40px}.profile-short-overview__data .status{width:8px;height:8px;border-radius:4px;position:relative;top:14px;display:inline-block;margin-left:4px}.profile-short-overview__data .status.active{background:#67CC35}.profile-short-overview__data .status.inactive{background:#dc3d3d}.profile-short-overview__data .status.suspended{background:#ffb800}.profile-short-overview__data.current-plan{text-transform:capitalize}.profile-short-overview__data.current-plan span{display:flex}.profile-short-overview__data.current-plan span svg{height:15px;width:15px;margin:9px 0 0 5px}.profile-short-overview__data.current-plan span svg.basic{fill:#ffb800}.profile-short-overview__data.current-plan span svg.pro{fill:#ff0050}.profile-short-overview__data.current-plan span svg.ultra{fill:#9b00ff}.change-password-form-wrapper{margin:85px 0;display:flex;justify-content:space-between}@media (max-width: 768px){.change-password-form-wrapper{flex-direction:column;margin-bottom:0;margin-top:20px}}.change-password-form-wrapper .form-messages-wrap{display:none}.change-password-form-wrapper h3{font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:18px}.change-password-form-wrapper .change-password-hints{font-size:14px;padding-top:10px;padding-right:10px}.change-password-form-wrapper .change-password-hints p{line-height:1.7;padding:0 0 10px}@media (max-width: 768px){.change-password-form-wrapper .change-password-hints{padding-top:50px}}.change-password-form-wrapper .change-password-form{border-right:1px solid #e5e5e5;padding:10px 70px 0 20px;margin-right:70px;flex-grow:1;min-width:60%}@media (max-width: 768px){.change-password-form-wrapper .change-password-form{margin-right:0;padding-right:0;border-right:0;padding-left:0}}.change-password-form-wrapper .change-password-form .change-password-form-content{display:flex;flex-direction:column}.change-password-form-wrapper .change-password-form .input-wrap{margin-bottom:54px}.change-password-form-wrapper .change-password-form .btn{margin-right:auto}.promo-banner{position:fixed;bottom:0;width:100%;background:transparent;height:auto;padding-bottom:10px;display:flex;justify-content:center;pointer-events:none;user-select:none;z-index:101}.promo-banner a{pointer-events:all}.promo-banner .mobile{display:none}@media (max-width: 768px){.promo-banner .desktop{display:none}.promo-banner .mobile{display:flex}}.gdc-promo-banner{text-align:center;width:560px;height:80px;line-height:80px;border-radius:5px;font-size:20px;box-shadow:0 4px 8px 0 rgba(0,0,0,0.5);background:linear-gradient(98deg, #ff0050, #9b00ff);transition:all 250ms}.gdc-promo-banner .bold{font-weight:bold}.gdc-promo-banner img{position:relative;margin:0 10px;top:20px;max-width:230px}.gdc-promo-banner:hover{text-decoration:none;color:white;background:linear-gradient(-98deg, #ff0050, #9b00ff)}@media (max-width: 590px){.gdc-promo-banner{line-height:20px;height:auto;padding:10px 10px 20px;max-width:320px;font-size:18px}}.gdc-promo-badge{text-align:center;width:180px;height:auto;padding:10px 10px 5px;margin-top:24px;line-height:initial;border-radius:5px;font-size:20px;box-shadow:0 4px 16px 0 rgba(0,0,0,0.21);background:linear-gradient(98deg, #ff0050, #9b00ff);transition:all 250ms}.gdc-promo-badge:hover{text-decoration:none;color:white;background:linear-gradient(-98deg, #ff0050, #9b00ff)}.dashboard-search-bar{background:rgba(0,0,0,0.4);height:40px;border-radius:5px;line-height:40px;width:auto;position:relative;transition:all 250ms}.dashboard-search-bar i{position:absolute;left:12px;top:7px;font-size:16px}.dashboard-search-bar.active{background:#000}@media (max-width: 990px){.dashboard-search-bar{width:100%;margin-right:15px}.dashboard-search-bar input{width:100%}}.sort-by-filters{background:rgba(0,0,0,0.4);height:40px;border-radius:5px;line-height:40px;margin-left:15px;margin-right:15px;transition:background 250ms ease-in-out, border-radius 250ms 500ms ease-in-out}@media (max-width: 1200px){.sort-by-filters{margin-right:0}}.sort-by-filters .sort__value-list li{background:rgba(0,0,0,0.4);transition:background 250ms ease-in-out}.sort-by-filters.active{background:#000;border-radius:5px 5px 0 0;transition:border-radius 250ms ease-in-out}.sort-by-filters.active .sort__value-list li{background:#000}.zendesk-button-bottom{position:fixed;bottom:15px;right:20px;width:136px;height:46px;z-index:100;background:#d0153f;border-radius:23px;line-height:46px;text-align:center;font-size:16px;font-weight:800;display:flex;justify-content:center;align-items:center}.zendesk-button-bottom:hover{color:white;text-decoration:none}.zendesk-button-bottom i{font-size:21px}.zendesk-button-bottom span{left:10px;margin-left:7px}.pricing-plan-tooltip-container{display:inline-block}.pricing-plan-tooltip-container__circle{background:#1397ff;display:block;width:16px;height:16px;border-radius:8px;color:white;font-size:16px;font-weight:bold;text-align:center;line-height:16px;position:relative;cursor:pointer}.pricing-plan-tooltip-container__circle:hover .pricing-plan-tooltip-container__tooltip{transform:scale(1);opacity:1}.pricing-plan-tooltip-container__tooltip{position:absolute;bottom:30px;left:-82px;background:#e5e5e5;min-width:184px;width:auto;height:auto;padding:11px 16px;font-size:13px;color:#000;font-weight:normal;box-shadow:0 6px 12px 0 rgba(0,0,0,0.2);border-radius:3px;text-align:left;opacity:0;transform:scale(0);transition:all 250ms}.pricing-plan-tooltip-container__tooltip p+p{margin:8px 0}.pricing-plan-tooltip-container__tooltip:before{content:'';display:block;position:absolute;width:0;height:0;border-style:solid;border-width:9px 7.5px 0 7.5px;border-color:#e5e5e5 transparent transparent transparent;bottom:-9px;left:50%;margin-left:-10px}.pricing-plan-tooltip-container__tooltip .key{background:#ffb800;border-radius:2px;padding:2px 4px;font-size:10px}.pricing-plan-tooltip-container__tooltip .key:last-of-type{font-weight:bold;text-transform:uppercase}.pricing-plan-tooltip-container__tooltip .key:last-of-type i{margin-right:4px}.hide{display:none !important}.test-background{background:blue !important}.third-party-licenses .faq-wrap{margin-top:80px}@media (max-width: 580px){.third-party-licenses .faq-wrap{padding-left:30px;padding-right:30px}}.third-party-licenses pre{height:auto;padding:20px 0;overflow:hidden;color:#fff !important;font-size:16px !important;line-height:18px;white-space:pre-wrap}

.top-menu{width:auto;display:block;justify-content:space-between;margin:0;padding-top:40px;color:#fff;font-size:14px;font-weight:500;line-height:1.71;text-align:right;position:relative;width:100%;padding-right:40px;background:rgba(0,0,0,0);transition:background 250ms, padding-top 250ms, padding-bottom 250ms}@media (max-width: 768px){.top-menu{padding-right:20px;padding-top:20px;max-height:76px}}.top-menu__game-details{background-color:rgba(0,0,0,0.5);padding-bottom:15px;padding-top:15px}.top-menu__game-details .user-menu{border-color:rgba(255,255,255,0.3) !important}@media (max-width: 768px){.top-menu__game-details{padding-top:20px;padding-bottom:5px}}.top-menu .logo{margin:0 0 0 24px;line-height:30px;float:left;padding-top:3px;z-index:11;position:relative}@media (max-width: 1024px){.top-menu .logo{padding-top:1px}.top-menu .logo img{width:100px}}@media (max-width: 768px){.top-menu .logo{margin-left:20px}}.top-menu ul{display:inline-block}@media (max-width: 768px){.top-menu ul{color:#1a1a1a;opacity:0;pointer-events:none}}.top-menu ul.user-menu{border-left:1px solid #fff;margin-left:25px;padding-left:25px}@media (max-width: 1024px){.top-menu ul.user-menu{margin-left:10px;padding-left:10px}}.top-menu ul li{display:inline-block;padding:0 25px;cursor:pointer}.top-menu ul li.mobile-only{display:none !important}@media (max-width: 768px){.top-menu ul li.mobile-only{display:inline-block !important}}.top-menu ul li.desktop-only{display:inline-block;padding-right:0}@media (max-width: 768px){.top-menu ul li.desktop-only{display:none !important}}@media (max-width: 1024px){.top-menu ul li{padding:0 10px}}.top-menu ul li .btn{display:inline-block}.top-menu ul li a:hover{color:#fff;text-decoration:underline}.top-menu ul.profile-menu-mobile{display:none}.hamburger-menu{width:21px;height:19px;position:relative;float:right;top:3px;overflow:hidden;display:none}@media (max-width: 768px){.hamburger-menu{display:block}}.hamburger-menu__background{background:#1a1a1a;width:100%;height:0%;position:fixed;top:0;left:0;opacity:1;transition:all 250ms 250ms;z-index:10}.hamburger-menu .bar{position:absolute;background:white;width:100%;height:3px;border-radius:2px;transition:all 250ms 125ms;z-index:11}.hamburger-menu .bar--one{top:0}.hamburger-menu .bar--two{top:8px}.hamburger-menu .bar--three{bottom:0}.mobile-menu-active .top-menu{height:100%}.mobile-menu-active .top-menu .menu-elements ul{position:relative;z-index:11;clear:both;border-left:0;text-align:left;padding-left:30%;margin-left:0;opacity:1;transition:color 250ms 300ms, opacity 250ms 250ms;color:#fff;float:left;pointer-events:auto !important}.mobile-menu-active .top-menu .menu-elements ul.page-menu{margin-top:-20px;float:left}@media (orientation: landscape){.mobile-menu-active .top-menu .menu-elements ul.page-menu{margin-top:0}}.mobile-menu-active .top-menu .menu-elements ul li{display:block;width:100%;text-transform:uppercase;line-height:56px;font-weight:bold;font-size:24px}@media (orientation: landscape) and (max-height: 330px){.mobile-menu-active .top-menu .menu-elements ul li{line-height:36px}}.mobile-menu-active .top-menu .menu-elements ul li a:hover{text-decoration:none}.mobile-menu-active .top-menu .hamburger-menu__background{opacity:1;height:100%;z-index:10;transition:all 250ms}.mobile-menu-active .top-menu .hamburger-menu .bar--one{transform:rotate(45deg);top:9px}.mobile-menu-active .top-menu .hamburger-menu .bar--two{transform:rotate(-45deg);top:9px}.mobile-menu-active .top-menu .hamburger-menu .bar--three{bottom:-3px}body.profile-page .center-on-mobile{display:block}body.profile-page .logo{padding-top:0;margin-top:-3px}body.profile-page .logo svg{fill:#fff}@media (max-width: 768px){body.profile-page .logo svg{fill:#3f3f3f}}@media (max-width: 768px){body.profile-page .hamburger-menu .bar{background:#3f3f3f}body.profile-page .top-menu{background:#f2f2f2 !important;color:#000 !important}body.profile-page .top-menu .hamburger-menu__background{background:#f2f2f2}body.profile-page .top-menu .center-on-mobile{display:none}body.profile-page .top-menu ul.page-menu,body.profile-page .top-menu ul.user-menu{display:none}body.profile-page .top-menu ul.profile-menu-mobile{display:block;padding-left:10px;padding-top:20px}body.profile-page .top-menu ul.profile-menu-mobile li a{text-transform:none;font-size:16px;color:#000 !important}body.profile-page .top-menu ul.profile-menu-mobile li a i{margin-right:10px}}.top-menu .btn--white-small{color:#000;height:30px;line-height:30px;max-heoght:30px;font-size:12px;font-weight:700;text-transform:uppercase;padding:0 26px;background:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1)}.top-menu .btn--white-small:hover{color:#000 !important}.top-menu-freeze-in-place{padding-top:70px}.top-menu-freeze-in-place .top-menu{background:#000;position:fixed !important;top:0;z-index:100;animation-name:animate-top-menu;animation-duration:500ms;animation-iteration-count:1;padding-top:20px;padding-bottom:20px}body .top-menu .promo-badge{position:absolute;margin-left:20px;top:-42px;transition:top 500ms}body .top-menu .promo-badge .mobile{display:none}body .top-menu .promo-badge img{max-width:none}@media (max-width: 768px){body .top-menu .promo-badge{top:-22px}body .top-menu .promo-badge .desktop{display:none}body .top-menu .promo-badge .mobile{display:flex;width:77px}}body.game-details-page .top-menu .promo-badge{top:-40px}body.top-menu-freeze-in-place .top-menu .promo-badge{top:-39px}@media (max-width: 768px){body.top-menu-freeze-in-place .top-menu .promo-badge{top:-28px}}body.profile-page .top-menu .promo-badge{top:-37px}@media (max-width: 768px){body.mobile-menu-active .top-menu{z-index:102}body.mobile-menu-active .top-menu .promo-badge{top:-100px}}@media (max-width: 768px){body.mobile-menu-active .center-on-mobile{display:flex;flex-direction:column;width:100%;height:90vh;justify-content:center}}@keyframes animate-top-menu{0%{top:-100px}100%{top:0px}}

.footer{font-family:'Barlow', sans-serif;font-size:14px;background:#000;padding:84px 0 180px;overflow:hidden;width:100%}@media (max-width: 1440px){.footer{padding-left:30px;padding-right:30px}}.footer ul{list-style:none}.footer .resolution-container{display:flex;justify-content:space-between}@media (max-width: 830px){.footer .resolution-container{flex-direction:column}}.footer__logo{height:20px}@media (max-width: 830px){.footer__logo{margin-right:auto;margin-bottom:30px}}.footer .footer-menu-container{display:flex;justify-content:space-around;flex-grow:1}@media (max-width: 830px){.footer .footer-menu-container{justify-content:space-between;margin-bottom:30px}}.footer .footer-menu{line-height:32px}.footer .footer-menu a{transition:color 250ms ease-in-out}.footer .footer-menu a:hover{color:#9a9a9a;opacity:0.8}.footer .footer-menu__title{color:#7e7e7e;font-weight:800;text-transform:uppercase;font-size:12px}@media (max-width: 830px){.footer .footer-menu{margin-left:10px}.footer .footer-menu:nth-child(1){margin-left:0;padding-left:0}}.footer .social-copy-container{display:flex;flex-direction:column}.footer__icons{color:#9a9a9a;font-size:24px;display:flex;justify-content:space-between}.footer__icons a{transition:color 250ms ease-in-out}.footer__icons a:hover{color:#9a9a9a;opacity:0.8}@media (max-width: 830px){.footer__icons{justify-content:unset;margin-bottom:30px}.footer__icons a{margin-right:10px}.footer__icons i{margin-left:10px}.footer__icons i:nth-child(1){margin-left:0}}.footer .copyright{color:#7e7e7e;font-size:10px;line-height:1.6;text-align:right;display:flex;flex-direction:column;align-self:flex-end;margin-top:auto;position:inherit !important}.footer .copyright p:first-of-type{margin-bottom:12px}@media (max-width: 830px){.footer .copyright{margin-right:auto;text-align:left}}.resolution-container{max-width:1344px;margin:0 auto;display:flex}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../lib/photoswipe/dist/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../lib/photoswipe/dist/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../lib/photoswipe/dist/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
