html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.clearfix:before,
.clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.wysiwyg .media,
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .wysiwyg .media object,
  .wysiwyg .media embed,
  .wysiwyg .media iframe,
  .embed-container object,
  .embed-container embed,
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

html,
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px; }
  html *,
  body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  color: #fff;
  background: rgba(103, 52, 186, 0.99999); }

::selection {
  color: #fff;
  background: rgba(103, 52, 186, 0.99999); }

html {
  color: #3b3e43;
  background-color: #f7f7f7; }

.h1,
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 6.4rem;
  line-height: 7.2rem; }
  @media only screen and (max-width: 767px) {
    .h1,
    h1 {
      font-size: 5rem; } }

.h2,
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.2; }
  @media only screen and (max-width: 767px) {
    .h2,
    h2 {
      font-size: 2.6rem; } }

.h3,
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2; }

.h4,
h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .h4,
    h4 {
      font-size: 2.2rem; } }

.h5,
h5,
.wysiwyg blockquote p {
  font-size: 3rem;
  line-height: 1.2; }

.h6,
h6 {
  font-size: 1.8rem;
  line-height: 2.9rem; }

.p,
p,
.button--error,
form .input-wrap__actions .action,
form .input-wrap--actions .action,
.button,
form .input-wrap--checkablevisibility input,
form .input-wrap--text input,
form .input-wrap--numeric input,
form .input-wrap--number input,
form .input-wrap--email input,
form .input-wrap--textarea textarea,
form .input-wrap--countrydropdown select,
form .input-wrap--dropdown select,
form .input-wrap--select select,
.smallForm .showOnClick a:not(.button),
[type="radio"] + label,
.description,
table tr th,
table tr td,
.tingle-modal__closeLabel,
.selectedTracks__item__title,
.tracks__item__title,
.resizer,
.selectedTracks__track__title,
.content__copy,
.select2-selection,
.select2-results__option,
.select2-search--dropdown .select2-search__field,
.li,
li,
label,
input {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 1rem; }

.mobilenav,
.offCanvas__group__top,
.offCanvas__group__children__item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 2.6rem; }

.innerWrap {
  padding: 0 2rem;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
  position: relative; }
  .innerWrap:before, .innerWrap:after {
    content: '';
    display: table; }
  .innerWrap:after {
    clear: both; }

.innerWrapSmall {
  padding: 0 2rem;
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  position: relative; }
  .innerWrapSmall:before, .innerWrapSmall:after {
    content: '';
    display: table; }
  .innerWrapSmall:after {
    clear: both; }


.button--error,
form .input-wrap__actions .action,
form .input-wrap--actions .action,
.button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #fff;
  background: #6734ba;
  margin: 0 1rem 1rem 0;
  border: 0;
  border-radius: 10rem;
  padding: 1.3rem 6.5rem;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
  display: inline-block;
  text-transform: uppercase; }
  .button--error svg, form .input-wrap__actions .action svg, form .input-wrap--actions .action svg,
  .button svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5rem;
    position: relative;
    top: -.1rem;
    -webkit-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1); }
  
  .button--error:hover,
  form .input-wrap__actions .action:hover,
  form .input-wrap--actions .action:hover,
  .button:hover {
    opacity: .9; }
  
  .button--bordered {
    background: transparent;
    color: #6734ba; }
  
  .button--light {
    background: #fff;
    color: #6734ba; }
    
    .button--light:hover,
    .button--light:active,
    .button--light:focus {
      background: rgba(255, 255, 255, 0.8); }
  
  .button--disabled {
    border: 2px solid #e4e4e4;
    background: #e4e4e4;
    cursor: not-allowed; }
    
    .button--disabled:hover,
    .button--disabled:active,
    .button--disabled:focus {
      border: 2px solid #e4e4e4;
      background: #e4e4e4; }
  
  .button--error {
    border: 2px solid #c0392b;
    background: #c0392b; }
    
    .button--error:hover,
    .button--error:active,
    .button--error:focus {
      background: #d03e2f;
      border-color: #d03e2f; }

button,
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0; }


form .input-wrap--checkablevisibility input,
form .input-wrap--text input,
form .input-wrap--numeric input,
form .input-wrap--number input,
form .input-wrap--email input,
form .input-wrap--textarea textarea,
form .input-wrap--countrydropdown select,
form .input-wrap--dropdown select,
form .input-wrap--select select {
  outline: none;
  color: #19191a;
  border: 1px solid #e4e4e4;
  width: 100%;
  background: #fff;
  padding: 1rem;
  border-radius: 0;
  margin: .6rem 0 2rem;
  -webkit-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1); }
  
  form .input-wrap--checkablevisibility input::-webkit-input-placeholder,
  form .input-wrap--text input::-webkit-input-placeholder,
  form .input-wrap--numeric input::-webkit-input-placeholder,
  form .input-wrap--number input::-webkit-input-placeholder,
  form .input-wrap--email input::-webkit-input-placeholder,
  form .input-wrap--textarea textarea::-webkit-input-placeholder,
  form .input-wrap--countrydropdown select::-webkit-input-placeholder,
  form .input-wrap--dropdown select::-webkit-input-placeholder,
  form .input-wrap--select select::-webkit-input-placeholder {
    color: #19191a; }
  
  form .input-wrap--checkablevisibility input:-moz-placeholder,
  form .input-wrap--text input:-moz-placeholder,
  form .input-wrap--numeric input:-moz-placeholder,
  form .input-wrap--number input:-moz-placeholder,
  form .input-wrap--email input:-moz-placeholder,
  form .input-wrap--textarea textarea:-moz-placeholder,
  form .input-wrap--countrydropdown select:-moz-placeholder,
  form .input-wrap--dropdown select:-moz-placeholder,
  form .input-wrap--select select:-moz-placeholder {
    color: #19191a; }
  
  form .input-wrap--checkablevisibility input::-moz-placeholder,
  form .input-wrap--text input::-moz-placeholder,
  form .input-wrap--numeric input::-moz-placeholder,
  form .input-wrap--number input::-moz-placeholder,
  form .input-wrap--email input::-moz-placeholder,
  form .input-wrap--textarea textarea::-moz-placeholder,
  form .input-wrap--countrydropdown select::-moz-placeholder,
  form .input-wrap--dropdown select::-moz-placeholder,
  form .input-wrap--select select::-moz-placeholder {
    color: #19191a; }
  
  form .input-wrap--checkablevisibility input:-ms-input-placeholder,
  form .input-wrap--text input:-ms-input-placeholder,
  form .input-wrap--numeric input:-ms-input-placeholder,
  form .input-wrap--number input:-ms-input-placeholder,
  form .input-wrap--email input:-ms-input-placeholder,
  form .input-wrap--textarea textarea:-ms-input-placeholder,
  form .input-wrap--countrydropdown select:-ms-input-placeholder,
  form .input-wrap--dropdown select:-ms-input-placeholder,
  form .input-wrap--select select:-ms-input-placeholder {
    color: #19191a; }
  
  form .input-wrap--checkablevisibility input:focus,
  form .input-wrap--text input:focus,
  form .input-wrap--numeric input:focus,
  form .input-wrap--number input:focus,
  form .input-wrap--email input:focus,
  form .input-wrap--textarea textarea:focus,
  form .input-wrap--countrydropdown select:focus,
  form .input-wrap--dropdown select:focus,
  form .input-wrap--select select:focus {
    border-color: #6734ba; }

body .form-wrap {
  max-width: 80rem; }
  body .form-wrap ul {
    padding-left: 0; }
    body .form-wrap ul li:before {
      display: none; }

.smallForm {
  max-width: 60rem;
  margin: 4rem 0;
  padding: 4rem;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-top: 6px solid #6734ba; }
  .smallForm--centered {
    margin: 0 auto; }
  .smallForm .VisibilityNote {
    display: none; }
  .smallForm .showOnClick a:not(.button) {
    color: #19191a;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -3px 0 #d7e1ea, 0 2px 0 #d7e1ea;
            box-shadow: inset 0 -3px 0 #d7e1ea, 0 2px 0 #d7e1ea;
    -webkit-transition: color 222ms ease, -webkit-box-shadow 333ms ease;
    transition: color 222ms ease, -webkit-box-shadow 333ms ease;
    -o-transition: box-shadow 333ms ease, color 222ms ease;
    transition: box-shadow 333ms ease, color 222ms ease;
    transition: box-shadow 333ms ease, color 222ms ease, -webkit-box-shadow 333ms ease;
    overflow: hidden; }
    .smallForm .showOnClick a:not(.button):hover {
      -webkit-box-shadow: inset 0 -30px 0 #d7e1ea, 0 2px 0 #d7e1ea;
              box-shadow: inset 0 -30px 0 #d7e1ea, 0 2px 0 #d7e1ea; }
  .smallForm .Actions {
    float: right;
    width: auto; }


form .input-wrap__actions,
form .input-wrap--actions,
form .input-wrap--checkablevisibility,
form .input-wrap--text,
form .input-wrap--numeric,
form .input-wrap--number,
form .input-wrap--email,
form .input-wrap--textarea,
form .input-wrap--countrydropdown,
form .input-wrap--dropdown,
form .input-wrap--select,
form .input-wrap--checkbox,
form .input-wrap {
  position: relative;
  display: block;
  float: left;
  width: 100%; }
  form .input-wrap__actions label, form .input-wrap--actions label, form .input-wrap--checkablevisibility label, form .input-wrap--text label, form .input-wrap--numeric label, form .input-wrap--number label, form .input-wrap--email label, form .input-wrap--textarea label, form .input-wrap--countrydropdown label, form .input-wrap--dropdown label, form .input-wrap--select label, form .input-wrap--checkbox label,
  form .input-wrap label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: .8rem 0 -.3rem;
    display: block;
    font-size: 1.4rem;
    color: #6734ba; }
  
  form .input-wrap--half {
    width: 49%;
    margin-right: 2%; }
    @media only screen and (max-width: 767px) {
      
      form .input-wrap--half {
        width: 100%;
        margin-right: 0; } }
    
    form .input-wrap--half--last {
      margin-right: 0; }
  
  form .input-wrap--third {
    width: 32%;
    margin-right: 2%; }
    @media only screen and (max-width: 767px) {
      
      form .input-wrap--third {
        width: 100%;
        margin-right: 0; } }
    
    form .input-wrap--third--last {
      margin-right: 0; }
  
  form .input-wrap--quarter {
    width: 23.5%;
    margin-right: 2%; }
    @media only screen and (max-width: 767px) {
      
      form .input-wrap--quarter {
        width: 100%;
        margin-right: 0; } }
    
    form .input-wrap--quarter--last {
      margin-right: 0; }
  
  form .input-wrap--textarea textarea {
    resize: none;
    min-height: 160px; }
  
  form .input-wrap--countrydropdown:after,
  form .input-wrap--dropdown:after,
  form .input-wrap--select:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0;
    border-color: #6734ba transparent transparent;
    bottom: 3.6rem;
    right: 1.5%; }
  
  form .input-wrap--checkbox {
    margin-bottom: 1rem; }

.message.validation {
  display: none; }

[type="radio"] {
  position: absolute;
  opacity: 0; }
  [type="radio"] + label {
    color: #f7f7f7;
    font-size: 1.4rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: .5rem .5rem .5rem 3rem;
    display: block;
    margin: 0; }
    [type="radio"] + label:before {
      position: absolute;
      content: '';
      display: block;
      left: 0; }
  [type="radio"]:disabled + label:before {
    opacity: .6; }

[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  [type="checkbox"] + label {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-left: 3rem; }
    [type="checkbox"] + label:before {
      position: absolute;
      content: '';
      display: block;
      left: 0; }
  [type="checkbox"]:disabled + label:before {
    opacity: .6; }

.radio {
  position: relative;
  display: inline-block;
  margin: .5rem 3rem .5rem .5rem; }

.js-subcategory {
  font-size: 0; }

.message {
  display: block;
  margin-top: 0;
  padding: 1rem 1.6rem; }
  .message.validation {
    background: rgba(231, 76, 60, 0.3);
    border-left: 3px solid #e74c3c; }
  .message.good {
    background: rgba(46, 204, 113, 0.3);
    border-left: 3px solid #2ecc71; }
  .message.warning {
    background: rgba(243, 156, 18, 0.3);
    border-left: 3px solid #f39c12; }

.description {
  display: block;
  margin-top: 0;
  padding: 1rem 1.6rem;
  background: rgba(103, 52, 186, 0.3);
  border-left: 3px solid #6734ba; }

.content {
  margin: 4rem auto; }
  .content .constraint {
    max-width: 100rem; }

.wysiwyg {
  color: #19191a; }
  .wysiwyg img {
    max-width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
    .wysiwyg h1:after,
    .wysiwyg h2:after,
    .wysiwyg h3:after {
      position: absolute;
      content: '';
      display: block;
      width: 10rem;
      height: .6rem;
      background: #6734ba;
      bottom: 0; }
  .wysiwyg hr {
    margin: 1rem auto 2rem;
    display: block;
    border: 0;
    border-bottom: 4px solid #6734ba;
    max-width: 10rem; }
  .wysiwyg ol,
  .wysiwyg ul {
    padding-left: 2rem;
    margin-bottom: 2rem; }
    .wysiwyg ol li,
    .wysiwyg ul li {
      position: relative; }
      .wysiwyg ol li:before,
      .wysiwyg ul li:before {
        position: absolute;
        content: '';
        display: block;
        width: .4rem;
        height: .4rem;
        border-radius: 1.5rem;
        background: #6734ba;
        top: 1rem;
        left: -1.6rem; }
  .wysiwyg p {
    margin-bottom: 1.6rem; }
  .wysiwyg p,
  .wysiwyg li {
    line-height: 1.625;
    color: #19191a; }
    .wysiwyg p a:not(.button),
    .wysiwyg li a:not(.button) {
      text-decoration: none;
      -webkit-box-shadow: inset 0 -3px 0 #d7e1ea, 0 2px 0 #d7e1ea;
              box-shadow: inset 0 -3px 0 #d7e1ea, 0 2px 0 #d7e1ea;
      -webkit-transition: color 222ms ease, -webkit-box-shadow 333ms ease;
      transition: color 222ms ease, -webkit-box-shadow 333ms ease;
      -o-transition: box-shadow 333ms ease, color 222ms ease;
      transition: box-shadow 333ms ease, color 222ms ease;
      transition: box-shadow 333ms ease, color 222ms ease, -webkit-box-shadow 333ms ease;
      overflow: hidden;
      color: inherit; }
      .wysiwyg p a:not(.button):hover,
      .wysiwyg li a:not(.button):hover {
        -webkit-box-shadow: inset 0 -30px 0 #d7e1ea, 0 2px 0 #d7e1ea;
                box-shadow: inset 0 -30px 0 #d7e1ea, 0 2px 0 #d7e1ea; }
  .wysiwyg i,
  .wysiwyg em {
    font-style: italic; }
  .wysiwyg strong,
  .wysiwyg b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  .wysiwyg blockquote {
    margin: 3rem;
    padding: 0 2rem;
    border-left: 4px solid #6734ba; }
    .wysiwyg blockquote p {
      margin: 0; }
  .wysiwyg .colour--primary {
    color: #6734ba !important; }
  .wysiwyg .colour--secondary {
    color: #27ae60 !important; }
  .wysiwyg .colour--tertiary {
    color: #6734ba !important; }


.icon-checkbox-checked {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -26px -63px;
  width: 20px;
  height: 20px; }


.icon-checkbox-focused {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -50px -63px;
  width: 20px;
  height: 20px; }


.icon-checkbox-unchecked {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -89px 0px;
  width: 20px;
  height: 20px; }

.sharer .addthis_inline_share_toolbox a.at-svc-email,
.icon-envelope {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -34px 0px;
  width: 25px;
  height: 25px; }

.sharer .addthis_inline_share_toolbox a.at-svc-facebook,
.icon-facebook {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: 0px -34px;
  width: 25px;
  height: 25px; }

[type="radio"]:focus:checked + label:before, [type="radio"]:checked + label:before, [type="radio"]:disabled + label:before,
.icon-radio-checked {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -63px 0px;
  width: 22px;
  height: 22px; }

[type="radio"]:focus + label:before,
.icon-radio-focused {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -63px -26px;
  width: 22px;
  height: 22px; }

[type="radio"] + label:before,
.icon-radio-unchecked {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: 0px -63px;
  width: 22px;
  height: 22px; }

.select2-selection__arrow b,
.icon-select {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -89px -24px;
  width: 18px;
  height: 11px; }

.tingle-modal__close,
.icon-Shape {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: 0px 0px;
  width: 30px;
  height: 30px; }

.sharer .addthis_inline_share_toolbox a.at-svc-twitter,
.icon-twitter {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -29px -34px;
  width: 25px;
  height: 25px; }

.unvote:after,
.icon-unvote {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -89px -54px;
  width: 10px;
  height: 14px; }

.vote:after,
.icon-vote {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -74px -63px;
  width: 10px;
  height: 14px; }


.icon-xxx {
  display: inline-block;
  background-image: url(/mysite/app/../dist/images/generated/sprites10ad7549b942047d69b5d6216a5c12f9.png);
  background-position: -89px -39px;
  width: 18px;
  height: 11px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (-o-min-device-pixel-ratio: 5/2), only screen and (min-resolution: 240dpi) {
  
  .icon-checkbox-checked {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  
  .icon-checkbox-focused {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  
  .icon-checkbox-unchecked {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  .sharer .addthis_inline_share_toolbox a.at-svc-email,
  .icon-envelope {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  .sharer .addthis_inline_share_toolbox a.at-svc-facebook,
  .icon-facebook {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  [type="radio"]:focus:checked + label:before, [type="radio"]:checked + label:before, [type="radio"]:disabled + label:before,
  .icon-radio-checked {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  [type="radio"]:focus + label:before,
  .icon-radio-focused {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  [type="radio"] + label:before,
  .icon-radio-unchecked {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  .select2-selection__arrow b,
  .icon-select {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  .tingle-modal__close,
  .icon-Shape {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  .sharer .addthis_inline_share_toolbox a.at-svc-twitter,
  .icon-twitter {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  .unvote:after,
  .icon-unvote {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  .vote:after,
  .icon-vote {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; }
  
  .icon-xxx {
    background-image: url(/mysite/app/../dist/images/generated/sprites-retinac2888b578c53e51c1d1ab1a7c17d7de7.png) !important;
    background-size: 109px 85px !important; } }

.alertify-logs {
  position: fixed;
  z-index: 99999; }
  .alertify-logs > * {
    padding: 12px 24px;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    display: block !important;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    clear: both;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .alertify-logs > *.show {
      margin-top: 12px;
      opacity: 1;
      max-height: 1000px;
      padding: 12px;
      pointer-events: auto; }
    .alertify-logs > *, .alertify-logs > *.default {
      background: rgba(0, 0, 0, 0.8); }
    .alertify-logs > *.error {
      background: #c0392b; }
    .alertify-logs > *.success {
      background: #27ae60; }
  .alertify-logs.bottom, .alertify-logs:not(.top) {
    bottom: 16px; }
  .alertify-logs.left, .alertify-logs:not(.right) {
    left: 16px; }
    .alertify-logs.left > *, .alertify-logs:not(.right) > * {
      float: left;
      -webkit-transform: translate3d(#000);
              transform: translate3d(#000);
      height: auto; }
      .alertify-logs.left > *.show, .alertify-logs:not(.right) > *.show {
        left: 0; }
      .alertify-logs.left > *, .alertify-logs.left > *.hide, .alertify-logs:not(.right) > *, .alertify-logs:not(.right) > *.hide {
        left: -110%; }
  .alertify-logs.right {
    right: 16px; }
    .alertify-logs.right > * {
      float: right;
      -webkit-transform: translate3d(#000);
              transform: translate3d(#000); }
      .alertify-logs.right > *.show {
        right: 0;
        opacity: 1; }
      .alertify-logs.right > *, .alertify-logs.right > *.hide {
        right: -110%;
        opacity: 0; }
  .alertify-logs.top {
    top: 0; }

.alertify {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  .alertify.hide {
    opacity: 0;
    pointer-events: none; }
  .alertify, .alertify.show {
    -webkit-transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .alertify .dialog {
    padding: 12px; }
  .alertify .dialog,
  .alertify .alert {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .alertify .dialog > *,
    .alertify .alert > * {
      width: 400px;
      max-width: 95%;
      margin: 0 auto;
      text-align: center;
      padding: 12px;
      background: #fff;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084); }
    .alertify .dialog .msg,
    .alertify .alert .msg {
      padding: 12px;
      margin: 0;
      text-align: left; }
    .alertify .dialog input:not(.form-control),
    .alertify .alert input:not(.form-control) {
      margin-bottom: 15px;
      width: 100%;
      font-size: 100%;
      padding: 12px; }
      .alertify .dialog input:not(.form-control):focus,
      .alertify .alert input:not(.form-control):focus {
        outline-offset: -2px; }
    .alertify .dialog nav,
    .alertify .alert nav {
      text-align: right; }
      .alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button),
      .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button) {
        background: transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: rgba(0, 0, 0, 0.87);
        position: relative;
        outline: 0;
        display: inline-block;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 6px;
        margin: 6px 8px;
        line-height: 36px;
        min-height: 36px;
        white-space: nowrap;
        min-width: 88px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 2px; }
        .alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover, .alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):active,
        .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover,
        .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):active {
          background-color: rgba(0, 0, 0, 0.05); }
        .alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus,
        .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus {
          border: 1px solid rgba(0, 0, 0, 0.1); }
      .alertify .dialog nav .btn,
      .alertify .alert nav .btn {
        margin: 6px 4px; }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 1 !important; }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }
  .gu-unselectable .tracks__item,
  .gu-unselectable .selectedTracks__track {
    cursor: grabbing;
    cursor: -webkit-grabbing; }

.gu-transit {
  opacity: .2; }

.tracks__item,
.selectedTracks__track {
  cursor: grab;
  cursor: -webkit-grab; }
  .tracks__item:active,
  .selectedTracks__track:active {
    cursor: grabbing;
    cursor: -webkit-grabbing; }

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

.introjs-button {
  border: 0 !important;
  background: #6734ba !important;
  color: #fff !important;
  margin-left: 4px !important; }

.introjs-skipbutton {
  display: none !important; }

.introjs-tooltiptext {
  font-size: 14px;
  text-align: center;
  line-height: 1.3; }

.introjs-overlay {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0; }

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.introjs-tooltipReferenceLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.introjs-helperNumberLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #6734ba;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid #fff;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-tooltip {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: #fff;
  min-width: 200px;
  max-width: 300px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out; }

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap; }

.introjs-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: .5rem 1rem;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  margin-top: 10px; }

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a; }

.introjs-prevbutton {
  border-right: none; }

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  text-decoration: none; }

.introjs-hidden {
  display: none; }

.introjs-bullets {
  text-align: center; }

.introjs-bullets ul {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer; }

.introjs-bullets ul li a:hover {
  background: #999; }

.introjs-bullets ul li a.active {
  background: #6734ba; }

.introjs-progress {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  background-color: #ecf0f1; }

.introjs-progressbar {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer; }

.introjs-hint:focus {
  border: 0;
  outline: 0; }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  animation: none; }

.introjs-hint-dot {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
          animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0; }

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  25% {
    -webkit-transform: scale(0);
    opacity: .1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: .3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: .5; }
  100% {
    -webkit-transform: scale(1);
    opacity: .0; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .slick-slider * {
    outline: none; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-list:focus {
  outline: 0; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-slide img {
    display: block; }

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

table {
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 3rem auto; }
  table tr th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 1.2rem;
    border: 1px solid #6734ba;
    background-color: #6734ba;
    text-align: left;
    color: #fff; }
  table tr:nth-child(even) td {
    background: rgba(103, 52, 186, 0.03); }
  table tr td {
    color: #19191a;
    padding: 1rem;
    background-color: #fff;
    text-align: left; }
    table tr td p {
      margin: 0 !important; }

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: rgba(59, 62, 67, 0.4);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }
  .tingle-modal * {
    outline: none; }

.tingle-modal--confirm .tingle-modal-box {
  text-align: center; }

.tingle-modal--noOverlayClose {
  cursor: default; }

.tingle-modal--noClose .tingle-modal__close {
  display: none; }

.tingle-modal__close {
  position: fixed;
  top: 3rem;
  right: 28px;
  z-index: 1000;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #f7f7f7;
  font-size: 0;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.tingle-modal__closeLabel {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: none; }

.tingle-modal__close:hover {
  color: #fff; }

.tingle-modal-box {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 90%;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  background-color: #f7f7f7;
  cursor: auto;
  text-align: right; }
  .tingle-modal-box__footer .button {
    margin-bottom: 0; }

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: ''; }

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  -o-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s; }

.tingle-enabled {
  overflow: hidden;
  height: 100%; }
  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: blur(15px);
            filter: blur(15px); }

.tingle-modal--visible {
  visibility: visible;
  opacity: 1; }
  .tingle-modal--visible .tingle-modal-box {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0; }

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh; }

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: 0;
  background-color: #919191;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.tingle-btn--primary {
  background-color: #6734ba; }

.tingle-btn--danger {
  background-color: #c0392b; }

.tingle-btn--default {
  background-color: #6734ba; }

.tingle-btn--pull-left {
  float: left; }

.tingle-btn--pull-right {
  float: right; }

@media (max-width: 540px) {
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
    margin: 8rem auto; }
  .tingle-modal {
    top: 0;
    display: block;
    width: 100%; }
  .tingle-modal--noClose {
    top: 0; }
  .tingle-modal--overflow {
    padding: 0; }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%; }
  .tingle-modal__close {
    display: block;
    top: 1rem;
    right: 1rem;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff; }
  .tingle-modal__closeLabel {
    display: none; }
  .tingle-modal__closeIcon {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 1rem; } }

.factoidWrap {
  background: #3b3b3c;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  max-width: 90rem;
  width: 100%;
  padding: 3rem; }
  .factoidWrap .select2 {
    width: 100%;
    max-width: 21rem;
    margin: 1rem; }
  .factoidWrap h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center; }
    .factoidWrap h2:after {
      display: none; }

.login-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2c2c34; }
  .login-wrap #MemberLoginForm_LostPasswordForm_action_forgotPassword {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 1.4rem; }
  .login-wrap__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #f7f7f7;
    width: 90%;
    max-width: 400px;
    padding: 0 3.6rem 4rem;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
            box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
    .login-wrap__content:after {
      position: absolute;
      content: '';
      display: block;
      top: -1px;
      left: 0;
      right: 0;
      border-top: 5px solid #6734ba; }
    .login-wrap__content h4 {
      display: block;
      text-align: center;
      margin-bottom: 1rem; }
    .login-wrap__content .input-wrap__actions input {
      width: 100%;
      border-radius: 0; }
    .login-wrap__content .logo-wrapper {
      position: relative;
      width: 100%;
      text-align: center;
      margin: 3rem auto; }
    .login-wrap__content #MemberLoginForm_LoginForm_Remember_Holder {
      margin-top: -1rem;
      margin-bottom: 2rem; }
    .login-wrap__content #BackToLogin,
    .login-wrap__content #ForgotPassword {
      margin: 0 -3.6rem -2rem;
      width: calc(100% + 7.2rem);
      padding: 0 1.5rem;
      text-align: center; }
      .login-wrap__content #BackToLogin a:not(.button),
      .login-wrap__content #ForgotPassword a:not(.button) {
        text-decoration: none;
        -webkit-box-shadow: inset 0 -3px 0 #d7e1ea, 0 2px 0 #d7e1ea;
                box-shadow: inset 0 -3px 0 #d7e1ea, 0 2px 0 #d7e1ea;
        -webkit-transition: color 222ms ease, -webkit-box-shadow 333ms ease;
        transition: color 222ms ease, -webkit-box-shadow 333ms ease;
        -o-transition: box-shadow 333ms ease, color 222ms ease;
        transition: box-shadow 333ms ease, color 222ms ease;
        transition: box-shadow 333ms ease, color 222ms ease, -webkit-box-shadow 333ms ease;
        overflow: hidden;
        color: inherit; }
        .login-wrap__content #BackToLogin a:not(.button):hover,
        .login-wrap__content #ForgotPassword a:not(.button):hover {
          -webkit-box-shadow: inset 0 -30px 0 #d7e1ea, 0 2px 0 #d7e1ea;
                  box-shadow: inset 0 -30px 0 #d7e1ea, 0 2px 0 #d7e1ea; }
  .login-wrap #Password label,
  .login-wrap #Email label {
    font-size: 0;
    position: absolute;
    background: #e4e4e4;
    width: 4rem;
    text-align: center;
    padding: 1.1rem 0 1rem;
    top: -0.2rem; }
    @media only screen and (min-width: 1280px) {
      .login-wrap #Password label,
      .login-wrap #Email label {
        padding: 1.1rem 0 0.9rem; } }
    .login-wrap #Password label:before,
    .login-wrap #Email label:before {
      font-size: 2rem;
      color: #6734ba; }
  .login-wrap #Password input,
  .login-wrap #Email input {
    margin-left: 4rem;
    width: calc(100% - 4rem); }

.blindView .unvote,
.blindView .vote {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%); }

.blindView .selectedTracks .trackType {
  opacity: 0;
  -webkit-transform: scale(0.1) translateY(-50%);
      -ms-transform: scale(0.1) translateY(-50%);
          transform: scale(0.1) translateY(-50%); }

.blindView .selectedTracks .lufsToggle {
  opacity: 0;
  -webkit-transform: scale(0.1) translateY(-50%);
      -ms-transform: scale(0.1) translateY(-50%);
          transform: scale(0.1) translateY(-50%); }

.blindView .selectedTracks .trackColour {
  opacity: 0 !important; }

.blindView .selectedTracks__track__title {
  color: transparent;
  position: relative; }
  .blindView .selectedTracks__track__title:after {
    opacity: 1; }

.blindView .svg-blind path {
  fill: #3498db; }

.playlistsVisible .shootout__playlists {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1; }

.shootout__playlists {
  position: fixed;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
  -webkit-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  width: 40rem;
  background: #19191a;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  left: 0;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .shootout__playlists__list {
    padding: 2rem 1rem;
    position: absolute;
    top: .5rem;
    bottom: 11.5rem;
    overflow: auto;
    overflow-x: hidden;
    right: .4rem;
    left: 0; }
    .shootout__playlists__list::-webkit-scrollbar-track {
      background-color: #19191a; }
    .shootout__playlists__list::-webkit-scrollbar {
      width: .8rem;
      background-color: #19191a; }
    .shootout__playlists__list::-webkit-scrollbar-thumb {
      background-color: #3b3e43;
      border-radius: 10rem;
      border: 0; }
    .shootout__playlists__list p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.4);
      font-size: 1.4rem; }
      .shootout__playlists__list p b {
        position: absolute;
        left: 1rem;
        top: 3.3rem;
        background: rgba(0, 0, 0, 0.9);
        padding: .3rem 1rem;
        z-index: 3;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        -webkit-transition: all 333ms ease;
        -o-transition: all 333ms ease;
        transition: all 333ms ease;
        -webkit-transition-delay: 0ms;
             -o-transition-delay: 0ms;
                transition-delay: 0ms;
        font-size: 1.2rem; }
      .shootout__playlists__list p:hover b {
        -webkit-transition-delay: 1111ms;
             -o-transition-delay: 1111ms;
                transition-delay: 1111ms;
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        visibility: visible; }
    .shootout__playlists__list li {
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      position: relative;
      margin: 0 -1rem;
      width: calc(100% + 1rem);
      padding: .5rem 1rem;
      cursor: pointer;
      color: #fff; }
      .shootout__playlists__list li p {
        display: inline-block;
        margin: 0;
        width: calc(100% - 5.5rem);
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: middle; }
      .shootout__playlists__list li .deletePlaylist {
        right: 0;
        z-index: 2; }
        .shootout__playlists__list li .deletePlaylist:hover {
          opacity: 1; }
          .shootout__playlists__list li .deletePlaylist:hover path {
            fill: #e74c3c; }
      .shootout__playlists__list li .updatePlaylist {
        right: 3rem;
        -webkit-transform: translateX(113%);
            -ms-transform: translateX(113%);
                transform: translateX(113%);
        opacity: 0;
        visibility: hidden; }
      .shootout__playlists__list li span {
        position: absolute;
        opacity: .5;
        margin-left: .5rem; }
        .shootout__playlists__list li span:hover {
          opacity: 1; }
      .shootout__playlists__list li:hover {
        background: rgba(255, 255, 255, 0.1); }
      .shootout__playlists__list li svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: .5rem; }
      .shootout__playlists__list li.loaded {
        background: rgba(255, 255, 255, 0.05); }
        .shootout__playlists__list li.loaded p {
          width: calc(100% - 9rem); }
        .shootout__playlists__list li.loaded .updatePlaylist {
          right: 3rem;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          opacity: .5;
          visibility: visible; }
          .shootout__playlists__list li.loaded .updatePlaylist:hover {
            opacity: 1; }
            .shootout__playlists__list li.loaded .updatePlaylist:hover path {
              fill: #2ecc71; }
        .shootout__playlists__list li.loaded:after {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          bottom: 0;
          left: 0;
          width: 3px;
          background: #3498db; }
  .shootout__playlists__add {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    bottom: 5.5rem;
    left: 0;
    right: 0;
    border-top: 2px solid #3b3e43;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    padding: 1.4rem 1rem;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 111ms ease;
    -o-transition: all 111ms ease;
    transition: all 111ms ease; }
    .shootout__playlists__add__input {
      border: 0;
      background: #19191a;
      padding: 1.4rem 5rem 1.4rem 2rem;
      left: 0;
      width: 100%;
      top: 0;
      color: #fff;
      margin: 0;
      position: absolute;
      outline: 0; }
      .shootout__playlists__add__input:hover {
        background: rgba(255, 255, 255, 0.05); }
      .shootout__playlists__add__input:focus {
        background: rgba(255, 255, 255, 0.1) !important; }
    .shootout__playlists__add__icon {
      display: inline-block;
      vertical-align: middle;
      float: right;
      position: relative;
      top: -.1rem;
      z-index: 3; }
      .shootout__playlists__add__icon:hover + input {
        background: rgba(255, 255, 255, 0.05); }
      .shootout__playlists__add__icon svg {
        display: block; }
        .shootout__playlists__add__icon svg path {
          fill: #3498db; }

.js-toggle-lufs-global,
.fixedControls,
.splitTracks {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  float: right;
  font-size: 1.2rem; }
  @media only screen and (max-width: 967px) {
    .js-toggle-lufs-global,
    .fixedControls,
    .splitTracks {
      font-size: 0 !important; } }
  .js-toggle-lufs-global svg,
  .fixedControls svg,
  .splitTracks svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem; }

.fixedControls {
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  margin-right: 1rem; }
  .fixedControls svg {
    margin-left: 1rem;
    margin-right: 1rem; }

.shootout__tumbnail {
  position: relative; }
  .shootout__tumbnail > svg {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .3; }
  .shootout__tumbnail__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    z-index: 4; }
  .shootout__tumbnail__buy {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    width: 22px;
    height: 22px;
    z-index: 6;
    cursor: pointer;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: .8;
    -webkit-transition: all 222ms ease;
    -o-transition: all 222ms ease;
    transition: all 222ms ease; }
    .shootout__tumbnail__buy svg path {
      fill: #2ecc71; }

.buyable .shootout__tumbnail__buy {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.buyableTrack .shootout__controls__track span {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.shootout {
  width: 100%;
  padding: 4rem 3rem;
  background: #19191a; }
  .shootout:before, .shootout:after {
    content: '';
    display: table; }
  .shootout:after {
    clear: both; }
  .shootout .constraint {
    max-width: 1024px;
    margin: 0 auto; }
  .shootout .js-subcategory {
    margin-bottom: 2rem; }
  .shootout__group {
    position: relative;
    margin: 0 auto 3rem;
    width: 100%;
    padding: 2rem 3rem;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.15);
    float: left; }
    .shootout__group:before, .shootout__group:after {
      content: '';
      display: table; }
    .shootout__group:after {
      clear: both; }
    .shootout__group--wide {
      width: calc(100% - 20rem); }
    .shootout__group--slim {
      width: 17rem;
      margin-left: 3rem;
      height: 12.3rem; }
    .shootout__group h6 {
      color: #f7f7f7;
      margin-bottom: 1rem;
      font-size: 1.8rem; }
      .shootout__group h6 .help {
        float: right;
        cursor: pointer;
        position: relative;
        top: .2rem; }
    .shootout__group__half {
      display: block;
      float: left;
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .shootout__group__half {
          width: calc(50% - 2px); }
          .shootout__group__half:first-of-type {
            padding-right: 1rem; }
          .shootout__group__half:last-of-type {
            padding-left: 1rem; } }

.selectedTracks,
.tracks {
  height: 20rem;
  min-height: 20rem;
  background: #19191a;
  padding: .5rem;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  border: 0.5rem solid #19191a; }
  .selectedTracks::-webkit-scrollbar-track,
  .tracks::-webkit-scrollbar-track {
    background-color: #19191a; }
  .selectedTracks::-webkit-scrollbar,
  .tracks::-webkit-scrollbar {
    width: .8rem;
    background-color: #19191a; }
  .selectedTracks::-webkit-scrollbar-thumb,
  .tracks::-webkit-scrollbar-thumb {
    background-color: #3b3e43;
    border-radius: 10rem;
    border: 0; }
  .selectedTracks.busy .tracks__item,
  .tracks.busy .tracks__item {
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 0; }
  .selectedTracks__item,
  .tracks__item {
    padding: .5rem 1rem;
    margin-bottom: 2px;
    background: #3b3e43;
    position: relative;
    display: block;
    float: left;
    -webkit-transition: all 140ms;
    -o-transition: all 140ms;
    transition: all 140ms;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    margin-right: 2px;
    width: calc(100% - 2px); }
    @media only screen and (min-width: 640px) {
      .selectedTracks__item,
      .tracks__item {
        width: calc(50% - 2px); } }
    @media only screen and (min-width: 768px) {
      .selectedTracks__item,
      .tracks__item {
        width: calc(33.33333% - 2px); } }
    .selectedTracks__item:hover,
    .tracks__item:hover {
      background: #2f3135; }
    .selectedTracks__item.gu-mirror,
    .tracks__item.gu-mirror {
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .selectedTracks__item:nth-child(0),
    .tracks__item:nth-child(0) {
      -webkit-transition-delay: 0ms;
           -o-transition-delay: 0ms;
              transition-delay: 0ms; }
    .selectedTracks__item:nth-child(1),
    .tracks__item:nth-child(1) {
      -webkit-transition-delay: 11ms;
           -o-transition-delay: 11ms;
              transition-delay: 11ms; }
    .selectedTracks__item:nth-child(2),
    .tracks__item:nth-child(2) {
      -webkit-transition-delay: 22ms;
           -o-transition-delay: 22ms;
              transition-delay: 22ms; }
    .selectedTracks__item:nth-child(3),
    .tracks__item:nth-child(3) {
      -webkit-transition-delay: 33ms;
           -o-transition-delay: 33ms;
              transition-delay: 33ms; }
    .selectedTracks__item:nth-child(4),
    .tracks__item:nth-child(4) {
      -webkit-transition-delay: 44ms;
           -o-transition-delay: 44ms;
              transition-delay: 44ms; }
    .selectedTracks__item:nth-child(5),
    .tracks__item:nth-child(5) {
      -webkit-transition-delay: 55ms;
           -o-transition-delay: 55ms;
              transition-delay: 55ms; }
    .selectedTracks__item:nth-child(6),
    .tracks__item:nth-child(6) {
      -webkit-transition-delay: 66ms;
           -o-transition-delay: 66ms;
              transition-delay: 66ms; }
    .selectedTracks__item:nth-child(7),
    .tracks__item:nth-child(7) {
      -webkit-transition-delay: 77ms;
           -o-transition-delay: 77ms;
              transition-delay: 77ms; }
    .selectedTracks__item:nth-child(8),
    .tracks__item:nth-child(8) {
      -webkit-transition-delay: 88ms;
           -o-transition-delay: 88ms;
              transition-delay: 88ms; }
    .selectedTracks__item:nth-child(9),
    .tracks__item:nth-child(9) {
      -webkit-transition-delay: 99ms;
           -o-transition-delay: 99ms;
              transition-delay: 99ms; }
    .selectedTracks__item:nth-child(10),
    .tracks__item:nth-child(10) {
      -webkit-transition-delay: 110ms;
           -o-transition-delay: 110ms;
              transition-delay: 110ms; }
    .selectedTracks__item:nth-child(11),
    .tracks__item:nth-child(11) {
      -webkit-transition-delay: 121ms;
           -o-transition-delay: 121ms;
              transition-delay: 121ms; }
    .selectedTracks__item:nth-child(12),
    .tracks__item:nth-child(12) {
      -webkit-transition-delay: 132ms;
           -o-transition-delay: 132ms;
              transition-delay: 132ms; }
    .selectedTracks__item:nth-child(13),
    .tracks__item:nth-child(13) {
      -webkit-transition-delay: 143ms;
           -o-transition-delay: 143ms;
              transition-delay: 143ms; }
    .selectedTracks__item:nth-child(14),
    .tracks__item:nth-child(14) {
      -webkit-transition-delay: 154ms;
           -o-transition-delay: 154ms;
              transition-delay: 154ms; }
    .selectedTracks__item:nth-child(15),
    .tracks__item:nth-child(15) {
      -webkit-transition-delay: 165ms;
           -o-transition-delay: 165ms;
              transition-delay: 165ms; }
    .selectedTracks__item:nth-child(16),
    .tracks__item:nth-child(16) {
      -webkit-transition-delay: 176ms;
           -o-transition-delay: 176ms;
              transition-delay: 176ms; }
    .selectedTracks__item:nth-child(17),
    .tracks__item:nth-child(17) {
      -webkit-transition-delay: 187ms;
           -o-transition-delay: 187ms;
              transition-delay: 187ms; }
    .selectedTracks__item:nth-child(18),
    .tracks__item:nth-child(18) {
      -webkit-transition-delay: 198ms;
           -o-transition-delay: 198ms;
              transition-delay: 198ms; }
    .selectedTracks__item:nth-child(19),
    .tracks__item:nth-child(19) {
      -webkit-transition-delay: 209ms;
           -o-transition-delay: 209ms;
              transition-delay: 209ms; }
    .selectedTracks__item:nth-child(20),
    .tracks__item:nth-child(20) {
      -webkit-transition-delay: 220ms;
           -o-transition-delay: 220ms;
              transition-delay: 220ms; }
    .selectedTracks__item:nth-child(21),
    .tracks__item:nth-child(21) {
      -webkit-transition-delay: 231ms;
           -o-transition-delay: 231ms;
              transition-delay: 231ms; }
    .selectedTracks__item:nth-child(22),
    .tracks__item:nth-child(22) {
      -webkit-transition-delay: 242ms;
           -o-transition-delay: 242ms;
              transition-delay: 242ms; }
    .selectedTracks__item:nth-child(23),
    .tracks__item:nth-child(23) {
      -webkit-transition-delay: 253ms;
           -o-transition-delay: 253ms;
              transition-delay: 253ms; }
    .selectedTracks__item:nth-child(24),
    .tracks__item:nth-child(24) {
      -webkit-transition-delay: 264ms;
           -o-transition-delay: 264ms;
              transition-delay: 264ms; }
    .selectedTracks__item:nth-child(25),
    .tracks__item:nth-child(25) {
      -webkit-transition-delay: 275ms;
           -o-transition-delay: 275ms;
              transition-delay: 275ms; }
    .selectedTracks__item:nth-child(26),
    .tracks__item:nth-child(26) {
      -webkit-transition-delay: 286ms;
           -o-transition-delay: 286ms;
              transition-delay: 286ms; }
    .selectedTracks__item:nth-child(27),
    .tracks__item:nth-child(27) {
      -webkit-transition-delay: 297ms;
           -o-transition-delay: 297ms;
              transition-delay: 297ms; }
    .selectedTracks__item:nth-child(28),
    .tracks__item:nth-child(28) {
      -webkit-transition-delay: 308ms;
           -o-transition-delay: 308ms;
              transition-delay: 308ms; }
    .selectedTracks__item:nth-child(29),
    .tracks__item:nth-child(29) {
      -webkit-transition-delay: 319ms;
           -o-transition-delay: 319ms;
              transition-delay: 319ms; }
    .selectedTracks__item:nth-child(30),
    .tracks__item:nth-child(30) {
      -webkit-transition-delay: 330ms;
           -o-transition-delay: 330ms;
              transition-delay: 330ms; }
    .selectedTracks__item:nth-child(31),
    .tracks__item:nth-child(31) {
      -webkit-transition-delay: 341ms;
           -o-transition-delay: 341ms;
              transition-delay: 341ms; }
    .selectedTracks__item:nth-child(32),
    .tracks__item:nth-child(32) {
      -webkit-transition-delay: 352ms;
           -o-transition-delay: 352ms;
              transition-delay: 352ms; }
    .selectedTracks__item:nth-child(33),
    .tracks__item:nth-child(33) {
      -webkit-transition-delay: 363ms;
           -o-transition-delay: 363ms;
              transition-delay: 363ms; }
    .selectedTracks__item:nth-child(34),
    .tracks__item:nth-child(34) {
      -webkit-transition-delay: 374ms;
           -o-transition-delay: 374ms;
              transition-delay: 374ms; }
    .selectedTracks__item:nth-child(35),
    .tracks__item:nth-child(35) {
      -webkit-transition-delay: 385ms;
           -o-transition-delay: 385ms;
              transition-delay: 385ms; }
    .selectedTracks__item:nth-child(36),
    .tracks__item:nth-child(36) {
      -webkit-transition-delay: 396ms;
           -o-transition-delay: 396ms;
              transition-delay: 396ms; }
    .selectedTracks__item:nth-child(37),
    .tracks__item:nth-child(37) {
      -webkit-transition-delay: 407ms;
           -o-transition-delay: 407ms;
              transition-delay: 407ms; }
    .selectedTracks__item:nth-child(38),
    .tracks__item:nth-child(38) {
      -webkit-transition-delay: 418ms;
           -o-transition-delay: 418ms;
              transition-delay: 418ms; }
    .selectedTracks__item:nth-child(39),
    .tracks__item:nth-child(39) {
      -webkit-transition-delay: 429ms;
           -o-transition-delay: 429ms;
              transition-delay: 429ms; }
    .selectedTracks__item:nth-child(40),
    .tracks__item:nth-child(40) {
      -webkit-transition-delay: 440ms;
           -o-transition-delay: 440ms;
              transition-delay: 440ms; }
    .selectedTracks__item:nth-child(41),
    .tracks__item:nth-child(41) {
      -webkit-transition-delay: 451ms;
           -o-transition-delay: 451ms;
              transition-delay: 451ms; }
    .selectedTracks__item:nth-child(42),
    .tracks__item:nth-child(42) {
      -webkit-transition-delay: 462ms;
           -o-transition-delay: 462ms;
              transition-delay: 462ms; }
    .selectedTracks__item:nth-child(43),
    .tracks__item:nth-child(43) {
      -webkit-transition-delay: 473ms;
           -o-transition-delay: 473ms;
              transition-delay: 473ms; }
    .selectedTracks__item:nth-child(44),
    .tracks__item:nth-child(44) {
      -webkit-transition-delay: 484ms;
           -o-transition-delay: 484ms;
              transition-delay: 484ms; }
    .selectedTracks__item:nth-child(45),
    .tracks__item:nth-child(45) {
      -webkit-transition-delay: 495ms;
           -o-transition-delay: 495ms;
              transition-delay: 495ms; }
    .selectedTracks__item:nth-child(46),
    .tracks__item:nth-child(46) {
      -webkit-transition-delay: 506ms;
           -o-transition-delay: 506ms;
              transition-delay: 506ms; }
    .selectedTracks__item:nth-child(47),
    .tracks__item:nth-child(47) {
      -webkit-transition-delay: 517ms;
           -o-transition-delay: 517ms;
              transition-delay: 517ms; }
    .selectedTracks__item:nth-child(48),
    .tracks__item:nth-child(48) {
      -webkit-transition-delay: 528ms;
           -o-transition-delay: 528ms;
              transition-delay: 528ms; }
    .selectedTracks__item:nth-child(49),
    .tracks__item:nth-child(49) {
      -webkit-transition-delay: 539ms;
           -o-transition-delay: 539ms;
              transition-delay: 539ms; }
    .selectedTracks__item:nth-child(50),
    .tracks__item:nth-child(50) {
      -webkit-transition-delay: 550ms;
           -o-transition-delay: 550ms;
              transition-delay: 550ms; }
    .selectedTracks__item:nth-child(51),
    .tracks__item:nth-child(51) {
      -webkit-transition-delay: 561ms;
           -o-transition-delay: 561ms;
              transition-delay: 561ms; }
    .selectedTracks__item:nth-child(52),
    .tracks__item:nth-child(52) {
      -webkit-transition-delay: 572ms;
           -o-transition-delay: 572ms;
              transition-delay: 572ms; }
    .selectedTracks__item:nth-child(53),
    .tracks__item:nth-child(53) {
      -webkit-transition-delay: 583ms;
           -o-transition-delay: 583ms;
              transition-delay: 583ms; }
    .selectedTracks__item:nth-child(54),
    .tracks__item:nth-child(54) {
      -webkit-transition-delay: 594ms;
           -o-transition-delay: 594ms;
              transition-delay: 594ms; }
    .selectedTracks__item:nth-child(55),
    .tracks__item:nth-child(55) {
      -webkit-transition-delay: 605ms;
           -o-transition-delay: 605ms;
              transition-delay: 605ms; }
    .selectedTracks__item:nth-child(56),
    .tracks__item:nth-child(56) {
      -webkit-transition-delay: 616ms;
           -o-transition-delay: 616ms;
              transition-delay: 616ms; }
    .selectedTracks__item:nth-child(57),
    .tracks__item:nth-child(57) {
      -webkit-transition-delay: 627ms;
           -o-transition-delay: 627ms;
              transition-delay: 627ms; }
    .selectedTracks__item:nth-child(58),
    .tracks__item:nth-child(58) {
      -webkit-transition-delay: 638ms;
           -o-transition-delay: 638ms;
              transition-delay: 638ms; }
    .selectedTracks__item:nth-child(59),
    .tracks__item:nth-child(59) {
      -webkit-transition-delay: 649ms;
           -o-transition-delay: 649ms;
              transition-delay: 649ms; }
    .selectedTracks__item:nth-child(60),
    .tracks__item:nth-child(60) {
      -webkit-transition-delay: 660ms;
           -o-transition-delay: 660ms;
              transition-delay: 660ms; }
    .selectedTracks__item:nth-child(61),
    .tracks__item:nth-child(61) {
      -webkit-transition-delay: 671ms;
           -o-transition-delay: 671ms;
              transition-delay: 671ms; }
    .selectedTracks__item:nth-child(62),
    .tracks__item:nth-child(62) {
      -webkit-transition-delay: 682ms;
           -o-transition-delay: 682ms;
              transition-delay: 682ms; }
    .selectedTracks__item:nth-child(63),
    .tracks__item:nth-child(63) {
      -webkit-transition-delay: 693ms;
           -o-transition-delay: 693ms;
              transition-delay: 693ms; }
    .selectedTracks__item:nth-child(64),
    .tracks__item:nth-child(64) {
      -webkit-transition-delay: 704ms;
           -o-transition-delay: 704ms;
              transition-delay: 704ms; }
    .selectedTracks__item:nth-child(65),
    .tracks__item:nth-child(65) {
      -webkit-transition-delay: 715ms;
           -o-transition-delay: 715ms;
              transition-delay: 715ms; }
    .selectedTracks__item:nth-child(66),
    .tracks__item:nth-child(66) {
      -webkit-transition-delay: 726ms;
           -o-transition-delay: 726ms;
              transition-delay: 726ms; }
    .selectedTracks__item:nth-child(67),
    .tracks__item:nth-child(67) {
      -webkit-transition-delay: 737ms;
           -o-transition-delay: 737ms;
              transition-delay: 737ms; }
    .selectedTracks__item:nth-child(68),
    .tracks__item:nth-child(68) {
      -webkit-transition-delay: 748ms;
           -o-transition-delay: 748ms;
              transition-delay: 748ms; }
    .selectedTracks__item:nth-child(69),
    .tracks__item:nth-child(69) {
      -webkit-transition-delay: 759ms;
           -o-transition-delay: 759ms;
              transition-delay: 759ms; }
    .selectedTracks__item:nth-child(70),
    .tracks__item:nth-child(70) {
      -webkit-transition-delay: 770ms;
           -o-transition-delay: 770ms;
              transition-delay: 770ms; }
    .selectedTracks__item:nth-child(71),
    .tracks__item:nth-child(71) {
      -webkit-transition-delay: 781ms;
           -o-transition-delay: 781ms;
              transition-delay: 781ms; }
    .selectedTracks__item:nth-child(72),
    .tracks__item:nth-child(72) {
      -webkit-transition-delay: 792ms;
           -o-transition-delay: 792ms;
              transition-delay: 792ms; }
    .selectedTracks__item:nth-child(73),
    .tracks__item:nth-child(73) {
      -webkit-transition-delay: 803ms;
           -o-transition-delay: 803ms;
              transition-delay: 803ms; }
    .selectedTracks__item:nth-child(74),
    .tracks__item:nth-child(74) {
      -webkit-transition-delay: 814ms;
           -o-transition-delay: 814ms;
              transition-delay: 814ms; }
    .selectedTracks__item:nth-child(75),
    .tracks__item:nth-child(75) {
      -webkit-transition-delay: 825ms;
           -o-transition-delay: 825ms;
              transition-delay: 825ms; }
    .selectedTracks__item:nth-child(76),
    .tracks__item:nth-child(76) {
      -webkit-transition-delay: 836ms;
           -o-transition-delay: 836ms;
              transition-delay: 836ms; }
    .selectedTracks__item:nth-child(77),
    .tracks__item:nth-child(77) {
      -webkit-transition-delay: 847ms;
           -o-transition-delay: 847ms;
              transition-delay: 847ms; }
    .selectedTracks__item:nth-child(78),
    .tracks__item:nth-child(78) {
      -webkit-transition-delay: 858ms;
           -o-transition-delay: 858ms;
              transition-delay: 858ms; }
    .selectedTracks__item:nth-child(79),
    .tracks__item:nth-child(79) {
      -webkit-transition-delay: 869ms;
           -o-transition-delay: 869ms;
              transition-delay: 869ms; }
    .selectedTracks__item:nth-child(80),
    .tracks__item:nth-child(80) {
      -webkit-transition-delay: 880ms;
           -o-transition-delay: 880ms;
              transition-delay: 880ms; }
    .selectedTracks__item:nth-child(81),
    .tracks__item:nth-child(81) {
      -webkit-transition-delay: 891ms;
           -o-transition-delay: 891ms;
              transition-delay: 891ms; }
    .selectedTracks__item:nth-child(82),
    .tracks__item:nth-child(82) {
      -webkit-transition-delay: 902ms;
           -o-transition-delay: 902ms;
              transition-delay: 902ms; }
    .selectedTracks__item:nth-child(83),
    .tracks__item:nth-child(83) {
      -webkit-transition-delay: 913ms;
           -o-transition-delay: 913ms;
              transition-delay: 913ms; }
    .selectedTracks__item:nth-child(84),
    .tracks__item:nth-child(84) {
      -webkit-transition-delay: 924ms;
           -o-transition-delay: 924ms;
              transition-delay: 924ms; }
    .selectedTracks__item:nth-child(85),
    .tracks__item:nth-child(85) {
      -webkit-transition-delay: 935ms;
           -o-transition-delay: 935ms;
              transition-delay: 935ms; }
    .selectedTracks__item:nth-child(86),
    .tracks__item:nth-child(86) {
      -webkit-transition-delay: 946ms;
           -o-transition-delay: 946ms;
              transition-delay: 946ms; }
    .selectedTracks__item:nth-child(87),
    .tracks__item:nth-child(87) {
      -webkit-transition-delay: 957ms;
           -o-transition-delay: 957ms;
              transition-delay: 957ms; }
    .selectedTracks__item:nth-child(88),
    .tracks__item:nth-child(88) {
      -webkit-transition-delay: 968ms;
           -o-transition-delay: 968ms;
              transition-delay: 968ms; }
    .selectedTracks__item:nth-child(89),
    .tracks__item:nth-child(89) {
      -webkit-transition-delay: 979ms;
           -o-transition-delay: 979ms;
              transition-delay: 979ms; }
    .selectedTracks__item:nth-child(90),
    .tracks__item:nth-child(90) {
      -webkit-transition-delay: 990ms;
           -o-transition-delay: 990ms;
              transition-delay: 990ms; }
    .selectedTracks__item:nth-child(91),
    .tracks__item:nth-child(91) {
      -webkit-transition-delay: 1001ms;
           -o-transition-delay: 1001ms;
              transition-delay: 1001ms; }
    .selectedTracks__item:nth-child(92),
    .tracks__item:nth-child(92) {
      -webkit-transition-delay: 1012ms;
           -o-transition-delay: 1012ms;
              transition-delay: 1012ms; }
    .selectedTracks__item:nth-child(93),
    .tracks__item:nth-child(93) {
      -webkit-transition-delay: 1023ms;
           -o-transition-delay: 1023ms;
              transition-delay: 1023ms; }
    .selectedTracks__item:nth-child(94),
    .tracks__item:nth-child(94) {
      -webkit-transition-delay: 1034ms;
           -o-transition-delay: 1034ms;
              transition-delay: 1034ms; }
    .selectedTracks__item:nth-child(95),
    .tracks__item:nth-child(95) {
      -webkit-transition-delay: 1045ms;
           -o-transition-delay: 1045ms;
              transition-delay: 1045ms; }
    .selectedTracks__item:nth-child(96),
    .tracks__item:nth-child(96) {
      -webkit-transition-delay: 1056ms;
           -o-transition-delay: 1056ms;
              transition-delay: 1056ms; }
    .selectedTracks__item:nth-child(97),
    .tracks__item:nth-child(97) {
      -webkit-transition-delay: 1067ms;
           -o-transition-delay: 1067ms;
              transition-delay: 1067ms; }
    .selectedTracks__item:nth-child(98),
    .tracks__item:nth-child(98) {
      -webkit-transition-delay: 1078ms;
           -o-transition-delay: 1078ms;
              transition-delay: 1078ms; }
    .selectedTracks__item:nth-child(99),
    .tracks__item:nth-child(99) {
      -webkit-transition-delay: 1089ms;
           -o-transition-delay: 1089ms;
              transition-delay: 1089ms; }
    .selectedTracks__item:nth-child(100),
    .tracks__item:nth-child(100) {
      -webkit-transition-delay: 1100ms;
           -o-transition-delay: 1100ms;
              transition-delay: 1100ms; }
    .selectedTracks__item__title,
    .tracks__item__title {
      font-size: 1.2rem;
      color: #f7f7f7;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      width: calc(100% - 3rem);
      margin: 0;
      display: block;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

.resizer {
  display: block;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #f7f7f7;
  cursor: row-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectedTracks {
  display: block; }
  .selectedTracks .trackColour {
    width: .3rem; }
  .selectedTracks .tracks__item {
    width: 100%;
    overflow: hidden; }
  .selectedTracks .trackType {
    right: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .selectedTracks .trackRemove {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: .7rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 1.8rem;
    background: rgba(25, 25, 26, 0.5);
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1); }
    .selectedTracks .trackRemove:hover {
      background: #c0392b; }
    .selectedTracks .trackRemove:before, .selectedTracks .trackRemove:after {
      position: absolute;
      content: '';
      display: block;
      left: 0;
      right: 0;
      margin: .7rem auto 0;
      width: .8rem;
      height: 1px;
      background: rgba(255, 255, 255, 0.5); }
    .selectedTracks .trackRemove:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .selectedTracks .trackRemove:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .selectedTracks__track {
    position: relative;
    width: 100%;
    background: #3b3e43;
    padding: .5rem 1rem;
    margin-bottom: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .selectedTracks__track.lufs .lufsToggle {
      display: block !important; }
    .selectedTracks__track.lufsActive .lufsToggle {
      background: rgba(46, 204, 113, 0.6); }
    .selectedTracks__track .lufsToggle {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      display: none;
      text-transform: uppercase;
      color: #fff;
      font-size: 8px;
      left: auto;
      right: 5.3rem;
      cursor: pointer;
      z-index: 3;
      width: 3rem;
      height: 1.8rem;
      background: rgba(0, 0, 0, 0.3);
      outline: 1px solid rgba(255, 255, 255, 0.3);
      text-align: center;
      line-height: 1.8rem; }
    .selectedTracks__track.gu-mirror {
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .selectedTracks__track__title {
      font-size: 1.2rem;
      color: #f7f7f7;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      width: calc(100% - 3rem);
      margin: 0;
      position: relative;
      -webkit-transition: all 333ms ease;
      -o-transition: all 333ms ease;
      transition: all 333ms ease; }
      .selectedTracks__track__title:after {
        position: absolute;
        content: '';
        display: block;
        -webkit-transition: all 333ms ease;
        -o-transition: all 333ms ease;
        transition: all 333ms ease;
        content: 'Lorem ipsum dollar isset';
        color: transparent;
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
        top: 0;
        padding-left: .3rem;
        opacity: 0;
        left: 0; }

.vote {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: .5rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 1.6rem;
  -webkit-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  -webkit-transform-origin: 50% -0%;
      -ms-transform-origin: 50% -0%;
          transform-origin: 50% -0%;
  background-color: #2ecc71;
  z-index: 9;
  margin-top: -.1rem;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(0.1) translateY(-50%);
      -ms-transform: scale(0.1) translateY(-50%);
          transform: scale(0.1) translateY(-50%); }
  .vote:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20000; }

.unvote {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 3.5rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 1.6rem;
  -webkit-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  -webkit-transform-origin: 50% -0%;
      -ms-transform-origin: 50% -0%;
          transform-origin: 50% -0%;
  background-color: #c0392b;
  z-index: 9;
  margin-top: -.1rem;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(0.1) translateY(-50%);
      -ms-transform: scale(0.1) translateY(-50%);
          transform: scale(0.1) translateY(-50%); }
  .unvote:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20000; }

.trackType {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: .7rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  -webkit-transform-origin: 50% -0%;
      -ms-transform-origin: 50% -0%;
          transform-origin: 50% -0%; }

.trackColour {
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5); }

.splitView .svg-split path {
  fill: #3498db; }

.splitView .selectedTracks:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  top: .5rem;
  bottom: .5rem; }

.splitView .selectedTracks__track {
  width: calc(50% - 1rem) !important;
  float: left; }
  .splitView .selectedTracks__track:nth-child(odd) {
    margin-right: 1rem; }
  .splitView .selectedTracks__track:nth-child(even) {
    margin-left: 1rem; }

.typeSelector {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: 2rem;
  top: 0; }
  .typeSelector__item {
    display: inline-block;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 4.5rem;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    margin: 1.5rem .5rem .5rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .typeSelector__item svg {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform: translateY(-50%) scale(0.66);
          -ms-transform: translateY(-50%) scale(0.66);
              transform: translateY(-50%) scale(0.66); }
      .typeSelector__item svg polygon,
      .typeSelector__item svg path {
        fill: #19191a; }
    .typeSelector__item.active[data-type="tone"] {
      background-color: #e74c3c; }
    .typeSelector__item.active[data-type="guitar"] {
      background-color: #1abc9c; }
    .typeSelector__item.active[data-type="bass"] {
      background-color: #2ecc71; }
    .typeSelector__item.active[data-type="drums"] {
      background-color: #3498db; }
    .typeSelector__item.active[data-type="keys"] {
      background-color: #9b59b6; }
    .typeSelector__item.active[data-type="vocals"] {
      background-color: #e67e22; }
    .typeSelector__item.active[data-type="song"] {
      background-color: #f1c40f; }

.selected .currentTrack:after {
  background: #27ae60 !important; }

.currentTrack {
  float: left;
  position: relative;
  margin-right: 1rem;
  margin-top: .2rem;
  cursor: pointer; }
  .currentTrack:hover:after {
    background: rgba(46, 204, 113, 0.3); }
  .currentTrack:after {
    position: absolute;
    content: '';
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    outline: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    content: ' SOLO ';
    text-align: center;
    left: 0;
    right: 0;
    -webkit-transition: all 111ms ease;
    -o-transition: all 111ms ease;
    transition: all 111ms ease;
    color: #fff;
    line-height: 1.3rem;
    font-size: .8rem;
    padding: .2rem 1rem; }

.tinyMessage {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: right;
  font-size: .8rem;
  font-style: italic;
  margin-top: -.4rem;
  padding: 0;
  color: rgba(247, 247, 247, 0.5); }

.shootout__controls {
  text-align: center;
  overflow: hidden; }
  .shootout__controls i {
    margin-left: 4rem; }
  .shootout__controls .constraint {
    padding: 0;
    max-width: 1054px;
    position: relative; }
  .shootout__controls button {
    position: relative;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border-radius: 10rem;
    margin: 0 1rem; }
  .shootout__controls__playlists {
    border: 0;
    margin: 0; }
    .shootout__controls__playlists path {
      fill: #f39c12; }
  .shootout__controls__next, .shootout__controls__prev {
    border: 2px solid #3498db;
    width: 5rem;
    height: 5rem; }
    .shootout__controls__next polygon, .shootout__controls__prev polygon {
      fill: #3498db; }
  .shootout__controls__login {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 2rem;
    margin-top: -.5rem; }
  .shootout__controls__play {
    padding: 2rem;
    border: 2px solid #2ecc71;
    width: 8rem;
    height: 8rem; }
    .shootout__controls__play svg {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .shootout__controls__play svg path {
        fill: #2ecc71; }
    .shootout__controls__play:after {
      position: absolute;
      content: '';
      display: block;
      width: 10rem;
      height: 10rem;
      top: 50%;
      left: 50%;
      margin-left: -5rem;
      margin-top: -5rem;
      pointer-events: none;
      opacity: 0;
      position: absolute;
      border-radius: 10rem;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .shootout__controls__play.clicked:after {
      -webkit-animation: pulse .3s forwards;
              animation: pulse .3s forwards; }
  .shootout__controls__track {
    vertical-align: middle;
    margin: 2rem auto 0;
    position: relative;
    width: calc(100% - 30rem);
    padding: .5rem 1rem;
    font-size: 1.2rem;
    color: #fff; }
    .shootout__controls__track span {
      display: inline-block;
      vertical-align: middle;
      margin-left: 1rem;
      position: relative;
      top: 2px;
      z-index: 6;
      cursor: pointer;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      opacity: .8; }
      .shootout__controls__track span svg {
        width: 16px;
        height: 16px; }
        .shootout__controls__track span svg path {
          fill: #2ecc71; }

.shootout__controls .shootout__controls__playlists {
  margin-left: -4.5rem; }

.shootout:not(.hasFixedControls) .shootout__playlists__add {
  bottom: 0 !important; }

.closePlaylistDraw {
  opacity: .4;
  margin-right: .5rem;
  cursor: pointer;
  position: relative;
  top: .3rem; }
  .closePlaylistDraw svg {
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important; }

.ShootoutPage .hasFixedControls .shootout__controls__playlists {
  margin-left: 0; }

.ShootoutPage .hasFixedControls i {
  margin-left: 0; }

.ShootoutPage .hasFixedControls .svg-fixed-controls path {
  fill: #3498db; }

.ShootoutPage .hasFixedControls .shootout__controls {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #19191a;
  z-index: 999999999;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-align: left;
  padding: 1rem 2rem 0; }
  .ShootoutPage .hasFixedControls .shootout__controls:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    top: 0; }
  .ShootoutPage .hasFixedControls .shootout__controls__track {
    display: inline-block;
    margin: 0 2rem; }
  .ShootoutPage .hasFixedControls .shootout__controls h6,
  .ShootoutPage .hasFixedControls .shootout__controls .waves {
    display: none; }
  .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__playlists,
  .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__prev,
  .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__next,
  .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__play {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 .5rem; }
    .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__playlists svg,
    .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__prev svg,
    .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__next svg,
    .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__play svg {
      width: 35px;
      height: 35px; }
  .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__prev svg,
  .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__next svg {
    width: 10px;
    height: 10px; }
  .ShootoutPage .hasFixedControls .shootout__controls .shootout__controls__play svg {
    width: 24px;
    height: 24px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  25%,
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  25%,
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.selectedTracks__track.loading .loader {
  display: block; }

.loader,
.loader:after {
  border-radius: 100rem;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 4.3rem;
  top: .15rem;
  display: none; }

.loader {
  margin: 0 auto;
  position: relative;
  text-indent: -9999rem;
  border-top: 0.3rem solid rgba(255, 255, 255, 0.2);
  border-right: 0.3rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3rem solid rgba(255, 255, 255, 0.2);
  border-left: 0.3rem solid #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
          animation: spin 1.1s infinite linear; }

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

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

.shootout--inline {
  margin-bottom: 4rem;
  position: relative; }
  .shootout--inline .shootout__controls {
    padding: 0;
    background: transparent;
    margin: 0; }
  .shootout--inline .shootout__controls__track {
    display: none; }

.shootout__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  cursor: pointer; }
  .shootout__overlay:after {
    position: absolute;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 333ms ease;
    -o-transition: all 333ms ease;
    transition: all 333ms ease;
    background: -o-radial-gradient(center center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.95) 100%) repeat scroll 0% 0%;
    background: radial-gradient(ellipse farthest-corner at center center, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.95) 100%) repeat scroll 0% 0%; }
  .shootout__overlay + .constraint {
    -webkit-transition: all 555ms ease;
    -o-transition: all 555ms ease;
    transition: all 555ms ease;
    -webkit-transform-origin: 50% 20rem;
        -ms-transform-origin: 50% 20rem;
            transform-origin: 50% 20rem; }
  .shootout__overlay button {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 3;
    margin: 0 auto;
    width: 37.2rem; }
    .shootout__overlay button:hover {
      background: #fff; }

.shootout__overlay:hover + .constraint {
  -webkit-transform: scale(1.011);
      -ms-transform: scale(1.011);
          transform: scale(1.011); }

.shootout__overlay:hover:after {
  opacity: .7; }

.shootout__overlay:hover button svg {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #6734ba;
  text-align: center;
  display: block;
  margin: 3rem auto;
  text-transform: uppercase;
  position: relative;
  font-size: 2rem; }
  .subtitle:before, .subtitle:after {
    content: '';
    display: table; }
  .subtitle:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .subtitle {
      margin: 6rem auto; } }
  .subtitle:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 50%;
    height: 2px;
    background: #6734ba; }
  .subtitle span {
    background: #fff;
    display: inline-block;
    padding: 0 1rem;
    position: relative;
    z-index: 2; }

[data-track*="Bass"] .trackType {
  background-color: #2ecc71; }

[data-track*="Drums"] .trackType {
  background-color: #3498db; }

[data-track*="Keys"] .trackType {
  background-color: #9b59b6; }

[data-track*="Tone"] .trackType {
  background-color: #e74c3c; }

[data-track*="Vocal"] .trackType {
  background-color: #e67e22; }

[data-track*="Song"] .trackType {
  background-color: #f1c40f; }

[data-track*="Guitar"] .trackType {
  background-color: #1abc9c; }

.tracks .tracks__item {
  display: none; }

[data-show-type*="bass"] [data-track*="Bass"] {
  display: block; }

[data-show-type*="drums"] [data-track*="Drums"] {
  display: block; }

[data-show-type*="keys"] [data-track*="Keys"] {
  display: block; }

[data-show-type*="tone"] [data-track*="Tone"] {
  display: block; }

[data-show-type*="vocal"] [data-track*="Vocal"] {
  display: block; }

[data-show-type*="song"] [data-track*="Song"] {
  display: block; }

[data-show-type*="guitar"] [data-track*="Guitar"] {
  display: block; }

.accordion.active .accordion__title svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.accordion.active .accordion__content {
  max-height: 200rem;
  padding: 2rem; }

.accordion__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #19191a;
  background: #e4e4e4;
  padding: 1rem 2rem;
  position: relative;
  cursor: pointer; }
  .accordion__title span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5rem;
    background: #6734ba; }
    .accordion__title span svg {
      position: absolute;
      left: 1.1rem;
      top: 1rem;
      -webkit-transition: all 333ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 333ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 333ms cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

.accordion__content {
  padding: 3rem 2rem;
  position: relative;
  display: none; }

.advert {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  clear: both;
  text-align: center;
  width: 100%; }
  .advert__wrap {
    background: #3b3e43;
    position: relative;
    margin: 0 auto 2rem;
    display: inline-block;
    padding: 0.2rem;
    border-radius: 0.3rem; }
    .advert__wrap span {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      color: #fff;
      display: block;
      padding: 0.2rem 0.5rem;
      text-align: left; }
    .advert__wrap img {
      width: 100%;
      height: auto;
      display: block; }

.advert--side {
  float: left;
  display: none; }
  @media only screen and (min-width: 840px) {
    .advert--side {
      display: block; } }

@media only screen and (min-width: 840px) {
  .adverWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .adverWrap .adverWrap__left {
      width: calc(100% - 18rem); }
    .adverWrap .adverWrap__right {
      width: 17rem;
      margin-top: -1.5rem; } }

.ReviewPage .advert--side {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  margin-top: 2rem; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
          animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
          animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
          animation-name: tada; }

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
            transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp; }

.breadCrumbs {
  background: #fff;
  border-bottom: 2px solid #e4e4e4;
  padding: 2rem 0;
  margin-bottom: 4rem; }
  .breadCrumbs__item {
    display: inline-block;
    vertical-align: middle;
    padding: 1rem;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .breadCrumbs__item {
        display: none; } }
    .breadCrumbs__item--link {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #919191;
      -webkit-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1); }
      .breadCrumbs__item--link:hover {
        color: #6734ba; }
    .breadCrumbs__item--icon path {
      -webkit-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1); }
    .breadCrumbs__item--icon:hover path {
      fill: #6734ba; }

.children__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  padding: 5rem 0;
  margin: 0 -2rem; }
  @media only screen and (min-width: 560px) {
    .children__links {
      margin: 0 -1rem; } }
  .children__links__item {
    margin: 1rem 1rem 3rem;
    background: #fff;
    position: relative;
    text-decoration: none;
    padding-bottom: 4rem;
    width: calc(100%); }
    @media only screen and (min-width: 560px) {
      .children__links__item {
        width: calc(50% - 2rem); } }
    @media only screen and (min-width: 1024px) {
      .children__links__item {
        width: calc(25% - 2rem); } }
    .children__links__item:hover .children__links__item__link:before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .children__links__item__image {
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #6734ba; }
      .children__links__item__image:after {
        content: '';
        position: relative;
        display: block;
        padding-bottom: 60%; }
      .children__links__item__image:before {
        position: absolute;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -o-radial-gradient(center center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.95) 100%) repeat scroll 0% 0%;
        background: radial-gradient(ellipse farthest-corner at center center, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.95) 100%) repeat scroll 0% 0%;
        opacity: .2; }
    .children__links__item__details {
      padding: 2rem 1rem; }
      @media only screen and (min-width: 560px) {
        .children__links__item__details {
          padding: 2rem; } }
      .children__links__item__details h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #19191a;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: .5rem; }
    .children__links__item__link {
      width: 100%;
      position: absolute;
      bottom: 0;
      overflow: hidden; }
      .children__links__item__link p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        margin: 0;
        color: #6734ba;
        padding: .7rem 1rem; }
        @media only screen and (min-width: 560px) {
          .children__links__item__link p {
            padding: .7rem 2rem; } }
      .children__links__item__link span {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        background: #6734ba;
        display: block;
        width: 4rem; }
        .children__links__item__link span svg {
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto; }
      .children__links__item__link:after {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        right: 4.2rem;
        bottom: 0;
        height: 3px;
        background: #6734ba;
        -webkit-transition: all 333ms;
        -o-transition: all 333ms;
        transition: all 333ms; }
      .children__links__item__link:before {
        position: absolute;
        content: '';
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        left: 0;
        right: 4.2rem;
        bottom: 0;
        top: 0;
        background: #6734ba;
        -webkit-transition: all 333ms;
        -o-transition: all 333ms;
        transition: all 333ms;
        -webkit-transform: translateY(102%);
            -ms-transform: translateY(102%);
                transform: translateY(102%);
        content: 'READ MORE';
        color: #fff;
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin: 0;
        padding: .7rem 1rem; }
        @media only screen and (min-width: 560px) {
          .children__links__item__link:before {
            padding: .7rem 3rem; } }

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .content__sidebar {
    width: 35rem;
    display: block;
    padding-right: 4rem;
    top: 0; }
    .content__sidebar:after {
      position: absolute;
      content: '';
      display: block;
      right: 2rem;
      width: 2px;
      background: #e4e4e4;
      top: 2.7rem;
      bottom: 0; }
    .content__sidebar__link {
      font-size: 1.6rem;
      text-decoration: none;
      display: inline-block;
      color: #19191a;
      line-height: 1.3;
      margin-bottom: 1rem;
      position: relative; }
      .content__sidebar__link--child {
        font-size: 1.4rem;
        width: 100%;
        padding-left: 1.5rem;
        position: relative; }
        .content__sidebar__link--child:hover {
          color: #6734ba; }
          .content__sidebar__link--child:hover svg {
            -webkit-transform: translateX(3px);
                -ms-transform: translateX(3px);
                    transform: translateX(3px); }
            .content__sidebar__link--child:hover svg path {
              fill: #6734ba; }
        .content__sidebar__link--child svg {
          position: absolute;
          left: 0;
          top: 0.5rem;
          -webkit-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
          transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1); }
          .content__sidebar__link--child svg path {
            fill: #19191a;
            -webkit-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1); }
      .content__sidebar__link.current {
        color: #6734ba; }
        .content__sidebar__link.current path {
          fill: #6734ba; }
      .content__sidebar__link.underline {
        position: relative; }
        .content__sidebar__link.underline:after {
          position: absolute;
          content: '';
          display: block;
          left: 0;
          right: 0;
          bottom: 0;
          height: 2px;
          background: #6734ba; }
  .content__copy {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .content__copy {
        padding-right: 10%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    @media only screen and (min-width: 1024px) {
      .content__copy {
        width: calc(100% - 35rem);
        padding-left: 1rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }

.embeddedPlayer {
  background: #1b1c21;
  margin: 4rem auto;
  padding: 10rem 2rem;
  text-align: center; }

.fold {
  background: #6734ba;
  position: relative;
  padding: 5rem 0 0;
  text-align: center;
  margin: 0 auto 10rem; }
  @media only screen and (min-width: 968px) {
    .fold {
      padding: 14rem 0;
      text-align: left;
      overflow: hidden;
      margin: 0 auto; } }
  .fold .innerWrap h1 {
    color: #fff; }
  .fold .innerWrap h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem; }
  .fold .innerWrap hr {
    width: 10rem;
    height: .6rem;
    border: 0;
    background: #fff;
    margin: 0 auto 3rem; }
    @media only screen and (min-width: 968px) {
      .fold .innerWrap hr {
        margin: 0 auto 3rem 0; } }
  @media only screen and (min-width: 968px) {
    .fold__copy {
      width: 50%; } }
  @media only screen and (min-width: 968px) {
    .fold__image {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      left: 50%; } }
  .fold__image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: -10rem; }
    @media only screen and (min-width: 968px) {
      .fold__image img {
        margin-bottom: 0;
        max-width: 985px;
        width: 985px;
        height: 606px; } }

.footer {
  padding: 4rem 0;
  background-color: #19191a;
  position: relative; }
  .footer > svg {
    position: absolute;
    right: 0;
    bottom: 0; }
  .footer .innerWrap {
    padding-bottom: 2rem; }
  .footer__copyright {
    position: absolute;
    font-size: 1.4rem;
    bottom: 0;
    left: 2rem;
    color: #e4e4e4; }
  .footer__column {
    padding-top: 3rem;
    float: left;
    width: 100%;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .footer__column {
        padding-bottom: 10rem;
        width: 33%; } }
    .footer__column h6 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff;
      font-size: 2rem; }
    .footer__column hr {
      height: 2px;
      border: 0;
      background-color: #3b3e43;
      width: 8rem;
      margin: 2rem 0; }
    .footer__column a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      color: #919191;
      display: block;
      text-decoration: none;
      font-size: 1.6rem;
      line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      .footer__column--social {
        padding-bottom: 5rem; } }
    .footer__column--social a {
      display: inline-block;
      margin-right: 1rem; }
      .footer__column--social a path {
        -webkit-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1); }
      .footer__column--social a.facebook:hover path {
        fill: #3b5998; }
      .footer__column--social a.twitter:hover path {
        fill: #00aced; }
      .footer__column--social a.instagram:hover path {
        fill: #517fa4; }
      .footer__column--social a.youtube:hover path {
        fill: #b00; }

.header {
  background-color: #6734ba;
  padding: 2rem 0;
  position: relative;
  z-index: 99999; }
  .header:before, .header:after {
    content: '';
    display: table; }
  .header:after {
    clear: both; }
  .header__overlay {
    position: absolute;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .header__navburger {
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 0.6rem;
    cursor: pointer; }
    @media only screen and (min-width: 968px) {
      .header__navburger {
        display: none; } }
  .header__logo {
    float: left;
    padding-top: 0.2rem;
    position: relative;
    z-index: 1; }
  .header__navigation {
    float: right;
    position: relative;
    z-index: 1;
    margin-top: -2rem;
    margin-bottom: -2rem; }
    @media only screen and (max-width: 967px) {
      .header__navigation {
        display: none; } }
    .header__navigation__item {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      display: block;
      float: left; }
      @media only screen and (max-width: 559px) {
        .header__navigation__item--link {
          display: none; } }
      .header__navigation__item--icon {
        padding: 2.7rem 1rem 0.5rem; }
      .header__navigation__item--profile {
        display: block;
        margin: 2rem 0 1.6rem 0.5rem; }
        .header__navigation__item--profile path {
          -webkit-transition: all 333ms ease;
          -o-transition: all 333ms ease;
          transition: all 333ms ease; }
        .header__navigation__item--profile:hover path {
          fill: #00aced; }
      .header__navigation__item__link {
        font-size: 1.4rem;
        color: #fff;
        padding: 2.5rem 1rem;
        display: block;
        text-decoration: none; }

.header__children {
  display: block;
  position: absolute;
  top: 6.4rem;
  left: 0;
  right: 0;
  background: #fff;
  text-align: center;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 6.5rem; }
  .header__children.active {
    border-bottom: 2px solid #e4e4e4;
    max-height: 10rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  .header__children__menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 555ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 555ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 555ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(0.5rem);
        -ms-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
    opacity: 0; }
    .header__children__menu.active {
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      visibility: visible; }
    .header__children__menu__item {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      display: inline-block;
      padding: 2.5rem 2rem;
      text-decoration: none;
      font-size: 1.4rem;
      color: #919191;
      -webkit-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 111ms cubic-bezier(0.4, 0, 0.2, 1); }
      .header__children__menu__item:hover {
        color: #6734ba; }

.hero {
  padding-top: 10rem; }
  .hero .intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .hero .intro__right, .hero .intro__left {
        width: 50%; } }
    .hero .intro__right h2, .hero .intro__left h2 {
      font-size: 4.8rem; }
    .hero .intro__right p, .hero .intro__left p {
      font-size: 2rem;
      line-height: 3rem; }
  .hero__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    padding: 10rem 0 5rem;
    margin: 0 -1rem; }
    @media only screen and (min-width: 560px) {
      .hero__links {
        margin: 0; } }
    .hero__links__item {
      margin: 1rem;
      background: #fff;
      position: relative;
      text-decoration: none;
      padding-bottom: 4rem;
      width: calc(100%); }
      @media only screen and (min-width: 560px) {
        .hero__links__item {
          width: calc(50% - 2rem); } }
      @media only screen and (min-width: 1024px) {
        .hero__links__item {
          width: calc(25% - 2rem); } }
      .hero__links__item:hover .hero__links__item__link:before {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .hero__links__item__image {
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #6734ba; }
        .hero__links__item__image:after {
          content: '';
          position: relative;
          display: block;
          padding-bottom: 60%; }
      .hero__links__item__details {
        padding: 2rem 1rem; }
        @media only screen and (min-width: 560px) {
          .hero__links__item__details {
            padding: 2rem 3rem; } }
        .hero__links__item__details h4 {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          color: #19191a;
          font-size: 2.4rem;
          margin-bottom: .5rem; }
        .hero__links__item__details p {
          line-height: 1.6rem;
          font-size: 1.4rem; }
          @media only screen and (min-width: 560px) {
            .hero__links__item__details p {
              line-height: 1.9rem;
              font-size: 1.6rem; } }
      .hero__links__item__link {
        width: 100%;
        position: absolute;
        bottom: 0;
        overflow: hidden; }
        .hero__links__item__link p {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          margin: 0;
          color: #6734ba;
          padding: .7rem 1rem; }
          @media only screen and (min-width: 560px) {
            .hero__links__item__link p {
              padding: .7rem 3rem; } }
        .hero__links__item__link span {
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0;
          background: #6734ba;
          display: block;
          width: 4rem; }
          .hero__links__item__link span svg {
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto; }
        .hero__links__item__link:after {
          position: absolute;
          content: '';
          display: block;
          left: 0;
          right: 4.2rem;
          bottom: 0;
          height: 3px;
          background: #6734ba;
          -webkit-transition: all 333ms;
          -o-transition: all 333ms;
          transition: all 333ms; }
        .hero__links__item__link:before {
          position: absolute;
          content: '';
          display: block;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          left: 0;
          right: 4.2rem;
          bottom: 0;
          top: 0;
          background: #6734ba;
          -webkit-transition: all 333ms;
          -o-transition: all 333ms;
          transition: all 333ms;
          -webkit-transform: translateY(102%);
              -ms-transform: translateY(102%);
                  transform: translateY(102%);
          content: 'COMPARE';
          color: #fff;
          font-size: 1.6rem;
          line-height: 2.5rem;
          margin: 0;
          padding: .7rem 1rem; }
          @media only screen and (min-width: 560px) {
            .hero__links__item__link:before {
              padding: .7rem 3rem; } }

.modal__header {
  background: #3b3e43;
  padding: 2rem 3rem;
  color: #fff; }

.modal__content {
  padding: 3rem 3rem 2rem; }

.buy {
  background: #f7f7f7;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  max-width: 90rem;
  width: 100%;
  padding: 3rem;
  text-align: center; }
  .buy h2 {
    display: inline-block; }
    .buy h2:after {
      left: 0;
      right: 0;
      margin: 0 auto; }

.newsletter {
  background-color: #6734ba;
  padding: 8rem 0;
  text-align: center;
  color: #fff;
  margin-top: 8rem; }
  .newsletter h2 {
    font-size: 4.8rem;
    margin-bottom: 4rem; }
  .newsletter h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 1.4rem; }
  .newsletter p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.4rem;
    margin-top: 3rem;
    opacity: .6; }
    .newsletter p svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: .5rem;
      position: relative;
      top: -.2rem; }
  .newsletter .mc-field-group {
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 639px) {
      .newsletter .mc-field-group {
        width: 100%; }
        .newsletter .mc-field-group svg {
          display: none; } }
    .newsletter .mc-field-group svg {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      right: 100%;
      margin-top: -1rem;
      margin-right: -.5rem; }
  .newsletter .email {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: #7a47c6;
    border-radius: 100rem;
    border: 0;
    padding: 2rem 4rem;
    margin: 0;
    color: #fff;
    outline: 0;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .newsletter .email {
        width: 60rem; } }
    @media only screen and (max-width: 639px) {
      .newsletter .email {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 559px) {
      .newsletter .email {
        font-size: 1.4rem;
        text-align: center; } }
    .newsletter .email::-webkit-input-placeholder {
      color: #fff; }
    .newsletter .email:-moz-placeholder {
      color: #fff; }
    .newsletter .email::-moz-placeholder {
      color: #fff; }
    .newsletter .email:-ms-input-placeholder {
      color: #fff; }
  @media only screen and (min-width: 640px) {
    .newsletter .button {
      position: absolute;
      top: .8rem;
      right: -.2rem; } }
  @media only screen and (max-width: 639px) {
    .newsletter .button {
      width: 100%; } }

#noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight,
.noty_layout_mixin {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: .2; }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) scale(1, 1);
      -ms-transform: translate(0, 0) scale(1, 1);
          transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }
  .noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in .3s ease-out;
            animation: noty_modal_in .3s ease-out; }
  .noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out .3s ease-out;
            animation: noty_modal_out .3s ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: .2; }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
    .noty_theme__metroui.noty_bar .noty_body a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      margin-top: .5rem;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      padding-top: .4rem;
      -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 3px 0 rgba(255, 255, 255, 0.2);
              box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 3px 0 rgba(255, 255, 255, 0.2);
      -webkit-transition: color 222ms ease, -webkit-box-shadow 333ms ease;
      transition: color 222ms ease, -webkit-box-shadow 333ms ease;
      -o-transition: box-shadow 333ms ease, color 222ms ease;
      transition: box-shadow 333ms ease, color 222ms ease;
      transition: box-shadow 333ms ease, color 222ms ease, -webkit-box-shadow 333ms ease;
      overflow: hidden; }
      .noty_theme__metroui.noty_bar .noty_body a:hover {
        -webkit-box-shadow: inset 0 -30px 0 rgba(255, 255, 255, 0.2), 0 3px 0 rgba(255, 255, 255, 0.2);
                box-shadow: inset 0 -30px 0 rgba(255, 255, 255, 0.2), 0 3px 0 rgba(255, 255, 255, 0.2); }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #ce352c;
  color: #fff; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1ba1e2;
  color: #fff; }

.noty_theme__metroui.noty_type__success {
  background-color: #60a917;
  color: #fff; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-left: 1rem;
  margin-bottom: 1rem;
  background: transparent;
  border: 0;
  color: #fff;
  padding-top: .4rem;
  outline: none;
  cursor: pointer;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 3px 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 3px 0 rgba(255, 255, 255, 0.2);
  -webkit-transition: color 222ms ease, -webkit-box-shadow 333ms ease;
  transition: color 222ms ease, -webkit-box-shadow 333ms ease;
  -o-transition: box-shadow 333ms ease, color 222ms ease;
  transition: box-shadow 333ms ease, color 222ms ease;
  transition: box-shadow 333ms ease, color 222ms ease, -webkit-box-shadow 333ms ease;
  overflow: hidden; }
  .btn:hover {
    -webkit-box-shadow: inset 0 -30px 0 rgba(255, 255, 255, 0.2), 0 3px 0 rgba(255, 255, 255, 0.2);
            box-shadow: inset 0 -30px 0 rgba(255, 255, 255, 0.2), 0 3px 0 rgba(255, 255, 255, 0.2); }

.offCanvas {
  position: fixed;
  top: 6.4rem;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  bottom: 0;
  padding: 3rem 0;
  overflow: auto;
  -webkit-transition: all 262ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 262ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 262ms cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
      -ms-transform: translateY(-4rem);
          transform: translateY(-4rem);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 968px) {
    .offCanvas {
      display: none !important; } }
  .offCanvas__group {
    margin: 0 auto; }
    .offCanvas__group__top {
      text-decoration: none;
      display: block;
      text-transform: uppercase;
      position: relative;
      -webkit-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
      padding: 2rem 3rem;
      color: #19191a; }
      @media only screen and (max-width: 639px) {
        .offCanvas__group__top {
          font-size: 2.4rem;
          padding: 2.2rem; }
          .offCanvas__group__top:after {
            top: 3.2rem !important; } }
      .offCanvas__group__top:after {
        position: absolute;
        content: '';
        display: block;
        position: absolute;
        top: 3rem;
        height: 1px;
        left: 0;
        width: 0;
        -webkit-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
        background: #19191a;
        margin-top: 1px; }
      .offCanvas__group__top.active {
        padding-left: 5rem;
        color: #6734ba; }
        .offCanvas__group__top.active:after {
          width: 4rem; }
        .offCanvas__group__top.active + .offCanvas__group__children .offCanvas__group__children__item {
          opacity: 1;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
      .offCanvas__group__top:hover {
        color: #6734ba; }
    .offCanvas__group__children {
      background: #f7f7f7;
      padding: 2rem; }
      .offCanvas__group__children__item {
        text-decoration: none;
        color: #19191a;
        padding: 1.5rem 5rem;
        display: block;
        text-transform: capitalize;
        -webkit-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 222ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        font-size: 2rem; }
        @media only screen and (max-width: 639px) {
          .offCanvas__group__children__item {
            font-size: 1.6rem;
            padding: 1.5rem 0 1.5rem 3rem; } }
        .offCanvas__group__children__item:nth-child(1) {
          -webkit-transition-delay: 50ms;
               -o-transition-delay: 50ms;
                  transition-delay: 50ms;
          -webkit-transform: translateX(-10px);
              -ms-transform: translateX(-10px);
                  transform: translateX(-10px); }
        .offCanvas__group__children__item:nth-child(2) {
          -webkit-transition-delay: 100ms;
               -o-transition-delay: 100ms;
                  transition-delay: 100ms;
          -webkit-transform: translateX(-20px);
              -ms-transform: translateX(-20px);
                  transform: translateX(-20px); }
        .offCanvas__group__children__item:nth-child(3) {
          -webkit-transition-delay: 150ms;
               -o-transition-delay: 150ms;
                  transition-delay: 150ms;
          -webkit-transform: translateX(-30px);
              -ms-transform: translateX(-30px);
                  transform: translateX(-30px); }
        .offCanvas__group__children__item:nth-child(4) {
          -webkit-transition-delay: 200ms;
               -o-transition-delay: 200ms;
                  transition-delay: 200ms;
          -webkit-transform: translateX(-40px);
              -ms-transform: translateX(-40px);
                  transform: translateX(-40px); }
        .offCanvas__group__children__item:nth-child(5) {
          -webkit-transition-delay: 250ms;
               -o-transition-delay: 250ms;
                  transition-delay: 250ms;
          -webkit-transform: translateX(-50px);
              -ms-transform: translateX(-50px);
                  transform: translateX(-50px); }
        .offCanvas__group__children__item:nth-child(6) {
          -webkit-transition-delay: 300ms;
               -o-transition-delay: 300ms;
                  transition-delay: 300ms;
          -webkit-transform: translateX(-60px);
              -ms-transform: translateX(-60px);
                  transform: translateX(-60px); }
        .offCanvas__group__children__item:nth-child(7) {
          -webkit-transition-delay: 350ms;
               -o-transition-delay: 350ms;
                  transition-delay: 350ms;
          -webkit-transform: translateX(-70px);
              -ms-transform: translateX(-70px);
                  transform: translateX(-70px); }
        .offCanvas__group__children__item:nth-child(8) {
          -webkit-transition-delay: 400ms;
               -o-transition-delay: 400ms;
                  transition-delay: 400ms;
          -webkit-transform: translateX(-80px);
              -ms-transform: translateX(-80px);
                  transform: translateX(-80px); }
        .offCanvas__group__children__item:nth-child(9) {
          -webkit-transition-delay: 450ms;
               -o-transition-delay: 450ms;
                  transition-delay: 450ms;
          -webkit-transform: translateX(-90px);
              -ms-transform: translateX(-90px);
                  transform: translateX(-90px); }
        .offCanvas__group__children__item:nth-child(10) {
          -webkit-transition-delay: 500ms;
               -o-transition-delay: 500ms;
                  transition-delay: 500ms;
          -webkit-transform: translateX(-100px);
              -ms-transform: translateX(-100px);
                  transform: translateX(-100px); }
        .offCanvas__group__children__item:nth-child(11) {
          -webkit-transition-delay: 550ms;
               -o-transition-delay: 550ms;
                  transition-delay: 550ms;
          -webkit-transform: translateX(-110px);
              -ms-transform: translateX(-110px);
                  transform: translateX(-110px); }
        .offCanvas__group__children__item:nth-child(12) {
          -webkit-transition-delay: 600ms;
               -o-transition-delay: 600ms;
                  transition-delay: 600ms;
          -webkit-transform: translateX(-120px);
              -ms-transform: translateX(-120px);
                  transform: translateX(-120px); }
        .offCanvas__group__children__item:nth-child(13) {
          -webkit-transition-delay: 650ms;
               -o-transition-delay: 650ms;
                  transition-delay: 650ms;
          -webkit-transform: translateX(-130px);
              -ms-transform: translateX(-130px);
                  transform: translateX(-130px); }
        .offCanvas__group__children__item:nth-child(14) {
          -webkit-transition-delay: 700ms;
               -o-transition-delay: 700ms;
                  transition-delay: 700ms;
          -webkit-transform: translateX(-140px);
              -ms-transform: translateX(-140px);
                  transform: translateX(-140px); }
        .offCanvas__group__children__item:nth-child(15) {
          -webkit-transition-delay: 750ms;
               -o-transition-delay: 750ms;
                  transition-delay: 750ms;
          -webkit-transform: translateX(-150px);
              -ms-transform: translateX(-150px);
                  transform: translateX(-150px); }
        .offCanvas__group__children__item:nth-child(16) {
          -webkit-transition-delay: 800ms;
               -o-transition-delay: 800ms;
                  transition-delay: 800ms;
          -webkit-transform: translateX(-160px);
              -ms-transform: translateX(-160px);
                  transform: translateX(-160px); }
        .offCanvas__group__children__item:nth-child(17) {
          -webkit-transition-delay: 850ms;
               -o-transition-delay: 850ms;
                  transition-delay: 850ms;
          -webkit-transform: translateX(-170px);
              -ms-transform: translateX(-170px);
                  transform: translateX(-170px); }
        .offCanvas__group__children__item:nth-child(18) {
          -webkit-transition-delay: 900ms;
               -o-transition-delay: 900ms;
                  transition-delay: 900ms;
          -webkit-transform: translateX(-180px);
              -ms-transform: translateX(-180px);
                  transform: translateX(-180px); }
        .offCanvas__group__children__item:nth-child(19) {
          -webkit-transition-delay: 950ms;
               -o-transition-delay: 950ms;
                  transition-delay: 950ms;
          -webkit-transform: translateX(-190px);
              -ms-transform: translateX(-190px);
                  transform: translateX(-190px); }
        .offCanvas__group__children__item:nth-child(20) {
          -webkit-transition-delay: 1000ms;
               -o-transition-delay: 1000ms;
                  transition-delay: 1000ms;
          -webkit-transform: translateX(-200px);
              -ms-transform: translateX(-200px);
                  transform: translateX(-200px); }

.mobileNavigation {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
  height: 100vh; }
  .mobileNavigation .header {
    z-index: 99999; }
    .mobileNavigation .header:after {
      width: 100%; }
  .mobileNavigation .offCanvas {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.pageTitle {
  background: #6734ba;
  color: #fff;
  padding: 4rem 0; }
  .pageTitle .innerWrap {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: center; }

.searchResults {
  margin: 4rem auto; }
  .searchResults hr {
    border-color: #e4e4e4; }
  .searchResults__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -1rem; }
  .searchResults__item {
    width: 100%;
    background: #fff;
    text-decoration: none;
    margin: 0 1rem 2rem;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 2rem 4rem; }
    @media only screen and (min-width: 560px) {
      .searchResults__item {
        width: calc(50% - 2rem); } }
    @media only screen and (min-width: 768px) {
      .searchResults__item {
        width: calc(33.33333% - 2rem); } }
    @media only screen and (min-width: 1024px) {
      .searchResults__item {
        width: calc(25% - 2rem); } }
    .searchResults__item__image {
      position: relative;
      background-color: #e4e4e4;
      margin: 0 -2rem 1.5rem; }
      .searchResults__item__image:after {
        content: '';
        position: relative;
        display: block;
        padding-bottom: 50%; }
      .searchResults__item__image__thumbnail {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 6rem;
        height: 6rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .searchResults__item__text {
      width: 100%;
      float: left;
      position: relative; }
      .searchResults__item__text h6 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        color: #19191a; }
      .searchResults__item__text p {
        font-size: 1.4rem;
        line-height: 1.2; }
    .searchResults__item .link {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      position: absolute;
      border-bottom: 2px solid #6734ba;
      bottom: 0;
      left: 0;
      right: 0;
      color: #6734ba;
      padding: 1rem 2rem;
      font-size: 1.4rem; }
      .searchResults__item .link span {
        width: 3.5rem;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: #6734ba; }
      .searchResults__item .link svg {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; }
        .searchResults__item .link svg path {
          fill: #fff; }

.select2-results__option[id*="LUFS"] {
  display: none; }

.select2-container {
  display: inline-block;
  margin: 0 0 1rem;
  position: relative; }
  .select2-container * {
    outline: none; }

.select2-selection {
  font-size: 1.4rem;
  padding: .6rem .5rem;
  margin: 0;
  position: relative;
  background: #19191a;
  color: #f7f7f7; }

.select2-container--open .select2-selection__arrow b {
  -webkit-transform: translateY(-10%) rotate(-180deg);
      -ms-transform: translateY(-10%) rotate(-180deg);
          transform: translateY(-10%) rotate(-180deg); }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: 0; }

.select2-selection__arrow {
  width: 3.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .select2-selection__arrow b {
    position: absolute;
    right: .8rem;
    top: 1.2rem;
    -webkit-transition: all 444ms ease;
    -o-transition: all 444ms ease;
    transition: all 444ms ease; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-selection--single {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
  .select2-selection--single .select2-selection__clear {
    position: relative; }

.select2-dropdown {
  padding: 0;
  background-color: #19191a;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  margin-top: 1.2rem;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 20rem;
  overflow: auto; }
  .select2-results__options::-webkit-scrollbar-track {
    background-color: #19191a; }
  .select2-results__options::-webkit-scrollbar {
    width: 8px;
    background-color: #19191a; }
  .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #3b3e43;
    border: 0; }
  .select2-results__options:before {
    position: absolute;
    content: '';
    display: block;
    right: 22px;
    top: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 11px 7px;
    border-color: transparent transparent #3b3e43 transparent; }
  .select2-results__options:after {
    position: absolute;
    content: '';
    display: block;
    right: 23px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #19191a transparent; }

.select2-results__option {
  font-size: 1.4rem;
  padding: .6rem 1.5rem;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #f7f7f7;
  position: relative; }
  .select2-results__option:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.025); }
  .select2-results__option:last-of-type:after {
    display: none; }
  .select2-results__option:hover {
    background: rgba(255, 255, 255, 0.05); }
  .select2-results__option--highlighted {
    background: rgba(255, 255, 255, 0.05); }
  .select2-results__option[aria-selected] {
    cursor: pointer; }
  .select2-results__option[aria-disabled] {
    display: none; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    font-size: 1.4rem;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f7f7f7; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.sharer p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  font-size: 1.4rem; }

.sharer .addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: middle; }
  .sharer .addthis_inline_share_toolbox a.at-icon-wrapper {
    margin-bottom: 0;
    margin-right: 1rem;
    background-color: transparent !important; }
    .sharer .addthis_inline_share_toolbox a.at-icon-wrapper svg {
      display: none; }

.breadCrumbs .sharer {
  float: right;
  padding-top: 0.75rem; }
  @media only screen and (max-width: 767px) {
    .breadCrumbs .sharer {
      float: none;
      text-align: center; } }

.shootout + .newsletter {
  margin-top: 0; }

.clearfix + .newsletter {
  margin-top: 0; }


/*# sourceMappingURL=../gs/app.map.js*/