@charset "UTF-8";
/*!
	Theme Name: Blender Code Blog
	Theme URI: https://code.blender.org
	Description: Theme for the blog where the magic happens
	Author: Pablo Vazquez
	Author URI: https://www.blender.org
	Template: bthree
	Version: 1.0.1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blender
	Text Domain: bthree-code

	*/
/*
 * Blender Web Assets, including Bootstrap.
 * Go there to tweak which modules to include.
 */
/* Uncomment to enable dark mode. */
/* Bootstrap variables overrides. */
/* e.g. Links, the Bluish in borg */
/* e.g. Active status of stuff, Orangish */
/* Dropdown */
/* Mobile Stuff */
/* Just to do some math later */
/* Featured (our own jumbotron) */
/* This map and properties are a copy of Bootstrap's from _variables.scss */
/* These are our own added sizes for spacers (my-n, px-n, etc). */
/* Bootstrap */
: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: #13b6fb;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 666px;
  --breakpoint-md: 888px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #13b6fb;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0387be;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

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

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.305rem + 0.66vw) ;
  }
}

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

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2825rem + 0.39vw) ;
  }
}

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

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.26rem + 0.12vw) ;
  }
}

h5, .h5, .whoosh {
  font-size: 1.125rem;
}

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

.lead, .features__releaselogs_index, .dl-features-text, .dl-bleeding {
  font-size: 1.125rem;
  font-weight: normal;
}

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

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.625rem + 4.5vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-3, .features__releaselogs_whatsnew {
    font-size: calc(1.525rem + 3.3vw) ;
  }
}

.display-4, .blog-header > h1, .features__releaselogs_section.major-feature .features__releaselogs_section-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4, .blog-header > h1, .features__releaselogs_section.major-feature .features__releaselogs_section-title {
    font-size: calc(1.425rem + 2.1vw) ;
  }
}

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

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

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

.list-unstyled, .footer-navigation ul, .blog-header > ul {
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

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

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

.img-fluid, .page-triplet-container .triplet-card .triplet-card-thumbnail img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 666px) {
  .container {
    max-width: 820px;
  }
}

@media (min-width: 888px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1080px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 666px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 888px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #90ddfd;
  outline: 0;
  box-shadow: none, 0 0 0 0.2rem rgba(19, 182, 251, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 666px) {
  .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: #ededef;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.33rem;
  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: #ededef;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 182, 251, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 182, 251, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #fff;
  background-color: #13b6fb;
  border-color: #13b6fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover {
  color: #fff;
  background-color: #04a1e4;
  border-color: #0498d7;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(54, 193, 252, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #13b6fb;
  border-color: #13b6fb;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0498d7;
  border-color: #0390cb;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(54, 193, 252, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #13b6fb;
  border-color: #13b6fb;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #13b6fb;
  border-color: #13b6fb;
}

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

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

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(19, 182, 251, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

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

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

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

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  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.5rem;
  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 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #ededef;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #292d32;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

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

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

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

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

@media (min-width: 1024px) {
  .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.5rem;
  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.5rem;
  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.5rem;
  vertical-align: 0.255em;
  content: "";
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.5rem;
  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 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 2px);
  border-top-right-radius: calc(0.25rem - 2px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 2px);
  border-bottom-left-radius: calc(0.25rem - 2px);
}

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

.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 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-item, .nav-tabs .navbar-nav > li {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef transparent;
}

.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,
.nav-tabs .navbar-nav > li.show .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: #13b6fb;
}

.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

.nav-justified .nav-item, .nav-justified .navbar-nav > li {
  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 1rem;
}

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.83125rem;
  padding-bottom: 0.83125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  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: 1rem;
  padding-bottom: 1rem;
}

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

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

.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: 665.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #2f353a;
  background-clip: border-box;
  border: 2px solid #3f474e;
  border-radius: 0.25rem;
}

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

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

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

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid #3f474e;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 2px) calc(0.25rem - 2px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 2px solid #3f474e;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 2px) calc(0.25rem - 2px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 2px);
}

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

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

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

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

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

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

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

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

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

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

.accordion > .card {
  overflow: hidden;
}

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

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

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.alert {
  position: relative;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #053346;
  background-color: #39c2fc;
  border-color: #bdebfe;
}

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

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

.alert-secondary {
  color: #1e2123;
  background-color: #848b92;
  border-color: #d6d8db;
}

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

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

.alert-success {
  color: #0b2f13;
  background-color: #4ab563;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #010602;
}

.alert-info {
  color: #062d34;
  background-color: #3cb1c3;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #010506;
}

.alert-warning {
  color: #473602;
  background-color: #ffcb2f;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #151001;
}

.alert-danger {
  color: #3e0f13;
  background-color: #e25563;
  border-color: #f5c6cb;
}

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

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

.alert-light {
  color: #454646;
  background-color: #f9fafb;
  border-color: #fdfdfe;
}

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

.alert-light .alert-link {
  color: #2c2c2c;
}

.alert-dark {
  color: #0f1012;
  background-color: #545a5f;
  border-color: #c6c8ca;
}

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

.alert-dark .alert-link {
  color: black;
}

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

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

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

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

.media-body {
  flex: 1;
}

.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: #13b6fb !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #13b6fb !important;
}

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

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

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

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

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

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

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

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

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

.rounded, blockquote, .blog .entry-content p img {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

.rounded-circle, .whoosh, .trainer-thumbnail {
  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, .features__releaselogs_index a {
  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, .navbar, .navbar.navbar-secondary .navbar-nav > li > a, .navbar .container, .cards-list-item-more, .whoosh, .features__releaselogs_index {
  display: flex !important;
}

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

@media (min-width: 666px) {
  .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: 888px) {
  .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: 1024px) {
  .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, .wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before, .wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper .embed-responsive-item, .wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper .embed-responsive-item, .wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.embed-responsive iframe,
.wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.embed-responsive embed,
.wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper embed,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper embed,
.embed-responsive object,
.wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper object,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper object,
.embed-responsive video,
.wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper video,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.embed-responsive-16by9::before, .wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

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

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

.flex-row, .navbar .navbar-nav {
  flex-direction: row !important;
}

.flex-column, .features-nav ul.nav {
  flex-direction: column !important;
}

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

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

.flex-wrap, .navbar .navbar-nav, .features__releaselogs_index {
  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, .whoosh, .features__releaselogs_index {
  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, .navbar, .navbar.navbar-secondary .navbar-nav > li > a, .navbar .container, .cards-list-item-more, .whoosh, .features__releaselogs_index {
  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: 666px) {
  .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: 888px) {
  .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: 1024px) {
  .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: 666px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

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

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

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

.overflow-hidden, .trainer-thumbnail {
  overflow: hidden !important;
}

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

.position-relative, .features__releaselogs_index, .features__releaselogs_whatsnew, .trainer-thumbnail {
  position: relative !important;
}

.position-absolute, .trainer-thumbnail img {
  position: absolute !important;
}

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100, .features-content {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.mb-0, .navbar,
.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, .featured h1,
.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,
.blog-social > ul {
  margin-top: 0.5rem !important;
}

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

.mb-2,
.my-2,
.blog-social > ul {
  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, .blog .entry-content p,
.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,
.blog-social {
  margin-top: 3rem !important;
}

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

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

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

.m-6 {
  margin: 6rem !important;
}

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

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

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

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

.m-7 {
  margin: 12rem !important;
}

.mt-7,
.my-7 {
  margin-top: 12rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 12rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 12rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 12rem !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,
.features__releaselogs_index a {
  padding-top: 0.25rem !important;
}

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

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

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

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

.pt-2, .featured.large .featured-subtitle,
.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, blockquote {
  padding: 1rem !important;
}

.pt-3,
.py-3,
.featured .page-header-main-ctas {
  padding-top: 1rem !important;
}

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

.pb-3, .featured-content,
.py-3,
.featured .page-header-main-ctas {
  padding-bottom: 1rem !important;
}

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

.p-4, .box, .support__listing_section, .wp-block-group.is-style-box,
.wp-block-column.is-style-box,
.wp-block-columns.is-style-box, .features-content {
  padding: 1.5rem !important;
}

.pt-4, .featured.large .page-header-main-ctas,
.py-4,
.blog-header > h1,
.page {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4,
.blog-header > h1,
.page {
  padding-bottom: 1.5rem !important;
}

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

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

.pt-5, .featured.large .featured-content,
.py-5,
.features__releaselogs_section.compatibility-warning {
  padding-top: 3rem !important;
}

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

.pb-5, .dl-highlights,
.py-5,
.features__releaselogs_section.compatibility-warning {
  padding-bottom: 3rem !important;
}

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

.p-6 {
  padding: 6rem !important;
}

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

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

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

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

.p-7 {
  padding: 12rem !important;
}

.pt-7,
.py-7 {
  padding-top: 12rem !important;
}

.pr-7,
.px-7 {
  padding-right: 12rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 12rem !important;
}

.pl-7,
.px-7 {
  padding-left: 12rem !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-n6 {
  margin: -6rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}

.m-n7 {
  margin: -12rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -12rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -12rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -12rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -12rem !important;
}

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

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

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

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

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

@media (min-width: 666px) {
  .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-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-7 {
    margin: 12rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 12rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 12rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 12rem !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-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 12rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 12rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 12rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 12rem !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-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-n7 {
    margin: -12rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -12rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -12rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -12rem !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: 888px) {
  .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-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-7 {
    margin: 12rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 12rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 12rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 12rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 12rem !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-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 12rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 12rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 12rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 12rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 12rem !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-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-n7 {
    margin: -12rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -12rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -12rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -12rem !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: 1024px) {
  .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-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 12rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 12rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 12rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 12rem !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-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 12rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 12rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 12rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 12rem !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-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-n7 {
    margin: -12rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -12rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -12rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -12rem !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-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-7 {
    margin: 12rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 12rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 12rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 12rem !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-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-7 {
    padding: 12rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 12rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 12rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 12rem !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-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-n7 {
    margin: -12rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -12rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -12rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -12rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 666px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 888px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .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, .cards-list-item-more, .is-style-massive-title {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary, .features__releaselogs_index a:hover {
  color: #13b6fb !important;
}

a.text-primary:hover, .features__releaselogs_index a:hover, a.text-primary:focus, .features__releaselogs_index a:focus:hover {
  color: #0387be !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

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

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

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

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #ededef !important;
}

.text-muted, .whoosh, .features__releaselogs_index a {
  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;
}

/* Helper classes, in a Bootstrap 4 fashion. */
.cursor-pointer {
  cursor: pointer;
}

.zoom-on-hover {
  transition: transform ease-in-out 150ms;
}

.zoom-on-hover:hover {
  transform: scale(1.05);
}

/*
 ** CUSTOM MIXINS
 ** This should be safe to use in other sites
 */
/*
 * RESPONSIVE MIXINS. Mobile first.
 * Start styling for mobile, then tweak
 * specic breakpoints going up.
 * e.g.
 *   +media-sm
 *   +media-md
 *   +media-lg
 */
/* Smallest, like phones on portrait. */
/* Small but wide. (phablets, iPads)
 * Menu is collapsed, columns stack, no brand */
/* Bootstrap's img-responsive class */
/* Adjust left/right padding every nth cards. */
/* Animations */
/* Blink */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade-in-pause-out, used for alerts */
@keyframes fade-in-pause-out {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes huerotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

span.new {
  color: #EB5E28;
  font-size: 8px;
  left: 3px;
  position: relative;
  top: -1em;
}

.bg-black {
  background-color: black;
}

/*
 * Fonts
 * They must be copied into a 'fonts' folder one level
 * up from where the CSS is compiled.
 *
 * e.g. if CSS is in /webstatic/css/main.css
 * the 'fonts' folder in BWA should be copied over as /webstatic/fonts/
 */
@font-face {
  font-family: 'FontBorg';
  src: url("../fonts/font-borg-webfont.eot");
  src: url("../fonts/font-borg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-borg-webfont.woff") format("woff"), url("../fonts/font-borg-webfont.ttf") format("truetype"), url("../fonts/font-borg-webfont.svg#fontborgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="bf-"], [class*=" bf-"] {
  font-family: 'FontBorg';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.bf-blender:before {
  content: "\f000";
}

.bf-cloud:before {
  content: "\f001";
}

.bf-network:before {
  content: "\f002";
}

.bf-creativecommons:before {
  content: "\f003";
}

.alert-dismissible .close {
  box-shadow: none;
  margin: 0.5rem;
  padding: 0.33333rem 1rem;
}

.alert-dismissible .close:active {
  background-color: unset;
}

/* Boostrap Panels Override */
.panel {
  border-radius: 3px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.panel-default {
  border: none;
}

.panel-default a:focus {
  text-decoration: none;
}

.panel-default > .panel-heading {
  color: #ededef;
  margin: 0;
  background-color: #1d2124;
  border: none;
  border-bottom: 2px solid white;
}

.panel-title {
  font-size: 160%;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

a.list-group-item, .panel > .list-group .list-group-item {
  background-color: #343a40;
  color: #ededef;
  border: thin solid white;
  border-left: 2px solid white;
  padding: 5% 5% 5% 40px;
}

a.list-group-item:hover, a.list-group-item:focus {
  background-color: #1d2124;
  color: #13b6fb !important;
  border: thin solid white;
  border-left: 2px solid #77d5fd !important;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: transparent;
  color: #ff8844 !important;
  border: thin solid white;
  border-left: 2px solid #ff8844 !important;
}

.list-group-with-icon a.list-group-item i, .panel > .list-group.list-group-with-icon .list-group-item i {
  padding: 3px 15px 5px;
  position: absolute;
  float: left;
  left: 0;
}

.accordion > .card:last-of-type {
  border-bottom: 2px solid #3f474e;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.accordion .panel-heading {
  border-bottom: thin solid #121416;
  transition: border-bottom 0.2s ease-out;
}

.accordion .collapsed .panel-heading {
  border-bottom: thin solid transparent;
}

.accordion a .panel-title {
  color: #13b6fb;
  transition: color 0.1s ease-out;
}

.accordion a:hover .panel-title {
  color: #ff8844 !important;
}

.accordion a.collapsed .panel-title {
  color: white;
}

.panel-collapse-widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: white;
  display: block;
  float: right;
  transform: rotate(45deg);
  transition: all 0.25s ease-out;
}

.panel-collapse-widget:after {
  content: '+';
}

.collapsed .panel-collapse-widget {
  transform: rotate(0deg);
}

.accordion .panel-body {
  position: relative;
  transform: translateY(-2px);
  opacity: 0;
  transition: opacity 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.accordion .collapse.in .panel-body {
  opacity: 1.0;
  transform: translateY(0);
  transition: opacity 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.accordion .collapsed + .collapsing .panel-body {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

/* DROPDOWN TOGGLES */
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.bootstrap-select .btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.bs-searchbox {
  display: inline-block;
  width: 100%;
}

.bs-searchbox .form-control {
  margin: 0 auto;
  padding: 15px 10px;
  box-shadow: none;
}

.bs-searchbox .form-control:active, .bs-searchbox .form-control:focus {
  box-shadow: none;
}

/* // DROPDOWN MENUS */
/* Special Classes */
.backicon {
  z-index: 0;
  position: absolute;
  font-size: 1400%;
  bottom: -50px;
  right: -35px;
  color: rgba(237, 237, 239, 0.08);
  pointer-events: none;
  user-select: none;
}

.divider {
  margin: 20px auto;
  width: 100%;
  height: 2px;
  border-top: thin solid #1d2124;
}

.info {
  color: #68B3C8 !important;
}

.info h1, .info h2, .info h3, .info h4, .info h5, .info h6 {
  color: #68B3C8 !important;
}

.warning {
  color: #F3B935 !important;
}

.warning h1, .warning h2, .warning h3, .warning h4, .warning h5, .warning h6 {
  color: #F3B935 !important;
}

.danger {
  color: #EB5E28 !important;
}

.danger h1, .danger h2, .danger h3, .danger h4, .danger h5, .danger h6 {
  color: #EB5E28 !important;
}

.success {
  color: #39922a !important;
}

.success h1, .success h2, .success h3, .success h4, .success h5, .success h6 {
  color: #48b936 !important;
}

.text-color-brand-main {
  color: #13b6fb !important;
}

.text-color-brand-secondary {
  color: #ff8844 !important;
}

/* LABELS */
.label {
  padding: .2em .7em .3em;
  font-size: 90%;
  font-weight: normal;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.label.label-2x {
  font-size: 100%;
}

.label-info {
  background-color: #68B3C8;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: thin solid #55aac1;
}

.label-danger {
  background-color: #EB5E28;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: thin solid #e44f15;
}

.label-warning {
  background-color: #F3B935;
  color: #3f2d04;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  border: thin solid #f2b11d;
}

.label-success {
  background-color: #48b936;
  color: #0b1b08;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  border: thin solid #40a530;
}

.disabled label {
  color: #fbfbfb;
}

/* // LABELS */
/* THUMBNAILS */
.thumbnail {
  padding: 4px;
  border: none;
  background-color: white;
  box-shadow: 1px 1px 0 rgba(237, 237, 239, 0.25);
  transition: all 0.1s ease-out;
}

a img.thumbnail:hover {
  opacity: 0.9;
}

/* // THUMBNAILS */
/* Bootstrap Overrides */
/* Breadcrumb */
.breadcrumb > li + li:before {
  content: '\f105';
  font-family: "FontAwesome";
}

.breadcrumb .active,
.breadcrumb .active a {
  color: white;
}

.breadcrumb .active a:hover {
  color: #ff8844;
}

/* // Breadcrumb */
.tooltip {
  font-size: 0.9rem;
  position: absolute;
}

.tooltip.in {
  opacity: 1.0;
}

.tooltip-inner {
  margin: 0 auto;
  background-color: #292d32;
  color: #ededef;
  border-radius: 3px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #292d32;
  border-radius: 6px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #292d32;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #292d32;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #292d32;
}

.tooltip.right .tooltip-arrow {
  border-left-color: #292d32;
}

.popover.bs-popover-top .arrow {
  bottom: -8px;
}

.blink {
  transition: all 2s ease-in-out;
  animation: blink 2s infinite ease-in-out;
  animation-name: blink;
  -moz-animation-name: blink;
  animation-direction: normal;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.blink.slowest {
  animation-duration: 12s;
}

.blink.slow {
  animation-duration: 6s;
}

.blink.fast {
  animation-duration: 1s;
}

.blink.fastest {
  animation-duration: .5s;
}

/* Tabs. */
.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid currentColor;
  color: inherit;
  opacity: .66;
}

.nav-tabs .nav-link:hover {
  border-bottom-color: currentColor;
  opacity: 1;
}

.nav-tabs .nav-link.active {
  border-bottom-color: currentColor;
  color: inherit;
  opacity: 1;
}

html, body {
  -webkit-font-smoothing: antialiased;
  cursor: default;
  height: 100%;
  margin: 0;
  overflow-wrap: break-word;
  padding: 0;
  width: 100%;
}

body {
  background-color: #121416;
  padding-top: 49px;
}

body.with-alert .alert span {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 666px) {
  body.with-alert .alert span {
    max-width: 820px;
  }
}

@media (min-width: 888px) {
  body.with-alert .alert span {
    max-width: 940px;
  }
}

@media (min-width: 1024px) {
  body.with-alert .alert span {
    max-width: 1080px;
  }
}

@media (min-width: 1200px) {
  body.with-alert .alert span {
    max-width: 1140px;
  }
}

body.with-alert .alert i {
  padding-right: 10px;
}

a, a:hover {
  color: currentColor;
}

p a {
  text-decoration: underline;
}

.container {
  width: 100%;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1170px;
  }
}

.container-main {
  background-color: rgba(255, 255, 255, 0.5);
}

.flex {
  display: block;
}

@media (min-width: 666px) {
  .flex {
    display: flex;
  }
}

.flex > [class^="col-"] {
  display: block;
}

@media (min-width: 666px) {
  .flex > [class^="col-"] {
    display: flex;
  }
}

.flex > [class^="col-"] .box, .flex > [class^="col-"] .support__listing_section, .flex > [class^="col-"] .wp-block-group.is-style-box,
.flex > [class^="col-"] .wp-block-column.is-style-box,
.flex > [class^="col-"] .wp-block-columns.is-style-box {
  width: 100%;
}

/* // LINKS */
header {
  width: 100%;
  border-bottom: thin solid rgba(41, 45, 50, 0.3);
}

@media (max-width: 665.98px) {
  header {
    position: relative;
  }
}

/* HEADINGS */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: white;
}

/* FORM FIELDS / INPUTS */
input, button, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  transition: background-color 0.1s ease-in;
}

textarea {
  resize: vertical;
  padding: 6px 6px 6px 10px !important;
  min-height: 180px;
}

blockquote {
  background-color: #343a40;
  border-left: 5px solid rgba(237, 237, 239, 0.1);
}

blockquote cite {
  font-size: 0.9rem;
  opacity: .5;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.icon {
  max-width: 16px;
  position: relative;
  width: 16px;
}

.icon svg {
  fill: currentColor;
  max-height: 16px;
  max-width: 16px;
  stroke: currentColor;
  position: relative;
}

pre,
code,
kbd,
samp {
  background: #1d2124;
  border-radius: 0.25rem;
  color: currentColor;
  opacity: .8;
  padding: 0 0.5rem;
}

/* Highlight required fields or those with errors. */
/* ".has-error" is deprecated in BS4, backend should use HTML4 validation. */
.has-error .form-control,
.form-required .form-control {
  border-color: #EB5E28;
}

.has-error .input-group-addon,
.form-required .input-group-addon {
  border-color: #EB5E28;
}

/* Top Bar: Generics */
.navbar {
  background-color: white;
  border: none;
  color: #ededef;
  z-index: 9 !important;
}

.navbar ul > li > a > i {
  font-size: .9em;
  padding-right: 10px;
  max-width: 22px;
  width: 22px;
}

.navbar ul li a:hover {
  text-decoration: none;
}

@media (max-width: 665.98px) {
  .navbar .navbar-btn {
    position: absolute;
    right: 0;
  }
}

.navbar.navbar-primary {
  transition: top 150ms ease-in-out, box-shadow 1s ease-in-out;
}

.navbar.navbar-hidden {
  box-shadow: none;
  top: -60px;
}

.navbar.navbar-secondary {
  background-color: #f8f9fa;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  min-height: initial;
  z-index: 8 !important;
}

@media (max-width: 665.98px) {
  .navbar.navbar-secondary .navbar-nav > li {
    flex: 1;
    flex-wrap: wrap;
    white-space: nowrap;
  }
}

.navbar.navbar-secondary .navbar-nav > li > a {
  height: 100%;
  justify-content: center;
  padding: 14px 15px 10px;
}

@media (max-width: 665.98px) {
  .navbar.navbar-secondary .navbar-nav > li > a {
    padding: 15px 20px;
  }
}

.navbar-overlay {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.navbar-logo-blender {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5OCA1OCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7Ij4KICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik0xODAuNTEzLDE2LjI3MUMxODAuNTEzLDE2LjI3MSA2My4xNzcsMTYuMjcxIDU5Ljg2OCwxNi4yNzFDNTkuNzk0LDE2LjIxNCA1OS43MjcsMTYuMTQ1IDU5LjY1NiwxNi4wOUM1OS42MzgsMTYuMDczIDQxLjkwNywyLjQ1MiA0MS4zNzQsMi4wNEM0MS4zNDMsMi4wMTcgNDEuMzEzLDEuOTk0IDQxLjMxMywxLjk5NEMzOC40NzIsLTAuMTgxIDM0LjI1MiwtMC4yMjcgMzEuMjYxLDEuODY5QzI5LjM5LDMuMTc4IDI4LjI2Niw1LjE1OCAyOC4xODIsNy4zQzI4LjE4LDcuMzg1IDI4LjE3NSw3LjQ3MSAyOC4xNzUsNy41NThDMjguMTc1LDguNjY5IDI4LjQ3LDkuNzQyIDI5LjAwMywxMC43MDZDMjMuNTEzLDEwLjcxMSAxNy45OTEsMTAuNzE3IDE3Ljk5MSwxMC43MTdDMTMuODczLDEwLjcyIDEwLjE0OSwxMy40OTggOS4yOTksMTcuMTc5QzkuMTc4LDE3LjcwNyA5LjExNywxOC4yMzkgOS4xMTcsMTguNzY3QzkuMTE3LDIwLjMwNyA5LjYyOSwyMS44IDEwLjU5OCwyMy4wMjZDMTEuNjg5LDI0LjM5NyAxMy4yNjMsMjUuMzIgMTUuMDU5LDI1LjY4QzkuODcyLDI5LjY2MyA0LjY4OSwzMy42NCA0LjY4NCwzMy42NDVDNC42NDcsMzMuNjcyIDQuNjE3LDMzLjY5NyA0LjU5MSwzMy43MTRDMi41MTEsMzUuMzEyIDEuMTQxLDM3LjYyNiAwLjgzMSw0MC4wNjJDMC43ODUsNDAuNDE5IDAuNzYzLDQwLjc3MyAwLjc2Myw0MS4xMjRDMC43NjMsNDIuODc4IDEuMzIzLDQ0LjU0NiAyLjM4NSw0NS45MDlDMy42NzgsNDcuNTYzIDUuNTg2LDQ4LjYxMyA3Ljc1OSw0OC44NkMxMC4yNDksNDkuMTQ4IDEyLjg2OSw0OC4zNSAxNC45NDIsNDYuNjc0QzE0Ljk1NSw0Ni42NjQgMTcuNTIyLDQ0LjU1OSAyMC4yMjksNDIuMzQ1QzIxLjIyMiw0NC43NDIgMjIuNjE1LDQ2Ljk2NCAyNC40MTUsNDguOTUxQzI2LjczMSw1MS41MSAyOS41NDYsNTMuNTMyIDMyLjc3Nyw1NC45NjJDMzYuMTczLDU2LjQ2NyAzOS44MTIsNTcuMjI3IDQzLjU5NCw1Ny4yMThDNDcuMzc5LDU3LjIxMSA1MS4wMTYsNTYuNDQyIDU0LjQwNyw1NC45MjhDNTcuNjQ1LDUzLjQ3OSA2MC40NTQsNTEuNDUgNjIuNzYxLDQ4Ljg5NUM2My4xLDQ4LjUxNyA2My40MTIsNDguMTE5IDYzLjcyNCw0Ny43MTlDNjguMzA0LDQ3LjcxOSAxODAuNTEzLDQ3LjcxOSAxODAuNTEzLDQ3LjcxOUMxODkuNzM5LDQ3LjcxOSAxOTcuMjM2LDQwLjY2NiAxOTcuMjM2LDMxLjk5N0MxOTcuMjM2LDIzLjMyNiAxODkuNzM5LDE2LjI3MSAxODAuNTEzLDE2LjI3MVoiIHN0eWxlPSJmaWxsOnJnYigyNTQsMjU0LDI1NCk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTM2LjEzLDMxLjI4NUMzNi4yMzYsMjkuMzk0IDM3LjE2MiwyNy43MjggMzguNTU5LDI2LjU0N0MzOS45MjksMjUuMzg3IDQxLjc3MywyNC42NzggNDMuNzg1LDI0LjY3OEM0NS43OTUsMjQuNjc4IDQ3LjYzOSwyNS4zODcgNDkuMDEsMjYuNTQ3QzUwLjQwNiwyNy43MjggNTEuMzMyLDI5LjM5NCA1MS40MzksMzEuMjgzQzUxLjU0NSwzMy4yMjYgNTAuNzY0LDM1LjAzMSA0OS4zOTQsMzYuMzY5QzQ3Ljk5NywzNy43MyA0Ni4wMSwzOC41ODQgNDMuNzg1LDM4LjU4NEM0MS41NiwzOC41ODQgMzkuNTY5LDM3LjczIDM4LjE3MywzNi4zNjlDMzYuODAyLDM1LjAzMSAzNi4wMjMsMzMuMjI2IDM2LjEzLDMxLjI4NVoiIHN0eWxlPSJmaWxsOnJnYigxNCw4NCwxMzkpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMy45NCwzNS4xMDZDMjMuOTUzLDM1Ljg0NiAyNC4xODksMzcuMjg0IDI0LjU0MywzOC40MDdDMjUuMjg3LDQwLjc4NCAyNi41NDksNDIuOTgzIDI4LjMwNSw0NC45MjFDMzAuMTA3LDQ2LjkxMyAzMi4zMjYsNDguNTEzIDM0Ljg4OSw0OS42NDlDMzcuNTgzLDUwLjg0MiA0MC41MDIsNTEuNDUgNDMuNTM0LDUxLjQ0NUM0Ni41NjEsNTEuNDQxIDQ5LjQ4LDUwLjgyMSA1Mi4xNzQsNDkuNjE5QzU0LjczNyw0OC40NzIgNTYuOTU0LDQ2Ljg2NSA1OC43NTMsNDQuODcyQzYwLjUwOCw0Mi45MjYgNjEuNzY4LDQwLjcyMyA2Mi41MTQsMzguMzQ2QzYyLjg4OSwzNy4xNDUgNjMuMTI2LDM1LjkyNiA2My4yMjEsMzQuNzAzQzYzLjMxNCwzMy40OTggNjMuMjc1LDMyLjI5MSA2My4xMDQsMzEuMDg1QzYyLjc3LDI4LjczNSA2MS45NTcsMjYuNTMgNjAuNzA1LDI0LjUyQzU5LjU2LDIyLjY3MyA1OC4wODQsMjEuMDU2IDU2LjMyOSwxOS42OTVMNTYuMzMzLDE5LjY5MkwzOC42MjIsNi4wOTNDMzguNjA2LDYuMDgxIDM4LjU5Myw2LjA2OCAzOC41NzYsNi4wNTdDMzcuNDE0LDUuMTY1IDM1LjQ2LDUuMTY4IDM0LjE4Miw2LjA2MkMzMi44OSw2Ljk2NiAzMi43NDIsOC40NjEgMzMuODkyLDkuNDA0TDMzLjg4Nyw5LjQwOUw0MS4yNzQsMTUuNDE2TDE4Ljc1OSwxNS40NEMxOC43NDgsMTUuNDQgMTguNzM3LDE1LjQ0IDE4LjcyOSwxNS40NEMxNi44NjgsMTUuNDQyIDE1LjA3OSwxNi42NjMgMTQuNzI1LDE4LjIwNkMxNC4zNjEsMTkuNzc4IDE1LjYyNSwyMS4wODIgMTcuNTYsMjEuMDg5TDE3LjU1NywyMS4wOTZMMjguOTY5LDIxLjA3NEw4LjYwNSwzNi43MDVDOC41NzksMzYuNzI0IDguNTUxLDM2Ljc0NCA4LjUyNywzNi43NjNDNi42MDYsMzguMjM0IDUuOTg1LDQwLjY4IDcuMTk1LDQyLjIyOEM4LjQyMyw0My44MDIgMTEuMDM0LDQzLjgwNSAxMi45NzUsNDIuMjM3TDI0LjA4OSwzMy4xNDFDMjQuMDg5LDMzLjE0MSAyMy45MjcsMzQuMzY5IDIzLjk0LDM1LjEwNlpNNTIuNDk5LDM5LjIxOEM1MC4yMDksNDEuNTUxIDQ3LjAwMyw0Mi44NzQgNDMuNTM0LDQyLjg4MUM0MC4wNiw0Mi44ODcgMzYuODU0LDQxLjU3NiAzNC41NjQsMzkuMjQ3QzMzLjQ0NSwzOC4xMTIgMzIuNjIzLDM2LjgwNiAzMi4xMTYsMzUuNDE1QzMxLjYxOSwzNC4wNDggMzEuNDI2LDMyLjU5NyAzMS41NTQsMzEuMTMzQzMxLjY3NSwyOS43MDIgMzIuMTAxLDI4LjMzNyAzMi43ODEsMjcuMTAyQzMzLjQ0OSwyNS44ODggMzQuMzY5LDI0Ljc5MSAzNS41MDUsMjMuODYzQzM3LjczMSwyMi4wNDkgNDAuNTY1LDIxLjA2NyA0My41MjksMjEuMDYzQzQ2LjQ5NiwyMS4wNTkgNDkuMzI4LDIyLjAzMiA1MS41NTYsMjMuODRDNTIuNjksMjQuNzY0IDUzLjYwOSwyNS44NTcgNTQuMjc3LDI3LjA2OUM1NC45NiwyOC4zMDMgNTUuMzgzLDI5LjY2MyA1NS41MDksMzEuMDk4QzU1LjYzNSwzMi41NiA1NS40NDIsMzQuMDA5IDU0Ljk0NSwzNS4zNzdDNTQuNDM3LDM2Ljc3MiA1My42MTgsMzguMDc4IDUyLjQ5OSwzOS4yMThaIiBzdHlsZT0iZmlsbDpyZ2IoMjQ0LDEyMSw0Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTE1Ny40NjcsMzEuMjU0QzE1Ny42MzgsMjkuMzQ2IDE1OS4xMTMsMjguMTM2IDE2MS4zNjYsMjguMTM2QzE2My42MjIsMjguMTM2IDE2NS4wOTYsMjkuMzQ2IDE2NS4yNjcsMzEuMjU0TDE1Ny40NjcsMzEuMjU0Wk0xNjUuMDM2LDM1Ljk2NUMxNjQuNDU5LDM3LjM3OSAxNjMuMDk5LDM4LjIxNiAxNjEuMjUyLDM4LjIxNkMxNTguOTM5LDM4LjIxNiAxNTcuMzgyLDM2Ljc3MiAxNTcuMzE5LDM0LjQ5MUwxNzAuNjE2LDM0LjQ5MUMxNzAuNjE2LDM0LjI1NCAxNzAuNjE2LDM0LjA1NiAxNzAuNjE2LDMzLjgyQzE3MC42MTYsMjguMTA2IDE2Ny4yNjIsMjQuODk1IDE2MS4yNTIsMjQuODk1QzE1NS40MTYsMjQuODk1IDE1MS44ODcsMjguMTM2IDE1MS44ODcsMzMuMjE5QzE1MS44ODcsMzguMzMzIDE1NS40NzEsNDEuNTY5IDE2MS4yNTIsNDEuNTY5QzE2NC43MjEsNDEuNTY5IDE2Ny40MTEsNDAuMzggMTY5LjA2OSwzOC4yOUwxNjUuMDM2LDM1Ljk2NVoiIHN0eWxlPSJmaWxsOnJnYigxNCw4NCwxMzkpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik05OC40NjgsMzEuMjYzQzk4LjY0NCwyOS4zNTUgMTAwLjExOSwyOC4xNDUgMTAyLjM3NCwyOC4xNDVDMTA0LjYyNiwyOC4xNDUgMTA2LjEsMjkuMzU1IDEwNi4yNzMsMzEuMjYzTDk4LjQ2OCwzMS4yNjNaTTEwNi4wNDIsMzUuOTc0QzEwNS40NjQsMzcuMzkyIDEwNC4xMDUsMzguMjI5IDEwMi4yNTQsMzguMjI5Qzk5Ljk0NSwzOC4yMjkgOTguMzg0LDM2Ljc4MSA5OC4zMjMsMzQuNDk5TDExMS42MTcsMzQuNDk5QzExMS42MTcsMzQuMjY1IDExMS42MTcsMzQuMDY4IDExMS42MTcsMzMuODMyQzExMS42MTcsMjguMTE1IDEwOC4yNjQsMjQuOTAzIDEwMi4yNTQsMjQuOTAzQzk2LjQxNSwyNC45MDMgOTIuODkzLDI4LjE0NSA5Mi44OTMsMzMuMjI4QzkyLjg5MywzOC4zNDIgOTYuNDc1LDQxLjU3OCAxMDIuMjU0LDQxLjU3OEMxMDUuNzIyLDQxLjU3OCAxMDguNDE0LDQwLjM5MyAxMTAuMDc1LDM4LjNMMTA2LjA0MiwzNS45NzRaIiBzdHlsZT0iZmlsbDpyZ2IoMTQsODQsMTM5KTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cmVjdCB4PSI4Ni45MDciIHk9IjIxLjQ0IiB3aWR0aD0iNC43OTUiIGhlaWdodD0iMTkuNjE3IiBzdHlsZT0iZmlsbDpyZ2IoMTQsODQsMTM5KTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTEyLjgxLDI2LjY1MkwxMTcuNjMyLDI2LjY1MkwxMTcuNjMyLDI3LjgyQzExOS4zMzksMjUuOTk4IDEyMS4zODksMjUuMDc3IDEyMy43MDEsMjUuMDc3QzEyNi4zNjQsMjUuMDc3IDEyOC4zOCwyNS45OTggMTI5LjQyMSwyNy41NjZDMTMwLjI5LDI4Ljg2MSAxMzAuMzQ3LDMwLjQyNCAxMzAuMzQ3LDMyLjQ3OEwxMzAuMzQ3LDQxLjA1N0wxMjUuNTE4LDQxLjA1N0wxMjUuNTE4LDMzLjUxOUMxMjUuNTE4LDMwLjM5MSAxMjQuODg5LDI4Ljk0NyAxMjIuMTQzLDI4Ljk0N0MxMTkuMzY4LDI4Ljk0NyAxMTcuNjMyLDMwLjYgMTE3LjYzMiwzMy4zNzVMMTE3LjYzMiw0MS4wNTdMMTEyLjgxLDQxLjA1N0wxMTIuODEsMjYuNjUyWiIgc3R5bGU9ImZpbGw6cmdiKDE0LDg0LDEzOSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTE0NS44NzYsMzMuNDYyQzE0NS44NzYsMzYuMTQ3IDE0NC4wODIsMzcuOTA4IDE0MS4zMDYsMzcuOTA4QzEzOC41MjgsMzcuOTA4IDEzNi43MzQsMzYuMjA3IDEzNi43MzQsMzMuNDkzQzEzNi43MzQsMzAuNzM5IDEzOC41MDQsMjkuMDM5IDE0MS4zMDYsMjkuMDM5QzE0NC4wODIsMjkuMDM5IDE0NS44NzYsMzAuNzY5IDE0NS44NzYsMzMuNDYyWk0xNDUuODc2LDI3LjMwNUMxNDQuNjU3LDI1Ljk5OCAxNDIuODkzLDI1LjI4MSAxNDAuNDQxLDI1LjI4MUMxMzUuMTUxLDI1LjI4MSAxMzEuNTM5LDI4LjU0MyAxMzEuNTM5LDMzLjQzMkMxMzEuNTM5LDM4LjIyNSAxMzUuMTI2LDQxLjU3OCAxNDAuMzU0LDQxLjU3OEMxNDIuNzUxLDQxLjU3OCAxNDQuNTExLDQwLjk3MiAxNDUuODc2LDM5LjYxM0wxNDUuODc2LDQxLjA1N0wxNTAuNzAxLDQxLjA1N0wxNTAuNzAxLDIwLjE5NkwxNDUuODc2LDIxLjQ0TDE0NS44NzYsMjcuMzA1WiIgc3R5bGU9ImZpbGw6cmdiKDE0LDg0LDEzOSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTc1Ljk0NywyOS4wMzlDNzguNzUxLDI5LjAzOSA4MC41MTQsMzAuNzM5IDgwLjUxNCwzMy40OTNDODAuNTE0LDM2LjIwNyA3OC43MjMsMzcuOTA4IDc1Ljk0NywzNy45MDhDNzMuMTczLDM3LjkwOCA3MS4zODEsMzYuMTQ3IDcxLjM4MSwzMy40NjJDNzEuMzgxLDMwLjc2OSA3My4xNzMsMjkuMDM5IDc1Ljk0NywyOS4wMzlaTTcxLjM4MSwyMS40NEw2Ni41NTQsMjAuMTk2TDY2LjU1NCw0MS4wNTdMNzEuMzgxLDQxLjA1N0w3MS4zODEsMzkuNjEzQzcyLjczOSw0MC45NzIgNzQuNTAyLDQxLjU3OCA3Ni45MDEsNDEuNTc4QzgyLjEzMiw0MS41NzggODUuNzE0LDM4LjIyNSA4NS43MTQsMzMuNDMyQzg1LjcxNCwyOC41NDMgODIuMTAxLDI1LjI4MSA3Ni44MTQsMjUuMjgxQzc0LjM1NywyNS4yODEgNzIuNTk0LDI1Ljk5OCA3MS4zODEsMjcuMzA1TDcxLjM4MSwyMS40NFoiIHN0eWxlPSJmaWxsOnJnYigxNCw4NCwxMzkpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xNzEuODA2LDQxLjA1N0wxNzEuODA2LDI2LjY1MkwxNzYuNjMxLDI2LjY1MkwxNzYuNjMxLDI3LjU0MkMxNzguMDc2LDI1LjgwMiAxNzkuNjA1LDI0LjkzNiAxODEuMzQ0LDI0LjkzNkMxODEuNjg5LDI0LjkzNiAxODIuMTIzLDI0Ljk5MiAxODIuNywyNS4wNDlMMTgyLjcsMjkuMTU2QzE4Mi4yMzUsMjkuMDk1IDE4MS43MTcsMjkuMDk1IDE4MS4xNjcsMjkuMDk1QzE3OC4zNjIsMjkuMDk1IDE3Ni42MzEsMzAuOTQ1IDE3Ni42MzEsMzQuMDkxTDE3Ni42MzEsNDEuMDU3TDE3MS44MDYsNDEuMDU3WiIgc3R5bGU9ImZpbGw6cmdiKDE0LDg0LDEzOSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTE4OC45NTYsMjQuOTUyTDE4OC41ODUsMjQuOTUyTDE4OC41OTgsMjMuNjMxTDE4OC42MTgsMjMuMTk0TDE4OC41MTgsMjMuNTU0TDE4OC4wOCwyNC45NTJMMTg3Ljc0MiwyNC45NTJMMTg3LjMxMiwyMy41NTRMMTg3LjIwNCwyMy4yTDE4Ny4yMywyMy42MzFMMTg3LjI0MywyNC45NTJMMTg2Ljg4LDI0Ljk1MkwxODYuODgsMjIuODEyTDE4Ny4zODgsMjIuODEyTDE4Ny45MjMsMjQuNUwxODguNDQ2LDIyLjgxMkwxODguOTU2LDIyLjgxMkwxODguOTU2LDI0Ljk1MlpNMTg2LjAyNCwyNC45NTJMMTg1LjY1MSwyNC45NTJMMTg1LjY1MSwyMy4xMjlMMTg0Ljk2MywyMy4xMjlMMTg0Ljk2MywyMi44MTJMMTg2LjY5OSwyMi44MTJMMTg2LjY5OSwyMy4xMjlMMTg2LjAyNCwyMy4xMjlMMTg2LjAyNCwyNC45NTJaIiBzdHlsZT0iZmlsbDpyZ2IoMTQsODQsMTM5KTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgIDwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 40px;
  margin-right: auto;
  transition: opacity 150ms ease-in-out;
  width: 132px;
}

.navbar-logo-blender:hover {
  opacity: .8;
}

.navbar-brand {
  color: #ededef;
}

.navbar-brand:hover {
  opacity: .9;
  transition: opacity 0.1s ease;
}

@media (max-width: 665.98px) {
  .navbar-collapse.collapse, .navbar-collapse.collapsing {
    background-color: #343a40;
    bottom: 0;
    max-height: initial;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 48px;
    transition: none;
    width: 100%;
  }
  .navbar-collapse.collapse a.nav-link, .navbar-collapse.collapsing a.nav-link {
    margin: 0 15px;
  }
  .navbar-collapse.collapse .navbar-nav, .navbar-collapse.collapsing .navbar-nav {
    flex-direction: column !important;
  }
}

.navbar .container {
  justify-content: flex-end;
  height: 100%;
}

@media (max-width: 665.98px) {
  .navbar .container {
    margin: 0;
    padding: 0;
  }
}

.navbar .navbar-nav {
  /* Otherwise navbars with many items overlap the Email on BID enabled sites */
}

@media (min-width: 666px) {
  .navbar .navbar-nav {
    margin-bottom: 0;
    max-width: 105%;
  }
}

@media (min-width: 666px) {
  .navbar .navbar-nav .dropdown-menu li {
    margin: 10px 0 10px -15px;
    font-size: 110%;
  }
}

.navbar .navbar-nav > li:after {
  display: none;
}

.navbar .navbar-nav > li:focus > a,
.navbar .navbar-nav > li:hover > a {
  box-shadow: inset 0 -3px rgba(19, 182, 251, 0.8);
  color: #5ecdfc;
}

.navbar .navbar-nav > li > a {
  color: #6c757d;
  transition: color 100ms ease-in-out, box-shadow 150ms ease-in-out;
}

.navbar .navbar-nav > li > a[title*="[NEW]"] {
  position: relative;
}

.navbar .navbar-nav > li > a[title*="[NEW]"]:after {
  content: '';
  background: #13b6fb;
  border-radius: 100%;
  border: 0.1rem solid #fff;
  display: block;
  height: 0.85rem;
  position: absolute;
  right: .25rem;
  top: .5rem;
  width: 0.85rem;
}

.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.current_page_item > a,
.navbar .navbar-nav > li.current_page_ancestor > a,
.navbar .navbar-nav > li.current-page-ancestor > a,
.navbar .navbar-nav > li.current_page_parent > a {
  box-shadow: inset 0 -3px #96a0aa;
  color: #343a40;
}

.navbar .navbar-nav > li.current_page_ancestor a {
  box-shadow: none;
}

.navbar .navbar-toggler {
  border: 2px solid #ededef;
  box-shadow: none;
  color: rgba(237, 237, 239, 0.5);
  font-size: 1.2em;
  margin: 5px 0;
  position: relative;
}

.navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
  background-color: transparent;
  border-color: #13b6fb;
}

.navbar .navbar-toggler:focus i, .navbar .navbar-toggler:focus svg, .navbar .navbar-toggler:active i, .navbar .navbar-toggler:active svg {
  color: #13b6fb;
  fill: #13b6fb;
  stroke: #13b6fb;
}

.navbar .navbar-toggler svg {
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}

.navbar .navbar-toggler i {
  margin: 5px 0 0 0;
}

body.is-scrolled .navbar-primary {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

body.is-navbar-expanded .navbar-hidden {
  top: 0;
}

/* Big blue call-to-action. */
.nav-cta a, .navbar.navbar-primary .navbar-nav > li:last-child a {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: #13b6fb;
  box-shadow: 0 4px 0 0 #04a7eb;
  padding: 6px 20px !important;
  margin-top: 9px;
}

.nav-cta a:focus, .navbar.navbar-primary .navbar-nav > li:last-child a:focus {
  color: white !important;
}

.nav-cta a:hover, .navbar.navbar-primary .navbar-nav > li:last-child a:hover {
  background-color: rgba(19, 182, 251, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #45c6fc;
  box-shadow: 0 4px 0 0 #04aef5;
}

.nav-cta a:active, .navbar.navbar-primary .navbar-nav > li:last-child a:active, .nav-cta a:focus, .navbar.navbar-primary .navbar-nav > li:last-child a:focus {
  box-shadow: inset 0 0 0 1px #45c6fc;
  background-color: rgba(19, 182, 251, 0.3);
  color: #ffb3b3;
  background-color: #04a7eb;
  box-shadow: 0 4px 0 0 #04a7eb;
}

.nav-cta a:active i, .navbar.navbar-primary .navbar-nav > li:last-child a:active i, .nav-cta a:focus i, .navbar.navbar-primary .navbar-nav > li:last-child a:focus i {
  color: currentColor;
}

.nav-cta a:active, .navbar.navbar-primary .navbar-nav > li:last-child a:active {
  background-color: #0387be;
  outline: none;
}

.nav-cta a i, .navbar.navbar-primary .navbar-nav > li:last-child a i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.nav-cta a i svg, .navbar.navbar-primary .navbar-nav > li:last-child a i svg {
  max-width: 12px;
}

.nav-cta a small, .navbar.navbar-primary .navbar-nav > li:last-child a small {
  font-size: .6em;
}

.nav-cta:hover a, .navbar.navbar-primary .navbar-nav > li:hover:last-child a,
.nav-cta:focus a,
.navbar.navbar-primary .navbar-nav > li:focus:last-child a {
  background-color: #2cbefb !important;
}

/* // Top Bar: Generics */
/* DROPDOWN MENUS */
.navbar-nav > li .icon {
  padding-right: 15px;
}

.navbar-nav .dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0.025) 0px 15px 20px -1px;
  position: absolute;
}

.navbar-nav .open .dropdown-menu {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

@media (min-width: 666px) {
  .navbar-nav .open .dropdown-menu {
    float: left !important;
    width: 100%;
  }
}

/* BUTTONS
 * There are simple buttons, small, big, whole lot!
 */
.btn {
  text-decoration: none;
}

.btn-link,
.btn-link:hover {
  color: #13b6fb;
}

/* BUTTON EXTERNAL */
a.btn.external {
  border-bottom: 2px solid rgba(255, 136, 68, 0.2);
}

a.btn.external:after {
  content: '\f08e';
  float: right;
  font-size: 75%;
  color: rgba(237, 237, 239, 0.6);
  position: absolute;
  top: 6px;
  right: 8px;
  font-family: "FontAwesome";
}

/* // BUTTONS */
/* Call to actions. */
/* Main button, fully opaque and standing out */
.cta-primary, a.cta-primary {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: #13b6fb;
  box-shadow: 0 4px 0 0 #04a7eb;
}

.cta-primary:focus, a.cta-primary:focus {
  color: white !important;
}

.cta-primary:hover, a.cta-primary:hover {
  background-color: rgba(19, 182, 251, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #45c6fc;
  box-shadow: 0 4px 0 0 #04aef5;
}

.cta-primary:active, .cta-primary:focus, a.cta-primary:active, a.cta-primary:focus {
  box-shadow: inset 0 0 0 1px #45c6fc;
  background-color: rgba(19, 182, 251, 0.3);
  color: #ffb3b3;
  background-color: #04a7eb;
  box-shadow: 0 4px 0 0 #04a7eb;
}

.cta-primary:active i, .cta-primary:focus i, a.cta-primary:active i, a.cta-primary:focus i {
  color: currentColor;
}

.cta-primary:active, a.cta-primary:active {
  background-color: #0387be;
  outline: none;
}

.cta-primary i, a.cta-primary i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.cta-primary i svg, a.cta-primary i svg {
  max-width: 12px;
}

.cta-primary small, a.cta-primary small {
  font-size: .6em;
}

/* Secondary - half-transparent */
.cta-secondary, a.cta-secondary {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: rgba(19, 182, 251, 0.5);
  box-shadow: 0 4px 0 0 rgba(4, 167, 235, 0.5);
}

.cta-secondary:focus, a.cta-secondary:focus {
  color: white !important;
}

.cta-secondary:hover, a.cta-secondary:hover {
  background-color: rgba(19, 182, 251, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(69, 198, 252, 0.5);
  box-shadow: 0 4px 0 0 rgba(4, 174, 245, 0.5);
}

.cta-secondary:active, .cta-secondary:focus, a.cta-secondary:active, a.cta-secondary:focus {
  box-shadow: inset 0 0 0 1px rgba(69, 198, 252, 0.5);
  background-color: rgba(19, 182, 251, 0.3);
  color: #ffb3b3;
  background-color: rgba(4, 167, 235, 0.5);
  box-shadow: 0 4px 0 0 rgba(4, 167, 235, 0.5);
}

.cta-secondary:active i, .cta-secondary:focus i, a.cta-secondary:active i, a.cta-secondary:focus i {
  color: currentColor;
}

.cta-secondary:active, a.cta-secondary:active {
  background-color: rgba(3, 135, 190, 0.5);
  outline: none;
}

.cta-secondary i, a.cta-secondary i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.cta-secondary i svg, a.cta-secondary i svg {
  max-width: 12px;
}

.cta-secondary small, a.cta-secondary small {
  font-size: .6em;
}

/* Text-only link next to the main button */
.cta-tertiary, a.cta-tertiary {
  align-items: center;
  display: inline-flex;
  font-size: 0.8rem;
  padding: 10px 20px;
}

.cta-tertiary:hover, a.cta-tertiary:hover {
  text-decoration: underline;
}

.cta-tertiary:hover i svg, a.cta-tertiary:hover i svg {
  fill: #ff8844;
}

.cta-tertiary i, a.cta-tertiary i {
  margin-right: 5px;
}

.cta-tertiary i svg, a.cta-tertiary i svg {
  fill: #13b6fb;
  max-width: 12px;
  position: relative;
  top: 2px;
  width: 12px;
}

.cta-container {
  align-items: center;
  display: flex;
  justify-content: center;
  /* If there is a button next to it, add spacing */
}

.cta-container .cta-primary + .cta-secondary,
.cta-container .cta-secondary + .cta-secondary,
.cta-container .cta-secondary + .cta-tertiary {
  margin-left: 15px;
}

table, .table {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0.025) 0px 15px 20px -1px;
  background-color: #343a40;
  border-radius: 0.6rem;
  border-collapse: initial;
}

table thead, .table thead {
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

table > thead > tr, .table > thead > tr {
  box-shadow: inset 0 -2px 0 0 #1d2124;
}

table > tbody > tr:hover > td, .table > tbody > tr:hover > td {
  background-color: rgba(29, 33, 36, 0.2);
}

table td, .table td {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 2px solid rgba(29, 33, 36, 0.2);
}

table tr:last-child td, .table tr:last-child td {
  border-bottom: 0;
}

table.table-striped > tbody > tr:hover > td, .table.table-striped > tbody > tr:hover > td {
  background-color: rgba(29, 33, 36, 0.2);
}

table.table-striped > tbody > tr:nth-child(2n+1) > td, .table.table-striped > tbody > tr:nth-child(2n+1) > td {
  background-color: rgba(41, 45, 50, 0.5);
}

table.table-striped > tbody > tr:nth-child(2n+1):hover > td, .table.table-striped > tbody > tr:nth-child(2n+1):hover > td {
  background-color: rgba(29, 33, 36, 0.2);
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #222629;
}

/* First odd, then even */
.table-striped > tbody > tr:nth-child(2n+1):hover > td, .table-striped > tbody > tr:nth-child(2n+1):hover > th,
.table-striped > tbody > tr:nth-child(2n):hover > td, .table-striped > tbody > tr:nth-child(2n):hover > th {
  background-color: #1f2327;
}

table .table-row-link:hover > tr,
.table .table-row-link:hover > tr,
table .table-row-link:hover > td,
.table .table-row-link:hover > td {
  color: #13b6fb;
  cursor: pointer;
}

/* Tables with status */
tbody > tr.danger > td a, tbody > tr.info > td a,
tbody > tr.warning > td a, tbody > tr.success > td a {
  font-weight: bold;
}

tbody > tr.danger > td a:hover, tbody > tr.info > td a:hover,
tbody > tr.warning > td a:hover, tbody > tr.success > td a:hover {
  text-decoration: underline !important;
}

tbody > tr.danger > td a, tbody > tr.info > td a {
  color: white;
}

tbody > tr.warning > td a, tbody > tr.success > td a {
  color: #ededef;
}

table tr.info:hover td,
.table tr.info:hover td {
  background-color: #44a0b9 !important;
  border-top: thin solid #44a0b9 !important;
  border-bottom: thin solid #44a0b9 !important;
}

table tr.danger:hover td,
.table tr.danger:hover td {
  background-color: #e44f15 !important;
  border-top: thin solid #EB5E28 !important;
  border-bottom: thin solid #EB5E28 !important;
}

table tr.warning:hover td,
.table tr.warning:hover td {
  background-color: #f2b11d !important;
  border-top: thin solid #F3B935 !important;
  border-bottom: thin solid #F3B935 !important;
}

table tr.success:hover td,
.table tr.success:hover td {
  background-color: #40a530 !important;
  border-top: thin solid #48b936 !important;
  border-bottom: thin solid #48b936 !important;
}

.table-striped > tbody > tr.danger:nth-child(2n) > td, .table-striped > tbody > tr.danger:nth-child(2n) > th,
.table-striped > tbody > tr.danger:nth-child(2n+1) > td, .table-striped > tbody > tr.danger:nth-child(2n+1) > th,
.table-striped > tbody > tr.info:nth-child(2n) > td, .table-striped > tbody > tr.info:nth-child(2n) > th,
.table-striped > tbody > tr.info:nth-child(2n+1) > td, .table-striped > tbody > tr.info:nth-child(2n+1) > th {
  color: white;
}

table > tbody > tr.success > td,
.table > tbody > tr.success > td,
.table-striped > tbody > tr.success:nth-child(2n) > td, .table-striped > tbody > tr.success:nth-child(2n) > th,
.table-striped > tbody > tr.success:nth-child(2n+1) > td, .table-striped > tbody > tr.success:nth-child(2n+1) > th,
.table-striped > tbody > tr.warning:nth-child(2n) > td, .table-striped > tbody > tr.warning:nth-child(2n) > th,
.table-striped > tbody > tr.warning:nth-child(2n+1) > td, .table-striped > tbody > tr.warning:nth-child(2n+1) > th {
  color: #ededef;
}

/* Danger */
.table-striped > tbody > tr.danger:nth-child(2n) > td,
.table-striped > tbody > tr.danger:nth-child(2n) > th {
  background-color: #ed6f3f;
}

.table-striped > tbody > tr.danger:nth-child(2n+1) > td,
.table-striped > tbody > tr.danger:nth-child(2n+1) > th {
  background-color: #EB5E28;
}

/* Success */
.table-striped > tbody > tr.success:nth-child(2n) > td,
.table-striped > tbody > tr.success:nth-child(2n) > th {
  background-color: #40a530;
}

.table > tbody > tr.success > td,
.table-striped > tbody > tr.success:nth-child(2n+1) > td,
.table-striped > tbody > tr.success:nth-child(2n+1) > th {
  background-color: #48b936;
}

/* Warning */
.table-striped > tbody > tr.warning:nth-child(2n) > td,
.table-striped > tbody > tr.warning:nth-child(2n) > th {
  background-color: #f6ca65;
}

.table-striped > tbody > tr.warning:nth-child(2n+1) > td,
.table-striped > tbody > tr.warning:nth-child(2n+1) > th {
  background-color: #F3B935;
}

/* Info */
.table-striped > tbody > tr.info:nth-child(2n) > td,
.table-striped > tbody > tr.info:nth-child(2n) > th {
  background-color: #8dc6d6;
}

.table-striped > tbody > tr.info:nth-child(2n+1) > td,
.table-striped > tbody > tr.info:nth-child(2n+1) > th {
  background-color: #68B3C8;
}

/* Data Tables */
.dataTable .group {
  font-size: 200%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.dataTable .group td,
.dataTable .group td:hover {
  background-color: #68B3C8 !important;
  color: white !important;
  border: none !important;
  border-bottom: 2px solid #44a0b9 !important;
  padding-top: 7px;
  padding-bottom: 0;
}

.dataTable .sorting {
  position: relative;
}

.dataTable .fa-sort {
  font-size: 80%;
  position: absolute;
  color: white;
  top: 12px;
  right: 2px;
}

/* // Data Tables */
.cards {
  /* Adjust padding and width every nth number of cards. */
}

.cards-list {
  --cards-list-item-thumbnail-width: 150px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

@media (max-width: 665.98px) {
  .cards-list {
    flex-direction: column;
  }
}

.cards-list.size-half .cards-list-item-outer {
  width: 50%;
}

@media (max-width: 665.98px) {
  .cards-list.size-half .cards-list-item-outer {
    width: 100%;
  }
}

.cards-list.compact .cards-list-item-inner, .cards-list.card-layout-list .cards-list-item-inner {
  flex-direction: row;
}

.cards-list.compact .cards-list-item-more, .cards-list.card-layout-list .cards-list-item-more {
  padding-bottom: 1rem;
  padding-top: 0;
}

.cards-list.compact .cards-list-item-thumbnail, .cards-list.card-layout-list .cards-list-item-thumbnail {
  min-height: var(--cards-list-item-thumbnail-width);
  min-width: var(--cards-list-item-thumbnail-width);
  position: relative;
  width: var(--cards-list-item-thumbnail-width);
}

.cards-list.compact .cards-list-item-thumbnail img, .cards-list.card-layout-list .cards-list-item-thumbnail img {
  border-top-right-radius: 0;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  height: fit-content;
  max-height: var(--cards-list-item-thumbnail-width);
  object-fit: cover;
}

.cards-list.compact .cards-list-item-title, .cards-list.card-layout-list .cards-list-item-title {
  font-size: 1.2em;
  padding-bottom: 0;
}

.cards-list-item a.cards-list-item-title:hover {
  color: #13b6fb;
}

.cards-list-item-inner {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0.025) 0px 15px 20px -1px;
  background-color: #343a40;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.cards-list-item-outer {
  padding: 10px 0;
  width: 100%;
}

@media (min-width: 666px) {
  .cards-list-item-outer {
    width: 50%;
  }
  .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-list-item-outer:nth-child(2n) {
    padding-right: 0;
  }
  .cards-list-item-outer:nth-child(2n+1) {
    padding-left: 0;
  }
}

@media (min-width: 888px) {
  .cards-list-item-outer {
    width: 33.3333%;
  }
  .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-list-item-outer:nth-child(3n) {
    padding-right: 0;
  }
  .cards-list-item-outer:nth-child(3n+1) {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .cards-list-item-outer {
    width: 33.3333%;
  }
  .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-list-item-outer:nth-child(3n) {
    padding-right: 0;
  }
  .cards-list-item-outer:nth-child(3n+1) {
    padding-left: 0;
  }
}

.cards-list-item-outer.is-image-only .cards-list-item-thumbnail {
  border-radius: 0.6rem;
}

.cards-list-item-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 15px 20px 10px;
}

.cards-list-item-title a, .cards-list-item-title:link, .cards-list-item-title:visited, .cards-list-item-title:hover {
  color: currentColor;
  text-decoration: none;
}

@media (max-width: 665.98px) {
  .cards-list-item-title {
    font-size: 1.17rem;
  }
}

.cards-list-item-excerpt {
  display: block;
  flex: 1;
  font-size: 0.81818rem;
  line-height: 16px;
  padding: 5px 20px 5px;
}

.cards-list-item-excerpt:link, .cards-list-item-excerpt:visited, .cards-list-item-excerpt:hover {
  color: currentColor;
  text-decoration: none;
}

.cards-list-item-more {
  color: #13b6fb;
  font-size: 0.8rem;
  justify-content: space-between;
  padding: 1.5rem;
  margin-top: auto;
}

.cards-list-item-more > .more-item {
  display: block;
  transition: color 150ms ease-in-out;
  width: 100%;
}

.cards-list-item-more > .more-item:hover {
  color: #45c6fc;
}

.cards-list-item-more > .more-item.video i {
  padding-right: 5px;
  color: red;
}

.cards-list-item-more > .more-item.url:hover i {
  transform: translateX(5px);
}

.cards-list-item-more > .more-item.url i {
  font-size: .8em;
  left: 5px;
  position: relative;
  top: -1px;
  transition: transform 250ms ease-in-out;
}

.cards-list-item-description {
  display: block;
  padding: 10px 20px 20px;
  font-size: 0.9rem;
  color: #ededef;
}

.cards-list-item-description:visited, .cards-list-item-description:hover {
  color: #ededef;
}

.cards-list-item-thumbnail {
  display: block;
  position: relative;
}

.cards-list-item-thumbnail img {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.cards-list-item-extra {
  padding: 5px 20px 15px;
  font-size: 0.72727rem;
  text-transform: uppercase;
  margin-top: auto;
}

@media (max-width: 665.98px) {
  .cards-list-item-extra {
    font-size: 0.66667rem;
  }
}

.cards-list-item-extra a {
  color: #9E9FA2;
}

.cards-list-item-extra a:hover {
  color: #13b6fb;
}

.cards-list-item-extra ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.cards-list-item-extra ul li {
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cards-list-item-extra ul li.right {
  margin-left: auto;
  margin-right: 0;
  white-space: nowrap;
}

@media (min-width: 666px) {
  .cards-1 .cards-list-item-outer {
    width: 100%;
  }
  .cards-1 .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-1 .cards-list-item-outer:nth-child(1n) {
    padding-right: 0;
  }
  .cards-1 .cards-list-item-outer:nth-child(1n+1) {
    padding-left: 0;
  }
}

@media (min-width: 888px) {
  .cards-1 .cards-list-item-outer {
    width: 100%;
  }
  .cards-1 .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-1 .cards-list-item-outer:nth-child(1n) {
    padding-right: 0;
  }
  .cards-1 .cards-list-item-outer:nth-child(1n+1) {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .cards-1 .cards-list-item-outer {
    width: 100%;
  }
  .cards-1 .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-1 .cards-list-item-outer:nth-child(1n) {
    padding-right: 0;
  }
  .cards-1 .cards-list-item-outer:nth-child(1n+1) {
    padding-left: 0;
  }
}

@media (min-width: 666px) {
  .cards-2 .cards-list-item-outer {
    width: 50%;
  }
  .cards-2 .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-2 .cards-list-item-outer:nth-child(2n) {
    padding-right: 0;
  }
  .cards-2 .cards-list-item-outer:nth-child(2n+1) {
    padding-left: 0;
  }
}

@media (min-width: 888px) {
  .cards-2 .cards-list-item-outer {
    width: 50%;
  }
  .cards-2 .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-2 .cards-list-item-outer:nth-child(2n) {
    padding-right: 0;
  }
  .cards-2 .cards-list-item-outer:nth-child(2n+1) {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .cards-2 .cards-list-item-outer {
    width: 50%;
  }
  .cards-2 .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-2 .cards-list-item-outer:nth-child(2n) {
    padding-right: 0;
  }
  .cards-2 .cards-list-item-outer:nth-child(2n+1) {
    padding-left: 0;
  }
}

@media (min-width: 666px) {
  .cards-4 .cards-list-item-outer {
    width: 50%;
  }
  .cards-4 .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-4 .cards-list-item-outer:nth-child(2n) {
    padding-right: 0;
  }
  .cards-4 .cards-list-item-outer:nth-child(2n+1) {
    padding-left: 0;
  }
}

@media (min-width: 888px) {
  .cards-4 .cards-list-item-outer {
    width: 33.3333%;
  }
  .cards-4 .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-4 .cards-list-item-outer:nth-child(3n) {
    padding-right: 0;
  }
  .cards-4 .cards-list-item-outer:nth-child(3n+1) {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .cards-4 .cards-list-item-outer {
    width: 25%;
  }
  .cards-4 .cards-list-item-outer:nth-child(n) {
    padding: 10px;
  }
  .cards-4 .cards-list-item-outer:nth-child(4n) {
    padding-right: 0;
  }
  .cards-4 .cards-list-item-outer:nth-child(4n+1) {
    padding-left: 0;
  }
}

.cards-list-item-info {
  display: flex;
  flex-direction: column;
}

.accordion h5 i {
  transition: transform 200ms ease-in-out;
}

.accordion h5.collapsed i {
  transform: rotate(-90deg);
}

/* Header of the page */
.featured {
  align-items: flex-end;
  background-color: #292d32;
  background-image: url(https://www.blender.org/wp-content/themes/bthree/assets/images/placeholder_background_small.jpg);
  background-position: center top;
  background-size: cover;
  color: white;
  display: flex;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.featured-background {
  background-position: center top;
  background-size: cover;
  content: "";
  filter: blur(20px);
  left: 50%;
  height: 200%;
  position: absolute;
  transform: translate(-50%);
  top: -35px;
  width: 150%;
}

.featured + .container {
  margin-top: 15px;
}

.featured .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}

.featured-content {
  z-index: 1;
}

.featured-content h1 {
  margin-bottom: 10px;
}

.featured-subtitle {
  max-width: 800px;
}

.featured-credits {
  bottom: .25rem;
  color: currentColor;
  font-size: 0.75rem;
  opacity: .33;
  position: absolute;
  right: 1rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.66);
  z-index: 1;
}

@media (max-width: 665.98px) {
  .featured .page-header-main-ctas .page-header-main-cta {
    margin-bottom: 15px;
  }
  .featured .page-header-main-ctas .page-header-main-cta a {
    display: block;
  }
}

.featured.large {
  background-position-y: top;
  height: 480px;
}

@media (max-width: 665.98px) {
  .featured.large {
    height: auto;
  }
}

.featured.large .featured-content {
  width: auto;
}

.featured.large .featured-subtitle {
  font-size: 1.2em;
}

.featured.large .navbar-secondary ul.nav {
  margin: auto;
}

.featured-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.33);
}

.featured h1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 665.98px) {
  .featured h1 {
    padding-bottom: 10px;
    margin: 40px 0 0 0;
  }
}

.featured a {
  color: #fff;
}

.featured-overlay-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: black;
  background-position: center bottom;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.featured-overlay-video iframe {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 200vh;
  margin: auto -10vw;
  width: 120vw;
}

@media (max-width: 665.98px) {
  .featured-overlay-video iframe {
    height: 100vh;
    width: 200vw;
    left: -50vw;
  }
}

.footer-pages {
  background-color: #1d2124;
  font-size: 0.75rem;
}

.footer-pages ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.footer-pages ul li:after {
  display: none;
}

.footer-pages ul li:first-child a {
  padding-left: 0;
}

.footer-pages a {
  color: #9E9FA2;
  display: inline-block;
  padding: 5px 7px;
}

.footer-pages a:hover {
  text-decoration: underline;
}

.footer-pages + .footer-navigation {
  padding-top: 5px;
}

.footer-navigation {
  font-size: 0.8rem;
  padding: 15px 0 30px;
}

.footer-navigation .sitemap-title {
  color: #646469;
  font-size: 1rem;
  display: block;
}

.footer-navigation ul a {
  color: #9E9FA2;
  display: block;
}

.social-icons {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.social-icons:first-child {
  padding-top: 15px;
}

.social-icons a {
  fill: #646469;
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.social-icons a svg {
  max-width: 30px;
  transition: fill 150ms ease-in-out;
}

.social-icons__youtube i svg {
  min-width: 24px;
}

.social-icons__youtube i svg:hover {
  fill: #CD201F;
}

.social-icons__twitter:hover svg {
  fill: #1dcaff;
}

.social-icons__instagram i svg {
  max-width: 28px;
}

.social-icons__instagram i svg:hover {
  fill: #C13584;
}

.social-icons__facebook i svg {
  max-width: 22px;
}

.social-icons__facebook i svg:hover {
  fill: #3b5998;
}

.social-icons__linkedin i svg {
  max-width: 20px;
}

.social-icons__linkedin i svg:hover {
  fill: #0077B5;
}

.footer-note {
  color: #9E9FA2;
  display: block;
  font-size: 0.8rem;
  padding-bottom: 10px;
  text-align: center;
}

.footer-note i {
  padding: 0 5px;
}

@media (max-width: 665.98px) {
  .footer-note i svg {
    fill: #EB5E28 !important;
  }
}

.footer-note i:hover svg {
  fill: #EB5E28;
}

.footer-note i svg {
  fill: #97979c;
  max-width: 10px;
}

.footer-note a, .footer-note a:visited {
  color: #9E9FA2;
  padding-left: 5px;
}

@media (max-width: 665.98px) {
  .footer-note span {
    display: block;
  }
}

/* Small button at the bottom of the page to hop to top */
#hop {
  background: #343a40;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  bottom: 25px;
  cursor: pointer;
  height: 32px;
  opacity: 0;
  position: fixed;
  right: 25px;
  transform: scale(0.5);
  transition: all 250ms ease-in-out;
  visibility: hidden;
  width: 32px;
  z-index: 999;
}

#hop:hover {
  transform: scale(1.2);
  background-color: #1d2124;
}

#hop svg {
  fill: #BBBBBD;
  max-width: 12px;
  position: relative;
  top: 5px;
}

body.is-scrolled #hop {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/* ADMIN POWERS */
.whoosh {
  background-color: rgba(52, 58, 64, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  right: 15px;
  text-shadow: none;
  transition: background-color 150ms ease-in-out, top 550ms ease-in-out;
  top: 60px;
  z-index: 99;
}

.whoosh:hover {
  background-color: #343a40;
  opacity: 1;
  text-decoration: none;
}

.whoosh:active {
  background-color: #13b6fb;
  color: white !important;
}

@media (max-width: 665.98px) {
  .whoosh {
    bottom: 10px;
    color: #ededef;
    right: 20px;
    top: unset;
  }
}

.whoosh.whoosh-page {
  right: 70px;
  transition: background-color 150ms ease-in-out, opacity 150ms ease-in-out, top 400ms ease-in-out;
}

@media (max-width: 665.98px) {
  .whoosh.whoosh-page {
    right: 80px;
  }
}

body.is-navbar-hidden .whoosh {
  top: 10px;
}

/* BOX
 **  Use it to put content inside a neat little box
 */
.box, .support__listing_section, .wp-block-group.is-style-box,
.wp-block-column.is-style-box,
.wp-block-columns.is-style-box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0.025) 0px 15px 20px -1px;
  background-color: #343a40;
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
  word-break: break-word;
}

.box p a, .support__listing_section p a, .wp-block-group.is-style-box p a, .wp-block-column.is-style-box p a, .wp-block-columns.is-style-box p a,
.box ul a,
.support__listing_section ul a,
.wp-block-group.is-style-box ul a,
.wp-block-column.is-style-box ul a,
.wp-block-columns.is-style-box ul a, .box ol a, .support__listing_section ol a, .wp-block-group.is-style-box ol a, .wp-block-column.is-style-box ol a, .wp-block-columns.is-style-box ol a,
.box span a,
.support__listing_section span a,
.wp-block-group.is-style-box span a,
.wp-block-column.is-style-box span a,
.wp-block-columns.is-style-box span a, .box strong a, .support__listing_section strong a, .wp-block-group.is-style-box strong a, .wp-block-column.is-style-box strong a, .wp-block-columns.is-style-box strong a, .box em a, .support__listing_section em a, .wp-block-group.is-style-box em a, .wp-block-column.is-style-box em a, .wp-block-columns.is-style-box em a,
.box blockquote a,
.support__listing_section blockquote a,
.wp-block-group.is-style-box blockquote a,
.wp-block-column.is-style-box blockquote a,
.wp-block-columns.is-style-box blockquote a {
  text-decoration: underline;
}

.box + .box, .support__listing_section + .box, .wp-block-group.is-style-box + .box, .wp-block-column.is-style-box + .box, .wp-block-columns.is-style-box + .box, .box + .support__listing_section, .support__listing_section + .support__listing_section, .wp-block-group.is-style-box + .support__listing_section, .wp-block-column.is-style-box + .support__listing_section, .wp-block-columns.is-style-box + .support__listing_section, .box + .wp-block-group.is-style-box, .support__listing_section + .wp-block-group.is-style-box, .wp-block-group.is-style-box + .wp-block-group.is-style-box, .wp-block-column.is-style-box + .wp-block-group.is-style-box, .wp-block-columns.is-style-box + .wp-block-group.is-style-box,
.box + .wp-block-column.is-style-box,
.support__listing_section + .wp-block-column.is-style-box,
.wp-block-group.is-style-box + .wp-block-column.is-style-box,
.wp-block-column.is-style-box + .wp-block-column.is-style-box,
.wp-block-columns.is-style-box + .wp-block-column.is-style-box,
.box + .wp-block-columns.is-style-box,
.support__listing_section + .wp-block-columns.is-style-box,
.wp-block-group.is-style-box + .wp-block-columns.is-style-box,
.wp-block-column.is-style-box + .wp-block-columns.is-style-box,
.wp-block-columns.is-style-box + .wp-block-columns.is-style-box {
  margin-top: 20px;
}

@font-face {
  font-family: 'FontBorg';
  src: url("../fonts/font-borg-webfont.eot");
  src: url("../fonts/font-borg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-borg-webfont.woff") format("woff"), url("../fonts/font-borg-webfont.ttf") format("truetype"), url("../fonts/font-borg-webfont.svg#fontborgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="bf-"], [class*=" bf-"] {
  font-family: 'FontBorg';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.bf-blender:before {
  content: "\f000";
}

.bf-cloud:before {
  content: "\f001";
}

.bf-network:before {
  content: "\f002";
}

.bf-creativecommons:before {
  content: "\f003";
}

.page-card hr {
  width: 100%;
  height: 1px;
  display: block;
  margin: 10px auto;
  padding: 0;
  border: none;
  background-color: #292d32;
}

.page-card.right {
  flex-direction: row-reverse;
}

@media (max-width: 665.98px) {
  .page-card.right {
    flex-direction: column-reverse;
  }
}

.page-card.dark {
  background-color: #2b2b2b;
}

.page-card.dark:nth-child(even) {
  background-color: #1e1e1e;
}

.page-card.dark a {
  color: #68B3C8;
}

.page-card.dark hr {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-card.dark .page-card-summary {
  color: #ccc;
}

.page-card .page-card-title {
  font-size: 2.6rem;
  color: #EB5E28;
  padding-bottom: 15px;
  position: relative;
  margin-top: 0;
}

.page-card .page-card-title:after {
  content: '';
  border-bottom: 2px solid rgba(235, 94, 40, 0.8);
  width: 35px;
  position: absolute;
  left: 0;
  bottom: 7px;
}

.page-card .page-card-title small {
  color: #BBBBBD;
  font-size: .8em;
  padding-left: 5px;
}

.page-card .page-card-summary {
  font-size: 1.2rem;
  color: #646469;
  padding: 15px 0 25px 0;
}

.page-card .page-card-image {
  width: 100%;
  text-align: center;
}

.page-card .page-card-image img {
  max-width: 100%;
}

.page-card .page-card-image span {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #646469;
}

.page-card .page-card-icon {
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(187, 187, 189, 0.5);
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 75px;
}

@media (min-width: 666px) {
  .page-card .page-card-icon {
    width: 112.5px;
    height: 112.5px;
    background-size: 56.25px;
  }
}

@media (max-width: 665.98px) {
  .page-card .page-card-icon {
    width: 112.5px;
    height: 112.5px;
    background-size: 56.25px;
    margin: 40px auto;
  }
}

.page-card .page-card-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-card a.page-card-cta {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px #13b6fb;
  color: #13b6fb !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  padding: 5px 30px;
  margin-right: 25px;
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
  opacity: 1;
}

.page-card a.page-card-cta:hover {
  background-color: rgba(19, 182, 251, 0.1);
  box-shadow: inset 0 0 0 2px #45c6fc;
  color: #2cbefb;
  cursor: pointer;
  text-decoration: none;
}

.page-card a.page-card-cta:active, .page-card a.page-card-cta:focus {
  box-shadow: inset 0 0 0 1px #45c6fc;
  background-color: rgba(19, 182, 251, 0.3);
  color: #b3e8ff;
}

.page-card a.page-card-cta:active i, .page-card a.page-card-cta:focus i {
  color: currentColor;
}

.page-card a.page-card-cta:active {
  background-color: #0387be;
  outline: none;
}

.page-card a.page-card-cta i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.page-card a.page-card-cta i svg {
  max-width: 12px;
}

.page-card a.page-card-cta small {
  font-size: .6em;
}

.page-card a.page-card-cta i {
  position: relative;
  left: -10px;
  margin-right: 0;
}

.page-triplet-container {
  padding: 25px 30px;
}

@media (min-width: 888px) {
  .page-triplet-container .row, .page-triplet-container div[class^="col-md"] {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .page-triplet-container .row, .page-triplet-container div[class^="col-md"] {
    display: flex;
  }
}

.page-triplet-container .triplet-card {
  width: 100%;
  position: relative;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.page-triplet-container .triplet-card .triplet-card-thumbnail img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 3px solid #13b6fb;
  width: 100%;
}

.page-triplet-container .triplet-card .triplet-card-info {
  padding: 15px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-triplet-container .triplet-card .triplet-card-info h3 {
  margin-top: 10px;
  color: #EB5E28;
  padding-bottom: 20px;
  position: relative;
}

.page-triplet-container .triplet-card .triplet-card-info h3:after {
  content: '';
  border-bottom: 2px solid rgba(235, 94, 40, 0.8);
  width: 35px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.page-triplet-container .triplet-card .triplet-card-info p {
  display: block;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #646469;
  flex: 1;
}

.page-triplet-container .triplet-card .triplet-cta {
  display: block;
  font-size: .9em;
  padding: 10px 0;
  color: #0f658a;
  cursor: pointer;
}

.page-triplet-container .triplet-card .triplet-cta:hover {
  text-decoration: underline;
}

/* Lists */
ul.checklist > li {
  padding-left: 10px;
}

ul.checklist > li:after {
  color: #9E9FA2;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: .8em;
  top: 2px;
}

/* Tables */
.table {
  display: table;
  width: 100%;
}

.table-row {
  display: table-row;
}

.table-head {
  display: table-header-group;
}

.table-head .table-cell {
  font-size: .9em;
  color: #9E9FA2;
}

.table-body {
  display: table-row-group;
}

.table-cell {
  display: table-cell;
}

/* Overlay on the whole page to preview images */
#isolated {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 250ms ease-in-out;
  z-index: 10;
}

#isolated:after {
  color: rgba(255, 255, 255, 0.54);
  content: '\f00d';
  cursor: pointer;
  font: normal normal normal 1.8em FontAwesome;
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 2;
}

#isolated.active {
  opacity: 1;
  pointer-events: initial;
}

#isolated img {
  max-width: 100%;
  max-height: 90%;
  padding: 25px;
  object-fit: scale-down;
}

#isolated iframe, #isolated object, #isolated embed {
  left: 50%;
  height: 80%;
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#isolated .credits {
  color: rgba(255, 255, 255, 0.38);
  font-size: .85em;
}

/* Homepage */
.frontpage-header-link {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.frontpage-header-link:hover {
  text-decoration: none;
}

section.page-header-main {
  align-items: center;
  background-color: black;
  display: flex;
  height: 55vh;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

section.page-header-main.top .container {
  align-self: flex-start;
}

section.page-header-main.bottom .container {
  align-self: flex-end;
}

section.page-footer-main .page-header-main-cta {
  margin-left: 25px;
}

section.page-footer-main,
section.page-announcement-main {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  text-align: center;
}

section.page-footer-main .page-header-main-image.solo img,
section.page-announcement-main .page-header-main-image.solo img {
  opacity: 1;
}

section.page-footer-main .page-header-main-image.solo .page-footer-main-text,
section.page-announcement-main .page-header-main-image.solo .page-footer-main-text {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}

section.page-footer-main.footer,
section.page-announcement-main.footer {
  background-color: #fff;
  font-size: 1.2rem;
}

@media (max-width: 665.98px) {
  section.page-footer-main.footer,
  section.page-announcement-main.footer {
    flex-direction: column;
  }
}

section.page-footer-main.footer .page-header-main-cta,
section.page-announcement-main.footer .page-header-main-cta {
  margin: 0 10px;
  padding: 20px;
}

section.page-footer-main.footer .page-header-main-cta a,
section.page-announcement-main.footer .page-header-main-cta a {
  display: block;
  width: 100%;
}

section.page-footer-main.footer .page-footer-main-title,
section.page-announcement-main.footer .page-footer-main-title {
  padding: 60px 25px;
}

@media (max-width: 665.98px) {
  section.page-footer-main.footer .page-footer-main-title,
  section.page-announcement-main.footer .page-footer-main-title {
    padding: 40px 0 10px 0;
  }
}

section.page-footer-main.footer .page-footer-main-title span.title-head,
section.page-announcement-main.footer .page-footer-main-title span.title-head {
  color: #ededef;
}

@media (max-width: 665.98px) {
  section.page-footer-main.footer .page-footer-main-title span.title-head,
  section.page-announcement-main.footer .page-footer-main-title span.title-head {
    padding: 0 20px;
    font-size: 1.7rem;
  }
}

section.page-announcement-main {
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 234px;
}

section.page-announcement-main.large {
  min-height: 480px;
}

@media (max-width: 665.98px) {
  section.page-announcement-main .page-footer-main-title {
    padding: 15px;
  }
}

section.page-announcement-main .page-footer-main-title i {
  font-size: .85em;
  padding: 0 10px;
}

.page-header-main-ctas {
  display: flex;
  justify-content: center;
}

@media (max-width: 665.98px) {
  .page-header-main-ctas {
    display: block;
    margin: 0 10px 20px 10px;
  }
  .page-header-main-ctas .page-header-main-cta a {
    display: block;
  }
  .page-header-main-ctas .page-header-main-cta + .page-header-main-cta {
    margin-left: 0 !important;
  }
}

.page-header-main-ctas .page-header-main-cta + .page-header-main-cta {
  margin-left: 25px;
}

.page-header-main-cta a.cta-primary, .page-header-main-cta a.cta-secondary, .page-header-main-cta a.cta-terciary {
  margin: 0;
}

.page-header-main-cta a.cta-primary {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: #13b6fb;
  box-shadow: 0 4px 0 0 #04a7eb;
  padding: 10px 35px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.page-header-main-cta a.cta-primary:focus {
  color: white !important;
}

.page-header-main-cta a.cta-primary:hover {
  background-color: rgba(19, 182, 251, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #45c6fc;
  box-shadow: 0 4px 0 0 #04aef5;
}

.page-header-main-cta a.cta-primary:active, .page-header-main-cta a.cta-primary:focus {
  box-shadow: inset 0 0 0 1px #45c6fc;
  background-color: rgba(19, 182, 251, 0.3);
  color: #ffb3b3;
  background-color: #04a7eb;
  box-shadow: 0 4px 0 0 #04a7eb;
}

.page-header-main-cta a.cta-primary:active i, .page-header-main-cta a.cta-primary:focus i {
  color: currentColor;
}

.page-header-main-cta a.cta-primary:active {
  background-color: #0387be;
  outline: none;
}

.page-header-main-cta a.cta-primary i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.page-header-main-cta a.cta-primary i svg {
  max-width: 12px;
}

.page-header-main-cta a.cta-primary small {
  font-size: .6em;
}

.page-header-main-cta a.cta-secondary {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: rgba(19, 182, 251, 0.5);
  box-shadow: 0 4px 0 0 rgba(4, 167, 235, 0.5);
  padding: 10px 35px;
}

.page-header-main-cta a.cta-secondary:focus {
  color: white !important;
}

.page-header-main-cta a.cta-secondary:hover {
  background-color: rgba(19, 182, 251, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(69, 198, 252, 0.5);
  box-shadow: 0 4px 0 0 rgba(4, 174, 245, 0.5);
}

.page-header-main-cta a.cta-secondary:active, .page-header-main-cta a.cta-secondary:focus {
  box-shadow: inset 0 0 0 1px rgba(69, 198, 252, 0.5);
  background-color: rgba(19, 182, 251, 0.3);
  color: #ffb3b3;
  background-color: rgba(4, 167, 235, 0.5);
  box-shadow: 0 4px 0 0 rgba(4, 167, 235, 0.5);
}

.page-header-main-cta a.cta-secondary:active i, .page-header-main-cta a.cta-secondary:focus i {
  color: currentColor;
}

.page-header-main-cta a.cta-secondary:active {
  background-color: rgba(3, 135, 190, 0.5);
  outline: none;
}

.page-header-main-cta a.cta-secondary i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.page-header-main-cta a.cta-secondary i svg {
  max-width: 12px;
}

.page-header-main-cta a.cta-secondary small {
  font-size: .6em;
}

.page-header-main-cta a.cta-terciary {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: rgba(255, 136, 68, 0.5);
  box-shadow: 0 4px 0 0 rgba(255, 117, 37, 0.5);
  padding: 10px 35px;
}

.page-header-main-cta a.cta-terciary:focus {
  color: white !important;
}

.page-header-main-cta a.cta-terciary:hover {
  background-color: rgba(255, 136, 68, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(255, 168, 119, 0.5);
  box-shadow: 0 4px 0 0 rgba(255, 123, 48, 0.5);
}

.page-header-main-cta a.cta-terciary:active, .page-header-main-cta a.cta-terciary:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 168, 119, 0.5);
  background-color: rgba(255, 136, 68, 0.3);
  color: #ffb3b3;
  background-color: rgba(255, 117, 37, 0.5);
  box-shadow: 0 4px 0 0 rgba(255, 117, 37, 0.5);
}

.page-header-main-cta a.cta-terciary:active i, .page-header-main-cta a.cta-terciary:focus i {
  color: currentColor;
}

.page-header-main-cta a.cta-terciary:active {
  background-color: rgba(247, 90, 0, 0.5);
  outline: none;
}

.page-header-main-cta a.cta-terciary i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.page-header-main-cta a.cta-terciary i svg {
  max-width: 12px;
}

.page-header-main-cta a.cta-terciary small {
  font-size: .6em;
}

a.page-card-cta.primary {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: #13b6fb;
  box-shadow: 0 4px 0 0 #04a7eb;
  padding: 5px 35px;
}

a.page-card-cta.primary:focus {
  color: white !important;
}

a.page-card-cta.primary:hover {
  background-color: rgba(19, 182, 251, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #45c6fc;
  box-shadow: 0 4px 0 0 #04aef5;
}

a.page-card-cta.primary:active, a.page-card-cta.primary:focus {
  box-shadow: inset 0 0 0 1px #45c6fc;
  background-color: rgba(19, 182, 251, 0.3);
  color: #ffb3b3;
  background-color: #04a7eb;
  box-shadow: 0 4px 0 0 #04a7eb;
}

a.page-card-cta.primary:active i, a.page-card-cta.primary:focus i {
  color: currentColor;
}

a.page-card-cta.primary:active {
  background-color: #0387be;
  outline: none;
}

a.page-card-cta.primary i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

a.page-card-cta.primary i svg {
  max-width: 12px;
}

a.page-card-cta.primary small {
  font-size: .6em;
}

.page-card-credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: .8em;
  color: rgba(255, 255, 255, 0.87);
  opacity: .5;
}

.page-card-credit a {
  color: rgba(255, 255, 255, 0.87);
}

.page-footer-main-text {
  color: white;
  position: relative;
  font-size: 1.2rem;
  max-width: 680px;
}

.page-footer-main-text span.text-background {
  line-height: 1.8em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 0.3rem;
  padding: 0.3rem;
  background-color: rgba(3, 117, 165, 0.85);
  box-shadow: 0.5em 0 0 rgba(3, 117, 165, 0.85), -0.5em 0 0 rgba(3, 117, 165, 0.85);
  box-decoration-break: clone;
  color: white;
}

.page-footer-main-title {
  position: relative;
}

.page-footer-main-title .title-head span {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0.5em 0 0 rgba(0, 0, 0, 0.6), -0.5em 0 0 rgba(0, 0, 0, 0.6);
  box-decoration-break: clone;
  color: white;
}

.page-header-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.page-header-main-image img {
  left: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
}

.page-header-main-image.frontpage img {
  left: initial;
  transform: initial;
}

@media (max-width: 665.98px) {
  .page-header-main-image.frontpage img {
    height: 115%;
    width: 100%;
  }
}

.page-header-main-title {
  color: #fff;
  padding: 20px;
  position: relative;
  transition: transform 100ms ease-in-out;
}

.page-header-main-title .title-head > span,
.page-header-main-title .title-subtitle > span {
  background-color: #161619;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.page-header-main-title span.bg-overlay {
  animation: huerotate 30s linear infinite;
  background: linear-gradient(to right, cyan, orange);
  z-index: 1;
}

.page-header-main-title span.text-overlay {
  animation: huerotate 30s linear infinite;
  background: linear-gradient(to right, cyan, orange);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

@keyframes huerotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

.page-header-main-cta a {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: #13b6fb;
  box-shadow: 0 4px 0 0 #04a7eb;
}

.page-header-main-cta a:focus {
  color: white !important;
}

.page-header-main-cta a:hover {
  background-color: rgba(19, 182, 251, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #45c6fc;
  box-shadow: 0 4px 0 0 #04aef5;
}

.page-header-main-cta a:active, .page-header-main-cta a:focus {
  box-shadow: inset 0 0 0 1px #45c6fc;
  background-color: rgba(19, 182, 251, 0.3);
  color: #ffb3b3;
  background-color: #04a7eb;
  box-shadow: 0 4px 0 0 #04a7eb;
}

.page-header-main-cta a:active i, .page-header-main-cta a:focus i {
  color: currentColor;
}

.page-header-main-cta a:active {
  background-color: #0387be;
  outline: none;
}

.page-header-main-cta a i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.page-header-main-cta a i svg {
  max-width: 12px;
}

.page-header-main-cta a small {
  font-size: .6em;
}

section.page-header-main-footer {
  align-items: center;
  background-color: #fff;
  border-bottom: 2px solid #1d2124;
  color: #ededef;
  display: flex;
  justify-content: center;
}

@media (max-width: 665.98px) {
  section.page-header-main-footer {
    flex-direction: column;
    text-align: center;
  }
  section.page-header-main-footer .page-header-main-cta a {
    display: block;
    margin-top: 20px !important;
  }
}

section.page-card {
  min-height: 200px;
  overflow: hidden;
  position: relative;
}

section.page-card:nth-child(even) {
  background-color: #292d32;
}

section.page-card section.page-card-side {
  width: 50%;
  padding: 10px 0;
  margin: 25px auto;
  position: relative;
  z-index: 1;
}

section.page-card section.page-card-side:first-child {
  padding-right: 50px;
  border-right: none;
}

section.page-card section.page-card-side:nth-child(2) {
  padding-left: 50px;
  padding-right: 20px;
}

section.page-card section.page-card-side hr {
  width: 100%;
  margin: 25px 0 15px 0;
}

section.page-card .page-card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

section.page-card .page-card-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.page-card .page-card-title {
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #ededef;
  padding: 5px 0;
}

section.page-card .page-card-headline {
  position: relative;
  font-size: 1.7em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 5px 0;
}

section.page-card .page-card-box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

section.page-card ul.page-card-list {
  margin: 0;
  padding: 0;
}

section.page-card ul.page-card-list li {
  display: inline-block;
  position: relative;
}

section.page-card ul.page-card-list li:first-child:after {
  display: none;
}

section.page-card ul.page-card-list li a {
  color: #646469;
}

section.page-card ul.page-card-list li a:hover {
  color: #13b6fb;
}

section.page-card.features {
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
  background-color: #222;
  background-size: cover;
  background-position: top left;
}

section.page-card.features .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section.page-card.features .page-card-title {
  color: white;
  display: block;
  font-size: 2.2rem;
  margin-top: 30px;
  padding-bottom: 20px;
}

@media (max-width: 665.98px) {
  section.page-card.features .page-card-title {
    font-size: 2.2rem;
  }
}

section.page-card.features .page-card-title:after {
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
}

section.page-card.features .page-card-list {
  margin: 25px auto;
  text-align: left;
  width: 100%;
}

section.page-card.features .page-card-list li.feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}

@media (max-width: 665.98px) {
  section.page-card.features .page-card-list li.feature-item {
    display: block;
    padding: 35px 0;
  }
  section.page-card.features .page-card-list li.feature-item:before {
    content: '';
    width: 70%;
    border-top: 2px solid rgba(235, 94, 40, 0.6);
    left: 50%;
    transform: translateX(-50%);
  }
}

section.page-card.features .page-card-list li.feature-item:not(:first-child) {
  padding-left: 0;
}

section.page-card.features .page-card-list li.feature-item:not(:first-child):before {
  content: '';
}

section.page-card.features .page-card-list li.feature-item:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 665.98px) {
  section.page-card.features .page-card-list li.feature-item:nth-child(even) {
    flex-direction: column;
  }
}

section.page-card.features .page-card-list li.feature-item:nth-child(even) .feature-details {
  padding-left: 60px;
}

@media (max-width: 665.98px) {
  section.page-card.features .page-card-list li.feature-item:nth-child(even) .feature-details {
    padding: 0;
  }
}

section.page-card.features .page-card-list li.feature-item .feature-details {
  margin: 0 auto;
  padding: 30px 30px 30px 0;
  flex: 1;
  opacity: 0;
  transform: translateY(-50px) rotateX(-45deg);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

section.page-card.features .page-card-list li.feature-item .feature-details a {
  color: rgba(255, 255, 255, 0.87);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
}

section.page-card.features .page-card-list li.feature-item .feature-details a:hover {
  color: #13b6fb;
  border-bottom-color: #13b6fb;
}

section.page-card.features .page-card-list li.feature-item .feature-details a.feature-title, section.page-card.features .page-card-list li.feature-item .feature-details a.more {
  border-bottom: none;
}

section.page-card.features .page-card-list li.feature-item .feature-details a.feature-title:hover, section.page-card.features .page-card-list li.feature-item .feature-details a.more:hover {
  color: white;
}

section.page-card.features .page-card-list li.feature-item .feature-details ul li {
  display: block;
}

section.page-card.features .page-card-list li.feature-item .feature-title {
  color: white;
  font-size: 2.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 665.98px) {
  section.page-card.features .page-card-list li.feature-item .feature-title {
    padding: 0 15px;
  }
}

section.page-card.features .page-card-list li.feature-item .feature-desc {
  padding: 10px 50px 10px 0;
  font-size: 1.2rem;
}

@media (max-width: 665.98px) {
  section.page-card.features .page-card-list li.feature-item .feature-desc {
    padding: 15px;
  }
}

section.page-card.features .page-card-list li.feature-item .feature-desc ul {
  padding: 0;
}

section.page-card.features .page-card-list li.feature-item .feature-image {
  flex: 1;
  cursor: pointer;
  opacity: 0;
  transform: translateY(50px) rotateX(-45deg);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

@media (max-width: 665.98px) {
  section.page-card.features .page-card-list li.feature-item .feature-image {
    margin: 20px 0;
  }
}

section.page-card.features .page-card-list li.feature-item .feature-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transition: transform 200ms ease-in-out;
}

section.page-card.features .page-card-list li.feature-item .feature-image img:hover {
  transform: scale(1.02);
}

section.page-card.features .page-card-list li.feature-item.visible .feature-image, section.page-card.features .page-card-list li.feature-item.visible .feature-details {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

section.page-card.stories {
  background-color: black;
  min-height: 500px;
}

section.page-card.stories .page-card-box {
  max-width: 480px;
  margin-top: 50px;
}

section.page-card.stories .page-card-box .page-card-box-title {
  padding: 15px 20px 10px 20px;
  font-size: 2.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section.page-card.stories .page-card-box .page-card-box-desc {
  font-size: 1.2rem;
  padding: 0 20px 10px 20px;
  color: rgba(255, 255, 255, 0.87);
  line-height: 1.5em;
}

section.page-card.stories .page-card-box .page-card-list {
  padding: 0 20px 20px 20px;
}

section.page-card.stories .page-card-box .page-card-list li a {
  color: rgba(255, 255, 255, 0.54);
}

section.page-card.cloud {
  padding: 20px;
  min-height: 600px;
  color: white;
  flex-direction: column;
}

@media (max-width: 665.98px) {
  section.page-card.cloud {
    padding: 10px;
  }
}

section.page-card.cloud .page-header-main-image {
  background-color: #030e2e;
}

section.page-card.cloud .page-header-main-image img {
  opacity: .25;
}

section.page-card.cloud .container {
  display: flex;
}

@media (max-width: 665.98px) {
  section.page-card.cloud .container {
    width: 100%;
  }
}

section.page-card.cloud section.page-card-side {
  margin-left: 0;
}

@media (max-width: 665.98px) {
  section.page-card.cloud section.page-card-side {
    width: 100%;
    margin: 0;
  }
}

section.page-card.cloud .page-card-title {
  color: white;
  font-size: 2.2rem;
  padding-bottom: 10px;
}

@media (max-width: 665.98px) {
  section.page-card.cloud .page-card-title {
    font-size: 2.2rem;
  }
}

section.page-card.cloud .page-card-summary {
  color: white;
  padding-bottom: 0;
}

@media (max-width: 665.98px) {
  section.page-card.cloud .page-card-summary {
    font-size: 1rem;
  }
}

section.page-card.cloud .page-header-main-image img {
  top: 0%;
  transform: translate(-50%, 0%);
}

@media (min-width: 666px) {
  section.page-card.cloud .page-header-main-image img {
    width: auto;
  }
}

@media (max-width: 665.98px) {
  section.page-card.cloud .page-header-main-image img {
    width: auto;
  }
}

section.page-card.cloud ul.page-card-list {
  margin-bottom: 25px;
}

section.page-card.cloud ul.page-card-list li {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
}

section.page-card.cloud ul.page-card-list li:first-child {
  padding-left: 1rem !important;
}

section.page-card.cloud .page-triplet-container {
  position: relative;
  padding: 0 0 15px 0;
  display: flex;
}

@media (min-width: 666px) {
  section.page-card.cloud .page-triplet-container {
    flex-direction: column;
  }
}

@media (max-width: 665.98px) {
  section.page-card.cloud .page-triplet-container {
    flex-direction: column;
  }
}

section.page-card.cloud .triplet-card {
  background-color: rgba(43, 103, 168, 0.21);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 0 10px 20px 10px;
  margin: 0 10px;
  border-radius: 0.3rem;
  display: block;
  transition: box-shadow 250ms ease-in-out, background-color 150ms ease-in-out;
}

section.page-card.cloud .triplet-card:hover {
  background-color: rgba(53, 113, 178, 0.96);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

@media (min-width: 666px) {
  section.page-card.cloud .triplet-card {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 665.98px) {
  section.page-card.cloud .triplet-card {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

section.page-card.cloud .triplet-card:first-child {
  margin-left: 0;
}

section.page-card.cloud .triplet-card:last-child {
  margin-right: 0;
}

section.page-card.cloud .triplet-card-info h3,
section.page-card.cloud .triplet-card-info p,
section.page-card.cloud .triplet-card-cta {
  color: white;
}

section.page-card.cloud a.triplet-card-cta {
  display: block;
  position: absolute;
  font-size: .9em;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

section.page-card.cloud a.triplet-card-cta:hover {
  text-decoration: underline;
}

section.page-card.devfund {
  min-height: 450px;
  padding: 140px 0 100px 0;
}

@media (max-width: 665.98px) {
  section.page-card.devfund {
    padding: 100px 0 0 0;
  }
}

@media (max-width: 665.98px) {
  section.page-card.devfund section.page-card-side {
    width: 100%;
    padding: 20px !important;
  }
}

section.page-card.devfund .container {
  display: flex;
}

@media (max-width: 665.98px) {
  section.page-card.devfund .container {
    padding: 0;
  }
}

@media (max-width: 665.98px) {
  section.page-card.devfund .page-header-main-image img {
    width: auto;
  }
}

section.page-card.devfund .page-card-title {
  font-size: 2.2rem;
  padding: 10px 0;
  margin: 10px 0;
  color: #ededef;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

@media (max-width: 665.98px) {
  section.page-card.devfund .page-card-title {
    font-size: 2.2rem;
    padding: 0 0 20px 0;
  }
}

section.page-card.devfund .page-card-summary {
  color: #ededef;
}

section.page-card.devfund .page-card-icon {
  transition: transform 150ms ease-in-out;
  border-color: #b8cfe1;
  transform: translate(-50%, -50%) scale(1.4);
}

section.page-card.devfund .page-card-icon:hover {
  transform: translate(-50%, -50%) scale(1.5);
}

section.page-card.devfund .page-card-icon svg {
  stroke: #646469;
}

@media (max-width: 665.98px) {
  section.page-card.devfund a.page-card-cta {
    display: block;
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
}

section.page-card.support {
  background: linear-gradient(white, transparent) !important;
  min-height: 180px;
  position: absolute;
  z-index: 1;
}

section.page-card.support .page-card-title {
  color: #ededef;
  font-size: 2.2rem;
  margin-top: -50px;
  padding: 0;
}

section.page-card.support .page-card-title:after {
  display: none;
}

section.page-card.support .page-card-title:before {
  font-family: 'FontAwesome';
  font-size: 2rem;
  content: '\f004';
  position: relative;
  right: 20px;
  color: #EB5E28;
}

#widget-scroll {
  position: fixed;
  left: 50%;
  bottom: 15px;
  z-index: 9;
  font-size: 1.8em;
  transform: translateX(-50%);
  color: #9E9FA2;
  animation: swing 2s ease-in-out infinite;
  animation-direction: alternate;
  transition: all 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

#widget-scroll.active {
  opacity: .5;
  visibility: visible;
  cursor: pointer;
}

#widget-scroll.active:hover {
  opacity: 1;
  transform: scale(2);
}

/* BLOG */
.blog-container {
  background-color: #292d32;
}

.blog {
  line-height: 1.8em;
  word-break: break-word;
}

@media (max-width: 665.98px) {
  .blog {
    margin: 0;
    padding: 0;
  }
}

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

.blog img.aligncenter {
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.blog .entry-content {
  font-size: 1.2rem;
}

@media (max-width: 665.98px) {
  .blog .entry-content {
    font-size: 1.1rem;
  }
}

.blog .entry-content a {
  text-decoration: underline;
}

.blog .entry-content .cards-list a {
  text-decoration: none;
}

.blog .entry-content h2 {
  font-size: 2.5rem;
}

.blog .entry-content h3 {
  font-size: 2rem;
}

.blog .entry-content hr {
  background-color: rgba(237, 237, 239, 0.2);
  display: block;
  margin: 25px -5%;
  width: 110%;
}

@media (min-width: 666px) {
  .blog .entry-content hr {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (max-width: 665.98px) {
  .blog .entry-content hr {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.blog .entry-content h1, .blog .entry-content h2, .blog .entry-content h3, .blog .entry-content h4, .blog .entry-content h5, .blog .entry-content h6 {
  margin-top: 56px;
  position: relative;
}

.blog .entry-content h1:after, .blog .entry-content h2:after, .blog .entry-content h3:after, .blog .entry-content h4:after, .blog .entry-content h5:after, .blog .entry-content h6:after {
  content: '';
  width: 5px;
  height: 110%;
  background-color: rgba(237, 237, 239, 0.1);
  position: absolute;
  top: -10%;
  left: -15px;
}

.blog .entry-content h1 + p, .blog .entry-content h2 + p, .blog .entry-content h3 + p, .blog .entry-content h4 + p, .blog .entry-content h5 + p, .blog .entry-content h6 + p {
  margin-top: 15px;
}

.blog .entry-content iframe {
  width: 110%;
  min-height: 440px;
  margin-left: -5%;
  padding: 5px;
  background-color: #1d2124;
}

@media (max-width: 665.98px) {
  .blog .entry-content iframe {
    min-height: 300px;
  }
}

.blog .entry-content .twitter-video, .blog .entry-content iframe {
  width: 110%;
}

@media (max-width: 665.98px) {
  .blog .entry-content .twitter-video, .blog .entry-content iframe {
    width: 100%;
    margin: 0 auto;
    min-height: auto;
  }
}

.blog .entry-content .twitter-video + p, .blog .entry-content iframe + p {
  margin-top: 0;
}

.blog .entry-content .alignleft, .blog .entry-content .alignright {
  margin: 20px 0;
}

.blog-header {
  margin: 40px auto;
  text-align: center;
  position: relative;
}

.blog-header > ul {
  display: inline-block;
  font-size: .8em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 100%;
}

.blog-header > ul:after {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 11px;
  left: 0;
  right: 0;
  background-color: rgba(237, 237, 239, 0.2);
  height: 1px;
  content: '';
}

.blog-header > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  color: #9E9FA2;
  background-color: #292d32;
  white-space: nowrap;
}

.blog-header > ul > li:after {
  display: none;
}

.blog-header > ul > li a {
  color: #9E9FA2;
}

.blog .entry-content,
.blog-comments .comment-body {
  word-break: break-word;
}

.blog .entry-content .wp-caption,
.blog-comments .comment-body .wp-caption {
  max-width: 100%;
}

.blog .entry-content .wp-caption img,
.blog-comments .comment-body .wp-caption img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.blog .entry-content .wp-caption p.wp-caption-text,
.blog-comments .comment-body .wp-caption p.wp-caption-text {
  margin-top: 0;
  font-size: .85em;
  background-color: #1d2124;
  padding: 5px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.blog .entry-content .embed-responsive iframe, .blog .entry-content .wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-block-embed-vimeo.wp-embed-aspect-16-9 .blog .entry-content .wp-block-embed__wrapper iframe, .blog .entry-content .wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-block-embed-youtube.wp-embed-aspect-16-9 .blog .entry-content .wp-block-embed__wrapper iframe,
.blog-comments .comment-body .embed-responsive iframe,
.blog-comments .comment-body .wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed-vimeo.wp-embed-aspect-16-9 .blog-comments .comment-body .wp-block-embed__wrapper iframe,
.blog-comments .comment-body .wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .blog-comments .comment-body .wp-block-embed__wrapper iframe {
  width: 100%;
  margin: 0;
  min-height: initial;
}

.blog .entry-content textarea, .blog .entry-content input,
.blog-comments .comment-body textarea,
.blog-comments .comment-body input {
  background-color: #343a40;
}

.blog .entry-content label,
.blog-comments .comment-body label {
  color: #ededef;
}

.blog-bottom {
  background-color: #1d2124;
  border-top: 2px solid #343a40;
}

.blog-comments-header {
  border-top: thin solid rgba(237, 237, 239, 0.2);
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: .9em;
  color: #BBBBBD;
  text-align: center;
}

.blog-comments-header > span {
  display: inline-block;
  position: relative;
  top: -14px;
  margin: 0 auto;
  background-color: #1d2124;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: .9em;
}

.blog-comments ol, .blog-comments ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-comments-list > li.comment {
  border-top: thin solid rgba(237, 237, 239, 0.2);
}

.blog-comments-list > li.comment:first-child {
  border: none;
  padding-top: 0;
}

.blog-comments-list li.comment {
  display: flex;
  padding: 15px 0;
  line-height: 1.5em;
}

@media (max-width: 665.98px) {
  .blog-comments-list li.comment {
    padding-right: 15px;
  }
}

.blog-comments-list li.comment:after {
  content: '';
}

.blog-comments-list li.comment .comment-author {
  max-width: 80px;
  min-width: 80px;
}

@media (max-width: 665.98px) {
  .blog-comments-list li.comment .comment-author {
    max-width: 60px;
    min-width: 60px;
  }
}

.blog-comments-list li.comment .comment-author img {
  margin: 0 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 3px;
  background-color: #292d32;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 665.98px) {
  .blog-comments-list li.comment .comment-author img {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    padding: 0;
  }
}

.blog-comments-list .comment-body {
  width: 100%;
}

.blog-comments-list > ul.children {
  background-color: #292d32;
  padding-right: 20px;
}

@media (max-width: 665.98px) {
  .blog-comments-list > ul.children {
    margin-left: 0;
    padding-left: 0;
  }
}

.blog-comments-list ul.children {
  padding-left: 20px;
  margin-left: 40px;
  border-left: 3px solid rgba(237, 237, 239, 0.2);
}

@media (max-width: 665.98px) {
  .blog-comments-list ul.children {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 665.98px) {
  .blog-comments-list ul.children ul.children {
    margin-left: 10px;
  }
}

.blog-comments-list ul.children li.comment {
  border: none;
}

.blog-comments-list ul.comment-body-extra {
  display: flex;
  font-size: .9em;
  color: #9E9FA2;
  padding-bottom: 5px;
}

.blog-comments-list ul.comment-body-extra.footer {
  text-align: right;
  padding-bottom: 0;
}

.blog-comments-list ul.comment-body-extra li {
  display: inline-block;
  padding-left: 0;
  margin-left: 10px;
}

.blog-comments-list ul.comment-body-extra li:after {
  content: '';
}

.blog-comments-list ul.comment-body-extra li:first-child {
  padding: 0;
  margin: 0;
}

.blog-comments-list ul.comment-body-extra li.date {
  margin-left: auto;
}

.blog-comments-list.reply-form {
  padding-top: 25px;
}

.blog-comments-list.reply-form h3 {
  display: none;
}

.blog-comments-list.reply-form .comment-body {
  width: 100%;
}

.blog-comments-list.reply-form input.submit {
  margin-top: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px #48b936;
  color: #48b936 !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
}

.blog-comments-list.reply-form input.submit:hover {
  background-color: rgba(72, 185, 54, 0.1);
  box-shadow: inset 0 0 0 2px #65cd55;
  color: #53c841;
  cursor: pointer;
  text-decoration: none;
}

.blog-comments-list.reply-form input.submit:active, .blog-comments-list.reply-form input.submit:focus {
  box-shadow: inset 0 0 0 1px #65cd55;
  background-color: rgba(72, 185, 54, 0.3);
  color: #bdffb3;
}

.blog-comments-list.reply-form input.submit:active i, .blog-comments-list.reply-form input.submit:focus i {
  color: currentColor;
}

.blog-comments-list.reply-form input.submit:active {
  background-color: #317e25;
  outline: none;
}

.blog-comments-list.reply-form input.submit i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.blog-comments-list.reply-form input.submit i svg {
  max-width: 12px;
}

.blog-comments-list.reply-form input.submit small {
  font-size: .6em;
}

.blog-comments .comment-form label {
  margin: 0;
}

.blog-comments .comment-form .logged-in-as {
  float: right;
  font-size: .9em;
}

.blog-comments .comment-form .comment-form-comment {
  margin: 0;
}

.blog-comments .comment-form textarea, .blog-comments .comment-form input[type="text"] {
  width: 100%;
  padding: 6px 6px 6px 10px;
  border: thin solid #1d2124;
}

.blog-comments .comment-form textarea {
  min-height: 100px;
}

.blog-comments .comment-form input[type='submit'] {
  margin-top: 15px;
}

.blog-comments .comment-replying {
  color: #9E9FA2;
  display: block;
  font-size: .9em;
  padding-bottom: 5px;
}

.blog-comments .comment-replying a {
  color: #9E9FA2;
}

.blog-comments-list + .reply-form {
  border-top: 3px double rgba(237, 237, 239, 0.3);
}

.blog-social {
  border-top: thin solid rgba(237, 237, 239, 0.2);
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: .9em;
  color: #BBBBBD;
  text-align: center;
}

.blog-social > span {
  display: inline-block;
  position: relative;
  top: -14px;
  margin: 0 auto;
  background-color: #1d2124;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: .9em;
}

.blog-social > ul {
  display: flex;
  justify-content: space-around;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 665.98px) {
  .blog-social > ul {
    flex-wrap: wrap;
  }
}

.blog-social > ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}

.blog-social > ul li:after {
  display: none;
}

.blog-social > ul li a {
  color: #9E9FA2;
  display: flex;
  flex-direction: column;
  padding: 10px 25px;
  transition: color 150ms ease-in-out;
  text-decoration: none;
}

.blog-social > ul li a:hover {
  color: #13b6fb;
}

@media (max-width: 665.98px) {
  .blog-social > ul li a {
    padding-top: 25px;
  }
}

.blog-social > ul li i {
  font-size: 1.5em;
  padding-bottom: 5px;
}

.blog-search {
  float: right;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 665.98px) {
  .blog-search {
    margin: 10px 0;
    width: 100%;
  }
}

.blog-search input {
  margin: 0;
  padding: 5px 10px;
  background-color: #1d2124;
  border: thin solid #343a40;
  border-radius: 3px;
  font-size: 0.9rem;
}

.blog-search input::-webkit-input-placeholder {
  color: #BBBBBD !important;
}

@media (max-width: 665.98px) {
  .blog-search input, .blog-search form {
    display: inline-flex;
    width: 100%;
    background-color: #292d32;
  }
}

.blog-navigation {
  clear: both;
}

.blog-navigation:after {
  clear: both;
  display: block;
  content: ' ';
}

.blog-navigation a {
  align-items: center;
  color: rgba(237, 237, 239, 0.4);
  display: flex;
  flex: 1 0 auto;
  padding: 10px 5px;
  width: 50%;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}

.blog-navigation a:hover {
  color: #13b6fb;
  text-decoration: none;
}

@media (max-width: 665.98px) {
  .blog-navigation a {
    width: 100%;
  }
}

.blog-navigation a + a {
  justify-content: flex-start;
  max-width: 50%;
}

.blog-navigation a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  padding: 15px;
}

.blog-navigation a[rel='next'] {
  justify-content: flex-end;
  text-align: right;
}

.blog-navigation a i {
  font-size: 2em;
  padding: 15px;
}

.blog-navigation.single {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

@media (max-width: 665.98px) {
  .blog-navigation.single {
    flex-direction: column;
  }
}

.blog-navigation.posts {
  flex-direction: row-reverse;
}

.blog-navigation.posts.is-first-page a {
  justify-content: flex-start;
}

.blog-navigation.posts a {
  justify-content: flex-end;
}

.blog-navigation.posts a + a {
  justify-content: flex-start;
}

.page-announcement-main.large .page-footer-main-title .title-head span.text-background,
.page-announcement-main.large .page-footer-main-text span.text-background {
  border-radius: 3px;
  padding: 3px 0 5px 0;
  background-color: rgba(210, 210, 215, 0.9);
  box-shadow: 0.5em 0 0 rgba(210, 210, 215, 0.9), -0.5em 0 0 rgba(210, 210, 215, 0.9);
  box-decoration-break: clone;
  color: white;
}

.features-content {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0.025) 0px 15px 20px -1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0.025) 0px 15px 20px -1px;
  background-color: #343a40;
  border-radius: 0.6rem;
}

.features-content.intro {
  font-size: 1.2em;
}

.features-cards {
  margin-top: 20px;
}

.features-cards h1 {
  padding-left: 10px;
}

.features-cards .cards-list-item-excerpt {
  font-size: 16px;
  padding-top: 5px;
}

.features-nav {
  position: sticky;
  top: 50px;
  width: 100%;
}

.features-nav ul, .features-nav ul li, .features-nav ul li a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ededef;
}

.features-nav ul:after, .features-nav ul li:after, .features-nav ul li a:after {
  content: '';
}

.features-nav a {
  display: flex;
  width: 100%;
}

.features-nav ul.nav {
  border-left: 3px solid rgba(237, 237, 239, 0.33);
}

.features-nav ul.nav > li {
  margin-top: 10px;
  /* Feature Category (Cycles, Eevee, etc) */
  /* Feature Detail (Bake, GPU, etc) */
}

.features-nav ul.nav > li:first-child {
  border: none;
  margin-top: 0;
}

.features-nav ul.nav > li > a {
  display: flex;
  font-size: 1.25em;
  padding: 10px 15px;
}

.features-nav ul.nav > li.active > a {
  color: #13b6fb;
}

.features-nav ul.nav > li > ul > li > a {
  padding: 7px 15px 7px 35px;
}

.features-nav ul.nav > li > ul > li > a:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 17px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #BBBBBD;
  transition: all 100ms ease-in-out;
}

.features-nav ul.nav > li > ul > li > a:hover:before {
  background-color: #13b6fb;
}

.features-nav ul.nav > li > ul > li.active > a {
  color: #13b6fb;
}

.features-nav ul.nav > li > ul > li.active > a:before {
  width: 7px;
  height: 7px;
  background-color: #13b6fb;
  top: 14px;
  left: 16px;
}

.features-index .category-row {
  display: flex;
  width: 100%;
  padding: 10px;
}

@media (max-width: 665.98px) {
  .features-index .category-row {
    flex-direction: column;
  }
}

.features-index .category-row a {
  color: #9E9FA2;
}

.features-index .category-row a:hover {
  color: #13b6fb;
  text-decoration: underline;
}

.features-index .category-row .category-title, .features-index .category-row .category-sub-title {
  font-weight: bold;
  max-width: 100px;
  min-width: 100px;
  text-align: right;
}

@media (max-width: 665.98px) {
  .features-index .category-row .category-title, .features-index .category-row .category-sub-title {
    margin-bottom: 20px;
  }
}

.features-index .category-row .category-sub-row {
  display: flex;
  flex: 1;
  margin: 0 0 0 20px;
  padding: 0 10px;
}

.features-index .category-row .category-sub-row a {
  color: #646469;
}

.features-index .category-row .category-sub-details {
  border-left: 3px solid rgba(237, 237, 239, 0.1);
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 0 0 10px;
  padding: 0;
}

.features-index .category-row .category-sub-details > li {
  padding: 0 10px;
}

.features-index .category-row .category-sub-details > li a {
  color: #13b6fb;
}

.cards-list.features-category .js-isolify {
  cursor: pointer;
}

.cards-list.features-category .cards-list-item-outer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cards-list.features-category .cards-list-item-pretitle {
  color: #9E9FA2;
}

.cards-list.features-category .cards-list-item-pretitle a {
  color: #9E9FA2;
}

.cards-list.features-category .cards-list-item-pretitle i {
  color: #BBBBBD;
  font-size: .8em;
  padding: 0 5px;
}

.cards-list.features-category .cards-list-item-title {
  font-size: 20px;
  padding-top: 20px;
}

.cards-list.features-category .cards-list-item-description {
  font-size: 16px;
}

.cards-list.features-category a.cards-list-item-title:hover {
  color: #ededef;
}

.cards-list.features-category .cards-list-item-thumbnail:hover img {
  transform: initial;
}

.cards-list.features-category .subcat .cards-list-item-inner .cards-list-item-title {
  font-size: 1.7rem;
  font-weight: normal;
}

.cards-list-item-label {
  background-color: rgba(237, 237, 239, 0.05);
  border-radius: 0.25rem;
  color: rgba(237, 237, 239, 0.66);
  float: right;
  font-size: .9rem;
  font-weight: normal;
  line-height: 1.8em;
  padding: 0 15px;
}

.nav a .cards-list-item-label {
  font-size: .65rem;
  font-weight: bold;
  padding: 0 5px;
  float: unset;
  line-height: 1em;
  background-color: unset;
}

/* Release Logs */
.release-logs-header {
  position: relative;
  overflow: hidden;
}

.release-logs-header-background {
  background-size: cover;
  bottom: -15px;
  filter: blur(15px);
  left: -30px;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 0;
}

.release-logs-header-info {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}

.release-logs-header .featured-overlay {
  background-color: rgba(34, 34, 51, 0.7);
}

.release-logs .cards-list-item-excerpt {
  font-size: 1.1rem;
}

.features__releaselogs-splash_image {
  align-self: baseline;
  cursor: pointer;
  margin-bottom: 25px;
  padding-top: 25px;
  position: relative;
  text-align: center;
}

.features__releaselogs-splash_image:hover .features__releaselogs_section-thumbnail-credits {
  opacity: 1;
}

.features__releaselogs-splash_image img {
  background-color: #222;
  border-radius: 0.6rem;
  max-width: 501px;
}

@media (max-width: 665.98px) {
  .features__releaselogs-splash_image img {
    width: 100%;
  }
}

.features__releaselogs_introduction {
  display: flex;
}

@media (max-width: 665.98px) {
  .features__releaselogs_introduction {
    flex-direction: column;
  }
}

.features__releaselogs_introduction-box {
  color: white;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin: 25px;
  padding: 0 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 665.98px) {
  .features__releaselogs_introduction-box {
    margin: 0;
  }
}

.features__releaselogs_introduction-box p {
  padding-bottom: 5px;
}

.features__releaselogs_introduction-box ul {
  padding-left: 20px;
}

.features__releaselogs_introduction-box ul + p {
  padding-top: 15px;
}

.features__releaselogs_introduction-box ul > li {
  margin-bottom: 3px;
}

.features__releaselogs_introduction-box ul > li:after {
  content: '·';
  color: white;
  left: -15px;
}

.features__releaselogs_introduction-text {
  padding: 0 10px 10px;
  font-size: 1.1em;
}

.features__releaselogs_introduction-text a {
  color: white;
  text-decoration: underline;
}

.features__releaselogs_introduction-text a:hover {
  color: #5ecdfc;
}

.features__releaselogs_introduction-text ul li:last-child {
  margin-bottom: 0;
}

.features__releaselogs_introduction-download_container {
  align-items: center;
  border-top: thin solid #646469;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-top: 15px;
}

.features__releaselogs_introduction-download_button {
  border-radius: 0.6rem;
  color: rgba(255, 255, 255, 0.87) !important;
  display: block;
  flex: 1;
  font-weight: bold;
  text-align: center;
}

.features__releaselogs_introduction-download_button:hover {
  color: white !important;
  text-decoration: underline;
}

.features__releaselogs_introduction-download_old, .features__releaselogs_introduction-download_old:visited {
  color: rgba(255, 255, 255, 0.54);
  display: inline-block;
  flex: 1;
  text-align: center;
}

.features__releaselogs_introduction-download_old:hover, .features__releaselogs_introduction-download_old:visited:hover {
  color: rgba(255, 255, 255, 0.87);
  text-decoration: underline;
}

.features__releaselogs_index {
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 665.98px) {
  .features__releaselogs_index {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.features__releaselogs_whatsnew {
  text-align: center;
  width: 100%;
}

.features__releaselogs_whatsnew span.text-overlay {
  animation: huerotate 10s linear infinite;
  background: linear-gradient(to right, #00cccc, violet);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.features__releaselogs_section {
  background-color: #292d32;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 10px;
  position: relative;
  /* Give text on tabs same color as the rest. */
}

@media (min-width: 1024px) {
  .features__releaselogs_section {
    padding: 5rem 1rem;
  }
}

.features__releaselogs_section hr {
  width: 100%;
  margin: 15px auto;
}

.features__releaselogs_section .nav-link {
  color: currentColor;
  opacity: .6;
}

.features__releaselogs_section .nav-link.active {
  color: currentColor;
  opacity: 1;
}

.features__releaselogs_section.odd {
  background-color: #343a40;
}

.features__releaselogs_section.odd .cards-list-item-inner {
  background-color: #292d32;
}

.features__releaselogs_section.compatibility-warning {
  border-top: 2px solid rgba(235, 94, 40, 0.2);
}

.features__releaselogs_section.compatibility-warning .features__releaselogs_section-title {
  color: #EB5E28;
}

.features__releaselogs_section.compatibility-warning .features__releaselogs_section-title:after {
  background-color: #EB5E28;
}

.features__releaselogs_section.minor-feature, .features__releaselogs_section.compatibility-warning {
  padding-bottom: 25px;
  padding-top: 25px;
}

.features__releaselogs_section.minor-feature .features__releaselogs_section-description, .features__releaselogs_section.compatibility-warning .features__releaselogs_section-description {
  padding-bottom: 0;
}

.features__releaselogs_section.minor-feature .description-text, .features__releaselogs_section.compatibility-warning .description-text {
  font-size: 16px;
}

.features__releaselogs_section.minor-feature .features__releaselogs_section-title, .features__releaselogs_section.compatibility-warning .features__releaselogs_section-title {
  font-size: 1.5em;
}

.features__releaselogs_section.major-feature .features__releaselogs_section-title {
  margin-bottom: 15px;
}

.features__releaselogs_section.major-feature .features__releaselogs_section-intro {
  flex-direction: column-reverse;
}

.features__releaselogs_section.major-feature .features__releaselogs_section-intro ul {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

.features__releaselogs_section.major-feature .description-text {
  font-size: 21px;
}

.features__releaselogs_section.major-feature .features__releaselogs_section-thumbnail {
  width: 100%;
}

.features__releaselogs_section.major-feature .features__releaselogs_section-thumbnail img {
  max-height: 680px;
}

.features__releaselogs_section.major-feature .features__releaselogs_section-gallery {
  justify-content: center;
}

.features__releaselogs_section-box {
  display: flex;
  flex-direction: column;
}

.features__releaselogs_section-description {
  clear: both;
  display: block;
  padding: 0 50px 30px;
  width: 100%;
  word-break: break-word;
}

.features__releaselogs_section-description:after {
  clear: both;
  display: block;
  content: ' ';
}

@media (max-width: 665.98px) {
  .features__releaselogs_section-description {
    width: 100%;
    margin-top: 15px;
    padding: 0 0 30px;
  }
}

.features__releaselogs_section-description ul {
  margin-bottom: 15px;
}

.features__releaselogs_section-description .description-text {
  font-size: 18px;
  max-width: 700px;
}

@media (min-width: 1024px) {
  .features__releaselogs_section-description .description-text {
    max-width: 1000px;
  }
}

.features__releaselogs_section-description .description-text img {
  max-width: 100%;
}

.features__releaselogs_section-description .description-text a {
  color: currentColor;
  text-decoration: underline;
}

.features__releaselogs_section-description .read-more {
  color: currentColor;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: .5;
  padding: 5px 0;
}

@media (max-width: 665.98px) {
  .features__releaselogs_section-description .read-more {
    display: block;
    text-align: center;
  }
}

.features__releaselogs_section-description .read-more:hover {
  border-color: #ff8844;
}

.features__releaselogs_section-intro {
  display: flex;
}

@media (max-width: 665.98px) {
  .features__releaselogs_section-intro {
    flex-direction: column;
  }
}

.features__releaselogs_section-intro.section-flip {
  flex-direction: row-reverse;
}

@media (max-width: 665.98px) {
  .features__releaselogs_section-intro.section-flip {
    flex-direction: column;
  }
}

.features__releaselogs_section-title, .features__releaselogs_section-title:visited {
  color: currentColor;
  display: inline-block;
  font-size: 1.8em;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 665.98px) {
  .features__releaselogs_section-title, .features__releaselogs_section-title:visited {
    font-size: 1.5em;
    padding-top: 10px;
  }
}

.features__releaselogs_section-title:hover, .features__releaselogs_section-title:visited:hover {
  color: inherit;
}

.features__releaselogs_section-title:hover span, .features__releaselogs_section-title:visited:hover span {
  opacity: 1;
}

.features__releaselogs_section-title span, .features__releaselogs_section-title:visited span {
  color: #13b6fb;
  font-size: .7em;
  opacity: 0;
  padding: 5px;
  position: absolute;
  right: -35px;
  top: 2px;
}

.features__releaselogs_section-title span:hover, .features__releaselogs_section-title:visited span:hover {
  color: #45c6fc;
}

.features__releaselogs_section-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
  width: 100%;
}

.features__releaselogs_section-gallery figure {
  background-color: #343a40;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 10px;
  max-height: 120px;
  max-width: 202.8px;
  overflow: hidden;
  position: relative;
}

.features__releaselogs_section-gallery figure img {
  min-width: 120px;
  min-height: 120px;
  object-fit: cover;
  transition: opacity 150ms ease-in-out;
}

.features__releaselogs_section-gallery figure:hover {
  cursor: pointer;
}

.features__releaselogs_section-gallery figure:hover img {
  opacity: .8;
}

.features__releaselogs_section-gallery figure i.gallery-item-icon {
  bottom: 15px;
  color: white;
  font-size: 1.2rem;
  left: 15px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.features__releaselogs_section-thumbnail {
  align-items: flex-start;
  align-self: baseline;
  cursor: zoom-in;
  display: flex;
  justify-content: center;
  min-width: 350px;
  position: relative;
  width: 350px;
}

@media (max-width: 665.98px) {
  .features__releaselogs_section-thumbnail {
    min-width: auto;
    width: 100%;
  }
}

@media (min-width: 666px) {
  .features__releaselogs_section-thumbnail {
    min-width: auto;
  }
}

.features__releaselogs_section-thumbnail:hover .features__releaselogs_section-thumbnail-credits {
  opacity: 1;
}

.features__releaselogs_section-thumbnail img {
  border-radius: 0.6rem;
  max-width: 100%;
  max-height: 300px;
  display: inline-block;
  object-fit: contain;
}

.features__releaselogs_section-thumbnail-credits {
  background-color: #ededef;
  border-radius: 2px;
  bottom: 10px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.87);
  font-size: .7em;
  left: 50%;
  opacity: 0;
  padding: 2px 5px;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 250ms ease-in-out;
  z-index: 1;
}

.features__releaselogs_section-thumbnail-credits a {
  color: rgba(255, 255, 255, 0.87);
}

.support-container {
  background-color: #343a40;
  position: relative;
  z-index: 1;
}

.section-background {
  position: relative;
}

@media (min-width: 1024px) {
  .section-background {
    position: absolute;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    top: 0;
  }
}

.section-background img {
  margin-bottom: 3rem;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .section-background img {
    margin-bottom: 0;
    max-width: unset;
  }
}

@media (min-width: 1024px) {
  .bg-align-left {
    left: 0;
    right: calc(50vw - (50vw - 50%));
  }
  .bg-align-left img {
    float: right;
  }
}

@media (min-width: 1024px) {
  .bg-align-right {
    left: calc(50vw - (50vw - 50%));
    right: 0;
  }
}

.box-align-left, .box-align-right {
  width: 100%;
}

@media (min-width: 1024px) {
  .box-align-left {
    margin-left: auto;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .box-align-right {
    width: 50%;
  }
}

/* Support - listing cards (tutorials, user-stories, etc) */
.container.listing_cards .row + .row {
  margin-top: 20px !important;
}

.support__listing_section {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.support__listing_section h2 {
  margin: 0;
  width: 100%;
}

.support__listing_section p {
  position: initial;
  margin: 0;
}

.support__listing_section-item-regular, .support__listing_section-item-featured {
  width: 50%;
  margin: 25px 0 5px 0;
}

@media (max-width: 665.98px) {
  .support__listing_section-item-regular, .support__listing_section-item-featured {
    width: 100%;
  }
}

@media (min-width: 666px) {
  .support__listing_section-item-regular, .support__listing_section-item-featured {
    width: 100%;
  }
}

.support__listing_section-item-regular-title, .support__listing_section-item-featured-title {
  display: block;
  margin: 0 0 5px 0 !important;
  padding: 0 15px 0 0;
  font-size: 1.6em;
}

.support__listing_section-item-regular-description, .support__listing_section-item-featured-description {
  display: block;
  margin: 0;
  padding: 0 15px 0 0;
  line-height: 1.6em;
}

.support__listing_section-item-regular-description p, .support__listing_section-item-featured-description p {
  margin-bottom: 15px;
}

.support__listing_section-item-regular-thumbnail, .support__listing_section-item-featured-thumbnail {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}

.support__listing_section-item-regular-thumbnail:hover, .support__listing_section-item-featured-thumbnail:hover {
  opacity: 0.9;
}

.support__listing_section-item-regular-thumbnail img, .support__listing_section-item-featured-thumbnail img {
  border-radius: 3px;
}

.support__listing_section-item-featured {
  width: 100%;
  padding: 0 0 20px 0;
  border-bottom: thin solid white;
}

.support__listing_section-item-featured-title {
  display: block;
  margin: 0 0 5px 0 !important;
  padding: 0 15px 0 0;
  font-size: 2.3em;
}

@media (max-width: 665.98px) {
  .support__listing_section-item-featured-title {
    font-size: 1.8em;
  }
}

@media (min-width: 666px) {
  .support__listing_section-item-featured-title {
    font-size: 1.8em;
  }
}

.support__listing_section-item-featured-thumbnail {
  max-width: 50%;
}

@media (max-width: 665.98px) {
  .support__listing_section-item-featured-thumbnail {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 666px) {
  .support__listing_section-item-featured-thumbnail {
    width: 100%;
    margin-bottom: 15px;
  }
}

.support__listing_section-item-featured-thumbnail img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
}

.support__listing_section-item-featured-description {
  font-size: 1.2em;
  padding: 10px 15px 0 0;
}

.page-announcement-main.large.header-community {
  justify-content: space-around;
}

.page-announcement-main.large.header-community .page-footer-main-title .title-head span {
  position: relative;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), white 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5em;
}

.page-announcement-main.large.header-community .page-footer-main-title .title-head span:after {
  content: '- Famous space ranger';
  position: absolute;
  top: 100%;
  right: 10px;
  font-size: .33em;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), white 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-announcement-main.large.header-community .page-footer-main-text {
  margin: 0 auto 120px auto;
}

.community {
  position: relative;
  top: -100px;
  width: 100%;
}

@media (min-width: 888px) {
  .community {
    width: 80%;
  }
}

.community .cards-list {
  margin-top: 0;
}

@media (max-width: 665.98px) {
  .community .cards-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.community .cards-list-item-outer {
  min-width: 50%;
}

@media (min-width: 1024px) {
  .community .cards-list-item-outer {
    width: 50%;
  }
}

.community .cards-list-item-inner {
  position: relative;
}

.community .cards-list-item-inner.has-thumbnail .cards-list-item-title,
.community .cards-list-item-inner.has-thumbnail .cards-list-item-excerpt {
  margin-left: 100px;
  padding-left: 20px;
}

.community .cards-list-item-inner.has-thumbnail .cards-list-item-url {
  padding-left: 120px;
}

.community .cards-list-item-title:hover {
  color: #13b6fb;
}

.community .cards-list-item-thumbnail {
  position: absolute;
  left: 10px;
  top: -33.333%;
  top: -10px;
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.community .cards-list-item-thumbnail img {
  background-color: white;
  height: 100%;
  object-fit: cover;
}

.community .cards-list-item-excerpt {
  flex: 1;
  padding-top: 0;
}

.community .cards-list-item-url {
  display: flex;
  align-items: center;
  background-color: rgba(41, 45, 50, 0.6);
  border-top: thin solid #1d2124;
  font-size: .8em;
  padding: 5px 10px 5px 20px;
  margin-top: 5px;
  color: #9E9FA2;
}

.community .cards-list-item-url:hover {
  color: #13b6fb;
}

.community .cards-list-item-url span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.community .cards-list-item-url img {
  margin-right: 10px;
  border-radius: 3px;
  max-width: 16px;
  max-height: 16px;
}

.community-group {
  position: relative;
  margin-bottom: 45px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding-left: 3px;
  padding-right: 3px;
  order: 2;
}

@media (max-width: 665.98px) {
  .community-group {
    padding-left: 0;
  }
}

.community-group.en {
  order: 1;
}

.community-group.active {
  order: 0;
  box-shadow: none;
  border-radius: 0;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.community-group.active:after {
  content: 'OTHER LANGUAGES';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #646469;
  background-color: #222629;
  padding: 0 25px;
}

.community-group.active .community-name {
  font-size: 1.8em;
  background-color: transparent;
  box-shadow: none;
}

.community-group.active .community-name a {
  color: white;
}

.community-group-list {
  display: flex;
  flex-direction: column;
}

.community-name {
  font-size: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 5px 15px;
  background-color: #222629;
  border-radius: 3px;
  position: relative;
  left: 10px;
  top: -15px;
}

@media (max-width: 665.98px) {
  .community-name {
    padding: 5px 10px;
  }
}

.page-announcement-main.download {
  background-color: #333;
  background-position: center 80%;
  background-size: cover;
  justify-content: center;
  overflow: initial;
  min-height: 380px;
}

@media (max-width: 665.98px) {
  .page-announcement-main.download {
    background-position: center 78%;
    background-size: initial;
  }
}

.page-announcement-main.download.with-rc {
  background-position: center 0;
  padding: 50px 0;
}

.page-announcement-main.download h1 {
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: 10px;
  background: transparent;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 665.98px) {
  .page-announcement-main.download h1 {
    font-size: 2.2em;
  }
}

.page-announcement-main.download .page-announcement-main-overlay {
  background-image: linear-gradient(transparent, #111316);
  bottom: 0;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
}

.page-announcement-main.download [class*="dl-os-"] {
  display: none;
}

.page-announcement-main.download .dl-os-windows {
  display: block;
}

.page-announcement-main.download .dl-os-windows.active {
  display: block;
}

.page-announcement-main.download .dl-os-windows .dl-header-other .ot.windows,
.page-announcement-main.download .dl-os-macos .dl-header-other .ot.macos,
.page-announcement-main.download .dl-os-linux .dl-header-other .ot.linux {
  display: none;
}

.page-announcement-main.download .dl-os-windows .dl-header-other-list .os.windows,
.page-announcement-main.download .dl-os-macos .dl-header-other-list .os.macos,
.page-announcement-main.download .dl-os-linux .dl-header-other-list .os.linux {
  box-shadow: inset 2px 0 #13b6fb;
}

.page-announcement-main.download .dl-header-cta {
  padding: 15px 0;
  position: relative;
}

.page-announcement-main.download .dl-header-cta-button {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: #13b6fb;
  box-shadow: 0 4px 0 0 #04a7eb;
  font-size: 1.5rem;
}

.page-announcement-main.download .dl-header-cta-button:focus {
  color: white !important;
}

.page-announcement-main.download .dl-header-cta-button:hover {
  background-color: rgba(19, 182, 251, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #45c6fc;
  box-shadow: 0 4px 0 0 #04aef5;
}

.page-announcement-main.download .dl-header-cta-button:active, .page-announcement-main.download .dl-header-cta-button:focus {
  box-shadow: inset 0 0 0 1px #45c6fc;
  background-color: rgba(19, 182, 251, 0.3);
  color: #ffb3b3;
  background-color: #04a7eb;
  box-shadow: 0 4px 0 0 #04a7eb;
}

.page-announcement-main.download .dl-header-cta-button:active i, .page-announcement-main.download .dl-header-cta-button:focus i {
  color: currentColor;
}

.page-announcement-main.download .dl-header-cta-button:active {
  background-color: #0387be;
  outline: none;
}

.page-announcement-main.download .dl-header-cta-button i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.page-announcement-main.download .dl-header-cta-button i svg {
  max-width: 12px;
}

.page-announcement-main.download .dl-header-cta-button small {
  font-size: .6em;
}

.page-announcement-main.download .dl-header-cta-button:hover, .page-announcement-main.download .dl-header-cta-button:active, .page-announcement-main.download .dl-header-cta-button:focus {
  color: #fff !important;
}

.page-announcement-main.download .dl-header-info {
  margin: 15px auto 30px;
  padding: 0;
  text-shadow: 1px 1px 0 rgba(237, 237, 239, 0.2), 1px 1px 25px black, 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.page-announcement-main.download .dl-header-info li {
  display: inline-block;
  margin: 0 4px;
  padding: 0 4px;
  user-select: none;
}

.page-announcement-main.download .dl-header-info li::after {
  color: rgba(255, 255, 255, 0.87);
  content: '·';
  left: 10px;
  position: relative;
  user-select: none;
}

.page-announcement-main.download .dl-header-info li:last-child::after {
  display: none;
}

.page-announcement-main.download .dl-header-info li:last-child {
  text-decoration: underline;
}

.page-announcement-main.download .dl-header-info li.active {
  color: #13b6fb;
}

.page-announcement-main.download .dl-header-info-platform {
  background-color: #333;
  border-radius: 0.3rem;
  box-shadow: 1px 1px 0 rgba(237, 237, 239, 0.2), 0 10px 25px #111316;
  color: rgba(255, 255, 255, 0.87);
  font-size: .9em;
  left: 50%;
  opacity: 0;
  padding: 10px 25px;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 150ms ease-in-out;
  visibility: hidden;
  white-space: nowrap;
  z-index: 2;
}

.page-announcement-main.download .dl-header-info-platform small {
  color: rgba(255, 255, 255, 0.54);
  display: inline-block;
}

.page-announcement-main.download .dl-header-info-platform small.checksum {
  padding-left: 15px;
}

.page-announcement-main.download .dl-header-info-platform small.checksum a {
  color: rgba(255, 255, 255, 0.54);
}

.page-announcement-main.download .dl-header-info-platform small.checksum a:hover {
  text-decoration: underline;
}

.page-announcement-main.download .dl-header-info-platform.active {
  opacity: 1;
  visibility: visible;
}

.page-announcement-main.download .dl-header-other {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.87);
  color: rgba(255, 255, 255, 0.87) !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: #333;
  box-shadow: 0 4px 0 0 #242424;
  font-size: 0.9rem;
  padding: .5rem 1rem;
}

.page-announcement-main.download .dl-header-other:focus {
  color: white !important;
}

.page-announcement-main.download .dl-header-other:hover {
  background-color: rgba(51, 51, 51, 0.1);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.87);
  color: rgba(255, 255, 255, 0.87);
  cursor: pointer;
  text-decoration: none;
  background-color: #4d4d4d;
  box-shadow: 0 4px 0 0 #292929;
}

.page-announcement-main.download .dl-header-other:active, .page-announcement-main.download .dl-header-other:focus {
  box-shadow: inset 0 0 0 1px #4d4d4d;
  background-color: rgba(51, 51, 51, 0.3);
  color: #ffb3b3;
  background-color: #242424;
  box-shadow: 0 4px 0 0 #242424;
}

.page-announcement-main.download .dl-header-other:active i, .page-announcement-main.download .dl-header-other:focus i {
  color: currentColor;
}

.page-announcement-main.download .dl-header-other:active {
  background-color: #0d0d0d;
  outline: none;
}

.page-announcement-main.download .dl-header-other i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.page-announcement-main.download .dl-header-other i svg {
  max-width: 12px;
}

.page-announcement-main.download .dl-header-other small {
  font-size: .6em;
}

.page-announcement-main.download .dl-header-other:hover {
  color: rgba(255, 255, 255, 0.87);
}

.page-announcement-main.download .dl-header-other:hover span.ot {
  color: rgba(255, 255, 255, 0.87);
}

.page-announcement-main.download .dl-header-other span.ot {
  background-color: transparent;
  box-shadow: none;
  color: white;
}

.page-announcement-main.download .dl-header-other i {
  font-size: 1.15em;
  left: 5px;
  top: 1px;
  position: relative;
}

.page-announcement-main.download .dl-header-other-list {
  background-color: #333;
  border: thin solid #333;
  border-radius: 0.3rem;
  border-top: 2px solid #646469;
  box-shadow: 1px 1px 0 rgba(237, 237, 239, 0.2), 0 10px 25px #111316;
  list-style: none;
  left: 50%;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  transform: translateX(-50%);
  transition: opacity 150ms ease-in-out;
  visibility: hidden;
  white-space: nowrap;
  z-index: 2;
}

.page-announcement-main.download .dl-header-other-list::before {
  border: 7px solid #646469;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  content: ' ';
  left: 50%;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
}

.page-announcement-main.download .dl-header-other-list.active {
  opacity: 1;
  visibility: visible;
}

.page-announcement-main.download .dl-header-other-list.rc {
  border-top-color: #00b3b3;
}

.page-announcement-main.download .dl-header-other-list.rc::before {
  border-bottom-color: #00b3b3;
}

.page-announcement-main.download .dl-header-other-list.rc em {
  color: #00d6d6;
  font-style: normal;
  font-weight: bold;
  padding-right: 10px;
}

.page-announcement-main.download .dl-header-other-list.rc li:hover a,
.page-announcement-main.download .dl-header-other-list.rc li:hover a em,
.page-announcement-main.download .dl-header-other-list.rc li:hover a span, .page-announcement-main.download .dl-header-other-list.rc li.os:hover::before {
  color: #00f5f5;
}

.page-announcement-main.download .dl-header-other-list a {
  align-items: center;
  color: white;
  display: flex;
  font-size: .85em;
  padding: 10px 15px 10px 45px;
}

.page-announcement-main.download .dl-header-other-list li {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-announcement-main.download .dl-header-other-list li:after {
  clear: both;
  display: block;
  content: ' ';
}

.page-announcement-main.download .dl-header-other-list li:first-child {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.page-announcement-main.download .dl-header-other-list li:last-child {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.page-announcement-main.download .dl-header-other-list li:nth-child(3) {
  border-top: thin solid rgba(255, 255, 255, 0.1);
}

.page-announcement-main.download .dl-header-other-list li:hover a,
.page-announcement-main.download .dl-header-other-list li:hover a span, .page-announcement-main.download .dl-header-other-list li.os:hover::before {
  color: #33c2ff;
}

.page-announcement-main.download .dl-header-other-list li.separator {
  border-top: thin solid rgba(255, 255, 255, 0.1);
}

.page-announcement-main.download .dl-header-other-list li.os::before {
  color: rgba(255, 255, 255, 0.54);
  font-family: 'FontAwesome';
  font-size: .9em;
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 9px;
}

.page-announcement-main.download .dl-header-other-list li.os.windows::before {
  content: '\f17a';
}

.page-announcement-main.download .dl-header-other-list li.os.macos::before {
  content: '\f179';
}

.page-announcement-main.download .dl-header-other-list li.os.linux::before {
  content: '\f17c';
}

.page-announcement-main.download .dl-header-other-list li.os.steam::before {
  content: '\f1b6';
}

.page-announcement-main.download .dl-header-other-list li.os.source {
  background-color: #2a2a2a;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.page-announcement-main.download .dl-header-other-list li.os.source a {
  color: rgba(255, 255, 255, 0.87);
}

.page-announcement-main.download .dl-header-other-list li.os.source a:hover {
  color: #33c2ff;
}

.page-announcement-main.download .dl-header-other-list li.os.source::before {
  content: '\f121';
}

.page-announcement-main.download .dl-header-other-list li span {
  background: none;
  box-shadow: none;
  display: block;
  line-height: initial;
  padding: 3px 0;
  text-align: right;
  text-shadow: none;
}

.page-announcement-main.download .dl-header-other-list li span.name {
  color: #fff;
  flex: 1 0 auto;
  margin-right: auto;
  padding-right: 25px;
  text-align: left;
}

.page-announcement-main.download .dl-header-other-list li span.build {
  color: rgba(255, 255, 255, 0.87);
  margin-left: auto;
}

.page-announcement-main.download .dl-header-other-list li span.size {
  color: rgba(255, 255, 255, 0.38);
  min-width: 65px;
}

.dl-rc-container {
  background-color: rgba(26, 26, 26, 0.9);
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 10px, transparent 10px, transparent 20px);
  border-radius: 0.3rem;
  border-top: thick solid #00b3b3;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), 0 10px 25px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  margin: 50px auto 0;
  padding: 20px 50px;
  position: relative;
  z-index: 1;
}

.dl-rc-container a, .dl-rc-container .js-toggle-menu {
  color: #00cccc;
  text-decoration: underline;
}

.dl-rc-container a:hover, .dl-rc-container a.active, .dl-rc-container .js-toggle-menu:hover, .dl-rc-container .js-toggle-menu.active {
  color: white;
}

.dl-rc-links {
  font-size: .9em;
  margin: 15px 0 5px;
  padding: 0;
}

.dl-rc-links li {
  display: inline-block;
}

.dl-rc-links li:not(:first-child) {
  margin-left: 15px;
}

.dl-rc-info h3, .dl-rc-info h2 {
  color: rgba(255, 255, 255, 0.87);
  margin: 5px auto 8px;
}

.dl-rc-info .js-download {
  background-color: #008f8f;
  border: thin solid #009999;
  border-radius: 0.3rem;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: white;
  display: inline-block;
  margin: 5px 0;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: background-color 150ms ease-in-out;
}

.dl-rc-info .js-download:hover {
  background-color: #00a3a3;
}

.dl-highlights {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}

@media (max-width: 665.98px) {
  .dl-highlights {
    flex-direction: column;
  }
}

.dl-highlights h2 {
  background: linear-gradient(to right, cyan, violet);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2em;
  margin-top: 0;
  position: relative;
}

.dl-highlights h2::before {
  content: ' ';
  width: 60%;
  height: 2px;
  background-color: #444;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.dl-highlights p {
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 25px 10px 10px;
}

.dl-highlights p i {
  color: #EB5E28;
  font-size: .8em;
  padding-left: 5px;
}

.dl-highlights a {
  color: #fff;
  text-decoration: underline;
}

.dl-highlights-container {
  background-color: #111316;
}

.dl-highlights-extra {
  display: block;
  padding: 10px;
}

.dl-highlights-card {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  width: 33.33%;
}

@media (max-width: 665.98px) {
  .dl-highlights-card {
    width: 100%;
  }
}

.dl-highlights-card.hl-features h2 {
  background: linear-gradient(-15deg, limegreen, yellow);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dl-highlights-card.hl-community h2 {
  background: linear-gradient(-15deg, #f16581, orange);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dl-features {
  background-color: #343a40;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 200px 0;
  position: relative;
}

@media (max-width: 665.98px) {
  .dl-features {
    padding: 100px 0;
  }
}

@media (min-width: 888px) {
  .dl-features {
    background-color: #111316;
  }
}

.dl-features h1 {
  background: linear-gradient(to right, violet, #00e6e6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dl-features-text {
  padding-left: 40px;
}

.dl-features-text ul {
  margin-bottom: 15px;
}

.dl-features-text h2 {
  padding-bottom: 10px;
}

.dl-features a:hover {
  text-decoration: none;
}

.dl-features-moar {
  border-top: thin solid #1d2124;
  font-size: .9em;
  margin-top: 20px;
  padding-top: 15px;
}

.dl-features .dl-overlay.bottom {
  background-image: linear-gradient(-1deg, #d0253f 49%, transparent 50%);
}

.dl-features .dl-background-image {
  display: none;
  background-position: right;
}

@media (min-width: 888px) {
  .dl-features .dl-background-image {
    display: block;
    right: 25%;
  }
}

@media (min-width: 1024px) {
  .dl-features .dl-background-image {
    display: block;
    right: 42%;
  }
}

@media (min-width: 1024px) {
  .dl-features .dl-background-image {
    display: block;
  }
}

.dl-overlay-text {
  background-color: #343a40;
  bottom: -100%;
  left: 50%;
  position: absolute;
  right: -100%;
  top: -100%;
  transform: rotate(15deg);
}

.dl-background-image {
  background-color: #343a40;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.dl-bleeding {
  background-color: #d0253f;
  background-image: linear-gradient(#d0253f, #cc0041);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.dl-bleeding a {
  color: #fff !important;
}

.dl-bleeding a.btn {
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 2px white;
  color: white !important;
  display: inline-block;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  position: relative;
  text-decoration: none !important;
  transition: color 250ms ease-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  white-space: nowrap;
  background-color: #df4960;
  box-shadow: 0 4px 0 0 #da2f49;
  margin-top: 10px;
  padding: 10px 30px;
}

.dl-bleeding a.btn:focus {
  color: white !important;
}

.dl-bleeding a.btn:hover {
  background-color: rgba(223, 73, 96, 0.1);
  box-shadow: inset 0 0 0 2px white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #e67586;
  box-shadow: 0 4px 0 0 #dc3851;
}

.dl-bleeding a.btn:active, .dl-bleeding a.btn:focus {
  box-shadow: inset 0 0 0 1px #e67586;
  background-color: rgba(223, 73, 96, 0.3);
  color: #ffb3b3;
  background-color: #da2f49;
  box-shadow: 0 4px 0 0 #da2f49;
}

.dl-bleeding a.btn:active i, .dl-bleeding a.btn:focus i {
  color: currentColor;
}

.dl-bleeding a.btn:active {
  background-color: #ba2138;
  outline: none;
}

.dl-bleeding a.btn i {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.dl-bleeding a.btn i svg {
  max-width: 12px;
}

.dl-bleeding a.btn small {
  font-size: .6em;
}

.dl-bleeding-icon {
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 25px;
  transition: transform 250ms ease-out, border-color 250ms ease-out;
  align-items: center;
  display: none;
  justify-content: center;
  height: 180px;
  width: 180px;
}

@media (min-width: 888px) {
  .dl-bleeding-icon {
    display: flex;
  }
}

.dl-bleeding-icon:hover {
  border-color: transparent;
  transform: scale(0.8);
}

.dl-bleeding-icon:hover svg {
  transform: scale(1.5) rotate(-45deg);
  fill: white;
}

.dl-bleeding-icon svg {
  display: block;
  fill: rgba(255, 255, 255, 0.5);
  margin: auto;
  transition: transform 250ms ease-out;
}

.dl-bleeding .dl-overlay {
  background-image: linear-gradient(-2deg, transparent 49%, #343a40 50%);
}

.dl-overlay {
  background-image: linear-gradient(2deg, transparent 49%, #111316 50%);
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.dl-overlay.bottom {
  bottom: 0;
  top: initial;
}

.js-toggle-menu {
  cursor: pointer;
}

.dl-announcement {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.54);
  padding: 15px;
}

.dl-announcement a {
  color: rgba(255, 255, 255, 0.54);
  text-decoration: underline;
}

.dl-announcement .btn {
  margin-left: 10px;
  margin-right: 10px;
}

.page-announcement-main-overlay,
.dl-overlay {
  pointer-events: none;
}

.featured.thanks a {
  color: white;
}

body[class^="ps-2-8"] .features__releaselogs_introduction-text,
body[class^="ps-quest"] .features__releaselogs_introduction-text {
  font-size: 1.2em;
}

body[class^="ps-2-8"] .features__releaselogs_introduction-download_container,
body[class^="ps-quest"] .features__releaselogs_introduction-download_container {
  display: none;
}

body[class^="ps-2-8"] .navbar-secondary,
body[class^="ps-quest"] .navbar-secondary {
  display: none;
}

body[class^="ps-2-8"] .release-logs-header,
body[class^="ps-quest"] .release-logs-header {
  display: flex;
  align-items: center;
  min-height: 480px;
}

body[class^="ps-2-8"] .release-logs-header h1,
body[class^="ps-quest"] .release-logs-header h1 {
  font-size: 7rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
}

body[class^="ps-2-8"] .release-logs-header h2,
body[class^="ps-quest"] .release-logs-header h2 {
  padding-bottom: 20px;
  margin-top: 0;
}

body[class^="ps-2-8"] .release-logs-header h2:after,
body[class^="ps-quest"] .release-logs-header h2:after {
  display: block;
  content: ' ';
  background-color: rgba(255, 255, 255, 0.87);
  width: 50px;
  height: 2px;
  position: relative;
  bottom: -15px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

body[class^="ps-2-8"] .release-logs-header-background,
body[class^="ps-quest"] .release-logs-header-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: none;
  width: 100%;
  height: 100%;
  background-position: center;
}

body[class^="ps-releases"] .cards-list-item-thumbnail {
  background-color: #333;
}

body[class^="ps-releases"] .cards-list-item-thumbnail:hover img {
  transform: initial;
}

body[class^="ps-quest"] .featured-overlay,
body[class^="ps-frontpage"] .featured-overlay {
  opacity: 0;
}

body[class^="ps-quest"] #sponsors a,
body[class^="ps-frontpage"] #sponsors a {
  color: #13b6fb;
  margin-left: 5px;
  margin-right: 5px;
  transition: color 150ms ease-in-out;
}

body[class^="ps-quest"] #sponsors a:hover,
body[class^="ps-frontpage"] #sponsors a:hover {
  color: #5ecdfc;
}

body[class^="ps-quest"] #sponsors a.features__releaselogs_section-title,
body[class^="ps-frontpage"] #sponsors a.features__releaselogs_section-title {
  color: #ededef;
}

body[class^="ps-quest"] #sponsors .description-text,
body[class^="ps-frontpage"] #sponsors .description-text {
  max-width: initial;
}

body[class^="ps-quest"] #sponsors .description-text h2,
body[class^="ps-frontpage"] #sponsors .description-text h2 {
  background: linear-gradient(to left, #e8c27d 40%, #ff002d 60%);
  background-color: #009999;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 50px auto 0;
  padding: 0 0 15px;
  position: relative;
  width: 100%;
}

body[class^="ps-quest"] #sponsors .description-text h2:first-child,
body[class^="ps-frontpage"] #sponsors .description-text h2:first-child {
  margin-top: 0;
}

body[class^="ps-quest"] #sponsors .description-text h2:before, body[class^="ps-quest"] #sponsors .description-text h2:after,
body[class^="ps-frontpage"] #sponsors .description-text h2:before,
body[class^="ps-frontpage"] #sponsors .description-text h2:after {
  background: linear-gradient(to right, transparent, violet);
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 15px;
  width: 25%;
  opacity: .5;
  border-radius: 999em;
}

@media (max-width: 665.98px) {
  body[class^="ps-quest"] #sponsors .description-text h2:before, body[class^="ps-quest"] #sponsors .description-text h2:after,
  body[class^="ps-frontpage"] #sponsors .description-text h2:before,
  body[class^="ps-frontpage"] #sponsors .description-text h2:after {
    display: none;
  }
}

body[class^="ps-quest"] #sponsors .description-text h2:after,
body[class^="ps-frontpage"] #sponsors .description-text h2:after {
  background: linear-gradient(to left, transparent, violet);
  right: 0;
}

body[class^="ps-quest"] #sponsors ul,
body[class^="ps-frontpage"] #sponsors ul {
  display: flex;
  flex-wrap: wrap;
  max-width: initial;
  padding: 0;
}

body[class^="ps-quest"] #sponsors ul li,
body[class^="ps-frontpage"] #sponsors ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
  text-align: center;
  white-space: nowrap;
}

body[class^="ps-quest"] #sponsors ul li:after,
body[class^="ps-frontpage"] #sponsors ul li:after {
  display: none;
}

body[class^="ps-quest"] #sponsors ul li img,
body[class^="ps-frontpage"] #sponsors ul li img {
  margin: 10px;
  max-width: 100%;
}

body[class^="ps-quest"] #sponsors ul li a img,
body[class^="ps-frontpage"] #sponsors ul li a img {
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

body[class^="ps-quest"] #sponsors ul li a img:hover,
body[class^="ps-frontpage"] #sponsors ul li a img:hover {
  opacity: .8;
  transform: scale(1.05);
}

body[class^="ps-quest"] .btn-large,
body[class^="ps-frontpage"] .btn-large {
  font-size: 1.2em;
  margin: 20px 0;
  display: inline-block;
}

body[class^="ps-quest"] .features__releaselogs_whatsnew.support,
body[class^="ps-quest"] .features__releaselogs_section.support,
body[class^="ps-frontpage"] .features__releaselogs_whatsnew.support,
body[class^="ps-frontpage"] .features__releaselogs_section.support {
  display: none;
}

body[class^="ps-quest"] .stretch-goal,
body[class^="ps-frontpage"] .stretch-goal {
  background: linear-gradient(to right, #00cccc, violet);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  font-size: .9em;
  position: relative;
  width: 100%;
}

body[class^="ps-quest"] .stretch-goal:before, body[class^="ps-quest"] .stretch-goal:after,
body[class^="ps-frontpage"] .stretch-goal:before,
body[class^="ps-frontpage"] .stretch-goal:after {
  background: linear-gradient(to right, #00cccc, violet);
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 20%;
}

@media (max-width: 665.98px) {
  body[class^="ps-quest"] .stretch-goal:before, body[class^="ps-quest"] .stretch-goal:after,
  body[class^="ps-frontpage"] .stretch-goal:before,
  body[class^="ps-frontpage"] .stretch-goal:after {
    display: none;
  }
}

body[class^="ps-quest"] .stretch-goal:after,
body[class^="ps-frontpage"] .stretch-goal:after {
  background: linear-gradient(to left, #00cccc, violet);
  right: 0;
}

body[class^="ps-quest"] .thumbnails,
body[class^="ps-frontpage"] .thumbnails {
  display: flex;
  flex-wrap: wrap;
}

body[class^="ps-quest"] .thumbnails figure,
body[class^="ps-frontpage"] .thumbnails figure {
  align-items: center;
  display: flex;
  margin: 10px 0;
  width: 50%;
}

@media (max-width: 665.98px) {
  body[class^="ps-quest"] .thumbnails figure,
  body[class^="ps-frontpage"] .thumbnails figure {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  body[class^="ps-quest"] .thumbnails figure,
  body[class^="ps-frontpage"] .thumbnails figure {
    width: 33%;
  }
}

body[class^="ps-quest"] .thumbnails figure img, body[class^="ps-quest"] .thumbnails figure .mistery-member,
body[class^="ps-frontpage"] .thumbnails figure img,
body[class^="ps-frontpage"] .thumbnails figure .mistery-member {
  align-items: center;
  background-color: #1d2124;
  border-radius: 50%;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #121416;
  display: flex;
  font-size: 1.4em;
  justify-content: center;
  height: 64px;
  width: 64px;
}

body[class^="ps-quest"] .thumbnails figure figcaption,
body[class^="ps-frontpage"] .thumbnails figure figcaption {
  padding: 0 15px;
  text-align: left;
}

body[class^="ps-quest"] .thumbnails figure figcaption span,
body[class^="ps-frontpage"] .thumbnails figure figcaption span {
  display: block;
  font-size: .7em;
}

.anchor-icon {
  opacity: 0;
}

body[class^="ps-faq"] .has-anchor:hover .anchor-icon {
  opacity: 1;
}

body[class^="ps-faq"] h3, body[class^="ps-faq"] h5 {
  user-select: none;
}

body[class^="ps-faq"] h3 a, body[class^="ps-faq"] h5 a {
  text-decoration: none;
}

body[class^="ps-faq"] h3:first-child {
  border-top: none !important;
}

.trainer-thumbnail {
  height: 180px;
  min-height: 180px;
  min-width: 180px;
  position: relative;
  width: 180px;
}

.trainer-thumbnail img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  min-width: 100%;
}

.is-style-cover-left-half,
.is-style-cover-right-half {
  background-color: unset;
  background-position-x: 50vw !important;
  background-repeat: no-repeat;
}

.is-style-cover-left-half .wp-block-column:first-child p,
.is-style-cover-right-half .wp-block-column:first-child p {
  padding-right: 2rem;
}

.wp-block-cover.is-style-cover-right-half {
  background-position-x: calc(-50vw + 1rem) !important;
}

.wp-block-cover.is-style-cover-right-half .wp-block-column + .wp-block-column {
  padding-left: 5rem;
}

.wp-block-group.is-style-box + .box, .wp-block-group.is-style-box + .support__listing_section, .wp-block-group.is-style-box + .wp-block-group.is-style-box,
.wp-block-group.is-style-box + .wp-block-column.is-style-box,
.wp-block-group.is-style-box + .wp-block-columns.is-style-box,
.wp-block-column.is-style-box + .box,
.wp-block-column.is-style-box + .support__listing_section,
.wp-block-column.is-style-box + .wp-block-group.is-style-box,
.wp-block-column.is-style-box + .wp-block-column.is-style-box,
.wp-block-column.is-style-box + .wp-block-columns.is-style-box,
.wp-block-columns.is-style-box + .box,
.wp-block-columns.is-style-box + .support__listing_section,
.wp-block-columns.is-style-box + .wp-block-group.is-style-box,
.wp-block-columns.is-style-box + .wp-block-column.is-style-box,
.wp-block-columns.is-style-box + .wp-block-columns.is-style-box {
  margin-top: unset;
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 0.3rem;
}

.wp-block-paragraph-plus {
  display: initial;
}

@media (min-width: 666px) {
  .wp-block-paragraph-plus {
    display: block;
  }
}

.wp-block-paragraph-plus em {
  padding: 2px 5px;
}

.is-style-massive-title {
  font-size: 72px;
  line-height: 1.1em;
}

@media (max-width: 665.98px) {
  .is-style-massive-title {
    font-size: 6vh !important;
  }
}

.wp-block-image {
  text-align: center;
}

.wp-block-image img {
  border-radius: 0.3rem;
  height: auto;
}

.wp-block-image.img-full,
.wp-block-image.img-full figure,
.wp-block-image.img-full figure img {
  width: 100%;
}

.wp-block-image figcaption,
.wp-block-video figcaption {
  color: inherit;
  font-size: 0.7875rem;
  opacity: .6;
  text-align: center;
}

.wp-block-video video {
  border-radius: 0.3rem;
}

.wp-block-embed-twitter .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed-twitter .twitter-tweet iframe {
  background-color: transparent;
}

.wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  border-radius: 0.3rem;
}

.cards.cards-center .cards-list {
  justify-content: center;
}

@media (max-width: 665.98px) {
  .wp-block-cover__inner-container {
    width: 100vw !important;
  }
}

.wp-block-table.is-style-stripes {
  border-bottom: 0 !important;
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

.images-compare {
  margin-top: 10px;
  margin-bottom: 5px;
}

.images-compare-notes {
  color: #646469;
  font-size: 1.2em;
  text-align: center;
  padding: 5px 15px;
}

.images-compare-credits {
  color: currentColor;
  font-size: .75em;
  opacity: .5;
  padding-bottom: 10px;
  text-align: right;
}

.images-compare-container {
  border-radius: 0.25rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.images-compare-container:hover .images-compare-handle {
  border-color: white;
}

.images-compare-container:hover .images-compare-left-arrow {
  left: 0;
}

.images-compare-container:hover .images-compare-right-arrow {
  right: 0;
}

.images-compare-container:hover .images-compare-separator {
  background: rgba(255, 255, 255, 0.6);
}

.images-compare-before {
  left: 0;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  will-change: clip;
  z-index: 2;
}

.images-compare-after {
  pointer-events: none;
}

.images-compare-before,
.images-compare-after {
  display: inline-block;
}

.images-compare-before img,
.images-compare-before video,
.images-compare-after img,
.images-compare-after video {
  max-width: 100%;
  height: auto;
  display: block;
}

.images-compare-separator {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 1px;
  z-index: 4;
  left: 0;
  top: 0;
}

.images-compare-handle {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2), inset 1px 1px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: border-color 150ms ease-in-out;
  width: 38px;
  z-index: 4;
}

.images-compare-left-arrow,
.images-compare-right-arrow {
  border: 6px inset transparent;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left 150ms ease-in-out, right 150ms ease-in-out;
  width: 0;
}

.images-compare-left-arrow {
  border-right: 6px solid white;
  left: 5px;
}

.images-compare-right-arrow {
  border-left: 6px solid white;
  right: 5px;
}

.images-compare-label {
  background-color: #292d32;
  border-radius: 3px;
  top: 10px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #ededef;
  display: none;
  font-size: .9em;
  left: 10px;
  padding: 3px 10px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.images-compare-container .images-compare-label {
  display: inherit;
}

.images-compare-before .images-compare-label {
  left: 10px;
}

.images-compare-after .images-compare-label {
  left: auto;
  right: 10px;
}

.featured {
  background-image: url("https://www.blender.org/wp-content/themes/bthree/assets/images/placeholder_background_small.jpg");
}

@media (max-width: 665.98px) {
  ul.col-md-3 h4 {
    font-size: 3em;
    margin-top: 1em;
  }
}

.parallax {
  will-change: transform;
}

article.page .row:not(:last-child) {
  margin-bottom: 20px;
}

/* DROPDOWN MENUS */
.box.flex, .flex.support__listing_section, .flex.wp-block-group.is-style-box,
.flex.wp-block-column.is-style-box,
.flex.wp-block-columns.is-style-box {
  display: flex;
  flex-direction: column;
}

/* GENERIC PAGE */
@media (max-width: 665.98px) {
  .page {
    margin-top: auto;
  }
}

ul.rss-aggregator {
  padding: 0;
  margin: 0;
}

@media (min-width: 666px) {
  ul.rss-aggregator {
    width: 100%;
  }
}

ul.rss-aggregator li {
  width: 100%;
  margin: 10px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.rss-aggregator li:last-child {
  margin-bottom: 0;
}

ul.rss-aggregator .feed-source, ul.rss-aggregator .feed-date {
  font-size: .8em;
  color: #646469;
  display: inline-block;
}

ul.rss-aggregator .feed-date {
  margin-left: 6px;
  padding-left: 6px;
}

ul.rss-aggregator .feed-date:before {
  content: '·';
  color: white;
  position: relative;
  left: -6px;
}

/* Get rid of the border-right on items */
ul.rss-aggregator li.feed-item .wprss-feed-meta > span:after {
  content: '';
}

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  left: 50%;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.embed-responsive-item, .wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  border-radius: 0.3rem;
}

.container-main {
  background-color: #292d32;
}

.navbar {
  background-color: #343a40;
}

.navbar .navbar-nav li.current-menu-item a {
  color: #13b6fb;
  box-shadow: inset 0 -3px #13b6fb;
}

.navbar .navbar-nav li a {
  color: rgba(237, 237, 239, 0.5);
}

.navbar.navbar-secondary {
  background-color: #343a40;
}

.navbar.navbar-secondary .navbar-nav {
  margin-right: initial;
}

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
  color: #fff;
  text-shadow: 1px 1px 2px #1d2124;
}

.featured {
  border-bottom: none;
  background-image: url("/wp-content/themes/bthree/assets/images/backgrounds/background-code.jpg");
  background-position: 0 50%;
}

.featured-content {
  text-align: center;
}

.featured-overlay {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.33));
}

.cards-list-item-inner .cards-list-item-title {
  color: white;
}

.widget {
  background-color: unset;
  box-shadow: unset;
  list-style-type: none;
}

textarea {
  color: #ededef;
}

.cb-card-feed {
  font-size: 1.2em;
}

.cb-card-feed li.widget,
.cb-card-feed li.widget_rss {
  list-style: none;
}

.cb-card-feed li.widget:after,
.cb-card-feed li.widget_rss:after {
  content: '';
}

.cb-card-feed li.widget > ul,
.cb-card-feed li.widget_rss > ul {
  margin-bottom: 1.5rem;
}

.cb-card-feed li.widget > ul > li,
.cb-card-feed li.widget_rss > ul > li {
  margin-bottom: 0.5rem;
}

.cb-card-feed .widgettitle {
  margin-top: .75rem;
}

.cb-card-feed li.widget_text a {
  text-decoration: underline;
}

.cb-card-feed a:hover {
  text-decoration: underline;
}

.cb-card-feed .rss-widget-icon {
  margin: 0 5px 5px -5px;
}

.cb-card-video {
  flex: 1;
  min-width: 66%;
}

@media (max-width: 665.98px) {
  .cb-card-video {
    width: 100%;
  }
}

@media (min-width: 666px) {
  .cb-card-video {
    width: 50%;
  }
}
