/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url(theme-blue.css);
: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: #6933FF;
  --secondary: #C0C6D9;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff4136;
  --light: #f8f9fa;
  --dark: #343a40;
  --electric-purple: #6933FF;
  --black: #000;
  --ice-temple: #1BF8EC;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "SourceSansPro-Regular";
  --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: "SourceSansPro-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.725;
  color: #242A35;
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 600; }

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: #0055FF;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0055FF;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):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;
  -ms-overflow-style: scrollbar; }

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

[role="button"] {
  cursor: pointer; }

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  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; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  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: 1600px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.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: 12px;
  padding-left: 12px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.form-control {
  display: block;
  width: 100%;
  height: calc(1.725em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.725;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  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: #c7b3ff;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(105, 51, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

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

.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: 4px;
  padding-bottom: 4px;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.725;
  color: #242A35;
  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 + 8px);
  padding: 3px 14px;
  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: 6px; }

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

.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.725em + 1rem);
  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.43125em + 0.25rem) center;
  background-size: calc(0.8625em + 0.5rem) calc(0.8625em + 0.5rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.725em + 1rem);
  background-position: top calc(0.43125em + 0.25rem) right calc(0.43125em + 0.25rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.75rem);
  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 1rem 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 2rem/calc(0.8625em + 0.5rem) calc(0.8625em + 0.5rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 3px 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 3px 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 3px rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.725;
  color: #fff;
  background-color: rgba(255, 65, 54, 0.9);
  border-radius: 5px; }

.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: #ff4136;
  padding-right: calc(1.725em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' 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='%23ff4136' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.43125em + 0.25rem) center;
  background-size: calc(0.8625em + 0.5rem) calc(0.8625em + 0.5rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ff4136;
    box-shadow: 0 0 0 3px rgba(255, 65, 54, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.725em + 1rem);
  background-position: top calc(0.43125em + 0.25rem) right calc(0.43125em + 0.25rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff4136;
  padding-right: calc(0.75em + 2.75rem);
  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 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' 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='%23ff4136' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.8625em + 0.5rem) calc(0.8625em + 0.5rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ff4136;
    box-shadow: 0 0 0 3px rgba(255, 65, 54, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff4136; }
.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: #ff4136; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ff4136; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff7169;
  background-color: #ff7169; }
.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 3px rgba(255, 65, 54, 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: #ff4136; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4136; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff4136;
  box-shadow: 0 0 0 3px rgba(255, 65, 54, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #242A35;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.725;
  border-radius: 5px;
  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: #242A35;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(105, 51, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #6933FF;
  border-color: #6933FF; }
  .btn-primary:hover {
    color: #fff;
    border-color: #4400ff;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #4d0dff;
    border-color: #4400ff;
    box-shadow: 0 0 0 3px rgba(128, 82, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6933FF;
    border-color: #6933FF; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4400ff;
    border-color: #4000f2; }
    .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 3px rgba(128, 82, 255, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #C0C6D9;
  border-color: #C0C6D9; }
  .btn-secondary:hover {
    color: #212529;
    border-color: #a0a9c6;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #212529;
    background-color: #a8b0cb;
    border-color: #a0a9c6;
    box-shadow: 0 0 0 3px rgba(168, 174, 191, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #C0C6D9;
    border-color: #C0C6D9; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #a0a9c6;
    border-color: #98a2c1; }
    .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 3px rgba(168, 174, 191, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    border-color: #1e7e34;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 3px 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 3px rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    border-color: #117a8b;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 3px 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 3px rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    border-color: #d39e00;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 3px 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 3px rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136; }
  .btn-danger:hover {
    color: #fff;
    border-color: #ff1103;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ff1d10;
    border-color: #ff1103;
    box-shadow: 0 0 0 3px rgba(255, 94, 84, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1103;
    border-color: #f50d00; }
    .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 3px rgba(255, 94, 84, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    border-color: #dae0e5;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 3px 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 3px rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    border-color: #1d2124;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 3px 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 3px rgba(82, 88, 93, 0.5); }

.btn-electric-purple {
  color: #fff;
  background-color: #6933FF;
  border-color: #6933FF; }
  .btn-electric-purple:hover {
    color: #fff;
    border-color: #4400ff;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-electric-purple:focus, .btn-electric-purple.focus {
    color: #fff;
    background-color: #4d0dff;
    border-color: #4400ff;
    box-shadow: 0 0 0 3px rgba(128, 82, 255, 0.5); }
  .btn-electric-purple.disabled, .btn-electric-purple:disabled {
    color: #fff;
    background-color: #6933FF;
    border-color: #6933FF; }
  .btn-electric-purple:not(:disabled):not(.disabled):active, .btn-electric-purple:not(:disabled):not(.disabled).active, .show > .btn-electric-purple.dropdown-toggle {
    color: #fff;
    background-color: #4400ff;
    border-color: #4000f2; }
    .btn-electric-purple:not(:disabled):not(.disabled):active:focus, .btn-electric-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-electric-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(128, 82, 255, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #fff;
    border-color: black;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 3px rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 38, 38, 0.5); }

.btn-ice-temple {
  color: #212529;
  background-color: #1BF8EC;
  border-color: #1BF8EC; }
  .btn-ice-temple:hover {
    color: #212529;
    border-color: #07d9ce;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-ice-temple:focus, .btn-ice-temple.focus {
    color: #212529;
    background-color: #07e6da;
    border-color: #07d9ce;
    box-shadow: 0 0 0 3px rgba(28, 216, 207, 0.5); }
  .btn-ice-temple.disabled, .btn-ice-temple:disabled {
    color: #212529;
    background-color: #1BF8EC;
    border-color: #1BF8EC; }
  .btn-ice-temple:not(:disabled):not(.disabled):active, .btn-ice-temple:not(:disabled):not(.disabled).active, .show > .btn-ice-temple.dropdown-toggle {
    color: #212529;
    background-color: #07d9ce;
    border-color: #06cdc2; }
    .btn-ice-temple:not(:disabled):not(.disabled):active:focus, .btn-ice-temple:not(:disabled):not(.disabled).active:focus, .show > .btn-ice-temple.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(28, 216, 207, 0.5); }

.btn-outline-primary {
  color: #6933FF;
  border-color: #6933FF; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #6933FF;
    border-color: #6933FF; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(105, 51, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #6933FF;
    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: #6933FF;
    border-color: #6933FF; }
    .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 3px rgba(105, 51, 255, 0.5); }

.btn-outline-secondary {
  color: #C0C6D9;
  border-color: #C0C6D9; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #C0C6D9;
    border-color: #C0C6D9; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(192, 198, 217, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #C0C6D9;
    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: #212529;
    background-color: #C0C6D9;
    border-color: #C0C6D9; }
    .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 3px rgba(192, 198, 217, 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 3px 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 3px 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 3px 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 3px 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 3px 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 3px rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #ff4136;
  border-color: #ff4136; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(255, 65, 54, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff4136;
    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: #ff4136;
    border-color: #ff4136; }
    .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 3px rgba(255, 65, 54, 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 3px 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 3px 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 3px 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 3px rgba(52, 58, 64, 0.5); }

.btn-outline-electric-purple {
  color: #6933FF;
  border-color: #6933FF; }
  .btn-outline-electric-purple:hover {
    color: #fff;
    background-color: #6933FF;
    border-color: #6933FF; }
  .btn-outline-electric-purple:focus, .btn-outline-electric-purple.focus {
    box-shadow: 0 0 0 3px rgba(105, 51, 255, 0.5); }
  .btn-outline-electric-purple.disabled, .btn-outline-electric-purple:disabled {
    color: #6933FF;
    background-color: transparent; }
  .btn-outline-electric-purple:not(:disabled):not(.disabled):active, .btn-outline-electric-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-electric-purple.dropdown-toggle {
    color: #fff;
    background-color: #6933FF;
    border-color: #6933FF; }
    .btn-outline-electric-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-electric-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-electric-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(105, 51, 255, 0.5); }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); }

.btn-outline-ice-temple {
  color: #1BF8EC;
  border-color: #1BF8EC; }
  .btn-outline-ice-temple:hover {
    color: #212529;
    background-color: #1BF8EC;
    border-color: #1BF8EC; }
  .btn-outline-ice-temple:focus, .btn-outline-ice-temple.focus {
    box-shadow: 0 0 0 3px rgba(27, 248, 236, 0.5); }
  .btn-outline-ice-temple.disabled, .btn-outline-ice-temple:disabled {
    color: #1BF8EC;
    background-color: transparent; }
  .btn-outline-ice-temple:not(:disabled):not(.disabled):active, .btn-outline-ice-temple:not(:disabled):not(.disabled).active, .show > .btn-outline-ice-temple.dropdown-toggle {
    color: #212529;
    background-color: #1BF8EC;
    border-color: #1BF8EC; }
    .btn-outline-ice-temple:not(:disabled):not(.disabled):active:focus, .btn-outline-ice-temple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ice-temple.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(27, 248, 236, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0055FF;
  text-decoration: none; }
  .btn-link:hover {
    color: #0055FF;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .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: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 3px 14px;
  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: #242A35;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

.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: #6933FF; }
  .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: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .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: 10.5px;
  padding-left: 10.5px; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    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: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.725;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 5px; }
  .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: 6px; }

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

.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: 3px 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .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: 5px; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6933FF; }

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.284375rem;
  padding-bottom: 0.284375rem;
  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: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px; }
  .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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .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 {
    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 {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #000; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: #000; }
  .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: #000;
  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='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: #000; }
  .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%28255, 255, 255, 0.5%29' 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: flex;
  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: 5px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  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: 4px 4px 0 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 4px 4px; }

.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;
  border-radius: 4px; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

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

.card-group > .card {
  margin-bottom: 12px; }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .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; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "SourceSansPro-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.725;
  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: 5px; }

.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: #6933FF !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #a0a9c6 !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: #ff4136 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1103 !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-electric-purple {
  background-color: #6933FF !important; }

a.bg-electric-purple:hover, a.bg-electric-purple:focus,
button.bg-electric-purple:hover,
button.bg-electric-purple:focus {
  background-color: #4400ff !important; }

.bg-black {
  background-color: #000 !important; }

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

.bg-ice-temple {
  background-color: #1BF8EC !important; }

a.bg-ice-temple:hover, a.bg-ice-temple:focus,
button.bg-ice-temple:hover,
button.bg-ice-temple:focus {
  background-color: #07d9ce !important; }

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #D6DBE7 !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: #6933FF !important; }

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

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

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

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

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

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

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

.border-electric-purple {
  border-color: #6933FF !important; }

.border-black {
  border-color: #000 !important; }

.border-ice-temple {
  border-color: #1BF8EC !important; }

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

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

.rounded {
  border-radius: 5px !important; }

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important; }

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

.rounded-lg {
  border-radius: 6px !important; }

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

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

.d-inline-block {
  display: inline-block !important; }

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

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

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

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

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

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 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: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 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; } }
.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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, .btn-outline-purple:hover {
  box-shadow: 0px 7px 13px rgba(71, 88, 114, 0.301) !important; }

.shadow-lg {
  box-shadow: 0px 12px 24px rgba(71, 88, 114, 0.54) !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; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-45 {
  margin: 1.875rem !important; }

.mt-45,
.my-45 {
  margin-top: 1.875rem !important; }

.mr-45,
.mx-45 {
  margin-right: 1.875rem !important; }

.mb-45,
.my-45 {
  margin-bottom: 1.875rem !important; }

.ml-45,
.mx-45 {
  margin-left: 1.875rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-45 {
  padding: 1.875rem !important; }

.pt-45,
.py-45 {
  padding-top: 1.875rem !important; }

.pr-45,
.px-45 {
  padding-right: 1.875rem !important; }

.pb-45,
.py-45 {
  padding-bottom: 1.875rem !important; }

.pl-45,
.px-45 {
  padding-left: 1.875rem !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-n45 {
  margin: -1.875rem !important; }

.mt-n45,
.my-n45 {
  margin-top: -1.875rem !important; }

.mr-n45,
.mx-n45 {
  margin-right: -1.875rem !important; }

.mb-n45,
.my-n45 {
  margin-bottom: -1.875rem !important; }

.ml-n45,
.mx-n45 {
  margin-left: -1.875rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .m-sm-45 {
    margin: 1.875rem !important; }

  .mt-sm-45,
  .my-sm-45 {
    margin-top: 1.875rem !important; }

  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 1.875rem !important; }

  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 1.875rem !important; }

  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 1.875rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .p-sm-45 {
    padding: 1.875rem !important; }

  .pt-sm-45,
  .py-sm-45 {
    padding-top: 1.875rem !important; }

  .pr-sm-45,
  .px-sm-45 {
    padding-right: 1.875rem !important; }

  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 1.875rem !important; }

  .pl-sm-45,
  .px-sm-45 {
    padding-left: 1.875rem !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-n45 {
    margin: -1.875rem !important; }

  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -1.875rem !important; }

  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -1.875rem !important; }

  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -1.875rem !important; }

  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -1.875rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .m-md-45 {
    margin: 1.875rem !important; }

  .mt-md-45,
  .my-md-45 {
    margin-top: 1.875rem !important; }

  .mr-md-45,
  .mx-md-45 {
    margin-right: 1.875rem !important; }

  .mb-md-45,
  .my-md-45 {
    margin-bottom: 1.875rem !important; }

  .ml-md-45,
  .mx-md-45 {
    margin-left: 1.875rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .p-md-45 {
    padding: 1.875rem !important; }

  .pt-md-45,
  .py-md-45 {
    padding-top: 1.875rem !important; }

  .pr-md-45,
  .px-md-45 {
    padding-right: 1.875rem !important; }

  .pb-md-45,
  .py-md-45 {
    padding-bottom: 1.875rem !important; }

  .pl-md-45,
  .px-md-45 {
    padding-left: 1.875rem !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-n45 {
    margin: -1.875rem !important; }

  .mt-md-n45,
  .my-md-n45 {
    margin-top: -1.875rem !important; }

  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -1.875rem !important; }

  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -1.875rem !important; }

  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -1.875rem !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; }

  .m-lg-45 {
    margin: 1.875rem !important; }

  .mt-lg-45,
  .my-lg-45 {
    margin-top: 1.875rem !important; }

  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 1.875rem !important; }

  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 1.875rem !important; }

  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 1.875rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .p-lg-45 {
    padding: 1.875rem !important; }

  .pt-lg-45,
  .py-lg-45 {
    padding-top: 1.875rem !important; }

  .pr-lg-45,
  .px-lg-45 {
    padding-right: 1.875rem !important; }

  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 1.875rem !important; }

  .pl-lg-45,
  .px-lg-45 {
    padding-left: 1.875rem !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-n45 {
    margin: -1.875rem !important; }

  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -1.875rem !important; }

  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -1.875rem !important; }

  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -1.875rem !important; }

  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -1.875rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .m-xl-45 {
    margin: 1.875rem !important; }

  .mt-xl-45,
  .my-xl-45 {
    margin-top: 1.875rem !important; }

  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 1.875rem !important; }

  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 1.875rem !important; }

  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 1.875rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .p-xl-45 {
    padding: 1.875rem !important; }

  .pt-xl-45,
  .py-xl-45 {
    padding-top: 1.875rem !important; }

  .pr-xl-45,
  .px-xl-45 {
    padding-right: 1.875rem !important; }

  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 1.875rem !important; }

  .pl-xl-45,
  .px-xl-45 {
    padding-left: 1.875rem !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-n45 {
    margin: -1.875rem !important; }

  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -1.875rem !important; }

  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -1.875rem !important; }

  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -1.875rem !important; }

  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -1.875rem !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; } }
.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); }

.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: 600 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #6933FF !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #909bbc !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: #ff4136 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #e90d00 !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-electric-purple {
  color: #6933FF !important; }

a.text-electric-purple:hover, a.text-electric-purple:focus {
  color: #3d00e6 !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-ice-temple {
  color: #1BF8EC !important; }

a.text-ice-temple:hover, a.text-ice-temple:focus {
  color: #06c1b6 !important; }

.text-body {
  color: #242A35 !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; }

@font-face {
  font-family: 'Adelle-Bold';
  src: url("../fonts/Adelle-Bold.eot");
  src: url("../fonts/Adelle-Bold.woff2") format("woff2"), url("../fonts/Adelle-Bold.woff") format("woff"), url("../fonts/Adelle-Bold.ttf") format("truetype"), url("../fonts/Adelle-Bold.svg#Adelle-Bold") format("svg"), url("../fonts/Adelle-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url("../fonts/AvenirLTStd-Roman.eot");
  src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("../fonts/AvenirLTStd-Roman.woff") format("woff"), url("../fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg"), url("../fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'AvenirLTStd-Oblique';
  src: url("../fonts/AvenirLTStd-Oblique.eot");
  src: url("../fonts/AvenirLTStd-Oblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-Oblique.woff") format("woff"), url("../fonts/AvenirLTStd-Oblique.ttf") format("truetype"), url("../fonts/AvenirLTStd-Oblique.svg#AvenirLTStd-Oblique") format("svg"), url("../fonts/AvenirLTStd-Oblique.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url("../fonts/AvenirLTStd-Heavy.eot");
  src: url("../fonts/AvenirLTStd-Heavy.woff2") format("woff2"), url("../fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype"), url("../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy") format("svg"), url("../fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'SourceCodePro-Regular';
  src: url("../fonts/SourceCodePro-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../fonts/SourceSansPro-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../fonts/SourceSansPro-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'SourceSansPro-SemiBold';
  src: url("../fonts/SourceSansPro-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url("../fonts/SourceSansPro-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: fallback; }
/*============================================================================
  Dependency-free breakpoint mixin
    - Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
    - Usage docs: http://shopify.github.io/Timber/#sass-mixins
==============================================================================*/
.text-gray-100 {
  color: #F5F7FA !important; }

a.text-gray-100:hover, a.text-gray-100:focus {
  color: #c2cee1 !important; }

.text-gray-200 {
  color: #E7ECF3 !important; }

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #b4c4da !important; }

.text-gray-300 {
  color: #D6DBE7 !important; }

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #a6b1cb !important; }

.text-gray-400 {
  color: #C0C6D9 !important; }

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #909bbc !important; }

.text-gray-500 {
  color: #7E89A9 !important; }

a.text-gray-500:hover, a.text-gray-500:focus {
  color: #576383 !important; }

.text-gray-600 {
  color: #475872 !important; }

a.text-gray-600:hover, a.text-gray-600:focus {
  color: #2a3443 !important; }

.text-gray-700 {
  color: #394455 !important; }

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #1a1f27 !important; }

.text-gray-800 {
  color: #242A35 !important; }

a.text-gray-800:hover, a.text-gray-800:focus {
  color: #050607 !important; }

.text-gray-900 {
  color: #060C12 !important; }

a.text-gray-900:hover, a.text-gray-900:focus {
  color: black !important; }

body.menu_open {
  overflow: hidden; }
  body.menu_open nav.mobile_expanded {
    overflow-y: auto;
    display: block; }
  body.menu_open header {
    margin-left: -100vw; }
    body.menu_open header nav.mobile .hamburger span:nth-child(1), body.menu_open header nav.mobile .hamburger span:nth-child(4) {
      top: 8px;
      width: 0%;
      left: 50%; }
    body.menu_open header nav.mobile .hamburger span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    body.menu_open header nav.mobile .hamburger span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  body.menu_open #content,
  body.menu_open .col-sidebar,
  body.menu_open #version-switcher {
    margin-left: -100vw;
    box-shadow: none; }

nav.mobile_expanded {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 900;
  width: 100vw;
  overflow: auto;
  display: none; }
  nav.mobile_expanded a:hover, nav.mobile_expanded a.current-menu-item {
    color: #54B30E; }
  nav.mobile_expanded a.current-menu-item {
    background: #efefef; }
  nav.mobile_expanded .mobile-nav__link, nav.mobile_expanded .mobile-nav__dropdown-label {
    display: block;
    color: #152849;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    font-size: 13px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    cursor: pointer; }
  nav.mobile_expanded .mobile-nav__link {
    padding: 30px 0 30px 20px;
    border-bottom: 1px solid #DADADA; }
  nav.mobile_expanded .mobile-subnav {
    display: none; }
    nav.mobile_expanded .mobile-subnav__section:not(:last-child) {
      margin-bottom: 30px; }
    nav.mobile_expanded .mobile-subnav__label {
      display: block;
      margin: 20px 0 10px;
      font-family: 'SourceSansPro-SemiBold', sans-serif;
      font-size: 13px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 20px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #54B30E; }
    nav.mobile_expanded .mobile-subnav__link {
      display: block;
      margin-bottom: 10px;
      color: #152849;
      font-family: 'SourceSansPro-Regular', sans-serif;
      font-size: 15px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 25px; }
  nav.mobile_expanded .mobile-menu-dropdown {
    width: 100%;
    padding: 30px 0 30px 20px;
    border-bottom: 1px solid #DADADA; }
    nav.mobile_expanded .mobile-menu-dropdown .blue-arrow {
      display: block;
      margin-top: 3px;
      margin-right: 25px;
      cursor: pointer; }
  nav.mobile_expanded .close-wrap {
    height: 60px;
    border-bottom: 1px solid #dadada;
    padding: 15px 0 0 15px; }
  nav.mobile_expanded .hamburger {
    position: absolute;
    top: 0;
    right: 4px;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    cursor: pointer; }
    nav.mobile_expanded .hamburger span {
      display: block;
      position: absolute;
      background-color: #152849;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      height: 4px;
      width: 20px;
      opacity: 1;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
      nav.mobile_expanded .hamburger span:nth-child(1), nav.mobile_expanded .hamburger span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%; }
      nav.mobile_expanded .hamburger span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      nav.mobile_expanded .hamburger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    nav.mobile_expanded .hamburger:hover {
      border-color: #152849; }
      nav.mobile_expanded .hamburger:hover .hamburger_inner {
        border-color: #152849; }

.logo {
  width: 180px;
  margin-top: 3px;
  float: left;
  line-height: 20px;
  font-size: 0; }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .logo {
      line-height: 23px; } }
  @media screen and (min-width: 992px) {
    .logo {
      width: 209px;
      margin-top: 3px; } }

header {
  width: 100%;
  float: left;
  padding: 15px;
  background: #FFFFFF;
  height: 60px; }
  @media screen and (min-width: 992px) {
    header {
      border-bottom: 1px solid transparent; }
      .single-post header nav.desktop a.blog-nav {
        color: #54B30E;
        text-decoration: none; } }
  header.navbar-fixed-top {
    display: flex;
    position: fixed;
    justify-content: center;
    border-bottom: 1px solid #DADADA; }
    @media screen and (min-width: 992px) {
      header.navbar-fixed-top {
        border-bottom: unset; } }
  header.scrolled {
    background: #FFFFFF;
    border-bottom: 1px solid #DADADA; }
  header .navbar-fixed-top--inner {
    width: 100%;
    max-width: 1600px; }
  header nav.mobile {
    float: right; }
    @media screen and (min-width: 992px) {
      header nav.mobile {
        display: none; } }
    header nav.mobile .hamburger {
      width: 21px;
      height: 20px;
      float: right;
      margin-top: 5px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
      header nav.mobile .hamburger span {
        display: block;
        position: absolute;
        background-color: #54B30E;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        height: 4px;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
        header nav.mobile .hamburger span:nth-child(1) {
          top: 0px; }
        header nav.mobile .hamburger span:nth-child(2), header nav.mobile .hamburger span:nth-child(3) {
          top: 8px; }
        header nav.mobile .hamburger span:nth-child(4) {
          top: 16px; }
  header nav.desktop {
    display: none; }
    @media screen and (min-width: 992px) {
      header nav.desktop {
        display: inline-block;
        float: right; } }
    header nav.desktop .desktop-menu__item, header nav.desktop .desktop-menu__item-link {
      float: left;
      padding: 0;
      font-family: 'SourceSansPro-SemiBold', sans-serif;
      font-size: 13px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 20px;
      letter-spacing: 1.5px;
      line-height: 45px;
      text-transform: uppercase;
      color: #152849;
      -webkit-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -moz-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -o-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
      header nav.desktop .desktop-menu__item.current-menu-item, header nav.desktop .desktop-menu__item:hover, header nav.desktop .desktop-menu__item-link.current-menu-item, header nav.desktop .desktop-menu__item-link:hover {
        color: #54B30E;
        text-decoration: none; }
    header nav.desktop .desktop-menu__item {
      position: relative; }
      header nav.desktop .desktop-menu__item:hover {
        cursor: pointer;
        color: #54B30E; }
        header nav.desktop .desktop-menu__item:hover .desktop-menu__dropdown-container {
          opacity: 1;
          pointer-events: all; }
    header nav.desktop .desktop-menu__item-link {
      margin: 0 5px;
      text-decoration: none; }
      @media (min-width: 1024px) {
        header nav.desktop .desktop-menu__item-link {
          margin: 0 10px; } }
    header nav.desktop .desktop-menu__dropdown-container {
      display: flex;
      position: absolute;
      width: fit-content;
      top: 40px;
      left: 0px;
      padding: 15px;
      background-color: #ffffff;
      border-radius: 5px;
      box-shadow: 0 2px 5px 0 rgba(17, 29, 57, 0.1), 0 4px 20px 0 rgba(17, 29, 57, 0.12);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease;
      z-index: 1; }
    header nav.desktop .desktop-menu__subnav-section {
      width: fit-content;
      margin: 0 15px; }
      header nav.desktop .desktop-menu__subnav-section:not(:last-child) {
        border-right: 1px solid #DADADA; }
      header nav.desktop .desktop-menu__subnav-section--product {
        min-width: 180px; }
      header nav.desktop .desktop-menu__subnav-section--resources {
        min-width: 150px; }
    header nav.desktop .desktop-menu__subnav-label {
      display: block; }
    header nav.desktop .desktop-menu__subnav-link {
      display: block;
      font-family: 'SourceSansPro-SemiBold', sans-serif;
      font-size: 13px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 20px;
      letter-spacing: 1.5px;
      letter-spacing: 0;
      line-height: 35px;
      text-transform: none;
      color: #152849; }
      header nav.desktop .desktop-menu__subnav-link:hover {
        color: #54B30E; }
    @media screen and (min-width: 767px) {
      header nav.desktop .button--header {
        margin-right: 0; } }

.home-header {
  height: auto;
  background: linear-gradient(102.66deg, #37A806 33.41%, #0788FF 106.55%); }
  @media (min-width: 1200px) {
    .home-header {
      height: 405px; }
      .home-header .card-header-overlap {
        min-height: 268px; }
      .home-header .card-header-overlap-text {
        min-height: 250px; } }
  @media (min-width: 992px) {
    .home-header {
      margin-left: -3rem;
      margin-right: -3rem; } }

.card-link {
  box-shadow: 0px 7px 13px rgba(71, 88, 114, 0.301); }
  .card-link:hover {
    box-shadow: 0px 12px 24px rgba(71, 88, 114, 0.54);
    transition: all 0.2s ease-in-out; }
  .card-link a:hover {
    text-decoration: none; }

.bg-blackk-texture-logo {
  background: url(https://cockroach-labs-docs.imgix.net/bg-black-texture-logo.png?auto=format,compress&q=40);
  background-size: cover; }

.bg-dark-wing {
  background: url(https://cockroach-labs-docs.imgix.net/bg-dark-wing.png?auto=format,compress&q=40);
  background-size: cover; }

body.sidenav-open {
  overflow: hidden; }
  body.sidenav-open:before {
    content: "";
    display: block;
    position: fixed;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(4, 2, 28, 0.73);
    z-index: 1; }

.col-sidebar {
  display: flex;
  flex-flow: column;
  height: 100%; }
  .col-sidebar .col-sidebar-content {
    flex: 0 1 auto; }
  .col-sidebar .stiky-spacer {
    flex: 1 1 auto; }
  .col-sidebar .form-control {
    max-width: 196px;
    background: url("../images/icon-mag-glass.svg");
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px; }

@media screen and (max-width: 991px) {
  #sidebarMenu {
    height: auto;
    position: fixed;
    z-index: 10;
    background-color: #fff;
    top: 108px;
    border-top: 1px solid #D6DBE7;
    border-bottom: 1px solid #D6DBE7;
    height: 60%;
    overflow: scroll;
    padding-bottom: 15px; } }

.col-sidebar-content {
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0; }
  @media screen and (min-width: 992px) {
    .col-sidebar-content {
      top: 118px; } }

.nav-docs-mobile {
  position: fixed;
  top: 54px;
  z-index: 999;
  background: #fff; }
  .nav-docs-mobile .h3 {
    font-size: 22px; }
  .nav-docs-mobile .arrow-down {
    padding: 4px;
    border-width: 2px 0 0 2px;
    margin: 0; }

#sidebar,
.js-sidebar {
  width: 100%;
  padding: 10px 0 5px 15px;
  display: flex;
  flex-direction: column;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #sidebar.nav--collapsed,
  .js-sidebar.nav--collapsed {
    padding: 0; }
    #sidebar.nav--collapsed:before,
    .js-sidebar.nav--collapsed:before {
      display: none; }
  #sidebar .sidenav-arrow,
  .js-sidebar .sidenav-arrow {
    display: none; }
    @media screen and (min-width: 0) and (max-width: 767px) {
      #sidebar .sidenav-arrow,
      .js-sidebar .sidenav-arrow {
        display: block;
        position: fixed;
        z-index: 1030;
        top: 114px;
        right: 15px; } }
  #sidebar .burger,
  .js-sidebar .burger {
    content: url(../images/hamburger.svg); }
  #sidebar ul,
  .js-sidebar ul {
    margin: 0;
    padding: 0; }
    #sidebar ul li,
    .js-sidebar ul li {
      list-style: none;
      position: relative;
      padding: 4px 0 4px 20px;
      margin: 0; }
      #sidebar ul li .nav-expand,
      .js-sidebar ul li .nav-expand {
        content: url(../images/arrow-down.svg);
        position: absolute;
        top: 13px;
        left: 2px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg); }
      #sidebar ul li.visited a,
      .js-sidebar ul li.visited a {
        color: #6933FF; }
      #sidebar ul li.visited code,
      .js-sidebar ul li.visited code {
        color: #6933FF; }
      #sidebar ul li.active > a .nav-expand,
      .js-sidebar ul li.active > a .nav-expand {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg); }
  #sidebar .tier-1 a,
  .js-sidebar .tier-1 a {
    color: #242A35; }
  #sidebar .tier-1.active > a,
  .js-sidebar .tier-1.active > a {
    color: #6933FF; }
  #sidebar .tier-2 a, #sidebar .tier-2 code,
  .js-sidebar .tier-2 a,
  .js-sidebar .tier-2 code {
    color: #242A35; }
  #sidebar .tier-2 a:hover, #sidebar .tier-2 code:hover,
  .js-sidebar .tier-2 a:hover,
  .js-sidebar .tier-2 code:hover {
    text-decoration: none;
    color: #6933FF; }
  #sidebar .tier-2.active > a,
  .js-sidebar .tier-2.active > a {
    color: #6933FF; }

.landing-page .landing-page__tutorial {
  margin: 16px 0 10px;
  width: 100%; }
.landing-page .landing-page__tutorial--tile {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: calc(33% - 9px);
  border: none;
  box-shadow: 1px 1px 10px #DADADA;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px; }
  @media screen and (min-width: 544px) {
    .landing-page .landing-page__tutorial--tile {
      height: 75px;
      width: calc(33% - 8.5px); } }
  .landing-page .landing-page__tutorial--tile.install .landing-page__tutorial--tile-icon {
    content: url(../images/cl-download.svg); }
  .landing-page .landing-page__tutorial--tile.install .landing-page__tutorial--tile-label:after {
    content: 'Install'; }
    @media screen and (min-width: 767px) {
      .landing-page .landing-page__tutorial--tile.install .landing-page__tutorial--tile-label:after {
        content: 'Install CockroachDB'; } }
    @media screen and (min-width: 992px) {
      .landing-page .landing-page__tutorial--tile.install .landing-page__tutorial--tile-label:after {
        content: 'Install'; } }
    @media screen and (min-width: 1330px) {
      .landing-page .landing-page__tutorial--tile.install .landing-page__tutorial--tile-label:after {
        content: 'Install CockroachDB'; } }
  .landing-page .landing-page__tutorial--tile.start-cluster .landing-page__tutorial--tile-icon {
    content: url(../images/cl-flag-finish.svg); }
  .landing-page .landing-page__tutorial--tile.start-cluster .landing-page__tutorial--tile-label:after {
    content: 'Start cluster'; }
    @media screen and (min-width: 767px) {
      .landing-page .landing-page__tutorial--tile.start-cluster .landing-page__tutorial--tile-label:after {
        content: 'Start a cluster'; } }
    @media screen and (min-width: 992px) {
      .landing-page .landing-page__tutorial--tile.start-cluster .landing-page__tutorial--tile-label:after {
        content: 'Start cluster'; } }
    @media screen and (min-width: 1200px) {
      .landing-page .landing-page__tutorial--tile.start-cluster .landing-page__tutorial--tile-label:after {
        content: 'Start a cluster'; } }
  .landing-page .landing-page__tutorial--tile.build-app .landing-page__tutorial--tile-icon {
    content: url(../images/cl-settings.svg); }
  .landing-page .landing-page__tutorial--tile.build-app .landing-page__tutorial--tile-label:after {
    content: 'Build an app'; }
  .landing-page .landing-page__tutorial--tile:first-child {
    margin-left: 0; }
  .landing-page .landing-page__tutorial--tile:last-child {
    margin-right: 0; }
  .landing-page .landing-page__tutorial--tile:hover {
    border-bottom: none; }
    .landing-page .landing-page__tutorial--tile:hover .landing-page__tutorial--tile-label {
      color: #6933FF; }
.landing-page .landing-page__tutorial--tile-icon {
  display: none; }
  @media screen and (min-width: 544px) {
    .landing-page .landing-page__tutorial--tile-icon {
      display: initial;
      margin-right: 10px;
      margin-bottom: 2px; } }
.landing-page .landing-page__tutorial--tile-label {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
  color: #142848;
  margin-top: 5px; }
  @media screen and (min-width: 544px) {
    .landing-page .landing-page__tutorial--tile-label {
      font-family: 'SourceSansPro-Regular', sans-serif;
      font-size: 16px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 22.6px; } }
.landing-page .landing-page__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
.landing-page iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#maincontent {
  position: relative;
  padding-top: 115px; }
  @media screen and (min-width: 992px) {
    #maincontent {
      padding-top: 95px; } }
  #maincontent #main-content {
    margin: 0 15px; }
    @media screen and (min-width: 992px) {
      #maincontent #main-content {
        margin: 0 auto;
        min-height: 625px;
        max-width: 1600px; } }
    #maincontent #main-content .content-col {
      padding-bottom: 100px;
      max-width: 100%;
      min-width: 0;
      padding-top: 105px;
      overflow-x: scroll; }
      @media screen and (min-width: 992px) {
        #maincontent #main-content .content-col {
          padding-top: 0;
          min-height: 625px;
          margin-left: 310px;
          margin-right: 45px; }
          #maincontent #main-content .content-col.no-sidebar {
            padding-left: 30px; }
          #maincontent #main-content .content-col.no-toc {
            padding-right: 30px; } }
      #maincontent #main-content .content-col--landing {
        padding-top: 30px; }

section.footer {
  background: #F5F7FA;
  padding: 0 0 20px;
  z-index: 1;
  position: relative; }
  @media screen and (min-width: 992px) {
    section.footer {
      padding: 0 0 40px; } }
  section.footer .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    max-width: 100%; }
    @media screen and (min-width: 992px) {
      section.footer .container {
        padding: 60px 0 20px 45px;
        margin: 0 auto;
        width: 1500px; } }
  section.footer .footer__flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 992px) {
      section.footer .footer__flex-wrap {
        width: 68%; } }
  section.footer .footer__right {
    display: flex;
    border-bottom: solid 1px #DADADA; }
    @media screen and (min-width: 992px) {
      section.footer .footer__right {
        border-bottom: none;
        border-left: solid 1px #DADADA;
        width: 25%;
        padding-top: 0;
        padding-left: 60px;
        margin-left: 50px; } }
  section.footer .footer-nav {
    width: 100%;
    list-style: none;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      section.footer .footer-nav {
        border-top: 1px solid #DADADA;
        padding: 20px; } }
    @media screen and (min-width: 992px) {
      section.footer .footer-nav {
        width: calc(100% / 4 - 1px);
        padding-left: 0; }
        section.footer .footer-nav--product {
          -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
          order: -2; }
        section.footer .footer-nav--documentation {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; } }
    section.footer .footer-nav li {
      color: #152849;
      list-style: none;
      text-align: left;
      padding: 0;
      margin: 0 10px 0 0;
      text-indent: 0; }
      @media screen and (min-width: 992px) {
        section.footer .footer-nav li {
          width: 100%;
          margin-right: 20px; } }
      section.footer .footer-nav li a {
        font-family: 'SourceSansPro-Regular', sans-serif;
        font-size: 14px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #111D39;
        line-height: 40px;
        text-transform: none;
        display: block;
        -webkit-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        -moz-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        -o-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
        @media screen and (min-width: 992px) {
          section.footer .footer-nav li a {
            line-height: 25px;
            margin-bottom: 10px; } }
        section.footer .footer-nav li a:hover {
          color: #190F33; }
    section.footer .footer-nav li.header {
      font-family: 'Poppins-SemiBold', sans-serif;
      font-size: 14px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 5px; }
      @media screen and (min-width: 992px) {
        section.footer .footer-nav li.header {
          margin-bottom: 15px; } }
    section.footer .footer-nav li:before {
      content: "";
      display: none;
      left: auto;
      top: auto; }
  section.footer .footer-sub-nav {
    display: none;
    margin-top: 20px;
    padding-left: 0; }
    @media screen and (min-width: 992px) {
      section.footer .footer-sub-nav {
        display: block; } }
  section.footer .copyright {
    margin: 20px 0 0 20px;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
    color: #152849; }
    @media screen and (min-width: 992px) {
      section.footer .copyright {
        text-align: left;
        width: 100%;
        margin-top: 15px;
        margin-left: 0; } }
  section.footer .blue-arrow {
    margin-right: -12px;
    cursor: pointer; }

.footer {
  z-index: 1;
  position: relative;
  background: #F5F7FA; }

.footer-nav {
  width: 100%;
  list-style: none;
  margin-bottom: 0; }
  .footer-nav li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 10px 0 0;
    text-indent: 0; }
    @media screen and (min-width: 992px) {
      .footer-nav li {
        width: 100%;
        margin-right: 20px; } }
    .footer-nav li a {
      font-family: 'SourceSansPro-Regular', sans-serif;
      font-size: 14px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #111D39;
      line-height: 40px;
      text-transform: none;
      display: block;
      -webkit-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -moz-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -o-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
      @media screen and (min-width: 992px) {
        .footer-nav li a {
          line-height: 25px;
          margin-bottom: 10px; } }
      .footer-nav li a:hover {
        color: #6933FF; }
  .footer-nav li.header {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 5px; }
    @media screen and (min-width: 992px) {
      .footer-nav li.header {
        margin-bottom: 15px; } }
  .footer-nav li:before {
    content: "";
    display: none;
    left: auto;
    top: auto; }

.copyright {
  margin: 20px 0 0 20px;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
  color: #152849; }
  @media screen and (min-width: 992px) {
    .copyright {
      text-align: left;
      width: 100%;
      margin-top: 15px;
      margin-left: 0; } }

#footer-mktoForm_1083 {
  width: 100% !important; }
  #footer-mktoForm_1083.mkto-footer-form #Email {
    display: block;
    width: 70% !important;
    height: calc(1.725em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.725;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  #footer-mktoForm_1083.mkto-footer-form .mktoButton {
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.725;
    background: #6933FF;
    height: calc(1.725em + 1rem + 2px);
    margin-left: -1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
    #footer-mktoForm_1083.mkto-footer-form .mktoButton:hover {
      background-color: #6933FF !important;
      box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }

@media screen and (min-width: 0) and (max-width: 767px) {
  #topnav {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 10; }
    #topnav div {
      background-color: #fff; }
    #topnav #topnav-form {
      border-top: 1px solid #D6DBE7; } }

.search {
  position: relative; }
  .search .fa-search {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #6933FF;
    font-size: 20px; }
  .search #search-input {
    background-color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 8px #DADADA;
    height: 40px;
    width: calc(100% - 30px);
    outline: 0px none;
    padding: 3px 10px 0px 45px;
    transition: all 0.15s ease 0s;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 40px; }
    .search #search-input::-webkit-input-placeholder {
      color: #bcbcbc; }
    .search #search-input:focus {
      border-color: #6933FF; }
    @media (min-width: 1200px) {
      .search #search-input {
        width: 100%; } }

#sidebar li.search-wrap,
.js-sidebar li.search-wrap {
  margin-bottom: 0; }
  @media screen and (min-width: 1200px) {
    #sidebar li.search-wrap,
    .js-sidebar li.search-wrap {
      position: fixed;
      top: 130px;
      width: 235px;
      padding-top: 50px;
      padding-bottom: 0;
      background: #ffffff;
      z-index: 2; } }

.search-item {
  margin-top: 30px; }

.search-link {
  color: #999988;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
  margin-bottom: 5px; }

.search-snippet {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px; }

.clear-search {
  display: none;
  position: absolute;
  top: 2px;
  right: calc(0% + 30px);
  height: 38px;
  width: 35px;
  border-radius: 50%;
  outline: none;
  cursor: pointer; }
  @media screen and (min-width: 1200px) {
    .clear-search {
      right: 0; } }
  .clear-search:before, .clear-search:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 11px;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    background: #152849;
    transform: rotate(45deg); }
  .clear-search:after {
    transform: rotate(-45deg); }

.col-sidebar .form-control {
  height: 40px; }

.bs-callout {
  padding: 30px 40px 30px 25px;
  margin: 15px 0;
  border-left: 5px solid #eee;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22.6px;
  color: #152849;
  border-radius: 5px; }
  .bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px; }
  .bs-callout p:last-child {
    margin-bottom: 0; }
  .bs-callout code {
    border-radius: 2px;
    border: 1px solid #DADADA; }
  .bs-callout + .bs-callout {
    margin-top: -5px; }
  .bs-callout__label {
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 30px; }
  .bs-callout--success {
    background-color: #c5faed4d;
    border-left-color: #3DEFC4; }
    .bs-callout--success h4, .bs-callout--success .bs-callout__label {
      color: #190F33; }
  .bs-callout--danger {
    background-color: rgba(255, 227, 234, 0.6);
    border-left-color: #FF7595; }
    .bs-callout--danger h4, .bs-callout--danger .bs-callout__label {
      color: #190F33; }
  .bs-callout--info {
    background-color: rgba(222, 247, 255, 0.6);
    border-left-color: #24CAFF; }
    .bs-callout--info h4, .bs-callout--info .bs-callout__label {
      color: #190F33; }
  .bs-callout--version {
    background-color: rgba(105, 51, 255, 0.2);
    border-left-color: #6933FF }
    .bs-callout--version h4, .bs-callout--version .bs-callout__label {
      color: #190F33; }

.toc-col {
  display: none; }
  @media screen and (min-width: 992px) {
    .toc-col {
      padding: 34px 0;
      display: inline-block;
      background: #ffffff; } }

#toc {
  display: block;
  max-width: 500px;
  padding-left: 0px;
  margin: 0; }
  @media screen and (min-width: 992px) {
    #toc {
      display: none; } }

.toc-col-contents {
  height: 85vh;
  overflow-y: auto;
  padding-bottom: 5rem;
  padding-right: 5px; }

.toc-col-contents::-webkit-scrollbar {
  display: none; }

#toc-right {
  max-height: 85vh;
  padding-right: 10px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 1.5rem; }

#toc-right::-webkit-scrollbar {
  display: none; }

#toc > ul,
#toc-right > ul {
  list-style-type: none;
  width: 100%;
  padding: 0 0 0 10px; }
  #toc > ul li,
  #toc-right > ul li {
    list-style: none;
    line-height: 24px;
    white-space: nowrap;
    margin: 0; }
    #toc > ul li a,
    #toc-right > ul li a {
      font-family: 'SourceSansPro-Regular', sans-serif;
      font-size: 16px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #242A35;
      line-height: 24px;
      letter-spacing: 0.1px; }
      #toc > ul li a:hover,
      #toc-right > ul li a:hover {
        text-decoration: none;
        border-bottom: none;
        color: #6933FF; }
      #toc > ul li a.active--scroll,
      #toc-right > ul li a.active--scroll {
        font-weight: bold; }
      #toc > ul li a.anchorjs-link,
      #toc-right > ul li a.anchorjs-link {
        visibility: hidden;
        display: none; }
    #toc > ul li.toc-li-top,
    #toc-right > ul li.toc-li-top {
      border-left: 2px solid #E7ECF3;
      padding: 0 0 6px 10px; }
    #toc > ul li a:first-child,
    #toc-right > ul li a:first-child {
      position: relative;
      white-space: normal; }
      #toc > ul li a:first-child:hover:before,
      #toc-right > ul li a:first-child:hover:before {
        color: #6933FF; }
    #toc > ul li > ul,
    #toc-right > ul li > ul {
      margin: 0;
      padding: 0 0 0 10px; }
  #toc > ul:before,
  #toc-right > ul:before {
    content: "On this page";
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    padding-bottom: 10px;
    display: inline-block; }
#toc a,
#toc-right a {
  color: #242A35; }
  #toc a:hover,
  #toc-right a:hover {
    text-decoration: none;
    border-bottom: none; }
#toc code,
#toc-right code {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0px;
  height: fit-content; }

#overlay-bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2000; }

#newsletter-popout {
  display: none;
  text-align: center;
  padding: 50px;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2001;
  background-color: #6933FF;
  width: 600px; }
  #newsletter-popout .news-header {
    font-family: 'Adelle-Bold', serif;
    font-size: 36px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    line-height: 48px; }
  #newsletter-popout .news-subheader {
    font-family: 'AvenirLTStd-Roman', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 30px 50px 0; }
  #newsletter-popout #hubspot-popup-form {
    display: inline-block; }
    #newsletter-popout #hubspot-popup-form .popout-form {
      margin: 20px auto 0; }
      #newsletter-popout #hubspot-popup-form .popout-form > div {
        float: left; }
      #newsletter-popout #hubspot-popup-form .popout-form .hs_email label {
        display: none; }
      #newsletter-popout #hubspot-popup-form .popout-form .hs_email input {
        border: none;
        outline: none;
        height: 40px;
        line-height: 35px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 0 15px 0 25px;
        width: 224px; }
      #newsletter-popout #hubspot-popup-form .popout-form .inputs-list {
        display: none !important; }
      #newsletter-popout #hubspot-popup-form .popout-form .hs-button {
        background-color: #6933FF;
        color: #FFFFFF;
        border: none;
        outline: none;
        height: 40px;
        line-height: 35px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 0 25px 0 15px; }
  #newsletter-popout .newsletter-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }

#newsletter-footer-popout {
  padding: 40px 0;
  background-color: #6933FF;
  position: fixed;
  z-index: 1999;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
  #newsletter-footer-popout .news-header {
    font-family: 'Adelle-Bold', serif;
    font-size: 25px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    line-height: 33px; }
  #newsletter-footer-popout .mktoForm {
    margin-top: 20px;
    float: left; }
    #newsletter-footer-popout .mktoForm > div {
      float: left; }
    #newsletter-footer-popout .mktoForm .mktoButtonWrap {
      margin: 0 !important; }
    #newsletter-footer-popout .mktoForm .mktoFieldWrap label {
      display: none; }
    #newsletter-footer-popout .mktoForm .mktoFieldWrap #Email {
      border: none;
      outline: none;
      height: 40px;
      line-height: 35px;
      -webkit-border-top-left-radius: 20px;
      -moz-border-top-left-radius: 20px;
      border-top-left-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-bottom-left-radius: 20px;
      border-bottom-left-radius: 20px;
      padding: 0 15px 0 25px;
      width: 180px !important; }
    #newsletter-footer-popout .mktoForm .inputs-list {
      display: none !important; }
    #newsletter-footer-popout .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
      background: #152849;
      color: #FFFFFF;
      border: none;
      outline: none;
      height: 40px;
      line-height: 35px;
      -webkit-border-top-right-radius: 20px;
      -moz-border-top-right-radius: 20px;
      border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-bottom-right-radius: 20px;
      border-bottom-right-radius: 20px;
      padding: 0 25px 0 15px;
      font-family: 'Poppins-SemiBold', sans-serif;
      font-size: 18px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.725;
      letter-spacing: 0.1px;
      font-weight: 600;
      text-transform: capitalize; }
    #newsletter-footer-popout .mktoForm .hs-error-msgs, #newsletter-footer-popout .mktoForm .hs-form-required {
      display: none !important; }
    #newsletter-footer-popout .mktoForm .submitted-message {
      text-align: center;
      width: 100%;
      color: #FFFFFF;
      font-family: 'AvenirLTStd-Roman', serif;
      font-size: 16px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  #newsletter-footer-popout .newsletter-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  #newsletter-footer-popout.animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.mkto-install-form.mktoForm .mktoLabel,
.mkto-install-form.mktoForm .mktoGutter,
.mkto-install-form.mktoForm .mktoOffset {
  display: none; }
.mkto-install-form.mktoForm input {
  height: 40px;
  font-family: 'AvenirLTStd-Roman', serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  color: #152849;
  border: 1px solid #DADADA;
  border-right: none;
  outline: none;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0 15px 0 25px !important;
  width: 150px; }
  .mkto-install-form.mktoForm input::-webkit-input-placeholder {
    color: #A2A2A2; }
  .mkto-install-form.mktoForm input:-moz-placeholder {
    color: #A2A2A2; }
  .mkto-install-form.mktoForm input::-moz-placeholder {
    color: #A2A2A2; }
  .mkto-install-form.mktoForm input:-ms-input-placeholder {
    color: #A2A2A2; }
  .mkto-install-form.mktoForm input:placeholder-shown {
    color: #A2A2A2; }
  .mkto-install-form.mktoForm input:focus {
    border-color: #6933FF; }
.mkto-install-form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background: #152849;
  background-image: #152849;
  border-color: #152849;
  color: #FFFFFF;
  border: none;
  outline: none;
  height: 40px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 25px 0 20px;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.725;
  letter-spacing: 0.1px;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase; }
  .mkto-install-form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active, .mkto-install-form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background: #152849 !important;
    border-color: #152849 !important; }

.hubspot-install-form .install-form {
  float: left;
  border: 1px solid #C0C6D9;
  border-radius: 5px;
  padding: 4px; }
  .hubspot-install-form .install-form > div {
    float: left; }
  .hubspot-install-form .install-form .hs_email label {
    display: none; }
  .hubspot-install-form .install-form .hs_email input {
    height: 40px;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    padding: 0 15px;
    width: 150px; }
    .hubspot-install-form .install-form .hs_email input::-webkit-input-placeholder {
      color: #475872; }
    .hubspot-install-form .install-form .hs_email input:-moz-placeholder {
      color: #475872; }
    .hubspot-install-form .install-form .hs_email input::-moz-placeholder {
      color: #475872; }
    .hubspot-install-form .install-form .hs_email input:-ms-input-placeholder {
      color: #475872; }
    .hubspot-install-form .install-form .hs_email input:placeholder-shown {
      color: #475872; }
    .hubspot-install-form .install-form .hs_email input:focus {
      border-color: transparent; }
  .hubspot-install-form .install-form .inputs-list {
    display: none !important; }
  .hubspot-install-form .install-form .hs-button {
    background-color: #6933FF;
    color: #FFFFFF;
    border: none;
    outline: none;
    height: 40px;
    padding: 0 16px;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 42px;
    text-transform: capitalize;
    border-radius: 5px; }
  .hubspot-install-form .install-form .hs-error-msgs, .hubspot-install-form .install-form .hs-form-required {
    display: none !important; }
  .hubspot-install-form .install-form .submitted-message {
    text-align: left;
    width: 100%;
    font-family: 'AvenirLTStd-Roman', serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/** small desktop **/
@media (min-width: 768px) {
  #newsletter-footer-popout {
    padding: 20px 0; }
    #newsletter-footer-popout .news-header {
      font-family: 'SourceSansPro-SemiBold', sans-serif;
      font-size: 24px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 35px;
      color: #FFFFFF; }
    #newsletter-footer-popout .mktoForm .mktoFieldWrap {
      margin-top: 15px;
      float: left; }
      #newsletter-footer-popout .mktoForm .mktoFieldWrap #Email {
        width: 250px !important; }

  .hubspot-install-form .install-form .hs_email input {
    width: 140px; }

  .mkto-install-form.mktoForm input {
    width: 250px; } }
/* Designed to make items marked as terminal prompts with Rouge syntax highlighter unselectable*/
.noselect {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

/* Works in conjunction with /js/customscripts.js to make shell terminals prompts ($) totally unselectable */
.language-shell::before {
  color: #A2A2A2;
  content: "$ "; }

/* Works in conjunction with /js/customscripts.js to make SQL terminals prompts (>) totally unselectable */
.language-sql::before {
  color: #A2A2A2;
  content: "> "; }

span.funcdesc {
  display: block;
  padding: 2px; }

@namespace "http://www.w3.org/2000/svg";
.line {
  fill: none;
  stroke: #262626; }

.bold-line {
  stroke: #0A0A0A;
  shape-rendering: crispEdges;
  stroke-width: 2; }

.thin-line {
  stroke: #0F0F0F;
  shape-rendering: crispEdges; }

.filled {
  fill: #262626;
  stroke: none; }

text.terminal {
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  fill: #0A0A0A;
  font-weight: bold; }

text.nonterminal {
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  fill: #0055FF; }

text.regexp {
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  fill: #0F0F0F; }

rect,
circle,
polygon {
  fill: #262626;
  stroke: #262626; }

rect.terminal {
  fill: #ffffff;
  stroke: #262626; }

rect.nonterminal {
  fill: #FFFFFF;
  stroke: #262626; }

rect.text {
  fill: none;
  stroke: none; }

polygon.regexp {
  fill: #FFFFFF;
  stroke: #262626; }

.highlight {
  background: #242A35;
  border-radius: 4px;
  /* Error */
  /* Keyword */
  /* Comment */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Deleted.Specific */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Inserted.Specific */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */ }
  .highlight pre {
    padding: 20px 30px; }
  .highlight a code {
    color: #54B30E; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    color: #CEC0F2; }
  .highlight .c {
    color: #A2A2A2; }
  .highlight .cm {
    color: #A2A2A2; }
  .highlight .cp {
    color: #A2A2A2; }
  .highlight .c1 {
    color: #A2A2A2; }
  .highlight .cs {
    color: #999999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #F5F7FA;
    background-color: #ffdddd; }
  .highlight .gd .x {
    color: #F5F7FA;
    background-color: #ffaaaa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #aa0000; }
  .highlight .gh {
    color: #999999; }
  .highlight .gi {
    color: #F5F7FA;
    background-color: #ddffdd; }
  .highlight .gi .x {
    color: #F5F7FA;
    background-color: #aaffaa; }
  .highlight .go {
    color: #888888; }
  .highlight .gp {
    color: #A2A2A2; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaaaaa; }
  .highlight .gt {
    color: #aa0000; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kn {
    color: #a71d5d; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #445588;
    font-weight: bold; }
  .highlight .m {
    color: #009999; }
  .highlight .s {
    color: #74BDFD; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #74BDFD; }
  .highlight .nc {
    color: #445588;
    font-weight: bold; }
  .highlight .no {
    color: #26A5A5; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #990000;
    font-weight: bold; }
  .highlight .nf {
    color: #990000; }
  .highlight .nn {
    color: #555555; }
  .highlight .nt {
    color: #74BDFD; }
  .highlight .nv {
    color: #74BDFD; }
  .highlight .w {
    color: #bbbbbb; }
  .highlight .mf {
    color: #74BDFD; }
  .highlight .mh {
    color: #74BDFD; }
  .highlight .mi {
    color: #74BDFD; }
  .highlight .mo {
    color: #74BDFD; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #74BDFD; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #0086b3; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #009999; }

/* Feedback question and buttons */
#feedback-prompt {
  display: inline-block;
  padding: 25px;
  font-size: 17px;
  line-height: 1; }
  #feedback-prompt form {
    display: inline-block;
    vertical-align: bottom; }
  #feedback-prompt .yes-button img,
  #feedback-prompt .no-button img {
    vertical-align: middle;
    margin: 0 8px 4px 0; }
  #feedback-prompt .yes-button:hover,
  #feedback-prompt .no-button:hover {
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }

.feedback-question {
  display: block;
  line-height: 0;
  margin-right: 15px;
  vertical-align: bottom;
  font-family: 'AvenirLTStd-Roman', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px; }
  @media screen and (min-width: 544px) {
    .feedback-question {
      display: inline-block; } }

@media screen and (max-width: 767px) {
  .feedback-question {
    font-size: 14px; }

  #feedback-prompt p.feedback-response {
    line-height: 20px;
    font-size: 14px; } }
#yes-button,
#no-button,
#feedback-prompt input[type="submit"] {
  width: 88px;
  height: 50px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  color: #6933FF !important;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.725;
  letter-spacing: 0.1px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #6933FF;
  border-radius: 5px;
  outline: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

form[class*="hs-form"] {
  margin-bottom: 0; }
  form[class*="hs-form"] label {
    font-family: inherit;
    font-size: 15px; }
  form[class*="hs-form"] div[class="actions"] {
    padding: 0;
    margin: 0; }
  form[class*="hs-form"] input[type="radio"][class="hs-input"] {
    margin-right: 10px; }
  form[class*="hs-form"] input[type="submit"] {
    background: none;
    text-shadow: none;
    box-sizing: border-box; }
    form[class*="hs-form"] input[type="submit"]:hover:not(.inactive) {
      border: 1px solid #152849;
      box-shadow: none; }
  form[class*="hs-form"] textarea:focus,
  form[class*="hs-form"] input[type="email"]:focus {
    border: 1px solid #190F33;
    box-shadow: none; }

/* Feedback popup and hubspot form
* Most of this is from Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.white-popup .hbspt-form label {
  font-family: 'SourceSansPro-SemiBold', sans-serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  color: #152849; }

.white-popup .hbspt-form ul {
  margin-top: 10px; }

.white-popup .hbspt-form li {
  list-style: none;
  margin-left: -30px; }

.white-popup .hbspt-form li label {
  list-style: none;
  font-weight: normal; }

.white-popup .hbspt-form li label input {
  margin-right: 10px; }

.white-popup .hbspt-form textarea {
  width: 80%;
  margin-bottom: 20px;
  padding: 10px; }

.white-popup .hbspt-form .hs_email input {
  width: 80%;
  margin-bottom: 20px;
  padding-left: 10px; }

.white-popup .hbspt-form .hs-button {
  color: #fff;
  background: #46a417;
  border: 2px solid #46a417;
  border-radius: 35px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  padding: 5px 20px;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  margin-top: 5px; }

.white-popup .hbspt-form .hs-button:hover {
  background: #fff;
  color: #46a417;
  outline: none; }

.white-popup .hbspt-form .submitted-message {
  font-size: 30px;
  font-weight: bold; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #46A418; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

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

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

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

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.scroll-to-top {
  z-index: 1000;
  position: absolute;
  right: 15px;
  bottom: auto;
  display: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: opacity 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: opacity 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
  .scroll-to-top img {
    width: 45px;
    height: 45px; }
    @media screen and (min-width: 992px) {
      .scroll-to-top img {
        width: 50px;
        height: 50px; } }
  .scroll-to-top.fixed {
    position: fixed;
    bottom: 225px;
    top: auto; }
  .scroll-to-top.loaded {
    opacity: 1; }

.button--primary {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.725;
  letter-spacing: 0.1px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  display: inline-block;
  border: 1px solid transparent;
  line-height: 1.725;
  white-space: nowrap;
  color: #FFFFFF;
  padding: 18px 25px 16px;
  background-color: #6933FF; }
  .button--primary:focus {
    color: #FFFFFF; }
  .button--primary:hover {
    background-color: #FFFFFF;
    color: #6933FF; }

.btn-redirect {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.725;
  letter-spacing: 0.1px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  display: inline-block;
  border: 1px solid transparent;
  line-height: 1.725;
  white-space: nowrap;
  color: #FFFFFF;
  background: linear-gradient(-90deg, #190F33 0%, #0037A5 48.3%, #6933FF 100%);
  box-shadow: none; }
  .btn-redirect:hover {
    color: #fff;
    box-shadow: -4px 4px 7px -3px rgba(25, 15, 51, 0.5); }
  .btn-redirect:focus {
    border: 1px solid #237300;
    box-shadow: none;
    color: #FFFFFF; }
  .btn-redirect:active:focus {
    border: 1px solid #237300;
    box-shadow: none;
    color: #FFFFFF; }

.btn-outline-primary {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.725;
  letter-spacing: 0.1px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  display: inline-block;
  border: 1px solid transparent;
  line-height: 1.725;
  white-space: nowrap;
  color: #6933FF;
  text-align: center;
  background-color: #FFFFFF;
  border-color: #6933FF;
  border-width: 2px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn-outline-primary:focus {
    border-color: #6933FF;
    background-color: #6933FF;
    box-shadow: 0 0 0 3px #6933FF; }
  .btn-outline-primary:hover {
    border-color: #6933FF;
    background-color: #6933FF;
    color: #fff; }
  .btn-outline-primary:not(:disabled):not(.disabled):active {
    border-color: #6933FF;
    background-color: #6933FF; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
      border-color: #6933FF;
      background-color: #6933FF;
      box-shadow: 0 0 0 3px #6933FF; }

.btn-outline-secondary {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.725;
  letter-spacing: 0.1px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  display: inline-block;
  border: 1px solid transparent;
  line-height: 1.725;
  white-space: nowrap;
  color: #394455;
  text-align: center;
  background-color: #FFFFFF;
  border-color: #C0C6D9; }
  .btn-outline-secondary:focus {
    border-color: #7E89A9;
    background-color: #F5F7FA;
    box-shadow: 0 0 0 3px #F5F7FA; }
  .btn-outline-secondary:hover {
    background-color: #F5F7FA;
    color: #242A35; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active {
    border-color: #7E89A9;
    background-color: #F5F7FA; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
      border-color: #7E89A9;
      background-color: #F5F7FA;
      box-shadow: 0 0 0 3px #F5F7FA; }

.btn--sm {
  padding: 3px 14px; }

.button--header {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.725;
  letter-spacing: 0.1px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  display: inline-block;
  border: 1px solid transparent;
  line-height: 1.725;
  white-space: nowrap;
  display: none;
  height: 30px;
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 13px;
  background-color: #6933FF;
  border-color: #6933FF;
  border-width: 1px;
  border-radius: 0px;
  padding: 8.25px 16px;
  color: #FFFFFF;
  margin-right: 15px; }
  .button--header:focus, .button--header:hover {
    color: #FFFFFF; }
  @media screen and (min-width: 767px) {
    .button--header {
      display: inline-block; } }
  @media screen and (min-width: 992px) {
    .button--header {
      height: 40px;
      font-size: 12px;
      line-height: 40px;
      margin-left: 5px;
      padding: 0 17px; }
      .button--header:hover {
        background-color: #FFFFFF;
        color: #6933FF;
        border: 1px solid #6933FF; } }
  @media (min-width: 1024px) {
    .button--header {
      margin-left: 10px; } }
  .button--header--alt {
    background-color: #FFFFFF;
    color: #6933FF; }
    .button--header--alt:focus, .button--header--alt:hover {
      color: #6933FF; }
    @media screen and (min-width: 992px) {
      .button--header--alt:hover {
        background-color: #6933FF;
        color: #FFFFFF; } }

.blue-arrow {
  display: inline-block;
  border: solid #152849;
  padding: 4px;
  margin-left: 4px;
  transition: transform 0.2s ease, margin-bottom 0.2s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  float: right;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    .blue-arrow {
      display: none; } }
  .blue-arrow--up {
    border-width: 2px 0 0 2px;
    margin-top: 3px; }
  .blue-arrow--down {
    border-width: 0 2px 2px 0;
    margin-bottom: 3px; }

.arrow-down {
  display: inline-block;
  border: solid #152849;
  border-width: 0 2px 2px 0;
  padding: 2px;
  margin-left: 4px;
  margin-bottom: 2px;
  transition: transform 0.2s ease, margin-bottom 0.2s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer; }
  .arrow-down--pre {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 0;
    border-width: 0 1px 1px 0;
    margin: 0 3px; }

.arrow-up {
  display: inline-block;
  border: solid #152849;
  border-width: 2px 0 0 2px;
  padding: 2px;
  margin-left: 4px;
  margin-bottom: 0;
  transition: transform 0.2s ease, margin-bottom 0.2s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer; }
  .arrow-up--pre {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 0;
    border-width: 0 1px 1px 0;
    margin: 0 3px; }

.contribute .btn-contribute {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.725;
  letter-spacing: 0.1px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  display: inline-block;
  border: 1px solid transparent;
  line-height: 1.725;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  border: 1px solid #D6DBE7;
  box-sizing: border-box;
  background: #F5F7FA;
  color: #242A35;
  line-height: 24px;
  letter-spacing: 0.1px;
  align-items: center;
  width: 134px;
  height: 32px;
  margin-top: 9px;
  margin-right: 55px;
  text-align: center; }
  .contribute .btn-contribute:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #E7ECF3;
    border: 1px solid #7E89A9;
    border-radius: 3px; }
  @media screen and (min-width: 571px) {
    .contribute .btn-contribute {
      margin-left: 3px; } }
  .contribute .btn-contribute:after {
    display: none; }
.contribute .dropdown-menu {
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 571px) {
    .contribute .dropdown-menu {
      left: 1px; } }
.contribute .dropdown-menu > li > a {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
  font-size: 14px;
  line-height: 22px;
  color: #394455;
  margin: 7px 0 7px; }
  .contribute .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #394455; }
  .contribute .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #394455; }

.btn-outline-purple {
  border: 2px solid #6933FF;
  background-color: white;
  color: #6933FF; }
  .btn-outline-purple:hover {
    color: #6933FF; }

#os-tabs {
  margin: 20px 0px 15px 0px; }
  #os-tabs button {
    border: none;
    background-color: #ffffff;
    color: #475872;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: 0;
    width: 90px;
    padding: 17px 0 11px;
    position: relative;
    float: left;
    line-height: 25px;
    margin-right: 15px;
    border-bottom: 3px solid transparent; }
    #os-tabs button:before {
      display: inline-block;
      margin-top: -8px;
      vertical-align: middle; }
    #os-tabs button:hover {
      color: #6933FF;
      font-weight: 700; }
    #os-tabs button.current {
      color: #6933FF;
      border-bottom-color: #6933FF; }
  #os-tabs.os-tabs_button-outline-primary a.external {
    position: relative;
    display: inline-block; }
    #os-tabs.os-tabs_button-outline-primary a.external:after {
      position: absolute;
      top: 0;
      right: 20px; }
  #os-tabs.os-tabs_button-outline-primary button {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.725;
    letter-spacing: 0.1px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    display: inline-block;
    border: 1px solid transparent;
    line-height: 1.725;
    white-space: nowrap;
    color: #6933FF;
    text-align: center;
    background-color: #FFFFFF;
    border-color: #6933FF;
    border-width: 2px;
    padding: 10px 0 3px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #os-tabs.os-tabs_button-outline-primary button:focus {
      border-color: #6933FF;
      background-color: #6933FF;
      box-shadow: 0 0 0 3px #6933FF; }
    #os-tabs.os-tabs_button-outline-primary button:hover {
      border-color: #6933FF;
      background-color: #6933FF;
      color: #fff; }
    #os-tabs.os-tabs_button-outline-primary button:not(:disabled):not(.disabled):active {
      border-color: #6933FF;
      background-color: #6933FF; }
      #os-tabs.os-tabs_button-outline-primary button:not(:disabled):not(.disabled):active:focus {
        border-color: #6933FF;
        background-color: #6933FF;
        box-shadow: 0 0 0 3px #6933FF; }

.install-button {
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 15px;
  color: #152849 !important;
  text-decoration: none !important;
  padding: 15px 0;
  float: left;
  position: relative;
  border: 2px solid #fff;
  border-bottom: none; }
  @media screen and (min-width: 767px) {
    .install-button {
      width: auto;
      padding: 15px 25px;
      float: none;
      font-size: 16px;
      line-height: 20px; } }
  @media screen and (min-width: 992px) {
    .install-button {
      padding: 15px; } }
  @media screen and (min-width: 1200px) {
    .install-button {
      padding: 15px 25px; } }
  .install-button:hover {
    color: #190F33 !important;
    border-bottom: none !important; }
  .install-button.current {
    border: 2px solid #DADADA;
    border-top: 2px solid #190F33;
    border-bottom: 2px #fff; }
    .install-button.current:hover {
      color: #152849 !important; }
    .install-button.current:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      bottom: -2px;
      left: 0;
      background: #fff; }
  .install-button .c2a {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 12px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 700px) {
      .install-button .c2a {
        display: inline-block;
        font-size: 16px; } }

.install-wrap {
  border-bottom: 2px solid #DADADA; }

#mac-installs .install-button {
  width: 24.25%; }
  #mac-installs .install-button:nth-child(-n+3) {
    margin-right: 1%; }

#linux-installs .install-button {
  width: 32%; }
  #linux-installs .install-button:nth-child(-n+2) {
    margin-right: 2%; }

#windows-installs .install-button {
  width: 48%; }
  #windows-installs .install-button:nth-child(-n+1) {
    margin-right: 2%; }

/* Generic Filter Button */
.filters {
  font-size: 0;
  border-bottom: 1px solid #E7ECF3;
  margin: 20px 0px 15px 0px; }
  .filters .filter-button {
    display: inline-block;
    border: none;
    border-bottom: 3px solid transparent;
    background-color: #ffffff;
    text-align: center;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 15px;
    color: #475872;
    text-decoration: none !important;
    padding: 15px;
    margin-right: 15px;
    outline: none; }
    .filters .filter-button:hover {
      color: #6933FF; }
    .filters .filter-button.current {
      color: #6933FF;
      font-weight: 700;
      border-bottom-color: #6933FF;
      margin-right: 15px; }
  .filters a:hover {
    border-bottom: none; }
  .filters__code {
    background: #1B1E25;
    border: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .filters__code .filter-button {
      font-family: 'SourceSansPro-Regular', sans-serif;
      font-size: 16px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border-bottom: none;
      background: #1B1E25;
      color: #fff; }
      .filters__code .filter-button.current {
        font-family: 'SourceSansPro-Bold', sans-serif;
        font-size: 16px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #242A35;
        color: #fff; }
      .filters__code .filter-button:hover {
        background: #242A35;
        color: #fff; }
    .filters__code ~ .filter-content .highlight {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.filter-content {
  display: none; }
  .filter-content.current {
    display: block; }

@media (min-width: 700px) {
  #os-tabs button {
    width: 140px; }
    #os-tabs button:before {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 22px;
      height: 22px;
      content: ''; }
    #os-tabs button#mac:before {
      background-image: url(../images/icon-apple.png); }
    #os-tabs button#linux:before {
      background-image: url(../images/icon-linux.png); }
    #os-tabs button#windows:before {
      background-image: url(../images/icon-windows.png); }
    #os-tabs button#source:before {
      background-image: url(../images/icon-zipfile.png); }
    #os-tabs button#docker:before {
      background-image: url(../images/icon-docker.png); }

  #mac-installs .install-button, #linux-installs .install-button, #windows-installs .install-button {
    width: auto;
    margin-right: 0; }
    #mac-installs .install-button:nth-child(-n+3), #linux-installs .install-button:nth-child(-n+3), #windows-installs .install-button:nth-child(-n+3) {
      margin-right: 0; }

  .filters .filter-button {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px; } }
.filters-big .filter-button {
  height: 55px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 20%; }

.release-table thead td {
  font-weight: bold; }
.release-table .fa {
  margin-right: 2px; }
.release-table .latest {
  background-color: #F5F7FA; }
.release-table .badge-gray {
  background-color: #959797; }
.release-table .os-release-link {
  margin-right: 20px; }
.release-table .os-release-link:last-child {
  margin-right: 0; }
.release-table .os-release-cell {
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap; }

.copy-clipboard {
  position: relative;
  margin-top: 15px;
  margin-right: 17px;
  float: right;
  z-index: 1;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.725;
  letter-spacing: 0.1px;
  font-weight: 600;
  font-family: 'SourceSansPro-Bold', sans-serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  color: #a2a2a2;
  -webkit-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
  .copy-clipboard__text {
    display: inline-block; }
  .copy-clipboard svg {
    width: 12px;
    height: 12px;
    vertical-align: top; }
    .copy-clipboard svg .st0 {
      -webkit-transition: fill 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -moz-transition: fill 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -o-transition: fill 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      transition: fill 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
  .copy-clipboard #copy-check {
    display: none; }
  .copy-clipboard:hover {
    cursor: pointer;
    color: #4c4c4c; }
    .copy-clipboard:hover .st0 {
      fill: #4c4c4c; }
  .copy-clipboard--copied #copy-icon {
    display: none; }
  .copy-clipboard--copied #copy-check {
    display: inline-block; }
  .copy-clipboard--copied:hover {
    color: #a2a2a2; }

.version-tag {
  display: inline-block;
  position: relative;
  color: #24CAFF;
  font-family: 'AvenirLTStd-Roman', serif;
  font-size: 13px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  margin-left: 5px; }
  .version-tag:before {
    margin-right: 5px;
    background: url(../images/icon-megaphone.png) no-repeat center center;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    content: ''; }

p .version-tag, .clickable-header .version-tag {
  font-family: 'AvenirLTStd-Roman', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px; }

.comparison-chart {
  width: 100%;
  text-align: center;
  table-layout: fixed; }
  .comparison-chart__column-two {
    display: none; }
    @media screen and (min-width: 767px) {
      .comparison-chart__column-two {
        display: table-cell; } }
  .comparison-chart tr:hover, .comparison-chart tr:focus {
    background-color: inherit !important; }
  .comparison-chart tr:nth-child(even) {
    background: rgba(243, 243, 243, 0.5); }
    .comparison-chart tr:nth-child(even):hover, .comparison-chart tr:nth-child(even):focus {
      background: rgba(243, 243, 243, 0.5) !important; }
  .comparison-chart tr:last-of-type {
    border-bottom: 1px solid #F3F3F3; }
  .comparison-chart th {
    border-top: none;
    border-bottom: 2px solid #152849;
    font-family: 'AvenirLTStd-Heavy', serif;
    font-size: 12px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    color: #190F33;
    text-align: center;
    padding: 20px; }
    @media screen and (min-width: 767px) {
      .comparison-chart th {
        font-size: 17px; } }
    .comparison-chart th:first-of-type {
      width: 125px; }
      @media screen and (min-width: 767px) {
        .comparison-chart th:first-of-type {
          width: 200px; } }
  .comparison-chart td {
    vertical-align: middle;
    border: none;
    border-left: 1px solid #F3F3F3;
    font-family: 'AvenirLTStd-Roman', serif;
    font-size: 12px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    padding: 10px 0; }
    @media screen and (min-width: 767px) {
      .comparison-chart td {
        font-size: 17px;
        line-height: 30px;
        padding: 20px 0; } }
    .comparison-chart td:first-child {
      min-width: auto;
      border-left: none; }
    .comparison-chart td span.gray {
      color: #DADADA; }
  .comparison-chart td.comparison-chart__feature {
    font-family: 'AvenirLTStd-Roman', serif;
    font-size: 12px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    font-weight: normal;
    color: #152849;
    text-align: left;
    padding: 10px 15px;
    hyphens: none; }
    @media screen and (min-width: 767px) {
      .comparison-chart td.comparison-chart__feature {
        font-size: 17px;
        line-height: 30px;
        padding: 20px 5px 20px 15px; } }
    .comparison-chart td.comparison-chart__feature a[data-toggle="tooltip"]:hover {
      border-bottom: none;
      cursor: pointer; }
    .comparison-chart td.comparison-chart__feature a[data-toggle="tooltip"] img {
      margin: 0; }
  .comparison-chart .comparison-chart__link {
    color: #152849;
    position: relative;
    -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    margin-right: 15px; }
  .comparison-chart .comparison-chart__cockroach {
    margin-right: 10px; }

.select2 {
  width: 100% !important; }

.select2-container .select2-selection {
  border: none;
  outline: none; }
  .select2-container .select2-selection .select2-selection__rendered {
    text-align: center;
    color: #190F33; }
    @media screen and (min-width: 992px) {
      .select2-container .select2-selection .select2-selection__rendered {
        padding-right: 5px; } }
  .select2-container .select2-selection .select2-selection__arrow b {
    display: none; }
.select2-container .select2-results .select2-results__options {
  max-height: none; }
.select2-container .select2-results__option {
  text-align: center;
  font-family: 'SourceSansPro-SemiBold', sans-serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  border-bottom: 1px solid #F3F3F3;
  padding: 20px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
  @media screen and (min-width: 767px) {
    .select2-container .select2-results__option {
      font-size: 17px; } }
  .select2-container .select2-results__option:last-of-type {
    border-bottom: none; }
.select2-container--open .select2-dropdown {
  top: 5px; }
.select2-container .select2-dropdown {
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: #190F33; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 6px; }
  @media screen and (min-width: 1200px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 23px; } }

.select2-container .select2-selection .select2-selection__rendered {
  position: relative; }
  .select2-container .select2-selection .select2-selection__rendered:after {
    content: '';
    position: absolute;
    border: solid #152849;
    border-width: 0 2px 2px 0;
    padding: 2px;
    top: 8px;
    margin-left: 8px;
    transition: transform 0.2s ease, margin-bottom 0.2s ease;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.select2-container--default.select2-container--open .select2-selection .select2-selection__rendered:after {
  border-width: 2px 0 0 2px;
  top: 10px; }

.algolia-docsearch-suggestion--highlight {
  font-weight: bold; }

.post-content .search-by-algolia {
  float: right;
  height: 16px;
  margin-top: 45px;
  margin-right: 5px; }

#version-switcher {
  border: 1px solid #C0C6D9;
  border-radius: 5px;
  z-index: 2;
  display: inline-block;
  position: relative;
  height: 32px; }
  #version-switcher:hover {
    background-color: #F5F7FA; }
  #version-switcher:active {
    background-color: #F5F7FA;
    border: 1px solid #7E89A9; }
  #version-switcher.open {
    background-color: #F5F7FA;
    box-shadow: 0px 0px 0px 4px #F5F7FA; }
  #version-switcher .tier-1 {
    margin: 0; }
    #version-switcher .tier-1 a {
      line-height: 32px !important;
      margin: 0;
      padding: 0 25px 0 10px;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #00294D; }
      #version-switcher .tier-1 a:hover {
        text-decoration: none; }
      #version-switcher .tier-1 a .version-name {
        font-family: 'Poppins-SemiBold', sans-serif;
        font-size: 16px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #6933FF;
        text-transform: none;
        letter-spacing: normal; }
      #version-switcher .tier-1 a .arrow {
        content: url(../images/caret-filled-down-blue.svg);
        right: 10px;
        top: 14px;
        position: absolute; }
  #version-switcher .nav li ul {
    margin: 3px 0 0 0;
    box-shadow: 0px 8px 8px rgba(67, 90, 111, 0.231);
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0;
    list-style: none; }
  #version-switcher .tier-2 {
    margin: 0; }
    #version-switcher .tier-2 a {
      font-family: 'SourceSansPro-Regular', sans-serif;
      font-size: 14px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: none;
      letter-spacing: normal;
      border-bottom: none;
      padding: 0px 16px;
      height: 32px; }
      #version-switcher .tier-2 a:hover {
        color: #fff;
        background-color: #6933FF;
        text-decoration: none; }
    #version-switcher .tier-2.active a {
      font-family: 'SourceSansPro-Bold', sans-serif;
      font-size: 14px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #F5F7FA; }
      #version-switcher .tier-2.active a:hover {
        background-color: #6933FF; }
    #version-switcher .tier-2 .version-text--page-dne {
      color: #152849;
      font-style: italic;
      font-size: 12px; }
    #version-switcher .tier-2 .version--page-dne:hover {
      color: #333333; }
    #version-switcher .tier-2 .version--mobile {
      display: block; }
      @media screen and (min-width: 1200px) {
        #version-switcher .tier-2 .version--mobile {
          display: none; } }
    #version-switcher .tier-2 .version--desktop {
      display: none; }
      @media screen and (min-width: 1200px) {
        #version-switcher .tier-2 .version--desktop {
          display: block; } }

.navbar-footer {
  height: auto; }
  .navbar-footer .nav-item {
    padding: 0; }

.badge-new {
  background: rgba(180, 241, 170, 0.6);
  border-radius: 50px;
  color: #237300;
  font-family: 'SourceSansPro-Bold', sans-serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  padding: 4px 10px;
  margin-left: 5px; }

.main-nav-contained-800 * {
  font-family: "Poppins", sans-serif; }
.main-nav-contained-800 .dropdown-menu {
  max-width: 885px;
  left: 0;
  right: 0;
  margin: auto; }
  .main-nav-contained-800 .dropdown-menu.docs, .main-nav-contained-800 .dropdown-menu.company {
    max-width: 605px; }
.main-nav-contained-800 .btn-pill-mmkting {
  line-height: 1.333; }
.main-nav-contained-800 li {
  margin-bottom: 0; }

.megamenu-main {
  z-index: 1;
  font-family: "Poppins", sans-serif;
  text-align: center; }
  .megamenu-main .column-large-icon-box {
    height: 80px; }

.nav-bg-img {
  position: absolute;
  top: 0;
  left: 0; }

.navbar-light .navbar-nav {
  font-family: "Poppins", sans-serif; }
  .navbar-light .navbar-nav .nav-item {
    margin-bottom: 0; }
    .navbar-light .navbar-nav .nav-item.active .nav-link {
      color: #6933FF; }
  .navbar-light .navbar-nav .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.333;
    text-align: center; }
    .navbar-light .navbar-nav .nav-link:focus {
      color: #000;
      font-weight: normal;
      outline: none; }
    .navbar-light .navbar-nav .nav-link:hover {
      color: #6933FF; }
    .navbar-light .navbar-nav .nav-link.text-small {
      color: #6e6e6e;
      padding: 0;
      line-height: 19.9px; }
  .navbar-light .navbar-nav .show .dropdown-toggle {
    color: #6933FF; }

.megamenu {
  position: static; }
  .megamenu.show .dropdown-toggle:before {
    background: url("../images/icon-chevron-up.svg");
    background-size: 11px 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 11px;
    bottom: 0;
    left: 50%; }
  .megamenu .dropdown-toggle:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 11px;
    bottom: 0;
    left: 50%;
    background: url("../images/icon-chevron-down.svg");
    background-size: 11px 15px;
    background-repeat: no-repeat; }
  .megamenu .dropdown-toggle:after {
    display: none; }
  .megamenu .callout-title {
    font-size: 19px; }
  .megamenu .column-title {
    font-size: 14px; }
  .megamenu .item-title {
    font-size: 14px; }

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%; }

.main-nav-wrapper {
  z-index: 9999;
  background-color: white; }

.main-nav h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600; }
.main-nav h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 8px 0; }
.main-nav .small {
  font-size: 15px;
  line-height: 19.9px;
  font-family: "Poppins", sans-serif; }
.main-nav .link-black {
  color: #000; }
.main-nav p {
  margin-bottom: 0;
  margin-top: 0; }
.main-nav a:hover {
  text-decoration: none;
  color: #6933FF; }
.main-nav .list-unstyled {
  padding-left: 0;
  list-style: none; }
.main-nav .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") no-repeat 50%/1em auto;
  background-clip: content-box;
  border: 0;
  border-radius: 5px;
  opacity: 0.5; }
.main-nav .btn-outline-primary:hover {
  color: #fff; }
.main-nav .btn-link {
  color: #6933FF; }
  .main-nav .btn-link:hover {
    color: #6933FF;
    text-decoration: none; }
@media (max-width: 991px) {
  .main-nav .navbar-collapse {
    position: fixed;
    top: 54px;
    width: 100%;
    left: 0;
    height: 80%;
    overflow: scroll; } }
.main-nav .navbar-collapse h2 {
  font-size: 25.88px;
  font-weight: 400;
  height: 42px;
  line-height: 31.056px;
  margin: 0;
  font-family: "Poppins", sans-serif; }
.main-nav .navbar-collapse .card .card-header {
  padding: 8px 16px; }
.main-nav .navbar-toggler {
  border: none; }
.main-nav .navbar .nav-icon-md {
  display: none; }
@media (min-width: 992px) and (max-width: 1080px) {
  .main-nav .navbar .nav-text-md {
    display: none; }
  .main-nav .navbar .nav-link.nav-icon-md {
    display: block;
    padding-left: 6px;
    padding-right: 6px; }
    .main-nav .navbar .nav-link.nav-icon-md circle {
      fill: #ffffff; } }
@media (min-width: 992px) {
  .main-nav .navbar {
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 0;
    padding-right: 0; }
    .main-nav .navbar .btn-nav-cta {
      line-height: 1.33;
      font-size: 15px;
      font-weight: 500; } }
.main-nav .navbar .btn-close {
  right: 10px;
  top: 10px;
  background-size: 12px 12px; }
.main-nav .navbar .small9 {
  font-size: 9px; }
.main-nav .navbar .small10 {
  font-size: 10px;
  font-weight: 500;
  line-height: 13.33px;
  font-weight: 600; }
.main-nav .navbar .font-weight-semi-bold {
  font-weight: 600; }
.main-nav .navbar .font-weight-medium {
  font-weight: 500; }
.main-nav .navbar .navbar-brand {
  margin-bottom: 7px;
  padding: 0;
  margin-bottom: 3px;
  margin-top: 0 !important; }
.main-nav .navbar .nav-link {
  position: relative; }
  @media (min-width: 992px) {
    .main-nav .navbar .nav-link {
      padding-left: 17px;
      padding-right: 17px; } }
.main-nav .navbar .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: url(../images/nav-bg.svg);
  background-repeat: no-repeat;
  padding: 20px;
  margin-top: none;
  box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-top: none;
  margin-top: 0; }
  .main-nav .navbar .dropdown-menu .btn {
    border-width: 2px;
    padding: 0.75rem 0.45rem;
    font-size: 0.9rem; }
.main-nav .navbar .dropdown-toggle:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 11px;
  bottom: 0;
  left: 50%;
  background: url("../images/icon-chevron-down.svg");
  background-size: 11px 15px;
  background-repeat: no-repeat; }
.main-nav .navbar .dropdown-toggle:after {
  display: none; }
.main-nav .navbar.show .dropdown-toggle:before {
  background: url("../images/icon-chevron-up.svg"); }
.main-nav .navbar .card-header .btn-link-chevron-right:after {
  content: "";
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transform: rotate(-90deg); }
.main-nav .navbar .card-header button[aria-expanded="true"]:after {
  content: "";
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transform: rotate(180deg); }
.main-nav .navbar .card-header button[aria-expanded="false"]:after {
  content: "";
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .bg-cover__bg-3-1 {
    background-image: url("https://cockroach-labs-docs.imgix.net/bg-3-1.png?auto=format,compress&w=1200&q=40"); }
  .bg-cover__bg-early-3-1 {
    background-image: url("https://cockroach-labs-docs.imgix.net/bg-early-3-1.png?auto=format,compress&w=1200&q=40"); }
  .bg-cover__bg-gradient-purple-blue {
    background: linear-gradient(90deg, #0037A5 0%, #6933FF 50.38%, #00FCED 100%); }

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

.font-weight-medium {
  font-weight: 500; }

.text-xs {
  font-size: 13px; }

.semibold {
  font-weight: 600; }

.font-poppins-sb {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-family-poppins {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.overline {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0; }

.text-inherit {
  text-transform: inherit; }

.lh-n {
  line-height: normal; }

html {
  height: 100%; }

body {
  height: 100%;
  color: #242A35; }

strong {
  font-family: 'SourceSansPro-Bold', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700; }

p {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22.6px; }
  @media screen and (min-width: 992px) {
    p {
      margin-bottom: 12px; } }

h1, h2 {
  margin-top: 30px;
  margin-bottom: 20px; }

h3, h4, h5, h6 {
  margin-top: 40px;
  margin-bottom: 20px; }
  @media screen and (min-width: 767px) {
    h3, h4, h5, h6 {
      margin-top: 40px; } }

h1 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 26px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 35px; }
  @media screen and (min-width: 992px) {
    h1 {
      font-family: 'Poppins-SemiBold', sans-serif;
      font-size: 50px;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 85px; } }

h2 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 36px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px; }
  h2.clickable-header {
    cursor: pointer; }
  h2 code {
    font-size: 26px; }

h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px; }
  h3.clickable-header {
    cursor: pointer; }
  h3 strong, h3 b {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  h3 code {
    font-size: 20px; }

h4, .h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 26px; }
  h4 code, .h4 code {
    font-size: 18px; }

h5, .h5 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px; }
  h5 code, .h5 code {
    font-size: 16px; }

h6, .h6 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px; }

.sub-heading {
  font-size: 20px;
  line-height: 30px; }

pre.prettyprint {
  margin-bottom: 20px; }

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

pre {
  overflow: auto;
  display: block;
  padding: 20px;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; }
  pre code {
    background-color: #242A35;
    color: #F5F7FA;
    padding: 0;
    font-size: inherit;
    white-space: pre;
    word-wrap: normal;
    border: 0; }

code {
  font-family: 'SourceCodePro-Regular', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 2px;
  background-color: #F5F7FA;
  color: #475872; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    code {
      word-break: break-word; } }

pre, code {
  font-family: 'SourceCodePro-Regular', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 2px;
  font-size: 14px;
  line-height: 25px;
  hyphens: none; }

h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
  background: none; }

ul, ol {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22.6px;
  padding-left: 25px; }
  ul li, ol li {
    margin-bottom: 10px; }

a.external:after {
  display: inline-block;
  content: url(../images/external.svg);
  padding-left: 4px; }

a code {
  color: #0055FF; }
  a code:hover {
    text-decoration: underline;
    color: #0055FF; }

.breadcrumb > .active {
  color: #777 !important; }

/* make room for the nav bar */
h1:target:before,
h2:target:before,
h3:target:before,
h4:target:before,
h5:target:before,
h6:target:before,
td a:target:before,
p a[name]:target:before {
  content: '';
  display: block;
  height: 155px;
  margin-top: -155px; }

.post-content img {
  margin: 12px 0px 3px 0px; }
@media screen and (min-width: 992px) {
  .post-content ul, .post-content ol {
    margin-bottom: 20px; } }
.post-content h1 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 36px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 48px; }
.post-content h2 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 26px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px; }
.post-content h3 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 26px; }
.post-content h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22.6px; }
.post-content h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22.6px; }

.post-summary {
  margin-bottom: 12px; }

.bs-example {
  margin: 20px; }

.breadcrumb li {
  color: gray; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

thead,
tbody,
tfoot,
tr,
td,
th {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: #D6DBE7;
  border-style: solid;
  border-width: 0; }

th,
td {
  padding: 0.25rem 0.5rem; }

tbody tr.eol {
  background-color: #fffaea !important; }

.table-bordered > :not(caption) > *, table > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > *, table > :not(caption) > * > * {
    border-width: 0 1px; }

table {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-color: #D6DBE7; }
  table > tbody {
    vertical-align: inherit; }
  table > thead {
    vertical-align: bottom; }

th {
  font-weight: 600; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

table tr td {
  hyphens: auto; }

.filter-options {
  margin-bottom: 20px; }
  .filter-options button {
    margin: 3px; }

.post-content a.fa-rss {
  color: orange; }

.navbar-inverse .navbar-nav > li > a {
  background-color: transparent;
  margin-top: 10px; }

.post-content .rssfeedLink {
  color: #248EC2; }

dl dt p {
  margin-left: 20px; }

dl dd {
  margin-top: 10px;
  margin-bottom: 10px; }

dl.dl-horizontal dd {
  padding-top: 20px; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  border-radius: 5px; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  border-radius: 5px; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #444; } }
img.screenshotSmall {
  max-width: 300px; }

figcaption {
  padding-bottom: 12px;
  padding-top: 6px;
  max-width: 90%;
  margin-bottom: 20px; }

table.dataTable thead {
  background-color: #444; }

table td {
  hyphens: auto; }

section table tr.success {
  background-color: #dff0d8 !important; }

table tr.info {
  background-color: #d9edf7 !important; }

section table tr.warning, table tr.testing, table tr.testing > td.sorting_1 {
  background-color: #fcf8e3 !important; }

section table tr.danger, table tr.preference, table tr.preference > td.sorting_1 {
  background-color: #f2dede !important; }

.orange {
  color: orange; }

table.profile thead tr th {
  background-color: #248ec2; }

table.request thead tr th {
  background-color: #ED1951; }

.audienceLabel {
  margin: 10px;
  float: right;
  border: 1px solid #dedede;
  padding: 7px; }

.prefaceAudienceLabel {
  color: gray;
  text-align: center;
  margin: 5px; }

span.myLabel {
  padding-left: 10px;
  padding-right: 10px; }

button.cursorNorm {
  cursor: default; }

hr.faded {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

hr.shaded {
  height: 12px;
  border: 0;
  box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.5);
  margin-top: 70px;
  background: white;
  width: 100%;
  margin-bottom: 10px; }

i.border {
  padding: 10px 20px;
  background-color: whitesmoke;
  border: 1px solid #777;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

a[data-toggle] {
  color: #248EC2; }

.alert, .callout {
  overflow: hidden; }

ol li ol li {
  list-style-type: lower-alpha; }

li img {
  clear: both; }

.tab-content {
  padding: 15px;
  background-color: #FAFAFA; }

.alert-warning {
  color: #444; }

div.alert code {
  background-color: transparent !important;
  text-transform: none; }

/* without this, the links in these notes aren't visible.*/
.alert a {
  text-decoration: underline; }

div.tags {
  padding: 10px 5px; }

.tabLabel {
  font-weight: normal; }

hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  background: #999;
  margin: 30px 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

button.cursorNorm {
  cursor: pointer; }

span.otherProgrammingLanguages {
  font-style: normal; }

.seriesNext, .seriesContext {
  margin-top: 15px;
  margin-bottom: 15px; }

.seriescontext ol li {
  list-style-type: upper-roman; }

ol.series li {
  list-style-type: decimal;
  margin-left: 40px;
  padding-left: 0px; }

#sidebar .nav ul,
.js-sidebar .nav ul {
  background-color: #FAFAFA; }

.nav ul.series li {
  list-style: decimal;
  font-size: 12px; }

.nav ul.series li a:hover {
  /*background-color: gray;*/
  background-color: transparent; }

.nav ul.series {
  padding-left: 30px; }

.nav ul.series {
  background-color: #FAFAFA; }

span.muted {
  color: #C0C0C0; }

.highlight .err {
  color: #a61717;
  background-color: transparent !important; }

table p {
  margin-top: 12px;
  margin-bottom: 12px; }

pre, table code {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

#json-box-container pre {
  margin: 0px; }

dd {
  margin-left: 20px; }

.post-content img.inline {
  margin: 0px;
  margin-bottom: 6px; }

.horizontal-scroll {
  overflow-x: auto; }

.note code, .alert code, .warning code, div#toc code {
  color: inherit;
  padding: 0px; }

.alert {
  margin-bottom: 10px; }

a.accordion-toggle {
  font-style: normal; }

.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .post-header h1 {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 36px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px; }

.post-title-main {
  margin-top: 0;
  margin-bottom: 0; }

.cockroachdb-training {
  width: 100%;
  max-width: 800px; }

/* Docs landing page */
.landing-column-title {
  font-family: 'SourceSansPro-SemiBold', sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-top: 15px;
  padding-bottom: 10px; }

.landing-column-content p {
  line-height: 25px; }

/* Use flexbox to keep columns at equal height */
.row.display-flex {
  display: flex;
  flex-wrap: wrap; }

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column; }

/* Search results highlight */
#search-hits mark {
  background: none;
  font-weight: bold; }

#search-stats {
  margin-top: -10px; }

#search-pages .ais-Pagination {
  margin: 45px 0; }

#search-pages .ais-Pagination-list {
  padding: 0; }

#search-pages .ais-Pagination-item {
  display: inline; }

#search-pages .ais-Pagination-item.ais-Pagination-item--previousPage a,
#search-pages .ais-Pagination-item.ais-Pagination-item--nextPage a {
  color: #192847;
  font-size: 15px; }

#search-pages .ais-Pagination-item a {
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -0.0941177px;
  color: #192847;
  padding: 4px; }

#search-pages .ais-Pagination-item.ais-Pagination-item--selected a {
  color: #497EDA;
  font-weight: 900; }

.caption-sm {
  font-family: 'SourceSansPro-SemiBold', sans-serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px; }

.bg-white-transparent {
  background: rgba(255, 255, 255, 0.16); }

.bg-purple-transparent {
  background: rgba(206, 192, 242, 0.16); }

.close-card {
  right: 30px;
  top: 30px;
  z-index: 1; }
  @media (min-width: 992px) {
    .close-card {
      right: 15px;
      top: 15px; } }

.text-purple-300 {
  color: #542ABD; }

.lh-n {
  line-height: normal; }

.page-not-found {
  width: 60%;
  margin: 0 auto;
  padding: 50px;
  text-align: center; }

#page-not-found-heading {
  color: #212B36;
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 32px; }

#page-not-found-body {
  color: #637282;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 22px; }

.apidocs table {
  border: none; }

.apidocs table td {
  border-right: 0px;
  border-left: 0px; }

.apidocs pre, code {
  line-height: 1.5em;
  overflow-x: auto; }

.apidocs code {
  background-color: transparent;
  color: #ffffff; }

.redoc-json ul {
  font-family: Courier, monospace;
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 1px; }

.redoc-json ol {
  font-family: Courier, monospace;
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 1px; }

.redoc-json li {
  font-family: Courier, monospace;
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 1px; }

.form-control:focus {
  border-color: #6933FF;
  box-shadow: none; }

.contribute li {
  padding: 0 10px; }

@media screen and (min-width: 992px) {
  .border-md-left {
    border-left: 1px solid #C0C6D9; } }
@media screen and (min-width: 992px) {
  .border-md-bottom {
    border-bottom: 1px solid #C0C6D9; } }
::marker {
  color: #242A35; }

a.btn-primary:hover {
  color: #fff; }

/*# sourceMappingURL=customstyles.css.map */
