@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@font-face {
  font-family: "Circular Std";
  src: url("../../fonts/circular/CircularStd-Book.eot");
  src: url("../../fonts/circular/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/CircularStd-Book.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Book.woff") format("woff"), url("../../fonts/circular/CircularStd-Book.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../../fonts/circular/CircularStd-BookItalic.eot");
  src: url("../../fonts/circular/CircularStd-BookItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/CircularStd-BookItalic.woff2") format("woff2"), url("../../fonts/circular/CircularStd-BookItalic.woff") format("woff"), url("../../fonts/circular/CircularStd-BookItalic.ttf") format("truetype"), url("../../fonts/circular/CircularStd-BookItalic.svg#CircularStd-BookItalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("../../fonts/circular/CircularStd-Medium.eot");
  src: url("../../fonts/circular/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/CircularStd-Medium.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Medium.woff") format("woff"), url("../../fonts/circular/CircularStd-Medium.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../../fonts/circular/CircularStd-MediumItalic.eot");
  src: url("../../fonts/circular/CircularStd-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/CircularStd-MediumItalic.woff2") format("woff2"), url("../../fonts/circular/CircularStd-MediumItalic.woff") format("woff"), url("../../fonts/circular/CircularStd-MediumItalic.ttf") format("truetype"), url("../../fonts/circular/CircularStd-MediumItalic.svg#CircularStd-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("../../fonts/circular/CircularStd-BoldItalic.eot");
  src: url("../../fonts/circular/CircularStd-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/CircularStd-BoldItalic.woff2") format("woff2"), url("../../fonts/circular/CircularStd-BoldItalic.woff") format("woff"), url("../../fonts/circular/CircularStd-BoldItalic.ttf") format("truetype"), url("../../fonts/circular/CircularStd-BoldItalic.svg#CircularStd-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("../../fonts/circular/CircularStd-Bold.eot");
  src: url("../../fonts/circular/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/CircularStd-Bold.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Bold.woff") format("woff"), url("../../fonts/circular/CircularStd-Bold.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../../fonts/circular/CircularStd-BlackItalic.eot");
  src: url("../../fonts/circular/CircularStd-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/CircularStd-BlackItalic.woff2") format("woff2"), url("../../fonts/circular/CircularStd-BlackItalic.woff") format("woff"), url("../../fonts/circular/CircularStd-BlackItalic.ttf") format("truetype"), url("../../fonts/circular/CircularStd-BlackItalic.svg#CircularStd-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("../../fonts/circular/CircularStd-Black.eot");
  src: url("../../fonts/circular/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/CircularStd-Black.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Black.woff") format("woff"), url("../../fonts/circular/CircularStd-Black.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Black.svg#CircularStd-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  letter-spacing: -0.2px;
  opacity: 0.85;
}

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
.u__img-cover {
  position: relative;
}
.u__img-cover img, .u__img-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u__img-contain {
  position: relative;
}
.u__img-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.u__img-fixed {
  clip-path: inset(0);
  position: relative;
}
.u__img-fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
}

.u__full-height {
  height: 100vh;
  position: relative;
}

.u__dash-window {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 15;
  width: 83.33333333%;
  height: 100vh;
  border: 30px solid #F8FCFF;
  pointer-events: none;
}
.u__dash-window div {
  position: fixed;
  top: 0;
  right: 0;
  width: 83.33333333%;
  height: 100vh;
  border: 30px solid #F8FCFF;
  border-radius: 45px;
  pointer-events: none;
}

.u__unselectable {
  user-select: none;
}

.u__freeze-scroll {
  overflow: hidden;
}

.u__wrap {
  max-width: 1350px;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}
@media (max-width: 1050px) {
  .u__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u__bullet-points {
  margin: 0 0 20px;
  padding: 0px;
  list-style: none;
}
.u__bullet-points li {
  position: relative;
  font-size: 15px;
  opacity: 0.85;
  padding-left: 13px;
  padding-right: 30px;
  letter-spacing: -0.4px;
}
.u__bullet-points li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  margin-right: 7px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1800px) {
  .u__bullet-points li {
    font-size: 18px;
  }
}
.u__bullet-points.always-large-text li {
  font-size: 18px;
}
.u__bullet-points.opacity-full li {
  color: #fff;
  opacity: 1;
}
.u__bullet-points.two-rows {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.u__bullet-points.two-rows li {
  flex: 0 0 50%;
  max-width: 50%;
}
.u__bullet-points.two-rows li strong {
  opacity: 1;
}

.u__pd-t-none {
  padding-top: 0px;
}

.u__pd-t-small {
  padding-top: 40px;
}
@media (max-width: 1050px) {
  .u__pd-t-small {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .u__pd-t-small {
    padding-top: 0px;
  }
}

.u__pd-t-medium {
  padding-top: 90px;
}
@media (max-width: 1050px) {
  .u__pd-t-medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .u__pd-t-medium {
    padding-top: 0px;
  }
}

.u__pd-t-large {
  padding-top: 170px;
}
@media (max-width: 1050px) {
  .u__pd-t-large {
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  .u__pd-t-large {
    padding-top: 0px;
  }
}

.u__pd-b-none {
  padding-bottom: 0px;
}

.u__pd-b-small {
  padding-bottom: 40px;
}
@media (max-width: 1050px) {
  .u__pd-b-small {
    padding-bottom: 20px;
  }
}

.u__pd-b-medium {
  padding-bottom: 90px;
}
@media (max-width: 1050px) {
  .u__pd-b-medium {
    padding-bottom: 45px;
  }
}

.u__pd-b-large {
  padding-bottom: 170px;
}
@media (max-width: 1050px) {
  .u__pd-b-large {
    padding-bottom: 65px;
  }
}

.u__color-blue {
  color: #31ABAB;
}

.u__error-message {
  color: #AF0130;
  font-size: 18px;
  line-height: 24px;
  opacity: 1;
}

.u__capitalize {
  text-transform: capitalize;
}

.u__underline-anim {
  position: relative;
}
.u__underline-anim::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  background: #31ABAB;
  height: 1px;
  opacity: 0.85;
  width: 0;
  transition: width 0.3s;
}
.u__underline-anim:hover {
  text-decoration: none;
}
.u__underline-anim:hover::after {
  width: 100%;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

body {
  height: 100%;
  max-width: 100vw;
  hyphens: none;
  overflow-x: hidden;
  background-color: #080808;
  font-family: "Circular Std";
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body > canvas {
  z-index: 5 !important;
}

#container {
  overflow: hidden;
}

.dashboard-content {
  min-width: 83.33vw;
}
.dashboard-content.darken {
  opacity: 0.15;
}

@keyframes scrolldown {
  0% {
    transform: translateY(0px);
    height: 0;
  }
  75% {
    transform: translateY(0px);
    height: 60px;
  }
  100% {
    transform: translateY(60px);
  }
}
/***
	Libs
***/
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
}

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

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

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

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

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

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

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: left;
}

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

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

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

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

.table-inverse {
  color: #fff;
  background-color: #212529;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #32383e;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

.col-form-label {
  padding-top: calc(0.5rem - 2px);
  padding-bottom: calc(0.5rem - 2px);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.5rem - 2px);
  padding-bottom: calc(0.5rem - 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 2px);
  padding-bottom: calc(0.25rem - 2px);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

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

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

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

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  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, .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-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

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

.btn:active, .btn.active {
  background-image: none;
}

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

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

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

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

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

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

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

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

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

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

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

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

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

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

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

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

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

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

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

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

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

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

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

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

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

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

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

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

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

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

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

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

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

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

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

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

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

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

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

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

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

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

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

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

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

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

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

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

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

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

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

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  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 3px rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

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

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

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

.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

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

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

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

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

.btn-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #868e96;
}

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

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

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

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

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

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

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

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

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

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

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

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

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

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

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

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler:focus, .navbar-toggler:hover {
  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: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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;charset=utf8,%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-dark .navbar-brand {
  color: white;
}

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

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

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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: white;
}

.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;charset=utf8,%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);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  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 > .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-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

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

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

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

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

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

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

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

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

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

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

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

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

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

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

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

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

.alert-secondary .alert-link {
  color: #2e3133;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

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

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

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

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

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

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

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

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

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

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

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

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

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

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

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

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

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

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

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

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

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

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

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

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

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

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

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

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

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^=top] {
  padding: 5px 0;
}

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

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^=right] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^=bottom] {
  padding: 5px 0;
}

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

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^=left] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}

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

.popover .arrow::before {
  content: "";
  border-width: 11px;
}

.popover .arrow::after {
  content: "";
  border-width: 11px;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 10px;
}

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

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  margin-left: 10px;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^=right] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  margin-top: -8px;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  left: -10px;
  border-right-color: #fff;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 10px;
}

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

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  margin-left: -7px;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^=left] {
  margin-right: 10px;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^=left] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  margin-top: -8px;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  right: -10px;
  border-left-color: #fff;
}

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 9px 14px;
  color: #212529;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

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

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #868e96 !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 {
  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-circle {
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}

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

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

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

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

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

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

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

.text-secondary {
  color: #868e96 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}


/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  min-width: 210px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.selectric-js__selectric-small {
  display: inline-block;
}
.selectric-js__selectric-small .selectric {
  background: transparent;
  border: none;
  padding-right: 30px;
}
.selectric-js__selectric-small .selectric .label {
  color: #fff;
  margin: 0 8px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.selectric-js__selectric-small .selectric .button {
  background: transparent;
  padding: 0;
  color: transparent;
}
.selectric-js__selectric-small .selectric .button::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 10px;
  height: 13px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/dropdown-arrow--white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  transform: rotate(180deg);
}
.selectric-js__selectric-small .selectric-items {
  background: #fff;
}
.selectric-js__selectric-small .selectric-items li {
  font-size: 18px;
  line-height: 1.2;
  padding: 20px;
}
.selectric-js__selectric-small .selectric-items li:hover {
  background: #efefef;
}
.selectric-js__selectric-small .selectric-items li.selected,
.selectric-js__selectric-small .selectric-items li.highlighted {
  background: #31ABAB;
  color: #fff;
}

/***
	Dashboard
***/
.dashboard-header {
  position: fixed;
  z-index: 6;
  top: 30px;
  right: 15px;
  width: 83.333%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}
@media screen and (min-width: 1800px) {
  .dashboard-header {
    height: 80px;
    padding: 0 80px;
  }
}
.dashboard-header.has-bottom-border {
  border-bottom: 1px solid #31ABAB;
}
.dashboard-header progress[value] {
  appearance: none;
  position: absolute;
  border: none;
  padding: 0 30px;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: transparent;
}
.dashboard-header progress[value]::-webkit-progress-bar {
  background: transparent;
}
.dashboard-header progress[value]::-webkit-progress-value {
  transition: width 1s;
  background: #31ABAB;
}
.dashboard-header a, .dashboard-header span {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1800px) {
  .dashboard-header a, .dashboard-header span {
    font-size: 15px;
    line-height: 18px;
  }
}
.dashboard-header a:hover, .dashboard-header span:hover {
  text-decoration: none;
}
.dashboard-header a.active, .dashboard-header span.active {
  text-decoration: underline;
}
.dashboard-header .back-a-step:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 13px;
  height: 16px;
  vertical-align: baseline;
  top: 4px;
  margin-right: 12px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/dashboard-back.svg");
  background-size: 13px 16px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1800px) {
  .dashboard-header .back-a-step:before {
    top: 2px;
  }
}
.dashboard-header .breadcrumbs {
  text-align: center;
}
.dashboard-header .breadcrumbs .crumb::after {
  content: ">";
  padding-left: 8px;
  padding-right: 8px;
}
.dashboard-header .breadcrumbs .crumb:last-child::after {
  display: none;
}
.dashboard-header .save-progress svg {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  top: 5px;
  margin-left: 12px;
}
@media screen and (min-width: 1800px) {
  .dashboard-header .save-progress svg {
    top: 3px;
  }
}
.dashboard-header .save-progress svg path {
  transition: all ease 300ms;
  fill: none;
}
.dashboard-header .save-progress.saving svg path {
  fill: #fff !important;
}

/***
	Components (Site wide styles)
***/
.screen-size-notice {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 1140px), screen and (max-height: 900px) {
  .screen-size-notice {
    display: block;
  }
}
.screen-size-notice .bg-gradient-left {
  height: 500px;
  left: -250px;
  position: absolute;
}
.screen-size-notice .bg-gradient-right {
  bottom: 0;
  height: 800px;
  right: -400px;
  position: absolute;
}
.screen-size-notice__logo {
  left: 50%;
  max-width: 300px;
  position: absolute;
  transform: translateX(-50%);
  top: 150px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .screen-size-notice__logo {
    max-width: 220px;
    top: 110px;
  }
}
.screen-size-notice__background {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  display: block;
  height: 1000px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 675px;
}
@media screen and (max-width: 550px) {
  .screen-size-notice__background {
    display: none;
  }
}
.screen-size-notice__background.mobile {
  display: none;
  width: 365px;
}
@media screen and (max-width: 550px) {
  .screen-size-notice__background.mobile {
    display: block;
  }
}
.screen-size-notice__content {
  left: 50%;
  max-width: 480px;
  opacity: 0.9;
  position: absolute;
  top: 500px;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .screen-size-notice__content {
    max-width: 250px;
    top: 360px;
  }
}
.screen-size-notice__content h2 {
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  opacity: 0.9;
}
@media screen and (max-width: 550px) {
  .screen-size-notice__content h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

.sidebar {
  position: fixed;
  top: 0px;
  width: 16.666667%;
  height: 100%;
  z-index: 5;
  background-color: #F8FCFF;
  overflow: auto;
}
.sidebar__wrapper {
  background: #fff;
  z-index: 10;
  position: relative;
}
.sidebar__inner {
  padding: 30px 0 15px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sidebar__actions {
  padding-left: 10px;
  margin-bottom: 26px;
  display: flex;
}
@media screen and (min-height: 850px) {
  .sidebar__actions {
    margin-bottom: 42px;
  }
}
.sidebar__action {
  margin-right: 25px;
  width: 15px;
  height: 15px;
}
@media screen and (min-height: 850px) {
  .sidebar__action {
    width: 22px;
    height: 22px;
  }
}
.sidebar__action a svg path {
  transition: all ease 250ms;
}
.sidebar__action a:hover svg path {
  fill: #31ABAB;
}
.sidebar__user {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 10px;
  padding-left: 9px;
}
@media screen and (min-height: 750px) {
  .sidebar__user {
    border-bottom: 1px solid rgba(78, 78, 78, 0.2);
    margin-bottom: 15px;
  }
}
@media screen and (min-height: 850px) {
  .sidebar__user {
    padding-bottom: 26px;
    margin-bottom: 45px;
  }
}
.sidebar__user-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #383737;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #fff;
}
.sidebar__user-venue {
  padding-left: 16px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.sidebar__nav-title {
  display: none;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2.4px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 19px;
  padding-left: 10px;
}
@media screen and (min-height: 750px) {
  .sidebar__nav-title {
    display: block;
  }
}
.sidebar__nav {
  flex: 1;
  padding: 0px;
  margin: 0px;
}
.sidebar__nav li {
  transition: all 0.25s ease;
  flex: 1;
  display: flex;
  align-items: stretch;
}
.sidebar__nav li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px 10px 8px;
}
.sidebar__nav li a p {
  margin: 0px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #000;
  transition: all 0.25s ease;
  word-break: keep-all;
  padding-right: 12px;
}
@media screen and (min-height: 750px) {
  .sidebar__nav li a {
    padding: 15px 20px 15px 12px;
  }
  .sidebar__nav li a p {
    font-size: 14px;
    line-height: 18px;
  }
}
.sidebar__nav li a .question-mark {
  position: relative;
  top: 2px;
}
.sidebar__nav li a:hover {
  text-decoration: none;
}
.sidebar__nav li .sidebar__nav-icon {
  min-width: 45px;
  height: 20px;
}
@media screen and (min-height: 850px) {
  .sidebar__nav li .sidebar__nav-icon {
    height: 31px;
  }
}
.sidebar__nav li .sidebar__nav-icon svg {
  height: 100%;
}
.sidebar__nav li .sidebar__nav-icon .marketing-tools-icon path {
  fill: #31ABAB;
  stroke: #fff;
}
.sidebar__nav li.active, .sidebar__nav li:hover {
  background-color: #31ABAB;
}
.sidebar__nav li.active a p, .sidebar__nav li:hover a p {
  color: #fff;
}
.sidebar__nav li.active .sidebar__nav-icon .dashboard-icon path,
.sidebar__nav li.active .sidebar__nav-icon .inspiration-icon path,
.sidebar__nav li.active .sidebar__nav-icon .your-documents-icon path,
.sidebar__nav li.active .sidebar__nav-icon .your-progress-icon path,
.sidebar__nav li.active .sidebar__nav-icon .help-centre-icon path,
.sidebar__nav li.active .sidebar__nav-icon .settings-icon path, .sidebar__nav li:hover .sidebar__nav-icon .dashboard-icon path,
.sidebar__nav li:hover .sidebar__nav-icon .inspiration-icon path,
.sidebar__nav li:hover .sidebar__nav-icon .your-documents-icon path,
.sidebar__nav li:hover .sidebar__nav-icon .your-progress-icon path,
.sidebar__nav li:hover .sidebar__nav-icon .help-centre-icon path,
.sidebar__nav li:hover .sidebar__nav-icon .settings-icon path {
  fill: #fff;
}
.sidebar__nav li.active .sidebar__nav-icon .marketing-tools-icon path,
.sidebar__nav li.active .sidebar__nav-icon .marketing-planning-icon path, .sidebar__nav li:hover .sidebar__nav-icon .marketing-tools-icon path,
.sidebar__nav li:hover .sidebar__nav-icon .marketing-planning-icon path {
  fill: #fff;
  stroke: #31ABAB;
}
.sidebar__nav li.active .question-mark rect, .sidebar__nav li.active .question-mark path, .sidebar__nav li:hover .question-mark rect, .sidebar__nav li:hover .question-mark path {
  fill: #fff;
}
.sidebar__nav li:hover {
  background: #2F9B9B;
}
.sidebar__logo {
  padding: 20px 0;
}
@media screen and (min-height: 850px) {
  .sidebar__logo {
    padding: 40px 0 30px;
  }
}
.sidebar__logo img {
  display: block;
  width: 197px;
  max-width: 85%;
  margin: 0 auto;
}

.video-player {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  transform: translateX(200%);
  transition: opacity 0.25s ease;
  z-index: 100;
}
.video-player.active {
  transform: translateX(0px);
}
.video-player.visible {
  opacity: 1;
}
.video-player.playing {
  cursor: none;
}
.video-player.playing .video-player__cursor {
  display: block;
}
.video-player .row {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.video-player .col-2,
.video-player .col-10 {
  margin: 0px;
  padding: 0px;
}
.video-player__inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  background-color: #F8FCFF;
}
.video-player__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
}
.video-player__header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  padding: 22.5px 0px;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  z-index: 4;
}
.video-player__header progress {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rbga(255, 255, 255, 0.75);
  color: rbga(255, 255, 255, 0.75);
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  -moz-appearance: none;
}
.video-player__header progress::-webkit-progress-bar {
  background: rbga(255, 255, 255, 0.75);
}
.video-player__header progress::-webkit-progress-value {
  -webkit-appearance: none;
  background: #31ABAB;
}
.video-player__header-title {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  pointer-events: none;
  text-transform: uppercase;
}
.video-player__header-title a {
  color: #fff;
}
@media screen and (min-width: 1800px) {
  .video-player__header-title {
    font-size: 15px;
    line-height: 18px;
  }
}
.video-player__header-title .crumb::after {
  content: ">";
  padding-left: 8px;
  padding-right: 8px;
}
.video-player__header-title .crumb:last-child::after {
  display: none;
}
.video-player .plyr {
  height: 100%;
}
.video-player .plyr--video {
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player .plyr__video-wrapper {
  width: 100%;
}
.video-player .plyr__video-wrapper video {
  object-fit: cover;
}
.video-player__cursor {
  position: fixed;
  top: -100px;
  left: -100px;
  width: 74px;
  height: 74px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/video-cursor-pause.svg");
  background-size: 10px 13px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0;
}
.video-player__cursor.paused {
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/video-cursor-play.svg");
  background-size: 10px 13px;
}
.video-player__modal {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  transform: translateX(200%);
  opacity: 0;
  transition: opacity 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player__modal .row {
  width: 100%;
  height: 185px;
}
.video-player__modal.active {
  transform: translateX(0px);
  opacity: 1;
}
.video-player__modal p.title {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
}
.video-player__modal-button {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: color ease 250ms;
}
.video-player__modal-button svg {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto 20px;
}
.video-player__modal-button svg .fill, .video-player__modal-button svg .stroke {
  transition: all ease 250ms;
}
.video-player__modal-button:hover {
  color: #31ABAB;
}
.video-player__modal-button:hover svg .fill {
  fill: #31ABAB;
}
.video-player__modal-button:hover svg .stroke {
  stroke: #31ABAB;
}
.video-player__modal-skip-link {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: white;
  cursor: pointer;
  text-decoration: underline;
  letter-spacing: 0.2px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 50px;
}
.video-player .plyr__controls button.plyr__control:hover {
  background: #31ABAB;
}
.video-player .plyr__progress input {
  color: #31ABAB;
}
.video-player .plyr__time {
  letter-spacing: 0.2;
}
.video-player .plyr__captions {
  font-size: 35px;
  line-height: 42px;
  font-family: "Circular Std";
  letter-spacing: -0.5px;
}
.video-player .plyr__captions span {
  background-color: rgba(0, 0, 0, 0.5);
}

#help-prompt {
  display: none;
  position: fixed;
  top: 45px;
  right: 65px;
  background: white;
  padding: 33px 30px;
  border-radius: 20px;
  z-index: 9999;
  box-shadow: 3px 0px 50px #33A1A1;
}
#help-prompt h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#help-prompt p {
  font-size: 14px;
  margin-bottom: 22px;
}
#help-prompt.show {
  display: block;
}
#help-prompt .button {
  padding: 12px 20px 10px;
}
#help-prompt .button span {
  font-size: 14px;
}
#help-prompt .button__icon {
  min-width: 27px;
  height: 27px;
}
#help-prompt .button--white {
  padding-left: 0;
  padding-right: 0;
}

body.darken .sidebar {
  pointer-events: none;
  overflow: visible;
}
body.darken .sidebar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
  z-index: 1;
}
body.darken .sidebar__inner {
  position: relative;
  z-index: 2;
}
body.darken .sidebar__actions, body.darken .sidebar__nav-title {
  opacity: 0.2;
}
body.darken .sidebar__user {
  opacity: 0.1;
}
body.darken .sidebar__user-icon {
  color: rgba(255, 255, 255, 0.5);
}
body.darken .sidebar__logo {
  opacity: 0.03;
}
body.darken .sidebar__nav > li {
  opacity: 0.2;
  background-color: transparent;
  border-radius: 20px;
}
body.darken .sidebar__nav > li a p {
  color: #000;
}
body.darken .sidebar__nav > li .sidebar__nav-icon {
  opacity: 0.45;
}
body.darken .sidebar__nav > li .sidebar__nav-icon .dashboard-icon path,
body.darken .sidebar__nav > li .sidebar__nav-icon .inspiration-icon path,
body.darken .sidebar__nav > li .sidebar__nav-icon .your-documents-icon path,
body.darken .sidebar__nav > li .sidebar__nav-icon .your-progress-icon path,
body.darken .sidebar__nav > li .sidebar__nav-icon .help-centre-icon path,
body.darken .sidebar__nav > li .sidebar__nav-icon .settings-icon path {
  fill: #31ABAB !important;
}
body.darken .sidebar__nav > li .sidebar__nav-icon .marketing-tools-icon path,
body.darken .sidebar__nav > li .sidebar__nav-icon .marketing-planning-icon path {
  fill: #31ABAB !important;
  stroke: transparent !important;
}
body.darken .sidebar__nav > li .question-mark rect, body.darken .sidebar__nav > li .question-mark path {
  fill: #8d8d8d;
}
body.darken.show-nav-dashboard .nav-dashboard {
  opacity: 1;
  background: #fff;
  box-shadow: -5px 3px 20px #33A1A1;
}
body.darken.show-nav-mp .nav-mp {
  opacity: 1;
  background: #fff;
  box-shadow: -5px 3px 20px #33A1A1;
}
body.darken.show-nav-mt .nav-mt {
  opacity: 1;
  background: #fff;
  box-shadow: -5px 3px 20px #33A1A1;
}
body.darken.show-nav-docs .nav-docs {
  opacity: 1;
  background: #fff;
  box-shadow: -5px 3px 20px #33A1A1;
}
body.darken.show-nav-progress .nav-progress {
  opacity: 1;
  background: #fff;
  box-shadow: -5px 3px 20px #33A1A1;
}
body.darken.show-nav-monitor-progress .nav-monitor-progress {
  opacity: 1;
  background: #fff;
  box-shadow: -5px 3px 20px #33A1A1;
}
body.darken.show-nav-help-center .nav-help-center {
  opacity: 1;
  background: #fff;
  box-shadow: -5px 3px 20px #33A1A1;
}
body.darken.show-nav-inspiration .nav-inspiration {
  opacity: 1;
  background: #fff;
  box-shadow: -5px 3px 20px #33A1A1;
}
body.darken.show-nav-settings .nav-settings {
  opacity: 1;
  background: #fff;
  box-shadow: -5px 3px 20px #33A1A1;
}
body.darken .noise {
  opacity: 0;
}
body.darken .u__dash-window,
body.darken .dashboard-content {
  opacity: 0.2;
  pointer-events: none;
}
body.darken .focus-section .overlay {
  background: black;
}

.onboarding {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  width: 1260px;
  max-width: 80%;
  max-height: 90vh;
  padding: 55px 200px 130px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 3px 0px 50px #33A1A1;
}
.onboarding__logo {
  width: 253px;
  margin-bottom: 35px;
}
.onboarding__intro {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-bottom: 52px;
  opacity: 1;
}
.onboarding__slider {
  opacity: 0;
  transition: opacity ease 300ms;
}
.onboarding__slider.slick-initialized {
  opacity: 1;
}
.onboarding__slider .slick-track {
  min-width: 100%;
}
.onboarding__slide {
  min-width: 400px;
}
.onboarding__slide h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 12px;
}
.onboarding__slide-icon {
  position: relative;
  margin-bottom: 12px;
  height: 110px;
}
.onboarding__slide-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.onboarding__slide p {
  font-size: 15px;
  line-height: 28px;
  color: #000;
  opacity: 1;
  width: 615px;
  max-width: 75%;
  margin: 0 auto;
}
.onboarding__arrow {
  display: none;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 90px;
  left: 85px;
}
.onboarding__arrow .arrow-icon {
  position: relative;
  top: -1px;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(49, 171, 171, 0.35);
  border-radius: 50%;
}
.onboarding__arrow .arrow-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: auto;
}
.onboarding__arrow span {
  font-size: 15px;
  line-height: 18px;
  color: #31ABAB;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.onboarding__arrow--prev {
  display: none;
}
.onboarding__arrow--prev .arrow-icon {
  margin-right: 17px;
}
.onboarding__arrow--prev .arrow-icon img {
  transform: translate(-50%, -50%) rotate(180deg);
}
.onboarding__arrow--next {
  left: auto;
  right: 85px;
}
.onboarding__arrow--next .arrow-icon {
  margin-left: 17px;
}
.onboarding__arrow.active {
  display: flex;
}
.onboarding__finish-btn {
  margin-top: 40px;
}

/**
 * Tippy theme for sidebar tooltips
 * https://atomiks.github.io/tippyjs/v6/themes/
 */
.tippy-box[data-theme~=sidebar] {
  background-color: #fff;
  color: #31ABAB;
  border-radius: 20px;
  border: none;
  padding: 25px 30px;
  top: -2px;
  left: 30px;
  text-align: left;
  font-size: 14px;
  max-width: 525px !important;
  box-shadow: 3px 3px 50px #33A1A1;
}
.tippy-box[data-theme~=sidebar] .tippy-inner__step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.tippy-box[data-theme~=sidebar] .tippy-inner__step svg {
  margin-right: 10px;
  margin-top: 3px;
  width: 14px;
}
.tippy-box[data-theme~=sidebar] .tippy-inner__step svg rect,
.tippy-box[data-theme~=sidebar] .tippy-inner__step svg path {
  fill: #31ABAB;
}
.tippy-box[data-theme~=sidebar] .tippy-inner__step span {
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.tippy-box[data-theme~=sidebar] .tippy-inner p {
  color: black;
  line-height: 1.2;
  hyphens: none;
}
.tippy-box[data-theme~=sidebar] .tippy-inner .button {
  padding: 12px 20px 10px;
}
.tippy-box[data-theme~=sidebar] .tippy-inner .button span {
  font-size: 14px;
}
.tippy-box[data-theme~=sidebar] .tippy-inner .button__icon {
  min-width: 27px;
  height: 27px;
}
.tippy-box[data-theme~=sidebar] .tippy-arrow:before {
  border: none;
  left: -22px;
  width: 25px;
  height: 30px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/sidebar-tooltip-arrow.svg");
  background-size: 25px 30px;
  background-position: center left;
  background-repeat: no-repeat;
}

body.showing-message-popup .sidebar {
  pointer-events: none;
  overflow: visible;
}
body.showing-message-popup .sidebar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
  z-index: 1;
}
body.showing-message-popup .sidebar__inner {
  position: relative;
  z-index: 2;
}
body.showing-message-popup .sidebar__actions, body.showing-message-popup .sidebar__nav-title {
  opacity: 0.2;
}
body.showing-message-popup .sidebar__user {
  opacity: 0.1;
}
body.showing-message-popup .sidebar__user-icon {
  color: rgba(255, 255, 255, 0.5);
}
body.showing-message-popup .sidebar__logo {
  opacity: 0.03;
}
body.showing-message-popup .sidebar__nav > li {
  opacity: 0.2;
  background-color: transparent;
  border-radius: 20px;
}
body.showing-message-popup .sidebar__nav > li a p {
  color: #000;
}
body.showing-message-popup .sidebar__nav > li .sidebar__nav-icon {
  opacity: 0.45;
}
body.showing-message-popup .sidebar__nav > li .sidebar__nav-icon .dashboard-icon path,
body.showing-message-popup .sidebar__nav > li .sidebar__nav-icon .inspiration-icon path,
body.showing-message-popup .sidebar__nav > li .sidebar__nav-icon .your-documents-icon path,
body.showing-message-popup .sidebar__nav > li .sidebar__nav-icon .your-progress-icon path,
body.showing-message-popup .sidebar__nav > li .sidebar__nav-icon .help-centre-icon path,
body.showing-message-popup .sidebar__nav > li .sidebar__nav-icon .settings-icon path {
  fill: #31ABAB !important;
}
body.showing-message-popup .sidebar__nav > li .sidebar__nav-icon .marketing-tools-icon path,
body.showing-message-popup .sidebar__nav > li .sidebar__nav-icon .marketing-planning-icon path {
  fill: #31ABAB !important;
  stroke: transparent !important;
}
body.showing-message-popup .sidebar__nav > li .question-mark rect, body.showing-message-popup .sidebar__nav > li .question-mark path {
  fill: #8d8d8d;
}
body.showing-message-popup .noise {
  opacity: 0;
}
body.showing-message-popup .u__dash-window,
body.showing-message-popup .dashboard-content {
  opacity: 0.2;
  pointer-events: none;
}
body.showing-message-popup .focus-section .overlay {
  background: black;
}

.message-popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  width: 1260px;
  max-width: 80%;
  max-height: 90vh;
  padding: 55px 200px 130px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 3px 0px 50px #33A1A1;
}
.message-popup__logo {
  width: 253px;
  margin-bottom: 35px;
}
.message-popup__intro {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-bottom: 52px;
  opacity: 1;
}
.message-popup__acknowledge-btn {
  margin-top: 40px;
}

#user-mouse-tracker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.user-mouse-tracker__tracking-area {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.user-mouse-tracker__users-list {
  position: fixed;
  top: 41px;
  right: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(45, 160, 160, 0.9);
  color: #080808;
  padding: 10px 15px;
  border-radius: 5px;
  overflow: hidden;
  transition: height 0.2s ease;
  z-index: 999999;
}
.user-mouse-tracker__users-list-header {
  margin: 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.user-mouse-tracker__users-list-toggle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #2DA0A0;
  transition: transform 0.2s ease;
}
.user-mouse-tracker__users-list-toggle.expanded {
  transform: rotate(180deg);
}
.user-mouse-tracker__users {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease-out, opacity 0.3s ease-out, visibility 0s linear 0.5s;
}
.user-mouse-tracker__users.expanded {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.5s ease-in, opacity 0.3s ease-in, visibility 0s linear;
}
.user-mouse-tracker__user {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.user-mouse-tracker__user:first-child {
  margin-top: 10px;
}
.user-mouse-tracker__user-name {
  color: #080808;
}
.user-mouse-tracker__user-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.collaborative-field__message {
  display: block;
  margin: 0 0 8px 0;
  font-size: 12px;
  color: red;
  width: 100%;
}
.collaborative-field.being-edited {
  opacity: 0.6;
  cursor: not-allowed;
}
.collaborative-field.being-edited .collaborative-field__input {
  pointer-events: none;
}
.collaborative-field--checkbox .collaborative-field__input {
  margin-top: 8px;
}

[data-editable=true]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #fff;
  color: #080808;
  margin-bottom: 0 !important;
}

.editing-indicator {
  display: block;
  margin: 8px 0;
  font-size: 12px;
  color: red;
}

/***
	Elements 
***/
.bg-line {
  z-index: 0;
  position: absolute;
}
.bg-line--straight-middle-1 {
  top: calc(100% - 300px);
  left: 50%;
  transform: translateX(-50%);
}
.text-row--mpm4p27 .bg-line--straight-middle-1 {
  top: calc(100% - 210px);
}
.text-row--mtm4p3 .bg-line--straight-middle-1 {
  top: 92%;
}
.bg-line--straight-middle-2 {
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
.parallax .bg-line--straight-middle-2 {
  top: -230px;
}
.text-row--mtm4p5 .bg-line--straight-middle-2 {
  min-height: 4000px;
}
@media screen and (min-width: 1700px) {
  .text-row--mtm4p5 .bg-line--straight-middle-2 {
    min-height: 4200px;
  }
}
@media screen and (min-width: 2000px) {
  .text-row--mtm4p5 .bg-line--straight-middle-2 {
    min-height: 4400px;
  }
}
.bg-line--straight-left {
  bottom: 0px;
  left: calc(50% - 380px);
  transform: translate(-50%, 60%);
}
@media screen and (min-width: 1700px) {
  .bg-line--straight-left {
    left: calc(50% - 510px);
  }
}
.toggle-content .bg-line--straight-left {
  left: calc(50% - 340px);
}
@media screen and (min-width: 1900px) {
  .toggle-content .bg-line--straight-left {
    left: calc(50% - 440px);
  }
}
.bg-line--straight-right {
  bottom: 0px;
  transform: translateY(91%);
  right: 11.5%;
}
.bg-line--straight-right-2 {
  bottom: 0px;
  transform: translateY(60%);
  right: 11.5%;
}
.bg-line--zigzag-1 {
  width: 95%;
  bottom: -300px;
  right: 0;
}
.content-and-image .bg-line--zigzag-1 {
  bottom: -250px;
  width: calc(83.33vw - 160px);
}
@media screen and (min-width: 1900px) {
  .content-and-image .bg-line--zigzag-1 {
    bottom: -280px;
    width: calc(83.33vw - (83.33vw - 1550px) / 2 - 175px);
  }
}
.content-and-image#social-media .bg-line--zigzag-1 {
  bottom: -50px;
}
@media screen and (min-width: 1700px) {
  .content-and-image#social-media .bg-line--zigzag-1 {
    bottom: -250px;
  }
}
.bg-line--zigzag-2 {
  top: 300px;
  left: 130px;
  width: calc(83.33vw - 350px);
  min-height: 800px;
}
@media screen and (min-width: 1900px) {
  .bg-line--zigzag-2 {
    top: 100px;
    left: calc((83.33vw - 1500px) / 2 + 90px);
    width: 1200px;
  }
}
.text-row__large .bg-line--zigzag-2 {
  top: 0;
  min-height: 750px;
  height: 750px;
}
@media screen and (min-width: 1620px) {
  .text-row__large .bg-line--zigzag-2 {
    top: -40px;
  }
}
.bg-line--zigzag-3 {
  display: none;
}
@media screen and (min-width: 1600px) {
  .bg-line--zigzag-3 {
    bottom: 0;
    width: 1000px;
    min-height: 550px;
    left: 50%;
    transform: translate(-50%, 43%);
  }
}
.bg-line--zigzag-6 {
  top: 0;
  right: 0;
  width: 95%;
  max-width: 1500px;
}
.bg-line--zigzag-7 {
  width: 60%;
  max-height: 940px;
  transform: translate(-130px, 300px);
}
.bg-line--zigzag-9 {
  bottom: 0;
  width: 1070px;
  max-width: 58vw;
  min-height: 550px;
  left: 50%;
  transform: translate(-50%, 19%);
}
.bg-line--box-reveal {
  width: 50%;
  height: 475px;
  bottom: 0;
  left: calc(50% - 32px);
  transform: translateY(100%);
}
.bg-line--content-image-1 {
  top: calc(100% - 150px);
  left: 160px;
  width: 35%;
  max-width: 500px;
}
@media screen and (min-width: 1900px) {
  .bg-line--content-image-1 {
    left: calc((83.33vw - 1550px) / 2 + 210px);
  }
}
.bg-line--content-image-2 {
  bottom: 50px;
  transform: translateY(45%);
  left: calc(50% - 60px);
  width: 430px;
}
.bg-line--parallax-1 {
  left: calc(50% - 30px);
  top: 0;
  max-width: 42%;
}
.bg-line--slider-1 {
  bottom: 50px;
  transform: translateY(48%);
  left: calc(50% - 15px);
  width: 390px;
}
.bg-line--instagram-slider {
  top: 30px;
  right: 80px;
  width: calc(83.333vw - 180px);
  height: calc(100vh + 1140px + 190px);
}
.bg-line--facebook-page {
  top: 30px;
  right: 50%;
  transform: translateX(50%);
  max-width: 1500px;
  width: calc(83.333vw - 180px);
  height: calc(100vh + 1140px + 100px);
}
.bg-line--paid-social-page {
  bottom: 620px;
  right: 20px;
  width: 97vw;
  height: calc(100% - 100vh - 520px - 630px);
}
@media screen and (min-width: 1850px) {
  .bg-line--paid-social-page {
    right: 75px;
    width: 84vw;
    height: calc(100% - 100vh - 520px - 550px);
  }
}
.bg-line--email-page-part1 {
  right: 50px;
  top: calc(100vh + 80px);
  width: 79vw;
  height: 1340px;
}
.bg-line--email-page-part2 {
  right: 49px;
  top: calc(100vh + 1410px);
  width: 72px;
  height: 2450px;
}
@media screen and (min-width: 1700px) {
  .bg-line--email-page-part2 {
    height: 2600px;
  }
}
@media screen and (min-width: 1900px) {
  .bg-line--email-page-part2 {
    height: 2600px;
  }
}
@media screen and (min-width: 2200px) {
  .bg-line--email-page-part2 {
    height: 2620px;
  }
}
.bg-line--email-page-part3 {
  right: 49px;
  width: 66vw;
  top: calc(100vh + 1410px + 2440px);
  height: 180px;
}
@media screen and (min-width: 1700px) {
  .bg-line--email-page-part3 {
    top: calc(100vh + 1410px + 2590px);
    height: 250px;
  }
}
@media screen and (min-width: 1900px) {
  .bg-line--email-page-part3 {
    top: calc(100vh + 1410px + 2590px);
    width: calc((83.33vw - 1550px) / 2 + 1250px);
  }
}
@media screen and (min-width: 2200px) {
  .bg-line--email-page-part3 {
    top: calc(100vh + 1410px + 2570px);
  }
}

.bg-gradient {
  position: absolute;
}
.bg-gradient--anim-1 {
  animation: bgGradientFloat1 30s ease-in-out infinite;
}
.bg-gradient--anim-2 {
  animation: bgGradientFloat2 30s ease-in-out infinite;
}
.bg-gradient--anim-3 {
  animation: bgGradientFloat3 30s ease-in-out infinite;
}
.bg-gradient--default:nth-child(1) {
  top: 130vh;
  left: -26vw;
  max-width: 55vw;
}
.bg-gradient--default:nth-child(2) {
  top: 300vh;
  right: -22vw;
  max-width: 45vw;
}
.bg-gradient--default:nth-child(3) {
  top: 390vh;
  left: -22vw;
  max-width: 60vw;
}
.bg-gradient--default:nth-child(4) {
  top: 580vh;
  right: 20px;
  max-width: 70vw;
}
.bg-gradient--default:nth-child(5) {
  top: 740vh;
  left: -22vw;
  max-width: 60vw;
}
.bg-gradient--top-left {
  left: -9vw;
  top: -12%;
  max-width: 30vw;
}
.bg-gradient--centre {
  left: 27vw;
  top: 20%;
  max-width: 40vw;
}
.bg-gradient--bottom-right {
  right: -9vw;
  top: 80%;
  max-width: 25vw;
}
.bg-gradient--top-massive {
  left: -15vw;
  top: -5%;
  width: 60vw;
  opacity: 0.55;
}
.bg-gradient--bottom-massive {
  right: -20vw;
  bottom: 20%;
  max-width: 60vw;
  opacity: 0.55;
}

@keyframes bgGradientFloat1 {
  0% {
    transform: translate(160px, -200px);
  }
  32% {
    transform: translate(-80px, 80px);
  }
  58% {
    transform: translate(0px, -240px);
  }
  82% {
    transform: translate(80px, 80px);
  }
  100% {
    transform: translate(160px, -200px);
  }
}
@keyframes bgGradientFloat2 {
  0% {
    transform: translate(-160px, 200px);
  }
  22% {
    transform: translate(160px, -160px);
  }
  47% {
    transform: translate(0px, 240px);
  }
  71% {
    transform: translate(-80px, -40px);
  }
  100% {
    transform: translate(-160px, 200px);
  }
}
@keyframes bgGradientFloat3 {
  0% {
    transform: translate(160px, -200px);
  }
  15% {
    transform: translate(-120px, 0px);
  }
  35% {
    transform: translate(160px, -160px);
  }
  68% {
    transform: translate(-120px, 120px);
  }
  100% {
    transform: translate(160px, -200px);
  }
}
.m3-p8-bg-gradient--1 {
  top: 20vh;
  left: -15vw;
  max-width: 40vw;
}

.m3-p8-bg-gradient--2 {
  bottom: 30vh;
  right: -20vw;
  max-width: 45vw;
}

.button {
  display: inline-flex;
  align-items: center;
  background-color: #31ABAB;
  color: #fff;
  cursor: pointer;
  padding: 19px 37px;
  transition: all 250ms ease;
  opacity: 1;
  visibility: visible;
}
.button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  line-height: 23px;
}
.button__icon {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  height: 40px;
  margin-left: 14px;
}
.button__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.button__icon svg circle {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.54);
  stroke-width: 2px;
}
.button__icon svg circle.fg-circle {
  stroke: #fff;
  opacity: 0;
}
.button__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}
.button.has-icon {
  padding: 11px 37px;
}
.button.has-icon.icon-pos-left {
  padding: 11px 37px 11px 15px;
}
.button.has-icon.icon-pos-left .button__icon {
  margin-left: 0px;
}
.button:hover {
  text-decoration: none;
  color: white;
  background: #2DA0A0;
}
.button--outline {
  background-color: transparent;
  border: 1px solid #31ABAB;
  color: #31ABAB;
}
.button--outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.button--outline-white:hover {
  background-color: #fff;
  color: #31ABAB;
}
.button--white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #31ABAB;
}
.button--white svg .bg-circle {
  stroke: rgba(49, 171, 171, 0.4) !important;
}
.button--white svg .fg-circle {
  stroke-width: 3px !important;
  stroke: rgba(49, 171, 171, 0.75) !important;
}
.button--white:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: #31ABAB;
}
.button.disabled, .button:disabled {
  background-color: rgba(49, 171, 171, 0.22);
  pointer-events: none;
  color: rgba(255, 255, 255, 0.75);
}
.button.hidden {
  opacity: 0;
  visibility: hidden;
}

.noise {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 83.333vw;
  pointer-events: none;
  overflow: hidden;
  z-index: 5;
}
.noise__inner {
  position: absolute;
  left: -50%;
  top: -50%;
  height: 200%;
  width: 200%;
  animation: noise 1.2s steps(3) infinite both;
  background: url("/wp-content/themes/marriott-playbook/library/images/background-noise.webp");
  will-change: auto;
}

@keyframes noise {
  0% {
    transform: translate3d(1%, -1%, 0);
  }
  10% {
    transform: translate3d(-5%, -2%, 0);
  }
  20% {
    transform: translate3d(10%, 5%, 0);
  }
  30% {
    transform: translate3d(5%, -11%, 0);
  }
  40% {
    transform: translate3d(-12%, -5%, 0);
  }
  50% {
    transform: translate3d(10%, 9%, 0);
  }
  60% {
    transform: translate3d(15%, 0, 0);
  }
  70% {
    transform: translate3d(-10%, 8%, 0);
  }
  80% {
    transform: translate3d(10%, 2%, 0);
  }
  90% {
    transform: translate3d(1%, 5%, 0);
  }
  100% {
    transform: translate3d(0, 8%, 0);
  }
}
.js__barba-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #31ABAB;
  z-index: 4;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
.js__barba-transition.loading {
  transform: translateY(0%);
  opacity: 1;
}
.js__barba-transition.loaded {
  transform: translateY(-100%);
  opacity: 0;
}

.dashboard-content {
  transition: transform 1s cubic-bezier(0, 0.45, 0.56, 0.74), opacity 0.6s ease;
}

.barba__transition-active .dashboard-content {
  opacity: 0;
}

.noUi-target {
  height: 12px;
  border: none;
  box-shadow: none;
  background: #4F4F4F;
}
.noUi-target .noUi-connect {
  background-color: #31ABAB;
  transition: background-color ease 300ms;
}
.noUi-target .noUi-connect.is-setting {
  transition: transform ease 300ms;
}
.noUi-target .noUi-handle {
  height: 32px;
  width: 32px;
  top: -11px;
  right: -16px;
  border-radius: 50%;
}
.noUi-target .noUi-origin {
  height: 12px;
}
.noUi-target .noUi-pips .noUi-marker {
  display: none;
}
.noUi-target .noUi-pips .noUi-value-large {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.1px;
  color: rgba(255, 255, 255, 0.75);
}

.noUi-slider-custom-labels {
  position: relative;
  height: 40px;
  margin-top: 18px;
}
.noUi-slider-custom-labels span {
  position: absolute;
  color: #fff;
  transform: translateX(-50%);
}
.noUi-slider-custom-labels .text-left-0percent {
  left: 0px;
  transform: none;
}
.noUi-slider-custom-labels .text-left-20percent {
  left: 20%;
}
.noUi-slider-custom-labels .text-left-40percent {
  left: 40%;
}
.noUi-slider-custom-labels .text-left-50percent {
  left: 50%;
}
.noUi-slider-custom-labels .text-left-60percent {
  left: 60%;
}
.noUi-slider-custom-labels .text-left-80percent {
  left: 80%;
}
.noUi-slider-custom-labels .text-left-100percent {
  right: 0px;
  transform: none;
}

.el__jargon-buster {
  border-bottom: dotted 2px #30AAAA;
}

/**
 * Tippy theme for Jargon Buster
 * https://atomiks.github.io/tippyjs/v6/themes/
 */
.tippy-box[data-theme~=jargon-buster] {
  background-color: #383737;
  color: #31ABAB;
  border-radius: 20px;
  border: 1px solid #31ABAB;
  padding: 16px;
  top: 9px;
  left: -25px;
  text-align: left;
  font-size: 14px;
}
.tippy-box[data-theme~=jargon-buster] span {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.tippy-box[data-theme~=jargon-buster] a {
  color: #31ABAB;
  text-decoration: underline;
}
.tippy-box[data-theme~=jargon-buster] .tippy-arrow:before {
  border: none;
  width: 30px;
  height: 23px;
  top: -21px;
  left: 20px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/jargon-buster-arrow.svg");
  background-size: 30px 25px;
  background-position: top center;
  background-repeat: no-repeat;
}

/* 💪 💪 💪 💪 💪 💪 */
.exercise-tips {
  background: rgba(8, 8, 8, 0.6);
  box-shadow: 3px 0px 50px #33A1A1;
  border-radius: 20px;
  padding: 58px 54px 88px 54px;
}
.exercise-tips-title {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.26px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 29px;
}
.exercise-tips-title-question {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #31ABAB;
  border: 1px solid #31ABAB;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 3px 6px;
  vertical-align: top;
  margin-top: 5px;
}
.exercise-tips-copy {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.85;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 40px;
}
.exercise-tips-copy a {
  color: #31ABAB;
}
.exercise-tips-list-title {
  font-size: 14px;
  line-height: 17px;
  opaicty: 0.85;
  letter-spacing: -0.18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.exercise-tips-list {
  padding: 0px 0px 0px 20px;
  margin: 0;
}
.exercise-tips-list-item {
  font-size: 18px;
  line-height: 28px;
  opaicty: 0.85;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 20px;
  list-style: disc;
}
.exercise-tips-list-item a {
  color: #31ABAB;
}

/***
	Modules
***/
.action-points {
  position: relative;
  z-index: 5;
  margin: 0 100px 200px;
  color: white;
}
.action-points.narrow {
  max-width: 1050px;
  margin: 0 auto 200px;
}
.action-points__col {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 30px;
  max-width: 475px;
}
.action-points__col.has-arrow:not(:nth-last-child(2))::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: -17px;
  width: 34px;
  height: 23px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/action-points/col-arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.action-points__col.horizontal-layout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  max-width: none;
}
.action-points__col.horizontal-layout .action-points__col-icon {
  min-width: 106px;
  margin-right: 0;
}
.action-points__col.horizontal-layout .action-points__col-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
  text-align: left;
}
.action-points__col-icon {
  position: relative;
  width: 106px;
  height: 103px;
  margin: 0 auto 10px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/sphere--small.png");
  background-size: 100% 100%;
  background-position: center;
}
.action-points__col-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.action-points__col-title {
  font-size: 28px;
  line-height: 1.2;
}

.box-reveal {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  margin: 0 100px;
  padding: 128px 0;
  max-width: 83.33vw;
}
.box-reveal.margin-bottom-large {
  margin-bottom: 300px;
  padding-bottom: 0;
}
.box-reveal__background-title {
  position: absolute;
  top: -50px;
  left: -50px;
  font-size: 440px;
  letter-spacing: -4.4px;
  font-weight: bold;
  color: #fff;
  opacity: 0.05;
}
.box-reveal__title {
  font-size: 84px;
  line-height: 101px;
  letter-spacing: -0.84px;
  color: #fff;
  margin-bottom: 45px;
  font-weight: bold;
}
.box-reveal__title--center {
  text-align: center;
}
.box-reveal__title--small {
  font-size: 42px;
  line-height: 50px;
}
.box-reveal__intro {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.28px;
  color: #fff;
  max-width: 375px;
}
.box-reveal__copy {
  opacity: 0.85;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  max-width: 375px;
}
.box-reveal__expand {
  position: relative;
  overflow: hidden;
  min-height: 535px;
  transition: min-height ease 300ms;
  padding-top: 20px;
}
@media screen and (min-width: 1800px) {
  .box-reveal__expand {
    min-height: 635px;
  }
}
.box-reveal__expand-cards {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.box-reveal__expand-content {
  opacity: 1;
  visibility: visible;
  transition: all ease 500ms;
}
.box-reveal__expand-content.faded {
  opacity: 0;
  visibility: hidden;
}
.box-reveal__slider-dots {
  opacity: 1;
  visibility: visible;
  transition: all ease 500ms;
}
.box-reveal__slider-dots.faded {
  opacity: 0;
  visibility: hidden;
}
.box-reveal__open {
  display: block;
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 50px;
  width: 120px;
  height: 120px;
  opacity: 1;
  visibility: visible;
  background: #000;
  color: #fff;
  border: 1px solid #31ABAB;
  border-radius: 50%;
  transform: rotate(25deg);
  font-size: 13px;
  line-height: 120px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse 2s infinite;
  transition: all ease 700ms;
}
.box-reveal__open.faded {
  opacity: 0;
  visibility: hidden;
}
.box-reveal__open:hover {
  text-decoration: none;
  color: #fff;
}
.box-reveal__box {
  position: absolute;
  top: 0px;
  left: 80px;
  will-change: transform;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
.box-reveal__box.slider-only {
  display: none;
  transition-duration: 0s;
}
.box-reveal__box--1 {
  transition-delay: 0.25s;
}
.box-reveal__box--1 .box-reveal__box-image {
  transform: rotate(14deg);
  top: -9px;
  left: -9px;
}
.box-reveal__box--2 {
  transition-delay: 0.3s;
}
.box-reveal__box--2 .box-reveal__box-image {
  transform: rotate(8deg);
}
.box-reveal__box--3 {
  transition-delay: 0.35s;
}
.box-reveal__box--3 .box-reveal__box-image {
  transform: rotate(15deg);
  top: 9px;
  left: 9px;
}
.box-reveal__box--4 {
  transition-delay: 0.4s;
}
.box-reveal__box-image {
  width: 256px;
  height: 341px;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1800px) {
  .box-reveal__box-image {
    width: 341px;
    height: 454px;
  }
}
.box-reveal__box-image-inner {
  position: relative;
}
.box-reveal__box-image-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.137829912%;
}
.box-reveal__box-image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.box-reveal__box-title {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  color: #fff;
  transition: opacity 0.3s ease;
  transition-delay: 0.5s;
  padding: 24px 12px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
}
.box-reveal__box-copy {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  color: #fff;
  transition: opacity 0.3s ease;
  transition-delay: 0.5s;
  padding: 0 12px;
}
.box-reveal__button {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}
.box-reveal__button.faded {
  opacity: 0;
  visibility: hidden;
}
.box-reveal.revealed .box-reveal__content {
  display: none;
}
.box-reveal.revealed .box-reveal__expand {
  width: 100%;
}
.box-reveal.revealed .box-reveal__slider {
  position: relative;
}
.box-reveal.revealed .box-reveal__slider * {
  pointer-events: none;
}
.box-reveal.revealed .box-reveal__slider-dots {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.box-reveal.revealed .box-reveal__slider-dots .dot {
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #31ABAB;
  background-color: transparent;
  transition: background-color ease 200ms;
  margin: 0 10px;
}
.box-reveal.revealed .box-reveal__slider-dots .dot.active, .box-reveal.revealed .box-reveal__slider-dots .dot:hover {
  background-color: #31ABAB;
}
.box-reveal.revealed .box-reveal__box {
  position: absolute;
  top: auto;
  left: 0;
  width: 25%;
}
.box-reveal.revealed .box-reveal__box--1 {
  left: 0;
}
.box-reveal.revealed .box-reveal__box--1.card-count-3 {
  width: 33.33%;
}
.box-reveal.revealed .box-reveal__box--2 {
  left: 25%;
}
.box-reveal.revealed .box-reveal__box--2.card-count-3 {
  left: 33.33%;
  width: 33.33%;
}
.box-reveal.revealed .box-reveal__box--3 {
  left: 50%;
}
.box-reveal.revealed .box-reveal__box--3.card-count-3 {
  left: 66.66%;
  width: 33.33%;
}
.box-reveal.revealed .box-reveal__box--4 {
  left: 75%;
}
.box-reveal.revealed .box-reveal__box--5 {
  left: 100%;
}
.box-reveal.revealed .box-reveal__box--6 {
  left: 125%;
}
.box-reveal.revealed .box-reveal__box--7 {
  left: 150%;
}
.box-reveal.revealed .box-reveal__box--8 {
  left: 175%;
}
.box-reveal.revealed .box-reveal__box.slider-only {
  display: block;
}
.box-reveal.revealed .box-reveal__box-image {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
  left: 0 !important;
  top: 0 !important;
  padding: 0px 12px;
}
.box-reveal.revealed .box-reveal__box-title {
  height: auto;
  opacity: 1;
}
.box-reveal.revealed .box-reveal__box-copy {
  height: auto;
  opacity: 1;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.content-and-image {
  position: relative;
  z-index: 5;
}
.content-and-image .zigzag-1 {
  width: calc(100% - (100% - 1290px) / 2 - 30px);
  right: 0;
  bottom: -350px;
}
.content-and-image__inner {
  width: 100%;
  padding: 128px 130px;
  max-width: 1550px;
  margin: 0 auto;
}
.content-and-image__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 15px;
}
.content-and-image__title--small {
  font-size: 28px;
  line-height: 36px;
}
.content-and-image__text-col {
  width: 490px;
  max-width: 90%;
  margin-right: auto;
}
.text-width-normal .content-and-image__text-col {
  width: 550px;
}
.text-width-wide .content-and-image__text-col {
  width: 610px;
}
.content-and-image__copy {
  opacity: 0.85;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}
.content-and-image__image {
  width: 100%;
  max-width: 585px;
  margin-top: 20px;
  margin-left: auto;
}
.content-and-image__image img {
  min-height: 490px;
}
.content-and-image .flex-row-reverse .content-and-image__text-col {
  margin-left: auto;
  margin-right: 0;
}
.content-and-image .flex-row-reverse .content-and-image__image {
  margin-right: auto;
  margin-left: 0;
}
.content-and-image.key-principles .content-and-image__inner {
  padding-bottom: 30px;
}

.hero {
  width: 100%;
  min-height: 100vh;
  min-height: calc(100vh - 30px);
  position: relative;
  overflow: hidden;
  max-width: 83.33vw;
}
.hero > .row {
  min-height: 100vh;
  min-height: calc(100vh - 30px);
}
.hero__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.hero__background-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #080808 0%, #080808 10%, rgba(8, 8, 8, 0) 95%);
  opacity: 0.7;
}
.no-gradient .hero__background-image:after {
  display: none;
}
.hero__background-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.hero__overlaid-image {
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 12.5%;
  width: 61%;
  height: auto;
}
.hero__overlaid-image--width-narrow {
  top: 13.5%;
  width: 37%;
}
.hero__overlaid-image--width-narrow img {
  max-height: calc(100vh - 360px);
}
@media screen and (min-height: 1000px) {
  .hero__overlaid-image--width-narrow img {
    max-height: calc(100vh - 320px);
  }
}
.hero__content {
  padding: 195px 100px 100px;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 1800px) {
  .hero__content {
    padding: 195px 150px 100px;
  }
}
.narrow-content .hero__content {
  max-width: 65%;
  padding-right: 30px;
}
.hero__subtitle {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}
.hero__title {
  font-size: 72px;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (min-width: 1800px) {
  .hero__title:not(.hero__title--medium) {
    font-size: 100px;
    margin-bottom: 60px;
  }
}
.hero__copy {
  max-width: 83%;
  margin-bottom: 45px;
}
@media screen and (min-width: 1800px) {
  .hero__copy {
    margin-bottom: 60px;
  }
}
.hero__copy p {
  opacity: 1;
}
.hero__bullet-point-title {
  margin-bottom: 15px;
}
.hero__bullet-points {
  max-width: 85%;
}
.hero__bullet-points ul {
  margin: 0 0 20px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.hero__bullet-points ul li {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  font-size: 15px;
  letter-spacing: -0.4px;
  opacity: 0.85;
  padding-left: 13px;
  padding-right: 30px;
}
.hero__bullet-points ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  margin-right: 7px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1800px) {
  .hero__bullet-points ul li {
    font-size: 18px;
  }
}
.hero__bullet-points--one-column ul li {
  flex: 0 0 100%;
  max-width: 100%;
}
.hero__bullet-points.always-large-text li {
  font-size: 18px;
}
.hero__continue-cta {
  display: none;
  position: absolute;
  z-index: 2;
  right: 150px;
  bottom: 58px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 35px 2px;
  text-align: center;
  cursor: pointer;
}
.hero__continue-cta:after {
  content: "";
  height: 60px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  transition: all ease 300ms;
}
.hero.continue-active .hero__continue-cta {
  display: block;
}
.hero__vid-cta {
  position: absolute;
  right: 150px;
  bottom: 58px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 30px 2px;
  text-align: center;
}
.hero__video-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 4;
}

.hero + .parallax {
  padding-top: 75px;
}

.parallax {
  width: 100%;
  max-width: 83.33vw;
  max-width: 2000px;
  margin: 0 auto;
  padding: 128px 100px;
  min-height: 100vh;
  position: relative;
  z-index: 5;
}
.parallax__title {
  color: #fff;
  text-align: center;
  line-height: 1.25;
  max-width: 800px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
.parallax__block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  z-index: 5;
}
.parallax__block-image {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 75px;
  opacity: 0.82;
}
.parallax__block-image-inner {
  position: relative;
}
.parallax__block-image-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.parallax__block-image-inner img {
  position: absolute;
  top: 0;
  left: 0;
}
.parallax__block-title {
  font-size: 28px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 28px;
  font-weight: 700;
  opacity: 1;
}
.parallax__block-copy {
  color: #fff;
  margin-bottom: 0px;
  opacity: 1;
}
.parallax__block-1 {
  flex: 0 0 40%;
  max-width: 40%;
}
.parallax__block-1 .parallax__block-image {
  width: 100%;
}
.parallax__block-1 .parallax__block-image-inner {
  position: relative;
}
.parallax__block-1 .parallax__block-image-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 71.7228464419%;
}
.parallax__block-1 .parallax__block-title,
.parallax__block-1 .parallax__block-copy,
.parallax__block-1 .parallax__block-button {
  width: 85%;
  max-width: 340px;
}
.parallax__block-1 .button {
  margin-top: 45px;
}
.parallax__block-2 {
  flex: 0 0 60%;
  max-width: 60%;
  margin-top: 10vw;
}
.parallax__block-2 .parallax__block-image {
  width: 110%;
  left: -10%;
  opacity: 1;
}
.parallax__block-2 .parallax__block-image-inner {
  position: relative;
}
.parallax__block-2 .parallax__block-image-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 47.2686733556%;
}
.parallax__block-2 .parallax__block-title,
.parallax__block-2 .parallax__block-copy,
.parallax__block-2 .parallax__block-button {
  max-width: 540px;
}
.parallax__block-3 {
  flex: 0 0 40%;
  max-width: 40%;
  margin-top: -4vw;
}
.parallax__block-3 .parallax__block-image {
  width: 85%;
}
.parallax__block-3 .parallax__block-image-inner {
  position: relative;
}
.parallax__block-3 .parallax__block-image-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 134.9246231156%;
}
.parallax__block-4 {
  flex: 0 0 40%;
  max-width: 40%;
  margin-top: 9vw;
}
.parallax__block-4 .parallax__block-image {
  width: 70%;
  margin-right: auto;
}
.parallax__block-4 .parallax__block-image-inner {
  position: relative;
}
.parallax__block-4 .parallax__block-image-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 72.3860589812%;
}
.parallax__block-alignment-left.parallax__block-2 {
  margin-top: 7vw;
}
.parallax__block-alignment-left.parallax__block-2 .parallax__block-image {
  left: 0px;
  right: -10%;
}
.parallax__block-alignment-right.parallax__block-1 {
  margin-top: -4vw;
}
.parallax__block-alignment-right.parallax__block-1 .parallax__block-image {
  opacity: 1;
}
.parallax__block-alignment-right .parallax__block-title,
.parallax__block-alignment-right .parallax__block-copy,
.parallax__block-alignment-right .parallax__block-button {
  margin-left: auto;
}
.parallax__video {
  width: 900px;
  height: 430px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.parallax__video .js__play-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.parallax__video .js__play-video * {
  display: none;
}
.parallax__video .circle-outer,
.parallax__video .circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-color: rgba(49, 171, 171, 0.22);
  transition: transform ease 300ms, opacity ease 300ms;
}
.parallax__video .circle-inner {
  transform: translate(-50%, -50%) scale(0.75);
  background-color: #31ABAB;
}
.parallax__video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parallax__video:hover .circle-outer {
  transform: translate(-50%, -50%);
  opacity: 0;
}
.parallax__video:hover .circle-inner {
  transform: translate(-50%, -50%) scale(1);
}

.section-footer {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 128px 100px 0;
  max-width: 83.33vw;
}
.section-footer.bottom-padding {
  padding-bottom: 100px;
}
.section-footer__inner {
  position: relative;
  overflow: hidden;
  background: #000;
  border-radius: 20px 20px 0 0;
}
.bottom-padding .section-footer__inner {
  border-radius: 20px;
}
.section-footer__inner-top {
  padding: 95px 9% 80px;
  background: linear-gradient(to bottom, #1D1D1D 0%, #201F1F 64%, #121212 100%);
}
.section-footer__inner-top.padding-top-large {
  padding: 145px 9%;
}
.section-footer__background-title {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 440px;
  line-height: 1;
  letter-spacing: -4.4px;
  color: #D2E9FF;
  opacity: 0.03;
  font-weight: 900;
}
.section-footer__background-title--large {
  font-size: 680px;
  top: -200px;
}
.section-footer__title {
  font-size: 65px;
  line-height: 78px;
  letter-spacing: -0.65px;
  color: #fff;
  margin-bottom: 30px;
}
.section-footer__copy {
  opacity: 0.85;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
}
.section-footer__copy a {
  color: #31ABAB;
}
.section-footer__step {
  padding: 20px;
  text-align: left;
}
.section-footer__step-title {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 700;
  opacity: 1;
}
.section-footer__step-copy {
  opacity: 0.85;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
}
.section-footer__cta {
  position: relative;
  padding: 50px 9% 127px 10%;
  background: black;
}
.section-footer__cta a:hover {
  text-decoration: none;
}
.section-footer__cta a:hover .section-footer__cta-background-image {
  transform: scale(1.1);
}
.section-footer__cta-background-image-container {
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
}
.section-footer__cta-background-image-container.opacity-25 {
  opacity: 0.25;
}
.section-footer__cta-background-image-container.opacity-100 {
  opacity: 1;
}
.section-footer__cta-background-image-container .section-footer__cta-background-image {
  transform: scale(1);
  transition: all ease-in-out 800ms;
}
.section-footer__cta-intro-label {
  display: block;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.22px;
  color: #fff;
  margin-bottom: 15px;
}
.section-footer__cta-label {
  display: block;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
}
.section-footer__cta-sublabel {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 125px);
  padding-right: 25px;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.19px;
  color: #fff;
}
.section-footer__cta-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
}
.section-footer__cta-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.section-footer__cta-arrow svg circle {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.54);
  stroke-width: 2px;
}
.section-footer__cta-arrow svg circle.fg-circle {
  stroke: #fff;
  opacity: 0;
}
.section-footer__cta-arrow img {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-1 {
  position: relative;
  z-index: 5;
  padding: 128px 0;
  max-width: 83.33vw;
}
.slider-1--large-bottom-padding {
  padding-bottom: 220px;
}
.slider-1__background-title {
  position: absolute;
  top: -50px;
  left: -50px;
  font-size: 440px;
  letter-spacing: -4.4px;
  color: #fff;
  opacity: 0.06;
  font-weight: 700;
}
.slider-1__top {
  padding: 0 150px;
  max-width: 1516px;
  margin: 0 auto;
}
.slider-1__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 35px;
}
.slider-1__copy {
  opacity: 0.75;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}
.slider-1__slider {
  perspective: 1200px;
  position: relative;
  z-index: 5;
  min-height: 550px;
  opacity: 0;
  transition: all ease 450ms;
  margin-top: 30px;
}
@media screen and (min-width: 1800px) {
  .slider-1__slider {
    min-height: 700px;
  }
}
.slider-1__slider.is-active {
  opacity: 1;
}
.slider-1__text-col {
  position: absolute;
  z-index: 6;
  width: 16.5%;
  max-width: 300px;
  height: 550px;
  color: #fff;
  left: 80px;
}
@media screen and (min-width: 1200px) {
  .slider-1__text-col {
    width: 19.5%;
    left: 105px;
  }
}
@media screen and (min-width: 1500px) {
  .slider-1__text-col {
    width: 25%;
    left: 113px;
  }
}
@media screen and (min-width: 1680px) {
  .slider-1__text-col {
    left: 120px;
  }
}
@media screen and (min-width: 1800px) {
  .slider-1__text-col {
    width: 20%;
    left: 160px;
    height: 700px;
  }
}
@media screen and (min-width: 1900px) {
  .slider-1__text-col {
    width: 21%;
    left: 12%;
  }
}
@media screen and (min-width: 2050px) {
  .slider-1__text-col {
    width: 22%;
    left: 12%;
  }
}
.slider-1__text-col-inner {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 20%;
  width: 100%;
  height: 400px;
  opacity: 0;
}
@media screen and (min-width: 1800px) {
  .slider-1__text-col-inner {
    padding-top: 40%;
  }
}
.slider-1--mtm4p4 .slider-1__text-col-inner, .slider-1--mpm1p6 .slider-1__text-col-inner {
  padding-top: 10%;
}
.slider-1__text-col-inner.active {
  opacity: 1;
}
.slider-1__text-col-inner .title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  hyphens: none;
  opacity: 1;
}
.slider-1__text-col-inner .copy {
  font-size: 16px;
  line-height: 28px;
  hyphens: none;
}
@media screen and (min-width: 1800px) {
  .slider-1__text-col-inner .copy {
    font-size: 18px;
    line-height: 30px;
  }
}
.slider-1__controls {
  position: absolute;
  bottom: 0px;
  max-height: 125px;
  width: 100%;
}
@media screen and (min-width: 1800px) {
  .slider-1__controls {
    bottom: 70px;
  }
}
.slider-1__controls .button {
  margin-top: 30px;
}
.slider-1__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 114px;
  margin-bottom: 55px;
  transition: opacity ease 300ms;
}
.slider-1__arrows img {
  cursor: pointer;
}
.slider-1__arrows img.disabled {
  opacity: 0.25;
  cursor: normal;
}
.slider-1__progress {
  display: flex;
  align-items: center;
}
.slider-1__progress-count {
  margin-right: 40px;
  font-size: 22px;
  line-height: 26px;
}
.slider-1__progress-count span {
  font-size: 30px;
  line-height: 36px;
}
.slider-1__progress-bar {
  position: relative;
  width: 210px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
}
.slider-1__progress-bar-fg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #31ABAB;
  transition: width ease 300ms;
}
.slider-1__slide {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transform-style: preserve-3d;
}
.slider-1__slide.js__current {
  transform: translate3d(0, -50%, 0) scale(0.65);
  z-index: 2;
}
@media screen and (min-width: 1800px) {
  .slider-1__slide.js__current {
    transform: translate3d(0, -50%, 0) scale(1);
  }
}
.slider-1__slide.js__current .details {
  opacity: 1;
  visibility: visible;
}
.slider-1__slide.js__slider-1-next {
  z-index: 2;
  transform: translate3d(0, -50%, -100px) rotateY(-55deg) scale(0.55);
}
@media screen and (min-width: 1800px) {
  .slider-1__slide.js__slider-1-next {
    transform: translate3d(0, -50%, -100px) rotateY(-55deg) scale(0.75);
  }
}
.slider-1__slide.js__slider-1-prev {
  z-index: 2;
  transform: translate3d(0, -50%, -100px) rotateY(55deg) scale(0.55);
}
@media screen and (min-width: 1800px) {
  .slider-1__slide.js__slider-1-prev {
    transform: translate3d(0, -50%, -100px) rotateY(55deg) scale(0.75);
  }
}
.slider-1__slide-inner {
  width: 524px;
  height: 650px;
}
.slider-1__slide-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider-1__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero + .slider-2 {
  padding-top: 125px;
}

.slider-2 {
  padding-top: 50px;
}
.slider-2__top {
  color: #fff;
  max-width: 83.333vw;
}
.slider-2__top h1 {
  margin-bottom: 30px;
}
.slider-2__intro {
  margin-bottom: 48px;
}
.slider-2__main {
  position: relative;
  z-index: 5;
  height: 80vh;
  max-height: 630px;
  max-width: 83.333vw;
}
@media screen and (min-width: 1900px) {
  .slider-2__main {
    max-height: 820px;
    margin-top: 60px;
  }
}
.slider-2.full-height {
  padding-top: 155px;
  min-height: calc(100vh - 30px);
}
@media screen and (min-width: 1800px) {
  .slider-2.full-height {
    padding-top: 185px;
  }
}
.slider-2__inner {
  width: 1385px;
  max-width: 90%;
  height: 630px;
  margin: 0 auto;
  color: #fff;
}
.slider-2__title-vertical {
  position: absolute;
  top: 0px;
  width: 290px;
  height: 80px;
  transform: rotate(-90deg) translate(-106px, -64px);
}
@media screen and (min-width: 1900px) {
  .slider-2__title-vertical {
    width: 430px;
    transform: rotate(-90deg) translate(-177px, -199px);
  }
}
.slider-2__title-vertical h1 {
  text-align: right;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (min-width: 1900px) {
  .slider-2__title-vertical h1 {
    font-size: 55px;
  }
}
.slider-2__content {
  position: relative;
  max-width: 448px;
  height: 60%;
  margin-left: auto;
  margin-right: 4px;
  z-index: 2;
}
@media screen and (min-width: 1900px) {
  .slider-2__content {
    width: 603px;
    margin-right: -4px;
  }
}
.slider-2__content h2 {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 1900px) {
  .slider-2__content h2 {
    font-size: 28px;
  }
}
.slider-2__content p {
  font-size: 13px;
}
@media screen and (min-width: 1900px) {
  .slider-2__content p {
    font-size: 16px;
  }
}
.slider-2__images {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: 480px;
  width: 970px;
}
@media screen and (min-width: 1900px) {
  .slider-2__images {
    min-height: 714px;
    width: 1384px;
  }
}
.slider-2__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 180px;
  transition: all ease 300ms;
  background-size: cover;
}
@media screen and (min-width: 1900px) {
  .slider-2__image {
    width: 180px;
    height: 260px;
  }
}
.slider-2__image--2 {
  transform: translateX(155px);
  width: 340px;
  height: 480px;
}
@media screen and (min-width: 1900px) {
  .slider-2__image--2 {
    transform: translateX(214px);
    width: 532px;
    height: 714px;
  }
}
.slider-2__image--3 {
  transform: translateX(520px);
}
@media screen and (min-width: 1900px) {
  .slider-2__image--3 {
    transform: translateX(780px);
  }
}
.slider-2__image--4 {
  transform: translateX(675px);
}
@media screen and (min-width: 1900px) {
  .slider-2__image--4 {
    transform: translateX(994px);
  }
}
.slider-2__image--5 {
  transform: translateX(840px);
}
@media screen and (min-width: 1900px) {
  .slider-2__image--5 {
    transform: translateX(1208px);
  }
}
.slider-2__text-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 300ms, visibility ease 300ms;
}
.slider-2__text-slide.active {
  opacity: 1;
  visibility: visible;
}
.slider-2__controls {
  padding-top: 215px;
}
@media screen and (min-width: 1900px) {
  .slider-2__controls {
    padding-top: 355px;
  }
}
.slider-2__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 114px;
}
.slider-2__arrows img {
  max-width: 26px;
  transition: all ease 300ms;
}
@media screen and (min-width: 1900px) {
  .slider-2__arrows img {
    max-width: 34px;
  }
}
.slider-2__arrows img.disabled {
  pointer-events: none;
  cursor: normal;
  opacity: 0.22;
}
.slider-2__progress {
  display: flex;
  align-items: center;
}
.slider-2__progress-count {
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.2;
  min-width: 30px;
}
@media screen and (min-width: 1900px) {
  .slider-2__progress-count {
    min-width: 35px;
    font-size: 22px;
  }
}
.slider-2__progress-count span {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 1900px) {
  .slider-2__progress-count span {
    font-size: 30px;
  }
}
.slider-2__progress-bar {
  position: relative;
  width: 140px;
  height: 3px;
  margin-right: 25px;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 1900px) {
  .slider-2__progress-bar {
    width: 200px;
  }
}
.slider-2__progress-bar-fg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #31ABAB;
  transition: width ease 300ms;
}
.slider-2__button {
  position: relative;
  top: -20px;
}
.slider-2__bg-gradient {
  opacity: 0.8;
  left: -10vw;
  top: 0;
  max-width: 35vw;
}

.instagram-slider {
  width: 83.33vw;
  min-height: 1140px;
  padding: 145px 100px;
  color: #fff;
}
@media screen and (min-width: 1800px) {
  .instagram-slider {
    padding: 145px 150px;
  }
}
.instagram-slider__title {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (min-width: 1800px) {
  .instagram-slider__title {
    font-size: 42px;
  }
}
.instagram-slider__copy {
  margin-bottom: 45px;
}
.instagram-slider__text-col h2 {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 1800px) {
  .instagram-slider__text-col h2 {
    font-size: 28px;
  }
}
.instagram-slider__text-col p {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 1800px) {
  .instagram-slider__text-col p {
    font-size: 18px;
  }
}
.instagram-slider__text-slide {
  padding-right: 50px;
  min-height: 120px;
}
.instagram-slider__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 114px;
  margin: 45px 0 55px;
}
.instagram-slider__progress {
  display: flex;
  align-items: center;
}
.instagram-slider__progress-count {
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.2;
  min-width: 30px;
}
@media screen and (min-width: 1800px) {
  .instagram-slider__progress-count {
    min-width: 35px;
    font-size: 22px;
  }
}
.instagram-slider__progress-count span {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 1800px) {
  .instagram-slider__progress-count span {
    font-size: 30px;
  }
}
.instagram-slider__progress-bar {
  position: relative;
  width: 210px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
}
.instagram-slider__progress-bar-fg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #31ABAB;
  transition: width ease 300ms;
}
.instagram-slider__button {
  margin-top: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 300ms;
}
.instagram-slider__button.active {
  opacity: 1;
  visibility: visible;
}
.instagram-slider__images {
  top: -45px;
}
.instagram-slider__images img {
  max-width: 100%;
  width: 464px;
}

.dashboard-header + .text-row__full {
  padding: 100px !important;
  overflow: visible;
}
@media screen and (min-width: 1800px) {
  .dashboard-header + .text-row__full {
    padding: 130px 100px 100px !important;
  }
}

.hero + .text-row {
  padding-top: 150px;
}

.text-row {
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 83.33vw;
}
.text-row__auto {
  padding: 100px;
}
.text-row__full {
  padding: 50px 100px;
  min-height: 100vh;
  min-height: calc(100vh - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-row__large {
  padding: 220px 100px 120px;
}
.text-row__small {
  padding: 100px 100px 30px;
}
.text-row--no-bottom-padding {
  padding-bottom: 0;
}
.text-row--no-bottom-padding .text-row__intro {
  margin-bottom: 0 !important;
}
.text-row > .row {
  height: 100%;
}
.text-row__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#what-is-sem .text-row__background-image img {
  object-position: bottom;
}
.text-row__title {
  font-size: 55px;
  line-height: 56px;
  letter-spacing: -0.55px;
  color: #fff;
  margin-bottom: 32px;
}
.text-row__title--huge {
  font-size: 100px;
  line-height: 105px;
  margin-bottom: 50px;
}
.text-row__title--small {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1500px) {
  .text-row__title--large {
    font-size: 100px;
    line-height: 0.95;
  }
}
.text-row__image {
  margin: 30px auto 35px;
  max-width: 100%;
}
.text-row__intro {
  color: #fff;
  margin-bottom: 60px;
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.text-row__intro.full-width {
  max-width: none;
}
.text-row__small .text-row__intro {
  margin-bottom: 35px;
}
.text-row__intro--large {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  max-width: none;
  width: 100%;
}
.text-row__intro a {
  color: #31ABAB;
  text-decoration: underline;
}
.text-row__copy-col {
  margin-bottom: 25px;
}
.text-row__copy-col-content p {
  line-height: 30px;
  margin-bottom: 28px;
}
.text-row--mpm4p27 {
  padding-top: 158px;
}
@media screen and (min-width: 1800px) {
  .text-row--mpm4p27 {
    padding-top: 178px;
  }
}
.text-row--mpm4p27 .text-row__image {
  width: 604px;
  height: 254px;
  object-fit: cover;
  margin-bottom: 0;
}
.text-row--mtm5p2 .text-row__title {
  font-size: 2.4vw;
  line-height: 1.2;
}
.text-row.copywriting {
  max-width: 1550px;
  margin: 0 auto;
  padding-bottom: 150px;
  padding-top: 150px;
}
.text-row#pr-and-partnerships .text-row__background-image img {
  opacity: 0.3;
}

.toggle-content {
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 128px 130px;
}
@media screen and (min-width: 1800px) {
  .toggle-content {
    padding: 128px 0px;
  }
}
.toggle-content__top {
  margin-bottom: 55px;
}
.toggle-content__tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  background-repeat: 1px solid #31ABAB;
  margin-bottom: 55px;
}
.toggle-content__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #31ABAB;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  height: 75px;
  color: #31ABAB;
  transition: all ease 300ms;
  cursor: pointer;
}
.toggle-content__tab.active, .toggle-content__tab:hover {
  background: #31ABAB;
  color: #fff;
}
.toggle-content__tab:hover {
  background: #2F9B9B;
}
.toggle-content__content {
  display: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 -15px;
}
.toggle-content__content.active {
  display: flex;
}
.toggle-content__text-col {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 0 15px;
}
.toggle-content__text-col-title {
  margin-bottom: 30px;
}
.toggle-content__text-col-copy {
  margin-bottom: 45px;
}
.toggle-content__image-col {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
  padding: 0 15px;
}
.toggle-content__image-col--small {
  flex: 0 0 38%;
  max-width: 38%;
}
.toggle-content__image-col img {
  object-position: right top;
}

.summary {
  min-height: 100vh;
  min-height: calc(100vh - 30px);
  position: relative;
  padding: 128px 100px;
  max-width: 83.33vw;
  z-index: 1;
}
.summary__title {
  font-size: 80px;
  line-height: 85px;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 1800px) {
  .summary__title {
    font-size: 100px;
    line-height: 100px;
  }
}
.summary__subtitle {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 48px;
}
.summary__steps {
  padding: 0px;
  margin: 0px 0px 40px 0px;
}
.summary__step {
  display: flex;
  flex-wrap: row;
  align-items: top;
  margin-bottom: 40px;
}
.summary__step-count {
  min-width: 120px;
  flex: 0 0 120px;
  font-size: 70px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.7px;
  opacity: 0.6;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
}
.summary__step-content {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
  color: #fff;
}
.summary__step-content p {
  margin: 0;
}
.summary__step-content li {
  position: relative;
  color: #fff;
  padding-left: 13px;
}
.summary__step-content li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  margin-right: 7px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
.summary__step-content a {
  color: #31ABAB;
}
.summary__step-content a:hover {
  color: #31ABAB;
}
.summary__button {
  margin-top: 20px;
  margin-left: 120px;
}

.video {
  width: 100%;
  max-width: 83.33vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.video .row {
  height: 100%;
}
.video__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  z-index: 1;
}
.video__background.darken-bg {
  opacity: 0.5;
}
.video__background-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.video__content {
  z-index: 2;
  max-width: 80%;
  margin: 0 auto;
}
.video__title {
  font-size: 72px;
  line-height: 1.05;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 77px;
}
.video__title.margin-small {
  margin-bottom: 38px;
}
@media screen and (min-width: 1750px) {
  .video__title {
    font-size: 100px;
  }
}
.video__subtitle {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 107px;
  max-width: 90%;
  margin: 0 auto 107px auto;
}
.video__subtitle.margin-small {
  margin-bottom: 52px;
}
.video__button {
  cursor: pointer;
}
.video__cursor {
  display: none;
}
.has-cursor .video__cursor {
  display: block;
  position: fixed;
  pointer-events: none;
  z-index: 2;
  top: -100px;
  left: -100px;
  width: 74px;
  height: 74px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/video-cursor-play.svg");
  background-size: 10px 13px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  visibility: visible;
  transition: opacity ease 200ms, visibility ease 200ms;
}
.has-cursor .video__cursor.is-faded {
  opacity: 0;
  visibility: hidden;
}

.sphere-steps {
  position: relative;
  overflow: hidden;
  height: 81vw;
  margin: 0 30px;
}
.sphere-steps__bg-line {
  position: absolute;
  width: 90%;
  top: -12vw;
  left: 8%;
}
.sphere-steps__sphere {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/sphere.png");
  background-position: center;
  background-size: 100% 100%;
  transition: transform ease-in-out 500ms;
  padding: 30px;
}
.sphere-steps__sphere--1 {
  width: 33.5%;
  height: 32%;
  top: 13%;
  left: 14.75%;
}
.sphere-steps__sphere--2 {
  width: 28%;
  height: 27%;
  top: 15%;
  left: 61.5%;
}
.sphere-steps__sphere--3 {
  width: 23.65%;
  height: 22%;
  top: 46.4%;
  left: 73.5%;
}
.sphere-steps__sphere--4 {
  width: 33.5%;
  height: 32%;
  top: 45.4%;
  left: 37.5%;
}
.sphere-steps__sphere--5 {
  width: 23.5%;
  height: 22%;
  top: 70.4%;
  left: 16.4%;
}
.sphere-steps__sphere:hover {
  text-decoration: none;
  transform: scale(1.05);
}
.sphere-steps__title {
  line-height: 1;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.sphere-steps__title--outlined {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  letter-spacing: 0px;
}
.sphere-steps__title--small {
  font-size: 1.9vw;
}
.sphere-steps__title--large {
  font-size: 2.4vw;
}
@media screen and (min-width: 1920px) {
  .sphere-steps__title--small {
    font-size: 38px;
  }
  .sphere-steps__title--large {
    font-size: 54px;
  }
}
.sphere-steps__icon {
  position: relative;
  margin-top: 14px;
  border-radius: 50%;
  width: 15%;
  height: 15.5%;
  min-width: 42px;
  min-height: 43px;
}
.sphere-steps__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
}
.sphere-steps__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sphere-steps__icon svg circle {
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.45);
  stroke-width: 2px;
}
.sphere-steps__icon svg circle.fg-circle {
  stroke: #000;
  opacity: 0;
}
.sphere-steps-bg-gradient--1 {
  top: 75vh;
  right: -25vw;
  max-width: 75vw;
}
.sphere-steps-bg-gradient--2 {
  bottom: -30vh;
  left: -30vw;
  max-width: 75vw;
}

.content-cards {
  max-width: 83.33vw;
  position: relative;
  z-index: 5;
  padding: 128px 0 0;
  margin: 0 100px 128px;
}
.content-cards__background-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30vw;
  line-height: 0.9;
  letter-spacing: -4.4px;
  color: #fff;
  opacity: 0.08;
  font-weight: bold;
}
.content-cards__title {
  font-size: 84px;
  line-height: 101px;
  letter-spacing: -0.84px;
  color: #fff;
  margin-bottom: 67px;
}
.content-cards__intro {
  color: #fff;
  opacity: 1;
  margin-bottom: 52px;
  margin-top: -15px;
}
.content-cards__card {
  padding: 0 20px;
  margin-bottom: 40px;
}
.content-cards__card-title {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  opacity: 1;
}
.content-cards__card-content {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #DADADA;
}
.content-cards__card-content li {
  position: relative;
  color: #fff;
  opacity: 0.85;
  padding-left: 13px;
}
.content-cards__card-content li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  margin-right: 7px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
.content-cards__button {
  padding: 0 35px !important;
  margin-top: 20px;
}
.content-cards__button .button {
  width: 100%;
  justify-content: center;
}

.task-intro {
  width: 100%;
  max-width: 83.33vw;
  min-height: 100vh;
  min-height: calc(100vh - 30px);
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.task-intro > .row {
  min-height: calc(100vh - 30px);
}
.task-intro__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.8;
}
.task-intro__background-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.task-intro__content {
  padding: 150px 100px 50px;
  min-height: calc(100vh - 30px);
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 1800px) {
  .task-intro__content {
    padding-bottom: 135px;
  }
}
.task-intro__subtitle {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}
.task-intro__title {
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (min-width: 1800px) {
  .task-intro__title {
    font-size: 80px;
    line-height: 85px;
  }
}
.task-intro__copy {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 56px;
}
.task-intro__columns {
  margin: 0 -15px;
}
.task-intro__columns p:last-of-type {
  margin-bottom: 0;
}
.task-intro__column-title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.task-intro__left-column {
  padding-right: 45px;
}
.task-intro__left-column.col-auto {
  padding-right: 55px;
}
.task-intro__center-column {
  padding-left: 45px;
  padding-right: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.task-intro__right-column {
  padding-left: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.task-intro__left-column + .task-intro__right-column {
  padding-left: 60px;
}
@media screen and (min-width: 1800px) {
  .task-intro__left-column + .task-intro__right-column {
    padding-left: 90px;
  }
}
.task-intro__column-subtitle {
  font-size: 16px;
  line-height: 1.5;
  opacity: 1;
  font-weight: bold;
  margin-bottom: 2px;
  opacity: 1;
}
@media screen and (min-width: 1800px) {
  .task-intro__column-subtitle {
    font-size: 20px;
  }
}
.task-intro__column-copy {
  font-size: 15px;
  margin-bottom: 23px;
  opacity: 1;
}
@media screen and (min-width: 1800px) {
  .task-intro__column-copy {
    font-size: 18px;
  }
}
.task-intro__column-copy a {
  color: #31ABAB;
  text-decoration: underline;
}
.task-intro__column-copy a:hover {
  color: #31ABAB;
  opacity: 0.9;
}
.task-intro__column-bullet-points {
  margin-bottom: 0;
}
.task-intro__column-bullet-points li {
  position: relative;
  font-size: 15px;
  opacity: 0.85;
  padding-left: 13px;
  letter-spacing: -0.4px;
}
.task-intro__column-bullet-points li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  margin-right: 7px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1800px) {
  .task-intro__column-bullet-points li {
    font-size: 18px;
  }
}
.task-intro__column-bullet-points.num-cols-2 {
  display: flex;
  flex-wrap: wrap;
}
.task-intro__column-bullet-points.num-cols-2 li {
  flex: 0 0 50%;
  max-width: 50%;
}
.task-intro__button-column {
  margin-top: 40px;
}
.has-small-cols .task-intro__button-column {
  margin-top: 0;
}
.task-intro__video-roundel {
  position: absolute;
  right: 150px;
  bottom: 58px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 30px 2px;
  text-align: center;
}
.continue-active .task-intro__video-roundel {
  display: none;
}
.task-intro__continue-cta {
  display: none;
  position: absolute;
  z-index: 2;
  right: 150px;
  bottom: 58px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 35px 2px;
  text-align: center;
  cursor: pointer;
}
.task-intro__continue-cta:after {
  content: "";
  height: 60px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  transition: all ease 300ms;
}
.continue-active .task-intro__continue-cta {
  display: block;
}
.task-intro__vid-cta {
  position: absolute;
  right: 100px;
  bottom: 50px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 30px 2px;
  text-align: center;
}
.task-intro__video-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 4;
}

.timer {
  min-height: calc(100vh - 30px);
  position: relative;
  z-index: 5;
  padding: 128px 100px;
  max-width: 83.333vw;
}
.timer > .row {
  min-height: calc(100vh - 170px);
}
.timer__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 70px;
  transition: opacity 0.25s ease;
}
.timer__subtitle {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 30px;
  transition: opacity 0.25s ease;
}
.timer__finished-title {
  display: none;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 60px;
}
.timer__running-tips {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  text-align: left;
  pointer-events: none;
  transition: opacity 0.25s ease;
  width: calc(100% - 327px);
  padding: 150px 100px 128px 150px;
}
.timer__running-tips-title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 28px;
}
.timer__running-tips-subtitle {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 54px;
}
.timer__running-tips-list-title {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.12px;
  color: #fff;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.timer__running-tips-list-subtitle {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #fff;
  opacity: 1;
}
.timer__running-tips-list {
  padding: 0px 0px 0px 24px;
  margin: 0px;
}
.timer__running-tips-list-item {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 14px;
  list-style: disc;
}
.timer__running-tips-list-item a {
  color: #174B4B;
}
.timer__shrink-wrapper {
  width: 327px;
  margin: 0 auto;
  transition: transform 0.4s ease;
}
.timer__clock {
  position: relative;
  width: 327px;
  height: 327px;
  border-radius: 50%;
  overflow: hidden;
  padding: 150px 0px;
  background-color: #fff;
  margin: 30px auto 80px;
  box-shadow: 0px 3px 45px #31ABAB;
}
.timer__clock-wheel, .timer__clock-face-markers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timer__clock-wheel {
  display: none;
  width: 222px;
  height: 222px;
  transform: rotate(-90deg);
  transform-origin: left;
}
.timer__clock-text {
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.29px;
  color: #000;
  font-weight: bold;
}
.timer__finished-message {
  display: none;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  margin-bottom: 50px;
}
.timer__controls {
  display: flex;
  flex-wrap: row;
  justify-content: center;
}
.timer__reset {
  margin-right: 30px;
}
.timer__start {
  cursor: pointer;
}
.timer__finished-button {
  display: none;
}
.timer__skip {
  display: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  text-decoration: underline;
  letter-spacing: 0.2px;
  margin-top: 20px;
  padding: 20px;
  transition: opacity 0.25s ease;
}
.timer__skip:hover {
  color: #fff;
}
.timer.timer-running {
  background-color: #31ABAB;
}
.timer.timer-running .timer__title, .timer.timer-running .timer__subtitle {
  opacity: 0;
  pointer-events: none;
}
.timer.timer-running .timer__running-tips {
  opacity: 1;
  pointer-events: all;
  z-index: 3;
  transition-delay: 0.25s;
}
.timer.timer-running .timer__running-tips-title {
  opacity: 1;
}
.timer.timer-running .timer__skip {
  pointer-events: all;
  color: rgba(23, 75, 75, 0.85);
  opacity: 1;
  display: block;
}
.timer.timer-running .timer__clock {
  margin-bottom: 20px;
  box-shadow: 0px 3px 45px #080808;
}
.timer.timer-running .timer__clock-face-markers path {
  stroke: #080808 !important;
}
.timer.timer-running .timer__clock-wheel {
  display: block;
}
.timer.timer-running .timer__controls {
  align-items: center;
}
.timer.timer-running .timer__reset {
  height: 80px;
  margin-right: 0px;
  color: rgba(23, 75, 75, 0.85);
  border-color: rgba(23, 75, 75, 0.85);
}
.timer.timer-running .timer__start {
  display: none;
}
.timer.timer-finished {
  background-color: #31ABAB;
}
.timer.timer-finished .timer__shrink-wrapper {
  width: 450px;
}
.timer.timer-finished .timer__clock {
  box-shadow: 0px 3px 45px #080808;
}
.timer.timer-finished .timer__clock-face-markers path {
  stroke: #080808 !important;
}
.timer.timer-finished .timer__clock-wheel {
  display: block;
}
.timer.timer-finished .timer__start, .timer.timer-finished .timer__title, .timer.timer-finished .timer__subtitle {
  display: none;
}
.timer.timer-finished .timer__finished-button, .timer.timer-finished .timer__finished-title, .timer.timer-finished .timer__finished-message {
  display: inline-block;
}

.personas-scroller {
  width: 100%;
  padding: 128px 100px;
  min-height: 100vh;
  position: relative;
}
.personas-scroller__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.personas-scroller__background img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.personas-scroller__background img.active {
  opacity: 1;
}
.personas-scroller__title {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 48px;
}
.personas-scroller__slider {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  z-index: 5;
  position: relative;
}
.personas-scroller__slider .slick-list {
  overflow: visible;
}
.personas-scroller__slide {
  width: 520px;
  margin-right: 150px;
  opacity: 0.3;
  transition: opacity 0.25s ease;
}
.personas-scroller__slide-counter {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 13.5px;
}
.personas-scroller__slide-title {
  font-size: 70px;
  line-height: 50px;
  letter-spacing: -0.7px;
  color: #31ABAB;
  font-weight: 800;
  margin-bottom: 24.7px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
}
.personas-scroller__slide-subtitle {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 23px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.personas-scroller__slide-input-row {
  width: 100%;
  margin-bottom: 28px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.personas-scroller__slide-input-row label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 15px;
}
.personas-scroller__slide-input-row label span {
  color: #31ABAB;
}
.personas-scroller__slide-input-row textarea,
.personas-scroller__slide-input-row input {
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #000;
}
.personas-scroller__slide-button {
  margin-top: 20px;
  text-transform: capitalize;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.personas-scroller__slide-button.js__personas-scroller-prev {
  margin-right: 15px;
}
.personas-scroller__slide-button.js__personas-scroller-prev:hover {
  background-color: transparent;
  color: #31ABAB;
}
.personas-scroller__slide.slick-current {
  opacity: 1;
}
.personas-scroller__slide.slick-current .personas-scroller__slide-title {
  -webkit-text-fill-color: #31ABAB;
  font-weight: bold;
}
.personas-scroller__slide.slick-current .personas-scroller__slide-subtitle,
.personas-scroller__slide.slick-current .personas-scroller__slide-input-row,
.personas-scroller__slide.slick-current .personas-scroller__slide-button {
  opacity: 1;
}
.personas-scroller__tooltip {
  padding-top: 130px;
  z-index: 6;
  position: relative;
}
.personas-scroller__tooltip .exercise-tips {
  max-width: 638px;
  margin: 0 auto;
}

.personas-summary {
  width: 100%;
  padding: 128px 100px;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.personas-summary__title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 30px;
}
.personas-summary__subtitle {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
}
.personas-summary__titles {
  margin-bottom: 20px;
}
.personas-summary__data {
  margin-top: 30px;
  padding-right: 100px;
}
.personas-summary__data-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 22px;
}
.personas-summary__data-row {
  margin-bottom: 22px;
}
.personas-summary__data-row-label {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.personas-summary__data-row-value {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 0px;
  display: block;
  min-height: 20px;
}
.personas-summary__exercise-tips {
  padding-top: 50px;
}
.personas-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.personas-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.checkbox-steps {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  padding: 128px 150px;
}
@media screen and (min-width: 1800px) {
  .checkbox-steps {
    padding-top: 158px;
  }
}
.checkbox-steps__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 24px;
}
.checkbox-steps__title--large {
  font-size: 100px;
  line-height: 1;
}
.checkbox-steps__subtitle {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.4px;
  color: #fff;
  margin: 30px 0;
}
.checkbox-steps__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  opacity: 0.85;
  margin-bottom: 40px;
}
.checkbox-steps__step {
  margin-bottom: 50px;
}
.checkbox-steps__step.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.checkbox-steps__step-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 17px;
}
.checkbox-steps__step-title strong {
  opacity: 1;
}
.checkbox-steps__step-content {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #fff;
  opacity: 0.85;
  margin-bottom: 20px;
}
.checkbox-steps__step-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  padding-left: 19px;
}
.checkbox-steps__step-content ul li {
  display: list-item;
  list-style: disc;
  margin-right: 45px;
}
.checkbox-steps__step-video {
  margin: 55px 0 40px;
  position: relative;
  background-color: #312F2F;
  position: relative;
}
.checkbox-steps__step-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 44.01972873%;
}
.checkbox-steps__step-video .js__play-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.checkbox-steps__step-video .js__play-video * {
  display: none;
}
.checkbox-steps__step-video .circle-outer,
.checkbox-steps__step-video .circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-color: rgba(49, 171, 171, 0.22);
  transition: transform ease 300ms, opacity ease 300ms;
}
.checkbox-steps__step-video .circle-inner {
  transform: translate(-50%, -50%) scale(0.75);
  background-color: #31ABAB;
}
.checkbox-steps__step-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox-steps__step-video:hover .circle-outer {
  transform: translate(-50%, -50%);
  opacity: 0;
}
.checkbox-steps__step-video:hover .circle-inner {
  transform: translate(-50%, -50%) scale(1);
}
.checkbox-steps__step-checkbox-row {
  opacity: 1;
  transition: opacity ease 300ms;
}
.checkbox-steps__step-checkbox-row.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.checkbox-steps__step-checkbox-row input {
  appearance: none;
  border: 1px solid #31ABAB;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
}
.checkbox-steps__step-checkbox-row input:before {
  content: "✓";
  color: #31ABAB;
  opacity: 0;
  padding: 1px 5px 0px;
}
.checkbox-steps__step-checkbox-row input:checked::before {
  opacity: 1;
}
.checkbox-steps__step-checkbox-row label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}
.checkbox-steps__step-textarea {
  display: none;
  margin-top: 20px;
}
.checkbox-steps__step-textarea label {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 15px;
}
.checkbox-steps__step-textarea textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 35px;
  padding: 19px 24px;
  font-size: 18px;
  line-height: 28px;
  min-height: 141px;
  border: 1px solid #31ABAB;
}
.checkbox-steps__step-textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.checkbox-steps__step-list {
  display: flex;
  width: 450px;
  flex-wrap: wrap;
}
.checkbox-steps__step-list li {
  flex: 0 0 160px;
  min-width: 160px;
  margin-bottom: 8px;
}

.checkbox-steps-summary {
  min-height: 100vh;
  position: relative;
  padding: 128px 150px;
  z-index: 1;
}
.checkbox-steps-summary__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 40px;
}
.checkbox-steps-summary__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
}
.checkbox-steps-summary__point {
  margin: 50px 0;
  padding-right: 100px;
}
.checkbox-steps-summary__point-title {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.checkbox-steps-summary__point-subtitle {
  color: #fff;
  opacity: 1;
}
.checkbox-steps-summary__point-copy {
  color: #31ABAB;
  margin-bottom: 20px;
  opacity: 1;
}
.checkbox-steps-summary__point-copy--your-response {
  text-transform: capitalize;
}
.checkbox-steps-summary__point-notes {
  display: flex;
  width: 100%;
}
.checkbox-steps-summary__point-notes p {
  flex: 1;
  padding-right: 26px;
  margin-bottom: 0;
}
.checkbox-steps-summary__point-notes a {
  position: relative;
  top: 3px;
  flex: 0 0 30px;
  min-width: 30px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: rgba(255, 255, 255, 0.57);
  text-decoration: underline;
}
.checkbox-steps-summary__point-notes a:hover {
  color: rgba(255, 255, 255, 0.67);
}
.checkbox-steps-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.checkbox-steps-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.ideas-textboxes {
  min-height: 100vh;
  position: relative;
  padding: 128px 100px;
  z-index: 5;
}
.ideas-textboxes__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 40px;
}
.ideas-textboxes__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
}
.ideas-textboxes__box {
  margin-top: 80px;
  padding-right: 100px;
}
.ideas-textboxes__box-title {
  font-size: 28px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 19px;
}
.ideas-textboxes__box-subtitle {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  color: #fff;
  opacity: 0.85;
  margin-bottom: 15px;
}
.ideas-textboxes__box-subtitle span {
  color: #31ABAB;
}
.ideas-textboxes__box-textarea {
  width: 100%;
  min-height: 193px;
  border: 1px solid #707070;
  padding: 20px 23px;
}

.ideas-textboxes-summary {
  min-height: 100vh;
  position: relative;
  padding: 128px 100px;
  z-index: 1;
}
.ideas-textboxes-summary__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 40px;
}
.ideas-textboxes-summary__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 35px;
}
.ideas-textboxes-summary__summary-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 22px;
}
.ideas-textboxes-summary__box {
  padding-right: 100px;
}
.ideas-textboxes-summary__box-title {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.ideas-textboxes-summary__box-ideas {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 40px;
}
.ideas-textboxes-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.ideas-textboxes-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.group-suggestions {
  min-height: 100vh;
  position: relative;
  padding-top: 175px;
  padding-bottom: 128px;
  z-index: 5;
}
.group-suggestions__header {
  padding: 0px 44px;
  background-color: #157272;
  position: fixed;
  right: 30px;
  width: 83.33333%;
  top: 90px;
  z-index: 3;
}
.group-suggestions__header-item {
  font-size: 20px;
  line-height: 60px;
  letter-spacing: -0.2px;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease;
}
.group-suggestions__header-item.active {
  background-color: #31ABAB;
}
.group-suggestions__header-item:hover {
  cursor: pointer;
  background-color: #31ABAB;
}
.group-suggestions__titles {
  padding-left: 100px;
  padding-right: 100px;
}
.group-suggestions__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 40px;
}
.group-suggestions__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  opacity: 0.85;
  margin-bottom: 40px;
}
.group-suggestions__list {
  padding-left: 100px;
  padding-right: 100px;
}
.group-suggestions__list-item {
  display: none;
}
.group-suggestions__list-item.active {
  display: block;
}
.group-suggestions__list-item-title {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.group-suggestions__principle-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 20px;
}
.group-suggestions__principle-subtitle {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  font-weight: 300;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 15px;
}
.group-suggestions__principle-subtitle span {
  color: #31ABAB;
}
.group-suggestions__principle-input {
  width: 100%;
  padding: 18px 23px;
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  margin-bottom: 50px;
}
.group-suggestions__suggestion-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 20px;
}
.group-suggestions__suggestion-label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  font-weight: 300;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 15px;
}
.group-suggestions__suggestion-label span {
  color: #31ABAB;
}
.group-suggestions__suggestion-label.hidden {
  display: none;
}
.group-suggestions__suggestion-input {
  width: 100%;
  padding: 18px 23px;
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 18px;
  line-height: 40px;
  color: #080808;
  margin-bottom: 34px;
}
.group-suggestions__suggestion-input.hidden {
  display: none;
}
.group-suggestions__add {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.16px;
  font-weight: 300;
  color: #31ABAB;
  margin-bottom: 34px;
  cursor: pointer;
}
.group-suggestions__add img {
  width: 31px;
  height: 31px;
  margin-right: 15px;
}
.group-suggestions__add:hover {
  text-decoration: underline;
}
.group-suggestions__final-link {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 83.3333%;
}
.group-suggestions__button {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.group-suggestions-summary {
  min-height: 100vh;
  position: relative;
  padding: 175px 0px 128px 0px;
  z-index: 1;
}
.group-suggestions-summary__header {
  padding: 0px 44px;
  background-color: #157272;
  position: fixed;
  right: 30px;
  width: 83.33333%;
  top: 90px;
  z-index: 3;
}
.group-suggestions-summary__header-item {
  font-size: 20px;
  line-height: 60px;
  letter-spacing: -0.2px;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease;
}
.group-suggestions-summary__header-item.active {
  background-color: #31ABAB;
}
.group-suggestions-summary__header-item:hover {
  cursor: pointer;
  background-color: #31ABAB;
}
.group-suggestions-summary__titles {
  padding-left: 100px;
  padding-right: 100px;
}
.group-suggestions-summary__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 20px;
}
.group-suggestions-summary__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 40px;
}
.group-suggestions-summary__list {
  padding-left: 100px;
  padding-right: 100px;
}
.group-suggestions-summary__list-item {
  display: none;
}
.group-suggestions-summary__list-item.active {
  display: block;
}
.group-suggestions-summary__list-item-title {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.group-suggestions-summary__principle-label {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.group-suggestions-summary__principle-chosen {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 0px;
}
.group-suggestions-summary__box {
  margin-top: 50px;
  padding-right: 100px;
}
.group-suggestions-summary__box-title {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.group-suggestions-summary__box-suggestion {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 0px;
}
.group-suggestions-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.group-suggestions-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.characteristics {
  min-height: 100vh;
  position: relative;
  padding: 128px 100px;
  z-index: 1;
}
.characteristics__background-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.characteristics__background-image-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.characteristics__background-image-wrapper img.active {
  opacity: 1;
}
.characteristics__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 30px;
}
.characteristics__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 52px;
}
.characteristics__widget {
  max-width: 1050px;
  margin: 50px auto;
  display: flex;
  flex-row: wrap;
}
.characteristics__widget-page {
  width: 50%;
  opacity: 0.4;
  position: relative;
}
.characteristics__widget-page-1 {
  padding-right: 50px;
}
.characteristics__widget-page-2 {
  padding-left: 50px;
}
.characteristics__widget-page-toggle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.characteristics__widget-page-num {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.22px;
  font-weight: 300;
  color: #31ABAB;
  margin-bottom: 18px;
}
.characteristics__widget-page-title {
  font-size: 85px;
  line-height: 85px;
  letter-spacing: -0.42px;
  color: #31ABAB;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
  margin-bottom: 70px;
}
.characteristics__widget-page-subtitle {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.characteristics__widget-page-input-row {
  display: flex;
  flex-wrap: row;
  margin-bottom: 20px;
  pointer-events: none;
}
.characteristics__widget-page-input-row label {
  width: 45%;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  color: #fff;
}
.characteristics__widget-page-input-row input {
  padding: 3px 10px;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
  background: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.14px;
}
.characteristics__widget-page-input-row-input-container {
  width: 55%;
}
.characteristics__button {
  opacity: 0;
  margin-top: 30px;
}

.characteristics__widget-page.active {
  opacity: 1;
}
.characteristics__widget-page.active .characteristics__widget-page-toggle {
  pointer-events: none;
}
.characteristics__widget-page.active .characteristics__widget-page-title {
  -webkit-text-fill-color: #31ABAB;
}
.characteristics__widget-page.active .characteristics__widget-page-input-row {
  pointer-events: all;
}
.characteristics__widget-page.active .characteristics__button {
  opacity: 1;
}
.characteristics__widget-page.active.characteristics__widget-page-2 .characteristics__widget-page-num {
  color: #C30014;
}
.characteristics__widget-page.active.characteristics__widget-page-2 .characteristics__widget-page-title {
  -webkit-text-fill-color: #C30014;
  -webkit-text-stroke-color: #C30014;
}

.characteristics-summary {
  min-height: 100vh;
  position: relative;
  padding: 128px 100px;
  z-index: 1;
}
.characteristics-summary__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 30px;
}
.characteristics-summary__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 32px;
}
.characteristics-summary__answers {
  display: flex;
  flex-row: wrap;
}
.characteristics-summary__answer-col {
  padding-right: 50px;
}
.characteristics-summary__answer-col-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.characteristics-summary__answer-col-characteristic {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #31ABAB;
  margin-bottom: 30px;
}
.characteristics-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.characteristics-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.competitor-persona {
  min-height: 100vh;
  position: relative;
  padding: 156px 100px 128px;
  max-width: 83.333vw;
  z-index: 5;
}
.competitor-persona__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.competitor-persona__title {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 35px;
}
.competitor-persona__intro {
  color: #fff;
  margin-bottom: 40px;
}
.competitor-persona__slider .slick-list {
  padding-right: 110%;
}
.competitor-persona__slide {
  width: 520px;
  margin-right: 80px;
  opacity: 0.3;
  transition: opacity 0.25s ease;
}
.competitor-persona__slide-counter {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 13.5px;
}
.competitor-persona__slide-title {
  font-size: 70px;
  line-height: 50px;
  letter-spacing: -0.7px;
  color: #31ABAB;
  font-weight: bold;
  margin-bottom: 20px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
  letter-spacing: 0.5px;
}
.competitor-persona__slide-subtitle {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 12px;
}
.competitor-persona__slide-persona {
  margin-bottom: 30px;
}
.competitor-persona__slide-persona-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 0px;
}
.competitor-persona__slide-persona-detail {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 0px;
}
.competitor-persona__slide-input-row {
  width: 100%;
  margin-bottom: 28px;
}
.competitor-persona__slide-input-row label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 15px;
}
.competitor-persona__slide-input-row label span {
  color: #31ABAB;
}
.competitor-persona__slide-input-row input {
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #080808;
}
.competitor-persona__slide-button {
  border: 1px solid #31ABAB;
}
.competitor-persona__slide-button--margin-right {
  margin-right: 35px;
}
.competitor-persona__slide-button span {
  text-transform: capitalize;
}
.competitor-persona__slide.slick-current {
  opacity: 1;
}
.competitor-persona__slide.slick-current .competitor-persona__slide-title {
  -webkit-text-fill-color: #31ABAB;
}

.competitor-persona-summary {
  width: 100%;
  padding: 156px 100px 128px;
  min-height: 100vh;
  max-width: 83.33vw;
  position: relative;
  z-index: 1;
}
.competitor-persona-summary__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.competitor-persona-summary__title {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 28px;
}
.competitor-persona-summary__intro {
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 45px;
  line-height: 30px;
}
.competitor-persona-summary__titles {
  margin-bottom: 20px;
}
.competitor-persona-summary__data {
  margin-bottom: 45px;
  padding-right: 40px;
}
@media screen and (min-width: 1750px) {
  .competitor-persona-summary__data {
    padding-right: 100px;
  }
}
.competitor-persona-summary__data-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 14px;
}
.competitor-persona-summary__data-competitor {
  color: #fff;
  margin-bottom: 16px;
}
.competitor-persona-summary__data-competitor p {
  flex: 1;
  font-size: 28px;
  color: #31ABAB;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0;
}
.competitor-persona-summary__data-competitor a {
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  top: 8px;
}
.competitor-persona-summary__data-competitor a:hover {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
}
.competitor-persona-summary__data-audience-detail {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0;
}
.competitor-persona-summary__data-audience-detail span {
  font-weight: bold;
  color: #31ABAB;
}
.competitor-persona-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.competitor-persona-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.competitor-monitoring {
  min-height: 100vh;
  position: relative;
  padding: 128px 100px;
  background: #040404;
  max-width: 83.33vw;
  z-index: 5;
}
.competitor-monitoring__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.competitor-monitoring__title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 35px;
}
.competitor-monitoring__intro {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 35px;
}
.competitor-monitoring__list {
  max-width: 900px;
  margin: 0 auto 0 0;
}
.competitor-monitoring__list-item {
  margin-bottom: 50px;
}
.competitor-monitoring__list-item.disabled {
  opacity: 0.65;
  pointer-events: none;
  transition: opaicty 0.25s ease;
}
.competitor-monitoring__list-item-competitor {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: -0.28px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}
.competitor-monitoring__list-item-input {
  margin-bottom: 35px;
}
.competitor-monitoring__list-item-input label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  opacity: 0.65;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.competitor-monitoring__list-item-input label span {
  color: #31ABAB;
}
.competitor-monitoring__list-item-input input {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #080808;
}
.competitor-monitoring__list-item-copy {
  margin-bottom: 30px;
}
.competitor-monitoring__list-item-copy p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 500;
  color: #fff;
}
.competitor-monitoring__list-item-copy input {
  appearance: none;
  border: 1px solid #31ABAB;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
}
.competitor-monitoring__list-item-copy input:before {
  content: "✓";
  color: #31ABAB;
  opacity: 0;
  padding: 0px 5px;
}
.competitor-monitoring__list-item-copy input:checked::before {
  opacity: 1;
}
.competitor-monitoring__list-item-copy label {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #fff;
  margin-bottom: 0;
}
.competitor-monitoring__list-item-button {
  margin-top: 15px;
  text-transform: capitalize;
}
.competitor-monitoring__list-item-button.disabled {
  opacity: 0.65;
  pointer-events: none;
}

.competitor-monitoring-summary {
  width: 100%;
  padding: 128px 100px;
  min-height: 100vh;
  position: relative;
  max-width: 83.33vw;
  z-index: 1;
}
.competitor-monitoring-summary__title {
  width: 100%;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
}
.competitor-monitoring-summary__intro {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 300;
  opacity: 0.65;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
}
.competitor-monitoring-summary__intro a {
  color: #31ABAB;
}
.competitor-monitoring-summary__titles {
  margin-bottom: 20px;
}
.competitor-monitoring-summary__data {
  margin-top: 30px;
  padding-right: 40px;
}
@media screen and (min-width: 1800px) {
  .competitor-monitoring-summary__data {
    padding-right: 100px;
  }
}
.competitor-monitoring-summary__data-competitor {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}
.competitor-monitoring-summary__data-subtitle {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 22px;
  opacity: 1;
}
.competitor-monitoring-summary__data-monitor {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #31ABAB;
  opacity: 1;
}
.competitor-monitoring-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.competitor-monitoring-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.book-meeting {
  position: relative;
  overflow: hidden;
  max-width: 83.33vw;
  z-index: 1;
}
.book-meeting__auto {
  padding: 128px 100px;
}
.book-meeting__full {
  padding: 128px 120px 100px;
  height: 500px;
  min-height: 100vh;
}
@media screen and (min-width: 1750px) {
  .book-meeting__full {
    padding: 128px 200px 100px;
  }
}
.book-meeting__small {
  padding: 100px 100px 30px;
}
.book-meeting > .row {
  max-width: 1080px;
  margin: 0 auto;
}
.book-meeting__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.book-meeting__title {
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 37px;
}
.book-meeting__title--small {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 24px;
}
.book-meeting__intro {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 72px;
}
.book-meeting__intro a {
  color: #31ABAB;
}
@media screen and (min-width: 1900px) {
  .book-meeting__intro {
    font-size: 28px;
    line-height: 40px;
  }
}
.book-meeting__date label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  opacity: 0.65;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.book-meeting__date label span {
  color: #31ABAB;
}
.book-meeting__date input {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #080808;
  border: none;
}
.book-meeting__button {
  margin-top: 32px;
  transition: opacity 0.25s ease;
}
.book-meeting__button.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.book-meeting > .row {
  height: 100%;
}

.competitor-analysis {
  background: #040404;
  min-height: 100vh;
  position: relative;
  padding: 128px 100px;
  max-width: 83.33vw;
  z-index: 1;
}
.competitor-analysis__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.competitor-analysis__list-item {
  display: none;
  opacity: 0;
  pointer-events: none;
  transiton: opacity 0.25s ease;
}
.competitor-analysis__list-item.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.competitor-analysis__form-header {
  position: relative;
  padding-bottom: 30px;
}
.competitor-analysis__form-header-title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 25px;
}
.competitor-analysis__form-header-subtitle {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 22px;
}
.competitor-analysis__form-header-monitor {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  opacity: 1;
}
.competitor-analysis__form-header-monitor a {
  display: inline-block;
  margin-left: 40px;
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
}
.competitor-analysis__form-header-monitor a:hover {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
}
.competitor-analysis__form-block {
  padding-top: 50px;
  margin-top: 10px;
}
.competitor-analysis__form-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: #f8fcff;
}
.competitor-analysis__form-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  opacity: 1;
}
.competitor-analysis__form-subtitle {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 26px;
  margin-top: 20px;
  opacity: 1;
}
.competitor-analysis__form-input-row {
  margin-bottom: 35px;
}
.competitor-analysis__form-input-row label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  opacity: 0.65;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.competitor-analysis__form-input-row label span {
  color: #31ABAB;
}
.competitor-analysis__form-input-row input,
.competitor-analysis__form-input-row textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #080808;
}
.competitor-analysis__form-input-row textarea {
  min-height: 120px;
}
.competitor-analysis__form .noUi-value-sub {
  font-size: inherit;
}
.competitor-analysis__form-checkbox-row {
  margin-bottom: 35px;
}
.competitor-analysis__form-checkbox-row-checkbox-label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  opacity: 0.65;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.competitor-analysis__form-checkbox-row-checkbox-label span {
  color: #31ABAB;
}
.competitor-analysis__form-checkbox-row-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
.competitor-analysis__form-checkbox-row-wrapper input {
  appearance: none;
  border: 1px solid #31ABAB;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
}
.competitor-analysis__form-checkbox-row-wrapper input:before {
  content: "✓";
  color: #31ABAB;
  opacity: 0;
  padding: 0px 5px;
}
.competitor-analysis__form-checkbox-row-wrapper input:checked::before {
  opacity: 1;
}
.competitor-analysis__form-checkbox-row-wrapper label {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  font-weight: bold;
  color: #fff;
}
.competitor-analysis__form-slider-row {
  padding-bottom: 5px;
}
.competitor-analysis__form-slider-row label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  opacity: 0.65;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.competitor-analysis__form-slider-row label span {
  color: #31ABAB;
}
.competitor-analysis__form-slider-row input {
  width: 100%;
}
.competitor-analysis__form-slider-row datalist {
  display: block;
}
.competitor-analysis__form-slider-row + .competitor-analysis__form-input-row {
  margin-bottom: 75px;
}
.competitor-analysis__button {
  text-transform: capitalize;
}

.competitor-analysis-summary {
  min-height: 100vh;
  position: relative;
  padding: 175px 0px 128px 0px;
  max-width: 83.33vw;
  z-index: 1;
}
.competitor-analysis-summary__header {
  padding: 0px 44px;
  background-color: #157272;
  position: fixed;
  right: 30px;
  width: 83.33333%;
  top: 110px;
  z-index: 3;
}
.competitor-analysis-summary__header-item {
  font-size: 20px;
  line-height: 60px;
  letter-spacing: -0.2px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  flex-grow: 1;
  text-align: center;
  transition: all 0.25s ease;
}
.competitor-analysis-summary__header-item.active {
  background-color: #31ABAB;
}
.competitor-analysis-summary__header-item:hover {
  cursor: pointer;
  background-color: #31ABAB;
}
.competitor-analysis-summary__titles {
  padding: 30px 100px 0px 100px;
}
.competitor-analysis-summary__titles-title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 25px;
}
.competitor-analysis-summary__titles-subtitle {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}
.competitor-analysis-summary__titles-subtitle a {
  color: #31ABAB;
}
.competitor-analysis-summary__list {
  padding: 0px 100px;
}
.competitor-analysis-summary__list-item {
  display: none;
  opacity: 0;
  pointer-events: none;
  transiton: opacity 0.25s ease;
}
.competitor-analysis-summary__list-item.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.competitor-analysis-summary__form-header {
  padding-bottom: 20px;
}
.competitor-analysis-summary__form-header-title {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 17px;
}
.competitor-analysis-summary__form-header-subtitle {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 10px;
}
.competitor-analysis-summary__form-header-monitor {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  color: #31ABAB;
}
.competitor-analysis-summary__form-title {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 17px;
  opacity: 1;
}
.competitor-analysis-summary__form-subtitle {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  opacity: 1;
}
.competitor-analysis-summary__form-input-row-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
  opacity: 1;
}
.competitor-analysis-summary__form-input-row-data {
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 42px;
  opacity: 1;
}
.competitor-analysis-summary__form-input-row-data.space-between {
  justify-content: space-between;
}
.competitor-analysis-summary__form-input-row-edit {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  position: relative;
  top: 1px;
  margin-left: 40px;
}
.competitor-analysis-summary__form-input-row-edit:hover {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
}
.competitor-analysis-summary__form-actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.competitor-analysis-summary__form-actions .button {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.competitor-axis {
  min-height: 100vh;
  position: relative;
  padding: 128px 100px;
  max-width: 83.33vw;
  z-index: 1;
}
.competitor-axis__title {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 30px;
}
.competitor-axis__intro {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 300;
  opacity: 0.85;
  color: #fff;
  margin-bottom: 40px;
}
.competitor-axis__col {
  padding-right: 100px;
  position: relative;
  transition: all 0.25s ease;
}
.competitor-axis__col > * {
  pointer-events: none;
  opacity: 0.4;
}
.competitor-axis__col .js__toggle-axis {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: all !important;
}
.competitor-axis__col.active > * {
  pointer-events: all;
  opacity: 1;
}
.competitor-axis__col.active .js__toggle-axis {
  display: none;
}
.competitor-axis__col-number {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 15px;
}
.competitor-axis__col-title {
  font-size: 70px;
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: bold;
  color: #31ABAB;
  margin-bottom: 28px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
}
.active .competitor-axis__col-title {
  -webkit-text-fill-color: #31ABAB;
}
.competitor-axis__col-input-toggle {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 15px;
}
.competitor-axis__col-input-toggle img {
  margin-right: 10px;
  height: 22px;
  position: relative;
  top: -1px;
}
.competitor-axis__col-input-toggle.hidden {
  display: none;
}
.competitor-axis__col-input-row {
  margin-bottom: 35px;
}
.competitor-axis__col-input-row.hidden {
  display: none;
}
.competitor-axis__col-input-row label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  opacity: 0.65;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.competitor-axis__col-input-row label span {
  color: #31ABAB;
}
.competitor-axis__col-input-row input {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #080808;
}
.competitor-axis__col-input-row-toggle {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 34px;
  cursor: pointer;
}
.competitor-axis__col-input-row-toggle img {
  width: 31px;
  height: 31px;
  margin-right: 15px;
}
.competitor-axis__col-input-row-toggle span {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.16px;
  font-weight: 300;
  color: #31ABAB;
}
.competitor-axis__col-input-row-toggle:hover {
  text-decoration: underline;
}
.competitor-axis__col-input-row-select {
  padding: 20px 50px 20px 23px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.18;
  appearance: none;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/dropdown-arrow--point-down.svg");
  background-position: calc(100% - 30px);
  background-size: 13px 10px;
  background-repeat: no-repeat;
}
.competitor-axis__col-button {
  margin-top: 30px;
}

.competitor-graph {
  min-height: 100vh;
  position: relative;
  padding: 128px 100px;
  max-width: 83.33vw;
  z-index: 1;
}
.competitor-graph__title {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 38px;
}
.competitor-graph__intro {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 300;
  opacity: 0.85;
  color: #fff;
  margin-bottom: 80px;
}
.competitor-graph__widget {
  display: flex;
  flex-wrap: row;
  width: 1280px;
  height: 700px;
}
.competitor-graph__widget-graph {
  width: 65%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.competitor-graph__widget-graph-axis-line {
  background-color: #707070;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 50%;
  z-index: 1;
}
.competitor-graph__widget-graph-axis-line-y {
  transform: rotate(90deg);
}
.competitor-graph__widget-graph-axis-title {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.2px;
  z-index: 2;
  color: #fff;
  position: absolute;
  background-color: rgba(8, 8, 8, 0.5);
}
.competitor-graph__widget-graph-axis-title-x {
  top: calc(50% - 10px);
}
.competitor-graph__widget-graph-axis-title-x-left {
  left: 15px;
}
.competitor-graph__widget-graph-axis-title-x-right {
  right: 15px;
}
.competitor-graph__widget-graph-axis-title-y {
  left: calc(50% - 100px);
  width: 200px;
  text-align: center;
}
.competitor-graph__widget-graph-axis-title-y-top {
  top: 15px;
}
.competitor-graph__widget-graph-axis-title-y-bottom {
  bottom: 15px;
}
.competitor-graph__widget-graph-axis-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.competitor-graph__widget-info {
  width: 35%;
  position: relative;
}
.competitor-graph__widget-info-step {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.competitor-graph__widget-info-step-hide {
  opacity: 0 !important;
}
.competitor-graph__widget-info-step.active {
  z-index: 2;
}
.competitor-graph__widget-info-step.active .competitor-graph__widget-info-step-hide {
  opacity: 1 !important;
}
.competitor-graph__widget-info-step.locked {
  pointer-events: none;
}
.competitor-graph__widget-competitors {
  width: 100%;
}
.competitor-graph__widget-competitors-title {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.competitor-graph__widget-competitors-title.second {
  margin-top: 50px;
}
.competitor-graph__widget-competitors-competitor {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #fff;
  cursor: pointer;
  z-index: 4;
  position: relative;
}
.competitor-graph__widget-competitors-competitor-number {
  margin-right: 10px;
  font-size: 24px;
  text-align: center;
  padding: 15px 0px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
}
.competitor-graph__widget-competitors-competitor-number-1 {
  background-color: #31ABAB;
}
.competitor-graph__widget-competitors-competitor-number-2 {
  background-color: #E79D3D;
}
.competitor-graph__widget-competitors-competitor-number-3 {
  background-color: #226565;
}
.competitor-graph__widget-competitors-competitor-number-4 {
  background-color: #8B5E25;
}
.competitor-graph__widget-competitors-competitor-number-5 {
  background-color: #226565;
}
.competitor-graph__widget-competitors-competitor-number-6 {
  background-color: #E79D3D;
}
.competitor-graph__widget-competitors-venue {
  margin-right: 10px;
  font-size: 24px;
  text-align: center;
  padding: 15px 0px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
  background-color: #C72508;
}
.competitor-graph__widget-confirm {
  overflow-y: visible;
}
.competitor-graph__widget-confirm-title {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
.competitor-graph__widget-confirm-subtitle {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.18px;
  font-weight: 300;
  opacity: 0.85;
  color: #fff;
}
.competitor-graph__widget-confirm-intro {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.22px;
  font-weight: bold;
  color: #fff;
}
.competitor-graph__widget-confirm-copy {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  font-weight: 300;
  opacity: 0.85;
  color: #fff;
}
.competitor-graph__widget-confirm-checkboxes {
  margin-bottom: 30px;
}
.competitor-graph__widget-confirm-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
.competitor-graph__widget-confirm-checkbox input {
  appearance: none;
  border: 1px solid #31ABAB;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
}
.competitor-graph__widget-confirm-checkbox input:before {
  content: "✓";
  color: #31ABAB;
  opacity: 0;
  padding: 0px 5px;
}
.competitor-graph__widget-confirm-checkbox input:checked::before {
  opacity: 1;
}
.competitor-graph__widget-confirm-checkbox label {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  font-weight: bold;
  color: #fff;
}
.competitor-graph__widget-final {
  overflow-y: auto;
}
.competitor-graph__widget-final-title {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 38px;
}
.competitor-graph__widget-final-subtitle {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 300;
  opacity: 0.85;
  color: #fff;
}
.competitor-graph__button {
  margin-bottom: 30px;
}
.competitor-graph__button.hidden {
  display: none;
}

.competitor-graph__widget-competitors-competitor:hover .competitor-graph__widget-competitors-competitor-number {
  border-color: #fff;
  background-color: transparent;
}

.objectives {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  padding: 128px 100px;
}
@media screen and (min-width: 1800px) {
  .objectives {
    padding-top: 158px;
  }
}
.objectives__title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 22px;
}
.objectives__intro {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 300;
  opacity: 0.85;
  color: #fff;
  margin-bottom: 50px;
}
.objectives__input-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 30px;
}
.objectives__input-row {
  margin-bottom: 35px;
}
.objectives__input-row label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  opacity: 0.65;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.objectives__input-row label span {
  color: #31ABAB;
}
.objectives__input-row input {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #080808;
}
.objectives__button {
  margin-top: 30px;
}

.objectives-summary {
  min-height: 100vh;
  position: relative;
  padding: 128px 100px;
  z-index: 1;
}
.objectives-summary__title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 22px;
}
.objectives-summary__intro {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 300;
  opacity: 0.85;
  color: #fff;
  margin-bottom: 50px;
}
.objectives-summary__objective-row-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.28px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  margin-bottom: 13px;
}
.objectives-summary__objective-row-answer {
  display: flex;
  align-items: flex-start;
  width: 644px;
}
.objectives-summary__objective-row-answer p {
  flex: 1;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #31ABAB;
  opacity: 1;
  margin-bottom: 30px;
  padding-right: 60px;
}
.objectives-summary__objective-row-answer a {
  position: relative;
  top: 3px;
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
}
.objectives-summary__objective-row-answer a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.objectives-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.objectives-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.opportunities {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  padding: 128px 100px;
  color: #fff;
}
.opportunities__title {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 38px;
}
.opportunities__intro {
  margin-bottom: 60px;
}
.opportunities__slider {
  margin: 0px;
  padding: 0px;
}
.opportunities__slide {
  width: 520px;
  margin-right: 150px;
  opacity: 0.35;
  transition: opacity 0.25s ease;
}
.opportunities__slide-counter {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 13.5px;
}
.opportunities__slide-title {
  font-size: 70px;
  line-height: 50px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #31ABAB;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
}
.opportunities__slide-objective {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.18px;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  margin-bottom: 32px;
}
.opportunities__slide-input-row {
  width: 100%;
  margin-bottom: 28px;
}
.opportunities__slide-input-row label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 15px;
}
.opportunities__slide-input-row label span {
  color: #31ABAB;
}
.opportunities__slide-input-row select {
  padding: 20px 50px 20px 23px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.18;
  appearance: none;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/dropdown-arrow--point-down.svg");
  background-position: calc(100% - 30px);
  background-size: 13px 10px;
  background-repeat: no-repeat;
}
.opportunities__slide-input-row input {
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #000;
}
.opportunities__slide-button {
  margin-top: 10px;
}
.opportunities__slide-button span {
  text-transform: capitalize;
}
.opportunities__slide-error {
  padding-top: 20px;
  display: none;
}
.has-error .opportunities__slide-error {
  display: block;
}
.opportunities__slide.slick-current {
  opacity: 1;
}
.opportunities__slide.slick-current .opportunities__slide-title {
  color: #31ABAB;
  -webkit-text-fill-color: #31ABAB;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
}

.opportunities-summary {
  width: 100%;
  padding: 128px 100px 158px;
  min-height: 100vh;
  position: relative;
  z-index: 5;
  color: #fff;
}
.opportunities-summary__title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 25px;
}
.opportunities-summary__intro {
  margin-bottom: 22px;
}
.opportunities-summary__subtitle {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: -0.4px;
}
.opportunities-summary__data {
  margin-top: 30px;
  padding-right: 100px;
}
.opportunities-summary__data-row {
  margin-bottom: 22px;
}
.opportunities-summary__data-row-label {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  margin-bottom: 12px;
}
.opportunities-summary__data-row-value {
  display: flex;
}
.opportunities-summary__data-row-value p {
  flex: 1;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 0px;
  display: block;
  min-height: 20px;
  padding-right: 40px;
}
.opportunities-summary__data-row-value a {
  position: relative;
  top: 2px;
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
}
.opportunities-summary__data-row-value a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.opportunities-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.opportunities-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.walkthrough-checklist {
  min-height: 100vh;
  position: relative;
  color: #fff;
  padding: 170px 150px 128px;
  z-index: 1;
}
.walkthrough-checklist__bg-gradient {
  top: 15%;
  left: -10%;
  max-width: 30vw;
}
.walkthrough-checklist__list-item {
  display: block;
}
.walkthrough-checklist__list-item:first-child {
  margin-top: 30px;
}
.walkthrough-checklist__list-item h2 {
  margin-bottom: 25px;
}
.walkthrough-checklist__opportunity, .walkthrough-checklist__notes {
  margin-bottom: 35px;
}
.walkthrough-checklist__opportunity label, .walkthrough-checklist__notes label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  opacity: 0.65;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.walkthrough-checklist__opportunity label span, .walkthrough-checklist__notes label span {
  color: #31ABAB;
}
.walkthrough-checklist__opportunity input,
.walkthrough-checklist__opportunity textarea, .walkthrough-checklist__notes input,
.walkthrough-checklist__notes textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #080808;
}
.walkthrough-checklist__opportunity textarea, .walkthrough-checklist__notes textarea {
  min-height: 120px;
}
.walkthrough-checklist__priority-level {
  padding-bottom: 75px;
}
.walkthrough-checklist__priority-level label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  opacity: 0.65;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.walkthrough-checklist__priority-level label span {
  color: #31ABAB;
}
.walkthrough-checklist__priority-level input {
  width: 100%;
}
.walkthrough-checklist__add-point {
  margin: 20px 0 30px;
}
.walkthrough-checklist__add-point a {
  position: relative;
  display: inline-block;
  color: #31ABAB;
  text-decoration: none;
}
.walkthrough-checklist__add-point a::before {
  position: relative;
  content: "";
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  margin-right: 22px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/add.svg");
  background-size: 100% 100%;
}

.smart-checkbox-steps {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  padding: 128px 100px;
  color: #fff;
}
.smart-checkbox-steps__title {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 22px;
}
.smart-checkbox-steps__intro {
  margin-bottom: 25px;
}
.smart-checkbox-steps__objective-title {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
}
.smart-checkbox-steps__objective-details {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.smart-checkbox-steps__objective-detail {
  width: 40%;
  min-width: 380px;
  padding-right: 40px;
}
.smart-checkbox-steps__objective-detail-title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #fff;
  opacity: 1;
  margin-bottom: 12px;
}
.smart-checkbox-steps__objective-detail-content {
  display: none;
  align-items: flex-start;
  margin-bottom: 18px;
}
.smart-checkbox-steps__objective-detail-content.active {
  display: flex;
}
.smart-checkbox-steps__objective-detail-content p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  opacity: 1;
  margin: 0;
  flex: 1;
}
.smart-checkbox-steps__objective-detail a {
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0px;
  position: relative;
  top: 2px;
  text-decoration: underline;
  padding-left: 30px;
}
.smart-checkbox-steps__objective-detail a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.smart-checkbox-steps__objective-detail-hidden-input {
  display: none;
  margin-bottom: 32px;
}
.smart-checkbox-steps__objective-detail-hidden-input-inner {
  width: 100%;
}
.smart-checkbox-steps__objective-detail-hidden-input-inner input[type=text] {
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #000;
}
.smart-checkbox-steps__objective-detail-hidden-input .selectric .label {
  color: #31ABAB !important;
  font-size: 18px;
  font-weight: 400;
}
.smart-checkbox-steps__objective-detail-hidden-input.active {
  display: flex;
  justify-content: space-between;
}
.smart-checkbox-steps__objective-detail.editing .smart-checkbox-steps__objective-content-entry {
  display: none;
}
.smart-checkbox-steps__objective-detail.editing .smart-checkbox-steps__objective-content-hidden-input {
  display: block;
}
.smart-checkbox-steps__step {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.smart-checkbox-steps__step.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.smart-checkbox-steps__step-letter {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 70px;
  color: #31ABAB;
  min-width: 110px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
  letter-spacing: 0px;
  transition: all ease 300ms;
}
.completed .smart-checkbox-steps__step-letter {
  -webkit-text-fill-color: #31ABAB;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
}
.smart-checkbox-steps__step-checkboxes {
  margin-top: 5px;
  width: 530px;
}
.smart-checkbox-steps__step-title {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 17px;
  opacity: 1;
}
.smart-checkbox-steps__step-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.smart-checkbox-steps__step-checkbox input {
  appearance: none;
  border: 1px solid #31ABAB;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
}
.smart-checkbox-steps__step-checkbox input:before {
  content: "✓";
  font-size: 15px;
  color: #31ABAB;
  opacity: 0;
  padding: 0px 7px;
}
.smart-checkbox-steps__step-checkbox input:checked::before {
  opacity: 1;
}
.smart-checkbox-steps__step-checkbox label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 17px;
  margin: 0;
}
.smart-checkbox-steps__step-content {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #fff;
  opacity: 0.85;
  margin-bottom: 20px;
}
.smart-checkbox-steps__step-content ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  padding-left: 19px;
}
.smart-checkbox-steps__step-content ul li {
  display: list-item;
  list-style: disc;
  margin-right: 45px;
}
.smart-checkbox-steps__step-textarea {
  display: none;
  margin-top: 30px;
}
.smart-checkbox-steps__step-textarea label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 22px;
}
.smart-checkbox-steps__step-textarea textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 35px;
  padding: 12px 15px;
}

.smart-checkbox-summary {
  min-height: 100vh;
  position: relative;
  padding: 120px 0px 128px 0px;
  z-index: 5;
}
.smart-checkbox-summary__header {
  position: fixed;
  z-index: 6;
  padding: 0px 30px;
  background-color: #157272;
  width: 83.333vw;
  right: 15px;
  top: 90px;
}
@media screen and (min-width: 1800px) {
  .smart-checkbox-summary__header {
    top: 110px;
  }
}
.smart-checkbox-summary__header-item {
  flex: 1;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: -0.2px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease;
}
.smart-checkbox-summary__header-item.active {
  background-color: #31ABAB;
}
.smart-checkbox-summary__header-item:hover {
  cursor: pointer;
  background-color: #2DA0A0;
}
.smart-checkbox-summary__titles {
  padding: 70px 100px 0px 195px;
}
@media screen and (min-width: 1800px) {
  .smart-checkbox-summary__titles {
    padding-top: 90px;
  }
}
.smart-checkbox-summary__titles-intro {
  margin-bottom: 50px;
  color: #fff;
}
.smart-checkbox-summary__list {
  padding: 0 100px;
}
.smart-checkbox-summary__list-item {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.smart-checkbox-summary__list-item.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.smart-checkbox-summary__objective-details {
  padding: 0 0 26px 95px;
}
.smart-checkbox-summary__objective-details-header {
  padding-bottom: 12px;
}
.smart-checkbox-summary__objective-details-header-title {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 0px;
  padding-right: 20px;
}
.smart-checkbox-summary__form-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.smart-checkbox-summary__form-letter {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 50px;
  color: #31ABAB;
  min-width: 95px;
  -webkit-text-fill-color: #31ABAB;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31ABAB;
  letter-spacing: 0px;
}
.smart-checkbox-summary__form-answers {
  flex: 1;
}
.smart-checkbox-summary__form-answers-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 22px;
  opacity: 1;
}
.smart-checkbox-summary__form-answers-answer {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 22px;
}
.smart-checkbox-summary__form-answers-answer p {
  flex: 1;
  color: #31ABAB;
  opacity: 1;
  margin: 0;
}
.smart-checkbox-summary__form-answers-answer a {
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0px;
  position: relative;
  top: 3px;
  text-decoration: underline;
  padding-left: 30px;
}
.smart-checkbox-summary__form-answers-answer a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.smart-checkbox-summary__form-link {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.smart-checkbox-summary__form-link .button {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.walkthrough-checklist-summary {
  position: relative;
  color: #fff;
  padding: 125px 30px 0;
  min-height: 90vh;
  z-index: 5;
}
.walkthrough-checklist-summary__bg-gradient {
  top: 10vw;
  left: -15vw;
  max-width: 40vw;
}
.walkthrough-checklist-summary__tabs {
  position: relative;
  background-color: #157272;
  position: fixed;
  right: 0;
  padding: 0 30px;
  width: 83.33333%;
  top: 90px;
  z-index: 3;
}
@media screen and (min-width: 1800px) {
  .walkthrough-checklist-summary__tabs {
    top: 110px;
  }
}
.walkthrough-checklist-summary__tabs a {
  flex: 1;
  padding: 15px 10px;
  background: #157272;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1800px) {
  .walkthrough-checklist-summary__tabs a {
    font-size: 20px;
  }
}
.walkthrough-checklist-summary__tabs a.active {
  background: #31ABAB;
}
.walkthrough-checklist-summary__tabs a:hover {
  text-decoration: none;
}
.walkthrough-checklist-summary__content-container {
  padding: 40px 70px 140px 70px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .walkthrough-checklist-summary__content-container {
    padding: 50px 100px;
  }
}
.walkthrough-checklist-summary__content {
  display: none;
}
.walkthrough-checklist-summary__content.active {
  display: block;
}
.walkthrough-checklist-summary__list-item {
  list-style-type: none;
  display: block;
  margin-bottom: 50px;
}
.walkthrough-checklist-summary__title {
  font-size: 22px;
  line-height: 1.2;
  margin: 10px 0 15px;
}
@media screen and (min-width: 1800px) {
  .walkthrough-checklist-summary__title {
    font-size: 28px;
  }
}
.walkthrough-checklist-summary__subtitle {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 1800px) {
  .walkthrough-checklist-summary__subtitle {
    font-size: 20px;
  }
}
.walkthrough-checklist-summary__copy-container {
  margin-bottom: 30px;
}
.walkthrough-checklist-summary__copy {
  font-size: 14px;
  color: #31ABAB;
  margin: 0;
  padding-right: 65px;
}
@media screen and (min-width: 1800px) {
  .walkthrough-checklist-summary__copy {
    font-size: 18px;
  }
}
.walkthrough-checklist-summary__edit-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.57);
  margin-top: 3px;
}
.walkthrough-checklist-summary__edit-link:hover {
  color: #fff;
}
@media screen and (min-width: 1800px) {
  .walkthrough-checklist-summary__edit-link {
    font-size: 15px;
  }
}
.walkthrough-checklist-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.walkthrough-checklist-summary__actions .button {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.objective-quarters {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  padding: 128px 100px;
  color: #fff;
}
.objective-quarters__title {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
.objective-quarters__intro {
  margin-bottom: 50px;
}
.objective-quarters__objective {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  opacity: 1;
}
.objective-quarters__objective.disabled {
  pointer-events: none;
  opacity: 0.2;
  transition: opacity ease 300ms;
}
.objective-quarters__objective-num {
  width: 100%;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.28px;
  font-weight: bold;
  margin-bottom: 20px;
  opacity: 1;
}
.objective-quarters__objective-title-wrapper.objective-quarters__objective-name {
  width: 70%;
  padding-right: 50px;
}
.objective-quarters__objective-title-wrapper.objective-quarters__objective-type {
  width: 30%;
}
.objective-quarters__objective-title-wrapper.objective-quarters__objective-action {
  width: 100%;
  margin-bottom: 10px;
}
.objective-quarters__objective-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  margin-bottom: 19px;
}
.objective-quarters__objective-data {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 32px;
  opacity: 1;
}
.objective-quarters__objective-input {
  width: 100%;
}
.objective-quarters__objective-input p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  margin-bottom: 30px;
}
.objective-quarters__objective-input-quarters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 62px;
}
.objective-quarters__objective-input-quarters .checkbox {
  margin-right: 60px;
}
.objective-quarters__objective-input-quarters .checkbox:last-of-type {
  margin-right: 0;
}
.objective-quarters__objective-input-quarters .checkbox input[type=checkbox] {
  appearance: none;
  border: 1px solid #31ABAB;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
}
.objective-quarters__objective-input-quarters .checkbox input[type=checkbox]:before {
  content: "✓";
  color: #31ABAB;
  font-size: 15px;
  opacity: 0;
  padding: 0px 7px;
}
.objective-quarters__objective-input-quarters .checkbox input[type=checkbox]:checked::before {
  opacity: 1;
}
.objective-quarters__objective-input-quarters .checkbox label {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}
.objective-quarters__objective-input textarea {
  width: 100%;
  min-height: 100px;
  margin-bottom: 50px;
  padding: 14px 18px;
}
.objective-quarters__objective-error {
  display: none;
  width: 100%;
  margin-top: -30px;
}
.has-error .objective-quarters__objective-error {
  display: block;
}
.objective-quarters__button {
  margin-bottom: 55px;
}

.objective-quarters-summary {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  padding: 120px 0px 128px 0px;
  color: #fff;
}
.objective-quarters-summary__header {
  position: fixed;
  z-index: 6;
  padding: 0px 30px;
  background-color: #157272;
  width: 83.333vw;
  right: 15px;
  top: 90px;
}
@media screen and (min-width: 1800px) {
  .objective-quarters-summary__header {
    top: 110px;
  }
}
.objective-quarters-summary__header-item {
  flex: 1;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: -0.2px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease;
}
.objective-quarters-summary__header-item.active {
  background-color: #31ABAB;
}
.objective-quarters-summary__header-item:hover {
  cursor: pointer;
  background-color: #2DA0A0;
}
.objective-quarters-summary__titles {
  padding: 70px 100px 0 100px;
}
@media screen and (min-width: 1800px) {
  .objective-quarters-summary__titles {
    padding-top: 90px;
  }
}
.objective-quarters-summary__titles-title {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
}
.objective-quarters-summary__titles-subtitle {
  margin-bottom: 32px;
}
.objective-quarters-summary__list {
  padding: 0px 100px;
}
.objective-quarters-summary__list-item {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.objective-quarters-summary__list-item.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.objective-quarters-summary__form-header-title {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
  opacity: 1;
}
.objective-quarters-summary__form-block {
  margin-bottom: 40px;
}
.objective-quarters-summary__form-input-row-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.28px;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  margin-bottom: 18px;
}
.objective-quarters-summary__form-input-row-data {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  opacity: 1;
  margin-bottom: 25px;
}
.objective-quarters-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.objective-quarters-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.experience-principles {
  min-height: 100vh;
  position: relative;
  padding-top: 175px;
  padding-bottom: 128px;
  z-index: 5;
}
.experience-principles__header {
  padding: 0px 44px;
  background-color: #157272;
  position: fixed;
  right: 30px;
  width: 83.33333%;
  top: 90px;
  z-index: 3;
}
.experience-principles__header-item {
  font-size: 20px;
  line-height: 60px;
  letter-spacing: -0.2px;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease;
}
.experience-principles__header-item.active {
  background-color: #31ABAB;
}
.experience-principles__header-item:hover {
  cursor: pointer;
  background-color: #31ABAB;
}
.experience-principles__titles {
  padding-left: 100px;
  padding-right: 100px;
}
.experience-principles__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 40px;
}
.experience-principles__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  opacity: 0.85;
  margin-bottom: 40px;
}
.experience-principles__list {
  padding-left: 100px;
  padding-right: 100px;
}
.experience-principles__list-item {
  display: none;
}
.experience-principles__list-item.active {
  display: block;
}
.experience-principles__list-item-title {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.experience-principles__principle-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 20px;
}
.experience-principles__principle-subtitle {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  font-weight: 300;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 15px;
}
.experience-principles__principle-subtitle span {
  color: #31ABAB;
}
.experience-principles__principle-input {
  width: 100%;
  padding: 18px 23px;
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  margin-bottom: 50px;
}
.experience-principles__suggestion-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.28px;
  color: #fff;
  margin-bottom: 20px;
}
.experience-principles__suggestion-label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  font-weight: 300;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 15px;
}
.experience-principles__suggestion-label span {
  color: #31ABAB;
}
.experience-principles__suggestion-label.hidden {
  display: none;
}
.experience-principles__suggestion-input {
  width: 100%;
  padding: 18px 23px;
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 18px;
  line-height: 40px;
  color: #080808;
  margin-bottom: 34px;
}
.experience-principles__suggestion-input.hidden {
  display: none;
}
.experience-principles__add {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.16px;
  font-weight: 300;
  color: #31ABAB;
  margin-bottom: 34px;
  cursor: pointer;
}
.experience-principles__add img {
  width: 31px;
  height: 31px;
  margin-right: 15px;
}
.experience-principles__add:hover {
  text-decoration: underline;
}
.experience-principles__final-link {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 83.3333%;
}
.experience-principles__button {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.experience-principles-summary {
  min-height: 100vh;
  position: relative;
  padding: 175px 0px 128px 0px;
  z-index: 1;
}
.experience-principles-summary__header {
  padding: 0px 44px;
  background-color: #157272;
  position: fixed;
  right: 30px;
  width: 83.33333%;
  top: 90px;
  z-index: 3;
}
.experience-principles-summary__header-item {
  font-size: 20px;
  line-height: 60px;
  letter-spacing: -0.2px;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease;
}
.experience-principles-summary__header-item.active {
  background-color: #31ABAB;
}
.experience-principles-summary__header-item:hover {
  cursor: pointer;
  background-color: #31ABAB;
}
.experience-principles-summary__titles {
  padding-left: 100px;
  padding-right: 100px;
}
.experience-principles-summary__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-bottom: 20px;
}
.experience-principles-summary__intro {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 40px;
}
.experience-principles-summary__list {
  padding-left: 100px;
  padding-right: 100px;
}
.experience-principles-summary__list-item {
  display: none;
}
.experience-principles-summary__list-item.active {
  display: block;
}
.experience-principles-summary__list-item-title {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.32px;
  color: #fff;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.experience-principles-summary__principle-label {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.experience-principles-summary__principle-chosen {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 0px;
}
.experience-principles-summary__box {
  margin-top: 50px;
  padding-right: 100px;
}
.experience-principles-summary__box-title {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.experience-principles-summary__box-suggestion {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 0px;
}
.experience-principles-summary__actions {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 83.333333%;
  display: flex;
  background-color: #000;
}
.experience-principles-summary__actions .button {
  width: 50%;
  text-align: center;
  justify-content: center;
}

.dashboard-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #080808;
}
.dashboard-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.dashboard-modal__close-icon g, .dashboard-modal__close-icon #Oval {
  transition: all 0.3s ease;
  stroke: #000;
}
.dashboard-modal__close-icon:hover g, .dashboard-modal__close-icon:hover #Oval {
  stroke: #2DA0A0;
}
.dashboard-modal__inner {
  color: #000;
  min-height: 100vh;
  padding: 50px 0;
  width: 100vw;
}
.dashboard-modal__form {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  width: 750px;
  position: relative;
}
.dashboard-modal__form-inner {
  display: flex;
}
.dashboard-modal__form-inner.hidden {
  display: none;
}
.dashboard-modal__form-intro p {
  font-size: 16px;
  min-height: 70px;
}
.dashboard-modal__form-message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dashboard-modal__form-message.hidden {
  display: none;
}
.dashboard-modal__form .button {
  border: none;
}
.dashboard-modal__form h3 {
  text-align: center;
}
.dashboard-modal__form.show-signup-fields {
  width: 560px;
}
.dashboard-modal__form.show-signup-fields .signup-form__intro {
  display: none;
}
.dashboard-modal__form.show-signup-fields .signup-form__inner {
  display: block;
}
.dashboard-modal__form .input-holder {
  margin-bottom: 25px;
}
.dashboard-modal__form .input-holder label {
  font-size: 16px;
  margin: 0 20px 0 0;
}
.dashboard-modal__form .input-holder input[type=text],
.dashboard-modal__form .input-holder input[type=password] {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.dashboard-modal__form .input-holder select {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.dashboard-modal__form .input-holder .input-error {
  color: red;
  display: none;
  font-size: 12px;
  margin: 0;
}
.dashboard-modal__form .input-holder .input-error.active {
  display: block;
}
.dashboard-modal__form .input-holder .radio-container {
  margin-top: 10px;
}
.dashboard-modal__form .input-holder .radio-container p {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.dashboard-modal__form .input-holder .radio-container input {
  margin-right: 20px;
  width: auto;
}
.dashboard-modal__form .add-venue a {
  color: black;
  text-decoration: underline !important;
}

/***
	Pages (Specific page styles)
***/
.page-template-page__login {
  background-color: #000;
  position: relative;
}
.page-template-page__login .login__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
}
.page-template-page__login .login__background-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page__login .login__wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
}
.page-template-page__login .login__box {
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
}
.page-template-page__login .login__box-logo {
  width: 363px;
  margin: 0 auto 73px auto;
}
.page-template-page__login #login__form {
  text-align: left;
}
.page-template-page__login #login__form label {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-template-page__login #login__form .login-username {
  margin-bottom: 37px;
}
.page-template-page__login #login__form .login-username input {
  width: 100%;
  background-color: #fff;
  border: 2px solid #969696;
  padding: 19px 22px;
}
.page-template-page__login #login__form .login-password input {
  width: 100%;
  background-color: #fff;
  border: 2px solid #969696;
  padding: 19px 22px;
}
.page-template-page__login #login__form .login-remember {
  width: 100%;
}
.page-template-page__login #login__form .login-remember input {
  appearance: none;
  border: 1px solid #31ABAB;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
}
.page-template-page__login #login__form .login-remember input:before {
  content: "✓";
  color: #31ABAB;
  opacity: 0;
  padding: 0px 7px;
  margin-top: 4px;
  display: block;
  position: relative;
}
.page-template-page__login #login__form .login-remember input:checked::before {
  opacity: 1;
}
.page-template-page__login #login__form #login__submit {
  display: none;
}
.page-template-page__login .login__reset,
.page-template-page__login .login__signup {
  margin-top: 33px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  opacity: 0.85;
}
.page-template-page__login .login__reset a,
.page-template-page__login .login__signup a {
  color: #fff;
  text-decoration: underline;
}
.page-template-page__login .login__signup {
  margin-top: 10px;
}
.page-template-page__login .login__box-logo {
  transition: transform 0.6s ease;
  transition-delay: 0.4s;
}
.page-template-page__login #login__form,
.page-template-page__login .button,
.page-template-page__login .login__reset,
.page-template-page__login .login__signup {
  transition: opacity 0.25s ease, transform 0.6s ease;
}
.page-template-page__login #login__form {
  transition-delay: 1s;
}
.page-template-page__login .button,
.page-template-page__login .login__reset,
.page-template-page__login .login__signup {
  transition-delay: 1.4s;
}
.page-template-page__login .no-js .login__box-logo {
  transform: translateY(200px);
}
.page-template-page__login .no-js #login__form,
.page-template-page__login .no-js .button,
.page-template-page__login .no-js .login__reset,
.page-template-page__login .no-js .login__signup {
  transform: translateY(50px);
  opacity: 0;
  pointer-events: none;
}
.page-template-page__login.loading #login__form,
.page-template-page__login.loading .button,
.page-template-page__login.loading .login__reset,
.page-template-page__login.loading .login__signup {
  transition-delay: 0s;
  opacity: 0;
}

.page-template-page__logout {
  background-color: #000;
  position: relative;
}
.page-template-page__logout .logout__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
}
.page-template-page__logout .logout__background-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page__logout .logout__wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
}
.page-template-page__logout .logout__box {
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
}
.page-template-page__logout .logout__box-logo {
  width: 363px;
  margin: 0 auto 73px auto;
}
.page-template-page__logout #logout__form {
  text-align: left;
}
.page-template-page__logout #logout__form label {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-template-page__logout #logout__form .logout-username {
  margin-bottom: 37px;
}
.page-template-page__logout #logout__form .logout-username input {
  width: 100%;
  background-color: #fff;
  border: 2px solid #969696;
  padding: 19px 22px;
}
.page-template-page__logout #logout__form .logout-password input {
  width: 100%;
  background-color: #fff;
  border: 2px solid #969696;
  padding: 19px 22px;
}
.page-template-page__logout #logout__form .logout-remember {
  width: 100%;
}
.page-template-page__logout #logout__form .logout-remember input {
  appearance: none;
  border: 1px solid #31ABAB;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
}
.page-template-page__logout #logout__form .logout-remember input:before {
  content: "✓";
  color: #31ABAB;
  opacity: 0;
  padding: 0px 7px;
  margin-top: 4px;
  display: block;
  position: relative;
}
.page-template-page__logout #logout__form .logout-remember input:checked::before {
  opacity: 1;
}
.page-template-page__logout #logout__form #logout__submit {
  display: none;
}
.page-template-page__logout .logout__reset,
.page-template-page__logout .logout__signup {
  margin-top: 33px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  opacity: 0.85;
}
.page-template-page__logout .logout__reset a,
.page-template-page__logout .logout__signup a {
  color: #fff;
  text-decoration: underline;
}
.page-template-page__logout .logout__signup {
  margin-top: 10px;
}
.page-template-page__logout.loading #logout__form,
.page-template-page__logout.loading .button,
.page-template-page__logout.loading .logout__reset,
.page-template-page__logout.loading .logout__signup {
  transition-delay: 0s;
  opacity: 0;
}

.d-initial {
  min-height: calc(100vh - 30px);
  position: relative;
  background-color: #000;
}
.d-initial__welcome {
  z-index: 1;
  width: 100%;
  width: calc(100% - 60px);
  margin: 30px auto 0;
  padding: 20px 40px 20px 40px;
  background-color: #171717;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.d-initial__welcome.is-area-director {
  background-image: url("/wp-content/themes/marriott-playbook/library/images/area-director-dashboard-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.d-initial__welcome-subtitle {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.22px;
  opacity: 0.85;
  color: #fff;
  padding-top: 22px;
  margin-bottom: 15px;
}
.d-initial__welcome-name {
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -0.42px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  min-height: 30%;
}
.d-initial__welcome-name--is-area-director {
  min-height: none;
}
.d-initial__welcome-ad-role, .d-initial__welcome-change-venue {
  position: relative;
  padding-left: 25px;
  color: #31ABAB !important;
  font-size: 15px;
  margin: 25px 0 45px;
}
.d-initial__welcome-ad-role::before, .d-initial__welcome-change-venue::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 16px;
  height: 24px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/pin-blue.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.d-initial__welcome-ad-role:hover, .d-initial__welcome-change-venue:hover {
  text-decoration: none;
}
.d-initial__welcome-progress {
  background-color: #383737;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  padding: 12px 20px;
}
@media screen and (min-width: 1800px) {
  .d-initial__welcome-progress {
    padding: 23px 40px;
  }
}
.d-initial__welcome-progress-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: -0.22px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 1800px) {
  .d-initial__welcome-progress-title {
    margin-bottom: 19px;
  }
}
.d-initial .progress-card .title {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.d-initial .progress-card__details {
  display: flex;
  flex-wrap: row;
  align-items: top;
}
.d-initial .progress-card__course-title {
  padding-right: 32px;
}
.d-initial .progress-card__course-title-roundel {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background-color: #31ABAB;
  padding: 20px 15px;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.d-initial .progress-card__bar {
  width: 250px;
  margin-bottom: 12px;
  appearance: none;
  height: 7px;
  border-radius: 50px;
  overflow: hidden;
}
.d-initial .progress-card__bar::-webkit-progress-bar {
  background: rbga(255, 255, 255, 0.75);
}
.d-initial .progress-card__bar::-webkit-progress-value {
  appearance: none;
  background: #31ABAB;
}
.d-initial .progress-card__status {
  font-size: 14px;
  line-height: 18px;
  hyphens: none;
  letter-spacing: 0px;
  color: #fff;
}
.d-initial .progress-card__status .button {
  font-size: 14px;
  padding: 10px 22px;
}
.d-initial .progress-card__remaining {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  opacity: 0.5;
  color: #fff;
  margin-bottom: 0px;
}
.d-initial .help-card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}
.d-initial .help-card__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.d-initial .help-card__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  right: 0px;
}
.d-initial .help-card__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.d-initial .help-card__title {
  position: absolute;
  top: 18px;
  left: 30px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.22px;
  color: #fff;
}
.d-initial .help-card__subtitle {
  position: absolute;
  bottom: 22px;
  left: 30px;
  font-size: 15px;
  text-decoration: underline;
  line-height: 18px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.85;
  padding-right: 50px;
  margin-right: 12px;
}
.d-initial .help-card__subtitle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: -2px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-image: url("/wp-content/themes/marriott-playbook/library/images/button--arrow-right.svg");
  background-position: center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}
.d-initial__focus {
  position: relative;
  padding: 50px 100px 100px 100px;
  min-height: calc(100vh - 350px);
}
@media screen and (min-height: 766px) {
  .d-initial__focus {
    padding-top: 35px;
  }
}
@media screen and (min-height: 900px) {
  .d-initial__focus {
    padding-top: 60px;
  }
}
@media screen and (min-height: 1050px) {
  .d-initial__focus .focus-section {
    padding-top: 100px;
  }
}
.d-initial__focus .focus-section__title {
  color: #fff;
  position: relative;
  z-index: 10;
  line-height: 1;
  display: none;
}
@media screen and (min-height: 766px) {
  .d-initial__focus .focus-section__title {
    display: block;
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (min-height: 1050px) {
  .d-initial__focus .focus-section__title {
    font-size: 28px;
    margin-bottom: 90px;
  }
}
.d-initial__focus .focus-section__background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
}
.d-initial__focus .focus-section__background .overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.d-initial__focus .focus-section__background img {
  filter: blur(20px);
  opacity: 0;
  position: absolute;
  transition: 0.5s;
}
.d-initial__focus .focus-section__background img.active {
  opacity: 1;
}
.d-initial__focus .focus-section__scrollbar {
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0px;
  width: 2px;
  z-index: 14;
}
@media screen and (min-width: 1400px) {
  .d-initial__focus .focus-section__scrollbar {
    right: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .d-initial__focus .focus-section__scrollbar {
    right: 130px;
  }
}
.d-initial__focus .focus-section__scrollbar__progress {
  background: #31ABAB;
  height: 33.33%;
  left: -1px;
  position: absolute;
  top: 0;
  transition: 0.4s;
  width: 4px;
}
.d-initial__focus .focus-section__scrollbar__distance {
  cursor: pointer;
  height: 33.33%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 10px;
}
.d-initial__focus .focus-section__scrollbar__distance:nth-of-type(1) {
  top: 0;
}
.d-initial__focus .focus-section__scrollbar__distance:nth-of-type(2) {
  top: 33.33%;
}
.d-initial__focus .focus-section__scrollbar__distance:nth-of-type(3) {
  top: 66.66%;
}
.d-initial__focus .focus-section__scrollbar[data-num-sections="2"] .focus-section__scrollbar__progress {
  height: 50%;
}
.d-initial__focus .focus-section__scrollbar[data-num-sections="2"] .focus-section__scrollbar__distance {
  height: 50%;
}
.d-initial__focus .focus-section__scrollbar[data-num-sections="2"] .focus-section__scrollbar__distance:nth-of-type(2) {
  top: 50%;
}
.d-initial__focus .focus-section__content {
  height: 480px;
  max-height: 42vh;
  margin: 0;
  position: relative;
  width: 920px;
  z-index: 20;
}
@media screen and (max-height: 765px) {
  .d-initial__focus .focus-section__content {
    max-height: 300px;
  }
}
.d-initial__focus .focus-section__content .focus-content {
  left: -120px;
  max-width: 700px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.d-initial__focus .focus-section__content .focus-content.active {
  opacity: 1;
}
.d-initial__focus .focus-section__content .focus-content__subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  opacity: 1;
}
.d-initial__focus .focus-section__content .focus-content__title {
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  opacity: 1;
  font-weight: bold;
  letter-spacing: -1.4px;
}
.d-initial__focus .focus-section__content .focus-content__copy {
  color: #fff;
  font-size: 18px;
  opacity: 1;
  hyphens: none;
}
.d-initial__focus .focus-section__content .focus-content__progress {
  color: #fff;
  font-size: 15px;
  opacity: 1;
}
.d-initial__focus .focus-section__content .focus-content__progress span {
  font-size: 22px;
}
.d-initial__focus .viewport {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(83.33vw - 60px);
  overflow: scroll;
  top: 0;
  right: 30px;
  z-index: 30;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.d-initial__focus .viewport::-webkit-scrollbar {
  display: none;
}
.d-initial__focus .viewport-cursor-container {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  height: 480px;
  max-height: 42vh;
  width: 925px;
  z-index: 30;
  pointer-events: none;
}
@media screen and (max-height: 765px) {
  .d-initial__focus .viewport-cursor-container {
    max-height: 300px;
  }
}
.d-initial__focus .viewport[data-progress=resume] {
  cursor: url("/wp-content/themes/marriott-playbook/library/images/icons/resume-cursor-icon.svg") 30 30, auto;
}
.d-initial__focus .viewport[data-progress=start] {
  cursor: url("/wp-content/themes/marriott-playbook/library/images/icons/start-cursor-icon.svg") 30 30, auto;
}
.d-initial__focus .viewport[data-progress=complete] {
  cursor: pointer;
}
.d-initial__focus .viewport-scroller {
  height: 2520px;
  position: relative;
}
.d-initial__focus .focus-slider {
  border-radius: 30px;
  height: 480px;
  max-height: 42vh;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 920px;
  max-width: calc(100% - 280px);
  z-index: 10;
}
@media screen and (max-height: 765px) {
  .d-initial__focus .focus-slider {
    max-height: 300px;
  }
}
.d-initial__focus .focus-slider .overlay {
  background: linear-gradient(51deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.d-initial__focus .focus-slider__scroller {
  height: 1440px;
  max-height: 129vh;
  transition: 0.5s;
}
.d-initial__focus .focus-slider__container {
  height: 480px;
  max-height: 42vh;
  padding: 0 130px;
  position: relative;
}
@media screen and (max-height: 765px) {
  .d-initial__focus .focus-slider__container {
    max-height: 300px;
  }
}
.d-initial__focus .focus-slider .focus-slide {
  height: 480px;
  max-height: 42vh;
  position: absolute;
  transition: 0.8s;
  width: 920px;
}
@media screen and (max-height: 765px) {
  .d-initial__focus .focus-slider .focus-slide {
    max-height: 300px;
  }
}
.d-initial__focus .focus-slider .focus-slide:nth-of-type(1) {
  transform: translateY(0);
}
.d-initial__focus .focus-slider .focus-slide:nth-of-type(2) {
  transform: translateY(100%);
}
.d-initial__focus .focus-slider .focus-slide:nth-of-type(3) {
  transform: translateY(200%);
}
.d-initial__focus .focus-slider .focus-slide__image {
  height: 100%;
}
.d-initial__focus .focus-slider .focus-slide__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.d-initial__focus .focus-slider .focus-slide__content p {
  color: #fff;
}

.help-center {
  position: relative;
  z-index: 5;
  padding: 160px 70px;
  max-width: 1750px;
  min-height: 100vh;
  margin: 0 auto;
}
.help-center h1 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}
.help-center p {
  color: #DADADA;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
}
.help-center__video-section {
  display: none;
}
.help-center__video-section.active {
  display: block;
}
.help-center__video-sphere {
  position: relative;
}
.help-center__video-sphere:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.help-center__video-sphere-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/sphere.png");
  background-position: center;
  background-size: 100% 100%;
  transition: transform ease-in-out 500ms;
  transform: scale(1);
}
.help-center__video-sphere-inner:hover {
  transform: scale(1.05);
}
.help-center__video-sphere-inner .js__play-video {
  opacity: 0;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.help-center__video-sphere-inner h4 {
  font-size: 22px;
  padding: 0 70px;
  text-transform: uppercase;
  font-weight: bold;
}
.help-center__video-sphere-inner h4.small {
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (min-width: 1650px) {
  .help-center__video-sphere-inner h4 {
    font-size: 28px;
  }
  .help-center__video-sphere-inner h4.small {
    font-size: 20px;
  }
}
@media screen and (min-width: 1950px) {
  .help-center__video-sphere-inner h4.small {
    font-size: 24px;
  }
}
.help-center__video-sphere-inner .play-icon {
  position: relative;
  margin-top: 14px;
  border-radius: 50%;
  width: 68px;
  height: 68px;
}
@media screen and (min-width: 1900px) {
  .help-center__video-sphere-inner .play-icon {
    width: 76px;
    height: 76px;
  }
}
.help-center__video-sphere-inner .play-icon svg.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
}
.help-center__video-sphere-inner .play-icon svg.play path {
  fill: #000;
}
.help-center__video-sphere-inner .play-icon svg.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.help-center__video-sphere-inner .play-icon svg.circles circle {
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.45);
  stroke-width: 2px;
}
.help-center__video-sphere-inner .play-icon svg.circles circle.fg-circle {
  stroke: #000;
  opacity: 0;
}
.help-center .glossary {
  display: none;
  padding-top: 30px;
  margin-left: 0;
}
.help-center .glossary.active {
  display: block;
}

.settings {
  padding: 155px 70px;
  min-height: calc(100vh - 30px);
  z-index: 5;
  position: relative;
}
.settings__intro {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
.settings__intro h1 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}
.settings__intro p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #DADADA;
}
.settings__intro p a {
  color: #31ABAB;
}
.settings__section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.settings__list ul {
  margin: 0;
}
.settings__list ul li {
  margin-bottom: 35px;
}
.settings__list ul li p {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #DADADA;
}
.settings__list ul li p.title {
  font-size: 20px;
  line-height: 32px;
  opacity: 1;
}
.settings__list ul li input {
  width: 100%;
  background-color: #fff;
  padding: 20px 23px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #000;
}
.settings__list ul li select {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  max-width: 295px;
  border: 1px solid #31ABAB;
}
.settings #edit-course-progress-info {
  display: none;
}

.page-template-page__ignite-cheatsheet,
.page-template-page__venues-cheatsheet,
.page-template-page__users-cheatsheet {
  padding-bottom: 50px;
}
.page-template-page__ignite-cheatsheet .cheatsheet-block,
.page-template-page__venues-cheatsheet .cheatsheet-block,
.page-template-page__users-cheatsheet .cheatsheet-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  width: 500px;
  margin: 50px auto 20px auto;
}
.page-template-page__ignite-cheatsheet form label,
.page-template-page__venues-cheatsheet form label,
.page-template-page__users-cheatsheet form label {
  font-size: 16px;
  margin: 0 20px 0 0;
}
.page-template-page__ignite-cheatsheet form input,
.page-template-page__venues-cheatsheet form input,
.page-template-page__users-cheatsheet form input {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
}

.document-header {
  padding: 160px 100px 70px;
  position: relative;
  z-index: 5;
}
.document-header h1 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 32px;
}
.document-header p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 300;
  opacity: 0.85;
  color: #fff;
  margin-bottom: 0px;
}

.document-spheres {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: row;
  padding: 0px 75px 100px;
}
.document-spheres__sphere {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/sphere.png");
  background-position: center;
  background-size: 100% 100%;
  transition: transform ease-in-out 500ms;
  width: 32vw;
  height: 32vw;
  margin-right: 1.5vw;
}
.document-spheres__sphere:nth-child(2) {
  margin-right: 0;
}
.document-spheres__sphere:hover {
  text-decoration: none;
  transform: scale(1.05);
}
.document-spheres__title {
  line-height: 1;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0;
  font-size: 1.9vw;
}
.document-spheres__title--outlined {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1920px) {
  .document-spheres__title {
    font-size: 54px;
  }
}
.document-spheres__icon {
  position: relative;
  margin-top: 14px;
  border-radius: 50%;
  width: 89px;
  height: 89px;
  min-width: 42px;
  min-height: 43px;
}
@media screen and (min-width: 1920px) {
  .document-spheres__icon {
    width: 110px;
    height: 110px;
  }
}
.document-spheres__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
}
.document-spheres__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.document-spheres__icon svg circle {
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.45);
  stroke-width: 2px;
}
.document-spheres__icon svg circle.fg-circle {
  stroke: #000;
  opacity: 0;
}

.document-resources {
  padding: 0px 100px 200px 100px;
}
.document-resources__title {
  font-size: 28px;
  line-height: 60px;
  letter-spacing: -0.28px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  margin-bottom: 25px;
}
.document-resources__chapter-title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 14px;
}
.document-resources__chapter-subtitle {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.2px;
  font-weight: 400;
  opacity: 0.85;
  color: #fff;
  margin-bottom: 14px;
}
.document-resources__chapter-copy {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.19px;
  font-weight: 400;
  opacity: 0.85;
  color: #fff;
  margin-bottom: 50px;
}
.document-resources__chapter-file {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.19px;
  opacity: 0.85;
  color: #31ABAB;
  display: inline-block;
  margin-bottom: 50px;
}
.document-resources__chapter-file img {
  margin-right: 10px;
}
.document-resources__chapter-file:hover {
  color: #31ABAB;
}

.workshop-results {
  padding: 0px 100px 200px 100px;
  min-height: 80vh;
}
.workshop-results__title {
  font-size: 28px;
  line-height: 60px;
  letter-spacing: -0.28px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  margin-bottom: 0px;
  opacity: 1;
}
.workshop-results__chapter-title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.22px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 14px;
}
.workshop-results__chapter-subtitle {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.2px;
  font-weight: 400;
  opacity: 0.85;
  color: #fff;
  margin-bottom: 14px;
}
.workshop-results__chapter-findings {
  display: block;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.19px;
  opacity: 0.85;
  color: #31ABAB;
  margin-bottom: 10px;
}
.workshop-results__chapter-findings img {
  margin-right: 10px;
}
.workshop-results__chapter-findings:hover {
  color: #31ABAB;
}

.review-page {
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.review-page__wrapper {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px;
}
.review-page__title {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: bold;
  vertical-align: bottom;
  margin-right: 30px;
}
.review-page__subtitle {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.18px;
  color: #000;
  vertical-align: bottom;
}
.review-page__titles {
  margin-bottom: 20px;
}
.review-page__data {
  margin-top: 30px;
}
.review-page__data-title {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 22px;
}
.review-page__data-subtitle {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
.review-page__data-row {
  margin-bottom: 22px;
}
.review-page__data-row-label {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.review-page__data-row-value {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.18px;
  color: #31ABAB;
  margin-bottom: 20px;
  display: block;
}
.review-page__divider {
  border-top: 1px solid #000;
  margin-top: 100px;
  padding-bottom: 30px;
}
.review-page__owner {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 22px;
}
.review-page__owner-email-text {
  display: none;
}
.review-page__smart-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.review-page__smart-letter {
  font-size: 52px;
  line-height: 55px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
.review-page__smart-answers {
  display: inline-block;
  vertical-align: middle;
}
.review-page .competitor-graph {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.review-page .competitor-graph .competitor-graph__widget {
  transform: scale(0.75) translateX(-15%);
}
.review-page .competitor-graph .competitor-graph__widget-competitors-competitor {
  color: #000;
  font-size: 18px;
  opacity: 1;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
}
.review-page .competitor-graph .competitor-graph__widget-competitors-competitor span {
  border: none;
  font-weight: 300;
  color: #fff;
}
.review-page .competitor-graph .competitor-graph__widget-competitors-competitor:hover .competitor-graph__widget-competitors-competitor-number-1 {
  background-color: #31ABAB;
}
.review-page .competitor-graph .competitor-graph__widget-competitors-competitor:hover .competitor-graph__widget-competitors-competitor-number-2 {
  background-color: #E79D3D;
}
.review-page .competitor-graph .competitor-graph__widget-competitors-competitor:hover .competitor-graph__widget-competitors-competitor-number-3 {
  background-color: #226565;
}
.review-page .competitor-graph .competitor-graph__widget-competitors-competitor:hover .competitor-graph__widget-competitors-competitor-number-4 {
  background-color: #8B5E25;
}
.review-page .competitor-graph .competitor-graph__widget-competitors-competitor:hover .competitor-graph__widget-competitors-competitor-number-5 {
  background-color: #226565;
}
.review-page .competitor-graph .competitor-graph__widget-competitors-competitor:hover .competitor-graph__widget-competitors-competitor-number-6 {
  background-color: #E79D3D;
}
.review-page .competitor-graph .competitor-graph__widget-graph-axis-title {
  font-size: 22px;
  font-weight: bold;
  color: black;
  width: auto;
  background-color: rgb(255, 255, 255);
}
.review-page .walkthrough-checklist-summary__edit-link {
  display: none !important;
}

.page-template-page__review-php .screen-size-notice {
  display: none !important;
}
@media print {
  .page-template-page__review-php .review-page__print-button {
    display: none !important;
  }
  .page-template-page__review-php .review-page__owner-email {
    display: none !important;
  }
  .page-template-page__review-php .review-page__owner-email-text {
    display: block !important;
  }
}

.your-progress {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  padding-top: 155px;
  color: #fff;
  width: 80%;
  margin-left: 7.5%;
  min-height: 100vh;
}
.your-progress__bg-line {
  z-index: 0;
  position: absolute;
  right: 3%;
  top: 0;
  max-width: 87.5%;
}
.your-progress__titles {
  margin-bottom: 55px;
}
.your-progress__titles h1 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 28px;
}
.your-progress__main {
  background: #fff;
  color: #000;
  border-radius: 20px 20px 0 0;
  padding: 60px 52px 90px;
}
.your-progress__main-title {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.your-progress__main-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.your-progress__roundel {
  min-width: 81px;
  width: 81px;
  height: 81px;
  background: #31ABAB;
  border-radius: 50%;
  margin-right: 21px;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.your-progress__progress {
  width: 55%;
}
.your-progress__progress-bar {
  position: relative;
  width: 100%;
  height: 15px;
  margin-bottom: 22px;
}
.your-progress__progress-bar progress {
  width: 100%;
  appearance: none;
  border: none;
  height: 15px;
  border-radius: 30px;
  background: #e8e8e8;
  overflow: hidden;
}
.your-progress__progress-bar progress::-webkit-progress-bar {
  background: #e8e8e8;
}
.your-progress__progress-bar progress::-webkit-progress-value {
  transition: width 1s;
  background: #31ABAB;
}
.your-progress__progress-bar .dot {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: 4px;
  background: #fff;
  border-radius: 50%;
}
.your-progress__progress-bar .dot:nth-of-type(2) {
  left: 33%;
}
.your-progress__progress-bar .dot:nth-of-type(3) {
  left: 66%;
}
.your-progress__progress-bar .dot:nth-of-type(4) {
  left: calc(100% - 11px);
}
.your-progress__progress-bar-text {
  flex: 1;
  padding-right: 25px;
}
.your-progress__small-text {
  font-size: 14px;
  line-height: 1.2;
}
.your-progress__breakdown {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 35px;
  margin-top: 80px;
}
.your-progress__breakdown-title {
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.your-progress__workshop {
  margin-bottom: 40px;
}
.your-progress__workshop-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.your-progress__workshop-title--faded {
  opacity: 0.35;
}
.your-progress__workshop-title--dropdown {
  padding-right: 27px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.your-progress__workshop-title--dropdown::after {
  content: "";
  position: absolute;
  right: 0;
  width: 14px;
  height: 11px;
  bottom: 8px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/dropdown-arrow.svg");
  background-size: cover;
  transform: rotate(180deg);
  transition: transform ease 200ms;
}
.your-progress__workshop-title--dropdown.active::after {
  transform: rotate(0deg);
}
.your-progress__workshop-locked {
  position: relative;
  padding-left: 45px;
}
.your-progress__workshop-locked:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/padlock.svg");
  background-size: cover;
}
.your-progress__workshop-locked--faded {
  opacity: 0.35;
}
.your-progress__workshop-completed {
  position: relative;
  padding-left: 45px;
  color: #31ABAB;
}
.your-progress__workshop-completed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/tick.svg");
  background-size: cover;
}
.your-progress__workshop-button {
  margin-left: 45px;
  margin-bottom: 35px;
}
.your-progress__workshop-details {
  display: none;
}
.your-progress__workshop-details.active {
  display: flex;
}
.your-progress__workshop-checkpoint {
  margin-bottom: 20px;
  padding-right: 15%;
}
.your-progress__workshop-checkpoint.faded {
  opacity: 0.35;
}
.your-progress__workshop-checkpoint-title {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}
.your-progress__workshop-checkpoint-completed {
  position: relative;
  padding-left: 23px;
  margin-bottom: 0;
}
.your-progress__workshop-checkpoint-completed::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/marriott-playbook/library/images/icons/tick.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.your-progress__workshop-checkpoint-results {
  position: relative;
  top: 4px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.35);
  font-size: 15px;
  line-height: 1.15;
}
.your-progress__workshop-checkpoint-results:hover {
  color: rgba(0, 0, 0, 0.45);
}

.glossary {
  position: relative;
  padding: 175px 0;
  color: #fff;
  width: 80%;
  margin-left: 7.5%;
  min-height: 100vh;
}
.glossary__bg-line {
  z-index: 0;
  position: absolute;
  right: 3%;
  top: 0;
  max-width: 87.5%;
  opacity: 0.6;
}
.glossary__titles {
  margin-bottom: 55px;
}
.glossary__titles h1 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 28px;
}
.glossary__item {
  margin-bottom: 45px;
  max-width: 800px;
}
.glossary__item h3 {
  color: #fff;
  margin-bottom: 12px;
}

.monitor-progress {
  position: relative;
  z-index: 5;
  padding-top: 100px;
  color: #fff;
  max-width: 83.33vw;
  padding: 100px 100px 150px;
}
@media screen and (min-width: 1800px) {
  .monitor-progress {
    padding: 100px 150px 150px;
  }
}
.monitor-progress__titles {
  padding: 0 30px;
}
.monitor-progress__bg-line {
  z-index: 0;
  position: absolute;
  right: 3%;
  top: 90vh;
  max-width: 87.5%;
}
.monitor-progress #monitor-progress-table_wrapper {
  margin-top: 45px;
  padding: 33px 0;
  background: #fff;
  color: #000;
}
.monitor-progress #monitor-progress-table_length {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 39px;
}
.monitor-progress #monitor-progress-table_length select {
  appearance: none;
  text-align: center;
  margin: 0 9px;
}
.monitor-progress #monitor-progress-table_filter {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 39px;
}
.monitor-progress #monitor-progress-table_filter input {
  padding: 4px 12px;
  color: #000;
}
.monitor-progress #monitor-progress-table.dataTable th, .monitor-progress #monitor-progress-table.dataTable td {
  font-size: 18px;
  line-height: 26px;
  padding: 20px 30px 20px 0;
}
.monitor-progress #monitor-progress-table.dataTable th:first-child, .monitor-progress #monitor-progress-table.dataTable td:first-child {
  padding-left: 39px;
}
.monitor-progress #monitor-progress-table.dataTable th:last-child, .monitor-progress #monitor-progress-table.dataTable td:last-child {
  padding-right: 39px;
  text-align: right;
}
.monitor-progress #monitor-progress-table.dataTable th {
  font-weight: bold;
  vertical-align: top;
  background-image: none !important;
  border-color: #707070;
}
.monitor-progress #monitor-progress-table.dataTable tbody tr.odd {
  background: #F8F8F8;
}
.monitor-progress #monitor-progress-table.dataTable .button {
  padding: 11px 13px 10px;
  font-size: 14px;
  text-align: center;
}
.monitor-progress #monitor-progress-table_paginate {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 39px;
  padding-top: 40px;
}
.monitor-progress #monitor-progress-table_paginate .paginate_button {
  color: rgba(0, 0, 0, 0.7) !important;
}
.monitor-progress #monitor-progress-table_paginate .paginate_button:not(.current) {
  padding-left: 12px;
  padding-right: 12px;
  border: none;
}
.monitor-progress #monitor-progress-table_paginate .paginate_button:hover {
  border: none;
  background: #f8f8f8;
  color: rgba(0, 0, 0, 0.7) !important;
}
.monitor-progress #monitor-progress-table_paginate .paginate_button.current {
  background: none;
  border: 1px solid #707070;
  background: transparent;
}
.monitor-progress #monitor-progress-table_info {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 39px;
  padding-top: 40px;
}
.monitor-progress__download {
  float: right;
  z-index: 5;
  position: relative;
}
.monitor-progress__popup-content {
  padding: 50px;
  background-color: #fff;
}
.monitor-progress__popup-content-inner-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0px;
}
.monitor-progress__popup-content-inner-venue {
  font-size: 15px;
}
.monitor-progress__popup-content-inner-list-item {
  margin-bottom: 10px;
}
.monitor-progress__popup-content-inner-list-title {
  font-weight: bold;
  line-height: 1.3;
  display: block;
}
.monitor-progress__popup-content-inner-list-link {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.35);
  font-size: 15px;
  line-height: 1.15;
}
.monitor-progress__popup-content-inner-list-link:hover {
  color: rgba(0, 0, 0, 0.45);
}

.manage-accounts {
  position: relative;
  z-index: 5;
  padding-top: 100px;
  color: #fff;
  max-width: 83.33vw;
  padding: 100px 100px 150px;
}
@media screen and (min-width: 1800px) {
  .manage-accounts {
    padding: 100px 150px 150px;
  }
}
.manage-accounts__titles {
  padding: 0 30px;
}
.manage-accounts__bg-line {
  z-index: 0;
  position: absolute;
  right: 3%;
  top: 90vh;
  max-width: 87.5%;
}
.manage-accounts #manage-accounts-table_wrapper,
.manage-accounts #manage-venues-table_wrapper,
.manage-accounts #manage-users-table_wrapper {
  margin-top: 45px;
  padding: 33px 0;
  background: #fff;
  color: #000;
}
.manage-accounts #manage-accounts-table_length,
.manage-accounts #manage-venues-table_length,
.manage-accounts #manage-users-table_length {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 39px;
}
.manage-accounts #manage-accounts-table_length select,
.manage-accounts #manage-venues-table_length select,
.manage-accounts #manage-users-table_length select {
  appearance: none;
  text-align: center;
  margin: 0 9px;
}
.manage-accounts #manage-accounts-table_filter,
.manage-accounts #manage-venues-table_filter,
.manage-accounts #manage-users-table_filter {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 39px;
}
.manage-accounts #manage-accounts-table_filter input,
.manage-accounts #manage-venues-table_filter input,
.manage-accounts #manage-users-table_filter input {
  padding: 4px 12px;
  color: #000;
}
.manage-accounts #manage-accounts-table.dataTable th,
.manage-accounts #manage-accounts-table.dataTable td,
.manage-accounts #manage-venues-table.dataTable th,
.manage-accounts #manage-venues-table.dataTable td,
.manage-accounts #manage-users-table.dataTable th,
.manage-accounts #manage-users-table.dataTable td {
  font-size: 18px;
  line-height: 26px;
  padding: 20px 30px 20px 0;
}
.manage-accounts #manage-accounts-table.dataTable th:first-child,
.manage-accounts #manage-accounts-table.dataTable td:first-child,
.manage-accounts #manage-venues-table.dataTable th:first-child,
.manage-accounts #manage-venues-table.dataTable td:first-child,
.manage-accounts #manage-users-table.dataTable th:first-child,
.manage-accounts #manage-users-table.dataTable td:first-child {
  padding-left: 39px;
}
.manage-accounts #manage-accounts-table.dataTable th:last-child,
.manage-accounts #manage-accounts-table.dataTable td:last-child,
.manage-accounts #manage-venues-table.dataTable th:last-child,
.manage-accounts #manage-venues-table.dataTable td:last-child,
.manage-accounts #manage-users-table.dataTable th:last-child,
.manage-accounts #manage-users-table.dataTable td:last-child {
  padding-right: 39px;
  text-align: right;
}
.manage-accounts #manage-accounts-table.dataTable th,
.manage-accounts #manage-venues-table.dataTable th,
.manage-accounts #manage-users-table.dataTable th {
  font-weight: bold;
  vertical-align: top;
  background-image: none !important;
  border-color: #707070;
}
.manage-accounts #manage-accounts-table.dataTable tbody tr.odd,
.manage-accounts #manage-venues-table.dataTable tbody tr.odd,
.manage-accounts #manage-users-table.dataTable tbody tr.odd {
  background: #f8f8f8;
}
.manage-accounts #manage-accounts-table.dataTable .button,
.manage-accounts #manage-venues-table.dataTable .button,
.manage-accounts #manage-users-table.dataTable .button {
  padding: 11px 13px 10px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  line-height: 23px;
}
.manage-accounts #manage-accounts-table_paginate,
.manage-accounts #manage-venues-table_paginate,
.manage-accounts #manage-users-table_paginate {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 39px;
  padding-top: 40px;
}
.manage-accounts #manage-accounts-table_paginate .paginate_button,
.manage-accounts #manage-venues-table_paginate .paginate_button,
.manage-accounts #manage-users-table_paginate .paginate_button {
  color: rgba(0, 0, 0, 0.7) !important;
}
.manage-accounts #manage-accounts-table_paginate .paginate_button:not(.current),
.manage-accounts #manage-venues-table_paginate .paginate_button:not(.current),
.manage-accounts #manage-users-table_paginate .paginate_button:not(.current) {
  padding-left: 12px;
  padding-right: 12px;
  border: none;
}
.manage-accounts #manage-accounts-table_paginate .paginate_button:hover,
.manage-accounts #manage-venues-table_paginate .paginate_button:hover,
.manage-accounts #manage-users-table_paginate .paginate_button:hover {
  border: none;
  background: #f8f8f8;
  color: rgba(0, 0, 0, 0.7) !important;
}
.manage-accounts #manage-accounts-table_paginate .paginate_button.current,
.manage-accounts #manage-venues-table_paginate .paginate_button.current,
.manage-accounts #manage-users-table_paginate .paginate_button.current {
  background: none;
  border: 1px solid #707070;
  background: transparent;
}
.manage-accounts #manage-accounts-table_info,
.manage-accounts #manage-venues-table_info,
.manage-accounts #manage-users-table_info {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 39px;
  padding-top: 40px;
}

#manage-users-table td .cell-content {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: default;
}
#manage-users-table td .cell-content.js-update-user-venue, #manage-users-table td .cell-content.js-update-user-role, #manage-users-table td .cell-content.js-update-managed-venues {
  cursor: pointer;
}
#manage-users-table td .cell-content.js-update-user-venue > *, #manage-users-table td .cell-content.js-update-user-role > *, #manage-users-table td .cell-content.js-update-managed-venues > * {
  pointer-events: none;
}
#manage-users-table td .cell-content.js-update-user-venue .cell-content__icon, #manage-users-table td .cell-content.js-update-user-role .cell-content__icon, #manage-users-table td .cell-content.js-update-managed-venues .cell-content__icon {
  display: block;
}
#manage-users-table td .cell-content__icon {
  display: none;
  vertical-align: middle;
  min-width: 16px;
  min-height: 16px;
  margin-left: auto;
  margin-right: 0;
}

.update-user-venue {
  cursor: pointer;
}

.choose-venue-form {
  min-height: 100vh;
  padding: 50px 0;
  width: 100vw;
}
.choose-venue-form__intro p {
  font-size: 16px;
  min-height: 70px;
}
.choose-venue-form__inner {
  display: none;
}
.choose-venue-form__inner__top {
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}
.choose-venue-form__inner__top p {
  font-size: 16px;
}
.choose-venue-form__inner__top p a {
  color: #000;
  text-decoration: underline;
}
.choose-venue-form__inner__top p a:hover {
  color: #000;
}
.choose-venue-form h3 {
  text-align: center;
}
.choose-venue-form form {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  width: 750px;
}
.choose-venue-form form.show-signup-fields {
  width: 560px;
}
.choose-venue-form form.show-signup-fields .signup-form__intro {
  display: none;
}
.choose-venue-form form.show-signup-fields .signup-form__inner {
  display: block;
}
.choose-venue-form form .input-holder {
  margin-bottom: 25px;
}
.choose-venue-form form .input-holder label {
  font-size: 16px;
  margin: 0 20px 0 0;
}
.choose-venue-form form .input-holder input[type=text],
.choose-venue-form form .input-holder input[type=password] {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.choose-venue-form form .input-holder select {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.choose-venue-form form .input-holder .input-error {
  color: red;
  display: none;
  font-size: 12px;
  margin: 0;
}
.choose-venue-form form .input-holder .input-error.active {
  display: block;
}
.choose-venue-form form .input-holder .radio-container {
  margin-top: 10px;
}
.choose-venue-form form .input-holder .radio-container p {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.choose-venue-form form .input-holder .radio-container input {
  margin-right: 20px;
  width: auto;
}
.choose-venue-form .add-venue a {
  color: black;
  text-decoration: underline !important;
}

.add-venue-form {
  min-height: 100vh;
  padding: 50px 0;
  width: 100vw;
}
.add-venue-form__inner__top {
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}
.add-venue-form__inner__top p {
  font-size: 16px;
}
.add-venue-form__inner__top p a {
  color: #000;
  text-decoration: underline;
}
.add-venue-form__inner__top p a:hover {
  color: #000;
}
.add-venue-form h3 {
  text-align: center;
}
.add-venue-form form {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  width: 560px;
}
.add-venue-form form .input-holder {
  margin-bottom: 25px;
}
.add-venue-form form .input-holder label {
  font-size: 16px;
  margin: 0 20px 0 0;
}
.add-venue-form form .input-holder input[type=text],
.add-venue-form form .input-holder input[type=password] {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.add-venue-form form .input-holder select {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.add-venue-form form .input-holder .input-error {
  color: red;
  display: none;
  font-size: 12px;
  margin: 0;
}
.add-venue-form form .input-holder .input-error.active {
  display: block;
}
.add-venue-form form .input-holder .radio-container {
  margin-top: 10px;
}
.add-venue-form form .input-holder .radio-container p {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.add-venue-form form .input-holder .radio-container input {
  margin-right: 20px;
  width: auto;
}
.add-venue-form form input[type=submit] {
  border: none;
}

.add-course-progress-form {
  min-height: 100vh;
  padding: 50px 0;
  width: 100vw;
}
.add-course-progress-form__inner__top {
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}
.add-course-progress-form__inner__top p {
  font-size: 16px;
}
.add-course-progress-form__inner__top p a {
  color: #000;
  text-decoration: underline;
}
.add-course-progress-form__inner__top p a:hover {
  color: #000;
}
.add-course-progress-form h3 {
  text-align: center;
}
.add-course-progress-form form {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  width: 560px;
}
.add-course-progress-form form .input-holder {
  margin-bottom: 25px;
}
.add-course-progress-form form .input-holder label {
  font-size: 16px;
  margin: 0 20px 0 0;
}
.add-course-progress-form form .input-holder input[type=text],
.add-course-progress-form form .input-holder input[type=password] {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.add-course-progress-form form .input-holder select {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.add-course-progress-form form .input-holder .input-error {
  color: red;
  display: none;
  font-size: 12px;
  margin: 0;
}
.add-course-progress-form form .input-holder .input-error.active {
  display: block;
}
.add-course-progress-form form .input-holder .radio-container {
  margin-top: 10px;
}
.add-course-progress-form form .input-holder .radio-container p {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.add-course-progress-form form .input-holder .radio-container input {
  margin-right: 20px;
  width: auto;
}
.add-course-progress-form form input[type=submit] {
  border: none;
}

.manage-course-progress {
  position: relative;
  z-index: 5;
  padding-top: 100px;
  color: #fff;
  max-width: 83.33vw;
  padding: 100px 100px 150px;
}
@media screen and (min-width: 1800px) {
  .manage-course-progress {
    padding: 100px 150px 150px;
  }
}
.manage-course-progress__titles {
  padding: 0 30px;
}
.manage-course-progress__bg-line {
  z-index: 0;
  position: absolute;
  right: 3%;
  top: 90vh;
  max-width: 87.5%;
}
.manage-course-progress #manage-course-progress-table_wrapper {
  margin-top: 45px;
  padding: 33px 0;
  background: #fff;
  color: #000;
}
.manage-course-progress #manage-course-progress-table_length {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 39px;
}
.manage-course-progress #manage-course-progress-table_length select {
  appearance: none;
  text-align: center;
  margin: 0 9px;
}
.manage-course-progress #manage-course-progress-table_filter {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 39px;
}
.manage-course-progress #manage-course-progress-table_filter input {
  padding: 4px 12px;
  color: #000;
}
.manage-course-progress #manage-course-progress-table.dataTable th, .manage-course-progress #manage-course-progress-table.dataTable td {
  font-size: 18px;
  line-height: 26px;
  padding: 20px 30px 20px 0;
}
.manage-course-progress #manage-course-progress-table.dataTable th:first-child, .manage-course-progress #manage-course-progress-table.dataTable td:first-child {
  padding-left: 39px;
}
.manage-course-progress #manage-course-progress-table.dataTable th:last-child, .manage-course-progress #manage-course-progress-table.dataTable td:last-child {
  padding-right: 39px;
  text-align: right;
}
.manage-course-progress #manage-course-progress-table.dataTable th {
  font-weight: bold;
  vertical-align: top;
  background-image: none !important;
  border-color: #707070;
}
.manage-course-progress #manage-course-progress-table.dataTable tbody tr.odd {
  background: #F8F8F8;
}
.manage-course-progress #manage-course-progress-table.dataTable .button {
  padding: 11px 13px 10px;
  font-size: 14px;
  text-align: center;
}
.manage-course-progress #manage-course-progress-table_paginate {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 39px;
  padding-top: 40px;
}
.manage-course-progress #manage-course-progress-table_paginate .paginate_button {
  color: rgba(0, 0, 0, 0.7) !important;
}
.manage-course-progress #manage-course-progress-table_paginate .paginate_button:not(.current) {
  padding-left: 12px;
  padding-right: 12px;
  border: none;
}
.manage-course-progress #manage-course-progress-table_paginate .paginate_button:hover {
  border: none;
  background: #f8f8f8;
  color: rgba(0, 0, 0, 0.7) !important;
}
.manage-course-progress #manage-course-progress-table_paginate .paginate_button.current {
  background: none;
  border: 1px solid #707070;
  background: transparent;
}
.manage-course-progress #manage-course-progress-table_info {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 39px;
  padding-top: 40px;
}
.manage-course-progress__download {
  float: right;
  z-index: 5;
  position: relative;
}
.manage-course-progress__popup-content {
  padding: 50px;
  background-color: #fff;
}
.manage-course-progress__popup-content-inner-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0px;
}
.manage-course-progress__popup-content-inner-venue {
  font-size: 15px;
}
.manage-course-progress__popup-content-inner-list-item {
  margin-bottom: 10px;
}
.manage-course-progress__popup-content-inner-list-title {
  font-weight: bold;
  line-height: 1.3;
  display: block;
}
.manage-course-progress__popup-content-inner-list-link {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.35);
  font-size: 15px;
  line-height: 1.15;
}
.manage-course-progress__popup-content-inner-list-link:hover {
  color: rgba(0, 0, 0, 0.45);
}