@charset "UTF-8";
/*------------------------------------------------------------------
# [One To Rull Them All]
------------------------------------------------------------------*/
/*************** 1. RESET ***************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*************** 2. GENERAL ***************/
/*************** 1. FONTS ***************/
/*****---------- 1.1 Font Size [.font-size] ----------*****/
/*****---------- 1.2 Text Overflow [.text-overflow] ----------*****/
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*****---------- 1.3 Text Undeline Ink [.text-decoration-ink] ----------*****/
.text-decoration-ink {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
/*****---------- 1.9 Clamp Lines [.clamp-lines] ----------*****/
/*************** 2. FORMS ***************/
/*************** 3. EFFECTS ***************/
/*****---------- 3.1 Rounded Corners ----------*****/
/**------------- 3.1.1 Rounded Corners All [.rounded-corners] -------------**/
/**------------- 3.1.2 Rounded Corners Top [.rounded-corners-top] -------------**/
/**------------- 3.1.3 Rounded Corners Bottom [.rounded-corners-bottom] -------------**/
/**------------- 3.1.5 Rounded Corners Right [.rounded-corners-left] -------------**/
/*****---------- 3.4 Gradients ----------*****/
/**------------- 3.4.1 Horizontal Gradient [.horizontal] -------------**/
/**------------- 3.4.2 Vertical Gradient [.vertical] -------------**/
/**------------- 3.4.2 Vertical Gradient [.vertical] -------------**/
/**------------- 3.4.3 Vertical Half-Half Gradient [.vertical_50] -------------**/
/*****---------- 3.5 Shadows ----------*****/
/**------------- 3.5.1 Box Shadow [.box-shadow] -------------**/
/**------------- 3.5.3 Drop Shadow [.drop-shadow] -------------**/
/*****---------- 3.6 Blur [.blur] ----------*****/
/*****---------- 3.7 Opacity [.opacity] ----------*****/
/*****---------- 3.13 Transforms ----------*****/
/**------------- 3.13.1 Rotate [.rotate] -------------**/
/**------------- 3.13.2 Scale [.scale] -------------**/
/**------------- 3.13.3 Scale Spec [.scale-spec] -------------**/
/**------------- 3.13.5 Transition [.transition] -------------**/
/**------------- 3.13.6 Transform Origin [.transform-origin] -------------**/
/**------------- 3.13.7 Translate [.translate] -------------**/
/**------------- 3.13.9 Keyframes [.keyframes] -------------**/
/**------------- 3.13.10 Animation [.animation] -------------**/
/*************** 4. OTHER ***************/
/*****---------- 4.2 Box Sizing [.box-sizing] ----------*****/
/*****---------- 4.4 Contain Floats [.clearfix] ----------*****/
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
/*****---------- 4.10 User Select [.user-select] ----------*****/
/*****---------- 4.13 Prevent/Enable Click [.prevent-click, .enable-click] ----------*****/
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*------------------------------------------------------------------
# [Brakepoints]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Variables]
------------------------------------------------------------------*/
/*************** 1. COLORS ***************/
/*****---------- 1.1 Base Colors ----------*****/
/*****---------- 1.2 Genre Colors ----------*****/
/*****---------- 1.3 Channel Colors ----------*****/
/*************** 2. FONTS ***************/
/*****---------- 2.1 Font Variables ----------*****/
/*************** 3. FORMS ***************/
/*****---------- 3.1 Form Variables ----------*****/
/*************** 4. LAYOUT ***************/
/*****---------- 4.1 Page Variables ----------*****/
/*****---------- 4.2 Section Variables ----------*****/
/*****---------- 4.3 Notifications ----------*****/
/*****---------- 4.4 Header ----------*****/
/*****---------- 4.5 Dashboard ----------*****/
/*****---------- 4.6 Layout ----------*****/
/*************** 5. ANIMATION ***************/
/*****---------- 5.1 Animation variables ----------*****/
/*------------------------------------------------------------------
# [Global]
------------------------------------------------------------------*/
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0;
  padding: 0 15px;
}
ol li {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
@media (hover: none), (hover: on-demand) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
button {
  outline: none;
}
figure {
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.nowrap {
  white-space: nowrap;
}
.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.media-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
  width: 100%;
}
.media-container iframe,
.media-container object,
.media-container embed,
.media-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-container .media-controller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
.no-scroll {
  overflow: hidden;
}
.full-width {
  width: 100%;
}
.no-overflow {
  overflow: hidden;
}
.display-none {
  display: none !important;
}
.display-block {
  display: block;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}
.hide-mobile-inline {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-mobile-inline {
    display: inline-block;
  }
}
.prevent-click {
  pointer-events: none;
  cursor: default;
}
.underline-text {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.clickable:hover {
  color: #6889e2;
}
/*************** 3. TYPOGRAPHY ***************/
/*------------------------------------------------------------------
# [Typography]
------------------------------------------------------------------*/
@font-face {
  font-family: suisseIntMono;
  src: url('../fonts/SuisseIntlMono-Regular-WebS.eot');
  src: url('../fonts/SuisseIntlMono-Regular-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntlMono-Regular-WebS.woff2') format('woff2'), url('../fonts/SuisseIntlMono-Regular-WebS.woff') format('woff'), url('../fonts/SuisseIntlMono-Regular-WebS.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: suisseIntMono;
  src: url('../fonts/SuisseIntlMono-Bold-WebS.eot');
  src: url('../fonts/SuisseIntlMono-Bold-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntlMono-Bold-WebS.woff2') format('woff2'), url('../fonts/SuisseIntlMono-Bold-WebS.woff') format('woff'), url('../fonts/SuisseIntlMono-Bold-WebS.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Light-WebM.eot');
  src: url('../fonts/SuisseIntl-Light-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Light-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Light-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Light-WebM.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Regular-WebM.eot');
  src: url('../fonts/SuisseIntl-Regular-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Regular-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Regular-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Regular-WebM.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Medium-WebM.eot');
  src: url('../fonts/SuisseIntl-Medium-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Medium-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Medium-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Medium-WebM.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot');
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-SemiBold-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-SemiBold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-SemiBold-WebM.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Bold-WebM.eot');
  src: url('../fonts/SuisseIntl-Bold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Bold-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Bold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Bold-WebM.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Black-WebM.eot');
  src: url('../fonts/SuisseIntl-Black-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Black-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Black-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Black-WebM.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
}
a,
a:hover,
a:active {
  outline: none;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
pre,
code,
kbd,
samp {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  word-wrap: break-word;
}
sub,
sup {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 0;
  vertical-align: 1.5em;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
::-moz-selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
::selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
.title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 500;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 49px;
  }
}
.subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    padding-bottom: 10px;
  }
}
/*************** 4. LAYOUT ***************/
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'suisseInt', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  letter-spacing: 0.5px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #f4f6f6;
  scroll-behavior: smooth;
}
body.mbsc-fr-lock .pro-custom-input.icon-calendar .mbsc-comp {
  border-color: #4e63ce;
}
body.bg-black {
  background-color: #000000;
}
body.no-scroll {
  overflow-y: hidden;
}
body.pdf {
  background-color: #ffffff;
  width: 1162px;
}
@media only screen and (max-width: 1024px) {
  body.menu-is-open {
    overflow-y: hidden;
  }
}
body.hide-chat #launcher {
  display: none !important;
}
body.show-scroll-to-top .btn-scroll-to-top {
  pointer-events: all;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.has-mobile-filters .main {
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  body.has-mobile-filters .main {
    z-index: unset;
  }
}
body.has-mobile-filters #launcher {
  z-index: 3;
}
body.media-player-toolbar-open .container {
  padding-bottom: 50px;
}
body.media-player-toolbar-open .media-player-toolbar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.media-player-toolbar-open .video-player.fixed {
  bottom: 54px;
}
body.media-player-toolbar-open .table-charts-arrow-navigation {
  bottom: 70px;
}
@media only screen and (min-width: 768px) {
  body.media-player-toolbar-open .toolbar-filter-search {
    bottom: 54px;
  }
}
body.media-player-toolbar-open .editor-system-bar.show {
  bottom: 80px;
}
@media only screen and (min-width: 768px) {
  body.media-player-toolbar-open .layout-grid.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    padding-bottom: 55px;
  }
}
body.entity-detail-fixed .section-entity-detail-minimized {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.entity-detail-fixed .section-entity-detail-minimized.artist,
body.entity-detail-fixed .section-entity-detail-minimized.country,
body.entity-detail-fixed .section-entity-detail-minimized.genre {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
@media only screen and (min-width: 768px) {
  body.entity-detail-fixed .section-entity-detail-minimized.artist,
  body.entity-detail-fixed .section-entity-detail-minimized.country,
  body.entity-detail-fixed .section-entity-detail-minimized.genre {
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
}
body.entity-detail-fixed .pro-section-entity-detail-minimized {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.on-scroll-fixed-btn .btn-blue-floater-cta {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 767px) {
  body.on-scroll-fixed-btn .footer-new {
    padding-bottom: 52px;
  }
}
body.header-is-sticky .header,
body.header-is-sticky .header-new,
body.header-is-sticky .header-new-v2 {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
body.header-is-sticky .pro-content-navigation {
  top: 52px;
}
@media only screen and (min-width: 768px) {
  body.header-is-sticky .pro-content-navigation {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.header-is-sticky .pro-v2 .sticky-wrapper.v2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  body.header-is-sticky .pro-v2 .sticky-wrapper.v2 {
    top: 52px;
  }
}
@media only screen and (min-width: 768px) {
  body.header-is-sticky .charts-v2 .sidebar-chart-show-only.sticky {
    top: 213px;
  }
}
@media only screen and (min-width: 1024px) {
  body.header-is-sticky .charts-v2 .sidebar-chart-show-only.sticky {
    top: 213px;
  }
}
@media only screen and (min-width: 768px) {
  body.header-fixed.header-fixed-listing.header-is-sticky .notification-wrapper {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.header-fixed.header-fixed-listing .layout-grid.charts-v2.charts-v2-new .section-entity-view {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.header-fixed.header-fixed-listing .layout-grid.charts-v2.charts-v2-new .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  body.header-fixed.header-fixed-listing .layout-grid.charts-v2.charts-v2-new .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    padding-top: 52px;
  }
}
body.header-fixed .header,
body.header-fixed .header-new,
body.header-fixed .header-new-v2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
body.header-fixed .section-search-results {
  padding-top: 82px;
}
@media only screen and (min-width: 1024px) {
  body.header-fixed .section-search-results {
    padding-top: 112px;
  }
}
body.header-fixed .toolbar {
  top: 62px;
}
@media only screen and (min-width: 768px) {
  body.header-fixed .toolbar {
    top: 62px;
  }
}
@media only screen and (min-width: 1199px) {
  body.header-fixed .toolbar {
    top: 62px;
  }
}
body.header-fixed .toolbar .section-entity-view-heading {
  padding-top: 102px;
}
@media only screen and (min-width: 768px) {
  body.header-fixed .toolbar .section-entity-view-heading {
    padding-top: 122px;
  }
}
@media only screen and (min-width: 1199px) {
  body.header-fixed .toolbar .section-entity-view-heading {
    padding-top: 122px;
  }
}
body.header-fixed .notifications-wrapper {
  position: relative;
  top: 52px;
}
@media only screen and (min-width: 768px) {
  body.header-fixed .notifications-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 52px;
    z-index: 4;
  }
}
@media only screen and (min-width: 1199px) {
  body.header-fixed .notifications-wrapper {
    top: 52px;
  }
}
body.noise {
  background-color: #000000;
  background-image: url(../images/gif/noise-animated-dark.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
}
.container {
  -webkit-transition: padding-bottom 300ms ease-out;
  transition: padding-bottom 300ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.container.white {
  background-color: #ffffff;
}
.container.black {
  background-color: #000000;
}
#__next {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.page {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 16px;
}
@media only screen and (min-width: 480px) {
  .page {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .page {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .page {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .page {
    padding: 0 90px;
  }
}
.layout-grid-container {
  margin: 0 auto;
  max-width: 1472px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container {
    z-index: unset;
  }
}
.layout-grid-container.fullscreen {
  max-width: none;
}
.layout-grid-container.fullscreen.full-height {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.layout-grid-container.fullscreen.full-height .pro-content-navigation {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
}
.layout-grid-container.fullscreen.full-height .layout-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid {
    width: 100%;
  }
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-left: 246px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    padding-top: 68px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
    padding-top: 68px;
  }
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content .active-filters {
  border-top: 2px solid #f4f6f6;
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 767px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content .active-filters {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content .active-filters .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .filters-mega-wrapper {
    position: static;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -12px;
    padding-bottom: 16px;
    padding-right: 12px;
  }
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .filters-mega-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .filters-mega-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .filters-mega-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed .layout-grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed .layout-grid-content .active-filters {
  border-top: 0;
  border-radius: 8px;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed .sidebar-chart-basic-info {
  margin-bottom: 0;
}
.layout-grid-container.fullscreen .layout-grid {
  padding-bottom: 0;
}
.layout-grid-container.fullscreen .layout-grid.home {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.home {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.home {
    padding-bottom: 90px;
  }
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
  padding-top: 65px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-top: 5px;
    padding-left: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-top: 41px;
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-left: 262px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    margin-left: 12px;
    overflow: visible;
    padding-top: 82px;
    width: 246px;
    min-width: 246px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    overflow-y: auto;
    margin-right: -12px;
    padding-right: 12px;
  }
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px;
  }
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper::-webkit-scrollbar-track-piece {
    border-radius: 4px;
    background: #e8eced;
  }
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #707580;
  }
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
    padding-top: 78px;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
    padding-top: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed {
    padding-left: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed {
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed {
    padding-left: 16.66%;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed {
    padding-left: 262px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-sidebar {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-sidebar {
    width: 262px;
    max-width: 262px;
    left: 0;
  }
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content {
    width: 100%;
    height: calc(100vh - 65px);
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content {
    width: 100%;
    height: calc(100vh - 65px);
  }
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content .toolbar-header {
  margin: 0;
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content .page {
  max-width: none !important;
}
.layout-grid-container.fullscreen .charts-v2 .page {
  max-width: none;
}
.layout-grid-container.bg-white {
  background-color: #ffffff;
}
.layout-grid-container.bg-black {
  background-color: #000000;
}
.layout-grid-container.theme-light .sidebar-modules-wrapper {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .sidebar-modules-wrapper .sidebar-entity-info,
.layout-grid-container.theme-light .sidebar-modules-wrapper .entity-info,
.layout-grid-container.theme-light .sidebar-modules-wrapper .entity-sys-actions,
.layout-grid-container.theme-light .sidebar-modules-wrapper .entity-ranking,
.layout-grid-container.theme-light .sidebar-modules-wrapper .sidebar-module {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .pro-content-module-header {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .pro-content-module.top-tracks-and-video .pro-content-module-article {
  background-color: transparent !important;
}
.layout-grid-container.theme-light .pro-content-module.top-tracks-and-video .col {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .pro-content-module.private-day-streams .pro-content-module-article {
  background-color: transparent !important;
}
.layout-grid-container.theme-light .pro-content-module.private-day-streams .item {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .pro-content-module .pro-content-module-article {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .loader-icon {
  mix-blend-mode: multiply;
}
.layout-grid-container.theme-dark .sidebar-modules-wrapper {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .sidebar-modules-wrapper .sidebar-entity-info,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .entity-info,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .entity-sys-actions,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .entity-ranking,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .sidebar-module {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .sidebar-modules-wrapper .sidebar-entity-info h3,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .sidebar-entity-info h4 {
  color: #ffffff;
}
.layout-grid-container.theme-dark .pro-content-module-header {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .pro-content-module.top-tracks-and-video .pro-content-module-article {
  background-color: transparent !important;
}
.layout-grid-container.theme-dark .pro-content-module.top-tracks-and-video .col {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .pro-content-module.private-day-streams .pro-content-module-article {
  background-color: transparent !important;
}
.layout-grid-container.theme-dark .pro-content-module.private-day-streams .item {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .pro-content-module.fanbase-distribution .channel-overview.disabled .stats strong {
  color: #d5dde0 !important;
}
.layout-grid-container.theme-dark .pro-content-module.fanbase-distribution .channel-overview .stats strong {
  color: #000000 !important;
}
.layout-grid-container.theme-dark .pro-content-module .pro-content-module-article {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .special-toggle,
.layout-grid-container.theme-dark .special-toggle.special-toggle-time {
  background-color: #424547;
  color: #ffffff;
}
.layout-grid-container.theme-dark .loader-icon {
  mix-blend-mode: multiply;
}
.layout-grid-container.theme-dark .pro-table {
  color: #ffffff;
}
.layout-grid-container.theme-dark .pro-table tr.active td,
.layout-grid-container.theme-dark .pro-table tr.active th,
.layout-grid-container.theme-dark .pro-table tr.active .country,
.layout-grid-container.theme-dark .pro-table tr.active .channel-value {
  color: #000000;
}
.layout-grid-container.theme-dark .pro-table td,
.layout-grid-container.theme-dark .pro-table th,
.layout-grid-container.theme-dark .pro-table .country,
.layout-grid-container.theme-dark .pro-table .channel-value {
  color: #ffffff;
}
.layout-grid-container.theme-dark .pro-custom-select.charts,
.layout-grid-container.theme-dark .pro-custom-select.pro {
  background-color: transparent;
}
.layout-grid-container.theme-dark .pro-custom-select.charts .selected-wrapper,
.layout-grid-container.theme-dark .pro-custom-select.pro .selected-wrapper {
  background-color: #ffffff;
}
.layout-grid-container.theme-dark .pro-card-stats-v2 .stats-item strong,
.layout-grid-container.theme-dark .pro-card-stats-v2 .stats strong {
  color: #ffffff !important;
}
.layout-grid-container.theme-dark .graph-module h3 strong {
  color: #ffffff !important;
}
.layout-grid-container.theme-dark .stats strong {
  color: #ffffff !important;
}
.layout-grid-container.full-width {
  max-width: unset !important;
}
.layout-grid-container.full-width .layout-grid-sidebar-navigation {
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.full-width .layout-grid.has-sidebar.home .layout-grid-content,
  .layout-grid-container.full-width .layout-grid.has-sidebar.charts-v2 .layout-grid-content {
    max-width: calc(1440px - 490px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.full-width .layout-grid.has-sidebar.trending .layout-grid-content {
    margin-right: auto;
    max-width: calc(1440px - 82px - 246px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.full-width .layout-grid.has-sidebar .layout-grid-content {
    margin-right: auto;
    max-width: calc(1440px - 82px - 246px);
  }
}
.layout-grid-container.full-width .sidebar-navigation-wrapper {
  top: 60px;
}
.layout-grid-sidebar-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .layout-grid-sidebar-navigation {
    display: none;
  }
}
.sidebar-navigation-and-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-navigation-and-content-wrapper.alt-compare .layout-grid-sidebar-navigation {
  margin-left: 16px;
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper.alt-compare .sections-wrapper .section-compare-entities-info-mini .page {
    padding: 0 90px;
  }
}
.sidebar-navigation-and-content-wrapper.alt-city .sidebar-navigation-wrapper,
.sidebar-navigation-and-content-wrapper.alt-country .sidebar-navigation-wrapper {
  top: 60px;
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper.alt-city .layout-grid,
  .sidebar-navigation-and-content-wrapper.alt-country .layout-grid {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper.alt-country .sections-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sidebar-navigation-and-content-wrapper.alt-genres .layout-grid-sidebar-navigation,
.sidebar-navigation-and-content-wrapper.alt-countries .layout-grid-sidebar-navigation {
  margin-top: 16px;
  margin-bottom: 32px;
  margin-left: 16px;
}
.sidebar-navigation-and-content-wrapper .sections-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper .sections-wrapper {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper .sections-wrapper .page {
    padding-left: 0;
  }
}
.sidebar-navigation-and-content-wrapper .sidebar-navigation-wrapper {
  top: 0;
  max-height: 732px;
}
.sidebar-navigation-and-content-wrapper .layout-grid-sidebar-navigation {
  min-width: 82px;
  position: relative;
  margin: 16px 0 16px 12px;
}
.sidebar-navigation-and-content-wrapper .layout-grid-sidebar-navigation .sidebar-navigation {
  height: 100%;
}
.sidebar-navigation-and-content-wrapper .section-compare-entities-info,
.sidebar-navigation-and-content-wrapper .section-genres-landing,
.sidebar-navigation-and-content-wrapper .section-countries-landing {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper .section-compare-entities-info,
  .sidebar-navigation-and-content-wrapper .section-genres-landing,
  .sidebar-navigation-and-content-wrapper .section-countries-landing {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper .section-compare-entities-info .page,
  .sidebar-navigation-and-content-wrapper .section-genres-landing .page,
  .sidebar-navigation-and-content-wrapper .section-countries-landing .page {
    padding-left: 0;
  }
}
.sidebar-navigation-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  min-width: 82px;
  max-height: calc(100vh - 84px);
  z-index: 10;
}
.sidebar-navigation-wrapper.full-height {
  min-height: 732px;
  max-height: none;
}
.sidebar-navigation-wrapper.full-height .sidebar-navigation {
  max-height: none;
}
.sidebar-navigation-wrapper.expanded {
  min-width: 236px;
}
.sidebar-navigation {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 84px);
  border-radius: 8px;
  width: 58px;
  background-color: #ffffff;
  margin-right: 8px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px;
}
.sidebar-navigation.expandable:hover {
  min-width: 236px;
  -webkit-box-shadow: 6px 4px 12px 0px #00000040;
          box-shadow: 6px 4px 12px 0px #00000040;
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link {
  padding-left: 48px;
  width: 100%;
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand {
  background-image: none;
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand:after {
  content: "";
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand.navigation-trending {
  background-image: url('../images/svg/side-navigation-trending.svg');
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand.navigation-trending:hover,
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand.navigation-trending:active,
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand.navigation-trending.active {
  background-image: url('../images/svg/side-navigation-trending-roll.svg');
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link span,
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link small {
  display: block;
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link .new-icon {
  display: inline-block;
}
.sidebar-navigation.expandable:hover .navigation-section-expandable.show {
  display: block;
}
.sidebar-navigation.expanded {
  width: 236px;
  min-width: 236px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link {
  padding-left: 48px;
  width: 100%;
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand {
  background-image: none;
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand:after {
  content: "";
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand.navigation-trending {
  background-image: url('../images/svg/side-navigation-trending.svg');
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand.navigation-trending:hover,
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand.navigation-trending:active,
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand.navigation-trending.active {
  background-image: url('../images/svg/side-navigation-trending-roll.svg');
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link span,
.sidebar-navigation.expanded .sidebar-navigation-menu-link small {
  display: block;
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link .new-icon {
  display: inline-block;
}
.sidebar-navigation.expanded .navigation-section-expandable.show {
  display: block;
}
.sidebar-navigation::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.sidebar-navigation::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.sidebar-navigation::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.sidebar-navigation .new-icon {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0 0 0 -10px;
}
.sidebar-navigation .divider:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e8eced;
  margin: 12px 0;
  display: block;
}
.sidebar-navigation li {
  margin: 1px 0;
}
.sidebar-navigation li.expandable {
  display: none;
}
.sidebar-navigation li.show {
  display: block;
}
.sidebar-navigation-menu-link {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 18px;
  color: #3C3E42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 4px;
  height: 38px;
  width: 38px;
  padding: 0 8px;
  background-size: 18px;
  background-position: left 9px center;
  background-repeat: no-repeat;
  overflow: hidden;
  outline: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.sidebar-navigation-menu-link.navigation-expand {
  background-image: url('../images/svg/side-navigation-more.svg');
}
.sidebar-navigation-menu-link.navigation-expand:hover,
.sidebar-navigation-menu-link.navigation-expand:active {
  background-image: url('../images/svg/side-navigation-more-roll.svg');
}
.sidebar-navigation-menu-link.navigation-expand.expanded:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.sidebar-navigation-menu-link.navigation-expand:after {
  width: 8px;
  height: 8px;
  background-image: url('../images/svg/chevron-down.svg');
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -12px;
}
.sidebar-navigation-menu-link.navigation-home {
  background-image: url('../images/svg/side-navigation-home.svg');
}
.sidebar-navigation-menu-link.navigation-home:hover,
.sidebar-navigation-menu-link.navigation-home:active,
.sidebar-navigation-menu-link.navigation-home.active {
  background-image: url('../images/svg/side-navigation-home-roll.svg');
}
.sidebar-navigation-menu-link.navigation-feed {
  background-image: url('../images/svg/side-navigation-feed.svg');
}
.sidebar-navigation-menu-link.navigation-feed:hover,
.sidebar-navigation-menu-link.navigation-feed:active,
.sidebar-navigation-menu-link.navigation-feed.active {
  background-image: url('../images/svg/side-navigation-feed-roll.svg');
}
.sidebar-navigation-menu-link.navigation-my-artists {
  background-image: url('../images/svg/side-navigation-my-artists.svg');
}
.sidebar-navigation-menu-link.navigation-my-artists:hover,
.sidebar-navigation-menu-link.navigation-my-artists:active,
.sidebar-navigation-menu-link.navigation-my-artists.active {
  background-image: url('../images/svg/side-navigation-my-artists-roll.svg');
}
.sidebar-navigation-menu-link.navigation-my-tracks {
  background-image: url('../images/svg/side-navigation-my-tracks.svg');
}
.sidebar-navigation-menu-link.navigation-my-tracks:hover,
.sidebar-navigation-menu-link.navigation-my-tracks:active,
.sidebar-navigation-menu-link.navigation-my-tracks.active {
  background-image: url('../images/svg/side-navigation-my-tracks-roll.svg');
}
.sidebar-navigation-menu-link.navigation-my-charts {
  background-image: url('../images/svg/side-navigation-my-charts.svg');
}
.sidebar-navigation-menu-link.navigation-my-charts:hover,
.sidebar-navigation-menu-link.navigation-my-charts:active,
.sidebar-navigation-menu-link.navigation-my-charts.active {
  background-image: url('../images/svg/side-navigation-my-charts-roll.svg');
}
.sidebar-navigation-menu-link.navigation-export {
  background-image: url('../images/svg/side-navigation-export.svg');
}
.sidebar-navigation-menu-link.navigation-export:hover,
.sidebar-navigation-menu-link.navigation-export:active,
.sidebar-navigation-menu-link.navigation-export.active {
  background-image: url('../images/svg/side-navigation-export-roll.svg');
}
.sidebar-navigation-menu-link.navigation-artists {
  background-image: url('../images/svg/side-navigation-artists.svg');
}
.sidebar-navigation-menu-link.navigation-artists:hover,
.sidebar-navigation-menu-link.navigation-artists:active,
.sidebar-navigation-menu-link.navigation-artists.active {
  background-image: url('../images/svg/side-navigation-artists-roll.svg');
}
.sidebar-navigation-menu-link.navigation-tracks {
  background-image: url('../images/svg/side-navigation-tracks.svg');
}
.sidebar-navigation-menu-link.navigation-tracks:hover,
.sidebar-navigation-menu-link.navigation-tracks:active,
.sidebar-navigation-menu-link.navigation-tracks.active {
  background-image: url('../images/svg/side-navigation-tracks-roll.svg');
}
.sidebar-navigation-menu-link.navigation-playlists {
  background-image: url('../images/svg/side-navigation-playlists.svg');
}
.sidebar-navigation-menu-link.navigation-playlists:hover,
.sidebar-navigation-menu-link.navigation-playlists:active,
.sidebar-navigation-menu-link.navigation-playlists.active {
  background-image: url('../images/svg/side-navigation-playlists-roll.svg');
}
.sidebar-navigation-menu-link.navigation-festivals {
  background-image: url('../images/svg/side-navigation-festivals.svg');
}
.sidebar-navigation-menu-link.navigation-festivals:hover,
.sidebar-navigation-menu-link.navigation-festivals:active,
.sidebar-navigation-menu-link.navigation-festivals.active {
  background-image: url('../images/svg/side-navigation-festivals-roll.svg');
}
.sidebar-navigation-menu-link.navigation-cities {
  background-image: url('../images/svg/side-navigation-cities.svg');
}
.sidebar-navigation-menu-link.navigation-cities:hover,
.sidebar-navigation-menu-link.navigation-cities:active,
.sidebar-navigation-menu-link.navigation-cities.active {
  background-image: url('../images/svg/side-navigation-cities-roll.svg');
}
.sidebar-navigation-menu-link.navigation-countries {
  background-image: url('../images/svg/side-navigation-countries.svg');
}
.sidebar-navigation-menu-link.navigation-countries:hover,
.sidebar-navigation-menu-link.navigation-countries:active,
.sidebar-navigation-menu-link.navigation-countries.active {
  background-image: url('../images/svg/side-navigation-countries-roll.svg');
}
.sidebar-navigation-menu-link.navigation-genres {
  background-image: url('../images/svg/side-navigation-genres.svg');
}
.sidebar-navigation-menu-link.navigation-genres:hover,
.sidebar-navigation-menu-link.navigation-genres:active,
.sidebar-navigation-menu-link.navigation-genres.active {
  background-image: url('../images/svg/side-navigation-genres-roll.svg');
}
.sidebar-navigation-menu-link.navigation-compare-artists {
  background-image: url('../images/svg/side-navigation-compare.svg');
}
.sidebar-navigation-menu-link.navigation-compare-artists:hover,
.sidebar-navigation-menu-link.navigation-compare-artists:active,
.sidebar-navigation-menu-link.navigation-compare-artists.active {
  background-image: url('../images/svg/side-navigation-compare-roll.svg');
}
.sidebar-navigation-menu-link.navigation-compare-tracks {
  background-image: url('../images/svg/side-navigation-compare-tracks.svg');
}
.sidebar-navigation-menu-link.navigation-compare-tracks:hover,
.sidebar-navigation-menu-link.navigation-compare-tracks:active,
.sidebar-navigation-menu-link.navigation-compare-tracks.active {
  background-image: url('../images/svg/side-navigation-compare-tracks-roll.svg');
}
.sidebar-navigation-menu-link.navigation-trending {
  background-image: url('../images/svg/side-navigation-trending.svg');
}
.sidebar-navigation-menu-link.navigation-trending:hover,
.sidebar-navigation-menu-link.navigation-trending:active,
.sidebar-navigation-menu-link.navigation-trending.active {
  background-image: url('../images/svg/side-navigation-trending-roll.svg');
}
.sidebar-navigation-menu-link.navigation-genres {
  background-image: url('../images/svg/side-navigation-genres.svg');
}
.sidebar-navigation-menu-link.navigation-genres:hover,
.sidebar-navigation-menu-link.navigation-genres:active,
.sidebar-navigation-menu-link.navigation-genres.active {
  background-image: url('../images/svg/side-navigation-genres-roll.svg');
}
.sidebar-navigation-menu-link.navigation-genres {
  background-image: url('../images/svg/side-navigation-genres.svg');
}
.sidebar-navigation-menu-link.navigation-genres:hover,
.sidebar-navigation-menu-link.navigation-genres:active,
.sidebar-navigation-menu-link.navigation-genres.active {
  background-image: url('../images/svg/side-navigation-genres-roll.svg');
}
.sidebar-navigation-menu-link.navigation-events {
  background-image: url('../images/svg/side-navigation-events.svg');
}
.sidebar-navigation-menu-link.navigation-events:hover,
.sidebar-navigation-menu-link.navigation-events:active,
.sidebar-navigation-menu-link.navigation-events.active {
  background-image: url('../images/svg/side-navigation-events-roll.svg');
}
.sidebar-navigation-menu-link.navigation-chart-picks {
  background-image: url('../images/svg/side-navigation-chart-picks.svg');
}
.sidebar-navigation-menu-link.navigation-chart-picks:hover,
.sidebar-navigation-menu-link.navigation-chart-picks:active,
.sidebar-navigation-menu-link.navigation-chart-picks.active {
  background-image: url('../images/svg/side-navigation-chart-picks-roll.svg');
}
.sidebar-navigation-menu-link.navigation-labels {
  background-image: url('../images/svg/side-navigation-labels.svg');
}
.sidebar-navigation-menu-link.navigation-labels:hover,
.sidebar-navigation-menu-link.navigation-labels:active,
.sidebar-navigation-menu-link.navigation-labels.active {
  background-image: url('../images/svg/side-navigation-labels-roll.svg');
}
.sidebar-navigation-menu-link.active {
  background-color: #eef0fb;
}
.sidebar-navigation-menu-link:hover,
.sidebar-navigation-menu-link:active {
  color: #4e63ce;
}
.sidebar-navigation-menu-link span,
.sidebar-navigation-menu-link small {
  display: none;
}
.sidebar-navigation-menu-link small {
  margin-left: auto;
  color: #707580;
}
.navigation-section-expandable {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  padding-left: 48px;
  display: none;
}
.navigation-section-expandable a {
  color: #000000;
}
.navigation-section-expandable a:hover,
.navigation-section-expandable a:active,
.navigation-section-expandable a.active {
  color: #6889e2;
}
.navigation-section-expandable .channel {
  position: relative;
}
.navigation-section-expandable .channel:before {
  position: absolute;
  left: -20px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-size: 12px;
  background-repeat: no-repeat;
  content: "";
}
.navigation-section-expandable .channel.viberate:before {
  background-image: url('../images/svg/viberate-sidemenu.svg');
}
.navigation-section-expandable .channel.spotify:before {
  background-image: url('../images/svg/spotify-sidemenu.svg');
}
.navigation-section-expandable .channel.youtube:before {
  background-image: url('../images/svg/youtube-sidemenu.svg');
}
.layout-grid {
  margin: 0 12px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .layout-grid {
    margin: 0 12px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid {
    margin: 0 16px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar.right .layout-grid-content {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.has-sidebar.both-sidebars .layout-grid-content {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.has-sidebar.both-sidebars .layout-grid-content {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar .layout-grid-content {
    width: calc(75% - 24px);
    margin-left: 12px;
    min-height: calc(100vh - 300px);
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.has-sidebar .layout-grid-content {
    width: calc(80% - 24px);
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.has-sidebar .layout-grid-content {
    width: calc(83.33% - 24px);
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid.has-sidebar .layout-grid-content {
    width: calc(81.81% - 24px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar-left-fixed {
    padding-left: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.has-sidebar-left-fixed {
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.has-sidebar-left-fixed {
    padding-left: 16.66%;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid.has-sidebar-left-fixed {
    padding-left: 246px;
  }
}
.layout-grid.has-sidebar-left-fixed .layout-grid-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar-left-fixed .layout-grid-content {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-sidebar .toolbar-filter {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 52px;
    z-index: 2;
    height: 60px;
    min-height: 60px;
    text-align: center;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header {
    top: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options {
    height: 60px;
    min-height: 60px;
    display: none;
    padding: 0 12px;
    margin: 0 auto;
    text-align: left;
    max-width: 1472px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options.display-options {
    display: block;
    top: 0;
    text-align: left;
    left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options.display-options .btn-close {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options.display-options .btn-group {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar {
    height: 60px;
    min-height: 60px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar:before {
    height: 60px;
    background-position: left center;
    background-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar.btn-display-pro-charts:before {
    background-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar.btn-pro-charts {
    width: 60px;
    height: 60px;
    padding-top: 8px;
    line-height: 13px;
    width: auto;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar.btn-pro-charts span {
    font-size: 8px;
    font-size: 0.8rem;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar span {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    height: 60px;
    padding: 0 0 0 30px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.layout-grid-list-view,
  .layout-grid.layout-grid-grid-view,
  .layout-grid.charts {
    padding-top: 102px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.layout-grid-list-view,
  .layout-grid.layout-grid-grid-view,
  .layout-grid.charts {
    padding-top: 102px;
  }
}
.layout-grid.layout-grid-list-view .layout-grid-content,
.layout-grid.layout-grid-grid-view .layout-grid-content,
.layout-grid.charts .layout-grid-content {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.layout-grid-list-view .layout-grid-content,
  .layout-grid.layout-grid-grid-view .layout-grid-content,
  .layout-grid.charts .layout-grid-content {
    padding-top: 0;
  }
}
@media only screen and (min-width: 360px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 600px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 20%;
  }
}
@media only screen and (min-width: 1599px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 16.66%;
  }
}
.layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item:first-child {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts .layout-grid-content .section-list-view .entity-list header {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    background-color: #f4f6f6;
    z-index: 1;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.charts .layout-grid-content .section-list-view .entity-list header {
    top: 112px;
  }
}
.layout-grid.charts .sorting .options {
  position: relative;
}
.layout-grid.charts .sorting .options .btn-filter-tag.disabled {
  position: static;
}
.layout-grid.charts .sorting .options .btn-filter-tag.disabled:hover:before {
  display: block;
}
.layout-grid.charts .sorting .options .btn-filter-tag.disabled:before {
  font-size: 10px;
  font-size: 1rem;
  content: "You need to change the sorting if you want to adapt the selected timeframe.";
  position: absolute;
  right: 0;
  bottom: -20px;
  text-transform: none;
  display: none;
}
@media only screen and (min-width: 1099px) {
  .layout-grid.charts .sorting .options .btn-filter-tag.disabled:before {
    top: -20px;
    bottom: auto;
  }
}
.layout-grid.trending-tracks {
  padding-top: 30px;
}
.layout-grid.trending-tracks .layout-grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
}
.layout-grid.trending-tracks .layout-grid-content .section {
  width: 100%;
}
.layout-grid.trending-tracks .home-section.home-section-charts .secondary-filters {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 5;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
  padding-right: 0;
}
.layout-grid.trending-tracks .home-section.home-section-charts .secondary-filters .table-charts.flexit {
  margin-bottom: 0;
}
.layout-grid.trending-tracks .secondary-filters {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 4;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
  padding-right: 0;
}
.layout-grid.trending-tracks .secondary-filters .table-charts.flexit {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid.home .mobile-filters-scroll-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 52px;
  }
}
.layout-grid.home .layout-grid-sidebar {
  position: relative;
  z-index: 1;
}
.layout-grid.home .layout-grid-sidebar.left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 256px;
          flex: 1 0 256px;
  max-width: 256px;
}
.layout-grid.home .layout-grid-sidebar.right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 352px;
          flex: 1 1 352px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 352px;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid.home .layout-grid-sidebar.right {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.home .layout-grid-sidebar.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-grid.home .layout-grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-grid.home .layout-grid-content .section {
  width: 100%;
}
.layout-grid.home .layout-grid-content .sticky-wrapper {
  width: 100%;
}
.layout-grid.home .layout-grid-content .section-entity-view {
  padding-top: 6px;
}
.layout-grid.home .layout-grid-content .section-entity-view .entity-list {
  min-height: 0;
}
.layout-grid.home .layout-grid-content .section-entity-view .entity-list .item {
  padding-top: 8px;
}
.layout-grid.home .layout-grid-content .section-entity-view .entity-list .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .layout-grid.home .layout-grid-content .entity-list-listing .item:first-child .entity-list-chart-item-v2 .col-rank-section.active:before {
    top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.home .layout-grid-content .entity-list-listing .item:last-child .entity-list-chart-item-v2 .col-rank-section.active:before {
    bottom: -8px;
  }
}
.layout-grid.dashboard.contribution {
  padding-top: 40px;
}
.layout-grid.dashboard.contribution .layout-grid-sidebar.left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
  max-width: 250px;
}
.layout-grid.dashboard.contribution .layout-grid-sidebar.right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 230px;
          flex: 1 0 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 230px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.dashboard.contribution .layout-grid-sidebar.right {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.dashboard.contribution .layout-grid-sidebar.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-grid.dashboard.contribution .layout-grid-content {
  padding-bottom: 100px;
}
.layout-grid.dashboard.profile {
  padding-top: 40px;
}
.layout-grid.dashboard.profile .layout-grid-sidebar.right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 285px;
          flex: 1 0 285px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 285px;
}
.layout-grid.dashboard.artist {
  padding-top: 0;
}
.layout-grid.dashboard.artist .layout-grid-content {
  width: 100%;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .layout-grid.dashboard.artist .layout-grid-content {
    display: none;
  }
}
@media only screen and (min-width: 1439px) {
  .layout-grid.dashboard.artist .layout-grid-content {
    max-width: none;
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.dashboard.artist .home-section-switch-to-desktop {
    display: none;
  }
}
.layout-grid.dashboard.instantmatch {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.layout-grid.dashboard.instantmatch .layout-grid-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 56px;
}
@media only screen and (min-width: 1439px) {
  .layout-grid.dashboard.instantmatch .layout-grid-content {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.dashboard.instantmatch .home-section-switch-to-desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-sidebar,
  .layout-grid.artist .layout-grid-sidebar,
  .layout-grid.artist-detail .layout-grid-sidebar,
  .layout-grid.festival-detail .layout-grid-sidebar,
  .layout-grid.venue-detail .layout-grid-sidebar,
  .layout-grid.spotify .layout-grid-sidebar,
  .layout-grid.festival .layout-grid-sidebar,
  .layout-grid.label .layout-grid-sidebar,
  .layout-grid.charts-v2 .layout-grid-sidebar,
  .layout-grid.charts-v3 .layout-grid-sidebar,
  .layout-grid.editor .layout-grid-sidebar,
  .layout-grid.settings .layout-grid-sidebar,
  .layout-grid.editor .layout-grid-sidebar,
  .layout-grid.home .layout-grid-sidebar,
  .layout-grid.custom-view .layout-grid-sidebar {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.beatport .layout-grid-sidebar,
  .layout-grid.artist .layout-grid-sidebar,
  .layout-grid.artist-detail .layout-grid-sidebar,
  .layout-grid.festival-detail .layout-grid-sidebar,
  .layout-grid.venue-detail .layout-grid-sidebar,
  .layout-grid.spotify .layout-grid-sidebar,
  .layout-grid.festival .layout-grid-sidebar,
  .layout-grid.label .layout-grid-sidebar,
  .layout-grid.charts-v2 .layout-grid-sidebar,
  .layout-grid.charts-v3 .layout-grid-sidebar,
  .layout-grid.editor .layout-grid-sidebar,
  .layout-grid.settings .layout-grid-sidebar,
  .layout-grid.editor .layout-grid-sidebar,
  .layout-grid.home .layout-grid-sidebar,
  .layout-grid.custom-view .layout-grid-sidebar {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.spotify .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.charts-v2 .layout-grid-content,
  .layout-grid.charts-v3 .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.settings .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.home .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.spotify .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.charts-v2 .layout-grid-content,
  .layout-grid.charts-v3 .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.settings .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.home .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    width: calc(75% - 32px);
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.spotify .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.charts-v2 .layout-grid-content,
  .layout-grid.charts-v3 .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.settings .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.home .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    width: calc(80% - 32px);
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.spotify .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.charts-v2 .layout-grid-content,
  .layout-grid.charts-v3 .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.settings .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.home .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    width: calc(80% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .layout-grid.map {
    height: calc(100vh - 50px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.layout-grid.map .pro-content-navigation {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .layout-grid.map .layout-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.map .section-entity-view {
    padding-bottom: 0;
  }
}
.layout-grid.map .layout-grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .layout-grid.map .layout-grid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout-grid.map .sidebar-chart-search.country-search,
.layout-grid.map .sidebar-find-city {
  margin-top: 2px;
}
.layout-grid.trending .trending-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.trending .trending-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.layout-grid.trending .trending-row .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout-grid.trending .trending-row .info {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  line-height: 14px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-info-i-grey.svg');
}
.layout-grid.trending .home-section-switch-to-desktop {
  margin-top: 24px;
}
.layout-grid.trending .secondary-filters {
  margin-top: 24px;
}
.layout-grid.trending .secondary-filters.transparent {
  margin-top: 16px;
}
.layout-grid.trending .secondary-filters.transparent + .secondary-filters {
  margin-top: 16px;
}
.layout-grid.trending .secondary-filters .custom-selector {
  background-color: #ffffff;
}
.layout-grid.trending .chart-wrapper.chart-wrapper-header {
  margin-top: 0;
}
.layout-grid.trending .chart-wrapper.chart-wrapper-header .chart-wrapper-inner {
  border-radius: 0;
}
@media only screen and (min-width: 1199px) {
  .layout-grid.editor.has-sidebar,
  .layout-grid.settings.has-sidebar,
  .layout-grid.event-detail.has-sidebar,
  .layout-grid.track.has-sidebar,
  .layout-grid.playlist-detail.has-sidebar {
    margin: 0 16px;
    max-width: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.editor,
  .layout-grid.settings,
  .layout-grid.event-detail,
  .layout-grid.track,
  .layout-grid.playlist-detail {
    max-width: 1128px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.editor .mobile-filters-scroll-wrapper,
  .layout-grid.settings .mobile-filters-scroll-wrapper,
  .layout-grid.event-detail .mobile-filters-scroll-wrapper,
  .layout-grid.track .mobile-filters-scroll-wrapper,
  .layout-grid.playlist-detail .mobile-filters-scroll-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
  }
}
@media only screen and (min-width: 1127px) {
  .layout-grid.editor .pro-section.blue-grey:before,
  .layout-grid.settings .pro-section.blue-grey:before,
  .layout-grid.event-detail .pro-section.blue-grey:before,
  .layout-grid.track .pro-section.blue-grey:before,
  .layout-grid.playlist-detail .pro-section.blue-grey:before {
    right: calc(0% - ((100vw - 1128px))/2);
    left: calc(0% - ((100vw - 1128px))/2);
  }
}
.layout-grid.platform {
  padding-top: 0;
  margin: 0 auto;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid.editor .mobile-filters-scroll-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 54px;
  }
}
.layout-grid.event-detail {
  padding-bottom: 0;
}
.layout-grid.beatport .layout-grid-sidebar,
.layout-grid.artist .layout-grid-sidebar,
.layout-grid.spotify .layout-grid-sidebar,
.layout-grid.festival .layout-grid-sidebar,
.layout-grid.label .layout-grid-sidebar {
  display: block;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-sidebar,
  .layout-grid.artist .layout-grid-sidebar,
  .layout-grid.spotify .layout-grid-sidebar,
  .layout-grid.festival .layout-grid-sidebar,
  .layout-grid.label .layout-grid-sidebar {
    padding-bottom: 0;
  }
}
.layout-grid.beatport .layout-grid-content .pro-content-navigation,
.layout-grid.artist .layout-grid-content .pro-content-navigation,
.layout-grid.spotify .layout-grid-content .pro-content-navigation,
.layout-grid.festival .layout-grid-content .pro-content-navigation,
.layout-grid.label .layout-grid-content .pro-content-navigation {
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-content .pro-content-navigation,
  .layout-grid.artist .layout-grid-content .pro-content-navigation,
  .layout-grid.spotify .layout-grid-content .pro-content-navigation,
  .layout-grid.festival .layout-grid-content .pro-content-navigation,
  .layout-grid.label .layout-grid-content .pro-content-navigation {
    display: block;
  }
}
.layout-grid.beatport .layout-grid-content .pro-content-navigation.v3,
.layout-grid.artist .layout-grid-content .pro-content-navigation.v3,
.layout-grid.spotify .layout-grid-content .pro-content-navigation.v3,
.layout-grid.festival .layout-grid-content .pro-content-navigation.v3,
.layout-grid.label .layout-grid-content .pro-content-navigation.v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.artist .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.spotify .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.festival .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.label .layout-grid-content .pro-content-navigation.v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-grid.artist-detail.has-sidebar {
  padding-bottom: 0;
}
.layout-grid.artist-detail,
.layout-grid.festival-detail,
.layout-grid.venue-detail {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .layout-grid.artist-detail .section.section-music-network-v2 .heading,
  .layout-grid.festival-detail .section.section-music-network-v2 .heading,
  .layout-grid.venue-detail .section.section-music-network-v2 .heading,
  .layout-grid.artist-detail .section.section-hand-picked .heading,
  .layout-grid.festival-detail .section.section-hand-picked .heading,
  .layout-grid.venue-detail .section.section-hand-picked .heading {
    width: 33.33%;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.artist-detail .section.section-music-network-v2 .section-main,
  .layout-grid.festival-detail .section.section-music-network-v2 .section-main,
  .layout-grid.venue-detail .section.section-music-network-v2 .section-main,
  .layout-grid.artist-detail .section.section-hand-picked .section-main,
  .layout-grid.festival-detail .section.section-hand-picked .section-main,
  .layout-grid.venue-detail .section.section-hand-picked .section-main {
    width: 394px;
  }
}
@media only screen and (min-width: 1299px) {
  .layout-grid.artist-detail .section.section-music-network-v2 .section-main,
  .layout-grid.festival-detail .section.section-music-network-v2 .section-main,
  .layout-grid.venue-detail .section.section-music-network-v2 .section-main,
  .layout-grid.artist-detail .section.section-hand-picked .section-main,
  .layout-grid.festival-detail .section.section-hand-picked .section-main,
  .layout-grid.venue-detail .section.section-hand-picked .section-main {
    width: 615px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .section .page,
  .layout-grid.festival-detail .section .page,
  .layout-grid.venue-detail .section .page {
    padding: 0 24px;
  }
}
.layout-grid.artist-detail .layout-grid-sidebar,
.layout-grid.festival-detail .layout-grid-sidebar,
.layout-grid.venue-detail .layout-grid-sidebar {
  display: block;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .layout-grid-sidebar,
  .layout-grid.festival-detail .layout-grid-sidebar,
  .layout-grid.venue-detail .layout-grid-sidebar {
    padding-bottom: 0;
  }
}
.layout-grid.artist-detail .layout-grid-content .pro-content-navigation,
.layout-grid.festival-detail .layout-grid-content .pro-content-navigation,
.layout-grid.venue-detail .layout-grid-content .pro-content-navigation {
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .layout-grid-content .pro-content-navigation,
  .layout-grid.festival-detail .layout-grid-content .pro-content-navigation,
  .layout-grid.venue-detail .layout-grid-content .pro-content-navigation {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.festival-detail .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.venue-detail .layout-grid-content .pro-content-navigation.v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-grid.artist-detail .layout-grid-content .pro-content-navigation + .pro-section,
.layout-grid.festival-detail .layout-grid-content .pro-content-navigation + .pro-section,
.layout-grid.venue-detail .layout-grid-content .pro-content-navigation + .pro-section {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .layout-grid-content .pro-content-navigation + .pro-section,
  .layout-grid.festival-detail .layout-grid-content .pro-content-navigation + .pro-section,
  .layout-grid.venue-detail .layout-grid-content .pro-content-navigation + .pro-section {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.home.has-sidebar .layout-grid-content {
    margin-left: 16px;
    width: calc(100% -  490px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.home .layout-grid-sidebar.left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 246px;
            flex: 1 0 246px;
    min-width: 246px;
    max-width: 246px;
  }
}
.layout-grid.home .pro-content-navigation {
  position: static;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2.charts-v2-new .section-entity-view {
    padding-bottom: 32px;
  }
}
.layout-grid.charts-v2.charts-v2-new .layout-grid-content .section-list-view .entity-list .item:first-child {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2.charts-v2-new .layout-grid-content .entity-list-listing {
    margin-top: 24px;
  }
}
.layout-grid.charts-v2.charts-v2-new .sticky-wrapper.charts .pro-content-navigation {
  top: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2 .layout-grid-sidebar {
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 246px;
    min-width: 246px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2 .layout-grid-content {
    margin-left: 16px;
    width: calc(100% -  490px);
    min-height: calc(100vh -  52px);
  }
}
.layout-grid.charts-v2 .layout-grid-content .section-list-view .entity-list .item {
  padding-top: 8px;
}
.layout-grid.charts-v2 .layout-grid-content .section-list-view .entity-list .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2 .layout-grid-content .entity-list-listing {
    padding-top: 0;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.charts-v2 .layout-grid-content .item:first-child .col-rank-section.active:before {
    top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.charts-v2 .layout-grid-content .item:last-child .col-rank-section.active:before {
    bottom: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist .layout-grid-sidebar.left,
  .layout-grid.artist-detail .layout-grid-sidebar.left,
  .layout-grid.venue .layout-grid-sidebar.left,
  .layout-grid.label .layout-grid-sidebar.left,
  .layout-grid.venue-detail .layout-grid-sidebar.left,
  .layout-grid.festival .layout-grid-sidebar.left,
  .layout-grid.beatport .layout-grid-sidebar.left,
  .layout-grid.festival-detail .layout-grid-sidebar.left,
  .layout-grid.custom-view .layout-grid-sidebar.left {
    width: 246px;
    min-width: 246px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.venue .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    width: calc(100% -  490px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.genres .layout-grid-content,
  .layout-grid.country .layout-grid-content {
    min-height: calc(-400vh);
  }
}
.layout-grid.no-sidebar .layout-grid-content {
  margin: 0;
  width: 100%;
}
.layout-grid.max-1128 .layout-grid-content {
  max-width: 1128px;
  margin: 0 auto;
}
.layout-grid.iframe {
  padding-top: 24px;
  padding-bottom: 24px;
}
.layout-grid-sidebar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar {
    display: block;
    width: 25%;
    margin-right: 12px;
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-sidebar {
    width: 20%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-sidebar {
    width: 16.66%;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-sidebar {
    width: 18.18%;
    max-width: 246px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.right {
    margin-right: 0;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-sidebar.right {
    margin-right: 0;
    margin-left: 12px;
  }
}
.layout-grid-sidebar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.layout-grid-sidebar.has-mobile-filters {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translate(110%, 0);
  transform: translate(110%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 4;
  background-color: #f4f6f6;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.has-mobile-filters {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-transform: none;
            transform: none;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: transparent;
  }
}
.layout-grid-sidebar.has-mobile-filters.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.has-mobile-filters.open {
    -webkit-transform: none;
            transform: none;
  }
}
.layout-grid-sidebar.fixed {
  position: fixed;
  display: block;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.fixed {
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 70px;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 246px;
    min-width: 246px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-sidebar.fixed {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-sidebar.fixed {
    left: calc(50% -  736px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent .toolbar-filter-unit,
  .layout-grid-sidebar.transparent .toolbar-filter-unit:last-child {
    border-color: #efefef;
  }
}
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox + label,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox + label,
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio + label,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-radio + label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox + label,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox + label,
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio + label,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-radio + label {
    color: #000000;
  }
}
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox + label:before,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox + label:before,
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio + label:before,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-radio + label:before {
  top: 6px;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox + label:before,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox + label:before,
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio + label:before,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-radio + label:before {
    border-color: #000000;
  }
}
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox:checked + label:after,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox:checked + label:after,
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio:checked + label:after,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-radio:checked + label:after {
  top: 8px;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox:checked + label:after,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox:checked + label:after,
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio:checked + label:after,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-radio:checked + label:after {
    background-color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent .toolbar-filter-content header .btn-close.white {
    background-image: url(../images/svg/close-grey.svg);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent .btn-filter-tag.white {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent .toolbar-filter-search.open .search-wrapper {
    margin-bottom: 0;
  }
}
.layout-grid-sidebar.transparent .toolbar-filter-search .search-input {
  background-color: #ffffff;
}
.layout-grid-sidebar.transparent .toolbar-filter-search .results {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
}
.layout-grid-sidebar .toolbar-filter {
  top: 50px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: transparent;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    color: #000000;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-sidebar .toolbar-filter {
    top: 90px;
  }
}
.layout-grid-sidebar .toolbar-filter.open .btn-filter {
  display: none;
}
.layout-grid-sidebar .toolbar-filter .btn-filter {
  position: fixed;
  left: 500px;
  top: 0px;
}
@media only screen and (min-width: 480px) {
  .layout-grid-sidebar .toolbar-filter .btn-filter {
    left: 768px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter .btn-filter {
    display: none;
  }
}
.layout-grid-sidebar .toolbar-filter .btn-filter span {
  display: none;
}
.layout-grid-sidebar .toolbar-filter-scroller {
  padding: 0;
}
.layout-grid-sidebar .toolbar-filter-scroller::-webkit-scrollbar-track-piece {
  background: #e8eced;
}
.layout-grid-sidebar .toolbar-filter-scroller::-webkit-scrollbar-thumb {
  background: #707580;
}
.layout-grid-sidebar .toolbar-filter-content {
  padding: 0 12px;
  margin: 0;
}
.layout-grid-sidebar .toolbar-filter-content header {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-content header .btn-clear-selection {
    color: #707580;
  }
}
.layout-grid-sidebar .toolbar-filter-search {
  padding: 0 12px;
  background-color: transparent;
}
.layout-grid-sidebar .toolbar-filter-search .search-input {
  background-color: #efefef;
  padding-left: 6px;
  background-position: right 6px center;
  background-image: url(../images/svg/search-grey.svg);
}
.layout-grid-sidebar .toolbar-filter-search .search-wrapper.loading:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .btn-filter-tag.white {
    font-size: 10px;
    font-size: 1rem;
    border-color: #efefef;
    color: #000000;
  }
  .layout-grid-sidebar .btn-filter-tag.white.active,
  .layout-grid-sidebar .btn-filter-tag.white:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit {
    border-color: #f4f6f6;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit:last-child {
    border-color: #f4f6f6;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit.open .accordion:after {
    background-image: url(../images/svg/chevron-up.svg);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .accordion.open:after {
    background-image: url(../images/svg/chevron-up.svg);
  }
}
.layout-grid-sidebar .toolbar-filter-unit.disabled .accordion:after {
  background-image: url(../images/svg/chevron-down-grey.svg);
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .accordion:after {
    background-image: url(../images/svg/chevron-down.svg);
  }
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-filter-unit-title {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-filter-unit-title sup {
  top: 0;
  vertical-align: super;
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-filter-unit-content {
  font-size: 0px;
  font-size: 0rem;
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-filter-unit-content .btn-filter-tag.white {
  margin: 4px 8px 4px 0;
  padding: 4px 6px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter input {
    background-color: #efefef;
    color: #000000;
    border: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter .results {
    max-height: 120px;
    background-color: #f4f6f6;
  }
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter .results::-webkit-scrollbar-track-piece {
  background: #e8eced;
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter .results::-webkit-scrollbar-thumb {
  background: #707580;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter .btn-clear-selection {
    font-size: 10px;
    font-size: 1rem;
    background-color: transparent;
    color: #707580;
    height: 32px;
  }
}
.layout-grid-sidebar .toolbar-filter-unit .btn-filter-entity {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .btn-filter-entity:hover {
    background-color: #e9e9e9;
  }
  .layout-grid-sidebar .toolbar-filter-unit .btn-filter-entity.active:before {
    background-color: #000000;
  }
}
.layout-grid-sidebar .mobile-filters-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    position: static;
    padding-bottom: 0;
    overflow: visible;
  }
}
.layout-grid-sidebar .mobile-filters-scroll-wrapper.is-sticky {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.layout-grid-sidebar .mobile-filters-scroll-wrapper .sticky-wrapper {
  position: static;
}
.layout-grid-sidebar .mobile-filters-active-filters {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-grid-sidebar .mobile-filters-active-filters.active-filters {
  border-top: 0;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-active-filters.active-filters {
    display: none;
  }
}
.layout-grid-sidebar .mobile-filters-active-filters.active-filters label {
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-active-filters.active-filters .active-filters-list {
    padding-bottom: 8px;
  }
}
.layout-grid-sidebar .mobile-filters-active-filters .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
}
.layout-grid-sidebar .mobile-filters-active-filters .actions button + a,
.layout-grid-sidebar .mobile-filters-active-filters .actions button + button,
.layout-grid-sidebar .mobile-filters-active-filters .actions a + button,
.layout-grid-sidebar .mobile-filters-active-filters .actions a + a {
  margin-left: 8px;
}
.layout-grid-sidebar .mobile-filters-active-filters .tags {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px 8px -4px;
}
.layout-grid-sidebar .mobile-filters-second-level {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translate(110%, 0);
  transform: translate(110%, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-second-level {
    display: none;
  }
}
.layout-grid-sidebar .mobile-filters-second-level.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-header {
  border-bottom: 2px solid #f4f6f6;
  padding: 0 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
}
.layout-grid-sidebar .mobile-filters-second-level .btn-mobile-filters-back {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  color: #707580;
  padding-left: 16px;
  height: 56px;
  line-height: 1;
}
.layout-grid-sidebar .mobile-filters-second-level .btn-mobile-filters-back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #707580;
  margin-top: -6px;
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-article {
  padding: 12px 24px;
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-article .mobile-filters-additional-options {
  padding: 0;
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-article .mobile-filters-additional-options:after {
  content: none;
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-article .mobile-filters-additional-options .option {
  padding-right: 0;
}
.layout-grid-sidebar .mobile-filters-additional-options {
  background-color: #ffffff;
  padding: 16px 24px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-additional-options {
    display: none;
  }
}
.layout-grid-sidebar .mobile-filters-additional-options.disabled {
  pointer-events: none;
  cursor: default;
}
.layout-grid-sidebar .mobile-filters-additional-options.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
.layout-grid-sidebar .mobile-filters-additional-options.disabled:after {
  border-left-color: #d5dde0;
}
.layout-grid-sidebar .mobile-filters-additional-options.mobile-filters-sort-selected {
  margin-top: 8px;
}
.layout-grid-sidebar .mobile-filters-additional-options.mobile-filters-views:after {
  content: none;
}
.layout-grid-sidebar .mobile-filters-additional-options.mobile-filters-views .view-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-grid-sidebar .mobile-filters-additional-options.mobile-filters-views .view-buttons button {
  margin-right: 16px;
}
.layout-grid-sidebar .mobile-filters-additional-options + .mobile-filters-additional-options-selected {
  margin-top: 2px;
}
.layout-grid-sidebar .mobile-filters-additional-options:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4e63ce;
  margin-top: -6px;
}
.layout-grid-sidebar .mobile-filters-additional-options .label {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #707580;
  white-space: nowrap;
  padding: 5px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75px;
          flex: 1 0 75px;
  max-width: 75px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
}
.layout-grid-sidebar .mobile-filters-additional-options .option {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  color: #000000;
  text-transform: capitalize;
  padding-right: 30px;
  font-weight: 500;
  cursor: pointer;
}
.layout-grid-sidebar .mobile-filters-additional-options .option + .option {
  margin-top: 12px;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.active {
  color: #4e63ce;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.channel {
  position: relative;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.beatport:before {
  background-image: url('../images/svg/beatport-square.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.tiktok:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.layout-grid-sidebar .mobile-filters-actions {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -4px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-actions {
    display: none;
  }
}
.layout-grid-sidebar .mobile-filters-actions .btn,
.layout-grid-sidebar .mobile-filters-actions .btn.border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.layout-grid-sidebar .sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  top: 52px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .sticky-wrapper {
    top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-sidebar .sticky-wrapper {
    top: 52px;
  }
}
.layout-grid-sidebar .sticky-wrapper.sticky-wrapper-entity-info {
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  -webkit-transform: translate(0, -500px);
  transform: translate(0, -500px);
  overflow: hidden;
  max-height: 0;
  top: 52px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .sticky-wrapper.sticky-wrapper-entity-info {
    top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-sidebar .sticky-wrapper.sticky-wrapper-entity-info {
    top: 52px;
  }
}
.layout-grid-sidebar .sticky-wrapper.sticky-wrapper-entity-info.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
  max-height: unset;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .layout-grid-sidebar .sticky-wrapper.hide-mobile {
    display: none;
  }
}
.layout-grid-content {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout-grid-content .toolbar-header {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  margin: 0 -12px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .toolbar-header {
    z-index: 1;
    position: relative;
    top: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-content .toolbar-header-options.display-options {
    width: 330px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .toolbar-header-options.filter {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .toolbar-header-options.filter .trigger {
    display: none;
  }
}
.layout-grid-content .toolbar-header-options .btn-group {
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .toolbar-header-options .btn-group {
    padding-right: 12px;
  }
}
.layout-grid-content .section-entity-view-heading,
.layout-grid-content .section-entity-view {
  padding: 0;
}
.layout-grid-content .section-entity-view-heading > .page,
.layout-grid-content .section-entity-view > .page {
  padding: 0;
}
.layout-grid-content .section-entity-view-heading {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view-heading {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view-heading h1 {
    padding-bottom: 0;
    width: 100%;
  }
}
.layout-grid-content .section-entity-view-heading .toolbar-filter-list {
  background-color: transparent;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view-heading .toolbar-filter-list {
    padding-top: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-content .section-entity-view-heading .toolbar-filter-list {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view-heading .toolbar-filter-list {
    height: auto;
  }
}
.layout-grid-content .section-entity-view-heading .toolbar-filter-list .btn-filter-tag {
  background-color: #ffffff;
}
.layout-grid-content .section-entity-view-heading .toolbar-filter-list .btn-filter-tag:hover {
  background-color: #000000;
}
.layout-grid-content .section-entity-view-heading .toolbar-filter-list .swiper-button-prev:after,
.layout-grid-content .section-entity-view-heading .toolbar-filter-list .swiper-button-next:after {
  background-color: #f4f6f6;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-list-view .entity-list header .sorting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-list-view .entity-list header .sorting {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-list-view .entity-list header .sorting .sort {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.layout-grid-content .section-list-view .entity-list header .sorting .sort + .sort {
  padding-top: 25px;
  position: relative;
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-list-view .entity-list header .sorting .sort + .sort {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-list-view .entity-list header .sorting label {
    display: inline-block;
    padding: 0 15px 0 0;
  }
}
.layout-grid-content .entity-list-listing {
  padding-top: 10px;
}
.layout-grid-content .entity-list-listing .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-grid-content .section-entity-view {
  /*&.section-map-view-v2 {

			.btn-toggle-map-sidebar {
				.font-size(0);
				position: absolute;
				right: -32px;
				top: 32px;
				width: 32px;
				height: 32px;
				display: none;
				z-index: 2;
				background-position: center;
				background-repeat: no-repeat;
				background-size: 10px;
				background-image: url('../images/svg/chevron-right-white.svg');
				background-color: @blue;

				&:hover {
					background-color: @blue-roll;
				}

				@media @bp_768 {
					display: block;
				}
			}

			.sidebar {
				.transition(width, 300ms, ease-out);
				
				@media @bp_768 {
					width: 0;
					overflow: visible;
				}

				&.open {

					@media @bp_768 {
						width: 425px;
					}

					.scroller-wrapper {
						padding-right: 8px;
					}

					.btn-toggle-map-sidebar {
						background-image: url('../images/svg/chevron-left-white.svg');
					}
				}

				.scroller-wrapper {
					padding-right: 0;
				}
			}
		}*/
}
.layout-grid-content .section-entity-view.section-list-view .flag {
  margin-right: 4px;
}
.layout-grid-content .section-entity-view.section-list-view .entity-list-listing .btn-filter-tag {
  cursor: default;
}
.layout-grid-content .section-entity-view.section-list-view .entity-list-listing .btn-filter-tag:hover {
  background-color: unset;
  color: unset;
  border-color: #efefef;
}
.layout-grid-content .section-entity-view.section-list-view .entity-list-listing .btn-filter-tag:after {
  content: none;
}
.layout-grid-content .section-entity-view.section-list-view .entity-list-listing .btn-filter-tag img {
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 200px;
  }
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 250px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 300px;
  }
}
@media only screen and (min-width: 1299px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 350px;
  }
}
@media only screen and (min-width: 1399px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 400px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .title-wrapper h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
  float: none;
  padding: 12px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
    width: 50%;
  }
}
@media only screen and (min-width: 880px) {
  .layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
    width: 25%;
  }
}
@media only screen and (min-width: 1299px) {
  .layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
    width: 20%;
  }
}
.layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -12px -12px -12px;
}
.layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing:before,
.layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing:after {
  content: none;
}
.layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
  float: none;
  padding: 12px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 50%;
  }
}
@media only screen and (min-width: 880px) {
  .layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 25%;
  }
}
@media only screen and (min-width: 1299px) {
  .layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 25%;
  }
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity figure .swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity figure .swiper-container .swiper-slide {
  height: 100%;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity article {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-grid-view .card-entity article h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    min-height: 40px;
    max-height: 40px;
  }
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity article .top {
  padding-bottom: 12px;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity article .bottom {
  height: auto;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity .btn-filter-tag {
  cursor: default;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity .btn-filter-tag:hover {
  background-color: unset;
  color: unset;
  border-color: #efefef;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity .btn-filter-tag:after {
  content: none;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity .btn-filter-tag img {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view {
    height: calc(100vh - 70px);
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-content .section-entity-view.section-map-view {
    height: calc(100vh - 90px);
  }
}
.layout-grid-content .section-entity-view.section-map-view.event .card-entity article .top {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view.event .card-entity article h3 {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    min-height: 18px;
    max-height: 36px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar {
  -webkit-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar {
    width: 0;
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar.open {
    width: 470px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar.open .btn-toggle-map-sidebar {
  background-image: url('../images/svg/chevron-left.svg');
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list {
  background-color: transparent;
  padding: 0;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list {
    margin: 0;
    padding: 0 20px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .swiper-container {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .swiper-container {
    padding-left: 40px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .btn-filter-tag {
  background-color: #ffffff;
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .btn-filter-tag:hover {
  background-color: #000000;
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .swiper-button-prev:after,
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .swiper-button-next:after {
  background-color: #f4f6f6;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar h1 {
    margin-bottom: 10px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar h1 br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar h1 br {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar header {
    padding-top: 20px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar header br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar header br {
    display: block;
  }
}
.layout-grid-content .section-entity-view.section-map-view .btn-toggle-map-sidebar {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  right: -30px;
  top: 24px;
  width: 30px;
  height: 30px;
  display: none;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-image: url('../images/svg/chevron-right.svg');
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .btn-toggle-map-sidebar {
    display: block;
  }
}
.layout-grid-content .section-entity-view.section-map-view .card-entity article {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout-grid-content .section-entity-view.section-map-view .card-entity article .top {
  width: 100%;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .card-entity article h3 {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    min-height: 40px;
    max-height: 40px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .card-entity .btn-filter-tag {
  cursor: default;
}
.layout-grid-content .section-entity-view.section-map-view .card-entity .btn-filter-tag:hover {
  background-color: unset;
  color: unset;
  border-color: #efefef;
}
.layout-grid-content .section-entity-view.section-map-view .card-entity .btn-filter-tag:after {
  content: none;
}
.layout-grid-content .section-entity-view.section-map-view .card-entity .btn-filter-tag img {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .section-main {
    padding-top: 60px;
  }
}
.layout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-row.dashboard-layout-row {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .layout-row.two-one {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.two-one .layout-col {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.two-one .col-1 {
    width: 66.66%;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.two-one .col-2 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.three {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.three .layout-col {
    padding: 0 12px;
    width: 33.33%;
  }
}
.layout-col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row.mt-24 {
  margin-top: 24px;
}
.flex-row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-row.gap-8 {
  gap: 8px;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .filters-mega-wrapper {
    width: 246px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.filters-inside-wrapper {
  width: inherit;
}
.header-new {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  background-color: #ffffff;
  color: #000000;
  padding: 0;
  min-height: 50px;
}
@media only screen and (min-width: 1024px) {
  .header-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 74px;
  }
}
.header-new.search-mode {
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  background-color: #F6F6F6;
}
@media only screen and (min-width: 1024px) {
  .header-new.search-mode .navigation-primary {
    margin-left: -85px;
  }
}
.header-new.search-mode .login-nav {
  background-color: #F6F6F6;
}
.header-new.search-mode .search {
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .header-new.search-mode .search {
    margin-left: 32px;
    max-width: 508px;
  }
}
.header-new.search-mode .search .header-search-input {
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #000000;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header-new.search-mode .search .header-search-input {
    padding: 15px 36px 15px 24px;
    max-width: 508px;
  }
}
.header-new.search-mode .search .btn-back-from-search {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .header-new.search-mode .search .btn-back-from-search {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header-new.close-submenu {
  pointer-events: none;
  cursor: default;
}
.header-new.close-submenu .submenu {
  display: none !important;
}
.header-new.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-new.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.header-new.transparent {
  background-color: transparent;
}
.header-new .page {
  position: relative;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1472px;
}
@media only screen and (min-width: 1024px) {
  .header-new .page {
    padding: 12px 24px;
  }
}
.header-new a {
  color: #000000;
}
.header-new .btn.btn-pro {
  white-space: nowrap;
}
.header-new .btn.btn-pro.border {
  padding: 13px 20px;
}
.header-new .btn.btn-pro.solid {
  padding: 14px 20px;
}
.header-new .logo {
  font-size: 0px;
  font-size: 0rem;
  height: 50px;
  width: 50px;
  min-width: 50px;
  overflow: hidden;
  display: inline-block;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .header-new .logo {
    position: static;
    width: 180px;
    min-width: 180px;
  }
}
.header-new .logo img {
  height: 50px;
  width: 180px;
  max-width: none;
}
.header-new .btn-menu-toggle {
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .header-new .btn-menu-toggle {
    display: none;
  }
}
.header-new .navigation-primary {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-new .navigation-primary.open .mobile-menu-blocker {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  top: 0;
  bottom: 0;
  height: auto;
}
.header-new .navigation-primary.open .menu-wrapper {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.header-new .navigation-primary.open .btn-menu-toggle span {
  background-color: transparent;
}
.header-new .navigation-primary.open .btn-menu-toggle span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  top: 0px;
}
.header-new .navigation-primary.open .btn-menu-toggle span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
  bottom: 0px;
}
.header-new .navigation-primary.open .btn-menu-toggle span:before,
.header-new .navigation-primary.open .btn-menu-toggle span:after {
  width: 26px;
}
.header-new .mobile-menu-blocker {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: default;
}
@media only screen and (min-width: 1024px) {
  .header-new .mobile-menu-blocker {
    display: none;
  }
}
.header-new .search {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (min-width: 1024px) {
  .header-new .search {
    margin-left: 32px;
    max-width: 425px;
  }
}
.header-new .search .header-search-input {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: transparent;
  border: 1px solid #F6F6F6;
  height: auto;
  line-height: normal;
  padding: 8px 36px 8px 12px;
  width: 100%;
  background-color: #F6F6F6;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-image: url('../images/svg/search.svg');
  background-size: 16px;
  max-width: 425px;
}
@media only screen and (min-width: 1024px) {
  .header-new .search .header-search-input {
    padding: 11px 36px 11px 24px;
  }
}
.header-new .search .btn-back-from-search {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  pointer-events: none;
  cursor: default;
  font-size: 0px;
  font-size: 0rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #F6F6F6;
  white-space: nowrap;
  z-index: 2;
  width: 50px;
  background-image: url('../images/svg/arrow-back-red.svg');
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .header-new .search .btn-back-from-search {
    width: 152px;
    background-image: none;
  }
}
.header-new .search .btn-back-from-search img {
  display: none;
  margin-right: 2px;
}
@media only screen and (min-width: 1024px) {
  .header-new .search .btn-back-from-search img {
    display: inline-block;
    vertical-align: unset;
  }
}
.header-new .menu-wrapper {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 0;
  background-color: #ffffff;
  padding: 50px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    top: auto;
    right: auto;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 0 0 4%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new .menu-wrapper {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new .menu-wrapper .menu {
    margin: 0 -14px;
  }
}
.header-new .menu-wrapper .menu > .menu-item {
  padding: 6px 0;
}
@media only screen and (min-width: 360px) {
  .header-new .menu-wrapper .menu > .menu-item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new .menu-wrapper .menu > .menu-item {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new .menu-wrapper .menu > .menu-item {
    padding: 0 18px;
  }
}
.header-new .menu-wrapper .menu > .menu-item.home img {
  margin-top: -2px;
  margin-right: 6px;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu.open .submenu {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover:before {
    cursor: default;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 5;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover > a,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover > span {
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover > a:after,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover > span:after {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu,
.header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
  font-size: 12px;
  font-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px;
  background-image: url('../images/svg/chevron-right-red.svg');
  display: block;
  padding: 0 20px 0 0;
  width: 140px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
    display: none;
  }
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
  background-image: url('../images/svg/chevron-left-red.svg');
  background-position: left center;
  width: auto;
  padding: 8px 0 8px 20px;
  position: absolute;
  top: 0;
  left: 24px;
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu.my-vib {
  margin-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu.my-vib {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu.my-vib {
    margin-top: 0;
  }
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu > a,
.header-new .menu-wrapper .menu > .menu-item.has-submenu > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu > a,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu > span {
    position: relative;
    cursor: pointer;
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    background: none;
    border-bottom: 2px solid transparent;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu > a:after,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu > span:after {
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ff1e43;
    bottom: -2px;
  }
}
.header-new .menu-wrapper .menu > .menu-item.system {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.system {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    height: auto;
    padding-left: 24px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1399px) {
  .header-new .menu-wrapper .menu > .menu-item.system {
    padding-left: 48px;
  }
}
.header-new .menu-wrapper .menu > .menu-item.system .btn-pro + .btn-pro,
.header-new .menu-wrapper .menu > .menu-item.system .button + .btn-pro,
.header-new .menu-wrapper .menu > .menu-item.system .btn-pro + .button,
.header-new .menu-wrapper .menu > .menu-item.system .button + .button {
  margin-left: 16px;
}
.header-new .menu-wrapper .menu > .menu-item.system .btn-join {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.system .btn-join {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.mobile-only {
    display: none;
  }
}
.header-new .menu-wrapper .menu > .menu-item > a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item > a {
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid transparent;
  }
}
.header-new .menu-wrapper .menu > .menu-item > a.no-link {
  cursor: default;
}
.header-new .menu-wrapper .menu > .menu-item > a:not(.no-link):hover,
.header-new .menu-wrapper .menu > .menu-item > a:not(.no-link):active {
  color: #6889e2;
}
.header-new .menu-wrapper .menu > .menu-item > span {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.header-new .menu-wrapper .menu .sys-links {
  padding: 30px 0;
}
@media only screen and (min-width: 360px) {
  .header-new .menu-wrapper .menu .sys-links {
    padding: 70px 0;
  }
}
.header-new .menu-wrapper .menu .sys-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 0;
}
.header-new .menu-wrapper .menu .profile-links {
  padding-top: 4px;
}
.header-new .menu-wrapper .menu .profile-link {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  padding-top: 18px;
}
.header-new .menu-wrapper .mobile-footer {
  max-width: 200px;
}
.header-new .menu-wrapper .mobile-footer .disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
}
.header-new .menu-wrapper .mobile-footer .copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #707580;
  padding-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new .menu-wrapper .mobile-footer .copyright {
    padding-top: 40px;
  }
}
.header-new .menu-wrapper .mobile-footer .copyright .links {
  display: block;
}
.header-new .menu-wrapper .mobile-footer a {
  color: #707580;
}
.header-new .submenu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  right: -110%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 360px) {
  .header-new .submenu {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    top: 100%;
    border-top: 1px solid #f4f6f6;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu:before {
    -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.35);
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    height: 10px;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    left: -2000px;
    right: -2000px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu:after {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    background-color: #ffffff;
    border-top: 1px solid #f4f6f6;
    z-index: -1;
    left: -2000px;
    right: -2000px;
  }
}
.header-new .submenu .featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .featured {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    max-width: 325px;
    width: 25%;
    padding: 0 24px;
    display: block;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new .submenu .featured {
    width: 27%;
    padding: 0 46px 0 62px;
  }
}
.header-new .submenu .featured h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .featured h3 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 27px;
    padding-bottom: 0;
  }
}
.header-new .submenu .featured p {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .featured p {
    display: block;
  }
}
.header-new .submenu .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .features-list {
    font-size: 12px;
    font-size: 1.2rem;
    color: #707580;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 75%;
    line-height: 18px;
    margin: -24px 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new .submenu .features-list {
    width: 73%;
  }
}
.header-new .submenu .features-list h4 {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.header-new .submenu .features-list h4.new {
  display: inline;
}
.header-new .submenu .features-list h4.new:after {
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  content: "New";
  margin-left: 2px;
  text-transform: uppercase;
  position: absolute;
  bottom: 7px;
  left: 100%;
  display: inline-block;
  padding: 2px 3px;
  line-height: 9px;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
}
.header-new .submenu .features-list h4 .new-icon {
  position: absolute;
  margin-top: -3px;
  bottom: 10px;
  left: 100%;
}
.header-new .submenu .features-list a {
  color: #000000;
}
.header-new .submenu .features-list a:hover h4,
.header-new .submenu .features-list a:active h4 {
  color: #6889e2;
}
.header-new .submenu .features-list p {
  padding: 0;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .features-list p {
    display: block;
    padding-top: 4px;
    color: #707580;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}
.header-new .submenu .features-list .item {
  padding: 4px 0;
}
@media only screen and (min-width: 360px) {
  .header-new .submenu .features-list .item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .features-list .item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    padding: 24px 0 24px 24px;
  }
}
.header-new .submenu .features-list .item.divider {
  height: 30px;
}
.header-new .login-nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .login-nav {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    background-color: #ffffff;
    position: absolute;
    right: 0;
    left: 204px;
    text-align: right;
    z-index: 3;
    height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    padding-right: 24px;
  }
}
.header-new .login-nav.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 50px;
}
@media only screen and (min-width: 1199px) {
  .header-new .login-nav.open {
    height: 74px;
  }
}
.header-new .login-nav .btn + .btn {
  margin-left: 20px;
}
.header-new .profile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .profile {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    width: 200px;
    position: relative;
    background-repeat: repeat;
    background-size: 400px;
    background-position: center center;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000000;
    cursor: pointer;
  }
}
.header-new .profile:hover {
  background-color: #f4f6f6;
}
.header-new .profile:hover .my-viberate-menu {
  display: block;
}
.header-new .profile .expand-profile {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  height: 74px;
  z-index: 2;
}
.header-new .profile .expand-profile span {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #000000;
  display: inline-block;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  margin-left: 10px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  .header-new .my-viberate-menu {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: -3000px;
    top: 0;
    text-align: left;
    cursor: default;
    height: 100vh;
    background-color: #f4f6f6;
    color: #000000;
    padding: 94px 0px 20px 36px;
    display: none;
    z-index: 1;
  }
}
.header-new .profile-menu-primary {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-new .profile-menu-primary li {
  position: relative;
  padding: 12px 0;
}
.header-new .profile-menu-primary .trial-days {
  color: #4e63ce;
}
.header-new .btn-skip {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -20px;
}
.header-new .btn-skip:hover,
.header-new .btn-skip:active {
  color: #6889e2;
  border-color: #6889e2;
}
.header-new-v2 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  padding: 0;
  min-height: 52px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 52px;
    min-height: 52px;
  }
}
.header-new-v2.blog-article-header {
  position: fixed;
}
.header-new-v2.developers .logo {
  height: 36px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .logo {
    height: 36px;
  }
}
.header-new-v2.developers .logo:after {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  content: "for Developers";
  padding-left: 4px;
  line-height: 30px;
  margin-top: 4px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .logo:after {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 3px;
  }
}
.header-new-v2.developers .logo img {
  height: 36px;
  width: 130px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .logo img {
    height: 36px;
    width: 130px;
  }
}
.header-new-v2.developers .btn-menu-toggle {
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .menu-new {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .menu-new .menu-item {
    padding-left: 28px;
    padding-right: 28px;
    white-space: nowrap;
  }
  .header-new-v2.developers .menu-new .menu-item:first-child {
    margin-left: auto;
  }
  .header-new-v2.developers .menu-new .menu-item.menu-item-actions {
    margin-left: auto;
    padding-right: 16px;
  }
  .header-new-v2.developers .menu-new .menu-item.menu-item-actions a {
    height: 40px;
    color: #000000;
    border-color: #000000;
  }
  .header-new-v2.developers .menu-new .menu-item.menu-item-actions a:hover,
  .header-new-v2.developers .menu-new .menu-item.menu-item-actions a:active {
    border-color: #6889e2;
  }
}
.header-new-v2.unlogged.search-mode .search {
  max-width: 508px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .menu-new {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2.unlogged .menu-new {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.unlogged .menu-new {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .menu-new .menu-item {
    margin-left: 16px;
  }
  .header-new-v2.unlogged .menu-new .menu-item > a {
    white-space: nowrap;
  }
}
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .menu-new .menu-item.menu-item-actions {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    height: auto;
    padding-left: 24px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions .button.secondary {
  color: #000000;
  border-color: #000000;
}
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions .button.secondary:hover,
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions .button.secondary:active {
  color: #6889e2;
  border-color: #6889e2;
}
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions .button + .button {
  margin-left: 8px;
}
.header-new-v2.unlogged .search {
  max-width: 294px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features {
    width: 910px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0 32px 32px;
    left: -342px;
  }
  .header-new-v2.unlogged .submenu-new.features:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-00.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.unlogged .submenu-new.features {
    left: -280px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .submenu-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .item,
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .item {
    padding-top: 8px;
  }
}
.header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .col-title + .items,
.header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .col-title + .items {
  margin-top: -8px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-01.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-02.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-03.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-04.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-05.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .col-title {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-06.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-07.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-08.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-09.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-10.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:last-child .item {
    margin-top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-spotify.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-youtube.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-airplay.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-instagram.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-tiktok.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(6):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-beatport.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(7):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-facebook.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(8):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-shazam.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(9):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-soundcloud.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col.has-border {
    border-left: 1px solid #e8eced;
  }
}
.header-new-v2.unlogged .submenu-new.features .col .button.tertiary {
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col .button.tertiary {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.use-cases {
    width: 736px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: -318px;
  }
  .header-new-v2.unlogged .submenu-new.use-cases:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-00.webp');
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2.unlogged .submenu-new.use-cases {
    left: -218px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-01.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-02.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-03.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-04.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-05.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new .has-gradient.active .submenu-link {
    position: relative;
    z-index: 1;
  }
  .header-new-v2.unlogged .submenu-new .has-gradient.active .submenu-link:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    bottom: 0;
    background-color: #f4f6f6;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-image: url('../images/svg/icon_arrow_forward-blue-roll.svg');
    background-size: 16px;
  }
}
.header-new-v2.unlogged .col-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  padding-bottom: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .col-title {
    padding: 32px 0 12px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .submenu-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-link {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .side-content {
    display: none;
  }
}
.header-new-v2.unlogged .bubble {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  background-color: #eef0fb;
  padding: 24px 32px;
  margin-top: 8px;
}
.header-new-v2.unlogged .bubble h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.header-new-v2.unlogged .bubble p {
  margin: 0;
  padding: 8px 0 0 0;
}
.header-new-v2.unlogged .bubble .actions {
  padding-top: 24px;
}
.header-new-v2.header-trending-tracks.black {
  background-color: #000000;
  height: 52px;
  min-height: 52px;
}
.header-new-v2.header-trending-tracks.black .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.header-new-v2.header-trending-tracks.black .logo {
  min-width: 230px;
}
.header-new-v2.header-trending-tracks.black .logo img {
  width: 230px;
}
.header-new-v2.header-trending-tracks.black .logo span {
  display: none;
}
.header-new-v2.header-trending-tracks.black .logo span:before {
  display: none;
}
.header-new-v2.header-trending-tracks.black .btn-log-out {
  margin-right: 0;
  margin-left: 0;
}
.header-new-v2.header-trending-tracks .page {
  max-width: none;
  height: 52px;
  min-height: 52px;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.header-trending-tracks .page {
    padding-left: 16px;
  }
}
.header-new-v2.header-trending-tracks .logo {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  width: auto;
  height: 36px;
  float: left;
}
.header-new-v2.header-trending-tracks .logo img {
  width: 130px;
  height: 36px;
  vertical-align: middle;
  margin-right: 4px;
}
.header-new-v2.header-trending-tracks .logo span {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header-new-v2.header-trending-tracks .logo sup {
  border-radius: 99px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 12px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #707580;
  padding: 0 4px;
  top: 2px;
}
.header-new-v2.header-trending-tracks .btn-log-out {
  font-weight: 600;
  margin-left: auto;
  white-space: nowrap;
  margin-right: 8px;
  display: inline-block;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.header-trending-tracks .btn-log-out {
    margin-right: 16px;
  }
}
.header-new-v2.header-instantmatch.black {
  background-color: #000000;
  height: 52px;
  min-height: 52px;
}
.header-new-v2.header-instantmatch.black .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.header-new-v2.header-instantmatch.black .logo {
  min-width: unset;
  width: unset;
  color: #ffffff;
}
.header-new-v2.header-instantmatch.black .logo img {
  width: unset;
}
.header-new-v2.header-instantmatch.black .btn-log-out {
  margin-right: 0;
  margin-left: 0;
}
.header-new-v2.header-instantmatch .page {
  max-width: none;
  height: 52px;
  min-height: 52px;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.header-instantmatch .page {
    padding-left: 16px;
  }
}
.header-new-v2.header-instantmatch .logo {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  width: auto;
  height: 36px;
  float: left;
}
.header-new-v2.header-instantmatch .logo img {
  width: 130px;
  height: 36px;
  vertical-align: middle;
  margin-right: 4px;
}
.header-new-v2.header-instantmatch .logo span {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header-new-v2.header-instantmatch .logo sup {
  border-radius: 99px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 12px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #707580;
  padding: 0 4px;
  top: 2px;
}
.header-new-v2.header-instantmatch .btn-log-out {
  font-weight: 600;
  margin-left: auto;
  white-space: nowrap;
  margin-right: 8px;
  display: inline-block;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.header-instantmatch .btn-log-out {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.company-landing .page {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1471px) {
  .header-new-v2.company-landing .page {
    padding-left: 96px;
  }
}
.header-new-v2.logo-only {
  width: 48px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in.alt-artist-analytics.black .menu-new {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.logged-in.alt-artist-analytics.black .menu-new .menu-item > a {
    white-space: nowrap;
  }
}
.header-new-v2.logged-in.alt-artist-analytics .entity-switcher .selected-entity .title {
  max-width: 180px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features {
    width: 910px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0 24px 32px;
    left: -342px;
  }
  .header-new-v2.logged-in .submenu-new.features:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-00.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.logged-in .submenu-new.features {
    left: -280px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .submenu-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .item,
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .item {
    padding-top: 8px;
  }
}
.header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .col-title + .items,
.header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .col-title + .items {
  margin-top: -8px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-01.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-02.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-03.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-04.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-05.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .col-title {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-06.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-07.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-08.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-09.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-10.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:last-child .item {
    margin-top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-spotify.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-youtube.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-airplay.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-instagram.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-tiktok.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(6):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-beatport.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(7):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-facebook.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(8):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-shazam.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(9):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-soundcloud.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col.has-border {
    border-left: 1px solid #e8eced;
  }
}
.header-new-v2.logged-in .submenu-new.features .col .button.tertiary {
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col .button.tertiary {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.use-cases {
    width: 736px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: -318px;
  }
  .header-new-v2.logged-in .submenu-new.use-cases:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-00.webp');
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2.logged-in .submenu-new.use-cases {
    left: -218px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-01.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-02.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-03.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-04.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-05.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new .has-gradient.active .submenu-link {
    position: relative;
    z-index: 1;
  }
  .header-new-v2.logged-in .submenu-new .has-gradient.active .submenu-link:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    bottom: 0;
    background-color: #f4f6f6;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-image: url('../images/svg/icon_arrow_forward-blue-roll.svg');
    background-size: 16px;
  }
}
.header-new-v2.logged-in .col-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  padding-bottom: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .col-title {
    padding: 32px 0 12px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .submenu-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-link {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .side-content {
    display: none;
  }
}
.header-new-v2.logged-in .bubble {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
  line-height: 24px;
  background-color: #eef0fb;
  padding: 24px 32px;
  margin-top: 8px;
}
.header-new-v2.logged-in .bubble h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.header-new-v2.logged-in .bubble p {
  margin: 0;
  padding: 8px 0 0 0;
}
.header-new-v2.logged-in .bubble .actions {
  padding-top: 24px;
}
.header-new-v2.logged-in .logo {
  /*@media @bp_768_max {
				height: 48px;
				width: 48px;
				min-width: 48px;
			}*/
}
.header-new-v2.logged-in .menu-wrapper .menu > .menu-item.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-new-v2.logged-in .header-entity-switcher .selected-entity {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .header-entity-switcher .selected-entity {
    margin-top: 3px;
  }
}
.header-new-v2.search-mode {
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  background-color: #f4f6f6;
}
.header-new-v2.search-mode .logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  width: 36px;
  min-width: 36px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .logo.logo-with-switcher {
    width: 36px;
    min-width: 36px;
  }
}
.header-new-v2.search-mode .header-entity-switcher {
  margin-right: 12px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .header-entity-switcher {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
  }
}
.header-new-v2.search-mode .login-nav {
  background-color: #F6F6F6;
}
.header-new-v2.search-mode .search {
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .search {
    max-width: 508px;
  }
}
.header-new-v2.search-mode .search .header-search-input {
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #000000;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .search .header-search-input {
    padding: 16px 12px 16px 40px;
    max-width: 508px;
  }
}
.header-new-v2.search-mode .search .btn-back-from-search {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .menu-wrapper {
    padding-left: 24px;
  }
}
.header-new-v2.search-mode .menu-wrapper .menu > .menu-item.home,
.header-new-v2.search-mode .menu-wrapper .menu > .menu-item.system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .menu-wrapper .menu > .menu-item.home {
    width: 30px;
    overflow: hidden;
    padding: 0 14px;
  }
}
.header-new-v2.close-submenu {
  pointer-events: none;
  cursor: default;
}
.header-new-v2.close-submenu .submenu,
.header-new-v2.close-submenu .submenu-new {
  display: none !important;
}
.header-new-v2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-new-v2.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.header-new-v2.transparent {
  background-color: transparent;
}
.header-new-v2.shadow {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.white {
    min-height: 52px;
    height: 52px;
  }
  .header-new-v2.white.search-mode {
    /*.navigation-primary {
					margin-left: -135px;
				}

				.header-entity-switcher {
					width: auto;
					margin-right: 12px;
				}*/
  }
  .header-new-v2.white.search-mode .search {
    margin-left: 0;
  }
  .header-new-v2.white.search-mode .search .header-search-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-new-v2.white.search-mode .logo {
    width: 36px;
    min-width: 36px;
  }
  .header-new-v2.white .page {
    min-height: 52px;
  }
  .header-new-v2.white .logo {
    height: 36px;
    width: 130px;
    min-width: 130px;
  }
  .header-new-v2.white .logo img {
    height: 36px;
    width: 130px;
    min-width: 130px;
  }
  .header-new-v2.white .search {
    margin-left: 24px;
  }
  .header-new-v2.white .search .header-search-input {
    padding: 7px 12px 7px 40px;
    background-image: url('../images/svg/search.svg');
  }
  .header-new-v2.white .search .btn-back-from-search {
    height: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.black {
    background-color: #000000;
    color: #ffffff;
    min-height: 52px;
    height: 52px;
  }
  .header-new-v2.black.search-mode {
    /*.navigation-primary {
					margin-left: -135px;
				}

				.header-entity-switcher {
					width: auto;
					margin-right: 12px;
				}*/
  }
  .header-new-v2.black.search-mode .search {
    max-width: 508px;
    margin-left: 0;
  }
  .header-new-v2.black.search-mode .search .header-search-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-new-v2.black.search-mode .logo {
    width: 36px;
    min-width: 36px;
  }
  .header-new-v2.black .page {
    min-height: 52px;
  }
  .header-new-v2.black .logo {
    height: 36px;
    width: 130px;
    min-width: 130px;
  }
  .header-new-v2.black .logo img {
    height: 36px;
    width: 130px;
    min-width: 130px;
  }
  .header-new-v2.black .search {
    max-width: 374px;
    margin-left: 24px;
  }
  .header-new-v2.black .search .header-search-input {
    padding: 7px 12px 7px 40px;
    background-image: url('../images/svg/search.svg');
  }
  .header-new-v2.black .search .btn-back-from-search {
    height: 52px;
    -webkit-filter: brightness(4);
            filter: brightness(4);
    background-color: transparent;
  }
  .header-new-v2.black .menu-new .menu-item.has-submenu:hover > a {
    background-image: url(../images/svg/chevron-up-white.svg);
  }
  .header-new-v2.black .menu-new .menu-item.has-submenu > a {
    background-image: url(../images/svg/chevron-down-white.svg);
  }
  .header-new-v2.black .menu-new .menu-item.has-submenu > a:hover {
    background-image: url(../images/svg/chevron-up-blue-roll.svg);
  }
  .header-new-v2.black .menu-new .menu-item.has-submenu > a:hover:before {
    background-color: rgba(255, 255, 255, 0.12);
  }
  .header-new-v2.black .menu-new .menu-item.menu-item-home > a {
    background-image: url(../images/svg/icon-home-white.svg);
  }
  .header-new-v2.black .menu-new .menu-item.menu-item-more > a:after {
    background-image: url(../images/svg/icon-nav-more-white.svg);
  }
  .header-new-v2.black .menu-new .menu-item > a {
    color: #ffffff;
  }
  .header-new-v2.black .submenu-new {
    width: 414px;
    padding-bottom: 32px;
  }
  .header-new-v2.black .submenu-new .submenu-list > .item.has-border {
    padding-top: 16px;
    margin-top: 16px;
  }
  .header-new-v2.black .sub-status {
    margin-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-new-v2.black .sub-status .button strong {
    padding: 0 4px;
    font-weight: 500;
  }
  .header-new-v2.black .sub-status .tertiary {
    color: #ffffff;
  }
  .header-new-v2.black .sub-status .tertiary:hover {
    color: #6889e2;
  }
  .header-new-v2.black .profile .expand-profile {
    height: 52px;
  }
  .header-new-v2.black .profile .expand-profile:hover span:before {
    background-color: rgba(255, 255, 255, 0.12);
  }
  .header-new-v2.black .profile .expand-profile span {
    background-image: url('../images/svg/icon-settings-white.svg');
  }
  .header-new-v2.black .subscription-status strong {
    color: #ffffff;
  }
  .header-new-v2.black .header-entity-switcher .selected-entity {
    background-image: url('../images/svg/chevron-down-white.svg');
  }
  .header-new-v2.black .header-entity-switcher.open .selected-entity {
    background-image: url('../images/svg/chevron-up-white.svg');
  }
  .header-new-v2.black .header-entity-switcher:before {
    background-color: #ffffff;
  }
}
.header-new-v2.black .btn-platform-status {
  background-image: url('../images/svg/megaphone-white.svg');
}
.header-new-v2.black .btn-platform-status:hover,
.header-new-v2.black .btn-platform-status:active {
  background-image: url('../images/svg/megaphone-blue-roll.svg');
}
.header-new-v2.black .btn-platform-status:hover:after,
.header-new-v2.black .btn-platform-status:active:after {
  background-color: rgba(255, 255, 255, 0.12);
}
.header-new-v2.black .btn-platform-help {
  background-image: url('../images/svg/icon-help-white.svg');
}
.header-new-v2.black .btn-platform-help:hover,
.header-new-v2.black .btn-platform-help:active {
  background-image: url('../images/svg/icon-help-blue.svg');
}
.header-new-v2.black .btn-platform-help:hover:after,
.header-new-v2.black .btn-platform-help:active:after {
  background-color: rgba(255, 255, 255, 0.12);
}
.header-new-v2.artist {
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist {
    color: #ffffff;
  }
}
.header-new-v2.artist.black .btn-menu-toggle:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('../images/svg/icon-nav-hamburger-white.svg');
  background-size: 24px;
  background-repeat: no-repeat;
}
.header-new-v2.artist.black .btn-menu-toggle img {
  display: none;
}
.header-new-v2.artist.black .menu-new .menu-item > a {
  white-space: nowrap;
}
.header-new-v2.artist.unlogged .menu-new .menu-item.menu-item-actions .button.secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.header-new-v2.artist.unlogged .menu-new .menu-item.menu-item-actions .button.secondary:hover,
.header-new-v2.artist.unlogged .menu-new .menu-item.menu-item-actions .button.secondary:active {
  color: #6889e2;
  border-color: #6889e2;
}
.header-new-v2.artist.unlogged .menu-new .menu-item.menu-item-actions .button + .button {
  margin-left: 8px;
}
.header-new-v2.artist.search-mode .logo {
  width: 30px;
  min-width: 30px;
}
.header-new-v2.artist.search-mode .logo img {
  width: 48px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .menu-new .menu-item {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.artist .menu-new .menu-item {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .submenu-new.resources {
    padding: 24px 32px 20px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .submenu-new.features {
    width: 356px;
    left: 0px;
    padding: 24px 0 20px 32px;
  }
  .header-new-v2.artist .submenu-new.features:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-00.webp');
  }
}
.header-new-v2.artist .submenu-new.features .col {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-01.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-02.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-03.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-04.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-05.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(6):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-06.webp');
  }
}
.header-new-v2.artist .logo {
  height: 36px;
  width: 130px;
  min-width: 130px;
}
.header-new-v2.artist .logo img {
  height: 36px;
  width: 130px;
  max-width: none;
}
.header-new-v2.artist .resource-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-new-v2.artist .resource-thumb {
  width: 56px;
  height: 40px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .header-new-v2.artist .search {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .search {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.artist .search {
    max-width: 294px;
  }
}
.header-new-v2.artist .search .header-search-input {
  height: 40px;
}
.header-new-v2.artist .header-entity-switcher {
  color: #ffffff;
  gap: 0 12px;
  height: 54px;
  background-image: url('../images/svg/chevron-down-white.svg');
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .header-entity-switcher {
    gap: 0 16px;
  }
}
.header-new-v2.artist .header-entity-switcher.static {
  background-image: none;
}
.header-new-v2.artist .header-entity-switcher.open {
  background-image: url('../images/svg/chevron-up-white.svg');
}
.header-new-v2.artist .header-entity-switcher:before {
  background-color: #ffffff;
}
.header-new-v2.artist-public .search {
  max-width: 400px;
}
.header-new-v2.landing-white {
  min-height: 64px;
  height: 64px;
}
.header-new-v2.landing-white .header-entity-switcher:before {
  background-color: #000000;
}
.header-new-v2.full-width {
  min-height: 44px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.full-width {
    height: 44px;
    min-height: 44px;
  }
}
.header-new-v2.full-width .page {
  max-width: unset;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.full-width .search {
    max-width: 408px;
  }
}
.header-new-v2 .platform-status {
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}
.header-new-v2 .platform-help {
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}
.header-new-v2 .page {
  position: relative;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1472px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  min-height: 52px;
}
@media only screen and (min-width: 1471px) {
  .header-new-v2 .page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header-new-v2 a {
  color: #000000;
}
.header-new-v2 .logo {
  font-size: 0px;
  font-size: 0rem;
  height: 36px;
  width: 36px;
  min-width: 36px;
  overflow: hidden;
  display: inline-block;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .logo {
    position: static;
    width: 130px;
    min-width: 130px;
  }
}
.header-new-v2 .logo.full-width {
  width: 130px;
}
.header-new-v2 .logo img {
  height: 36px;
  width: 130px;
  max-width: none;
}
.header-new-v2 .header-entity-switcher {
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0 12px;
  padding-left: 8px;
  cursor: pointer;
  height: 54px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .header-entity-switcher {
    height: 46px;
  }
}
.header-new-v2 .header-entity-switcher.v2 .entity-option label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-new-v2 .header-entity-switcher.open .selected-entity {
  background-image: url('../images/svg/chevron-up.svg');
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .header-entity-switcher.open .selected-entity {
    background-image: url('../images/svg/chevron-up-white.svg');
  }
}
.header-new-v2 .header-entity-switcher.open .results {
  display: block;
}
.header-new-v2 .header-entity-switcher.static .selected-entity {
  background-image: none;
  padding-right: 0;
}
.header-new-v2 .header-entity-switcher .selected-entity {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 300;
  padding-right: 15px;
  margin-top: 3px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url('../images/svg/chevron-down.svg');
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .header-entity-switcher .selected-entity {
    font-size: 16px;
    font-size: 1.6rem;
    background-image: url('../images/svg/chevron-down-white.svg');
    margin-top: 4px;
  }
}
.header-new-v2 .header-entity-switcher .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-new-v2 .header-entity-switcher .logo-description {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  margin: 0;
  padding: 0;
  white-space: wrap;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .header-new-v2 .header-entity-switcher .logo-description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header-new-v2 .header-entity-switcher .label-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  padding: 0 0 16px 16px;
}
.header-new-v2 .header-entity-switcher .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: -48px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 16px;
  width: 375px;
  max-width: 375px;
}
@media only screen and (min-width: 768px) {
  .header-new-v2 .header-entity-switcher .results {
    width: 420px;
    max-width: 420px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .header-entity-switcher .results {
    left: -130px;
  }
}
.header-new-v2 .header-entity-switcher .result-item {
  border-radius: 4px;
  padding: 8px 16px;
}
.header-new-v2 .header-entity-switcher .result-item + .result-item {
  margin-top: 8px;
}
.header-new-v2 .header-entity-switcher .result-item.selected {
  background-color: #e8eced;
}
.header-new-v2 .header-entity-switcher .result-item:hover,
.header-new-v2 .header-entity-switcher .result-item:active {
  background-color: #f4f6f6;
}
.header-new-v2 .header-entity-switcher .entity-option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.header-new-v2 .header-entity-switcher .entity-option img {
  height: 32px;
}
.header-new-v2 .header-entity-switcher .entity-option span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  font-weight: 300;
  display: inline-block;
  white-space: nowrap;
  padding-left: 8px;
  margin-top: 1px;
}
.header-new-v2 .header-entity-switcher .entity-option label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 32px;
}
.header-new-v2 .header-entity-switcher .entity-option label:before,
.header-new-v2 .header-entity-switcher .entity-option label:after {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}
.header-new-v2 .entity-switcher {
  position: relative;
  border-radius: 4px;
  background-image: url('../images/svg/chevron-down.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  margin-left: 8px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .entity-switcher {
    background-image: url('../images/svg/chevron-down-white.svg');
  }
}
.header-new-v2 .entity-switcher.single {
  background-image: none;
}
.header-new-v2 .entity-switcher.single:hover,
.header-new-v2 .entity-switcher.single:active {
  background-image: none;
}
.header-new-v2 .entity-switcher.single .selected-entity .entity {
  padding-right: 6px;
}
.header-new-v2 .entity-switcher:hover,
.header-new-v2 .entity-switcher:active {
  background-image: url('../images/svg/chevron-up-blue-roll.svg');
  background-color: #1F1F1F;
}
.header-new-v2 .entity-switcher:hover .selected-entity .entity,
.header-new-v2 .entity-switcher:active .selected-entity .entity {
  background-color: transparent;
}
.header-new-v2 .entity-switcher:hover .selected-entity .title,
.header-new-v2 .entity-switcher:active .selected-entity .title {
  color: #6889e2;
}
.header-new-v2 .entity-switcher:hover .available-artists,
.header-new-v2 .entity-switcher:active .available-artists {
  display: block;
}
.header-new-v2 .entity-switcher .selected-entity .entity {
  gap: 8px;
  padding: 6px 28px 6px 12px;
}
.header-new-v2 .entity-switcher .selected-entity .title {
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 75px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .entity-switcher .selected-entity .title {
    color: #ffffff;
  }
}
.header-new-v2 .entity-switcher .available-artists {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 288px;
  max-width: 288px;
  padding: 12px 16px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 4px;
}
.header-new-v2 .entity-switcher .available-artists::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
  margin-right: 4px;
}
.header-new-v2 .entity-switcher .available-artists::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
  margin-right: 4px;
}
.header-new-v2 .entity-switcher .available-artists::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
  margin-right: 4px;
}
.header-new-v2 .entity-switcher .actions {
  text-align: center;
  padding-top: 24px;
}
.header-new-v2 .entity-switcher .entity {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  color: #000000;
}
.header-new-v2 .entity-switcher .entity + .entity {
  margin-top: 8px;
}
.header-new-v2 .entity-switcher .entity.active {
  background-color: #e8eced;
}
.header-new-v2 .entity-switcher .entity.active:hover,
.header-new-v2 .entity-switcher .entity.active:active {
  background-color: #e8eced;
}
.header-new-v2 .entity-switcher .entity:hover,
.header-new-v2 .entity-switcher .entity:active {
  background-color: #f4f6f6;
}
.header-new-v2 .entity-switcher .entity.artist figure {
  border-radius: 50%;
}
.header-new-v2 .entity-switcher .entity figure {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-new-v2 .entity-switcher .entity .btn-editor {
  margin-left: auto;
}
.header-new-v2 .entity-switcher .title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 500;
}
.header-new-v2 .btn-menu-toggle {
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .btn-menu-toggle {
    display: none;
  }
}
.header-new-v2 .navigation-primary {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-new-v2 .navigation-primary.open .mobile-menu-blocker {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 3;
}
.header-new-v2 .navigation-primary.open .menu-wrapper {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.header-new-v2 .navigation-primary.open .menu-wrapper-new {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
}
.header-new-v2 .navigation-primary.open .btn-menu-toggle span {
  background-color: transparent;
}
.header-new-v2 .navigation-primary.open .btn-menu-toggle span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  top: 0px;
}
.header-new-v2 .navigation-primary.open .btn-menu-toggle span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
  bottom: 0px;
}
.header-new-v2 .navigation-primary.open .btn-menu-toggle span:before,
.header-new-v2 .navigation-primary.open .btn-menu-toggle span:after {
  width: 26px;
}
.header-new-v2 .mobile-menu-blocker {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: default;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .mobile-menu-blocker {
    display: none;
  }
}
.header-new-v2 .search {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .search {
    max-width: 408px;
  }
}
.header-new-v2 .search .header-search-input {
  border-radius: 4px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: transparent;
  border: 1px solid #f4f6f6;
  height: auto;
  line-height: normal;
  padding: 11px 12px 11px 40px;
  width: 100%;
  background-color: #f4f6f6;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-image: url('../images/svg/search-grey.svg');
  background-size: 16px;
  max-width: 408px;
}
.header-new-v2 .search .header-search-input:focus {
  border-color: #4e63ce;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .search .header-search-input {
    padding: 11px 12px 11px 40px;
  }
}
.header-new-v2 .search .btn-back-from-search {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  pointer-events: none;
  cursor: default;
  font-size: 0px;
  font-size: 0rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  z-index: 2;
  width: 50px;
  background-image: url('../images/svg/arrow-back-red.svg');
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .header-new-v2 .search .btn-back-from-search {
    height: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .search .btn-back-from-search {
    text-align: left;
    background-image: url('../images/svg/arrow-back-blue.svg');
    background-size: 10px;
    height: 52px;
  }
}
.header-new-v2 .search .btn-back-from-search img {
  display: none;
}
.header-new-v2 .search .home-link {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 600;
  display: none;
  text-transform: uppercase;
  margin-left: 14px;
  position: relative;
  min-height: 34px;
  background-image: url('../images/svg/icon-home.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header-new-v2 .search .home-link img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-new-v2 .search .home-link {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 0 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: left 10px center;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .search .home-link {
    display: none;
  }
}
.header-new-v2 .search .home-link:hover {
  color: #6889e2;
  background-image: url('../images/svg/icon-home-blue-roll.svg');
}
.header-new-v2 .search .home-link.active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 2px;
  left: 10px;
  right: 10px;
  background-color: #ff1e43;
}
.header-new-v2 .search .home-link img {
  margin-top: -2px;
  margin-right: 6px;
}
.header-new-v2 .menu-wrapper {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 0;
  background-color: #ffffff;
  padding: 50px 40px 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  display: none;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    top: auto;
    right: auto;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 0 0 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1299px) {
  .header-new-v2 .menu-wrapper {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2 .menu-wrapper .menu {
    margin: 0 -14px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu.v2 > .menu-item.home {
    display: none;
  }
}
.header-new-v2 .menu-wrapper .menu.v2 > .menu-item.home > a {
  background-image: url('../images/svg/icon-home.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left top 28px;
  padding-left: 22px;
}
.header-new-v2 .menu-wrapper .menu.v2 > .menu-item.home > a:hover {
  background-image: url('../images/svg/icon-home-blue-roll.svg');
}
.header-new-v2 .menu-wrapper .menu.v2 > .menu-item.home > a img {
  display: none;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li.active a {
  color: #000000;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li.active a:hover,
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li.active a:active {
  color: #000000;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li:first-child {
  padding-top: 0;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li:last-child {
  text-transform: none;
  padding-bottom: 0;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  color: #707580;
  letter-spacing: 2px;
  position: relative;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li a:hover,
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li a:active {
  color: #6889e2;
}
.header-new-v2 .menu-wrapper .menu > .menu-item {
  padding: 6px 0;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1299px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home {
    width: 30px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1279px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home {
    width: 98px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home:hover > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.home:hover > span {
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home:hover > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.home:hover > span:after {
    width: 100%;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.home img {
  margin-top: -2px;
  margin-right: 6px;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home img {
    display: none;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.home > a,
.header-new-v2 .menu-wrapper .menu > .menu-item.home > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.home > span {
    position: relative;
    cursor: pointer;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.home > span:after {
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ff1e43;
    bottom: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu.open .submenu {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover:before {
    cursor: default;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 5;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover > span {
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover > span:after {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu,
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
  font-size: 12px;
  font-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px;
  background-image: url('../images/svg/chevron-right-red.svg');
  display: block;
  padding: 0 20px 0 0;
  width: 140px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  width: 100%;
  line-height: 18px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
    display: none;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu {
  max-width: 125px;
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
  background-image: url('../images/svg/chevron-left-red.svg');
  background-position: left center;
  width: auto;
  padding: 8px 0 8px 20px;
  position: absolute;
  top: 0;
  left: 24px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu.my-vib {
    margin-top: 0;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > a,
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > span {
    position: relative;
    cursor: pointer;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    background: none;
    border-bottom: 2px solid transparent;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > span:after {
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ff1e43;
    bottom: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.active > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.active > span {
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.active > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.active > span:after {
    width: 100%;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.system {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.system {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    height: auto;
    padding-left: 24px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1471px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.system {
    padding-left: 48px;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.system .button + .button {
  margin-left: 8px;
}
.header-new-v2 .menu-wrapper .menu > .menu-item.system .btn-join {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.system .btn-join {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.mobile-only {
    display: none;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.mobile-only .subscription-status {
  margin-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.mobile-only .subscription-status {
    margin-top: 40px;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item > a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item > a {
    position: relative;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid transparent;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item > a.no-link {
  cursor: default;
}
.header-new-v2 .menu-wrapper .menu > .menu-item > a:not(.no-link):hover,
.header-new-v2 .menu-wrapper .menu > .menu-item > a:not(.no-link):active {
  color: #6889e2;
}
.header-new-v2 .menu-wrapper .menu > .menu-item > span {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.header-new-v2 .menu-wrapper .menu .sys-links {
  padding: 30px 0;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper .menu .sys-links {
    padding: 70px 0;
  }
}
.header-new-v2 .menu-wrapper .menu .sys-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 0;
}
.header-new-v2 .menu-wrapper .menu .profile-links {
  padding-top: 4px;
}
.header-new-v2 .menu-wrapper .menu .profile-link {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  padding-top: 18px;
}
.header-new-v2 .menu-wrapper .mobile-footer {
  max-width: 200px;
}
.header-new-v2 .menu-wrapper .mobile-footer .disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
}
.header-new-v2 .menu-wrapper .mobile-footer .copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #707580;
  padding-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper .mobile-footer .copyright {
    padding-top: 40px;
  }
}
.header-new-v2 .menu-wrapper .mobile-footer .copyright .links {
  display: block;
}
.header-new-v2 .menu-wrapper .mobile-footer a {
  color: #707580;
}
.header-new-v2 .menu-wrapper-new {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 0;
  background-color: #ffffff;
  padding: 50px 40px 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  display: none;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper-new {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-wrapper-new {
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    overflow-y: auto;
    height: auto;
    z-index: 4;
    width: 310px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper-new {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    top: auto;
    right: auto;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 0 0 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1299px) {
  .header-new-v2 .menu-wrapper-new {
    padding-left: 32px;
  }
}
.header-new-v2 .menu-wrapper-new .btn-close {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 32px;
  height: 32px;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper-new .btn-close {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new {
    width: 230px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2 .menu-new {
    margin: 0 -14px;
  }
}
.header-new-v2 .menu-new > .menu-item {
  padding: 4px 0;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-new > .menu-item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2 .menu-new > .menu-item {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .menu-new > .menu-item {
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1299px) {
  .header-new-v2 .menu-new > .menu-item {
    padding: 0 16px;
  }
}
.header-new-v2 .menu-new > .menu-item.home {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.home {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-new > .menu-item.home a {
  min-width: 24px;
  background-size: 24px;
  background-position: left center;
  padding: 0;
}
.header-new-v2 .menu-new > .menu-item.only-submenu {
  height: 0px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-border {
    border-top: 1px solid #E8ECED;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-submenu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-new > .menu-item.has-submenu.open .submenu-new {
  right: 0;
}
.header-new-v2 .menu-new > .menu-item.has-submenu:hover > a,
.header-new-v2 .menu-new > .menu-item.has-submenu:hover > span {
  background-image: url('../images/svg/chevron-up.svg');
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-submenu:hover .submenu-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-new > .menu-item.has-submenu > a,
.header-new-v2 .menu-new > .menu-item.has-submenu > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-submenu > a,
  .header-new-v2 .menu-new > .menu-item.has-submenu > span {
    position: relative;
    cursor: pointer;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    background: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px;
    background-image: url('../images/svg/chevron-down.svg');
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-submenu > a:hover,
  .header-new-v2 .menu-new > .menu-item.has-submenu > span:hover {
    background-image: url('../images/svg/chevron-down-blue.svg');
  }
  .header-new-v2 .menu-new > .menu-item.has-submenu > a:hover:before,
  .header-new-v2 .menu-new > .menu-item.has-submenu > span:hover:before {
    border-radius: 4px;
    background-color: #F4F6F6;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 6px;
    background-image: url('../images/svg/chevron-up-blue.svg');
    position: absolute;
    left: -12px;
    right: -12px;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    z-index: -1;
    content: "";
  }
}
.header-new-v2 .menu-new > .menu-item.active > a,
.header-new-v2 .menu-new > .menu-item.active > span {
  color: #4e63ce;
}
.header-new-v2 .menu-new > .menu-item.system {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.system {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    height: auto;
    padding-left: 24px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1471px) {
  .header-new-v2 .menu-new > .menu-item.system {
    padding-left: 48px;
  }
}
.header-new-v2 .menu-new > .menu-item.system .button + .button {
  margin-left: 8px;
}
.header-new-v2 .menu-new > .menu-item.system .btn-join {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.system .btn-join {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.mobile-only {
    display: none;
  }
}
.header-new-v2 .menu-new > .menu-item.mobile-only .subscription-status {
  margin-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-new > .menu-item.mobile-only .subscription-status {
    margin-top: 40px;
  }
}
.header-new-v2 .menu-new > .menu-item.desktop-only {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.desktop-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-new > .menu-item.mobile-hidden {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.mobile-hidden.mobile-show {
    display: block;
  }
}
.header-new-v2 .menu-new > .menu-item.menu-item-home {
  min-width: 24px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-home > a {
  font-size: 0px;
  font-size: 0rem;
  min-width: 24px;
  background-image: url('../images/svg/icon-home.svg');
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-new-v2 .menu-new > .menu-item.menu-item-home > a:hover,
.header-new-v2 .menu-new > .menu-item.menu-item-home > a:active {
  background-image: url('../images/svg/icon-home-blue-roll.svg');
}
.header-new-v2 .menu-new > .menu-item.menu-item-compare .submenu-new {
  width: 260px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-compare .submenu-link {
  padding: 2px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-compare .submenu-link-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more {
  min-width: 32px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more > a {
  font-size: 0px;
  font-size: 0rem;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more > a:after {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url('../images/svg/icon-nav-more.svg');
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.header-new-v2 .menu-new > .menu-item.menu-item-more > a:hover:after,
.header-new-v2 .menu-new > .menu-item.menu-item-more > a:active:after {
  background-image: url('../images/svg/icon-nav-more-blue-roll.svg');
}
.header-new-v2 .menu-new > .menu-item.menu-item-more .submenu-new {
  width: 414px;
  padding-bottom: 32px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more .submenu-new .submenu-list > .item.has-border {
  padding-top: 16px;
  margin-top: 16px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more .submenu-link-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.header-new-v2 .menu-new > .menu-item.menu-item-pitching .submenu-new {
  width: 414px;
  padding-bottom: 32px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-pitching .submenu-new .submenu-list > .item.has-border {
  padding-top: 16px;
  margin-top: 16px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-pitching .submenu-link-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu {
  font-size: 14px;
  font-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
  background-image: url('../images/svg/chevron-down.svg');
  display: block;
  padding: 8px 27px 8px 0;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #707580;
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu.active {
  background-image: url('../images/svg/chevron-up.svg');
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu.active span {
  display: none;
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu.active span + span {
  display: inline-block;
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu span + span {
  display: none;
}
.header-new-v2 .menu-new > .menu-item .btn-show-submenu,
.header-new-v2 .menu-new > .menu-item .btn-hide-submenu {
  font-size: 16px;
  font-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px;
  background-image: url('../images/svg/chevron-right.svg');
  display: block;
  padding: 8px 27px 8px 0;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item .btn-show-submenu,
  .header-new-v2 .menu-new > .menu-item .btn-hide-submenu {
    display: none;
  }
}
.header-new-v2 .menu-new > .menu-item .btn-hide-submenu {
  background-image: url('../images/svg/chevron-left.svg');
  background-position: left 4px center;
  width: auto;
  padding: 8px 0 8px 27px;
  margin-left: -28px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item .btn-show-submenu.my-vib {
    margin-top: 0;
  }
}
.header-new-v2 .menu-new > .menu-item > a {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item > a {
    padding: 8px 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item > a {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 14px;
  }
}
.header-new-v2 .menu-new > .menu-item > a.no-link {
  cursor: default;
}
.header-new-v2 .menu-new > .menu-item > a:not(.no-link):hover,
.header-new-v2 .menu-new > .menu-item > a:not(.no-link):active {
  color: #6889e2;
}
.header-new-v2 .menu-new > .menu-item > span {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item > span {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 0;
  }
}
.header-new-v2 .mobile-footer-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .mobile-footer-new {
    display: none;
  }
}
.header-new-v2 .mobile-footer-new .disclaimer {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  max-width: 180px;
}
.header-new-v2 .mobile-footer-new .disclaimer br {
  display: none;
}
.header-new-v2 .mobile-footer-new .btn + .btn {
  margin-left: 12px;
}
.header-new-v2 .mobile-footer-new .btn img {
  width: 24px;
  min-width: 24px;
}
.header-new-v2 .mobile-footer-new .mobile-sys {
  white-space: nowrap;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-new-v2 .mobile-footer-new .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-new-v2 .mobile-footer-new .login-signup-mobile {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
  font-weight: 500;
}
.header-new-v2 .mobile-footer-new .login-signup-mobile a {
  display: inline-block;
}
.header-new-v2 .mobile-footer-new .login-signup-mobile a + a {
  margin-top: 8px;
}
.header-new-v2 .submenu-new {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
  background-color: #ffffff;
  position: absolute;
  right: -110%;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 50px 40px 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .submenu-new {
    padding-top: 108px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .submenu-new {
    width: 310px;
    position: fixed;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-new {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    right: auto;
    bottom: auto;
    width: auto;
    top: 48px;
    z-index: 1;
    padding: 16px 28px;
    width: 392px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-new.open-left {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1399px) {
  .header-new-v2 .submenu-new.open-left {
    left: 0;
    right: auto;
  }
}
.header-new-v2 .submenu-new .submenu-list > .item {
  padding: 4px 0;
}
.header-new-v2 .submenu-new .submenu-list > .item.has-border {
  border-top: 1px solid #E8ECED;
}
.header-new-v2 .submenu-new .submenu-list > .item.soon .submenu-link {
  pointer-events: none;
  cursor: default;
  color: #d5dde0;
}
.header-new-v2 .submenu-new .submenu-list > .item.soon .submenu-link:after {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  background-color: #707580;
  color: #ffffff;
  text-transform: uppercase;
  height: 15px;
  max-height: 15px;
  position: relative;
  margin-left: 2px;
  margin-top: -3px;
  padding: 0 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "Soon";
}
.header-new-v2 .submenu-link {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 8px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link.icon-spotify .submenu-link-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url('../images/svg/spotify-color.svg');
    background-size: 24px;
  }
  .header-new-v2 .submenu-link.icon-apple-music .submenu-link-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url('../images/svg/apple-music-color.svg');
    background-size: 24px;
  }
  .header-new-v2 .submenu-link.icon-viberate .submenu-link-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url('../images/svg/viberate-color.svg');
    background-size: 24px;
  }
  .header-new-v2 .submenu-link.icon-youtube .submenu-link-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url('../images/svg/youtube-color.svg');
    background-size: 24px;
  }
  .header-new-v2 .submenu-link.icon-artists:hover .submenu-link-icon {
    background-image: url('../images/svg/001-artists-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-artists .submenu-link-icon {
    background-image: url('../images/svg/001-artists-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-tracks:hover .submenu-link-icon {
    background-image: url('../images/svg/002-tracks-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-tracks .submenu-link-icon {
    background-image: url('../images/svg/002-tracks-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-labels:hover .submenu-link-icon {
    background-image: url('../images/svg/003-labels-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-labels .submenu-link-icon {
    background-image: url('../images/svg/003-labels-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-playlists:hover .submenu-link-icon {
    background-image: url('../images/svg/004-playlists-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-playlists .submenu-link-icon {
    background-image: url('../images/svg/004-playlists-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-festivals:hover .submenu-link-icon {
    background-image: url('../images/svg/005-festivals-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-festivals .submenu-link-icon {
    background-image: url('../images/svg/005-festivals-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-venues:hover .submenu-link-icon {
    background-image: url('../images/svg/006-venues-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-venues .submenu-link-icon {
    background-image: url('../images/svg/006-venues-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-events:hover .submenu-link-icon {
    background-image: url('../images/svg/007-events-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-events .submenu-link-icon {
    background-image: url('../images/svg/007-events-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-genres:hover .submenu-link-icon {
    background-image: url('../images/svg/008-genres-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-genres .submenu-link-icon {
    background-image: url('../images/svg/008-genres-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-countries:hover .submenu-link-icon {
    background-image: url('../images/svg/009-countries-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-countries .submenu-link-icon {
    background-image: url('../images/svg/009-countries-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-chart {
    position: relative;
    margin-top: 8px;
  }
  .header-new-v2 .submenu-link.icon-chart:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: -8px;
    bottom: -8px;
    background-color: #e8eced;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
  }
  .header-new-v2 .submenu-link.icon-chart:hover:before {
    left: -12px;
    right: -12px;
    top: -8px;
    bottom: -8px;
    background-color: #eef0fb;
  }
  .header-new-v2 .submenu-link.icon-chart:hover .submenu-link-icon {
    background-image: url('../images/svg/010-chart-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-chart .submenu-link-icon {
    background-image: url('../images/svg/010-chart-normal.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link:hover,
  .header-new-v2 .submenu-link:active {
    position: relative;
    z-index: 1;
  }
  .header-new-v2 .submenu-link:hover span,
  .header-new-v2 .submenu-link:active span {
    color: #6889e2;
  }
  .header-new-v2 .submenu-link:hover:before,
  .header-new-v2 .submenu-link:active:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    bottom: 0;
    background-color: #f4f6f6;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-image: url('../images/svg/icon_arrow_forward-blue-roll.svg');
    background-size: 16px;
  }
}
.header-new-v2 .submenu-link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link div {
    min-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link span {
    font-weight: 500;
  }
}
.header-new-v2 .submenu-link p {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    display: block;
    margin: 0;
    padding: 0;
    color: #707580;
  }
}
.header-new-v2 .submenu-link .new-icon {
  pointer-events: none;
  cursor: default;
  position: relative;
  left: 0;
  margin: 0 0 8px 0;
}
.header-new-v2 .submenu-link-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 4px 16px 4px 4px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link-icon {
    margin-right: 18px;
  }
}
.header-new-v2 .submenu-link-icon.big {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: 0 12px 0 0;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link-icon.big {
    margin-right: 12px;
  }
}
.header-new-v2 .submenu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  right: -110%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .submenu {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    top: 100%;
    border-top: 1px solid #f4f6f6;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu:before {
    -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.35);
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    height: 10px;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    left: -2000px;
    right: -2000px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu:after {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    background-color: #ffffff;
    border-top: 1px solid #f4f6f6;
    z-index: -1;
    left: -2000px;
    right: -2000px;
  }
}
.header-new-v2 .submenu .featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .featured {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    max-width: 325px;
    width: 25%;
    padding: 0 24px;
    display: block;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .submenu .featured {
    width: 27%;
    padding: 0 46px 0 62px;
  }
}
.header-new-v2 .submenu .featured h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .featured h3 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 27px;
    padding-bottom: 0;
  }
}
.header-new-v2 .submenu .featured p {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .featured p {
    display: block;
  }
}
.header-new-v2 .submenu .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .features-list {
    font-size: 12px;
    font-size: 1.2rem;
    color: #707580;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 75%;
    line-height: 18px;
    margin: -24px 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .submenu .features-list {
    width: 73%;
  }
}
.header-new-v2 .submenu .features-list h4 {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.header-new-v2 .submenu .features-list h4.new {
  display: inline;
}
.header-new-v2 .submenu .features-list h4.new:after {
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  content: "New";
  margin-left: 2px;
  text-transform: uppercase;
  position: absolute;
  bottom: 7px;
  left: 100%;
  display: inline-block;
  padding: 2px 3px;
  line-height: 9px;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
}
.header-new-v2 .submenu .features-list h4 .new-icon,
.header-new-v2 .submenu .features-list h4 .locked-icon,
.header-new-v2 .submenu .features-list h4 .unlocked-icon {
  position: absolute;
  margin-top: -3px;
  bottom: 10px;
  left: 100%;
}
.header-new-v2 .submenu .features-list h4 .new-icon + .locked-icon,
.header-new-v2 .submenu .features-list h4 .new-icon + .unlocked-icon {
  margin-left: 12px;
}
.header-new-v2 .submenu .features-list a {
  color: #000000;
}
.header-new-v2 .submenu .features-list a:hover h4,
.header-new-v2 .submenu .features-list a:active h4 {
  color: #6889e2;
}
.header-new-v2 .submenu .features-list p {
  padding: 0;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .features-list p {
    display: block;
    padding-top: 4px;
    color: #707580;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}
.header-new-v2 .submenu .features-list .item {
  padding: 4px 0;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .submenu .features-list .item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .features-list .item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    padding: 24px 0 24px 24px;
  }
}
.header-new-v2 .submenu .features-list .item.divider {
  height: 30px;
}
.header-new-v2 .submenu .features-list .item.soon {
  pointer-events: none;
  cursor: default;
}
.header-new-v2 .submenu .features-list .item.soon h4 {
  cursor: default;
  color: #D5DDE0;
}
.header-new-v2 .submenu .features-list .item.soon h4:after {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  content: "Soon";
  text-transform: uppercase;
  position: absolute;
  left: 100%;
  top: -4px;
  margin-left: 2px;
  display: inline-block;
  padding: 2px;
  line-height: 1;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
}
.header-new-v2 .login-nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .login-nav {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    background-color: #ffffff;
    position: absolute;
    right: 0;
    left: 197px;
    text-align: right;
    z-index: 3;
    height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    padding-right: 24px;
  }
}
.header-new-v2 .login-nav.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 50px;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .login-nav.open {
    height: 74px;
  }
}
.header-new-v2 .login-nav .btn + .btn {
  margin-left: 20px;
}
.header-new-v2 .subscription-status {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .subscription-status {
    margin-right: 16px;
  }
}
.header-new-v2 .subscription-status.no-border {
  border: 0;
}
.header-new-v2 .subscription-status a {
  border-radius: 8px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e44561;
  height: 40px;
  margin: 0 -16px;
  padding: 0 16px;
}
.header-new-v2 .subscription-status a:hover > strong {
  color: #6889e2;
}
.header-new-v2 .subscription-status strong {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  display: block;
  font-weight: 500;
}
.header-new-v2 .subscription-status strong + small {
  padding-top: 4px;
}
.header-new-v2 .subscription-status small {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 8px;
  display: block;
  color: #707580;
}
.header-new-v2 .subscription-status small strong {
  line-height: 8px;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  display: inline;
}
.header-new-v2 .profile {
  display: none;
}
.header-new-v2 .profile.open .my-viberate-menu {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .profile {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    width: 200px;
    width: 24px;
    position: relative;
    background-repeat: repeat;
    background-size: 400px;
    background-position: center center;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000000;
    cursor: pointer;
  }
}
.header-new-v2 .profile:hover {
  /*&:before {

				@media @bp_1024 {
					.opacity(0);
					content: "";
					position: absolute;
					bottom: 0;
					right: -4px;
					width: 178px;
					height: 30px;
					z-index: 2;
				}
			}*/
}
.header-new-v2 .profile:hover .expand-profile {
  position: relative;
}
.header-new-v2 .profile:hover .expand-profile span {
  background-image: url('../images/svg/icon-settings-blue.svg');
}
.header-new-v2 .profile .expand-profile {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  height: 52px;
  z-index: 2;
}
.header-new-v2 .profile .expand-profile span {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/icon-settings.svg');
  background-size: 24px;
  position: relative;
}
.header-new-v2 .profile .expand-profile span:hover:before,
.header-new-v2 .profile .expand-profile span:active:before {
  content: "";
}
.header-new-v2 .profile .expand-profile span:before {
  border-radius: 4px;
  background-color: #F4F6F6;
  position: absolute;
  left: -12px;
  right: -12px;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .my-viberate-menu {
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: -4px;
    top: 52px;
    text-align: left;
    cursor: default;
    background-color: #ffffff;
    color: #000000;
    padding: 14px 32px;
    display: none;
    z-index: 1;
  }
}
.header-new-v2 .profile-menu-primary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.header-new-v2 .profile-menu-primary li {
  position: relative;
  padding: 10px 0;
}
.header-new-v2 .profile-menu-primary li a {
  font-weight: 500;
  display: block;
}
.header-new-v2 .profile-menu-primary li a:hover,
.header-new-v2 .profile-menu-primary li a:active {
  color: #6889e2;
}
.header-new-v2 .profile-menu-primary li a:hover:before,
.header-new-v2 .profile-menu-primary li a:active:before {
  border-radius: 4px;
  position: absolute;
  left: -16px;
  top: 0px;
  right: -16px;
  bottom: 0px;
  z-index: -1;
  content: "";
  background-color: #f4f6f6;
}
.header-new-v2 .profile-menu-primary .trial-days {
  color: #4e63ce;
}
.header-new-v2 .trending-menu-wrapper {
  height: 52px;
  max-height: 52px;
  margin: 0 auto 0 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-new-v2 .trending-menu-wrapper:before,
.header-new-v2 .trending-menu-wrapper:after {
  pointer-events: none;
  cursor: default;
  content: "";
  width: 16px;
  background-color: red;
  position: absolute;
  top: 0;
  bottom: 4px;
  z-index: 1;
}
.header-new-v2 .trending-menu-wrapper:before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.header-new-v2 .trending-menu-wrapper:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.header-new-v2 .trending-menu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  overflow-x: auto;
  height: 52px;
  max-height: 52px;
  margin: 0 auto;
  padding: 0 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-new-v2 .trending-menu::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.header-new-v2 .trending-menu::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #333;
}
.header-new-v2 .trending-menu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.header-new-v2 .trending-menu-button {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #ffffff;
  white-space: nowrap;
}
.header-new-v2 .trending-menu-button.channel:before {
  content: "";
}
.header-new-v2 .trending-menu-button.viberate.active:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.header-new-v2 .trending-menu-button.viberate:hover:before,
.header-new-v2 .trending-menu-button.viberate:active:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.header-new-v2 .trending-menu-button.viberate:before {
  background-image: url('../images/svg/viberate-w.svg');
}
.header-new-v2 .trending-menu-button.youtube.active:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.header-new-v2 .trending-menu-button.youtube:hover:before,
.header-new-v2 .trending-menu-button.youtube:active:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.header-new-v2 .trending-menu-button.youtube:before {
  background-image: url('../images/svg/youtube-white.svg');
}
.header-new-v2 .trending-menu-button.tiktok.active:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.header-new-v2 .trending-menu-button.tiktok:hover:before,
.header-new-v2 .trending-menu-button.tiktok:active:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.header-new-v2 .trending-menu-button.tiktok:before {
  background-image: url('../images/svg/tiktok-white.svg');
}
.header-new-v2 .trending-menu-button.spotify.active:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.header-new-v2 .trending-menu-button.spotify:hover:before,
.header-new-v2 .trending-menu-button.spotify:active:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.header-new-v2 .trending-menu-button.spotify:before {
  background-image: url('../images/svg/spotify-white.svg');
}
.header-new-v2 .trending-menu-button.active {
  background-color: #444;
}
.header-new-v2 .trending-menu-button:before {
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.header-new-v2 .btn-skip {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.header-new-v2 .btn-skip:hover,
.header-new-v2 .btn-skip:active {
  color: #6889e2;
  border-color: #6889e2;
}
.hamburger {
  -webkit-transition: all 500ms cubic-bezier(1, 0.01, 0.565, 0.94);
  transition: all 500ms cubic-bezier(1, 0.01, 0.565, 0.94);
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  z-index: 2;
}
.hamburger:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: none;
}
.hamburger article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ff1e43;
  padding: 100px 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .hamburger article {
    padding: 90px 0 90px 90px;
    margin-left: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .hamburger article {
    padding: 140px 0 70px 140px;
  }
}
.hamburger.initial {
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  z-index: -1;
}
.hamburger.initial.open {
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  left: 0;
}
.hamburger.initial.open:before {
  display: block;
  left: -400px;
}
.hamburger.open {
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  z-index: 2;
  left: 0;
}
.hamburger.open:before {
  -webkit-animation: fade-in 0.5s linear 0.5s forwards;
  animation: fade-in 0.5s linear 0.5s forwards;
  left: -400px;
  display: block;
}
.hamburger a {
  color: #ffffff;
}
.hamburger .btn-close {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .hamburger .btn-close {
    width: 40px;
    height: 40px;
    background-size: 40px;
    right: 40px;
    top: 40px;
  }
}
.hamburger .hamburger-menu-primary {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  font-weight: 500;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .hamburger .hamburger-menu-primary {
    font-size: 60px;
    font-size: 6rem;
    line-height: 66px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .hamburger .hamburger-menu-primary {
    font-size: 80px;
    font-size: 8rem;
    line-height: 86px;
  }
}
.hamburger .hamburger-menu-primary li {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .hamburger .hamburger-menu-primary li {
    padding: 10px 0;
  }
}
.hamburger .hamburger-menu-secondary {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .hamburger .hamburger-menu-secondary {
    padding-bottom: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
  }
}
.hamburger .hamburger-menu-secondary li {
  padding: 2px 0;
}
.hamburger .footnote {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
}
@media (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), (device-width: 414px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 2) {
  .hamburger .footnote {
    padding-bottom: 34px;
  }
}
@media (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .hamburger .footnote {
    padding-bottom: 34px;
  }
}
.hamburger .footnote span {
  display: none;
}
@media only screen and (min-width: 480px) {
  .hamburger .footnote span {
    display: inline-block;
  }
}
.hamburger .footnote a {
  display: block;
  float: left;
  clear: both;
}
@media only screen and (min-width: 480px) {
  .hamburger .footnote a {
    clear: none;
    float: none;
    display: inline-block;
  }
}
.hamburger .footnote a:hover {
  text-decoration: underline;
}
.main {
  position: relative;
}
.main.main-search {
  display: none;
}
.main.main-search.show {
  -webkit-animation: fade-in 0.3s linear 0s forwards;
  animation: fade-in 0.3s linear 0s forwards;
  display: block;
}
.main.main-search.show + .main,
.main.main-search.show + .header-artist-booking,
.main.main-search.show + .header-artist-booking + .main,
.main.main-search.show + .header-artist-top-tracks,
.main.main-search.show + .header-artist-top-tracks + .main {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*************** 1. Footer [.footer] ***************/
.footer-new {
  padding: 24px 0 0 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer-new {
    background-color: #000000;
    color: #D5DDE0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-new {
    display: block;
    background-color: #ffffff;
    padding: 48px 0 0 0;
    text-align: left;
    position: relative;
  }
}
.footer-new.show {
  display: block;
}
.footer-new.black {
  background-color: #000000;
  color: #D5DDE0;
}
@media only screen and (max-width: 767px) {
  .footer-new.black {
    padding-bottom: 24px;
  }
}
.footer-new.black .footer-menu a {
  color: #D5DDE0;
  font-weight: 300;
}
.footer-new.black .footer-menu a:hover,
.footer-new.black .footer-menu a:active {
  color: #6889e2;
}
.footer-new.black a.social-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.footer-new.black .footnote {
  background-color: #000000;
  color: #ffffff;
}
.footer-new.black .footnote a {
  color: #ffffff;
}
.footer-new.fluid .grid {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer-new.fluid .grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: none;
    gap: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-new.fluid .grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: none;
    gap: 32px;
  }
}
@media only screen and (min-width: 1199px) {
  .footer-new.fluid .grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: none;
    gap: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-new.fluid .grid-item {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-new.fluid .grid-item {
    width: 100%;
    max-width: 16.66%;
  }
}
.footer-new > .page {
  text-align: center;
}
.footer-new h4 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-new h4 {
    cursor: pointer;
    background-position: right top 21px;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url('../images/svg/icon-plus-disabled.svg');
  }
}
@media only screen and (min-width: 768px) {
  .footer-new h4 {
    position: relative;
    padding: 0 0 12px 0;
  }
}
.footer-new h4 .logo {
  margin-top: -4px;
}
.footer-new a {
  color: #ffffff;
}
.footer-new a:hover,
.footer-new a:active {
  color: #6889e2;
}
.footer-new a.social-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  display: inline-block;
  margin-right: 24px;
  height: 16px;
  width: 16px;
}
@media only screen and (min-width: 768px) {
  .footer-new a.social-link {
    margin-right: 16px;
  }
}
.footer-new a.social-link:last-child {
  margin-right: 0;
}
.footer-new a.social-link:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-new .footer-menu {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .footer-new .footer-menu {
    display: none;
  }
}
.footer-new .footer-menu li {
  padding: 3px 0;
}
.footer-new .footer-menu a {
  color: #000000;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .footer-new .footer-menu a {
    color: #D5DDE0;
  }
}
.footer-new .footer-menu a:hover,
.footer-new .footer-menu a:active {
  color: #6889e2;
}
@media only screen and (max-width: 767px) {
  .footer-new .footer-menu img {
    height: 24px;
    width: auto;
  }
}
.footer-new .grid {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .footer-new .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    gap: 32px;
  }
}
.footer-new .grid-item {
  position: relative;
  /*&:last-child {

			@media @bp_768_max {
				border-bottom: 0;
				display: flex;
				align-items: center;
				justify-content: space-between;

				h4 {
					background: none;
				}

				.footer-menu {
					display: inline-block;
					line-height: 1;
				}
			}
		}*/
}
@media only screen and (max-width: 767px) {
  .footer-new .grid-item.open h4 {
    padding-bottom: 5px;
    background-image: url('../images/svg/minus-white.svg');
  }
  .footer-new .grid-item.open .footer-menu {
    display: block;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-new .grid-item {
    border-bottom: 1px solid #707580;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-new .grid-item {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-new .grid-item .logo {
    height: 40px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-new .grid-item .logo {
    margin-top: -4px;
    margin-bottom: 16px;
  }
}
.footer-new .grid-item .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-new .grid-item .socials {
    position: absolute;
    text-align: right;
    right: 0;
    -webkit-transform: translate(0, 18px);
    transform: translate(0, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .footer-new .grid-item .socials {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-new .grid-item:last-child {
    margin-bottom: 82px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-new .grid-item:first-child h4 {
    display: none;
  }
}
.footer-new .footnote {
  font-size: 12px;
  font-size: 1.2rem;
  color: #7d7d7d;
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .footer-new .footnote {
    margin-top: 0;
  }
}
.footer-new .footnote a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #7d7d7d;
  display: inline-block;
  margin: 0 4px;
}
.footer-new .footnote a:hover,
.footer-new .footnote a:active {
  color: #6889e2;
}
.footer-new .footnote p {
  height: 50px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-new .footnote p {
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 792px;
    margin: 0 auto;
    height: auto;
    padding: 32px 0 16px 0;
  }
}
.footer-new .footnote br {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer-new .footnote br {
    display: none;
  }
}
.footer-new .footnote .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-new .footnote .tablet-forward {
    display: inline;
  }
}
.row {
  width: 100%;
  clear: both;
}
.row.center {
  text-align: center;
}
.row.right {
  text-align: right;
}
.row.left {
  text-align: left;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  display: none;
}
.modal.modal-black-friday.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.modal.modal-black-friday .modal-content {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 32px);
  max-height: 560px;
}
@media only screen and (min-width: 1024px) {
  .modal.modal-black-friday .modal-content {
    max-width: 960px;
  }
}
.modal.modal-black-friday .btn-close {
  background-size: 10px;
}
.modal.modal-black-friday .modal-header {
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.modal-black-friday .modal-header {
    padding-left: 24px;
  }
}
.modal.modal-black-friday .modal-header .logo {
  width: 155px;
}
.modal.modal-black-friday .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.modal-black-friday .modal-main {
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.modal-black-friday .modal-main {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.modal.modal-black-friday .modal-main .txt h2 {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 62px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .modal.modal-black-friday .modal-main .txt h2 {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 72px;
  }
}
.modal.modal-black-friday .modal-main .red {
  color: #ff1f43;
}
.modal.modal-black-friday .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .modal.modal-black-friday .actions {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 24px;
    max-width: 960px;
    max-height: 560px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.modal.modal-black-friday .actions p {
  margin: 0;
  padding: 0;
}
.modal.modal-black-friday .actions .btn-black-friday {
  background-color: #ffffff;
  border-radius: 8px;
  color: #000000;
  padding: 16px;
  white-space: nowrap;
}
.modal.modal-black-friday .actions .btn-black-friday:hover,
.modal.modal-black-friday .actions .btn-black-friday:active {
  background-color: #ff1f43;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .modal.mobile-fullscreen {
    padding: 0;
  }
  .modal.mobile-fullscreen .modal-content {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
}
.modal.best-offer-compare .modal-content {
  width: 98%;
  max-height: 320px;
}
@media only screen and (min-width: 360px) {
  .modal.best-offer-compare .modal-content {
    max-height: 288px;
    width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .modal.best-offer-compare .modal-content {
    max-width: 515px;
    max-height: 268px;
  }
}
.modal.best-offer-compare .page {
  padding: 8px;
}
@media only screen and (min-width: 360px) {
  .modal.best-offer-compare .page {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.best-offer-compare .page {
    padding: 32px;
  }
}
.modal.best-offer-compare h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.modal.best-offer-compare p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
  padding: 8px 0;
}
.modal.best-offer-compare .btn-close {
  background-size: 10px;
  top: 8px;
  right: 8px;
  z-index: 3;
}
.modal.best-offer-compare .best-offer-table {
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  border: 1px solid #e8eced;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media only screen and (min-width: 360px) {
  .modal.best-offer-compare .best-offer-table {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modal.best-offer-compare .best-offer-table .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #e8eced;
}
.modal.best-offer-compare .best-offer-table .col:first-child {
  border: 0;
  line-height: 32px;
}
.modal.best-offer-compare .best-offer-table .col:first-child .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.modal.best-offer-compare .best-offer-table .col:nth-child(2) {
  -webkit-box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.15);
}
.modal.best-offer-compare .best-offer-table .row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e8eced;
  min-height: 32px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.best-offer-compare .best-offer-table .row {
    padding: 0 16px;
  }
}
.modal.best-offer-compare .best-offer-table .row:first-child {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  min-height: 48px;
}
.modal.grey {
  background-color: #efefef;
}
.modal.edit-form:before,
.modal.add-form:before,
.modal.search-form:before,
.modal.onboarding-form:before,
.modal.modal-close:before {
  content: none;
}
.modal.edit-form .modal-content,
.modal.add-form .modal-content,
.modal.search-form .modal-content,
.modal.onboarding-form .modal-content,
.modal.modal-close .modal-content {
  max-width: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .modal.edit-form .modal-content,
  .modal.add-form .modal-content,
  .modal.search-form .modal-content,
  .modal.onboarding-form .modal-content,
  .modal.modal-close .modal-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.edit-form .modal-content,
  .modal.add-form .modal-content,
  .modal.search-form .modal-content,
  .modal.onboarding-form .modal-content,
  .modal.modal-close .modal-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .modal.edit-form .modal-content,
  .modal.add-form .modal-content,
  .modal.search-form .modal-content,
  .modal.onboarding-form .modal-content,
  .modal.modal-close .modal-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.modal.artist-detail-wide.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
@media only screen and (min-width: 768px) {
  .modal.artist-detail-wide .modal-content {
    max-width: 1210px;
  }
}
.modal.artist-detail-wide:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
.modal.artist-detail-wide .btn-close {
  background-size: 10px;
}
.modal.artist-detail-wide .pro-section {
  padding: 24px 0;
}
.modal.artist-detail-wide .modal-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.artist-detail-wide .modal-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.modal.artist-detail-wide .modal-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
@media only screen and (min-width: 1024px) {
  .modal.try-premium.alt-1 .modal-content {
    max-height: 540px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.try-premium .modal-content {
    max-width: 900px;
    max-height: 630px;
  }
}
.modal.try-premium .floater-v2 {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.try-premium .top-benefits {
    overflow-y: auto;
  }
}
.modal.try-premium .lead {
  font-weight: 500;
}
.modal.try-premium .actions.center {
  width: 100%;
  text-align: center;
  max-width: unset !important;
}
.modal.try-premium .actions .subtext {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding-top: 16px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h.alt-api-demo-access .col-1 {
    background-size: contain;
    background-image: url('../images/static/bg-modal-api-demo-access.webp');
    background-color: #d9d9d9;
  }
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h.alt-api-demo-access .actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.trial-48h .modal-content {
    max-width: 960px;
    max-height: 560px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h .modal-scroller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.trial-48h .col-1 {
  dispay: none;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h .col-1 {
    border-radius: 8px 0 0 8px;
    background-image: url('../images/static/bg-modal-trial-48h.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 300px;
    min-width: 300px;
  }
}
.modal.trial-48h .col-2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 32px;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h .col-2 {
    padding: 64px 16px 16px 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.modal.trial-48h h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 600;
  padding: 32px 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h h2 {
    padding-top: 40px;
  }
}
.modal.trial-48h p {
  padding: 8px 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h p {
    text-align: left;
  }
}
.modal.trial-48h p.small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  color: #707580;
  padding-top: 46px;
  padding-bottom: 0;
}
.modal.trial-48h .promo-code {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  color: #707580;
}
.modal.trial-48h .actions {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #d5dde0;
    padding-top: 16px;
    margin-top: auto;
    padding-left: 32px;
    margin-left: -32px;
    margin-right: -16px;
    padding-right: 16px;
    width: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.trial-48h .actions .button {
    width: 100%;
  }
}
.modal.trial-48h .logos {
  background-color: #ffffff;
  padding: 24px 0 0 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .modal.trial-48h .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.trial-48h .logos {
    padding: 24px 0 0 0;
  }
}
.modal.trial-48h .logos ul {
  -webkit-animation: logos-ani 20s linear infinite;
  animation: logos-ani 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .modal.trial-48h .logos ul {
    -webkit-animation: none;
    animation: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.trial-48h .logos ul {
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  .modal.trial-48h .logos ul:last-child {
    display: none;
  }
}
.modal.trial-48h .logos ul li {
  margin: 0 8px;
}
.modal.trial-48h .logos img {
  -webkit-filter: grayscale(1) contrast(100) brightness(1);
          filter: grayscale(1) contrast(100) brightness(1);
  max-height: 32px;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h-v2 .col-2 {
    padding-top: 96px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h-v2 h2 {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.modal.need-daily-refreshed-stats.alt-affiliate .col-1 {
  dispay: none;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats.alt-affiliate .col-1 {
    background-image: url('../images/static/bg-modal-affiliate.webp');
  }
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.need-daily-refreshed-stats .modal-content {
    max-width: 880px;
    max-height: 490px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .modal-scroller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.need-daily-refreshed-stats .col-1 {
  dispay: none;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .col-1 {
    border-radius: 8px 0 0 8px;
    background-image: url('../images/static/bg-modal-trial-48h.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 300px;
    min-width: 300px;
  }
}
.modal.need-daily-refreshed-stats .col-2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 32px;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .col-2 {
    padding: 64px 16px 16px 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.modal.need-daily-refreshed-stats .btn-close {
  background-size: 10px;
}
.modal.need-daily-refreshed-stats h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 600;
  padding: 0 0 16px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats h2 {
    text-align: left;
  }
}
.modal.need-daily-refreshed-stats p {
  padding: 8px 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats p {
    text-align: left;
  }
}
.modal.need-daily-refreshed-stats .actions {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-top: 1px solid #d5dde0;
    padding-top: 16px;
    margin-top: auto;
    padding-left: 32px;
    margin-left: -32px;
    margin-right: -16px;
    padding-right: 16px;
    width: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.need-daily-refreshed-stats .actions .button {
    width: 100%;
  }
}
.modal.need-daily-refreshed-stats .top-benefits {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: left;
  padding-top: 32px;
}
.modal.need-daily-refreshed-stats .top-benefits li {
  margin-top: 4px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  padding-left: 22px;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .top-benefits li {
    padding-left: 28px;
    background-size: 15px;
    margin-top: 6px;
    background-position: left top 6px;
  }
}
.modal.need-daily-refreshed-stats .top-benefits li:first-child {
  margin-top: 0;
}
.modal.need-daily-refreshed-stats .top-benefits strong {
  font-weight: bold;
}
.modal.need-daily-refreshed-stats .logos {
  background-color: #ffffff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
}
.modal.need-daily-refreshed-stats .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px 24px;
  padding-top: 12px;
}
.modal.need-daily-refreshed-stats .logos img {
  max-height: 32px;
}
.modal.need-daily-refreshed-stats .logos-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  color: #707580;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .modal.try-premium-artist-new .modal-content {
    max-width: 920px;
    max-height: 740px;
  }
}
.modal.try-premium-artist-new .floater-v2 {
  height: 100%;
  max-width: 920px;
}
@media only screen and (min-width: 768px) {
  .modal.try-premium-artist-new .top-benefits {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.try-premium-artist .modal-content {
    max-width: 768px;
    max-height: 650px;
  }
}
.modal.try-premium-artist .floater-v2 {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.try-premium-artist .top-benefits {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal.festival-lineup.open {
    display: none;
  }
}
.modal.festival-lineup.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
@media only screen and (min-width: 768px) {
  .modal.festival-lineup .modal-content {
    max-width: 1210px;
  }
}
.modal.festival-lineup:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
.modal.festival-lineup .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.festival-lineup .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.festival-lineup .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.festival-lineup .btn-close {
  background-size: 10px;
  top: 8px;
  right: 8px;
  z-index: 3;
}
.modal.festival-lineup .pro-section-header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.festival-lineup .pro-section {
  padding: 24px 0;
}
.modal.festival-lineup .pro-section.pro-section-lineup .entity-list-item-v2 {
  height: 72px;
}
.modal.festival-lineup .pro-section.pro-section-lineup .entity-list-item-v2 figure {
  width: 56px;
  height: 56px;
}
.modal.festival-lineup .pro-section.pro-section-lineup .entity-list-item-v2 article {
  padding-left: 72px;
}
.modal.festival-lineup .pro-section.pro-section-lineup .entity-list-item-v2 .column-secondary {
  padding-left: 72px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise.v2 .modal-content {
    max-height: 600px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.special-surprise.v2 .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.special-surprise.v2 .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.special-surprise.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.modal.special-surprise .page {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .modal-content {
    max-width: 900px;
  }
}
.modal.special-surprise:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
.modal.special-surprise .btn-close {
  background-size: 10px;
}
.modal.special-surprise .pro-section {
  padding: 24px 0;
}
.modal.special-surprise .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.special-surprise .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.special-surprise .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.special-surprise .special-surprise-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.modal.special-surprise .special-surprise-content.v2 figure {
  height: 250px;
  background-color: #E9ECED;
  background-image: url('../images/static/banner-gift.png');
  background-size: contain;
}
.modal.special-surprise .special-surprise-content.v2 figure.alt {
  background-image: url('../images/static/banner-gift-a.png');
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content.v2 figure {
    height: 100%;
    width: 45%;
    min-width: 45%;
    background-size: 120%;
  }
}
.modal.special-surprise .special-surprise-content figure {
  background-image: -webkit-linear-gradient(top, #f91a3e, #002f38);
  background-color: #002f38;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f91a3e), to(#002f38));
  background-image: linear-gradient(to bottom, #f91a3e, #002f38);
  background-repeat: repeat-x;
  height: 200px;
  background-image: url('../images/static/special-surprise-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content figure {
    max-width: 300px;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.special-surprise .special-surprise-content figure {
    max-width: 422px;
    min-width: 422px;
  }
}
.modal.special-surprise .special-surprise-content article {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content article {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.special-surprise .special-surprise-content article {
    padding: 56px;
  }
}
.modal.special-surprise .special-surprise-content article .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.special-surprise .special-surprise-content article .text p + p {
  margin-top: -10px;
  padding-top: 0;
}
.modal.special-surprise .special-surprise-content article strong {
  font-weight: 700;
}
.modal.special-surprise .special-surprise-content article .special-surprise-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content article .special-surprise-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.modal.special-surprise .special-surprise-content .top-benefits {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: left;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .top-benefits {
    padding-bottom: 24px;
  }
}
.modal.special-surprise .special-surprise-content .top-benefits li {
  margin-top: 4px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/icon-checkmark-green.svg');
  padding-left: 22px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .top-benefits li {
    padding-left: 28px;
    background-size: 15px;
    margin-top: 6px;
    background-position: left top 6px;
  }
}
.modal.special-surprise .special-surprise-content .top-benefits li:first-child {
  margin-top: 0;
}
.modal.special-surprise .special-surprise-content .top-benefits strong {
  font-weight: bold;
}
.modal.special-surprise .special-surprise-content .big {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding-top: 0;
  margin-top: 0;
}
.modal.special-surprise .special-surprise-content .ended {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: block;
  font-weight: 500;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .ended {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.modal.special-surprise .special-surprise-content .actions {
  padding: 16px 0 0 0;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 16px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .actions {
    position: static;
    text-align: left;
    margin: 0;
    padding: 20px 0 0 0;
  }
}
.modal.special-surprise .special-surprise-content .actions:before {
  content: "";
  position: absolute;
  top: -30px;
  height: 30px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.modal.special-surprise .special-surprise-content .btn-solid {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 24px;
  margin-top: 20px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .btn-solid {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.modal.special-surprise .cancel-subscription-content article .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
.modal.special-surprise .cancel-subscription-content article .text .special-surprise-title {
  padding-bottom: 16px;
}
.modal.special-surprise .cancel-subscription-content article .text ul li {
  list-style: disc;
  margin-left: 16px;
  padding: 2px 0 2px 8px;
}
.modal.special-surprise .cancel-subscription-content article .text h2 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.special-surprise .cancel-subscription-content article .text p + p {
  margin-top: unset;
  padding-top: unset;
}
.modal.special-surprise .special-offer-content article .text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: center;
}
.modal.special-surprise .special-offer-content article .text .special-surprise-title {
  padding-bottom: 24px;
}
.modal.special-surprise .special-offer-content article .text h2 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.special-surprise .special-offer-content article .text p + p {
  margin-top: unset;
  padding-top: unset;
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .special-offer-content article .text br {
    display: none;
  }
}
.modal.special-surprise .special-offer-content article .text img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal.special-surprise .special-offer-content article .actions {
  text-align: center;
}
.modal.special-surprise .verify-email-content .logo {
  width: 50px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .verify-email-content .logo {
    display: none;
  }
}
.modal.special-surprise .verify-email-content .logo img {
  min-width: 180px;
  width: 180px;
}
.modal.special-surprise .verify-email-content.v2 figure {
  background-image: url('../images/static/verify-email.jpg');
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .verify-email-content.v2 figure {
    pointer-events: none;
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 40px;
    right: 0;
    background-image: url('../images/static/verify-email-mobile.jpg');
    background-position: center bottom 60px;
    z-index: -1;
    height: auto;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .verify-email-content article {
    text-align: center;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .verify-email-content article .special-surprise-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.modal.special-surprise .verify-email-content article .text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
.modal.special-surprise .verify-email-content article h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}
.modal.special-surprise .verify-email-content article .special-surprise-title {
  padding-bottom: 40px;
}
.modal.special-surprise .verify-email-content article h2 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.special-surprise .verify-email-content .actions {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .verify-email-content .actions {
    background-color: transparent;
  }
  .modal.special-surprise .verify-email-content .actions:before {
    content: none;
  }
  .modal.special-surprise .verify-email-content .actions .button {
    width: 100%;
  }
}
.modal.cancellation-flow.giving-up .modal-content {
  max-width: 1112px;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow.giving-up .modal-content {
    max-height: 660px;
  }
}
.modal.cancellation-flow.adaptive.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.cancellation-flow.adaptive .modal-content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
  width: 100%;
}
.modal.cancellation-flow.adaptive .modal-scroller {
  position: static;
}
.modal.cancellation-flow.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background: #000000;
}
.modal.cancellation-flow .modal-main {
  border-radius: 8px;
}
.modal.cancellation-flow .btn-close {
  background-size: 10px;
}
.modal.cancellation-flow .modal-content {
  max-width: 880px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .modal-content {
    max-height: 640px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.cancellation-flow .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.cancellation-flow .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.cancellation-flow .page {
  padding: 0;
}
.modal.cancellation-flow .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.cancellation-flow .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.cancellation-flow .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.cancellation-flow .cancellation-flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .cancellation-flow-content {
    padding: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .cancellation-flow-content.giving-up {
    padding: 32px 40px;
  }
}
.modal.cancellation-flow .cancellation-flow-content.giving-up .actions {
  padding-top: 32px;
}
.modal.cancellation-flow .cancellation-flow-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 16px;
}
.modal.cancellation-flow .cancellation-flow-content h2 strong {
  font-weight: 500;
}
.modal.cancellation-flow .cancellation-flow-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .cancellation-flow-content .actions.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal.cancellation-flow .cancellation-flow-content p {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.cancellation-flow .cancellation-flow-content input[type="checkbox"].pro-custom-checkbox + label {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .cancellation-flow-content .give-up-grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.modal.cancellation-flow .cancellation-flow-content .give-up-grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d5dde0;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-header {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d5dde0;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-article {
  padding: 16px;
}
@media only screen and (min-width: 1024px) {
  .modal.cancellation-flow .cancellation-flow-content .give-up-box-article {
    padding: 24px;
  }
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-article h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 700;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-article p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-article p.missing {
  background-image: url('../images/svg/close-red.svg');
  background-repeat: no-repeat;
  background-position: left top 4px;
  background-size: 10px;
  padding-left: 26px;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.modal.cancel-flow.adaptive.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.cancel-flow.adaptive .modal-content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
}
.modal.cancel-flow.adaptive .modal-scroller {
  position: static;
}
.modal.cancel-flow.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background: #000000;
}
.modal.cancel-flow .btn-close {
  background-size: 10px;
}
.modal.cancel-flow .modal-content {
  max-width: 552px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.cancel-flow .modal-content {
    max-height: 600px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.cancel-flow .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.cancel-flow .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.cancel-flow .page {
  padding: 0;
}
.modal.cancel-flow .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.cancel-flow .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.cancel-flow .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.cancel-flow .cancel-flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.cancel-flow article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.cancel-flow article {
    padding: 32px;
  }
}
.modal.cancel-flow article .content-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-bottom: 24px;
  font-weight: 500;
}
.modal.cancel-flow article .actions {
  margin-top: auto;
}
.modal.cancel-flow article h2 + p {
  margin-top: 0;
  padding-top: 0;
}
.modal.cancel-flow .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #FFEFF2;
  padding: 8px;
  line-height: 20px;
  margin-bottom: 16px;
}
.modal.cancel-flow .one-last-thing .pro-form {
  padding-top: 8px;
}
.modal.cancel-flow .one-last-thing .explanation {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: bold;
  padding-left: 24px;
}
.modal.cancel-flow .one-last-thing .explanation a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.modal.cancel-flow .one-last-thing .explanation a:hover,
.modal.cancel-flow .one-last-thing .explanation a:active {
  color: #6889e2;
}
.modal.cancel-flow .one-last-thing .form-row {
  margin-bottom: 10px;
}
.modal.cancel-flow .one-last-thing .form-row.selected-option {
  display: none;
}
.modal.cancel-flow .one-last-thing .form-row.selected-option.show {
  display: block;
}
.modal.cancel-flow .one-last-thing .textarea-wrapper {
  margin-left: 8px;
}
.modal.cancel-flow .one-last-thing textarea {
  height: 56px;
  padding: 12px 16px;
  line-height: 16px;
  margin: 4px 0 16px 0;
}
.modal.cancel-flow .one-last-thing textarea + .error-msg {
  bottom: -2px;
  left: 24px;
}
.modal.cancel-flow .description a {
  color: #4e63ce;
}
.modal.cancel-flow .description a:hover,
.modal.cancel-flow .description a:active {
  color: #6889e2;
}
.modal.cancel-flow .cancelation-successful p + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.cancel-flow .cancelation-successful .actions {
  padding-top: 16px;
}
.modal.sort-sections.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background: #000000;
}
.modal.sort-sections .btn-close {
  background-size: 10px;
}
.modal.sort-sections .modal-content {
  max-width: 552px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.sort-sections .modal-content {
    max-height: 600px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.sort-sections .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.sort-sections .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.sort-sections .page {
  padding: 0;
}
.modal.sort-sections .modal-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.sort-sections .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.sort-sections .modal-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ccc;
}
.modal.sort-sections .sort-sections-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.sort-sections .sort-sections-content > article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.sort-sections .sort-sections-content > article {
    padding: 32px;
  }
}
.modal.sort-sections .sort-sections-content > article .content-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-bottom: 24px;
  font-weight: 500;
}
.modal.sort-sections .sort-sections-content > article .actions {
  margin-top: auto;
  text-align: right;
}
.modal.sort-sections .sort-sections-content > article h2 + p {
  margin-top: 0;
  padding-top: 0;
}
.modal.sort-sections .sort-sections-content .mid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.modal.sort-sections .sort-sections-content .mid-content.is-scrolling:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal.sort-sections .sort-sections-content .mid-content:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 4px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75.3%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75.3%, #ffffff 100%);
}
.modal.sort-sections .sort-sections-content .mid-content:before {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(75.3%, #ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 75.3%, #ffffff 100%);
}
.modal.sort-sections .sort-sections-content .mid-content-scroller {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 50px;
  margin-right: -8px;
  padding-right: 8px;
}
.modal.sort-sections .sort-sections-content .mid-content-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.sort-sections .sort-sections-content .mid-content-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #eee;
}
.modal.sort-sections .sort-sections-content .mid-content-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.modal.sort-sections .sort-list-wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.sort-sections .sort-list-item + .sort-list-item {
  margin-top: 8px;
}
.modal.verify-track.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background: #000000;
}
.modal.verify-track .btn-close {
  background-size: 10px;
}
.modal.verify-track .modal-content {
  max-width: 705px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.verify-track .modal-content {
    max-height: 600px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.verify-track .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.verify-track .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.verify-track .page {
  padding: 0;
}
.modal.verify-track .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.verify-track .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.verify-track .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.verify-track .verify-track-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.verify-track .top-content-scroller {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding-right: 16px;
  padding-bottom: 10px;
}
.modal.verify-track .top-content-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.verify-track .top-content-scroller::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.modal.verify-track .top-content-scroller::-webkit-scrollbar-thumb {
  background: #d2d2d1;
}
.modal.verify-track article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.verify-track article {
    padding: 32px;
  }
}
.modal.verify-track article .top-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.verify-track article .top-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 16px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 100%);
}
.modal.verify-track article .content-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-bottom: 24px;
  font-weight: 500;
}
.modal.verify-track article .actions {
  margin-top: auto;
  padding-top: 24px;
  text-align: right;
}
.modal.verify-track article .row {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.verify-track article .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modal.verify-track article .row p {
  margin-top: 0;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.modal.verify-track article .verify-icons {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .modal.verify-track article .verify-icons {
    margin-top: 0;
    margin-left: 32px;
    white-space: nowrap;
  }
}
.modal.verify-track article .verify-icons img {
  width: 16px;
}
.modal.verify-track article .verify-icons img + img {
  margin-left: 8px;
}
.modal.verify-track article .current-links {
  padding-top: 24px;
}
.modal.verify-track article .current-links .content-title {
  padding-bottom: 16px;
}
.modal.verify-track article .pro-form .row + .row {
  padding-bottom: 16px;
}
.modal.verify-track article .pro-form .row:last-child {
  padding-bottom: 0;
}
.modal.verify-track article .col-1 {
  white-space: nowrap;
  min-width: 128px;
}
.modal.verify-track article .col-2 {
  width: 100%;
}
.modal.verify-track article .links-title {
  color: #707580;
  padding-bottom: 8px;
}
.modal.verify-track article .channel-icon {
  margin-right: 4px;
}
.modal.verify-track article .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.modal.verify-track article .input-wrapper .pro-custom-input {
  width: 100%;
}
.modal.verify-track article .list-track-links {
  margin-bottom: 12px;
}
.modal.verify-track article .list-track-links li {
  padding-bottom: 4px;
}
.modal.verify-track article .list-track-links li:last-child {
  padding-bottom: 0;
}
.modal.verify-track article .list-track-links a {
  color: #4e63ce;
  word-break: break-all;
}
.modal.verify-track article .list-track-links a:hover,
.modal.verify-track article .list-track-links a:active {
  color: #6889e2;
}
.modal.verify-track article .list-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.verify-track article .list-links li + li {
  margin-top: 8px;
}
.modal.verify-track article .list-links .link-url {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 8px;
}
.modal.verify-track .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #FFEFF2;
  padding: 8px;
  line-height: 20px;
  margin-bottom: 16px;
}
.modal.verify-track .one-last-thing .pro-form {
  padding-top: 8px;
}
.modal.verify-track .one-last-thing .explanation {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: bold;
  padding-left: 24px;
}
.modal.verify-track .one-last-thing .explanation a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.modal.verify-track .one-last-thing .explanation a:hover,
.modal.verify-track .one-last-thing .explanation a:active {
  color: #6889e2;
}
.modal.verify-track .one-last-thing .form-row {
  margin-bottom: 10px;
}
.modal.verify-track .one-last-thing .form-row.selected-option {
  display: none;
}
.modal.verify-track .one-last-thing .form-row.selected-option.show {
  display: block;
}
.modal.verify-track .one-last-thing .textarea-wrapper {
  margin-left: 8px;
}
.modal.verify-track .one-last-thing textarea {
  height: 56px;
  padding: 12px 16px;
  line-height: 16px;
  margin: 4px 0 16px 0;
}
.modal.verify-track .one-last-thing textarea + .error-msg {
  bottom: -2px;
  left: 24px;
}
.modal.verify-track .cancelation-successful p + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.verify-track .cancelation-successful .actions {
  padding-top: 16px;
}
.modal.payment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  display: none;
}
.modal.payment.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.payment .modal-content {
  height: 100%;
  width: 100%;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .modal.payment .modal-content {
    max-width: 600px;
    max-height: 430px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.payment .modal-content {
    max-width: 600px;
    max-height: 400px;
  }
}
.modal.payment:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
.modal.payment .payment-process {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
}
.modal.payment .payment-process .content-container.loading:before {
  z-index: 10;
}
.modal.payment .payment-process .content-container.payment-details .form-row.submit .btn-primary {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.modal.registration-form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  display: none;
}
.modal.registration-form.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.registration-form .modal-content {
  height: 100%;
  width: 100%;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media only screen and (min-width: 1199px) {
  .modal.registration-form .modal-content {
    max-width: 1024px;
    max-height: 760px;
  }
}
.modal.registration-form:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
@media only screen and (min-width: 768px) {
  .modal.registration-form-v2.network.facebook .modal-content {
    max-height: 768px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.registration-form-v2.reset-password .modal-content {
    max-height: 520px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.registration-form-v2 .modal-content {
    max-width: 460px;
    max-height: 660px;
  }
}
.modal.open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
}
.modal.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.modal.framed .modal-content {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .modal.framed .modal-content {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .modal.framed .modal-content {
    top: 90px;
    right: calc(50% - 520px);
    bottom: 90px;
    left: calc(50% - 520px);
  }
}
.modal.video .modal-content {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.video .modal-content {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.video .modal-content {
    width: auto;
  }
}
.modal.video .page {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.video .page {
    padding: 55px;
  }
}
.modal.video .media-container {
  width: 100%;
}
.modal.video .modal-scroller {
  position: static;
  overflow: visible;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.adaptive .modal-content {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
}
.modal.paywall {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.modal.paywall.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.paywall:before {
  background: rgba(0, 0, 0, 0.86);
}
.modal.paywall .modal-content {
  width: 90%;
  height: 90%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .modal-content {
    width: 740px;
    height: 650px;
    max-width: 780px;
    max-height: 650px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.paywall .modal-content .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.modal.paywall .modal-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  padding: 30px 0;
  font-weight: 600;
}
.modal.paywall .available small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding-top: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .available small {
    padding-top: 80px;
  }
}
.modal.paywall .trial-days {
  font-size: 12px;
  font-size: 1.2rem;
  color: #66cd94;
  letter-spacing: 1px;
  display: block;
}
.modal.paywall .screenshots {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .screenshots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.paywall .screenshots .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .screenshots .item {
    width: 33.33%;
  }
}
.modal.paywall .screenshots h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  font-weight: 500;
  padding: 0 0 15px 0;
  margin: 0;
}
.modal.paywall .section-main {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main {
    min-height: 370px;
    padding-top: 30px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/product-pre-pro.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: right -100px center;
    margin: 0 -40px 0 -40px;
  }
}
.modal.paywall .section-main .col {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
}
.modal.paywall .section-main .col-1 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 55%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal.paywall .section-main .col-1 article {
  padding: 20px 0 0 0;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-1 article {
    text-align: left;
    padding: 60px 0 60px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-1 img {
    display: none;
  }
}
.modal.paywall .section-main .col-2 {
  padding-top: 0;
  text-align: center;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-2 {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%;
    text-align: left;
    padding-bottom: 0;
    padding-left: 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 40px;
  }
}
.modal.paywall .section-main .col-2 article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .modal.paywall .section-main .col-2 article {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-2 article {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-2 article h2 + p {
    max-width: 200px;
  }
}
.modal.paywall .section-main h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.modal.paywall .section-main p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 20px;
  }
}
.modal.paywall .checkmarks {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  text-align: left;
  padding: 10px 0 20px 0;
}
.modal.paywall .checkmarks li {
  margin-top: 6px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/checkmark-fat-light-blue.svg');
  padding-left: 26px;
}
.modal.paywall .checkmarks li:first-child {
  margin-top: 0;
}
.modal.paywall .suggested-artists {
  position: relative;
  min-height: 40px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .suggested-artists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.paywall .suggested-artists .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .suggested-artists .item {
    width: 33.33%;
  }
}
.modal.paywall .action-txt {
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #D8D8D8;
  padding: 30px 0;
  margin: 0;
  font-weight: 500;
}
.modal.paywall .micro-artist {
  background-image: -webkit-linear-gradient(top, #ffffff, #fafbfc);
  background-color: #fafbfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafbfc));
  background-image: linear-gradient(to bottom, #ffffff, #fafbfc);
  background-repeat: repeat-x;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 1px solid #eee;
  cursor: pointer;
}
.modal.paywall .micro-artist a {
  color: #4e63ce;
}
.modal.paywall .micro-artist figure {
  width: 68px;
  height: 68px;
  min-width: 68px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.modal.paywall .micro-artist strong {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 0 12px;
  color: #4e63ce;
}
.modal.onboarding,
.modal.booking,
.modal.change-city {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.modal.onboarding.open,
.modal.booking.open,
.modal.change-city.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.onboarding:before,
.modal.booking:before,
.modal.change-city:before {
  background: rgba(0, 0, 0, 0.86);
}
.modal.onboarding .modal-content,
.modal.booking .modal-content,
.modal.change-city .modal-content {
  width: 90%;
  height: 90%;
  max-height: 360px;
  max-width: 460px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.onboarding .modal-content,
  .modal.booking .modal-content,
  .modal.change-city .modal-content {
    width: 460px;
    height: 460px;
    max-height: 460px;
  }
}
.modal.onboarding .page,
.modal.booking .page,
.modal.change-city .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .modal.onboarding .page,
  .modal.booking .page,
  .modal.change-city .page {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .modal.onboarding .page,
  .modal.booking .page,
  .modal.change-city .page {
    padding: 0 70px;
  }
}
.modal.onboarding h2,
.modal.booking h2,
.modal.change-city h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  font-weight: 500;
  padding: 40px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .modal.onboarding h2,
  .modal.booking h2,
  .modal.change-city h2 {
    padding-top: 102px;
  }
}
.modal.onboarding p,
.modal.booking p,
.modal.change-city p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  color: #707580;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 292px;
  padding-top: 0;
  margin: 0 auto;
}
.modal.onboarding p.lead,
.modal.booking p.lead,
.modal.change-city p.lead {
  color: #000000;
}
.modal.onboarding footer,
.modal.booking footer,
.modal.change-city footer {
  padding: 20px 0 40px 0;
}
.modal.onboarding footer .btn-text,
.modal.booking footer .btn-text,
.modal.change-city footer .btn-text {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 3px;
}
.modal.change-city .modal-main {
  background-color: #efefef;
}
@media only screen and (min-width: 768px) {
  .modal.change-city .modal-content {
    height: 540px;
    max-height: 540px;
  }
}
.modal.change-city .page {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .modal.change-city h2 {
    padding-top: 95px;
    padding-bottom: 25px;
  }
}
.modal.change-city p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.modal.change-city fieldset {
  position: relative;
  text-align: left;
}
.modal.change-city .form-row {
  padding: 0;
}
.modal.change-city .search-wrapper {
  position: relative;
}
.modal.change-city .search-wrapper.loading:after {
  content: none;
}
.modal.change-city .search-wrapper.loading:before {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/svg/loader-ani-black.svg');
  background-color: transparent;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 45px;
  top: 50%;
  left: auto;
  bottom: auto;
  background-size: 35px;
  z-index: 1;
}
.modal.change-city .input-search-cities {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #ffffff;
  border: 0;
  margin-top: 35px;
  padding: 12px 80px 12px 24px;
  height: auto;
  line-height: 1;
  background-position: right 24px center;
  background-image: url(../images/svg/search-grey.svg);
  background-repeat: no-repeat;
  background-size: 18px;
}
.modal.change-city .input-search-cities::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal.change-city .input-search-cities:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal.change-city .input-search-cities::-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal.change-city .input-search-cities::placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal.change-city .search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  max-height: 185px;
  overflow: hidden;
  overflow-y: auto;
}
.modal.change-city .search-results.show {
  display: block;
}
.modal.change-city .search-results::-webkit-scrollbar {
  width: 5px;
}
.modal.change-city .search-results::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.modal.change-city .search-results::-webkit-scrollbar-thumb {
  background: #d2d2d1;
}
.modal.change-city .search-results .item {
  padding: 6px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.modal.change-city .search-results .item:hover {
  background-color: #eee;
}
.modal.change-city .search-results .item:first-child {
  margin-top: 10px;
}
.modal.change-city .search-results .item:last-child {
  margin-bottom: 10px;
}
.modal.change-city .search-results .city {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000000;
}
.modal.change-city .search-results .country {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  width: 10px;
  padding-right: 24px;
}
.modal.change-city .search-results .country .flag {
  vertical-align: middle;
}
.modal.how-to h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  font-weight: 500;
  padding: 40px 0 35px 0;
  padding-bottom: 40px;
}
.modal.how-to h1 + h2 {
  padding-top: 0;
}
.modal.how-to h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding: 40px 0 25px 0;
}
.modal.how-to h2 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.how-to h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .modal.how-to h3 {
    padding-left: 20px;
  }
}
.modal.how-to h3 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.how-to a {
  color: #667dd5;
}
.modal.how-to strong {
  font-weight: 500;
}
.modal.how-to ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .modal.how-to ul {
    padding-left: 40px;
  }
}
.modal.how-to ul li {
  padding: 5px 0;
  list-style: disc;
}
.modal.how-to ul li p {
  margin: 0;
  padding: 0;
}
.modal.how-to ul li p + p {
  padding-top: 10px;
}
.modal.how-to .modal-content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  height: 70%;
  width: 90%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .modal.how-to .modal-content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.how-to .modal-content {
    height: 80%;
    width: 900px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.how-to .media-container-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 66%;
  }
}
.modal.how-to .page {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.how-to .page {
    padding: 50px;
  }
}
.modal.billing-info h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  font-weight: 500;
  padding: 40px 0 15px 0;
}
.modal.billing-info .modal-content {
  height: 70%;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .modal.billing-info .modal-content {
    height: 440px;
    width: 540px;
  }
}
.modal.billing-info .page {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.billing-info .page {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.modal.billing-info .page p {
  font-weight: 300;
  line-height: 24px;
  padding: 8px 0;
}
.modal.billing-info .custom-input {
  text-align: left;
}
.modal.billing-info .form-row.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -12px;
}
.modal.billing-info .form-row.cols .col {
  padding: 0 12px;
}
.modal.billing-info .form-row.cols .col.ccv {
  width: 80px;
}
.modal.billing-info .actions {
  padding-top: 20px;
}
.modal.billing-info .btn-solid {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #4e63ce;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 24px;
  margin-top: 14px;
}
.modal.billing-info .btn-solid:hover {
  background-color: #6889e2;
}
.modal.billing-info .btn-not-solid {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e63ce;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 14px;
}
.modal.billing-info .btn-not-solid:hover {
  color: #6889e2;
}
.modal.billing-info .btn-not-solid:disabled {
  color: #d2d2d1;
}
@media only screen and (min-width: 480px) {
  .modal.billing-info .btn + .btn {
    margin-left: 14px;
  }
}
.modal.subscription-cancel h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  font-weight: 500;
  padding: 40px 0 15px 0;
}
.modal.subscription-cancel .modal-content {
  height: 70%;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .modal.subscription-cancel .modal-content {
    width: 600px;
    height: 660px;
  }
}
.modal.subscription-cancel .page {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.subscription-cancel .page {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.modal.subscription-cancel .page p {
  font-weight: 300;
  line-height: 24px;
  padding: 8px 0;
}
.modal.subscription-cancel ul {
  padding-left: 20px;
}
.modal.subscription-cancel ul li {
  padding: 2px 0;
  list-style: disc;
}
.modal.subscription-cancel .actions {
  padding-top: 20px;
}
.modal.subscription-cancel .btn-solid {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #4e63ce;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 16px;
  margin-top: 14px;
}
@media only screen and (min-width: 480px) {
  .modal.subscription-cancel .btn-solid {
    padding: 12px 24px;
  }
}
.modal.subscription-cancel .btn-solid:hover {
  background-color: #6889e2;
}
.modal.subscription-cancel .btn-not-solid {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e63ce;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 14px;
}
.modal.subscription-cancel .btn-not-solid:hover {
  color: #6889e2;
}
.modal.subscription-cancel .btn-not-solid:disabled {
  color: #d2d2d1;
}
.modal.subscription-cancel .btn:first-child {
  margin-right: 14px;
}
.modal.navigation-preferences.customize-chart .modal-scroller {
  margin-top: 16px;
}
.modal.navigation-preferences .modal-header h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.modal.navigation-preferences .modal-header .btn-close {
  background-size: 10px;
  background-image: url('../images/svg/close-grey.svg');
}
.modal.navigation-preferences .modal-header p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
  padding: 8px 0 0 0;
  color: #707580;
}
.modal.navigation-preferences .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.navigation-preferences .modal-content {
  padding: 32px 32px 16px 32px;
}
@media only screen and (min-width: 768px) {
  .modal.navigation-preferences .modal-content {
    width: 640px;
    max-height: 656px;
  }
}
.modal.navigation-preferences .modal-scroller,
.modal.navigation-preferences .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.navigation-preferences .modal-scroller {
  margin-right: -12px;
  padding-right: 12px;
  margin-top: 32px;
}
.modal.navigation-preferences .modal-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.navigation-preferences .modal-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.modal.navigation-preferences .modal-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.modal.navigation-preferences .modal-scroller:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 24px;
  display: block;
  min-height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75.3%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75.3%, #ffffff 100%);
}
.modal.navigation-preferences .navigation-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal.navigation-preferences .navigation-options.main-menu-sorter {
  border-radius: 4px;
  background-color: #f4f6f6;
  padding: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal.navigation-preferences .navigation-options.main-menu-sorter + .navigation-options {
  padding-top: 24px;
}
.modal.navigation-preferences .navigation-options .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal.navigation-preferences .navigation-options .row .left {
  white-space: nowrap;
}
.modal.navigation-preferences .navigation-options .row .left .navigation-options-label {
  min-height: 28px;
}
@media only screen and (min-width: 768px) {
  .modal.navigation-preferences .navigation-options .row .left .navigation-options-label {
    padding-right: 24px;
  }
}
.modal.navigation-preferences .navigation-options .row .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal.navigation-preferences .navigation-options-label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  margin-right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.navigation-preferences .navigation-options-label.channel:before {
  content: "";
  position: relative;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
}
.modal.navigation-preferences .navigation-options-label.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.modal.navigation-preferences .navigation-options-label.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.modal.navigation-preferences .navigation-options-label.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.modal.navigation-preferences .navigation-options-label.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.modal.navigation-preferences .navigation-options-label.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.modal.navigation-preferences .navigation-options-label.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.modal.navigation-preferences .navigation-options-label.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.modal.navigation-preferences .navigation-options-label.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.modal.navigation-preferences .navigation-options-label.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.modal.navigation-preferences .navigation-options-label.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.modal.navigation-preferences .navigation-options-label.beatport:before {
  background-image: url('../images/svg/beatport-color.svg');
}
.modal.navigation-preferences .navigation-options-label.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.modal.navigation-preferences .navigation-options-label.beatport-circle:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.modal.navigation-preferences .navigation-options-label.social-media:before,
.modal.navigation-preferences .navigation-options-label.social:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.modal.navigation-preferences .divider {
  padding: 24px 0;
}
.modal.navigation-preferences .divider:before {
  content: "";
  height: 1px;
  display: block;
  background-color: #e8eced;
  width: 100%;
}
.modal.navigation-preferences .preferences-subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  font-weight: 400;
  padding: 16px 0;
}
.modal.navigation-preferences .actions {
  padding-top: 16px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal.navigation-preferences .actions .left {
  margin-right: auto;
}
.modal.navigation-preferences .nav-option {
  border-radius: 99px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 400;
  background-color: #f4f6f6;
  padding: 6px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.modal.navigation-preferences .nav-option.disabled {
  pointer-events: none;
  cursor: default;
  position: relative;
}
.modal.navigation-preferences .nav-option.disabled.sort:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.modal.navigation-preferences .nav-option.disabled.active:before {
  background-color: rgba(238, 240, 251, 0.8);
}
.modal.navigation-preferences .nav-option.disabled:before {
  content: "";
  background-color: rgba(244, 246, 246, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.modal.navigation-preferences .nav-option.active {
  font-weight: 500;
  background-color: #eef0fb;
}
.modal.navigation-preferences .nav-option.sort,
.modal.navigation-preferences .nav-option.active {
  padding-right: 32px;
  background-position: right 11px center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.modal.navigation-preferences .nav-option.has-marker {
  overflow: visible;
  position: relative;
}
.modal.navigation-preferences .nav-option.has-marker:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #4e63ce;
  display: inline-block;
  left: -5px;
}
.modal.navigation-preferences .nav-option.active {
  background-size: 12px;
  background-image: url('../images/svg/close-circle-blue.svg');
  color: #4e63ce;
}
.modal.navigation-preferences .nav-option.active:hover,
.modal.navigation-preferences .nav-option.active:active {
  background-image: url('../images/svg/close-circle-blue-roll.svg');
}
.modal.navigation-preferences .nav-option.sort {
  background-image: url('../images/svg/icon-sort-section-grey.svg');
  background-color: #ffffff;
  /*&:hover,
				&:active {
					background-image: url('../images/svg/icon-sort-section-blue-roll.svg');
				}*/
}
.modal.navigation-preferences .nav-option.channel .icon {
  display: inline-block;
}
.modal.navigation-preferences .nav-option.viberate .icon,
.modal.navigation-preferences .nav-option.overview .icon {
  background-image: url('../images/svg/viberate-color.svg');
}
.modal.navigation-preferences .nav-option.basic .icon {
  background-image: url('../images/svg/logo-v-black.svg');
}
.modal.navigation-preferences .nav-option.network .icon {
  background-image: url('../images/svg/network-color.svg');
}
.modal.navigation-preferences .nav-option.applemusic .icon,
.modal.navigation-preferences .nav-option.apple-music .icon {
  background-image: url('../images/svg/apple-music-color.svg');
}
.modal.navigation-preferences .nav-option.spotify .icon {
  background-image: url('../images/svg/spotify-color.svg');
}
.modal.navigation-preferences .nav-option.youtube .icon {
  background-image: url('../images/svg/youtube-color.svg');
}
.modal.navigation-preferences .nav-option.shazam .icon {
  background-image: url('../images/svg/shazam-color.svg');
}
.modal.navigation-preferences .nav-option.soundcloud .icon {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.modal.navigation-preferences .nav-option.deezer .icon {
  background-image: url('../images/svg/deezer-color.svg');
}
.modal.navigation-preferences .nav-option.airplay .icon {
  background-image: url('../images/svg/airplay-color.svg');
}
.modal.navigation-preferences .nav-option.beatport .icon {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.modal.navigation-preferences .nav-option.social-media .icon {
  background-image: url('../images/svg/social-media-color.svg');
}
.modal.navigation-preferences .nav-option.facebook .icon {
  background-image: url('../images/svg/facebook-color.svg');
}
.modal.navigation-preferences .nav-option.instagram .icon {
  background-image: url('../images/svg/instagram-color.svg');
}
.modal.navigation-preferences .nav-option.twitter .icon {
  background-image: url('../images/svg/twitter-color.svg');
}
.modal.navigation-preferences .nav-option.tiktok .icon {
  background-image: url('../images/svg/tiktok-color.svg');
}
.modal.navigation-preferences .nav-option.tracks .icon {
  background-image: url('../images/svg/tracks-color.svg');
}
.modal.navigation-preferences .nav-option.audience .icon {
  background-image: url('../images/svg/audience-color.svg');
}
.modal.navigation-preferences .nav-option.events .icon {
  background-image: url('../images/svg/events-color.svg');
}
.modal.navigation-preferences .nav-option .num {
  font-size: 10px;
  font-size: 1rem;
  margin-right: 4px;
  color: #707580;
  line-height: 16px;
}
.modal.navigation-preferences .nav-option .icon {
  display: none;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}
.modal.navigation-preferences .nav-option label {
  cursor: pointer;
}
.modal.navigation-preferences .selector-row {
  margin-bottom: 16px;
}
.modal.navigation-preferences .disclaimer {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  font-size: 10px;
  font-size: 1rem;
  padding: 8px 12px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 24px;
  background-color: #ffffff;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px auto 0 auto;
}
.modal.alerts-settings .modal-header h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  font-weight: 600;
}
.modal.alerts-settings .modal-header p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0;
  padding: 16px 0 0 0;
  color: #000000;
}
.modal.alerts-settings .modal-content {
  padding: 32px 32px 16px 32px;
}
@media only screen and (min-width: 768px) {
  .modal.alerts-settings .modal-content {
    width: 640px;
    max-height: 456px;
    margin: auto;
  }
}
.modal.alerts-settings .navigation-options {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal.entity-booking {
  /*&.other {

			.modal-content {

				@media @bp_768 {
					max-width: 468px;
				}
			}

			.form-lead {
				padding-bottom: 0;
			}

			.form-title {
				.font-size(22);
				line-height: 30px;
				padding-bottom: 16px;
			}
		}*/
}
.modal.entity-booking.fluid-height.verify-claim .actions {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height.artist-add .modal-content {
    min-height: unset;
  }
}
.modal.entity-booking.fluid-height.artist-add .actions {
  margin-top: auto;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height.verify-7 .modal-content {
    min-height: 580px;
  }
}
.modal.entity-booking.fluid-height.verify-7 .modal-header {
  border: 0;
}
.modal.entity-booking.fluid-height.verify-7 .actions {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height.premium-feature .modal-content {
    max-width: 534px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height .page {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height .modal-content {
    max-width: 446px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height .modal-scroller {
    position: static;
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height .modal-scroller:after {
    content: none;
  }
}
.modal.entity-booking.fluid-height .modal-main {
  height: auto;
}
.modal.entity-booking.fluid-height .actions {
  padding-top: 24px;
}
.modal.entity-booking.artist-add.no-border .modal-header {
  border: 0;
}
.modal.entity-booking.artist-add.no-border .form-title {
  padding-top: 0;
}
.modal.entity-booking.artist-add .form-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  padding-bottom: 24px;
}
.modal.entity-booking.artist-add .form-title + p {
  margin-top: 0;
  padding-top: 0;
}
.modal.entity-booking.artist-add .modal-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.artist-add .modal-content {
    width: 520px;
    min-height: 540px;
  }
}
.modal.entity-booking.artist-add .actions {
  padding-top: 16px;
}
.modal.entity-booking.artist-add p.center {
  text-align: center;
}
.modal.entity-booking.artist-add p.no-top-margin-padding {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.booking-request .modal-content {
    max-width: 600px;
  }
}
.modal.entity-booking.booking-request .results-list .item {
  border-bottom: 1px solid #e8eced;
}
.modal.entity-booking.booking-request .results-list .item:last-child {
  border: 0;
}
.modal.entity-booking.booking-request .results-list .event-location-search-item {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.message .modal-content {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.pitch .modal-content {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.playlist .modal-content {
    max-width: 600px;
  }
}
.modal.entity-booking.account .form-title {
  padding-bottom: 16px;
}
.modal.entity-booking.account .actions {
  display: block;
  padding: 0;
}
.modal.entity-booking.account .floater-v2 {
  padding: 0;
}
.modal.entity-booking.playlist-more-info .disclaimer {
  width: 100%;
  padding-top: 16px;
  text-align: center;
}
.modal.entity-booking.verify-claim .divider-text {
  margin-top: 24px;
  padding: 0;
}
.modal.entity-booking.verify-claim .features-list {
  padding-bottom: 24px;
}
.modal.entity-booking.verify-claim .features-list .item {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-checkmark-green.svg');
  padding-left: 32px;
  margin-top: 16px;
}
.modal.entity-booking.verify-claim .features-list .item:first-child {
  margin-top: 0;
}
.modal.entity-booking.verify-claim .disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  text-align: left;
  padding-top: 8px;
}
.modal.entity-booking.verify-claim .lead {
  text-align: center;
  padding-bottom: 24px;
}
.modal.entity-booking.verify-claim .channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  padding: 8px 0 32px 0;
}
.modal.entity-booking.verify-claim .copy-link {
  white-space: nowrap;
  border-radius: 8px;
  border: 1px solid #a0aeb4;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  margin-bottom: 24px;
}
.modal.entity-booking.verify-claim .copy-link .link {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
}
.modal.entity-booking.verify-claim .copy-link .link:after {
  content: "";
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.modal.entity-booking.verify-claim .copy-link .button {
  white-space: nowrap;
  margin-left: 8px;
}
.modal.entity-booking.verify-claim .actions .button + .button {
  margin-top: 8px;
}
.modal.entity-booking.premium-feature .actions .row {
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .modal.entity-booking.premium-feature .actions .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal.entity-booking.premium-feature .disclaimer {
  color: #000000;
  padding-top: 24px;
}
.modal.entity-booking.premium-feature .disclaimer a {
  color: #4e63ce;
}
.modal.entity-booking.premium-feature .disclaimer a:hover,
.modal.entity-booking.premium-feature .disclaimer a:active {
  color: #6889e2;
}
.modal.entity-booking .modal-header {
  position: relative;
}
.modal.entity-booking .modal-header h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.modal.entity-booking .modal-header .btn-close {
  background-size: 10px;
  background-image: url('../images/svg/close-grey.svg');
}
@media only screen and (max-width: 767px) {
  .modal.entity-booking .modal-header .btn-close {
    background-image: url('../images/svg/arrow-back-blue.svg');
    background-size: 12px;
    left: 16px;
    right: auto;
    top: 50%;
    margin-top: -10px;
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
  }
}
.modal.entity-booking .modal-header p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
  padding: 8px 0 0 0;
  color: #707580;
}
.modal.entity-booking .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .page {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal.entity-booking .modal-content {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .modal.entity-booking .modal-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    max-width: none;
    max-height: none;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .modal-content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 0;
    width: 600px;
    max-width: 600px;
    max-height: 616px;
    min-height: 616px;
    padding-bottom: 24px;
  }
}
.modal.entity-booking .modal-header {
  padding: 16px;
  border-bottom: 1px solid #e8eced;
  text-align: center;
}
.modal.entity-booking .modal-scroller,
.modal.entity-booking .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.entity-booking .modal-scroller {
  margin-top: 0;
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .modal-scroller {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.modal.entity-booking .modal-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.entity-booking .modal-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.modal.entity-booking .modal-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.modal.entity-booking .modal-scroller:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 24px;
  display: block;
  min-height: 24px;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75.3%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75.3%, #ffffff 100%);
}
.modal.entity-booking .header-entity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.modal.entity-booking .header-entity.artist .header-entity-image {
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.modal.entity-booking .header-entity.festival .header-entity-image {
  width: 52px;
  min-width: 52px;
  height: 40px;
}
.modal.entity-booking .header-entity .header-entity-image {
  border-radius: 0px;
  overflow: hidden;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 8px;
  border: 1px solid #e8eced;
}
.modal.entity-booking .header-entity img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal.entity-booking .header-entity h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.modal.entity-booking .form-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
  padding: 32px 0;
  text-align: center;
}
.modal.entity-booking .form-title .claimed-icon {
  width: 28px;
  height: 28px;
}
.modal.entity-booking .form-lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  margin: 0;
  padding: 0 0 16px 0;
  text-align: center;
}
.modal.entity-booking .actions {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .actions {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.entity-booking .actions .button.primary {
    width: 100%;
  }
}
.modal.entity-booking .label-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
  padding-bottom: 8px;
  display: block;
}
.modal.entity-booking .selected-entity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 16px;
}
.modal.entity-booking .selected-entity.border {
  border-radius: 8px;
  border: 1px solid #e8eced;
}
.modal.entity-booking .selected-entity .btn-editor {
  margin-left: 4px;
}
.modal.entity-booking .selected-entity .row {
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
  text-align: right;
}
.modal.entity-booking .selected-entity .row.tags {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  width: auto;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
  white-space: nowrap;
}
.modal.entity-booking .selected-entity .row.tags .btn-filter-tag + .btn-filter-tag,
.modal.entity-booking .selected-entity .row.tags .pro-tag + .btn-filter-tag,
.modal.entity-booking .selected-entity .row.tags .btn-filter-tag + .pro-tag,
.modal.entity-booking .selected-entity .row.tags .pro-tag + .pro-tag {
  margin-left: 8px;
}
.modal.entity-booking .selected-entity .row.tags .pro-tag {
  color: #000000;
}
.modal.entity-booking .selected-entity .row .country {
  color: #707580;
  white-space: nowrap;
  min-width: 38px;
}
.modal.entity-booking .selected-entity .row .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  border: 1px solid #e8eced;
}
.modal.entity-booking .selected-entity a + article,
.modal.entity-booking .selected-entity figure + article {
  padding-left: 64px;
}
.modal.entity-booking .selected-entity figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  min-width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e8eced;
}
.modal.entity-booking .selected-entity article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal.entity-booking .selected-entity h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  color: #000000;
}
.modal.entity-booking .i {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 2px;
}
.modal.entity-booking .step {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.modal.entity-booking .step strong {
  font-weight: 500;
}
.modal.entity-booking .step .button.active {
  color: #000000 !important;
}
.modal.entity-booking .pro-form .pro-textarea {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.modal.entity-booking .pro-form .pro-textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.entity-booking .pro-form .pro-textarea:-ms-input-placeholder {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.entity-booking .pro-form .pro-textarea::-ms-input-placeholder {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.entity-booking .pro-form .pro-textarea::placeholder {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.entity-booking .pro-form .form-row {
  margin-bottom: 14px;
}
.modal.entity-booking .pro-form .form-row.mb-6 {
  margin-bottom: 6px;
}
.modal.entity-booking .pro-form .form-row.mb-32 {
  margin-bottom: 32px;
}
.modal.entity-booking .pro-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .pro-form .row.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal.entity-booking .pro-form .row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal.entity-booking .pro-form .row + .row {
  margin-top: 12px;
}
.modal.entity-booking .pro-form .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.entity-booking .pro-form .column.w-240 {
  min-width: 190px;
  width: 190px;
}
@media only screen and (min-width: 360px) {
  .modal.entity-booking .pro-form .column.w-240 {
    min-width: 200px;
    width: 200px;
  }
}
@media only screen and (min-width: 480px) {
  .modal.entity-booking .pro-form .column.w-240 {
    min-width: 240px;
    width: 240px;
  }
}
.modal.entity-booking .pro-form .column.h-48 {
  height: 48px;
}
.modal.entity-booking .pro-form .column-2 {
  margin-left: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal.entity-booking .pro-form .word-counter {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  float: right;
  display: inline-block;
  margin-right: 16px;
}
.modal.entity-booking .pro-form .header-entity {
  text-align: left;
}
.modal.entity-booking .pro-form .header-entity .info {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .pro-form .header-entity .info .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  border: 1px solid #e8eced;
  margin-right: 4px;
}
.modal.entity-booking .change-artist {
  text-align: right;
}
.modal.entity-booking .change-artist.open .btn-change-artist {
  display: none;
}
.modal.entity-booking .change-artist.open .pro-custom-input {
  display: block;
}
.modal.entity-booking .change-artist .pro-custom-input {
  display: none;
}
.modal.entity-booking .disclaimer {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-align: left;
}
.modal.entity-booking .success-msg {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}
.modal.entity-booking .success-msg p {
  margin: 0;
  padding: 6px 0 0 0;
}
.modal.entity-booking .success-msg p:first-child {
  padding: 0;
}
.modal.entity-booking .divider-text {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  padding: 0 8px;
  color: #707580;
  line-height: 16px;
  margin: 0 0 16px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .divider-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modal.entity-booking .divider-text:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: #707580;
  left: 0;
  right: 0;
}
.modal.entity-booking .divider-text span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.modal.entity-booking .more-info-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  display: block;
  padding-bottom: 16px;
}
.modal.entity-booking .more-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
}
.modal.entity-booking .more-info-list + .more-info-label {
  padding-top: 32px;
}
.modal.entity-booking .more-info-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.modal.entity-booking .more-info-link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #4e63ce;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .more-info-link.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.modal.entity-booking .more-info-link.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.modal.entity-booking .more-info-link.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.modal.entity-booking .more-info-link.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.modal.entity-booking .more-info-link.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.modal.entity-booking .more-info-link.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.modal.entity-booking .more-info-link.submithub:before {
  background-image: url('../images/svg/submithub-color.svg');
}
.modal.entity-booking .more-info-link.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.modal.entity-booking .more-info-link.homepage:before {
  background-image: url('../images/svg/homepage.svg');
}
.modal.entity-booking .more-info-link.artist-tools:before {
  background-image: url('../images/svg/artist-tools-color.svg');
}
.modal.entity-booking .more-info-link.groover:before {
  background-image: url('../images/svg/groover-color.svg');
}
.modal.entity-booking .more-info-link:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.modal.entity-booking .more-info-link:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url('../images/svg/icon-link-blue.svg');
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  margin-left: 4px;
}
.modal.entity-booking .more-info-link:hover,
.modal.entity-booking .more-info-link:active {
  color: #6889e2;
}
.modal.entity-booking .more-info-link:hover:after,
.modal.entity-booking .more-info-link:active:after {
  background-image: url('../images/svg/icon-link-blue-roll.svg');
}
.modal.entity-booking .card-micro {
  position: relative;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .card-micro.venue figure,
.modal.entity-booking .card-micro.festival figure {
  width: 42px;
}
.modal.entity-booking .card-micro.venue figure + article,
.modal.entity-booking .card-micro.festival figure + article {
  padding-left: 52px;
}
.modal.entity-booking .card-micro figure + article {
  padding-left: 42px;
}
.modal.entity-booking .card-micro figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8eced;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .card-micro article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.entity-booking .card-micro h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  padding: 0;
  word-break: break-all;
}
.modal.entity-booking .card-micro .location {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.modal.home-landing-video {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.modal.home-landing-video.open {
  display: block;
}
.modal.home-landing-video .modal-content {
  border-radius: 8px;
  max-width: 640px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: static;
  background-color: transparent;
}
.modal.home-landing-video .modal-content.white {
  background-color: #ffffff;
}
.modal.home-landing-video .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal.home-landing-video .media-container {
  position: relative;
  overflow: visible;
}
.modal.home-landing-video .btn-close {
  top: -32px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .modal.apply-as-curator .modal-content {
    max-width: 1040px;
    max-height: 680px;
  }
}
.modal.apply-as-curator .btn-close {
  background-size: 14px;
}
.modal:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  z-index: -1;
}
.modal.payment-location .modal-content {
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .modal.payment-location .modal-content {
    height: 280px;
    width: 500px;
  }
}
.modal.payment-location .payment-location-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  padding: 0 42px;
}
.modal.payment-location .payment-location-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  padding: 32px 0 24px 0;
}
.modal.payment-location .payment-location-content p {
  margin: 0;
  padding: 0;
}
.modal.payment-location .payment-location-content .actions {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .modal.payment-location .payment-location-content .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.payment-location .payment-location-content .actions .button {
  white-space: nowrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.payment-location .payment-location-content .actions .button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.modal.payment-location .btn-close {
  top: 16px;
  background-size: 14px;
}
.modal .page {
  padding: 16px;
  margin: 0;
  max-width: none;
}
@media only screen and (min-width: 480px) {
  .modal .page {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .modal .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .modal .page {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.modal .modal-content {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: #ffffff;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
  max-width: 1258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 16px;
  top: 16px;
  bottom: 16px;
  left: 16px;
}
@media only screen and (min-width: 768px) {
  .modal .modal-content {
    right: 40px;
    top: 40px;
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal .modal-content {
    right: 40px;
    top: 40px;
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .modal .modal-content {
    right: 90px;
    top: 90px;
    bottom: 90px;
    left: 90px;
  }
}
.modal .modal-main {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .modal .modal-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal .modal-scroller {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal .modal-scroller > .page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .btn-close {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-size: 16px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .modal .btn-close {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 1439px) {
  .modal .btn-close {
    top: 24px;
  }
}
.modal .flag + em {
  font-style: normal;
}
.modal .curator-message {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  border-bottom: 1px solid #e8eced;
  padding-bottom: 16px;
  margin-bottom: 32px;
  color: #707580;
}
.modal .curator-message strong {
  color: #000000;
  fon-weight: 500;
}
.modal .apply-as-curator-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
@media only screen and (min-width: 1024px) {
  .modal .apply-as-curator-content {
    padding: 40px 40px 32px 40px;
  }
}
.modal .apply-as-curator-content.success .col-1 {
  background-image: url('../images/static/apply-as-curator-success.webp');
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .modal .apply-as-curator-content.success .col-1 {
    min-height: 300px;
  }
}
.modal .apply-as-curator-content .modal-content-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .modal-content-title {
    padding-bottom: 68px;
  }
}
.modal .apply-as-curator-content .curator-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .curator-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .modal .apply-as-curator-content .curator-grid {
    gap: 40px;
  }
}
.modal .apply-as-curator-content .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .apply-as-curator-content .col-1 {
  overflow: hidden;
  border-radius: 8px;
  background-image: url('../images/static/apply-as-curator.webp');
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .modal .apply-as-curator-content .col-1 {
    height: 150px;
    min-height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .col-1 {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal .apply-as-curator-content .col-1 {
    max-width: 424px;
  }
}
.modal .apply-as-curator-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .apply-as-curator-content .pro-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .form-row-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
.modal .apply-as-curator-content .form-row-cols .form-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .apply-as-curator-content .form-row-actions {
  padding-top: 16px;
  margin-top: auto;
  margin-bottom: 0;
}
.modal .apply-as-curator-content .article {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
}
.modal .apply-as-curator-content .article .article-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 16px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .article .article-title {
    padding-top: 94px;
  }
}
.modal .apply-as-curator-content .article a {
  color: #4e63ce;
}
.modal .apply-as-curator-content .article a:hover,
.modal .apply-as-curator-content .article a:active {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #6889e2;
}
.modal .apply-as-curator-content .added-playlists {
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto;
}
.modal .apply-as-curator-content .added-playlists a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.modal .apply-as-curator-content .added-playlists .check {
  margin-left: 16px;
}
.modal .apply-as-curator-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  margin-top: auto;
}
.modal .apply-as-curator-content .actions .article {
  padding-bottom: 8px;
}
.modal .apply-as-curator-content .form-row-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  padding-bottom: 2px;
}
.modal .apply-as-curator-content .tooltip-icon {
  margin-left: 4px;
}
.modal .apply-as-curator-content .selection-box {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  height: 140px;
  border-radius: 4px;
  z-index: 1;
  scroll-behavior: smooth;
  border: 1px solid #A0AEB4;
  padding: 0 16px;
}
.modal .apply-as-curator-content .selection-box.show {
  display: block;
}
.modal .apply-as-curator-content .selection-box::-webkit-scrollbar {
  width: 5px;
}
.modal .apply-as-curator-content .selection-box::-webkit-scrollbar-track-piece {
  background: #E8ECED;
}
.modal .apply-as-curator-content .selection-box::-webkit-scrollbar-thumb {
  background: #707580;
}
.modal .apply-as-curator-content .selection-box label {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
}
.modal .apply-as-curator-content .selection-box .pro-tag {
  margin: 4px 4px 4px 0;
}
.footer {
  z-index: 0;
}
.custom-select {
  z-index: 1;
}
.btn-enable-for-you,
.toolbar,
.zendesk-widget {
  z-index: 2;
}
.header,
.header-new,
.header-new-v2 {
  z-index: 10;
}
.section-entity-detail-minimized,
.pro-section-entity-detail-minimized {
  z-index: 6;
}
.my-viberate {
  z-index: 7;
}
.my-viberate .header,
.my-viberate .header-new {
  z-index: 11;
}
.media-player-toolbar {
  z-index: 7;
}
.video-player {
  z-index: 8;
}
.cookies-consent,
.cookies-consent-v2 {
  z-index: 100;
}
.mobile-disclaimer {
  z-index: 101;
}
.notifications-wrapper {
  z-index: 200;
}
.loader-fullscreen {
  z-index: 300;
}
.modal {
  z-index: 10000;
}
/*************** 5. MODULES ***************/
/*****---------- 5.1 Sections ----------*****/
.section-search-results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  padding: 30px 0;
  background-color: #ffffff;
  min-height: calc(100vh - 50px);
}
@media only screen and (min-width: 1024px) {
  .section-search-results {
    padding: 60px 0;
    min-height: calc(100vh - 74px);
  }
}
.section-search-results.is-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-search-results.is-loading .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-search-results .page {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .page {
    text-align: center;
  }
}
.section-search-results .section-main-top {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .section-main-top {
    max-width: 1165px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-search-results .section-main-top .search-results-header {
  border: 0;
  margin-bottom: 0;
}
.section-search-results .section-main-top .recently-viewed-card {
  width: 100%;
  text-align: left;
}
.section-search-results .section-main-top .pro-section-swiper.hide-pagination .swiper-container {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .section-search-results .section-main-top .pro-section-swiper.hide-pagination .swiper-container {
    padding: 10px;
    margin: 0 -10px;
  }
}
.section-search-results .section-main-top .pro-section-swiper.hide-pagination .swiper-slide {
  width: auto;
}
.section-search-results .section-main-top .pro-section-swiper.hide-pagination .swiper-button-prev,
.section-search-results .section-main-top .pro-section-swiper.hide-pagination .swiper-button-next {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
  bottom: auto;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.section-search-results .section-main-top .pro-section-swiper.hide-pagination .swiper-button-prev.swiper-button-disabled,
.section-search-results .section-main-top .pro-section-swiper.hide-pagination .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.section-search-results .section-main-top .pro-section-swiper.hide-pagination .swiper-button-prev {
  left: 16px;
  background-position: left 10px center;
}
.section-search-results .section-main-top .pro-section-swiper.hide-pagination .swiper-button-next {
  left: auto;
  right: 16px;
  background-position: right 10px center;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .section-main {
    max-width: 1165px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-search-results .search-content {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 645px;
            flex: 0 1 645px;
    max-width: 645px;
    margin-right: 12px;
  }
}
.section-search-results .search-content .btn-show-more {
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-content .btn-show-more {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.section-search-results .search-sidebar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-sidebar {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
    max-width: 300px;
    margin-left: 12px;
  }
}
.section-search-results .search-sidebar .search-sidebar-module {
  padding: 24px;
}
.section-search-results .search-sidebar .ssm-cant-find {
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  background-color: #F6F6F6;
  margin-bottom: 32px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/static/couldnt-find-bg.png');
  color: #ffffff;
}
.section-search-results .search-sidebar .ssm-cant-find.v2 {
  background-image: url('../images/static/couldnt-find-bg-v2.webp');
  background-position: center bottom;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 320px;
  border-radius: 0px;
}
.section-search-results .search-sidebar .ssm-cant-find.v2 p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
.section-search-results .search-sidebar .ssm-cant-find p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 0;
  margin: 0 0 32px 0;
}
.section-search-results .search-sidebar .ssm-cant-find .btn-pro {
  padding-top: 11px;
  padding-bottom: 11px;
}
.section-search-results .search-sidebar .ssm-recommended {
  border: 1px solid #D8D8D8;
}
.section-search-results .search-sidebar .ssm-title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 20px;
}
.section-search-results .search-sidebar .entity-list {
  padding-bottom: 12px;
}
.section-search-results .search-sidebar .entity-list.has-hover-state .item {
  position: relative;
  overflow: hidden;
}
.section-search-results .search-sidebar .entity-list.has-hover-state .item:hover:before,
.section-search-results .search-sidebar .entity-list.has-hover-state .item:active:before {
  content: "";
}
.section-search-results .search-sidebar .entity-list.has-hover-state .item:before {
  pointer-events: none;
  cursor: default;
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  bottom: -20px;
  z-index: 0;
  background-color: #f8f9fd;
}
.section-search-results .search-sidebar .entity-list .item:last-child {
  border: 0;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-sidebar .card-micro {
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-sidebar .card-micro a + article,
  .section-search-results .search-sidebar .card-micro figure + article {
    padding-left: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-sidebar .card-micro figure {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-sidebar .card-micro article {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-search-results .search-sidebar .card-micro article .title-link {
  width: 100%;
}
.section-search-results .search-sidebar .card-micro article .title-link h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-sidebar .card-micro .row {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-sidebar .card-micro .row.short-version {
    display: block;
    text-align: left;
  }
}
.section-search-results .search-sidebar .card-micro .row.tags {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-sidebar .card-micro .row.tags {
    display: none;
  }
}
.section-search-results .locked-search-results .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-search-results .locked-search-results .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.section-search-results .locked-search-results .grid-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.section-search-results .locked-search-results .grid-col:nth-child(2),
.section-search-results .locked-search-results .grid-col:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-search-results .locked-search-results .grid-col:nth-child(2) {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-search-results .locked-search-results .grid-col:nth-child(3) {
    display: block;
  }
}
.section-search-results .locked-search-results .artist-public-promo {
  margin-top: -40px;
  z-index: 1;
  position: relative;
}
.section-search-results .locked-search-results .entity-list {
  position: relative;
}
.section-search-results .locked-search-results .entity-list:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.section-search-results .locked-search-results .search-results-header .counter {
  font-size: 12px;
  font-size: 1.2rem;
}
.section-search-results .locked-search-results .card-micro {
  height: 32px;
}
.section-search-results .locked-search-results .card-micro.artist figure,
.section-search-results .locked-search-results .card-micro.track figure {
  width: 32px;
  height: 32px;
}
.section-search-results .locked-search-results .card-micro.artist a + article,
.section-search-results .locked-search-results .card-micro.track a + article,
.section-search-results .locked-search-results .card-micro.artist figure + article,
.section-search-results .locked-search-results .card-micro.track figure + article {
  padding-left: 52px;
}
.section-search-results .locked-search-results .card-micro.festival figure,
.section-search-results .locked-search-results .card-micro.venue figure {
  width: 42px;
  height: 32px;
}
.section-search-results .locked-search-results .card-micro.festival a + article,
.section-search-results .locked-search-results .card-micro.venue a + article,
.section-search-results .locked-search-results .card-micro.festival figure + article,
.section-search-results .locked-search-results .card-micro.venue figure + article {
  padding-left: 58px;
}
.section-search-results .locked-search-results .card-micro article {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-search-results .locked-search-results .card-micro .row {
  text-align: right;
}
.section-search-results .locked-search-results .card-micro .row.tags {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  width: auto;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
  white-space: nowrap;
}
.section-search-results .locked-search-results .card-micro .title-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.section-search-results .search-results-category + .search-results-category {
  padding-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-results-category + .search-results-category {
    padding-top: 45px;
  }
}
.section-search-results .search-results-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #A0AEB4;
  padding-bottom: 6px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-results-header {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}
.section-search-results .search-results-header h2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-results-header h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.section-search-results .search-results-header .counter {
  font-size: 10px;
  font-size: 1rem;
  color: #808080;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-results-header .counter {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.section-search-results .search-results-header .btn-explore-all {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-results-header .btn-explore-all {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.section-search-results .search-results-header .btn-explore-all span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-results-header .btn-explore-all span {
    display: inline;
  }
}
.section-search-results .search-results-header .new-icon {
  position: relative;
  left: 0;
}
.section-search-results .search-results-article.border {
  border-radius: 8px;
  border: 1px solid #e8eced;
  margin: -16px;
  padding: 16px;
}
.section-search-results .search-results-article .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .search-results-article .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-search-results .search-results-article small {
  font-size: 10px;
  font-size: 1rem;
}
.section-search-results .entity-list {
  padding-bottom: 20px;
}
.section-search-results .entity-list + .pro-paywall-v2 {
  padding: 0;
  margin-top: 0;
}
.section-search-results .entity-list + .pro-paywall-v2 .btn-txt {
  font-weight: 500;
}
.section-search-results .entity-list .item {
  padding: 4px 0;
  border-bottom: 1px solid #E8ECED;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .entity-list .item {
    padding: 2px 0;
  }
}
.section-search-results .search-results-group-subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  font-weight: 400;
  padding-bottom: 8px;
  margin-top: -4px;
}
.section-search-results .card-micro {
  position: relative;
  height: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro {
    height: 32px !important;
  }
}
.section-search-results .card-micro.card-clickable {
  cursor: pointer;
  margin: 4px;
}
.section-search-results .card-micro.card-clickable:hover:before,
.section-search-results .card-micro.card-clickable:active:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  background-color: #f4f6f6;
}
.section-search-results .card-micro.artist figure {
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro.artist figure {
    width: 32px;
    height: 32px;
  }
}
.section-search-results .card-micro.artist .stats-info {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
  white-space: nowrap;
  min-width: 160px;
  padding-right: 16px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro.artist .stats-info {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 16px;
    margin-left: auto;
  }
}
.section-search-results .card-micro.event figure,
.section-search-results .card-micro.label figure {
  border: 1px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro.event figure,
  .section-search-results .card-micro.label figure {
    width: 32px;
    height: 32px;
  }
}
.section-search-results .card-micro.festival figure,
.section-search-results .card-micro.venue figure {
  width: 66px;
  height: 50px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro.festival figure,
  .section-search-results .card-micro.venue figure {
    width: 42px;
    height: 32px;
  }
}
.section-search-results .card-micro.festival a + article,
.section-search-results .card-micro.venue a + article,
.section-search-results .card-micro.festival figure + article,
.section-search-results .card-micro.venue figure + article {
  padding-left: 82px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro.festival a + article,
  .section-search-results .card-micro.venue a + article,
  .section-search-results .card-micro.festival figure + article,
  .section-search-results .card-micro.venue figure + article {
    padding-left: 58px;
  }
}
.section-search-results .card-micro .hot {
  margin-left: 8px;
}
.section-search-results .card-micro .row {
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro .row {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro .row.short-version {
    display: none;
  }
}
.section-search-results .card-micro .row.tags {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro .row.tags {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0px;
    font-size: 0rem;
    line-height: 1;
    width: auto;
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: visible;
    white-space: nowrap;
  }
}
.section-search-results .card-micro .row.tags .btn-filter-tag + .btn-filter-tag,
.section-search-results .card-micro .row.tags .pro-tag + .btn-filter-tag,
.section-search-results .card-micro .row.tags .btn-filter-tag + .pro-tag,
.section-search-results .card-micro .row.tags .pro-tag + .pro-tag {
  margin-left: 8px;
}
.section-search-results .card-micro .row.tags .pro-tag {
  color: #000000;
}
.section-search-results .card-micro .row .country {
  color: #707580;
  white-space: nowrap;
  min-width: 38px;
}
.section-search-results .card-micro .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*
			color: @black;
			display: inline;
			max-width: calc(~'100% - 12px');
			vertical-align: middle;
			*/
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro .title-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.section-search-results .card-micro .claimed-icon,
.section-search-results .card-micro .hot-icon {
  min-width: 11px;
  display: inline-block;
  white-space: nowrap;
  margin-left: 4px;
}
.section-search-results .card-micro .claimed-icon {
  min-width: 16px;
  margin-left: 12px;
  margin-bottom: 1px;
  vertical-align: middle;
}
.section-search-results .card-micro .mini-badge.inactive {
  margin-left: 12px;
}
.section-search-results .card-micro .artists {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 12px;
}
.section-search-results .card-micro a + article,
.section-search-results .card-micro figure + article {
  padding-left: 66px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro a + article,
  .section-search-results .card-micro figure + article {
    padding-left: 48px;
  }
}
.section-search-results .card-micro figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro figure {
    width: 32px;
    height: 32px;
  }
}
.section-search-results .card-micro figure.country {
  background-color: #cd79ba;
}
.section-search-results .card-micro figure.pop {
  background-color: #66c2e7;
}
.section-search-results .card-micro figure.hip-hop {
  background-color: #66d2d6;
}
.section-search-results .card-micro figure.rnb {
  background-color: #66c9ab;
}
.section-search-results .card-micro figure.latin {
  background-color: #f4729b;
}
.section-search-results .card-micro figure.electronic {
  background-color: #66d8ed;
}
.section-search-results .card-micro figure.rock {
  background-color: #7baad5;
}
.section-search-results .card-micro figure.metal {
  background-color: #798cc2;
}
.section-search-results .card-micro figure.punk {
  background-color: #a281bd;
}
.section-search-results .card-micro figure.jazz {
  background-color: #a6d78f;
}
.section-search-results .card-micro figure.reggae {
  background-color: #fdd471;
}
.section-search-results .card-micro figure.blues {
  background-color: #66cd94;
}
.section-search-results .card-micro figure.classical {
  background-color: #c9e188;
}
.section-search-results .card-micro figure.religious {
  background-color: #e0e97f;
}
.section-search-results .card-micro figure.european {
  background-color: #f5907a;
}
.section-search-results .card-micro figure.asian {
  background-color: #fabc78;
}
.section-search-results .card-micro figure.middle-eastern {
  background-color: #f0f070;
}
.section-search-results .card-micro figure.african {
  background-color: #ffe566;
}
.section-search-results .card-micro figure.other {
  background-color: #ddd;
}
.section-search-results .card-micro article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .card-micro article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-search-results .card-micro h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
}
.section-search-results .card-micro .absolute-link {
  position: absolute;
}
.section-search-results .btn-filter-tag {
  pointer-events: none;
  cursor: default;
  vertical-align: middle;
  color: #000000;
  border-color: #eef0fb;
  font-weight: 500;
  border-width: 1px;
  line-height: 22px;
  padding: 0 12px;
  letter-spacing: 0.5px;
}
.section-search-results .btn-filter-tag.small {
  font-size: 10px;
  font-size: 1rem;
}
.section-search-results .btn-filter-tag + .btn-filter-tag {
  margin-left: 4px;
}
.section-search-results .pro-table-pagination {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .pro-table-pagination {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: 0;
  }
}
.section-search-results .pro-table-pagination label {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .pro-table-pagination label {
    display: inline-block;
  }
}
.section-search-results .pro-table-pagination .btn-pagination {
  height: 30px;
  min-width: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .section-search-results .pro-table-pagination .btn-pagination {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.logo-blog-standalone {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 24px;
  line-height: 1;
}
.logo-blog-standalone + .blog-article-info {
  margin-left: auto;
}
.landing-section {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .landing-section {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.landing-section.white {
  background-color: #ffffff;
}
.landing-section.white-1 {
  background-color: #f4f6f6;
}
.landing-section.loading {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .landing-section.loading {
    min-height: 400px;
  }
}
.landing-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.landing-section.no-top-padding {
  padding-top: 0;
}
.landing-section .page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1308px;
}
.landing-section .section-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-section .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .landing-section .landing-section-title {
    font-size: 48px;
    font-size: 4.8pxrem;
    line-height: 56px;
  }
}
.landing-section .landing-section-title.alt {
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.landing-section .landing-section-title .dynamic-row {
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .landing-section .landing-section-title .dynamic-row {
    height: 56px;
  }
}
.landing-section .landing-section-title .dynamic-titles {
  -webkit-animation: dynamic-titles-6 10s 2s ease-out infinite;
  animation: dynamic-titles-6 10s 2s ease-out infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.landing-section .landing-section-title .dynamic-title {
  word-break: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 56px;
  overflow: hidden;
}
.landing-section .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
}
.landing-section .landing-section-subtitle .dynamic-row {
  height: 56px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.landing-section .landing-section-subtitle .dynamic-titles {
  -webkit-animation: dynamic-titles 8s 1s ease-out infinite;
  animation: dynamic-titles 8s 1s ease-out infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.landing-section .landing-section-subtitle .dynamic-title {
  height: 56px;
  overflow: hidden;
}
.landing-section .lead {
  margin: 0;
  padding: 0;
}
.landing-section .opacity-wrapper {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-section .opacity-wrapper.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.landing-section .btn-play-video {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  z-index: 1;
}
.landing-section .btn-play-video img {
  position: relative;
  z-index: 1;
}
.landing-section .btn-play-video .pulse {
  border-radius: 50%;
  -webkit-animation: pulse-play 2.5s linear infinite;
  animation: pulse-play 2.5s linear infinite;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: inline-block;
  background-color: #4e63ce;
  position: absolute;
  left: 0;
  top: 0;
}
.landing-section br.mobile-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .landing-section br.mobile-only {
    display: none;
  }
}
.landing-section br.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .landing-section br.tablet-forward {
    display: block;
  }
}
.feature-animation {
  position: relative;
}
.feature-animation .animation-wrapper {
  position: absolute;
  overflow: hidden;
  top: 3.8%;
  right: 9%;
  bottom: 10%;
  left: 9.1%;
  width: auto;
  height: auto;
}
.feature-animation .animation-element {
  will-change: transform;
}
.feature-animation img {
  width: 100%;
}
.featured-in {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #000000;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  color: #D5DDE0;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (max-width: 767px) {
  .featured-in {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .featured-in {
    height: 66px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-in.alt-b ul {
    max-width: 860px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-in ul {
    display: inline-block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .featured-in ul {
    max-width: 568px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.featured-in li {
  margin: 0 4px;
  display: inline-block;
}
@media only screen and (min-width: 360px) {
  .featured-in li {
    margin: 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-in li {
    margin: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
}
.featured-in li:first-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .featured-in li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .featured-in li:nth-child(2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-in li:last-child {
    margin-right: 0;
  }
}
.featured-in img {
  max-width: 100%;
  max-height: 20px;
}
@media only screen and (min-width: 768px) {
  .featured-in img {
    width: 100%;
    max-height: 33px;
  }
}
.secondary-features-navigation {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #000000;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  color: #D5DDE0;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: auto;
  white-space: nowrap;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .secondary-features-navigation {
    height: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .secondary-features-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.secondary-features-navigation::-webkit-scrollbar {
  height: 0;
}
.secondary-features-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (min-width: 768px) {
  .secondary-features-navigation ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.secondary-features-navigation li {
  margin: 0 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .secondary-features-navigation li:last-child {
    margin-right: 0;
  }
}
.secondary-features-navigation .v {
  margin-right: 8px;
  width: 16px;
}
.secondary-features-navigation .btn-secondary-features-navigation {
  border-radius: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 24px;
  padding: 4px 12px;
  white-space: nowrap;
}
.secondary-features-navigation .btn-secondary-features-navigation.active {
  background-color: #ffffff;
  color: #000000;
}
.section-landing-hero-lottie {
  display: block;
  background-image: url('../images/static/lottie-bg-768.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie {
    background-image: url('../images/static/lottie-bg-1024.png');
    background-size: 100% 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie {
    background-image: url('../images/static/lottie-bg-1200.png');
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-lottie {
    background-image: url('../images/static/lottie-bg-1600.png');
  }
}
.section-landing-hero-lottie .page {
  display: block;
  max-width: unset;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .page {
    padding-top: 80px;
  }
}
.section-landing-hero-lottie .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 300;
  padding: 16px 0 32px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 48px;
  }
}
.section-landing-hero-lottie .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 38px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 64px;
  }
}
.section-landing-hero-lottie .section-article {
  max-width: 1308px;
  margin: 0 auto;
}
.section-landing-hero-lottie .primary {
  position: relative;
  overflow: visible;
}
.section-landing-hero-lottie .primary:after {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  content: "No credit card needed";
  position: absolute;
  top: 64px;
  left: 22px;
  color: #707580;
  padding-left: 38px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .primary:after {
    white-space: nowrap;
    top: 5px;
    left: 100%;
    margin-left: 24px;
    padding-left: 0;
  }
}
.section-landing-hero-lottie .primary:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 22px;
  left: 22px;
  top: 60px;
  background-position: left center;
  background-image: url('../images/svg/lottie-arrow.svg');
  background-repeat: no-repeat;
  background-size: 29px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .primary:before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .primary:before {
    top: 22px;
    left: 100%;
    margin-left: 24px;
  }
}
.section-landing-hero-lottie .btn-play-track {
  margin-left: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .btn-play-track {
    display: none;
  }
}
.section-landing-hero-lottie .btn-play-clip {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #4e63ce;
  padding-left: 44px;
  position: relative;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .btn-play-clip {
    display: none;
  }
}
.section-landing-hero-lottie .btn-play-clip:hover {
  color: #6889e2;
}
.section-landing-hero-lottie .btn-play-clip:hover:before {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.section-landing-hero-lottie .btn-play-clip:hover:after {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  border-color: transparent transparent transparent #6889e2;
}
.section-landing-hero-lottie .btn-play-clip:before {
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
}
.section-landing-hero-lottie .btn-play-clip:after {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #4e63ce;
  left: 13px;
  top: 6px;
}
.section-landing-hero-lottie .lottie-wrapper {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -16px;
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 42px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .lottie-wrapper {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lottie-wrapper {
    background-size: 100% 100%;
    margin: 0 -40px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-lottie .lottie-wrapper {
    margin: 0 -90px;
  }
}
.section-landing-hero-lottie .lottie-wrapper:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-768.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lottie-wrapper:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-1024.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-lottie .lottie-wrapper:before {
    background-size: contain;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-1600.webp');
  }
}
.section-landing-hero-lottie .lottie-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
}
.section-landing-hero-lottie .lottie-nav button {
  margin: 0 8px;
}
.section-landing-hero-lottie .lottie-nav-btn {
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 200px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  border: 1px solid #000000;
  padding: 12px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .lottie-nav-btn {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lottie-nav-btn {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .lottie-nav-btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lottie-nav-btn {
    color: #a4a5a8;
    border-color: #a4a5a8;
  }
}
.section-landing-hero-lottie .lottie-nav-btn.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000000;
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .lottie-nav-btn.active {
    -webkit-animation: fadeIn 0.25s linear forwards;
    animation: fadeIn 0.25s linear forwards;
  }
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -32px;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .lottie-progress-circle-wrapper {
    display: none;
  }
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper:hover:before {
  background-color: #6889e2;
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper:before {
  border-radius: 50%;
  content: "";
  background-color: #4e63ce;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  z-index: 1;
  background-position: center;
  background-image: url('../images/svg/chevron-right-white.svg');
  background-repeat: no-repeat;
  background-size: 8px;
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper svg {
  height: 64px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 64px;
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper .lottie-progress-circle-bg {
  fill: none;
  stroke-width: 1;
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper .lottie-progress-circle-bar {
  fill: none;
  stroke: #ffffff;
  stroke: #000000;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1;
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main {
  max-width: 1308px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-container {
    padding-bottom: 28px;
  }
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-pagination {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-pagination {
    display: none;
  }
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet {
  border-radius: 99px;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 28px;
}
.section-landing-hero-lottie .logos {
  background-color: #ffffff;
  padding: 24px 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-lottie .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .logos {
    padding: 52px 40px;
  }
}
.section-landing-hero-lottie .logos ul {
  -webkit-animation: logos-ani 20s linear infinite;
  animation: logos-ani 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-lottie .logos ul {
    -webkit-animation: none;
    animation: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .logos ul {
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-lottie .logos ul:last-child {
    display: none;
  }
}
.section-landing-hero-lottie .logos ul li {
  margin: 0 12px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .logos ul li {
    margin: 0;
  }
}
.section-landing-hero-lottie .logos img {
  max-height: 32px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .logos img {
    max-height: unset;
  }
}
.section-landing-done-right {
  background-image: url('../images/static/bg-done-right-768.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 50%;
  padding: 80px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right {
    background-size: 100% 100%;
    background-image: url('../images/static/bg-done-right-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right {
    background-image: url('../images/static/bg-done-right-1200.png');
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-done-right {
    background-image: url('../images/static/bg-done-right-1600.png');
    background-size: 100% 92%;
  }
}
@media only screen and (min-width: 1599px) {
  .section-landing-done-right {
    background-size: 100% 80%;
  }
}
.section-landing-done-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/done-right-grid-768.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/done-right-grid-1024.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/done-right-grid-1200.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-done-right:before {
    background-size: contain;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/done-right-grid-1600.webp');
  }
}
.section-landing-done-right .trust-pilot {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .trust-pilot {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.section-landing-done-right .trust-pilot img {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .trust-pilot img {
    width: 132px;
    margin-right: 16px;
    margin-top: -1px;
  }
}
.section-landing-done-right .landing-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .landing-section-title {
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-done-right .bullets-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .bullets-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-done-right .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right .bullets {
    width: 875px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-landing-done-right .bullets.show li:nth-child(1) {
  -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
}
.section-landing-done-right .bullets.show li:nth-child(2) {
  -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
}
.section-landing-done-right .bullets.show li:nth-child(3) {
  -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
}
.section-landing-done-right .bullets.show li:nth-child(4) {
  -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
}
.section-landing-done-right .bullets li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 32px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .bullets li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right .bullets li {
    width: 400px;
    padding-right: 0;
  }
}
.section-landing-done-right .bullets li:last-child {
  margin-bottom: 0;
}
.section-landing-done-right .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .bullets li br {
    display: none;
  }
}
.section-landing-done-right .bullets a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #000000;
}
.section-landing-done-right .stat-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .stat-counters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(1) {
    -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  }
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(2) {
    -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  }
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(3) {
    -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  }
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(4) {
    -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  }
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(5) {
    -webkit-animation: feature-visual-addon 0.5s 1s ease-out forwards;
    animation: feature-visual-addon 0.5s 1s ease-out forwards;
  }
}
.section-landing-done-right .stat-counter {
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .stat-counter {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin-bottom: 0;
  }
}
.section-landing-done-right .stat-counter:last-child {
  margin-bottom: 0;
}
.section-landing-done-right .stat-counter strong {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .stat-counter strong {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right .stat-counter strong {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 56px;
  }
}
.section-landing-done-right .stat-counter label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: block;
  font-weight: 500;
}
.section-landing-done-right .channel-logos {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .section-landing-done-right .channel-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-done-right .channel-logos ul {
  -webkit-animation: logos-ani 30s linear infinite;
  animation: logos-ani 30s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media @bp_1440 {
				.animation(none);
				flex: 1;
				justify-content: center;
			}*/
  /*@media @bp_1440 {
				justify-content: space-between;
			}*/
}
.section-landing-done-right .channel-logos ul:last-child,
.section-landing-done-right .channel-logos ul:nth-child(2) {
  /*@media @bp_1440 {
					display: none;
				}*/
}
.section-landing-done-right .channel-logos ul li {
  margin: 0 6px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right .channel-logos ul li {
    margin: 0 8px;
  }
}
.section-landing-done-right .channel-logo {
  border-radius: 12px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 84px;
  min-height: 84px;
  max-width: 84px;
  max-height: 84px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .channel-logo {
    min-width: 112px;
    min-height: 112px;
    max-width: 112px;
    max-height: 112px;
  }
}
.section-landing-done-right .channel-logo .icon {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .channel-logo .icon {
    min-height: 64px;
  }
}
.section-landing-done-right .channel-logo img {
  width: 48px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .channel-logo img {
    width: 64px;
  }
}
.section-landing-done-right .channel-logo label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .channel-logo label {
    margin-top: 4px;
  }
}
.section-landing-testimonial {
  padding: 0 0 80px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddeff));
  background: linear-gradient(180deg, #ffffff 0%, #dddeff 100%);
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial {
    padding: 80px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f2ff));
    background: linear-gradient(180deg, #ffffff 0%, #f1f2ff 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial {
    padding-bottom: 160px;
  }
}
.section-landing-testimonial .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial .testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial .testimonial {
    margin-right: -24px;
  }
}
.section-landing-testimonial figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 148px;
  height: 148px;
  min-width: 148px;
  margin-right: -12px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial figure {
    width: 256px;
    height: 256px;
    min-width: 256px;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 34px;
  }
}
.section-landing-testimonial figure img {
  border-radius: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.section-landing-testimonial figure:before {
  border-radius: 50%;
  width: 148px;
  height: 148px;
  content: "";
  position: absolute;
  z-index: 0;
  left: -24px;
  top: -4px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial figure:before {
    width: 256px;
    height: 256px;
  }
}
.section-landing-testimonial figure img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.section-landing-testimonial blockquote {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  padding: 0 8px;
  background-position: left 32px top;
  background-image: url('../images/svg/testimonial-quote.svg');
  background-repeat: no-repeat;
  background-size: 86px;
  position: relative;
  padding-top: 90px;
  text-align: left;
  margin: 0;
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    background-size: 112px;
    padding: 117px 0 0 64px;
    background-position: left top;
  }
}
.section-landing-testimonial blockquote p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  color: #4e63ce;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#6e91ff), to(#4f4eec));
  background: linear-gradient(to right, #6e91ff 0%, #4f4eec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 660px;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial blockquote p {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.section-landing-testimonial blockquote cite {
  padding: 16px 0;
  display: block;
  font-style: normal;
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial blockquote br {
    display: none;
  }
}
.section-landing-testimonial blockquote img {
  -webkit-filter: contrast(200%);
          filter: contrast(200%);
  width: 121px;
}
.section-landing-check-out {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out {
    padding: 110px 0 80px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f2ff), to(#dddeff));
    background: linear-gradient(180deg, #f1f2ff 0%, #dddeff 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-check-out .page {
    padding: 0;
  }
}
.section-landing-check-out .landing-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .landing-section-title {
    line-height: 64px;
  }
}
.section-landing-check-out .check-out {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  max-width: 1112px;
  width: 100%;
  padding: 56px 16px 80px 16px;
  overflow: hidden;
  position: relative;
  background-position: left -40px top;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/check-out-grid-768.webp');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .check-out {
    padding: 64px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-1024.webp');
    background-size: 100%;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .check-out {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-1200.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .check-out {
    border-radius: 12px;
    overflow: visible;
  }
}
.section-landing-check-out .check-out p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .check-out p br {
    display: none;
  }
}
.section-landing-check-out .check-out .graph {
  position: absolute;
  top: 40px;
  right: -120px;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .check-out .graph {
    top: auto;
    bottom: 30px;
    right: 30px;
  }
}
.section-landing-check-out .check-out .artists {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .check-out .artists {
    position: absolute;
    bottom: 0;
    right: -150px;
    display: block;
  }
}
.section-landing-check-out .wannabe-search {
  border-radius: 99px;
  height: 64px;
  background-color: #ffffff;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 68px;
  cursor: pointer;
  background-position: left 26px center;
  background-image: url('../images/svg/search-pro-table.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  margin: 32px 16px 72px 16px;
  max-width: 598px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .wannabe-search {
    margin: 40px auto 56px auto;
  }
}
.section-landing-check-out .cards {
  padding-top: 32px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -16px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .cards {
    padding-top: 40px;
    margin: 0 -64px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards {
    padding-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 848px;
    overflow: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards.show li:nth-child(1) {
    -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  }
  .section-landing-check-out .cards.show li:nth-child(2) {
    -webkit-animation: feature-visual-addon 0.5s 0.5s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.5s ease-out forwards;
  }
  .section-landing-check-out .cards.show li:nth-child(3) {
    -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  }
}
.section-landing-check-out .cards .pro-section-swiper.swiper-main {
  margin: 0 auto;
}
.section-landing-check-out .cards .swiper-slide {
  width: 262px;
  min-width: 262px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards .swiper-slide {
    display: none;
  }
}
.section-landing-check-out .cards ul {
  display: none;
  /*&:last-child {

				@media @bp_1024 {
					display: none;
				}
			}*/
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards ul {
    -webkit-animation: none;
    animation: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex: 1;
        flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards ul li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin: 0 20;
  }
}
.section-landing-check-out .card {
  -webkit-transition: transform 200ms linear;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 262px;
  max-width: 262px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .card:hover {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}
.section-landing-check-out .card figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border: 1px solid #e8eced;
  background-size: cover;
}
.section-landing-check-out .card article {
  padding-left: 12px;
}
.section-landing-check-out .card h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.section-landing-check-out .tags {
  font-size: 0px;
  font-size: 0rem;
  margin: -3px;
}
.section-landing-check-out .pro-tag {
  border-radius: 12px;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  line-height: 11px;
  text-transform: uppercase;
  background-color: #f4f6f6;
  padding: 0 8px;
  margin: 3px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  color: #000000;
}
.section-landing-built-for {
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0 0 0;
  background-color: #DDDEFF;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for {
    padding-bottom: 80px;
  }
}
.section-landing-built-for.active-1 {
  background-color: #DDDEFF;
}
.section-landing-built-for.active-1 .features-navigation-btn:not(.active) {
  background-color: #DDDEFF;
}
.section-landing-built-for.active-2 {
  background-color: #D9ECF6;
}
.section-landing-built-for.active-2 .features-navigation-btn:not(.active) {
  background-color: #D9ECF6;
}
.section-landing-built-for.active-3 {
  background-color: #EEE1FF;
}
.section-landing-built-for.active-3 .features-navigation-btn:not(.active) {
  background-color: #EEE1FF;
}
.section-landing-built-for.active-4 {
  background-color: #E4EFFF;
}
.section-landing-built-for.active-4 .features-navigation-btn:not(.active) {
  background-color: #E4EFFF;
}
.section-landing-built-for.active-5 {
  background-color: #D4E3FD;
}
.section-landing-built-for.active-5 .features-navigation-btn:not(.active) {
  background-color: #D4E3FD;
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for {
    background-color: #DDDEFF !important;
  }
}
.section-landing-built-for .features-navigation {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .features-navigation {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 1308px;
    padding: 0 40px;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-built-for .features-navigation {
    padding: 0 90px;
  }
}
.section-landing-built-for .features-navigation .features-navigation-btn {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 99px;
  pointer-events: none;
  cursor: default;
  line-height: 24px;
  font-weight: 500;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 2;
  border: 1px solid #000000;
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for .features-navigation .features-navigation-btn {
    display: none;
  }
}
.section-landing-built-for .features-navigation .features-navigation-btn.active {
  color: #ffffff;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(1) {
  background-color: #4F4EEC;
  border-color: #4F4EEC;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(2) {
  background-color: #003386;
  border-color: #003386;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(3) {
  background-color: #FF657A;
  border-color: #FF657A;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(4) {
  background-color: #0A85FF;
  border-color: #0A85FF;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(5) {
  background-color: #0000FF;
  border-color: #0000FF;
}
.section-landing-built-for .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
.section-landing-built-for .col-1 .feature-visual {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 .feature-visual {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 .feature {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
    height: 100vh;
    min-height: 100vh;
  }
}
.section-landing-built-for .col-2 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 100vh;
  }
}
.section-landing-built-for .landing-section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-built-for .landing-section-title {
    margin-bottom: 48px;
  }
}
.section-landing-built-for .landing-section-title + .features-navigation + .feature-section {
  padding-top: 0;
}
.section-landing-built-for .feature-section {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for .feature-section {
    background-color: #DDDEFF;
  }
  .section-landing-built-for .feature-section .feature-section-title {
    background-color: #4F4EEC;
  }
  .section-landing-built-for .feature-section + .feature-section {
    background-color: #D9ECF6;
  }
  .section-landing-built-for .feature-section + .feature-section .feature-section-title {
    background-color: #003386;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section {
    background-color: #EEE1FF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #FF657A;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section {
    background-color: #E4EFFF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #0A85FF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section + .feature-section {
    background-color: #D4E3FD;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #0000FF;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section .page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-landing-built-for .feature-section-title {
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 99px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 24px;
  background-color: #4e63ce;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 3;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section-title {
    display: none;
  }
}
.section-landing-built-for .feature-section-title + .feature {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature {
    height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for .feature + .feature {
    margin-top: 80px;
  }
}
.section-landing-built-for .visuals {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.section-landing-built-for .visuals .feature-visual {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-landing-built-for .feature-visual {
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-visual {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-landing-built-for .feature-visual.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-landing-built-for .feature-visual.show .visual-addon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: feature-visual-addon 0.5s 0.3s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.3s ease-out forwards;
}
.section-landing-built-for .feature-visual figure {
  position: relative;
}
.section-landing-built-for .feature-visual img {
  width: 100%;
}
.section-landing-built-for .feature-visual .visual-addon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section-landing-built-for .feature-article {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for .feature-article {
    padding: 0 16px;
  }
}
.section-landing-built-for .feature-article h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  padding-bottom: 24px;
}
.section-landing-built-for .feature-article p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-article p {
    font-weight: 300;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .actions {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    top: calc(50% + 376px);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-built-for .actions .btn-get-started {
  margin-top: 78px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .actions .btn-get-started {
    margin-top: 0;
  }
}
.section-landing-book-a-call {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f6), to(#edeff8));
    background: linear-gradient(180deg, #f4f6f6 0%, #edeff8 100%);
    padding: 110px 0 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-book-a-call .page {
    padding: 0;
  }
}
.section-landing-book-a-call .landing-section-title {
  color: #ffffff;
  margin-bottom: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-book-a-call .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-landing-book-a-call .book-a-call {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #ffffff;
  background-color: #000000;
  max-width: 1128px;
  width: 100%;
  padding: 56px 16px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call {
    border-radius: 12px;
    padding: 56px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-book-a-call .book-a-call article {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call article {
    width: 50%;
    padding-right: 40px;
  }
}
.section-landing-book-a-call .book-a-call article p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 32px 0 8px 0;
}
.section-landing-book-a-call .book-a-call .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #ffffff;
}
.section-landing-book-a-call .book-a-call .bullets li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
  text-align: left;
}
.section-landing-book-a-call .book-a-call .bullets li:last-child {
  margin-bottom: 0;
}
.section-landing-book-a-call .book-a-call .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.section-landing-book-a-call .book-a-call-form {
  border-radius: 8px;
  color: #000000;
  background-color: #ffffff;
  padding: 40px 24px;
  text-align: left;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call-form {
    width: 50%;
    padding: 40px 32px;
    margin-top: 0;
  }
}
.section-landing-book-a-call .book-a-call-form legend {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  display: block;
  padding-bottom: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call-form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call-form .row .form-row:first-child {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call-form .row .form-row:last-child {
    margin-left: 4px;
  }
}
/* OLD
.section-landing-choose-better {
	//background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bg-done-right-768.png');
	background-image: url('../images/static/bg-choose-better-768.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% 100%;
	padding: 80px 0 0 0;

	@media @bp_1024 {
		background-image: url('../images/static/bg-choose-better-1024.png');
	}

	@media @bp_1200 {
		background-image: url('../images/static/bg-choose-better-1200.png');
	}

	@media @bp_1600 {
		background-image: url('../images/static/bg-choose-better-1600.png');
	}

	.landing-section-title {
		.opacity(0);
		color: @white;
		text-align: center;
		margin-bottom: 40px;

		@media @bp_768 {
			line-height: 64px;
		}

		&.show {
			.animation(feature-visual-addon 0.5s 0.2s ease-out forwards);
		}
	}

	.bullets-wrapper {

		@media @bp_768_max {
			padding-left: 16px;
			padding-right: 16px;
		}
		
		@media @bp_768 {
			margin: 0 auto;
			display: flex;
			justify-content: center;
		}
	}

	.bullets {
		.font-size(16);
		color: @white;
		line-height: 24px;

		@media @bp_768 {
			display: flex;
			flex-wrap: wrap;
		}

		@media @bp_1024 {
			width: 875px;
			margin: 0 auto;
			justify-content: space-between;
		}

		&.show {
			
			li {

				&:nth-child(1) {
					.animation(feature-visual-addon 0.5s 0.2s ease-out forwards);
				}

				&:nth-child(2) {
					.animation(feature-visual-addon 0.5s 0.4s ease-out forwards);
				}

				&:nth-child(3) {
					.animation(feature-visual-addon 0.5s 0.6s ease-out forwards);
				}

				&:nth-child(4) {
					.animation(feature-visual-addon 0.5s 0.8s ease-out forwards);
				}
			}
		}

		li {
			.opacity(0);
			padding-left: 40px;
			position: relative;
			margin-bottom: 16px;
			text-align: left;

			@media @bp_768 {
				.box-sizing;
				width: 50%;
				padding-right: 5%;
				margin-bottom: 32px;
			}

			@media @bp_1024 {
				width: 400px;
				padding-right: 0;
			}

			&:last-child {
				
				@media @bp_768_max {
					margin-bottom: 0;
				}
			}

			&:before {
				content: "";
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				background-image: url('../images/svg/icon-check-circle-big.svg');
				width: 24px;
				height: 24px;
				position: absolute;
				left: 0;
				top: 0;
			}
		}

		p {
			//.font-size(12);
			//line-height: 16px;
			color: @white;
			margin: -1px 0 0 0;
			padding: 0;
		}
	}

	.actions {
		.opacity(0);
		margin-top: 24px;
		display: flex;
		align-items: center;
		justify-content: center;

		@media @bp_768 {
			margin-top: 0;
		}

		&.show {
			.animation(feature-visual-addon 0.5s 0.6s ease-out forwards);
		}
	}

	.visual {
		position: relative;
		margin-top: 32px;

		&.show {

			.va-1 {
				.animation(feature-visual-addon 0.5s 0.2s ease-out forwards);
			}

			.va-2 {
				.animation(feature-visual-addon 0.5s 0.5s ease-out forwards);
			}

			.va-3 {
				.animation(feature-visual-addon 0.5s 0.8s ease-out forwards);
			}
		}

		.visual-addon {
			.opacity(0);
			position: absolute;
			top: 0;
			left: 0;
		}
	}
}*/
.section-landing-choose-better {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/bg-choose-better-768.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-choose-better {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/bg-choose-better-1024.png');
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-choose-better {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/bg-choose-better-1200.png');
  }
}
@media only screen and (min-width: 1599px) {
  .section-landing-choose-better {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/bg-choose-better-1600.png');
  }
}
.section-landing-choose-better.alt-pricing .landing-section-title {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better.alt-use-case {
    background-position: center bottom;
  }
}
.section-landing-choose-better.alt-use-case .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better.alt-use-case .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-landing-choose-better .landing-section-title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .landing-section-title {
    line-height: 64px;
  }
}
.section-landing-choose-better .landing-section-title.show {
  -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
}
.section-landing-choose-better .landing-section-lead {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.section-landing-choose-better .landing-section-lead.show {
  -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
}
@media only screen and (max-width: 767px) {
  .section-landing-choose-better .bullets-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .bullets-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-choose-better .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-choose-better .bullets {
    width: 875px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-landing-choose-better .bullets.show li:nth-child(1) {
  -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
}
.section-landing-choose-better .bullets.show li:nth-child(2) {
  -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
}
.section-landing-choose-better .bullets.show li:nth-child(3) {
  -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
}
.section-landing-choose-better .bullets.show li:nth-child(4) {
  -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
}
.section-landing-choose-better .bullets li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .bullets li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-right: 5%;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-choose-better .bullets li {
    width: 400px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-choose-better .bullets li:last-child {
    margin-bottom: 0;
  }
}
.section-landing-choose-better .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.section-landing-choose-better .bullets p {
  color: #ffffff;
  margin: -1px 0 0 0;
  padding: 0;
}
.section-landing-choose-better .actions {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .actions {
    margin-top: 0;
  }
}
.section-landing-choose-better .actions.show {
  -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
}
.section-landing-choose-better .visual {
  position: relative;
  margin-top: 32px;
}
.section-landing-choose-better .visual.show .va-1 {
  -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
}
.section-landing-choose-better .visual.show .va-2 {
  -webkit-animation: feature-visual-addon 0.5s 0.5s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.5s ease-out forwards;
}
.section-landing-choose-better .visual.show .va-3 {
  -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
}
.section-landing-choose-better .visual .visual-addon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.section-pros-already-use {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use {
    padding-top: 80px;
  }
}
.section-pros-already-use.alt-d {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e6fb), to(#dddeff));
  background: linear-gradient(180deg, #e5e6fb 0%, #dddeff 100%);
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use.alt-d {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use.alt-d .list-pros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use.alt-d .item {
    width: 33.33%;
    max-width: 286px;
  }
}
.section-pros-already-use.alt-d .pro-user-card figure {
  border-radius: 8px;
  overflow: hidden;
}
.section-pros-already-use.alt-c {
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use.alt-c {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pros-already-use > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-pros-already-use .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .landing-section-subtitle {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pros-already-use .landing-section-subtitle br {
    display: none;
  }
}
.section-pros-already-use .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  color: #424547;
  max-width: 720px;
  margin: 0 auto;
}
.section-pros-already-use .landing-section-sub-subtitle {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 32px;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .landing-section-sub-subtitle {
    padding-top: 80px;
  }
}
.section-pros-already-use .list-pros {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .list-pros {
    *zoom: 1;
    margin: 0 -14px;
  }
  .section-pros-already-use .list-pros:before {
    content: " ";
    display: table;
  }
  .section-pros-already-use .list-pros:after {
    content: " ";
    display: table;
    clear: both;
  }
}
.section-pros-already-use .item {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 14px;
  }
}
.section-pros-already-use .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item:first-child {
    padding-top: 14px;
  }
}
.section-pros-already-use .item:nth-child(1) .pro-user-card figure {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item:nth-child(2) .pro-user-card figure {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item:nth-child(3) .pro-user-card figure {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item:nth-child(4) .pro-user-card figure {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms;
  }
}
.section-pros-already-use video[poster] {
  height: 100%;
  width: 100%;
}
.section-pros-already-use .pro-user-card {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.section-pros-already-use .pro-user-card.with-icon figure {
  position: relative;
}
.section-pros-already-use .pro-user-card.with-icon figure.playing:before {
  content: none;
}
.section-pros-already-use .pro-user-card.with-icon figure:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/play-circle-icon.svg');
  z-index: 1;
  width: 64px;
  height: 64px;
}
.section-pros-already-use .pro-user-card.fade-in figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-pros-already-use .pro-user-card figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: relative;
}
.section-pros-already-use .pro-user-card article {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-top: 16px;
  color: #424547;
  text-align: center;
}
.section-pros-already-use .pro-user-card video {
  max-width: 100%;
}
.section-pros-already-use .pro-user-card h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
}
.section-pros-already-use .pro-user-card span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .mobile-only {
    display: none;
  }
}
.section-pros-already-use .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .tablet-forward {
    display: block;
  }
}
.section-reviews {
  padding: 80px 0 0 0;
}
.section-reviews.gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f2ff), to(#e5e6fb));
  background: linear-gradient(180deg, #f1f2ff 0%, #e5e6fb 100%);
}
@media only screen and (min-width: 1024px) {
  .section-reviews.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#edeff8), to(#e5e6fb));
    background: linear-gradient(180deg, #edeff8 0%, #e5e6fb 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .section-reviews.gradient.alt-c {
    padding-top: 186px;
  }
}
.section-reviews.gradient.alt-c .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px 0;
}
.section-reviews.gradient.alt-c .cards .card-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-reviews.gradient.alt-c .review-card {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-reviews.gradient.alt-c .cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-c .cards-row.show .card-item:nth-child(1) {
    -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  }
  .section-reviews.gradient.alt-c .cards-row.show .card-item:nth-child(2) {
    -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  }
  .section-reviews.gradient.alt-c .cards-row.show .card-item:nth-child(3) {
    -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  }
}
.section-reviews.gradient #lottie-stars,
.section-reviews.gradient #lottie-stars-mobile {
  width: 210px;
  height: 30px;
}
.section-reviews.gradient .landing-section-subtitle {
  font-weight: bold;
}
.section-reviews.gradient .review-card .card-content {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
.section-reviews.gradient .review-card .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-reviews.gradient .review-card .avatar {
  border-radius: 50%;
  border: 1px solid #e8eced;
  min-width: 40px;
  height: 40px;
  width: 40px;
  overflow: hidden;
}
.section-reviews.gradient .review-card .avatar img {
  width: 100%;
}
.section-reviews.gradient .review-card .author {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-reviews.gradient .review-card .company {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  width: 100%;
  font-weight: normal;
}
.section-reviews.gradient .review-card .flag {
  border: 1px solid #e8eced;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 2px;
}
.section-reviews.gradient .swiper-main {
  margin-top: -15px;
}
.section-reviews.gradient .swiper-slide {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .section-reviews.mobile-only {
    display: none;
  }
}
.section-reviews.alt-b {
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-reviews.alt-b {
    padding-bottom: 80px;
  }
}
.section-reviews.alt-c {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-reviews.alt-c {
    display: block;
    padding: 80px 0 80px 0;
  }
}
.section-reviews.alt-c > .page {
  max-width: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.section-reviews.alt-c article {
  max-width: 1024px;
}
.section-reviews.alt-c .review-card {
  height: auto;
}
.section-reviews.alt-c .review-card .author {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-reviews.alt-c .review-card .user-rating img {
  width: 132px;
}
.section-reviews.alt-c .review-card p {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-reviews > .page {
  max-width: 1142px;
  width: 100%;
}
.section-reviews .cols {
  *zoom: 1;
  margin: -12px;
}
.section-reviews .cols:before {
  content: " ";
  display: table;
}
.section-reviews .cols:after {
  content: " ";
  display: table;
  clear: both;
}
.section-reviews .cols .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 33.33%;
  padding: 12px;
  float: left;
}
.section-reviews .cols .review-card {
  padding: 0;
}
.section-reviews .cols .review-card + .review-card {
  margin: 24px 0 0 0;
}
.section-reviews .landing-section-subtitle {
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
  text-align: center;
  padding-bottom: 40px;
}
.section-reviews .user-rating {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  text-align: center;
  padding-bottom: 24px;
  color: #424547;
}
@media only screen and (min-width: 768px) {
  .section-reviews .user-rating {
    font-size: 20px;
    font-size: 2rem;
  }
}
.section-reviews .user-rating div {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .section-reviews .user-rating div {
    margin-top: 12px;
  }
}
.section-reviews article {
  padding-top: 10px;
  width: 100%;
  max-width: 984px;
}
@media only screen and (min-width: 768px) {
  .section-reviews article {
    padding-top: 32px;
  }
}
.section-reviews .review-card {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .section-reviews .review-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-reviews .review-card .avatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.section-reviews .review-card .user-rating {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-reviews .review-card .user-rating img {
    width: 130px;
  }
}
.section-reviews .review-card .card-content {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 16px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-reviews .review-card .card-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 24px;
  }
}
.section-reviews .review-card p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-reviews .review-card p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.section-reviews .review-card p strong {
  font-weight: normal;
  background-color: rgba(255, 190, 0, 0.5);
}
.section-reviews .review-card .row {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  color: #424547;
  padding-top: 24px;
}
.section-reviews .review-card .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  vertical-align: baseline;
  margin-left: 8px;
}
.section-reviews .review-card .author {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-container {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-container {
    min-height: 260px;
  }
}
.section-reviews .pro-section-swiper.swiper-main .swiper-wrapper {
  padding-bottom: 60px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-wrapper {
    padding-bottom: 20px;
    height: 260px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-wrapper {
    height: 290px;
  }
}
.section-reviews .pro-section-swiper.swiper-main .swiper-slide {
  width: 290px;
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-slide {
    width: auto;
  }
}
.section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card {
  padding: 0;
}
.section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card .card-content {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card .card-content {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 1024px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card .card-content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card .author {
  font-size: 15px;
  font-size: 1.5rem;
}
.section-reviews .pro-section-swiper.swiper-main .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-pagination {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-pagination {
    width: 280px;
    left: 50%;
    margin-left: -170px;
  }
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-button-prev {
    right: auto;
    left: 50%;
    margin-left: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 150px;
  }
}
.section-landing-hero {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  min-height: calc(100vh - 50px);
  background: #333;
  padding-top: 64px;
  padding-bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/top-gradient-768.png');
  background-attachment: scroll;
  z-index: 1;
  position: relative;
  /*
	&.spotify,
	&.beatport,
	&.airplay {

		.content-wrapper {

			@media @bp_1024 {
				padding-top: 50px;
				padding-bottom: 50px;
			}
		}

		.landing-section-title {

			br {

				@media @bp_1024 {
					display: block;
				}
			}
		}

		.laptop {

			&:before {
				content: none;
			}
		}
	}

	&.spotify {
		background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/spotify-gradient-768.png');
		//background-image: url('../images/static/spotify-gradient-768.png');

		@media @bp_768 {
			background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/spotify-gradient-1024.png');
			//background-image: url('../images/static/spotify-gradient-1024.png');
		}

		@media @bp_1024 {
			background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/spotify-gradient-1440.png');
			//background-image: url('../images/static/spotify-gradient-1440.png');
		}

		@media @bp_1440 {
			background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/spotify-gradient-1920.png');
			//background-image: url('../images/static/spotify-gradient-1920.png');
		}
	}

	&.beatport {
		background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/beatport-gradient-768.png');
		//background-image: url('../images/static/beatport-gradient-768.png');

		@media @bp_768 {
			background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/beatport-gradient-1024.png');
			//background-image: url('../images/static/beatport-gradient-1024.png');
		}

		@media @bp_1024 {
			background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/beatport-gradient-1440.png');
			//background-image: url('../images/static/beatport-gradient-1440.png');
		}

		@media @bp_1440 {
			background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/beatport-gradient-1920.png');
			//background-image: url('../images/static/beatport-gradient-1920.png');
		}
	}

	&.airplay {
		background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/radio-gradient-768.png');
		//background-image: url('../images/static/radio-gradient-768.png');

		@media @bp_768 {
			background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/radio-gradient-1024.png');
			//background-image: url('../images/static/radio-gradient-1024.png');
		}

		@media @bp_1024 {
			background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/radio-gradient-1440.png');
			//background-image: url('../images/static/radio-gradient-1440.png');
		}

		@media @bp_1440 {
			background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/radio-gradient-1920.png');
			//background-image: url('../images/static/radio-gradient-1920.png');
		}
	}
*/
}
@media only screen and (max-width: 767px) {
  .section-landing-hero {
    padding-bottom: 30px;
    overflow: hidden;
  }
  .section-landing-hero:after {
    pointer-events: none;
    cursor: default;
    content: "";
    height: 31px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #f3f5f6;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero {
    min-height: unset;
    background-attachment: fixed;
    padding-top: 86px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/top-gradient-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero {
    min-height: calc(100vh - 74px);
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/top-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/top-gradient-1920.png');
  }
}
.section-landing-hero.alt-b {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero.alt-b {
    min-height: calc(100vh - 50px - env(safe-area-inset-bottom));
    padding-bottom: 0;
  }
  .section-landing-hero.alt-b:after {
    content: none;
  }
}
.section-landing-hero.alt-b .page {
  max-width: 1440px;
}
.section-landing-hero.alt-b .section-article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 46px;
}
@media only screen and (min-height: 700px) {
  .section-landing-hero.alt-b .section-article {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.alt-b .section-article {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.alt-b .section-article {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    padding-bottom: 66px;
  }
}
.section-landing-hero.alt-b .content-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.alt-b .content-wrapper {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 450px;
    min-width: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.alt-b .opacity-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.alt-b .landing-section-title,
  .section-landing-hero.alt-b .lead,
  .section-landing-hero.alt-b .actions,
  .section-landing-hero.alt-b .opacity-wrapper {
    text-align: left;
  }
}
.section-landing-hero.alt-b .landing-section-title {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.alt-b .landing-section-title {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.alt-b .landing-section-title {
    padding-top: 0;
  }
}
.section-landing-hero.alt-b .actions {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.alt-b .trust-pilot {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-landing-hero.alt-b .laptop {
  position: relative;
  padding-top: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.alt-b .laptop {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.alt-b .laptop {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.alt-b .laptop:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    bottom: 0;
    background-image: url('../images/svg/icons-laptop.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.section-landing-hero.alt-b .logos {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero.alt-b .feature-animation {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.section-landing-hero.alt-b .feature-animation .animation-wrapper {
  top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-hero.company {
  color: #000000;
  background: none;
  position: relative;
  min-height: calc(100vh - 50px - env(safe-area-inset-bottom));
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.company .page {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.company .page {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-height: 700px) {
  .section-landing-hero.company .section-article {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.company .section-article {
    width: 100%;
    padding-bottom: 0;
  }
}
.section-landing-hero.company .lead {
  color: #424547;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero.company .lead {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero.company .actions {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.company .actions {
    margin-top: 48px;
  }
}
.section-landing-hero.company .trust-pilot {
  color: #a0aeb4;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.company .trust-pilot {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.company .laptop {
    padding-top: 0;
  }
}
.section-landing-hero.company .laptop:before {
  content: none;
}
.section-landing-hero.company .trusted-by {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.company .trusted-by {
    display: block;
    padding: 0 24px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
  }
}
.section-landing-hero.feature-hero {
  color: #000000;
  background-image: none;
  background-color: transparent;
  min-height: unset;
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.feature-hero {
    padding-bottom: 125px;
  }
}
.section-landing-hero.feature-hero + .section-landing-features.alt-b {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.feature-hero + .section-landing-features.alt-b {
    padding-top: 35px;
  }
}
.section-landing-hero.feature-hero.feature-artist {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-artist:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-performance-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-artist:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-performance-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-artist .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-performance-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-artist .laptop {
    background: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-artist .landing-section-title br {
    display: block;
  }
}
.section-landing-hero.feature-hero.feature-spotify {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-spotify:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-spotify-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-spotify:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-spotify-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-spotify .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-spotify-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-spotify .laptop {
    background: none;
  }
}
.section-landing-hero.feature-hero.feature-beatport {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-beatport:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-beatport-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-beatport:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-beatport-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-beatport .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-beatporrt-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-beatport .laptop {
    background: none;
  }
}
.section-landing-hero.feature-hero.feature-country {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-country:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-country-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-country:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-country-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-country .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-country-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-country .laptop {
    background: none;
  }
}
.section-landing-hero.feature-hero.feature-genre {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-genre:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-genre-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-genre:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-genre-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-genre .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-genre-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-genre .laptop {
    background: none;
  }
}
.section-landing-hero.feature-hero.feature-compare {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-compare:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-compare-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-compare:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-compare-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-compare .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-compare-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-compare .laptop {
    background: none;
  }
}
.section-landing-hero.feature-hero.feature-compare .feature-icon {
  border: 0;
}
.section-landing-hero.feature-hero.feature-charts {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-charts:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-charts-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-charts:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-charts-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-charts .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-charts-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-charts .laptop {
    background: none;
  }
}
.section-landing-hero.feature-hero.feature-social {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-social:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-socials-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-social:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-socials-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-social .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-socials-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-social .laptop {
    background: none;
  }
}
.section-landing-hero.feature-hero.feature-airplay {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-airplay:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-airplay-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-airplay:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-airplay-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-airplay .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-radio-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-airplay .laptop {
    background: none;
  }
}
.section-landing-hero.feature-hero.feature-festival {
  background: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-festival:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-festivals-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.feature-hero.feature-festival:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-festivals-gradient-1920.png');
  }
}
.section-landing-hero.feature-hero.feature-festival .laptop {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/features-festivals-gradient-mobile.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero.feature-festival .laptop {
    background: none;
  }
}
.section-landing-hero.feature-hero:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 158px;
  content: "";
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-landing-hero.feature-hero .section-article {
  text-align: center;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero .section-article {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 90px;
  }
}
.section-landing-hero.feature-hero .laptop {
  min-height: unset;
  width: auto;
  padding-top: 56px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.feature-hero .laptop {
    margin: 0 -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero .laptop {
    margin: 0;
    padding: 0;
  }
}
.section-landing-hero.feature-hero .laptop:before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero.feature-hero .laptop figure {
    margin-top: 0;
  }
}
.section-landing-hero.feature-hero .feature-animation {
  max-width: none;
}
.section-landing-hero.feature-hero .feature-icon {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero .feature-icon {
    margin-bottom: 32px;
  }
}
.section-landing-hero.feature-hero .feature-icon img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.section-landing-hero.feature-hero .content-wrapper {
  z-index: 1;
  margin-top: -60px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero .content-wrapper {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.feature-hero .landing-section-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
  }
}
.section-landing-hero.feature-hero .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #424547;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero > .page {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.section-landing-hero .section-article {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .section-article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.section-landing-hero .landing-section-title {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .landing-section-title br {
    display: none;
  }
}
.section-landing-hero .lead {
  text-align: center;
  margin: 16px auto 0 auto;
  max-width: 580px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .lead {
    margin-top: 8px;
  }
}
.section-landing-hero .actions {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .actions {
    margin-top: 24px;
  }
}
.section-landing-hero .trust-pilot {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e8eced;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .trust-pilot {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 72px;
  }
}
.section-landing-hero .trust-pilot img {
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero .trust-pilot img {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .trust-pilot img {
    width: 135px;
    margin-right: 16px;
  }
}
.section-landing-hero .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .logos {
    margin-bottom: 30px;
  }
}
.section-landing-hero .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .logos ul {
    width: auto;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .logos li {
    margin: 0 15px;
  }
}
.section-landing-hero .logos img {
  width: 100%;
  max-width: 15px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .logos img {
    max-width: none;
    width: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .mobile-only {
    display: none;
  }
}
.section-landing-hero .laptop {
  margin-top: auto;
  padding-top: 50px;
  width: 100%;
  margin-bottom: -10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .laptop {
    padding-top: 35px;
    margin-bottom: -150px;
  }
}
.section-landing-hero .laptop .laptop-trigger {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 1;
  will-change: transform;
}
.section-landing-hero .lottie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-hero .feature-animation {
  max-width: 920px;
  width: 100%;
  margin-top: 40px;
  will-change: transform;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero .feature-animation {
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 480px) {
  .section-landing-hero .feature-animation {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .feature-animation {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1919px) {
  .section-landing-hero .feature-animation {
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero .feature-animation.zoom-out {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    margin-top: 0;
  }
}
.section-landing-hero .media-container {
  position: relative;
}
.section-landing-hero .trusted-by {
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .trusted-by {
    padding-top: 80px;
  }
}
.section-landing-hero .trusted-by h4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #424547;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.section-landing-hero .trusted-by h4 span {
  display: inline-block;
  position: relative;
  margin: 0 auto 32px auto;
  padding: 0 16px;
}
.section-landing-hero .trusted-by h4 span:before,
.section-landing-hero .trusted-by h4 span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #D7D7D7;
}
.section-landing-hero .trusted-by h4 span:before {
  left: -1000px;
  right: 100%;
}
.section-landing-hero .trusted-by h4 span:after {
  right: -1000px;
  left: 100%;
}
.section-why-viberate {
  color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/static/gradient-companies-mobile.png');
  padding-top: 80px;
  padding-bottom: 88px;
}
@media only screen and (min-width: 768px) {
  .section-why-viberate {
    padding-top: 120px;
    padding-bottom: 136px;
    background-image: url('../images/static/gradient-companies-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-why-viberate {
    background-image: url('../images/static/gradient-companies-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-why-viberate {
    background-image: url('../images/static/gradient-companies-1920.png');
  }
}
.section-why-viberate > .page {
  max-width: 1314px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .section-why-viberate > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-why-viberate .landing-section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: 500;
  color: #4e63ce;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-why-viberate .landing-section-title {
    font-size: 32px;
    font-size: 3.2pxrem;
    line-height: 40px;
  }
}
.section-why-viberate p {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-why-viberate p {
    font-size: 48px;
    font-size: 4.8pxrem;
    line-height: 56px;
  }
}
.section-get-full-access {
  padding-top: 80px;
  padding-bottom: 96px;
  color: #ffffff;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../images/static/gradient-companies-mobile.png');
}
@media only screen and (min-width: 768px) {
  .section-get-full-access {
    padding: 120px 0;
    background-image: url('../images/static/gradient-companies-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-get-full-access {
    background-image: url('../images/static/gradient-companies-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-get-full-access {
    background-image: url('../images/static/gradient-companies-1920.png');
  }
}
.section-get-full-access > .page {
  max-width: 960px;
  position: static;
}
@media only screen and (max-width: 767px) {
  .section-get-full-access > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-get-full-access > .page {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-get-full-access .landing-section-title {
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
  text-align: center;
}
.section-get-full-access .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-get-full-access .lead {
    margin-bottom: 80px;
  }
}
.section-get-full-access .pro-form {
  color: #000000;
  max-width: 586px;
}
@media only screen and (min-width: 768px) {
  .section-get-full-access .pro-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-get-full-access .pro-form .form-row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-get-full-access .pro-form .form-row:nth-child(1),
  .section-get-full-access .pro-form .form-row:nth-child(2) {
    width: 50%;
  }
  .section-get-full-access .pro-form .form-row:nth-child(1) {
    padding-right: 4px;
  }
  .section-get-full-access .pro-form .form-row:nth-child(2) {
    padding-left: 4px;
  }
  .section-get-full-access .pro-form .form-row:nth-child(3) {
    margin-top: 8px;
  }
}
.section-get-full-access .pro-form .form-row-submit {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-get-full-access .pro-form .form-row-submit {
    margin-top: 24px;
  }
}
.section-get-full-access .pro-form .pro-custom-input label {
  pointer-events: none;
  cursor: default;
  z-index: 0;
}
.section-get-full-access .pro-form input[type="text"],
.section-get-full-access .pro-form input[type="password"],
.section-get-full-access .pro-form input[type="search"] {
  background-color: #ffffff;
}
.section-get-full-access .pro-form .button.primary {
  height: 64px;
  min-width: 180px;
}
@media only screen and (min-width: 768px) {
  .section-get-full-access .pro-form .button.primary {
    width: 232px;
  }
}
.section-get-full-access .trusted-by {
  padding-top: 80px;
}
.section-get-full-access .trusted-by h4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.section-get-full-access .trusted-by h4 span {
  display: inline-block;
  position: relative;
  margin: 0 auto 32px auto;
  padding: 0 16px;
}
.section-get-full-access .trusted-by h4 span:before,
.section-get-full-access .trusted-by h4 span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
}
.section-get-full-access .trusted-by h4 span:before {
  left: -1000px;
  right: 100%;
}
.section-get-full-access .trusted-by h4 span:after {
  right: -1000px;
  left: 100%;
}
.section-compare-to-competitors {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors + .section-q-and-a {
    padding-top: 120px;
  }
}
.section-compare-to-competitors.alt {
  color: #000000;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors.alt {
    padding-top: 160px;
  }
}
.section-compare-to-competitors.alt > .page {
  max-width: 1284px;
}
@media only screen and (min-width: 1024px) {
  .section-compare-to-competitors.alt > .page {
    padding: 0 90px;
  }
}
.section-compare-to-competitors.alt .compare-viberate {
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors.alt .compare-viberate {
    margin-top: 48px;
  }
}
.section-compare-to-competitors.alt .compare-viberate .row-title {
  padding-left: 0;
}
.section-compare-to-competitors.alt .landing-section-title br {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors.alt .landing-section-title br {
    display: none;
  }
}
.section-compare-to-competitors.alt .actions {
  margin-top: 20px;
}
.section-compare-to-competitors.alt-b .compare-viberate .row-title {
  padding-left: 24px;
}
.section-compare-to-competitors + .section-pros-already-use {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-compare-to-competitors.white {
  background-color: #ffffff;
}
.section-compare-to-competitors > .page {
  padding: 0;
  max-width: 1104px;
}
.section-compare-to-competitors .section-wrapper {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 56px 0 70px 0;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-top-480.png');
}
@media only screen and (min-width: 480px) {
  .section-compare-to-competitors .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-top-768.png');
  }
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .section-wrapper {
    padding: 80px 0 94px 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-top-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-compare-to-competitors .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-top-1440.png');
  }
}
@media only screen and (min-width: 1099px) {
  .section-compare-to-competitors .section-wrapper {
    padding: 80px 0 440px 0;
  }
}
@media only screen and (min-width: 1439px) {
  .section-compare-to-competitors .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-top-1920.png');
  }
}
.section-compare-to-competitors .landing-section-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .landing-section-title br {
    display: block;
  }
}
.section-compare-to-competitors .lead {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .lead {
    max-width: 580px;
  }
}
.section-compare-to-competitors .compare-viberate {
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  margin-top: -14px;
  background-color: #ffffff;
  width: 100%;
  color: #000000;
}
@media only screen and (min-width: 1099px) {
  .section-compare-to-competitors .compare-viberate {
    margin-top: -360px;
  }
}
.section-compare-to-competitors .compare-viberate.with-animation .ch-detail-row {
  display: table-row;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .compare-viberate.items-4 table td {
    width: 17.5%;
  }
  .section-compare-to-competitors .compare-viberate.items-4 table td:nth-child(5) {
    display: table-cell;
  }
}
@media only screen and (min-width: 1024px) {
  .section-compare-to-competitors .compare-viberate.items-4 table td {
    width: 18%;
  }
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .compare-viberate.items-5 table td {
    width: 14%;
  }
  .section-compare-to-competitors .compare-viberate.items-5 table td:nth-child(5),
  .section-compare-to-competitors .compare-viberate.items-5 table td:nth-child(6) {
    display: table-cell;
  }
}
@media only screen and (min-width: 1024px) {
  .section-compare-to-competitors .compare-viberate.items-5 table td {
    width: 14.4%;
  }
}
.section-compare-to-competitors .compare-viberate .logo {
  height: 32px;
}
.section-compare-to-competitors .compare-viberate .expandable-row {
  display: none;
}
.section-compare-to-competitors .compare-viberate .compare-table-nav {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .compare-viberate .compare-table-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-compare-to-competitors .compare-viberate .pro-section-swiper {
    padding: 32px 0;
    margin: 0;
  }
}
.section-compare-to-competitors .compare-viberate .pro-section-swiper .swiper-wrapper {
  height: auto;
}
.section-compare-to-competitors .compare-viberate .pro-section-swiper .swiper-slide {
  min-wdith: unset;
  width: 100%;
}
.section-compare-to-competitors .compare-viberate .pro-section-swiper .swiper-button-next,
.section-compare-to-competitors .compare-viberate .pro-section-swiper .swiper-button-prev {
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
  display: block;
  background-color: #4e63ce;
  width: 32px;
  height: 32px;
  background-size: 10px;
  bottom: 0;
}
.section-compare-to-competitors .compare-viberate .pro-section-swiper .swiper-button-next {
  left: auto;
  right: 56px;
  background-image: url(../images/svg/chevron-right-white.svg);
  background-position: left 12px center;
}
.section-compare-to-competitors .compare-viberate .pro-section-swiper .swiper-button-prev {
  left: 56px;
  background-image: url(../images/svg/chevron-left-white.svg);
  background-position: right 12px center;
}
.section-compare-to-competitors .compare-viberate .row-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding: 16px 16px 16px 24px;
}
.section-compare-to-competitors .compare-viberate .row-title.expandable {
  cursor: pointer;
}
.section-compare-to-competitors .compare-viberate .row-title.expandable.open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
}
.section-compare-to-competitors .compare-viberate .row-title.expandable:before {
  content: "";
  background-image: url(../images/svg/chevron-right-blue.svg);
  position: absolute;
  left: -8px;
  top: 16px;
  background-repeat: no-repeat;
  background-size: 8px;
  display: inline-block;
  background-position: center;
  width: 24px;
  height: 24px;
}
.section-compare-to-competitors .compare-viberate .value {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #424547;
}
.section-compare-to-competitors .compare-viberate .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12px;
}
.section-compare-to-competitors .compare-viberate .dots .dot {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #D8D8D8;
  margin: 0 8px;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .compare-viberate .dots .dot {
    margin: 0 4px;
  }
}
.section-compare-to-competitors .compare-viberate .dots .dot:first-child {
  margin-left: 0;
}
.section-compare-to-competitors .compare-viberate .dots .dot:last-child {
  margin-right: 0;
}
.section-compare-to-competitors .compare-viberate .dots .dot.on {
  -webkit-animation: fade-in-dot 0.15s ease-out forwards;
  animation: fade-in-dot 0.15s ease-out forwards;
}
.section-compare-to-competitors .compare-viberate .dots .dot.on + .on {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.section-compare-to-competitors .compare-viberate .dots .dot.on + .on + .on {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.section-compare-to-competitors .compare-viberate .dots .dot.on + .on + .on + .on {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.section-compare-to-competitors .compare-viberate .dots .dot.on + .on + .on + .on + .on {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.section-compare-to-competitors .compare-viberate .dots img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: fade-in 0.15s ease-out forwards;
  animation: fade-in 0.15s ease-out forwards;
  margin: 0 8px;
  display: inline-block;
}
.section-compare-to-competitors .compare-viberate .dots img + img {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.section-compare-to-competitors .compare-viberate .dots img + img + img {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.section-compare-to-competitors .compare-viberate .dots img + img + img + img {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.section-compare-to-competitors .compare-viberate .dots img + img + img + img + img {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.section-compare-to-competitors .compare-viberate .value {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: fade-in 0.15s ease-out forwards;
  animation: fade-in 0.15s ease-out forwards;
}
.section-compare-to-competitors .compare-viberate .ch-detail-row {
  display: none;
}
.section-compare-to-competitors .compare-viberate .ch-detail-row.spotify:nth-child(even),
.section-compare-to-competitors .compare-viberate .ch-detail-row.airplay:nth-child(even) {
  background-color: #F6F6F5;
}
.section-compare-to-competitors .compare-viberate .ch-detail-row.beatport:nth-child(odd),
.section-compare-to-competitors .compare-viberate .ch-detail-row.socialc-media:nth-child(odd),
.section-compare-to-competitors .compare-viberate .ch-detail-row.music-channel:nth-child(odd) {
  background-color: #F6F6F5;
}
.section-compare-to-competitors .compare-viberate .no {
  width: 14px;
}
.section-compare-to-competitors .compare-viberate .yes {
  width: 16px;
}
.section-compare-to-competitors .compare-viberate table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-compare-to-competitors .compare-viberate table td:nth-child(2),
  .section-compare-to-competitors .compare-viberate table td:nth-child(3),
  .section-compare-to-competitors .compare-viberate table td:nth-child(4),
  .section-compare-to-competitors .compare-viberate table td:nth-child(5),
  .section-compare-to-competitors .compare-viberate table td:nth-child(6) {
    display: none;
  }
}
.section-compare-to-competitors .compare-viberate table.expand-spotify .ch-detail-row.spotify {
  display: table-row;
}
.section-compare-to-competitors .compare-viberate table.expand-beatport .ch-detail-row.beatport {
  display: table-row;
}
.section-compare-to-competitors .compare-viberate table.expand-airplay .ch-detail-row.airplay {
  display: table-row;
}
.section-compare-to-competitors .compare-viberate table.expand-social-media .ch-detail-row.social-media {
  display: table-row;
}
.section-compare-to-competitors .compare-viberate table.expand-music-channel .ch-detail-row.music-channel {
  display: table-row;
}
@media only screen and (max-width: 767px) {
  .section-compare-to-competitors .compare-viberate table.c-0 td:nth-child(2) {
    display: table-cell;
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-compare-to-competitors .compare-viberate table.c-1 td:nth-child(3) {
    display: table-cell;
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-compare-to-competitors .compare-viberate table.c-2 td:nth-child(4) {
    display: table-cell;
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-compare-to-competitors .compare-viberate table.c-3 td:nth-child(5) {
    display: table-cell;
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-compare-to-competitors .compare-viberate table.c-4 td:nth-child(6) {
    display: table-cell;
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-compare-to-competitors .compare-viberate table thead {
    display: none;
  }
}
.section-compare-to-competitors .compare-viberate table thead td {
  border-top: 0;
  text-align: center;
}
.section-compare-to-competitors .compare-viberate table td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  border-top: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  padding: 16px;
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .compare-viberate table td {
    width: 23.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-compare-to-competitors .compare-viberate table td {
    width: 18%;
  }
}
.section-compare-to-competitors .compare-viberate table td:first-child {
  position: relative;
  text-align: left;
  padding: 0 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .compare-viberate table td:first-child {
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-compare-to-competitors .compare-viberate table td:first-child {
    width: 28%;
  }
}
.section-compare-to-competitors .compare-viberate table td:first-child:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 1px;
  bottom: 0;
  width: 24px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.section-compare-to-competitors .compare-viberate table td:last-child {
  border-right: 0;
}
@media only screen and (min-width: 768px) {
  .section-compare-to-competitors .compare-viberate table td:nth-child(5),
  .section-compare-to-competitors .compare-viberate table td:nth-child(6) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-compare-to-competitors .compare-viberate table td:nth-child(5),
  .section-compare-to-competitors .compare-viberate table td:nth-child(6) {
    display: table-cell;
  }
}
.section-compare-to-competitors .compare-viberate table td.sub-td {
  padding: 0;
  width: 100%;
  border-top: 0;
}
.section-landing-features {
  padding-top: 26px;
  padding-bottom: 80px;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-landing-features {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.section-landing-features.alt-b {
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-features.alt-b + .section-data-in-action {
    margin-top: 120px;
  }
}
.section-landing-features.alt-b + .section-compare-to-competitors.alt-b {
  padding-top: 0;
}
.section-landing-features.alt-b .page {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-features.alt-b .page {
    padding-left: 90px;
  }
}
.section-landing-features.alt-b .features-nav {
  display: none;
}
.section-landing-features.alt-b .feature-images {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .list-features {
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-landing-features.alt-b .list-features.reversed .item:nth-child(even) .feature {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .list-features.reversed .item:nth-child(even) .feature figure {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-features.alt-b .list-features.reversed .item:nth-child(even) .feature figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .list-features.reversed .item:nth-child(even) .feature figure img {
    margin-left: 0;
  }
}
.section-landing-features.alt-b .list-features.reversed .item:nth-child(odd) .feature {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .list-features.reversed .item:nth-child(odd) .feature article {
    max-width: 470px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .list-features.reversed .item:nth-child(odd) .feature figure {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-features.alt-b .list-features.reversed .item:nth-child(odd) .feature figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-landing-features.alt-b .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .item {
    -webkit-transition: all 750ms linear;
    transition: all 750ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    max-width: 1010px;
  }
}
.section-landing-features.alt-b .item + .item {
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .item + .item {
    padding-top: 160px;
    min-height: unset;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-landing-features.alt-b .item.fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-landing-features.alt-b .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .item:first-child {
    padding-top: 0;
    min-height: unset;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .item:last-child {
    padding-bottom: 0;
    min-height: unset;
    height: auto;
  }
}
.section-landing-features.alt-b .item:nth-child(odd) .feature {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .item:nth-child(even) .feature article {
    max-width: 470px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .item:nth-child(even) .feature figure {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-features.alt-b .item:nth-child(even) .feature figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .feature {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .feature figure {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
    max-width: 470px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-features.alt-b .feature figure {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .feature figure img {
    margin-left: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .feature article {
    max-width: 380px;
  }
}
.section-landing-features.alt-b .feature h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 24px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-b .feature h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    padding-bottom: 32px;
    padding-top: 0;
  }
}
.section-landing-features.alt-comparison .feature h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 24px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features.alt-comparison .feature h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    padding-bottom: 24px;
    padding-top: 0;
  }
}
.section-landing-features.alt-comparison .feature .actions button.secondary {
  white-space: nowrap;
}
.section-landing-features .page {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 10%;
    width: 100%;
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features .opacity-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features .mobile-only {
    display: none;
  }
}
.section-landing-features .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .tablet-forward {
    display: block;
  }
}
.section-landing-features .feature-images {
  display: none;
  width: 58%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .feature-images {
    display: block;
  }
}
.section-landing-features .list-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .list-features {
    max-width: 370px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-landing-features .item.fade-in figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-landing-features .item + .item {
  padding-top: 86px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .item + .item {
    min-height: 100vh;
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features .item:first-child {
    min-height: 100vh;
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features .item:last-child {
    padding-top: 0;
    min-height: 100vh;
    height: 100vh;
  }
}
.section-landing-features .feature-image {
  height: 100vh;
  position: relative;
}
.section-landing-features .feature-image figure {
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  will-change: opacity;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-features .feature-image figure.fade-in {
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .feature-image figure.fade-in {
    -webkit-transition: all 1000ms linear;
    transition: all 1000ms linear;
  }
}
.section-landing-features .feature-image figure img {
  max-width: 540px;
  width: 100%;
}
.section-landing-features .feature {
  padding: 0;
}
.section-landing-features .feature figure {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  will-change: opacity;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .feature figure {
    display: none;
  }
}
.section-landing-features .feature article {
  position: relative;
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .feature article {
    padding: 0;
  }
}
.section-landing-features .feature h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 24px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .feature h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    padding-bottom: 32px;
    padding-top: 0;
  }
}
.section-landing-features .feature img {
  max-width: 100%;
  width: 100%;
}
.section-landing-features .feature .actions {
  text-align: center;
}
.section-landing-features .feature .actions:not(:empty) {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .feature .actions:not(:empty) {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-features .feature .actions {
    text-align: left;
  }
}
.section-landing-features .feature .actions .button {
  min-width: 188px;
}
.section-landing-features .feature .description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: #424547;
}
.section-landing-features .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  color: #424547;
  line-height: 24px;
}
.section-landing-features .bullets li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
  text-align: left;
}
.section-landing-features .bullets li:last-child {
  margin-bottom: 0;
}
.section-landing-features .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.section-landing-features .features-nav {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  pointer-events: none;
  cursor: default;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: none;
  margin: 0 auto;
  background-color: #f4f6f6;
  z-index: 1;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .features-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-landing-features .features-nav .group {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-features .features-nav .group.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-landing-features .features-nav .icon {
  margin: 0 15px;
}
.section-landing-features .features-nav img {
  width: 28px;
  max-width: none;
}
.section-landing-features .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-landing-features .landing-section-subtitle {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    padding-bottom: 120px;
  }
}
.section-demo-video.no-top-margin {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .section-demo-video {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-demo-video {
    padding-bottom: 140px;
  }
}
@media only screen and (min-height: 700px) {
  .section-demo-video {
    margin-top: -25px;
  }
}
@media only screen and (min-height: 800px) {
  .section-demo-video {
    margin-top: -50px;
  }
}
@media only screen and (min-height: 900px) {
  .section-demo-video {
    margin-top: -75px;
  }
}
@media only screen and (min-height: 950px) {
  .section-demo-video {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .section-demo-video.alt-b {
    padding-top: 140px;
  }
}
@media only screen and (min-height: 700px) {
  .section-demo-video.alt-b {
    margin-top: 0;
  }
}
.section-demo-video.alt-feature {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .section-demo-video.alt-feature > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-demo-video.alt-feature .landing-section-subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-demo-video.alt-feature .landing-section-subtitle {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    padding-bottom: 40px;
  }
}
.section-demo-video > .page {
  max-width: 1142px;
}
.section-demo-video .landing-section-subtitle {
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
  text-align: center;
  padding-bottom: 56px;
}
.section-demo-video .transition-trigger {
  pointer-events: none;
  cursor: default;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  bottom: 30%;
}
.section-demo-video .media-container {
  -webkit-box-shadow: 0 2px 60px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 60px 0 rgba(255, 255, 255, 0.5);
  position: relative;
}
.section-payment-landing {
  padding: 56px 0 202px 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-pricing-480.png');
  background-attachment: scroll;
}
@media only screen and (min-width: 360px) {
  .section-payment-landing {
    padding-bottom: 192px;
  }
}
@media only screen and (min-width: 480px) {
  .section-payment-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-pricing-768.png');
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing {
    background-attachment: fixed;
    padding: 128px 0 152px 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-pricing-1024.png');
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing {
    padding-bottom: 136px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-pricing-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-payment-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-pricing-1920.png');
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.alt-b {
    background-position: center top;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-pricing-480-alt-b.png');
  }
}
.section-payment-landing.alt-b .payment-plans-navigation {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.alt-b .payment-plan-package {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-payment-landing.alt-b .payment-plan-package.fade-in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .section-payment-landing.alt-b .payment-plan-package + .payment-plan-package {
    margin-top: 40px;
  }
}
.section-payment-landing.alt-b .payment-plan-package .actions {
  margin-top: auto;
}
.section-payment-landing.updated-pricing {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.updated-pricing.alt-b .payment-plan-package:first-child {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.updated-pricing.alt-b .payment-plan-package:last-child {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.updated-pricing .payment-plan-package.premium {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.updated-pricing .payment-plan-package:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing.updated-pricing .payment-plan-package:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.updated-pricing .payment-plan-package:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing.updated-pricing .payment-plan-package:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.section-payment-landing.updated-pricing .payment-plan-package .currency {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.updated-pricing .payment-plan-package .currency {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.updated-pricing .payment-plan-package .old-price .currency {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.section-payment-landing.no-banner {
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing.no-banner {
    padding-bottom: 56px;
  }
}
.section-payment-landing.table-show {
  padding-bottom: 32px;
}
.section-payment-landing.alt-version {
  padding-bottom: 396px;
}
@media only screen and (min-width: 360px) {
  .section-payment-landing.alt-version {
    padding-bottom: 356px;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing.alt-version {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing.alt-version {
    padding-top: 160px;
    padding-bottom: 264px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing.alt-version {
    padding-bottom: 232px;
  }
}
.section-payment-landing.alt-version.table-show {
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing.alt-version.table-show {
    padding-bottom: 40px;
  }
}
.section-payment-landing > .page {
  text-align: center;
  max-width: 1142px;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing > .page.js-payment-mobile-trigger {
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing > .page.fade-in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.section-payment-landing .payment-plan-title-wrapper {
  color: #ffffff;
  padding-bottom: 40px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing .payment-plan-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing .payment-plan-title-wrapper .landing-section-title {
    text-align: left;
    font-size: 44px;
    font-size: 4.4rem;
  }
}
.section-payment-landing .payment-plan-title-wrapper p {
  margin: 0;
  padding: 16px 0 24px 0;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing .payment-plan-title-wrapper p {
    text-align: left;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing .payment-plan-title-wrapper p br {
    display: none;
  }
}
.section-payment-landing .btn-payment-back {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  left: 200px;
  top: 22px;
  text-transform: capitalize;
  background-position: left center;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-size: 6px;
  line-height: 1;
  color: #ffffff;
  background-image: url('../images/svg/icon-left-arrow-white.svg');
}
.section-payment-landing .logo-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing .logo-wrapper {
    left: 24px;
    top: 12px;
  }
}
@media only screen and (min-width: 1471px) {
  .section-payment-landing .logo-wrapper {
    left: calc(50% - 732px + 20px);
  }
}
.section-payment-landing .logo {
  font-size: 0px;
  font-size: 0rem;
  height: 50px;
  width: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing .logo {
    width: 180px;
    min-width: 180px;
  }
}
.section-payment-landing .logo img {
  height: 50px;
  width: 180px;
  max-width: none;
}
.section-payment-landing h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 40px;
  margin-top: -16px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    padding-bottom: 80px;
    margin-top: -56px;
  }
}
.section-payment-landing .payment-plans-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plans-navigation {
    display: none;
  }
}
.section-payment-landing .payment-plans-navigation .payment-plans-tab {
  font-size: 16px;
  font-size: 1.6rem;
  height: 44px;
  line-height: 24px;
  color: #ffffff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  outline: 0;
  position: relative;
  z-index: 1;
}
.section-payment-landing .payment-plans-navigation .payment-plans-tab.active {
  color: #000000;
  font-weight: bold;
}
.section-payment-landing .payment-plans-navigation .payment-plans-tab.active:after {
  height: 100%;
}
.section-payment-landing .payment-plans-navigation .payment-plans-tab.active strong {
  font-weight: bold;
}
.section-payment-landing .payment-plans-navigation .payment-plans-tab:nth-child(2) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.section-payment-landing .payment-plans-navigation .payment-plans-tab strong {
  font-weight: normal;
}
.section-payment-landing .payment-plans-navigation .payment-plans-tab:after {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.section-payment-landing .payment-plans-grid {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plans-grid {
    max-width: 984px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-bottom: 50px;
  }
}
.section-payment-landing .payment-plan-packages {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-packages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px 0 48px 0;
    max-width: 1080px;
  }
}
.section-payment-landing .payment-plan-package {
  border-radius: 4px;
  text-align: center;
  padding: 24px 16px;
  position: relative;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
}
@media only screen and (min-width: 360px) {
  .section-payment-landing .payment-plan-package {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing .payment-plan-package {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.15);
    display: none;
    min-height: 600px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 30%;
    padding: 24px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    background-color: #ECECEC;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package.fade-in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.section-payment-landing .payment-plan-package.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-payment-landing .payment-plan-package.premium {
  -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing .payment-plan-package.premium {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package.premium {
    width: 40%;
    min-width: 40%;
  }
}
.section-payment-landing .payment-plan-package.premium .plan-title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #66cd94;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package.premium .plan-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.section-payment-landing .payment-plan-package.premium .price {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  color: #C50DAA;
}
.section-payment-landing .payment-plan-package.premium .actions {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package:first-child {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package:last-child {
    margin-left: 24px;
  }
}
.section-payment-landing .payment-plan-package .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package .plan {
    min-height: 430px;
  }
}
.section-payment-landing .payment-plan-package .plan-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 500;
}
.section-payment-landing .payment-plan-package .payment-package-badge {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 360px) {
  .section-payment-landing .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package .payment-package-badge {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
.section-payment-landing .payment-plan-package .payment-package-badge span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: -35px -35px 0 0;
}
.section-payment-landing .payment-plan-package .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-payment-landing .payment-plan-package .price-wrapper time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-transform: uppercase;
  margin-top: 4px;
}
.section-payment-landing .payment-plan-package .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-payment-landing .payment-plan-package .price-row .price + .price {
  margin-left: 16px;
}
.section-payment-landing .payment-plan-package .price {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package .price {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.section-payment-landing .payment-plan-package .price.old-price {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  text-decoration: line-through;
}
.section-payment-landing .payment-plan-package .price small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
}
.section-payment-landing .payment-plan-package .subscription-toggle-wrapper {
  position: relative;
}
.section-payment-landing .payment-plan-package .subscription-toggle-wrapper .benefit {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 9999px;
  line-height: 16px;
  background-color: #D5DDE0;
  color: #ffffff;
  padding: 8px;
  position: absolute;
  text-align: center;
  bottom: -8px;
  left: 50%;
  margin: 0 auto;
  width: 150px;
  margin-left: -15px;
  border: 0;
}
.section-payment-landing .payment-plan-package .subscription-toggle-wrapper .benefit.active {
  background-color: #66cd94;
}
.section-payment-landing .payment-plan-package .subscription-toggle-wrapper .benefit.active:before {
  border-color: transparent transparent #66CD94 transparent;
}
.section-payment-landing .payment-plan-package .subscription-toggle-wrapper .benefit:before {
  position: absolute;
  top: -6px;
  left: calc(50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #D5DDE0 transparent;
}
.section-payment-landing .payment-plan-package .subscription-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 32px 0;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package .subscription-toggle {
    padding: 32px 0;
  }
}
.section-payment-landing .payment-plan-package .subscription-toggle .toggle-wrapper {
  height: 24px;
  margin: 0 18px;
}
.section-payment-landing .payment-plan-package .subscription-toggle .btn-toggle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
}
.section-payment-landing .payment-plan-package .subscription-toggle .btn-toggle:disabled {
  color: #000000;
  font-weight: bold;
}
.section-payment-landing .payment-plan-package .custom-toggle-pro + label {
  background-color: #D5DDE0;
  width: 56px;
}
.section-payment-landing .payment-plan-package .custom-toggle-pro + label:before {
  background-color: #707580;
}
.section-payment-landing .payment-plan-package .custom-toggle-pro:checked + label {
  background-color: #CAE1FF;
}
.section-payment-landing .payment-plan-package .custom-toggle-pro:checked + label:before {
  background-color: #4e63ce;
}
.section-payment-landing .payment-plan-package .custom-toggle-pro:checked + label + .benefit {
  background-color: #66CD94;
}
.section-payment-landing .payment-plan-package .custom-toggle-pro:checked + label + .benefit:before {
  border-color: transparent transparent #66CD94 transparent;
}
.section-payment-landing .payment-plan-package .description {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  padding: 14px 0 22px 0;
  margin: 0;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package .description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    padding: 12px 0 22px 0;
  }
}
.section-payment-landing .payment-plan-package .features {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  text-align: left;
  margin-top: 32px;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.section-payment-landing .payment-plan-package .features li {
  background-position: left 8px;
  background-repeat: no-repeat;
  padding: 8px 0 8px 28px;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  background-size: 16px;
}
.section-payment-landing .payment-plan-package .actions {
  margin: auto 24px 0 24px;
  padding-top: 16px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing .payment-plan-package .actions {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.section-payment-landing .payment-plan-package .actions .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.section-payment-landing .payment-plan-package .actions small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-transform: uppercase;
  margin-top: 16px;
  display: inline-block;
}
.section-payment-landing .feature-comparison-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-payment-landing .feature-comparison-wrapper .feature-comparison-link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #4e63ce;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.section-payment-landing .feature-comparison-wrapper .feature-comparison-link:hover {
  color: #6889e2;
}
.section-payment-landing .btn-pricing-plan-comparison {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  margin: 0 auto;
}
.section-payment-landing .btn-pricing-plan-comparison.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.section-payment-landing .btn-pricing-plan-comparison.open span {
  display: none;
}
.section-payment-landing .btn-pricing-plan-comparison.open span + span {
  display: inline;
}
.section-payment-landing .btn-pricing-plan-comparison:after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 20px;
  background-image: url('../images/svg/chevron-down.svg');
}
.section-payment-landing .btn-pricing-plan-comparison span {
  display: inline;
}
.section-payment-landing .btn-pricing-plan-comparison span + span {
  display: none;
}
.section-payment-landing .countdown-timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.section-payment-landing .countdown-field {
  font-size: 32px;
  font-size: 3.2rem;
  border-radius: 4px;
  line-height: 42px;
  font-family: 'suisseIntMono', sans-serif;
  letter-spacing: 0.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.2);
}
.section-payment-landing .countdown-field:last-child {
  margin-right: 0;
}
.section-payment-landing .countdown-field .label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  text-transform: uppercase;
  margin-left: 2px;
  margin-bottom: 1px;
  display: inline-block;
  margin-top: 4px;
}
/*
.section-payment-landing-new {

	&.alt-d {
		background: @white-1;
		padding: 80px 0;

		@media @bp_768 {
			padding: 160px 0;
		}

		@media @bp_1920 {
			padding: 200px 0;
		}

		.payment-plans-grid {
			display: flex;
			flex-direction: column;

			@media @bp_768 {
				flex-direction: row;
			}
		}

		.payment-plan-package {
			.opacity(1);

			@media @bp_768_max {
				.opacity(1);
				display: flex;
				order: 1;
				margin-top: 40px;

				&.fade-in {
					.opacity(1);
				}

				& + .payment-plan-package {
					margin-top: 40px;
				}

				&.premium {
					order: 0;
					margin-top: 0;
				}

				&:last-child {
					display: none;
				}
			}

			@media @bp_768 {
				.transition(transform, 200ms, ease-out);

				&:hover {
					.translate(0,-4px);
				}
			}

			.actions {
				margin: 0;
				padding-top: 40px;
			}
		}
	}

	> .page {
		text-align: center;
		max-width: 1104px + (2 * @page_spacer_desktop);

		@media @bp_768_max {
			padding-left: 16px;
			padding-right: 16px;
		}

		@media @bp_2560 { //@media @bp_1920 {
			max-width: 1576px;
			padding-left: 0;
			padding-right: 0;
		}

		&.js-payment-mobile-trigger {

			@media @bp_768_max {
				.transition(opacity, 1000ms, linear);
				.opacity(0);
			}
		}

		&.fade-in {

			@media @bp_768_max {
				.opacity(1);
			}
		}
	}

	.landing-section-title {
		padding-bottom: 90px;

		@media @bp_1920 {
			padding-bottom: 126px;
		}
	}

	.payment-plans-grid {
		margin: 0 auto;
		max-width: 360px;
		width: 100%;
		padding-bottom: 24px;

		@media @bp_768 {
			max-width: 1128px;
			display: flex !important;
			flex-direction: row;
			align-items: center;
			flex: 1 0 auto;
			padding-bottom: 50px;
		}

		@media @bp_1920 {
			max-width: 1280px;
		}

		&.animated {
			.transition(opacity, 300ms, linear);
			.opacity(1);
		}
	}

	.payment-plan-packages {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		width: 100%;

		@media @bp_768 {
			flex-direction: row;
			justify-content: center;
			flex: 1;
			padding: 24px 0 48px 0;
		}
	}

	.payment-plan-package {
		.rounded-corners(12px);
		text-align: center;
		padding: 24px 16px;
		position: relative;
		border: 1px solid #A4A5A8;
		background-color: @white;

		@media @bp_360 {
			padding-left: 24px;
			padding-right: 24px;
		}

		@media @bp_768_max {
			.box-sizing;
			display: none;
			padding-bottom: 36px;
		}

		@media @bp_768 {
			.box-sizing;
			.transition(opacity, 500ms, linear);
			.opacity(0);
			padding: 24px;
			padding-bottom: 48px;
			display: flex;
			align-self: stretch;
			margin-bottom: 0;
			margin-right: 16px;
			margin-left: 16px;
			width: ~"calc(33.33% - 16px)";
		}

		@media @bp_2560 { //@media @bp_1920 {
			margin-right: 28px;
			margin-left: 28px;
			width: ~"calc(33.33% - 28px)";
		}

		&.active {
			display: flex;
		}

		&.premium {
			.box-shadow(0 5px 16px 0 rgba(0,0,0,0.16));
			position: relative;
			overflow: hidden;
			background-color: @white;

			@media @bp_768 {
				margin-right: 8px;
				margin-left: 8px;
				width: ~"calc(33.33% - 16px)";
			}

			@media @bp_2560 { //@media @bp_1920 {
				margin-right: 14px;
				margin-left: 14px;
				width: ~"calc(33.33% - 28px)";
			}

			&:before {
				.transition(opacity, 500ms, linear);
				.prevent-click;
				.scale-spec(-1,-1);
				content: "";
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 0;
				background-position: center top;
				background-repeat: no-repeat;
				background-size: cover;
				background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/static/main-gradient-mobile.png');
				//background-image: url('../images/static/main-gradient-mobile.png');
				color: @white;

				@media @bp_768 {
					padding: 80px 0 70px 0;
					background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/static/main-gradient-1440.png');
					//background-image: url('../images/static/main-gradient-1440.png');
				}
			}

			&:after {
				.transition(opacity, 500ms, linear);
				.prevent-click;
				content: "";
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 1;
				background-position: center;
				background-repeat: repeat;
				background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/static/noise.png');
				//background-image: url('../images/static/noise.png');
			}

			.plan-title {
				.font-size(24);
				line-height: 30px;
				color: @white;
				font-weight: bold;

				img {
					vertical-align: baseline;
					display: inline-block;
					margin-right: 2px;
				}
			}

			.description {
				color: @white;
			}

			.price-wrapper {

				time {
					color: @white;
					.font-size(13);
					line-height: 16px;
				}
			}

			.price {
				color: @white;
			}

			.features {
				color: @white;
			}

			.actions {
				padding-bottom: 0;
			}
		}

		&:first-child {

			@media @bp_768 {
				margin-left: 0;
			}
		}

		&:last-child {

			@media @bp_768 {
				margin-right: 0;
			}
		}

		.plan {
			display: flex;
			flex-direction: column;
			flex: 1;
			position: relative;
			z-index: 2;
			text-align: left;

			@media @bp_768 {
				min-height: 430px;
			}
		}

		.plan-title {
			.font-size(24);
			line-height: 30px;
			font-weight: 500;
			color: @black;
		}

		.payment-package-badge {
			.font-size(12);
			line-height: 16px;
			position: absolute;
			right: -4px;
			top: -4px;
			width: 100px;
			height: 100px;
			color: @white;
			font-weight: bold;

			@media @bp_360 {
				.font-size(14);
				line-height: 20px;
				width: 120px;
				height: 120px;
			}

			@media @bp_768 {
				.font-size(12);
				line-height: 16px;
				width: 100px;
				height: 100px;
			}

			@media @bp_880 {
				.font-size(14);
				line-height: 20px;
				width: 120px;
				height: 120px;
			}

			span {
				.rotate(45deg);
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				text-align: center;
				margin: -35px -35px 0 0;
			}
		}

		.price-wrapper {
			display: flex;
			flex-direction: column;
			justify-content: center;

			time {
				.font-size(13);
				line-height: 16px;
				color: #A4A5A8;;
				text-transform: uppercase;
				margin-top: 4px;
			}
		}

		.price-row {
			display: flex;
			justify-content: center;
			align-items: flex-end;

			.price {

				& + .price {
					margin-left: 16px;
				}
			}
		}

		.price {
			.font-size(48);
			line-height: 52px;
			font-weight: bold;

			.old-price {
				.font-size(24);
				line-height: 24px;
				font-weight: 600;
				color: @grey-1;
				text-decoration: line-through;
				margin-right: 8px;
			}

			small {
				.font-size(16);
				line-height: 16px;
				font-weight: 400;
				text-decoration: none;
				display: inline-block;
				margin-left: 4px;
			}
		}

		.description {
			.box-sizing;
			.font-size(13);
			line-height: 18px;
			padding: 14px 0 32px 0;
			margin: 0;
			color: #A4A5A8;;

			@media @bp_768 {
				.font-size(16);
				line-height: 24px;
				padding: 12px 0 44px 0;
				min-height: 152px;
			}

			@media @bp_880 {
				min-height: 128px;
			}

			@media @bp_1100 {
				min-height: unset;
			}

			br {

				@media @bp_768_max {
					display: none;
				}
			}
		}

		.features {
			.font-size(13);
			line-height: 16px;
			text-align: left;
			margin-top: 32px;
			order: unset;

			li {
				background-position: left 8px;
				background-repeat: no-repeat;
				padding: 8px 0 8px 28px;
				background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big-grey.svg');
				//background-image: url('../images/svg/icon-check-circle-big-grey.svg');
				background-size: 16px;

				&.included {
					background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big.svg');
					//background-image: url('../images/svg/icon-check-circle-big.svg');
				}
			}
		}

		.actions {
			margin: auto 24px 0 24px;
			padding-top: 16px;
			padding-bottom: 10px;

			@media @bp_768 {
				padding-top: 40px;
				padding-bottom: 0;
			}

			.button {
				width: 100%;
				padding-left: 0;
				padding-right: 0;
			}

			small {
				.font-size(10);
				line-height: 16px;
				color: @grey-1;
				text-transform: uppercase;
				margin-top: 16px;
				display: inline-block;
			}
		}
	}

	.feature-comparison-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;

		.feature-comparison-link {
			.font-size(15);
			line-height: 24px;
			color: @blue;
			text-transform: uppercase;
			font-weight: 500;
			letter-spacing: 2px;

			&:hover {
				color: @blue-roll;
			}
		}
	}

	.btn-pricing-plan-comparison {
		.font-size(16);
		line-height: 24px;
		font-weight: 500;
		color: @blue;
		margin: 0 auto;
		position: relative;
		padding-right: 20px;

		&.open {

			&:after {
				.rotate(180deg);
				margin-top: -7px;
			}

			span {
				display: none;

				& + span {
					display: inline;
				}
			}
		}

		&:after {
			.transition(all, 200ms, ease-out);
			content: "";
			position: absolute;
			right: 0;
			top: 50%;
			margin-top: -5px;
			display: inline-block;
			background-position: center;
			background-repeat: no-repeat;
			background-size: 13px;
			height: 10px;
			width: 13px;
			background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/chevron-down-blue.svg');
			//background-image: url('../images/svg/chevron-down-blue.svg');
		}

		span {
			display: inline;

			& + span {
				display: none;
			}
		}
	}

	.subscription-toggle-wrapper {
		position: relative;
		margin-bottom: 24px;

		@media @bp_768 {
			margin-bottom: 40px;
		}

		.benefit {
			.box-shadow(0 2px 4px 0 rgba(0,0,0,0.15));
			.box-sizing;
			.font-size(12);
			.rounded-corners(8px);
			line-height: 16px;
			background-color: #a0aeb4;
			color: @white;
			padding: 8px;
			position: absolute;
			text-align: center;
			top: -50px;
			left: 50%;
			margin: 0 auto;
			width: 150px;
			margin-left: -10px;
			border: 0;

			@media @bp_1920 {
				.font-size(16);
				line-height: 24px;
				width: 176px;
				margin-left: -22px;
				top: -60px;
			}

			&.active {
				background-color: @green;

				&:before {
					border-color: #66CD94 transparent transparent transparent;
				}
			}

			&:before {
				position: absolute;
				bottom: -6px;
				left: ~"calc(50%)";
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 6px 6px 0 6px;
				border-color: #a0aeb4 transparent transparent transparent;
			}
		}
	}

	.subscription-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
		position: relative;

		&.active {

			.monthly {
				color: @grey-1;
				font-weight: 400;
			}

			.yearly {
				color: @black;
				font-weight: bold;
			}
		}

		.toggle-wrapper {
			height: 28px;
			margin: 0 18px;
		}

		.btn-toggle {
			.font-size(12);
			line-height: 1;
			color: @grey-1;
			text-transform: uppercase;

			@media @bp_768 {
				.font-size(16);
			}
		}

		.yearly {
			position: absolute;
			left: 72%;
		}

		.monthly {
			position: absolute;
			right: 72%;
			color: @black;
			font-weight: bold;
		}
	}

	.custom-toggle-pro:checked + label {

		& + .benefit {
			background-color: #66CD94;

			&:before {
				border-color: #66CD94 transparent transparent transparent;
			}
		}
	}

	.btn-payment-back {
		.font-size(12);
		font-weight: 500;
		position: absolute;
		left: 200px;
		top: 22px;
		text-transform: capitalize;
		background-position: left center;
		padding-left: 16px;
		background-repeat: no-repeat;
		background-size: 6px;
		line-height: 1;
		color: @black;
		background-image: url('../images/svg/icon-left-arrow.svg');
	}

	.logo-wrapper {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;

		@media @bp_1024 {
			left: 24px;
			top: 12px;
		}

		@media @bp_1472 {
			left: calc(~'50% - 732px + 20px');;
		}
	}

	.logo {
		.font-size(0);
		height: 50px;
		width: 180px;
		overflow: hidden;
		display: inline-block;
		display: inline-block;
		vertical-align: middle;

		@media @bp_1024 {
			width: 180px;
			min-width: 180px;
		}

		img {
			height: 50px;
			width: 180px;
			max-width: none;
		}
	}
}

.section-compare-plans-new {
	padding-top: 0;

	> .page {
		max-width: 914px + (@page_spacer_desktop*2);
		display: none;

		@media @bp_768 {
			margin-top: -80px;
		}

		@media @bp_1920 {
			margin-top: -120px;
		}
	}

	.compare-plan-table {
		margin: 0 -@page_spacer_mobile;
		position: relative;
		max-width: 728px;
		margin-bottom: 80px;
		will-change: auto;
		display: block;

		@media @bp_768 {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 160px;
		}

		@media @bp_1920 {
			margin-bottom: 200px;
		}

		.fake-cols {
			.prevent-click;
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			display: flex;
			height: 100%;
			flex: 1;
			z-index: 0;

			.fake-col {
				.rounded-corners(4px);
				display: flex;

				&.fake-col-1 {
					flex: 1;
					background: none;
				}

				&.fake-col-2 {
					background-color: @white;
					border-left: 1px solid #E3E3E3;
				}

				&.fake-col-3 {
					.box-shadow(0 1px 12px 0 rgba(0,0,0,0.15));
					background-color: @white;
					border-left: 1px solid #E3E3E3;

					@media @bp_360 {
						width: 112px;
					}
				}

				&.fake-col-2,
				&.fake-col-3 {
					width: 88px;

					@media @bp_540 {
						width: 80px + 32px;
					}
					
					@media @bp_768 {
						width: 150px + 32px;
					}
				}
			}
		}

		table {
			.font-size(13);
			width: 100%;
			position: relative;
			z-index: 1;
			color: @grey-3;

			h4 {
				.font-size(13);
				font-weight: bold;
				line-height: 32px;
				padding-bottom: 0;
				color: @black;

				&:after {
					content: none;
				}

				br {

					@media @bp_768 {
						display: none;
					}
				}
			}

			thead {

				th {
					.font-size(16);
					line-height: 32px;
					padding: 20px 0 0 0;
					font-weight: normal;
					color: @black;

					&:nth-child(2),
					&:last-child {
						white-space: nowrap;
						width: 88px;


						@media @bp_540 {
							width: 80px + 32px;
						}

						@media @bp_768 {
							width: 150px + 32px;
						}
					}

					strong {
						font-weight: bold;
					}
				}
			}

			tbody {

				tr {

					&:last-child {

						td {

							&:last-child {
								border-bottom-right-radius: 4px;
							}
						}
					}
				}

				th {
					.font-size(13);
					font-weight: bold;
					line-height: 32px;
					text-align: left;
					padding: 20px 0 8px 0;
					position: relative;
					color: @black;

					@media @bp_768_max {
						padding-left: @page_spacer_mobile;
					}

					&:after {
						content: "";
						position: absolute;
						left: 0px;
						right: 0px;
						bottom: 0;
						display: block;
						height: 1px;
						background-color: transparent;
						border-bottom: 1px solid #D5DDE0;
					}
				}

				td {
					.font-size(13);
					line-height: 32px;
					padding: 4px 8px;
					position: relative;
					text-align: center;

					&:first-child {
						text-align: left;
						padding-left: 0;

						@media @bp_768_max {
							padding-left: @page_spacer_mobile;
						}
					}

					&:last-child {

						&:after {	
							border-bottom: 1px solid #D5DDE0;
						}
					}

					&:after {
						content: "";
						position: absolute;
						left: 0px;
						right: 0px;
						bottom: 0;
						display: block;
						height: 1px;
						background-color: transparent;
						border-bottom: 1px solid #D5DDE0;
					}
				}
			}
		}
	}

	.coming-soon {
		color: @grey-1;
	}
}
*/
.section-compare-plans {
  padding-top: 0;
}
.section-compare-plans.alt-version .pricing-banner {
  margin-top: -396px;
}
@media only screen and (min-width: 360px) {
  .section-compare-plans.alt-version .pricing-banner {
    margin-top: -356px;
  }
}
@media only screen and (min-width: 768px) {
  .section-compare-plans.alt-version .pricing-banner {
    margin-top: -280px;
  }
}
@media only screen and (min-width: 880px) {
  .section-compare-plans.alt-version .pricing-banner {
    margin-top: -228px;
  }
}
.section-compare-plans.alt-version .compare-plan-table.show {
  margin-bottom: 476px;
}
@media only screen and (min-width: 360px) {
  .section-compare-plans.alt-version .compare-plan-table.show {
    margin-bottom: 436px;
  }
}
@media only screen and (min-width: 768px) {
  .section-compare-plans.alt-version .compare-plan-table.show {
    margin-bottom: 360px;
  }
}
@media only screen and (min-width: 880px) {
  .section-compare-plans.alt-version .compare-plan-table.show {
    margin-bottom: 328px;
  }
}
.section-compare-plans.alt-version .compare-plan-table.show + .pricing-banner {
  margin-bottom: 56px;
}
.section-compare-plans > .page {
  max-width: 1094px;
}
.section-compare-plans .compare-plan-table {
  margin: 0 -16px;
  position: relative;
  max-width: 728px;
  display: none;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .compare-plan-table {
    width: 100%;
    margin: 0 auto;
  }
}
.section-compare-plans .compare-plan-table.show {
  display: block;
  margin-bottom: 250px;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .compare-plan-table.show {
    margin-bottom: 192px;
  }
}
@media only screen and (min-width: 880px) {
  .section-compare-plans .compare-plan-table.show {
    margin-bottom: 176px;
  }
}
.section-compare-plans .compare-plan-table .fake-cols {
  pointer-events: none;
  cursor: default;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 0;
}
.section-compare-plans .compare-plan-table .fake-cols .fake-col {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
}
.section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-2 {
  background-color: #ffffff;
  border-left: 1px solid #E3E3E3;
}
.section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-3 {
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-left: 1px solid #E3E3E3;
}
@media only screen and (min-width: 360px) {
  .section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-3 {
    width: 112px;
  }
}
.section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-2,
.section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-3 {
  width: 88px;
}
@media only screen and (min-width: 540px) {
  .section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-2,
  .section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-3 {
    width: 112px;
  }
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-2,
  .section-compare-plans .compare-plan-table .fake-cols .fake-col.fake-col-3 {
    width: 182px;
  }
}
.section-compare-plans .compare-plan-table table {
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #424547;
}
.section-compare-plans .compare-plan-table table h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 0;
  color: #000000;
}
.section-compare-plans .compare-plan-table table h4:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .compare-plan-table table h4 br {
    display: none;
  }
}
.section-compare-plans .compare-plan-table table thead th {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  padding: 20px 0 0 0;
  font-weight: normal;
  color: #000000;
}
.section-compare-plans .compare-plan-table table thead th:nth-child(2),
.section-compare-plans .compare-plan-table table thead th:last-child {
  white-space: nowrap;
  width: 88px;
}
@media only screen and (min-width: 540px) {
  .section-compare-plans .compare-plan-table table thead th:nth-child(2),
  .section-compare-plans .compare-plan-table table thead th:last-child {
    width: 112px;
  }
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .compare-plan-table table thead th:nth-child(2),
  .section-compare-plans .compare-plan-table table thead th:last-child {
    width: 182px;
  }
}
.section-compare-plans .compare-plan-table table thead th strong {
  font-weight: bold;
}
.section-compare-plans .compare-plan-table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.section-compare-plans .compare-plan-table table tbody th {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
  padding: 20px 0 8px 0;
  position: relative;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .section-compare-plans .compare-plan-table table tbody th {
    padding-left: 16px;
  }
}
.section-compare-plans .compare-plan-table table tbody th:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #D5DDE0;
}
.section-compare-plans .compare-plan-table table tbody td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  padding: 4px 8px;
  position: relative;
  text-align: center;
}
.section-compare-plans .compare-plan-table table tbody td:first-child {
  text-align: left;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .section-compare-plans .compare-plan-table table tbody td:first-child {
    padding-left: 16px;
  }
}
.section-compare-plans .compare-plan-table table tbody td:last-child:after {
  border-bottom: 1px solid #D5DDE0;
}
.section-compare-plans .compare-plan-table table tbody td:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #D5DDE0;
}
.section-compare-plans .pricing-banner {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 4px;
  line-height: 24px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -170px;
  max-width: 390px;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .pricing-banner {
    margin-top: -112px;
    max-width: 914px;
    width: 100%;
  }
}
@media only screen and (min-width: 880px) {
  .section-compare-plans .pricing-banner {
    margin-top: -86px;
  }
}
.section-compare-plans .pricing-banner.shine {
  position: relative;
  overflow: hidden;
}
.section-compare-plans .pricing-banner.shine:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-animation: shine 2s ease-in-out forwards;
  animation: shine 2s ease-in-out forwards;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  content: "";
  position: absolute;
  top: -200px;
  left: -40%;
  width: 50px;
  bottom: -200px;
  background: #ffffff;
}
.section-compare-plans .pricing-banner a {
  color: inherit;
}
.section-compare-plans .pricing-banner article {
  padding: 32px;
}
.section-compare-plans .pricing-banner h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .pricing-banner h4 {
    padding-bottom: 0;
  }
}
.section-compare-plans .pricing-banner h4 br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .pricing-banner h4 br {
    display: block;
  }
}
@media only screen and (min-width: 880px) {
  .section-compare-plans .pricing-banner h4 br {
    display: none;
  }
}
.section-compare-plans .pricing-banner p {
  margin: 0;
  padding: 0;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .pricing-banner p {
    line-height: 32px;
  }
}
.section-compare-plans .pricing-banner .actions {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans .pricing-banner .actions {
    margin-top: 16px;
  }
}
.section-compare-plans .coming-soon {
  color: #707580;
}
.section-make-your-job-easier {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier {
    padding: 128px 0;
  }
}
.section-make-your-job-easier .landing-section-subtitle {
  text-align: center;
  padding-bottom: 72px;
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier .landing-section-subtitle {
    padding-bottom: 56px;
  }
}
.section-make-your-job-easier .row {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier .col {
    width: 33.33%;
    padding: 0 12px;
  }
}
.section-make-your-job-easier .col + .col {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier .col + .col {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier .job-item {
    text-align: center;
  }
}
.section-make-your-job-easier .job-item figure {
  text-align: center;
}
.section-make-your-job-easier .job-item figure img {
  max-width: 200px;
}
.section-make-your-job-easier .job-item h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  padding-top: 24px;
  padding-left: 28px;
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier .job-item h3 {
    padding-left: 0;
  }
}
.section-make-your-job-easier .job-item li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-left: 28px;
  position: relative;
  margin-top: 8px;
  text-align: left;
  color: #424547;
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier .job-item li {
    line-height: 32px;
  }
}
.section-make-your-job-easier .job-item li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/arrow-right-green.svg');
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 3px;
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier .job-item li:before {
    top: 8px;
  }
}
.section-make-your-job-easier .actions {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-make-your-job-easier .actions {
    margin-top: 52px;
  }
}
.section-make-your-job-easier .actions .button {
  width: 100%;
  max-width: 188px;
}
.section-get-important-data {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-get-important-data {
    padding: 128px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-get-important-data.company {
    padding-top: 160px;
    padding-bottom: 144px;
  }
}
.section-get-important-data.company > .page {
  max-width: 1284px;
}
@media only screen and (max-width: 767px) {
  .section-get-important-data.company > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-get-important-data.company .col + .col {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 880px) {
  .section-get-important-data.company .col {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-get-important-data.company .divider {
    height: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .section-get-important-data.company .divider {
    height: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .section-get-important-data.company .data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-get-important-data.company .data-item figure {
    width: 48px;
    min-width: 48px;
  }
  .section-get-important-data.company .data-item figure img {
    width: 100%;
  }
  .section-get-important-data.company .data-item article {
    padding-left: 24px;
  }
  .section-get-important-data.company .data-item h3,
  .section-get-important-data.company .data-item p {
    text-align: left;
  }
  .section-get-important-data.company .data-item h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-top: 0;
    margin-top: -4px;
  }
}
@media only screen and (min-width: 768px) {
  .section-get-important-data.company .data-item h3 {
    padding-top: 30px;
  }
}
.section-get-important-data .landing-section-title,
.section-get-important-data .landing-section-subtitle {
  text-align: center;
  padding-bottom: 72px;
}
@media only screen and (min-width: 768px) {
  .section-get-important-data .landing-section-title,
  .section-get-important-data .landing-section-subtitle {
    padding-bottom: 96px;
  }
}
.section-get-important-data .row {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-get-important-data .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-get-important-data .col {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 12px;
  }
}
.section-get-important-data .col + .col {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) {
  .section-get-important-data .col + .col {
    padding-top: 0;
  }
}
.section-get-important-data .divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
}
.section-get-important-data .data-item {
  text-align: center;
}
.section-get-important-data .data-item figure {
  text-align: center;
}
.section-get-important-data .data-item h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  padding-top: 24px;
  text-align: center;
}
.section-get-important-data .data-item p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  color: #424547;
  margin: 0;
  padding-top: 16px;
}
.section-get-important-data .actions {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-get-important-data .actions {
    margin-top: 52px;
  }
}
.section-get-important-data .actions .button {
  width: 100%;
  max-width: 188px;
}
.section-artists {
  padding: 80px 0 40px 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
  background: #7a828c;
}
@media only screen and (min-width: 768px) {
  .section-artists {
    padding: 80px 0 70px 0;
  }
}
.section-artists > .page {
  max-width: 1284px;
  width: 100%;
}
.section-artists .landing-section-subtitle {
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-artists .landing-section-subtitle {
    padding-bottom: 56px;
  }
}
.section-artists article {
  width: 100%;
  max-width: 1104px;
}
.section-artists .custom-swiper-button-prev,
.section-artists .custom-swiper-button-next {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-artists .custom-swiper-button-prev,
  .section-artists .custom-swiper-button-next {
    font-size: 0px;
    font-size: 0rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artists .custom-swiper-button-prev {
    background-position: left 7px center;
    background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/chevron-left-white.svg');
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-artists .custom-swiper-button-next {
    background-position: right 7px center;
    background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/chevron-right-white.svg');
    right: 0;
  }
}
.section-artists .pro-section-swiper.swiper-main {
  margin: 0 -16px;
}
@media only screen and (min-width: 768px) {
  .section-artists .pro-section-swiper.swiper-main {
    padding: 0 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-container {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-container {
    min-height: 260px;
    margin: 0;
  }
}
.section-artists .pro-section-swiper.swiper-main .swiper-wrapper {
  padding-bottom: 60px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-wrapper {
    padding-bottom: 20px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-wrapper {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1919px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-wrapper {
    padding-bottom: 0px;
  }
}
.section-artists .pro-section-swiper.swiper-main .swiper-slide {
  width: 290px;
}
@media only screen and (min-width: 768px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-slide {
    width: auto;
    height: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media only screen and (min-width: 1024px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active {
    min-height: 350px;
  }
}
.section-artists .pro-section-swiper.swiper-main .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-pagination {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-pagination {
    width: 280px;
    left: 50%;
    margin-left: -140px;
  }
}
.section-artists .pro-section-swiper.swiper-main .swiper-button-prev {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-button-prev {
    right: auto;
    left: 0;
    top: 126px;
  }
}
.section-artists .pro-section-swiper.swiper-main .swiper-button-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .section-artists .pro-section-swiper.swiper-main .swiper-button-next {
    right: 0;
    left: auto;
    top: 126px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artists .pro-section-swiper .pro-entity-card.artist > a {
    padding: 16px 16px 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artists .pro-section-swiper .pro-entity-card.artist article {
    padding: 20px 24px 24px 24px;
  }
}
.section-artists .artist-custom-card {
  border-radius: 8px;
  background-color: #ffffff;
}
.section-artists .artist-custom-card .entity-info {
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-artists .artist-custom-card .entity-info {
    margin: 0;
    padding: 0;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-artists .artist-custom-card .entity-info.artist-card {
    padding-top: 8px;
  }
}
.section-artists .artist-custom-card .entity-info.artist-card figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .section-artists .artist-custom-card .entity-info.artist-card figure {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    padding: 0;
  }
  .section-artists .artist-custom-card .entity-info.artist-card figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-artists .artist-custom-card .entity-info.artist-card figure figcaption .mini-badges {
    position: static;
  }
}
.section-artists .artist-custom-card .entity-info .loader-element + article {
  padding-left: 16px;
  padding-right: 16px;
}
.section-artists .artist-custom-card .entity-info .mini-badges {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  border: 1px solid #f4f6f6;
  position: absolute;
  bottom: -12px;
  right: 8px;
  height: 26px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  z-index: 1;
}
.section-artists .artist-custom-card .entity-info .mini-badges * {
  margin: 0 2px;
}
.section-artists .artist-custom-card .entity-info .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.section-artists .artist-custom-card .entity-info .mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.section-artists .artist-custom-card .entity-info .mini-badges .claimed-icon {
  margin: 0;
}
.section-artists .artist-custom-card .entity-info .mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.section-artists .artist-custom-card .entity-ranking {
  margin-top: 0;
  padding-bottom: 10px;
}
.section-artists .artist-custom-card .entity-ranking.page {
  padding-left: 0;
  padding-right: 0;
}
.section-artists .artist-custom-card .entity-ranking h4 {
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-artists .artist-custom-card .entity-ranking a {
  color: inherit;
}
.section-artists .artist-custom-card .entity-ranking a:hover {
  color: #6889e2;
}
.section-artists .artist-custom-card .entity-ranking .inactive {
  padding: 12px 16px 6px 16px;
  margin: 0;
}
.section-artists .artist-custom-card .rankings {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.section-artists .artist-custom-card .rankings td {
  padding: 3px;
}
@media only screen and (min-width: 1299px) {
  .section-artists .artist-custom-card .rankings td {
    padding: 3px 6px;
  }
}
.section-artists .artist-custom-card .rankings td:first-child {
  padding-left: 16px;
}
.section-artists .artist-custom-card .rankings td:last-child {
  padding-right: 16px;
}
.section-artists .artist-custom-card .rankings .rank {
  color: #000000;
  text-align: right;
  white-space: nowrap;
}
.section-artists .artist-custom-card .rankings .genre {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.section-artists .artist-custom-card .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  margin-top: -1px;
}
.section-artists .artist-custom-card figure {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-artists .artist-custom-card figure {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    width: auto;
    padding-top: 100%;
    position: relative;
  }
}
.section-artists .artist-custom-card h3 {
  font-size: 24px;
  font-size: 2.4rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 34px;
  margin: 0 16px 0 16px;
  font-weight: 500;
  color: #000000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .section-artists .artist-custom-card h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 20px 16px 16px 16px;
  }
}
.section-artists .artist-custom-card h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  padding: 16px 16px 10px 16px;
  font-weight: 500;
  border-top: 1px solid #f4f6f6;
}
@media only screen and (min-width: 768px) {
  .section-artists .artist-custom-card h4 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-artists .artist-custom-card h4 img {
  margin-right: 6px;
}
.section-artists .artist-custom-card time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  display: block;
  padding: 0px 8px 12px 8px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .section-artists .artist-custom-card time:last-child {
    padding-bottom: 8px;
  }
}
.section-q-and-a {
  padding: 56px 0 80px 0;
}
.section-q-and-a > .page {
  max-width: 908px;
}
@media only screen and (max-width: 767px) {
  .section-q-and-a > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-q-and-a .landing-section-title,
.section-q-and-a .landing-section-subtitle {
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
  text-align: center;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-q-and-a .landing-section-title,
  .section-q-and-a .landing-section-subtitle {
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .section-q-and-a .landing-section-title br,
  .section-q-and-a .landing-section-subtitle br {
    display: none;
  }
}
.section-q-and-a .question {
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #424547;
}
.section-q-and-a .question.fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-q-and-a .question + .question {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-q-and-a .question + .question {
    padding-top: 32px;
  }
}
.section-q-and-a .question h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}
.section-q-and-a .question p {
  padding: 16px 0 0 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-q-and-a .question p {
    padding-top: 8px;
  }
}
.section-q-and-a .question a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-q-and-a .question a:hover,
.section-q-and-a .question a:active {
  color: #6889e2;
}
.section-q-and-a .actions {
  padding-top: 16px;
  width: 100%;
}
.section-q-and-a .btn-get-more {
  font-weight: 500;
  color: #4e63ce;
}
.section-q-and-a .btn-get-more:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-left: 4px;
  background-image: url('../images/svg/icon-right-arrow-blue.svg');
}
.section-q-and-a .btn-get-more:hover,
.section-q-and-a .btn-get-more:active {
  color: #6889e2;
}
.section-new-to-analytics {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-new-to-analytics {
    padding-top: 120px;
  }
}
.section-new-to-analytics > .page {
  max-width: 908px;
}
@media only screen and (max-width: 767px) {
  .section-new-to-analytics > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-new-to-analytics .analytics-card {
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #424547;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-new-to-analytics .analytics-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-new-to-analytics .analytics-card figure {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-new-to-analytics .analytics-card figure {
    width: 164px;
    min-width: 164px;
  }
}
@media only screen and (max-width: 767px) {
  .section-new-to-analytics .analytics-card figure img {
    max-width: 164px;
  }
}
.section-new-to-analytics .analytics-card article {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (min-width: 768px) {
  .section-new-to-analytics .analytics-card article {
    padding-left: 24px;
    padding-top: 20px;
  }
}
.section-new-to-analytics .analytics-card h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .section-new-to-analytics .analytics-card h3 {
    margin-top: 20px;
  }
}
.section-new-to-analytics .analytics-card p {
  padding: 16px 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-new-to-analytics .analytics-card p {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .section-new-to-analytics .landing-section-title {
    text-align: center;
  }
}
.section-new-to-analytics .actions {
  padding-top: 16px;
  width: 100%;
}
.section-new-to-analytics .btn-more {
  font-weight: 500;
  color: #4e63ce;
}
.section-new-to-analytics .btn-more:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-left: 4px;
  background-image: url('../images/svg/icon-right-arrow-blue.svg');
}
.section-new-to-analytics .btn-more:hover,
.section-new-to-analytics .btn-more:active {
  color: #6889e2;
}
.section-breaking-through {
  padding: 56px 0 0 0;
  color: #ffffff;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bottom-gradient-480.png');
  background-attachment: scroll;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .section-breaking-through {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bottom-gradient-768.png');
  }
}
@media only screen and (min-width: 768px) {
  .section-breaking-through {
    background-attachment: fixed;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bottom-gradient-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-breaking-through {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bottom-gradient-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-breaking-through {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bottom-gradient-1920.png');
  }
}
.section-breaking-through.alt-comparison {
  padding: 80px 0;
  background-attachment: unset;
  background-position: center top;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-480.png');
}
@media only screen and (min-width: 480px) {
  .section-breaking-through.alt-comparison {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-768.png');
  }
}
@media only screen and (min-width: 768px) {
  .section-breaking-through.alt-comparison {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-breaking-through.alt-comparison {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-breaking-through.alt-comparison {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-1920.png');
  }
}
.section-breaking-through.alt-comparison .actions .button {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-breaking-through.alt-comparison .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
.section-breaking-through > .page {
  max-width: 908px;
  position: static;
}
.section-breaking-through .landing-section-title {
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through .landing-section-title br:first-child {
    display: none;
  }
}
.section-breaking-through .lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 8px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through .lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    margin-top: 32px;
  }
}
.section-breaking-through .actions {
  margin-top: 40px;
}
.section-breaking-through .actions .button {
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.section-breaking-through .actions .button.pop-in {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-breaking-through .trusted-by {
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through .trusted-by {
    padding-top: 80px;
  }
}
.section-breaking-through .trusted-by h4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through .trusted-by h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.section-breaking-through .trusted-by h4 span {
  display: inline-block;
  position: relative;
  margin: 0 auto 32px auto;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through .trusted-by h4 span {
    padding: 0 32px;
  }
}
.section-breaking-through .trusted-by h4 span:before,
.section-breaking-through .trusted-by h4 span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
}
.section-breaking-through .trusted-by h4 span:before {
  left: -1000px;
  right: 100%;
}
.section-breaking-through .trusted-by h4 span:after {
  right: -1000px;
  left: 100%;
}
.section-breaking-through .bg-icons {
  pointer-events: none;
  cursor: default;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100%;
  max-width: 400px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bottom-icons-480.png');
}
@media only screen and (min-width: 480px) {
  .section-breaking-through .bg-icons {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bottom-icons-768.png');
  }
}
@media only screen and (min-width: 768px) {
  .section-breaking-through .bg-icons {
    background-size: 116%;
    bottom: 0;
    max-width: 900px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bottom-icons-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-breaking-through .bg-icons {
    max-width: 1024px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/bottom-icons-1440.png');
  }
}
@media only screen and (min-width: 1099px) {
  .section-breaking-through .bg-icons {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-breaking-through .bg-icons {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1299px) {
  .section-breaking-through .bg-icons {
    max-width: 1300px;
  }
}
.section-breaking-through .laptop {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-breaking-through .laptop figure {
  margin-top: 100px;
  max-width: 300px;
  border-top-left-radius: 2%;
  border-top-right-radius: 2%;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through .laptop figure {
    margin-top: 50px;
    max-width: 480px;
  }
}
@media only screen and (min-width: 880px) {
  .section-breaking-through .laptop figure {
    max-width: 520px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-breaking-through .laptop figure {
    max-width: 560px;
  }
}
@media only screen and (min-width: 1099px) {
  .section-breaking-through .laptop figure {
    max-width: 620px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-breaking-through .laptop figure {
    max-width: 660px;
  }
}
@media only screen and (min-width: 1299px) {
  .section-breaking-through .laptop figure {
    max-width: 720px;
  }
}
.section-breaking-through .laptop figure figcaption {
  -webkit-box-shadow: 0 2px 60px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 60px 0 rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: -50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through .laptop figure figcaption {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.section-breaking-through-new {
  padding: 56px 0 0 0;
  color: #ffffff;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-position: center bottom;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/try-music-data-mobile.jpg');
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through-new {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/try-music-data-tablet.jpg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-breaking-through-new {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/try-music-data-desktop.jpg');
  }
}
@media only screen and (min-width: 1439px) {
  .section-breaking-through-new {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/try-music-data-2k.jpg');
  }
}
.section-breaking-through-new > .page {
  position: static;
}
.section-breaking-through-new .landing-section-title {
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
  text-align: center;
  max-width: 908px;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through-new .landing-section-title br:first-child {
    display: none;
  }
}
.section-breaking-through-new .lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 8px;
  text-align: center;
  max-width: 580px;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through-new .lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    margin-top: 32px;
  }
}
.section-breaking-through-new .actions {
  margin-top: 24px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .section-breaking-through-new .actions {
    margin-top: 24px;
  }
}
.section-breaking-through-new picture {
  width: 100%;
}
.section-breaking-through-new picture img {
  width: 100%;
}
.section-resources-header {
  padding: 16px 0;
  text-align: center;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-resources-480..webp');
  z-index: 1;
  position: relative;
}
.section-resources-header.alt-blue {
  background: #4e63ce;
  background-image: none !important;
}
.section-resources-header.alt-black {
  background: #000000;
  background-image: none !important;
}
.section-resources-header.alt-blog {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/blog-header-gradient-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-resources-header.alt-blog {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/blog-header-gradient.webp');
  }
}
@media only screen and (min-width: 480px) {
  .section-resources-header {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-resources-768..webp');
  }
}
@media only screen and (min-width: 768px) {
  .section-resources-header {
    padding: 38px 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-resources-1024.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-resources-header {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-resources-1440.webp');
  }
}
@media only screen and (min-width: 1439px) {
  .section-resources-header {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-resources-1920.webp');
  }
}
.section-resources-header h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  .section-resources-header h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-resources-header h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .section-resources-header h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: 500;
  }
}
.section-resources-navigation {
  font-size: 16px;
  font-size: 1.6rem;
  pointer-events: all;
  line-height: 24px;
  background-color: #000000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: #ffffff;
  padding: 16px 0;
  z-index: 4;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .section-resources-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
}
.section-resources-navigation::-webkit-scrollbar {
  height: 0;
}
.section-resources-navigation ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .section-resources-navigation ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-resources-navigation li {
  margin-right: 6px;
}
.section-resources-navigation li.active {
  font-weight: bold;
}
.section-resources-navigation li.active a {
  background-color: #ffffff;
  color: #000000;
}
.section-resources-navigation li:last-child {
  padding-right: 16px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-resources-navigation li:last-child {
    padding-right: 0;
  }
}
.section-resources-navigation a {
  border-radius: 4px;
  position: relative;
  display: inline-block;
  color: inherit;
  font-weight: 500;
  padding: 2px 12px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .section-resources-navigation a:hover,
  .section-resources-navigation a:active {
    background-color: #ffffff;
    color: #000000;
  }
}
.halvetica {
  font-family: halvetica !important;
}
.halvetica .btn,
.halvetica .button {
  font-family: halvetica !important;
}
.section-resources-listing {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing {
    padding: 56px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-resources-listing.halvetica .landing-card-blog.featured {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-resources-listing.halvetica .landing-card-blog h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-resources-listing.halvetica .landing-card-blog article p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.section-resources-listing.full-padding {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing.full-padding {
    padding: 56px 0;
  }
}
.section-resources-listing.padding-bottom {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing.padding-bottom {
    padding-bottom: 56px;
  }
}
.section-resources-listing.landing-section > .page {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1094px;
}
@media only screen and (max-width: 767px) {
  .section-resources-listing.landing-section > .page {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-resources-listing .landing-section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .section-resources-listing .landing-section-title {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .landing-section-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-resources-listing .landing-section-title.alt {
    text-align: left;
  }
}
.section-resources-listing .landing-section-subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .landing-section-subtitle {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    padding-bottom: 32px;
  }
}
.section-resources-listing .pro-section-swiper {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-resources-listing .pro-section-swiper + .landing-section-footer {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-resources-listing .pro-section-swiper.swiper-main {
    overflow: hidden;
    padding: 0 24px;
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .pro-section-swiper.swiper-main .swiper-container {
    overflow: visible;
  }
}
.section-resources-listing .pro-section-swiper.swiper-main .swiper-wrapper {
  padding-bottom: 10px;
}
.section-resources-listing .pro-section-swiper.swiper-main .swiper-slide {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .section-resources-listing .pro-section-swiper.swiper-main .swiper-slide {
    padding-bottom: 10px;
  }
}
.section-resources-listing .list-cards {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .list-cards {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-resources-listing .list-cards.max-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .list-cards.max-3 {
    *zoom: 1;
    margin: -16px -10px;
  }
  .section-resources-listing .list-cards.max-3:before {
    content: " ";
    display: table;
  }
  .section-resources-listing .list-cards.max-3:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .list-cards.max-3 .item {
    float: left;
    width: 33.33%;
    padding: 16px 10px;
    margin: 0;
  }
}
.section-resources-listing .list-cards.max-3 .landing-card-video,
.section-resources-listing .list-cards.max-3 .landing-card-report,
.section-resources-listing .list-cards.max-3 .landing-card-blog {
  height: 100%;
  /*h3 {

					@media @bp_768_max {
						height: 84px;
					}
				}*/
}
.section-resources-listing .list-cards .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .list-cards .item {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.section-resources-listing .list-cards .item.item-featured {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-resources-listing .list-cards .item.mobile-hidden {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .list-cards .item.desktop-hidden {
    display: none;
  }
}
.section-resources-listing .list-cards .item:last-child {
  margin: 0;
}
.section-resources-listing .list-cards .mobile-loader {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .list-cards .mobile-loader {
    display: none;
  }
}
.section-resources-listing .list-cards .mobile-loader .button {
  width: 100%;
  max-width: 188px;
}
.section-resources-listing .list-cards .load-more-loader {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-resources-listing .list-cards .load-more-loader.item {
  width: 100%;
}
.section-resources-listing .list-cards .load-more-loader .button {
  width: 100%;
  max-width: 188px;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .list-cards .load-more-loader .button {
    margin-top: 16px;
  }
}
.section-resources-listing .list-cards .desktop-loader {
  display: none;
  text-align: center;
}
.section-resources-listing .list-cards .desktop-loader.item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .list-cards .desktop-loader {
    display: block;
  }
}
.section-resources-listing .list-cards .desktop-loader .button {
  margin-top: 16px;
  width: 100%;
  max-width: 188px;
}
.section-resources-listing .landing-section-footer {
  padding-top: 16px;
}
.section-resources-listing .landing-card-video,
.section-resources-listing .landing-card-report,
.section-resources-listing .landing-card-blog {
  width: 100%;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .landing-card-video,
  .section-resources-listing .landing-card-report,
  .section-resources-listing .landing-card-blog {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    max-width: 380px;
  }
}
.section-resources-listing .landing-card-video:hover,
.section-resources-listing .landing-card-report:hover,
.section-resources-listing .landing-card-blog:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .section-resources-listing .landing-card-video:hover,
  .section-resources-listing .landing-card-report:hover,
  .section-resources-listing .landing-card-blog:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.section-resources-listing .landing-card-video:hover h3,
.section-resources-listing .landing-card-report:hover h3,
.section-resources-listing .landing-card-blog:hover h3 {
  color: #6889e2;
}
.section-promo {
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-promo {
    padding: 80px 0 24px 0;
  }
}
.section-promo .promo {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .section-promo .promo {
    max-width: 888px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section-promo .promo.alt .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.section-promo .promo.alt .actions {
  margin: 0 0 0 32px;
  white-space: nowrap;
}
.section-promo .promo a {
  color: inherit;
}
.section-promo .promo article {
  padding: 32px;
}
.section-promo .promo h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-promo .promo h4 {
    padding-bottom: 0;
  }
}
.section-promo .promo h4 br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-promo .promo h4 br {
    display: block;
  }
}
@media only screen and (min-width: 880px) {
  .section-promo .promo h4 br {
    display: none;
  }
}
.section-promo .promo p {
  margin: 0;
  padding: 0;
  line-height: 32px;
}
.section-promo .promo .actions {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-promo .promo .actions {
    margin-top: 16px;
  }
}
.section-book-a-session {
  padding: 56px 0;
  text-align: center;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-session-480.png');
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 480px) {
  .section-book-a-session {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-session-768.png');
  }
}
@media only screen and (min-width: 768px) {
  .section-book-a-session {
    padding: 80px 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-session-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-book-a-session {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-session-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-book-a-session {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/gradient-session-1920.png');
  }
}
.section-book-a-session > .page {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1094px;
}
.section-book-a-session .book-a-session {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-book-a-session .book-a-session {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-book-a-session article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.section-book-a-session h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 16px;
}
.section-book-a-session p {
  margin: 0;
  padding: 0;
}
.section-book-a-session .media-container-wrapper {
  margin-top: 24px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-book-a-session .media-container-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .section-book-a-session .media-container-wrapper {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-right: 12px;
    margin-top: 0;
    clear: left;
  }
}
.section-book-a-session .media-container {
  -webkit-box-shadow: 0 2px 30px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 30px 0 rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .section-book-a-session .actions {
    margin-top: 32px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .section-book-a-session .actions {
    margin-top: 24px;
  }
}
.section-book-a-session .actions .button.rounded {
  width: 188px;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .section-book-a-session article,
  .section-book-a-session .actions {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    clear: right;
    padding-left: 12px;
  }
}
.section-webinar-tutorial-detail {
  padding: 0 0 56px 0;
  color: #ffffff;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-webinar-tutorial-detail {
    padding-bottom: 80px;
  }
}
.section-webinar-tutorial-detail > .page {
  max-width: 1440px;
}
@media only screen and (min-width: 1199px) {
  .section-webinar-tutorial-detail > .page {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.section-webinar-tutorial-detail .actions {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-webinar-tutorial-detail .actions {
    height: 64px;
  }
}
.section-webinar-tutorial-detail .actions .button {
  margin-left: -6px;
}
.section-webinar-tutorial-detail .webinar-tutorial-detail {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-webinar-tutorial-detail .webinar-tutorial-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-webinar-tutorial-detail .detail-video-wrapper {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-webinar-tutorial-detail .detail-video-wrapper {
    padding-right: 12px;
    width: 60%;
  }
}
.section-webinar-tutorial-detail .webinar-tutorial-figure {
  position: relative;
  cursor: pointer;
}
.section-webinar-tutorial-detail .webinar-tutorial-figure.active:before {
  background-image: url('../images/svg/pause-circle-icon-alt.svg');
}
.section-webinar-tutorial-detail .webinar-tutorial-figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../images/svg/play-circle-icon-alt.svg');
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-webinar-tutorial-detail .webinar-tutorial-figure:before {
    background-size: 64px;
  }
}
.section-webinar-tutorial-detail .webinar-tutorial-figure img {
  width: 100%;
}
.section-webinar-tutorial-detail .card-author {
  color: #ffffff;
}
.section-webinar-tutorial-detail .card-author h4 {
  color: #ffffff;
}
.section-webinar-tutorial-detail .webinar-tutorial-article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-webinar-tutorial-detail .webinar-tutorial-article {
    margin: 0;
    width: 40%;
    padding-left: 12px;
  }
}
.section-webinar-tutorial-detail h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 16px;
}
.section-webinar-tutorial-detail p {
  margin: 0;
  padding: 0;
}
.section-webinar-tutorial-detail small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: block;
  margin-top: 16px;
}
.section-webinar-tutorial-detail small a {
  color: #4e63ce;
}
.section-webinar-tutorial-detail small a:hover,
.section-webinar-tutorial-detail small a:active {
  color: #6889e2;
}
.section-help-search {
  padding: 40px 0 32px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-help-search {
    padding: 56px 0 64px 0;
  }
}
.section-help-search + .section-help-featured-topics {
  padding-top: 0;
}
.section-help-search .search-wrapper {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.section-help-search .search-input {
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  height: 48px;
  border: 0;
  padding: 0 24px 0 70px;
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-image: url('../images/svg/search-grey-alt.svg');
  background-color: #ffffff;
  background-size: 24px;
  color: #424547;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-help-search .search-input {
    height: 64px;
  }
}
.section-help-search .search-results {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ffffff;
  text-align: left;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  border-top: 0;
  display: none;
  padding: 20px 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .section-help-search .search-results {
    top: 60px;
  }
}
.section-help-search .search-results.show {
  display: block;
}
.section-help-search .search-results::-webkit-scrollbar {
  width: 5px;
}
.section-help-search .search-results::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.section-help-search .search-results::-webkit-scrollbar-thumb {
  background: #d2d2d1;
}
.section-help-search .search-results.loading {
  z-index: 0;
  height: 60px;
}
.section-help-search .search-results.loading * {
  display: none;
}
.section-help-search .search-results.loading:before {
  display: block;
  background-color: #ffffff;
}
.section-help-search .search-results .item {
  padding: 0px 8px;
}
.section-help-search .search-results .zero-state {
  margin: 0;
  padding: 20px 0;
  color: #d2d2d1;
  text-align: left;
}
.section-help-search .search-result-link {
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  color: #000000;
  display: block;
  text-align: left;
  padding: 8px 16px;
}
.section-help-search .search-result-link:hover,
.section-help-search .search-result-link:active {
  background-color: #4e63ce;
  color: #ffffff;
}
.section-help-featured-topics {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-help-featured-topics {
    padding-top: 56px;
  }
}
.section-help-featured-topics > .page {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1094px;
}
.section-help-featured-topics .featured-topics {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -4px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .section-help-featured-topics .featured-topics {
    margin: -32px 0;
  }
}
.section-help-featured-topics .featured-topics .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-help-featured-topics .featured-topics .item {
    width: 50%;
    padding: 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-help-featured-topics .featured-topics .item + .item {
    margin-top: 32px;
  }
}
.section-help-featured-topics .featured-topics .item a {
  display: block;
  width: 100%;
}
.section-help-featured-topics h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section-help-featured-topics h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
  }
}
.section-help-featured-topics a {
  color: #4e63ce;
}
.section-help-featured-topics a:hover,
.section-help-featured-topics a:active {
  color: #6889e2;
}
@media only screen and (min-width: 768px) {
  .section-help-featured-topics ul {
    max-width: 95%;
  }
}
.section-help-featured-topics li {
  padding: 4px 0;
}
@media only screen and (min-width: 768px) {
  .section-help-featured-topics li {
    padding: 8px 0;
  }
}
.section-help-categories {
  padding: 40px 0 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-help-categories {
    padding-top: 80px;
  }
}
.section-help-categories .foursome {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -25px -12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.section-help-categories .foursome .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 50%;
  padding: 25px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .section-help-categories .foursome .item {
    width: 25%;
  }
}
.section-help-categories .foursome .item a {
  display: block;
  width: 100%;
}
.section-help-categories .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  cursor: pointer;
}
.section-help-categories .category:hover h3,
.section-help-categories .category:active h3 {
  color: #6889e2;
}
.section-help-categories .category figure {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 64px;
          flex: 0 1 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-help-categories .category figure img {
  width: 100%;
}
.section-help-categories .category article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0 0;
}
.section-help-categories .category h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
.section-help-categories .category p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #707580;
  padding: 0;
  margin: 0;
}
.section-help-detail {
  padding: 0 0 56px 0;
}
@media only screen and (min-width: 768px) {
  .section-help-detail {
    padding-bottom: 80px;
  }
}
.section-help-detail > .page {
  max-width: 1094px;
}
@media only screen and (min-width: 1199px) {
  .section-help-detail > .page {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.section-help-detail .actions {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-help-detail .actions {
    height: 64px;
  }
}
.section-help-detail .actions .button {
  margin-left: -6px;
}
.section-help-detail .help-detail {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-help-detail .help-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.section-help-detail .help-center-detail-sidebar {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-help-detail .help-center-detail-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .section-help-detail .help-center-detail-sidebar.open .btn-side-menu-toggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
  }
  .section-help-detail .help-center-detail-sidebar.open .side-menu {
    display: block;
  }
}
.section-help-detail .help-center-detail-content {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-help-detail .help-center-detail-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.66%;
            flex: 1 0 66.66%;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-help-detail .help-center-detail-content {
    padding-left: 80px;
  }
}
.section-help-detail .help-center-detail-content article {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-help-detail .help-center-detail-content article {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-top: 0;
  }
}
.section-help-detail .help-center-detail-content article h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-help-detail .help-center-detail-content article h1 {
    padding-bottom: 24px;
  }
}
.section-help-detail .help-center-detail-content article h1 + p {
  padding-top: 0;
}
.section-help-detail .help-center-detail-content article h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
  padding-top: 40px;
}
.section-help-detail .help-center-detail-content article h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  font-weight: bold;
  padding-top: 40px;
}
.section-help-detail .help-center-detail-content article h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
  padding-top: 40px;
}
.section-help-detail .help-center-detail-content article p {
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-help-detail .help-center-detail-content article p {
    padding: 24px 0;
  }
}
.section-help-detail .help-center-detail-content article a {
  color: #4e63ce;
}
.section-help-detail .help-center-detail-content article a:hover,
.section-help-detail .help-center-detail-content article a:active {
  color: #6889e2;
}
.section-help-detail .help-center-detail-content blockquote {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 500;
  padding: 50px 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-help-detail .help-center-detail-content blockquote {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    padding: 70px 0;
  }
}
.section-help-detail .help-center-detail-content figure + blockquote {
  margin-top: 0;
}
.section-help-detail .help-center-detail-content blockquote + figure {
  margin-top: 30px;
}
.section-help-detail .help-center-detail-content figure figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 8px 0;
  color: #707580;
}
.section-help-detail .btn-side-menu-toggle {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  height: 48px;
  width: 100%;
}
.section-help-detail .btn-side-menu-toggle:after {
  content: "";
  background-image: url('../images/svg/chevron-down-blue.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
@media only screen and (min-width: 768px) {
  .section-help-detail .btn-side-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-help-detail .side-menu {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: none;
    background-color: #ffffff;
    padding: 16px;
  }
}
.section-help-detail .side-menu .side-submenu {
  padding-top: 0;
  padding-left: 8px;
  display: none;
}
.section-help-detail .side-menu .side-submenu.open {
  display: block;
}
.section-help-detail .side-menu .side-submenu.open .sub-item {
  display: block;
}
.section-help-detail .side-menu .side-submenu.active .subcategory-title {
  color: #4e63ce;
}
.section-help-detail .side-menu .item {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  padding: 8px 0 0 0;
  color: #707580;
  position: relative;
}
.section-help-detail .side-menu .item:first-child {
  padding-top: 0;
}
.section-help-detail .side-menu .item.open {
  display: block;
}
.section-help-detail .side-menu .item.open .side-submenu {
  display: block;
}
.section-help-detail .side-menu .item.open .btn-submenu-toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.section-help-detail .side-menu .item a {
  color: inherit;
}
.section-help-detail .side-menu .item a:hover,
.section-help-detail .side-menu .item a:active {
  color: #6889e2;
}
.section-help-detail .side-menu .active > a {
  color: #4e63ce;
}
.section-help-detail .side-menu .category-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  font-weight: bold;
}
.section-help-detail .side-menu .subcategory-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  font-weight: bold;
}
.section-help-detail .side-menu .sub-item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 6px 0 6px 8px;
  display: none;
}
.section-key-features {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  padding: 80px 0;
}
.section-key-features .landing-section-title {
  text-align: center;
}
.section-key-features .list-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-key-features .list-features {
    width: 100%;
  }
}
.section-key-features .item {
  will-change: opacity;
  width: 100%;
  display: none;
}
.section-key-features .item.active {
  -webkit-animation: fade-in 0.5s linear forwards;
  animation: fade-in 0.5s linear forwards;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: relative;
  display: block;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .section-key-features .item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-key-features .feature {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-key-features .feature {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 325px;
  }
}
.section-key-features .feature figure {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-key-features .feature figure {
    display: block;
    width: 50%;
    padding-left: 50px;
    max-width: 50%;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .section-key-features .feature figure {
    padding-left: 0;
  }
}
.section-key-features .feature figure img {
  max-width: 470px;
}
@media only screen and (min-width: 768px) {
  .section-key-features .feature figure img {
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-key-features .feature figure img {
    padding-right: 48px;
  }
}
.section-key-features .feature article {
  position: relative;
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .section-key-features .feature article {
    padding: 0;
    width: 50%;
    padding-top: 50px;
  }
}
.section-key-features .feature h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 24px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section-key-features .feature h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    padding-bottom: 32px;
    padding-top: 0;
  }
}
.section-key-features .feature img {
  max-width: 100%;
  width: 100%;
}
.section-key-features .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  color: #424547;
  line-height: 24px;
}
.section-key-features .bullets li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
  text-align: left;
}
.section-key-features .bullets li:last-child {
  margin-bottom: 0;
}
.section-key-features .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.section-key-features .key-features-navigation {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 32px 0;
}
.section-key-features .key-features-navigation::-webkit-scrollbar {
  height: 0;
}
@media only screen and (min-width: 768px) {
  .section-key-features .key-features-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
.section-key-features .btn-feature-nav {
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 14px;
  color: #707580;
  font-weight: 500;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 4px;
}
@media only screen and (min-width: 768px) {
  .section-key-features .btn-feature-nav {
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    margin: 0;
  }
}
@media only screen and (min-width: 880px) {
  .section-key-features .btn-feature-nav {
    margin: 0 4px;
  }
}
.section-key-features .btn-feature-nav.active {
  color: #000000;
  background-color: #e8eced;
}
.section-key-features .btn-feature-nav:first-child {
  margin-left: 0;
}
.section-key-features .btn-feature-nav:last-child {
  margin-right: 0;
}
.section-try-it-yourself {
  padding: 0;
  color: #ffffff;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-try-it-yourself.alt-feature .section-wrapper {
  background-image: url('../images/static/bg-try-it-yourself-480.png');
}
@media only screen and (min-width: 480px) {
  .section-try-it-yourself.alt-feature .section-wrapper {
    background-image: url('../images/static/bg-try-it-yourself-768.png');
  }
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself.alt-feature .section-wrapper {
    background-image: url('../images/static/bg-try-it-yourself-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself.alt-feature .section-wrapper {
    margin-top: 80px;
    background-image: url('../images/static/bg-try-it-yourself-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-try-it-yourself.alt-feature .section-wrapper {
    background-image: url('../images/static/bg-try-it-yourself-1920.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself.alt-feature .actions {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself.fr .page {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself.fr .try-it-yourself-figure {
    padding-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself.fr .try-it-yourself-figure {
    padding-right: 24px;
  }
}
.section-try-it-yourself.white {
  background-color: #ffffff;
}
.section-try-it-yourself.no-top-padding {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself.no-top-padding .section-wrapper {
    margin-top: 60px;
  }
}
.section-try-it-yourself .section-wrapper {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-banner-480.png');
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .section-wrapper {
    margin-top: 140px;
    overflow: visible;
    background-position: left center;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-banner-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-banner-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-try-it-yourself .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-banner-1920.png');
  }
}
.section-try-it-yourself .page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .page {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-try-it-yourself .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .landing-section-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .landing-section-subtitle.fr {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
  }
}
.section-try-it-yourself .actions {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .try-it-yourself-figure {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself .try-it-yourself-figure {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .try-it-yourself-figure .laptop {
    position: absolute;
    bottom: 0;
    left: -70px;
    padding: 0 5%;
    overflow: hidden;
    max-width: 520px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself .try-it-yourself-figure .laptop {
    left: -45px;
  }
}
@media only screen and (min-width: 1299px) {
  .section-try-it-yourself .try-it-yourself-figure .laptop {
    left: -5px;
  }
}
.section-try-it-yourself .try-it-yourself-figure .laptop .feature-animation {
  margin-bottom: -60px;
}
.section-try-it-yourself .try-it-yourself-figure .laptop .animation-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.section-try-it-yourself .try-it-yourself-article {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .try-it-yourself-article {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    text-align: left;
    padding: 42px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself .try-it-yourself-article {
    width: 50%;
    padding-left: 42px;
  }
}
.section-blog-author {
  background-color: #e8eced;
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  .section-blog-author {
    padding: 72px 0;
  }
}
.section-blog-author.top {
  padding: 48px 0 32px 0;
}
.section-blog-author.top > .page {
  max-width: 1094px;
}
.section-blog-author.top .card-author h4 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-blog-author.top .card-author h4 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 64px;
    font-weight: bold;
  }
}
.section-blog-author.top .card-author .user-txt {
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .section-blog-author.top .card-author .user-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-blog-author.top .card-author .description {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-blog-author.top .card-author figure {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-blog-author.top .card-author figure + article {
    padding-left: 88px;
  }
}
@media only screen and (min-width: 768px) {
  .section-blog-author.top .card-author figure img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-author.landing-section > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-blog-author.landing-section > .page {
    max-width: 924px;
  }
}
.section-blog-author .card-author {
  margin: 0;
}
.section-blog-author .card-author h4 {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-blog-author .card-author .description {
    margin-top: 16px;
  }
}
.section-blog-author .card-author .user-txt {
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .section-blog-author .card-author .user-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.section-hero-blog {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-hero-blog {
    height: 400px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/festival-report-bg-1024.jpg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-hero-blog {
    height: 500px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/festival-report-bg-1440.jpg');
  }
}
@media only screen and (min-width: 1199px) {
  .section-hero-blog {
    height: 600px;
  }
}
@media only screen and (min-width: 1439px) {
  .section-hero-blog {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/festival-report-bg-1920.jpg');
  }
}
@media only screen and (min-width: 1919px) {
  .section-hero-blog {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/festival-report-bg-3840.jpg');
  }
}
.section-hero-blog.landing-section > .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  padding-bottom: 24px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .section-hero-blog.landing-section > .page {
    padding: 0;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero-blog.landing-section > .page {
    max-width: 824px;
    padding-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1199px) {
  .section-hero-blog.landing-section > .page {
    max-width: 924px;
  }
}
.section-hero-blog > .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  padding-bottom: 24px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .section-hero-blog > .page {
    padding: 0;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero-blog > .page {
    max-width: 824px;
    padding-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1199px) {
  .section-hero-blog > .page {
    max-width: 924px;
  }
}
.section-hero-blog .logo {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 24px;
  left: 24px;
  height: 48px;
  width: 48px;
  min-width: 48px;
  overflow: hidden;
  display: inline-block;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .section-hero-blog .logo {
    left: 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-hero-blog .logo {
    left: 90px;
  }
}
.section-hero-blog .logo img {
  height: 48px;
  width: 173px;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .section-hero-blog .logo img {
    margin-left: -1px;
  }
}
.section-hero-blog h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .section-hero-blog h1 {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero-blog h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 48px;
  }
}
.section-hero-blog h1 small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-hero-blog .mobile-bg {
    display: none;
  }
}
.section-hero-blog .singer-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-hero-blog .singer-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-hero-blog .singer-wrapper {
    right: -100px;
  }
}
.section-hero-blog .singer-wrapper .inside-wrapper {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.section-hero-blog .singer-wrapper .singer {
  mix-blend-mode: multiply;
}
.section-hero-blog .singer-wrapper .graph {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.section-hero-blog .singer-wrapper img {
  max-height: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-jobs {
  padding: 16px 0 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-jobs {
    padding-bottom: 120px;
  }
}
.section-jobs.landing-section > .page {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 824px;
}
@media only screen and (max-width: 767px) {
  .section-jobs.landing-section > .page {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-jobs.landing-section > .page {
    max-width: 924px;
  }
}
.section-jobs .resources-article-detail {
  color: #424547;
}
.section-jobs .resources-article-detail h2,
.section-jobs .resources-article-detail h3 {
  font-weight: bold;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-jobs .resources-article-detail h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
  }
}
.section-jobs .resources-article-detail + .list-jobs {
  margin-top: 72px;
}
.section-jobs .resources-article-detail ul {
  margin-left: 10px;
  padding-left: 0;
}
.section-jobs .job-success {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 32px;
  text-align: center;
  color: #424547;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 134px;
}
@media only screen and (min-width: 768px) {
  .section-jobs .job-success {
    text-align: left;
    height: auto;
    padding-top: 104px;
  }
}
.section-jobs .job-success h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5px;
  padding-bottom: 16px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-jobs .job-success h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-jobs .job-success h1 img {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-jobs .job-success h1 img {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.section-jobs .job-success p {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-jobs .job-success p {
    line-height: 40px;
  }
}
.section-jobs .job-success .actions {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-jobs .job-success .actions {
    margin-top: 56px;
    text-align: left;
  }
}
.section-jobs .job-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-jobs .job-header .button.tertiary {
  margin-left: -4px;
}
.section-jobs .job-details {
  padding: 16px 0 48px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-jobs .job-details {
    padding-bottom: 72px;
  }
}
.section-jobs .job-details h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .section-jobs .job-details h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 64px;
    padding-right: 170px;
  }
}
.section-jobs .job-details h1 > span {
  display: inline-block;
}
.section-jobs .job-details .job-tags {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 8px;
  color: #707580;
}
.section-jobs .job-details .btn-blog-copy-link {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 24px;
  text-transform: none;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .section-jobs .job-details .btn-blog-copy-link {
    position: absolute;
    right: 0;
    top: 8px;
  }
}
.section-jobs .apply-for-job {
  margin: 72px 0;
  width: 100%;
  max-width: 456px;
}
.section-jobs .apply-for-job h2 {
  padding-bottom: 24px;
}
.section-jobs .apply-for-job .pro-custom-input input[type="text"],
.section-jobs .apply-for-job .pro-custom-input input[type="email"] {
  background-color: #ffffff;
}
.section-jobs .apply-for-job .pro-custom-input label {
  pointer-events: none;
  cursor: default;
  z-index: 1;
}
.section-jobs .apply-for-job .pro-textarea {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-jobs .apply-for-job .pro-textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #707580;
}
.section-jobs .apply-for-job .pro-textarea:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #707580;
}
.section-jobs .apply-for-job .pro-textarea::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #707580;
}
.section-jobs .apply-for-job .pro-textarea::placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #707580;
}
.section-jobs .apply-for-job .textarea-counter {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #707580;
  display: block;
  margin-top: 12px;
}
.section-jobs .apply-for-job .form-row-submit {
  text-align: center;
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-jobs .apply-for-job .form-row-submit {
    text-align: left;
  }
}
.section-jobs .apply-for-job .form-row-submit button {
  text-transform: none;
}
.section-jobs .apply-for-job .upload-file {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-jobs .apply-for-job .upload-file {
    margin-top: 32px;
  }
}
.section-jobs .apply-for-job .upload-file-description {
  color: #707580;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
.section-jobs .apply-for-job .upload-file-description small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  display: block;
}
.section-jobs .apply-for-job .upload-file-actions {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  color: #4e63ce;
  white-space: nowrap;
}
.section-jobs .apply-for-job .upload-file-actions:hover,
.section-jobs .apply-for-job .upload-file-actions:active {
  color: #6889e2;
}
.section-jobs .apply-for-job .upload-file-stack {
  padding-top: 12px;
}
.section-jobs .apply-for-job .upload-file-stack .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  color: #000000;
}
.section-jobs .apply-for-job .upload-file-stack .file h4 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: normal;
}
.section-jobs .apply-for-job .upload-file-stack .file .btn-editor {
  white-space: nowrap;
  margin-left: 16px;
}
.section-jobs .language-switcher {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #4e63ce;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-jobs .language-switcher .lang {
  color: #4e63ce;
  cursor: pointer;
}
.section-jobs .language-switcher .lang.active {
  font-weight: bold;
}
.section-jobs .language-switcher .lang:hover,
.section-jobs .language-switcher .lang:active {
  color: #6889e2;
}
.section-jobs .lead {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 40px;
  color: #424547;
  padding-bottom: 56px;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .section-jobs .lead {
    padding-top: 16px;
  }
}
.section-jobs .landing-section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  padding-bottom: 24px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-jobs .landing-section-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 48px;
    padding-bottom: 32px;
  }
}
.section-jobs .list-jobs {
  width: 100%;
}
.section-jobs .list-jobs .item {
  padding-top: 24px;
}
.section-jobs .list-jobs .item:first-child {
  padding-top: 0;
}
.section-data-in-action {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action {
    display: block;
    padding: 60px 0;
    margin: 0 auto;
    overflow: visible;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url('../images/static/bg-try-it-yourself-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action {
    background-image: url('../images/static/bg-try-it-yourself-1440.png');
  }
}
.section-data-in-action .special-entity-card {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  max-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: none;
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action .special-entity-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.section-data-in-action .special-entity-card.beatport article,
.section-data-in-action .special-entity-card.spotify article,
.section-data-in-action .special-entity-card.genre article,
.section-data-in-action .special-entity-card.airplay article,
.section-data-in-action .special-entity-card.festival article,
.section-data-in-action .special-entity-card.audience article,
.section-data-in-action .special-entity-card.viberate article,
.section-data-in-action .special-entity-card.artist article {
  text-align: center;
}
.section-data-in-action .special-entity-card.beatport article .special-entity-card-title,
.section-data-in-action .special-entity-card.spotify article .special-entity-card-title,
.section-data-in-action .special-entity-card.genre article .special-entity-card-title,
.section-data-in-action .special-entity-card.airplay article .special-entity-card-title,
.section-data-in-action .special-entity-card.festival article .special-entity-card-title,
.section-data-in-action .special-entity-card.audience article .special-entity-card-title,
.section-data-in-action .special-entity-card.viberate article .special-entity-card-title,
.section-data-in-action .special-entity-card.artist article .special-entity-card-title,
.section-data-in-action .special-entity-card.beatport article .rank,
.section-data-in-action .special-entity-card.spotify article .rank,
.section-data-in-action .special-entity-card.genre article .rank,
.section-data-in-action .special-entity-card.airplay article .rank,
.section-data-in-action .special-entity-card.festival article .rank,
.section-data-in-action .special-entity-card.audience article .rank,
.section-data-in-action .special-entity-card.viberate article .rank,
.section-data-in-action .special-entity-card.artist article .rank {
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
  text-align: left;
}
.section-data-in-action .special-entity-card.spotify article .special-entity-card-title,
.section-data-in-action .special-entity-card.genre article .special-entity-card-title,
.section-data-in-action .special-entity-card.country article .special-entity-card-title,
.section-data-in-action .special-entity-card.airplay article .special-entity-card-title,
.section-data-in-action .special-entity-card.festival article .special-entity-card-title,
.section-data-in-action .special-entity-card.audience article .special-entity-card-title,
.section-data-in-action .special-entity-card.viberate article .special-entity-card-title,
.section-data-in-action .special-entity-card.artist article .special-entity-card-title,
.section-data-in-action .special-entity-card.spotify article .rank,
.section-data-in-action .special-entity-card.genre article .rank,
.section-data-in-action .special-entity-card.country article .rank,
.section-data-in-action .special-entity-card.airplay article .rank,
.section-data-in-action .special-entity-card.festival article .rank,
.section-data-in-action .special-entity-card.audience article .rank,
.section-data-in-action .special-entity-card.viberate article .rank,
.section-data-in-action .special-entity-card.artist article .rank {
  max-width: 216px;
}
.section-data-in-action .special-entity-card.airplay article,
.section-data-in-action .special-entity-card.festival article,
.section-data-in-action .special-entity-card.audience article,
.section-data-in-action .special-entity-card.artist article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-data-in-action .special-entity-card.airplay article .special-entity-card-title,
.section-data-in-action .special-entity-card.festival article .special-entity-card-title,
.section-data-in-action .special-entity-card.audience article .special-entity-card-title,
.section-data-in-action .special-entity-card.artist article .special-entity-card-title {
  margin-bottom: 32px;
}
.section-data-in-action .special-entity-card.genre article,
.section-data-in-action .special-entity-card.country article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-data-in-action .special-entity-card.genre article .special-entity-card-title,
.section-data-in-action .special-entity-card.country article .special-entity-card-title {
  margin-bottom: 32px;
}
.section-data-in-action .special-entity-card.genre article div,
.section-data-in-action .special-entity-card.country article div {
  min-width: 180px;
}
.section-data-in-action .special-entity-card figure {
  padding-top: 75%;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action .special-entity-card figure {
    width: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action .special-entity-card figure {
    height: 280px;
    width: 280px;
    max-width: 280px;
    padding: 0;
  }
}
.section-data-in-action .special-entity-card article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  max-width: none;
  padding: 24px;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .section-data-in-action .special-entity-card article {
    padding: 32px;
  }
}
.section-data-in-action .special-entity-card article .icon {
  width: 32px;
  height: 32px;
}
.section-data-in-action .special-entity-card article span {
  display: block;
  line-height: 1;
}
.section-data-in-action .special-entity-card article span.number {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 0;
  position: relative;
}
.section-data-in-action .special-entity-card article span.genre {
  font-size: 15px;
  font-size: 1.5rem;
  color: #707580;
}
.section-data-in-action .special-entity-card article span sup {
  font-size: 10px;
  font-size: 1rem;
  top: 0;
  vertical-align: 15px;
}
.section-data-in-action .special-entity-card article .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
}
.section-data-in-action .special-entity-card article .row + .row {
  border-top: 2px solid #D5DDE0;
  margin-top: 22px;
}
.section-data-in-action .special-entity-card h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
}
.section-data-in-action .special-entity-card .country {
  margin-top: 0;
}
.section-data-in-action .special-entity-card .country .flag {
  width: 21px;
  margin-left: 14px;
}
.section-data-in-action .special-entity-card .special-entity-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-data-in-action .page {
  margin: 0 auto;
  max-width: 1128px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action .page {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-data-in-action h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  font-weight: 500;
  padding: 20px 30px;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    text-align: left;
    padding: 0 0 20px 0;
  }
}
.section-data-in-action h2 br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action h2 br {
    display: block;
  }
}
.section-data-in-action .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.section-data-in-action .col:first-child {
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action .col:first-child {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action .col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    position: relative;
  }
}
.section-data-in-action .col:last-child {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action .col:last-child {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action .col:last-child {
    padding-left: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.section-data-in-action .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-faq {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-faq {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1599px) {
  .section-faq {
    padding: 160px 0;
  }
}
.section-faq > .page {
  max-width: 730px;
}
@media only screen and (max-width: 767px) {
  .section-faq > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 880px) {
  .section-faq > .page {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-faq .landing-section-title {
  text-align: center;
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-faq .landing-section-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    padding-bottom: 40px;
  }
}
.section-faq .faq-list {
  margin: 0 -8px;
  width: 100%;
}
.section-faq .faq-item {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #424547;
  background-color: #ffffff;
  padding: 24px 16px;
  width: 100%;
  cursor: pointer;
}
.section-faq .faq-item + .faq-item {
  margin-top: 24px;
}
.section-faq .faq-item.initial-open .faq-item-content {
  display: block;
}
.section-faq .faq-item.open h3:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.section-faq .faq-item.open .fader:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.section-faq .faq-item h3 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  width: 100%;
  padding-right: 48px;
}
.section-faq .faq-item h3:before {
  -webkit-transition: transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  content: "";
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/chevron-down-blue.svg');
  background-size: 16px;
  width: 16px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.section-faq .faq-item .faq-item-content {
  display: none;
  position: relative;
}
.section-faq .faq-item .wrap {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.section-faq .faq-item .wrap.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-faq .faq-item .fader:after {
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: red;
}
.section-faq .faq-item p {
  padding: 16px 0 0 0;
  margin: 0;
}
.section-faq .faq-item a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-faq .faq-item a:hover,
.section-faq .faq-item a:active {
  color: #6889e2;
}
.section-faq .question-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.section-faq .actions {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
  width: 100%;
  padding-left: 8px;
}
.section-faq .btn-get-more {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  color: #4e63ce;
  text-transform: none;
}
.section-faq .btn-get-more:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-left: 4px;
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-right-arrow-blue.svg');
}
.section-faq .btn-get-more:hover,
.section-faq .btn-get-more:active {
  color: #6889e2;
}
.blog-dark-banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 40px 30px;
  text-align: center;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .blog-dark-banner {
    margin: 0 12px;
    width: auto;
  }
}
.blog-dark-banner h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 34px;
}
.blog-dark-banner .tool-item {
  background-color: #333;
  border-radius: 8px;
  margin: 0;
  padding: 15px;
  font-size: 18px;
  line-height: 1.6;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.blog-dark-banner .tool-item:hover {
  background-color: #555;
}
.blog-dark-banner .tool-item + .tool-item {
  margin-top: 15px;
}
.blog-dark-banner .tool-name {
  font-weight: 700;
  color: #f39c12;
}
.blog-dark-banner .tool-price {
  font-weight: 500;
  color: #e1e1e1;
}
.blog-latest-articles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0 12px;
  margin-top: 16px;
}
.blog-latest-articles-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100;
}
.blog-latest-articles-list ul li {
  width: 100%;
}
.blog-latest-article-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.blog-latest-article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.blog-latest-article-item:hover h3,
.blog-latest-article-item:active h3 {
  color: #6889e2;
}
.blog-latest-article-item figure {
  width: 80px;
  min-width: 80px;
  height: 64px;
  display: block;
  background-size: cover;
  background-position: center;
}
.blog-latest-article-item h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  color: #4e63ce;
}
.section-blog-detail {
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail {
    margin-bottom: 72px;
  }
}
.section-blog-detail + .section-resources-listing {
  padding-top: 0;
}
.section-blog-detail.halvetica .resources-article-detail {
  font-family: halvetica !important;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail.halvetica .resources-article-detail {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
  }
  .section-blog-detail.halvetica .resources-article-detail h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    margin: 50px 0 20px 0;
    line-height: 48px;
  }
  .section-blog-detail.halvetica .resources-article-detail h2 {
    margin: 40px 0 15px 0;
  }
  .section-blog-detail.halvetica .resources-article-detail h3 {
    margin: 30px 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-detail.landing-section > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-blog-detail.landing-section > .page {
    max-width: 824px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-blog-detail.landing-section > .page {
    max-width: 924px;
  }
}
.section-blog-detail .actions {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .actions {
    height: 64px;
  }
}
.section-blog-detail .actions .button {
  margin-left: -6px;
}
.section-blog-detail .resources-article-detail {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  text-align: left;
  width: 100%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 40px;
  }
}
.section-blog-detail .resources-article-detail.loading {
  min-height: 200px;
}
.section-blog-detail .resources-article-detail h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.5px;
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 64px;
    padding-top: 64px;
  }
}
.section-blog-detail .resources-article-detail h1:first-child {
  padding-top: 0;
}
.section-blog-detail .resources-article-detail h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-top: 56px;
}
.section-blog-detail .resources-article-detail h2 + p {
  padding-top: 16px;
}
.section-blog-detail .resources-article-detail h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-top: 40px;
}
.section-blog-detail .resources-article-detail h3 + p {
  padding-top: 8px;
}
.section-blog-detail .resources-article-detail h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  color: #000000;
  padding-bottom: 20px;
  font-weight: 500;
}
.section-blog-detail .resources-article-detail ul,
.section-blog-detail .resources-article-detail ol {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin: 0;
  padding: 16px 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail ul,
  .section-blog-detail .resources-article-detail ol {
    font-size: 20px;
    font-size: 2rem;
    line-height: 34px;
    margin-left: 20px;
    padding-left: 30px;
  }
}
.section-blog-detail .resources-article-detail ul + p,
.section-blog-detail .resources-article-detail ol + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail ul + p,
  .section-blog-detail .resources-article-detail ol + p {
    padding-top: 52px;
  }
}
.section-blog-detail .resources-article-detail ul li,
.section-blog-detail .resources-article-detail ol li {
  padding: 0 0 14px 0;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail ul li,
  .section-blog-detail .resources-article-detail ol li {
    padding-left: 6px;
  }
}
.section-blog-detail .resources-article-detail ul li:last-child,
.section-blog-detail .resources-article-detail ol li:last-child {
  padding-bottom: 0;
}
.section-blog-detail .resources-article-detail ul li {
  list-style: disc;
}
.section-blog-detail .resources-article-detail sup,
.section-blog-detail .resources-article-detail sub {
  font-size: 10px;
  font-size: 1rem;
}
.section-blog-detail .resources-article-detail sub {
  vertical-align: 0em;
}
.section-blog-detail .resources-article-detail sup {
  vertical-align: 1em;
  top: 0;
}
.section-blog-detail .resources-article-detail p {
  padding: 0;
  margin: 0;
}
.section-blog-detail .resources-article-detail p + p {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail p + p {
    padding-top: 14px;
  }
}
.section-blog-detail .resources-article-detail a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  font-weight: bold;
  color: #4e63ce;
}
.section-blog-detail .resources-article-detail a:hover,
.section-blog-detail .resources-article-detail a:active {
  color: #6889e2;
}
.section-blog-detail .resources-article-detail strong {
  font-weight: 600;
}
.section-blog-detail .resources-article-detail .lead {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 36px;
  letter-spacing: 0.5px;
  padding-top: 16px;
  color: #424547;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    padding-top: 24px;
  }
}
.section-blog-detail .resources-article-detail .cover-and-author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-blog-detail .resources-article-detail .cover-and-author-wrapper + p {
  padding-top: 0;
}
.section-blog-detail .resources-article-detail .cover-and-author-wrapper a {
  text-decoration: none;
}
.section-blog-detail .resources-article-detail .cover {
  margin: 24px -24px 0 -24px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .cover {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin: 32px 0 0 0;
  }
}
.section-blog-detail .resources-article-detail .cover figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 12px;
  left: 20px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .cover figcaption {
    top: 20px;
  }
}
.section-blog-detail .resources-article-detail .cover .blog-tag {
  margin: 4px;
}
.section-blog-detail .resources-article-detail .card-author {
  margin: 24px 0 40px 0;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .card-author {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin: 32px 0 56px 0;
  }
}
.section-blog-detail .resources-article-detail .card-author a {
  color: #424547;
}
.section-blog-detail .resources-article-detail .card-author article {
  margin-left: 16px;
}
.section-blog-detail .resources-article-detail .card-author h4 {
  padding: 0;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents {
  padding-top: 72px;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents.open .btn-toc-toggle em {
  display: inline-block;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents.open .btn-toc-toggle em + em {
  display: none;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents.open ul {
  display: block;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-table-of-contents + p {
    padding-top: 52px;
  }
}
.section-blog-detail .resources-article-detail .blog-table-of-contents .btn-toc-toggle {
  font-size: 21px;
  font-size: 2.1rem;
  color: #424547;
  font-weight: normal;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents .btn-toc-toggle span {
  color: #4e63ce;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents .btn-toc-toggle span:hover {
  color: #6889e2;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents .btn-toc-toggle em {
  font-style: normal;
  display: none;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents .btn-toc-toggle em + em {
  display: inline-block;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents h3 {
  padding-top: 0;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents a {
  font-weight: normal;
  color: #4e63ce;
  text-decoration: none;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents a:hover {
  color: #6889e2;
}
.section-blog-detail .resources-article-detail .blog-table-of-contents ul {
  display: none;
}
.section-blog-detail .resources-article-detail .blog-embed-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-embed-media {
    margin-top: 56px;
  }
}
.section-blog-detail .resources-article-detail .blog-embed-media + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-embed-media + p {
    padding-top: 52px;
  }
}
.section-blog-detail .resources-article-detail .blog-embed-media.tiktok {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-embed-media.tiktok {
    min-width: 325px;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-detail .resources-article-detail .blog-embed-media.youtube {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media only screen and (min-width: 320px) {
  .section-blog-detail .resources-article-detail .blog-embed-media.facebook > div {
    max-width: 270px;
    width: 270px;
  }
}
@media only screen and (min-width: 360px) {
  .section-blog-detail .resources-article-detail .blog-embed-media.facebook > div {
    max-width: 310px;
    width: 310px;
  }
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-embed-media.facebook > div {
    max-width: none;
    width: auto;
  }
}
.section-blog-detail .resources-article-detail .blog-embed-media.twitter > div {
  width: 100%;
}
.section-blog-detail .resources-article-detail .blog-embed-media.twitter iframe {
  width: 100% !important;
}
.section-blog-detail .resources-article-detail .blog-embed-media > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.section-blog-detail .resources-article-detail .blog-embed-media .tiktok-embed {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-blog-detail .resources-article-detail .blog-embed-media .instagram-media {
    min-width: unset !important;
  }
}
@media only screen and (min-width: 320px) {
  .section-blog-detail .resources-article-detail .blog-embed-media .fb-post > span,
  .section-blog-detail .resources-article-detail .blog-embed-media .fb-post iframe {
    max-width: 270px;
  }
}
@media only screen and (min-width: 360px) {
  .section-blog-detail .resources-article-detail .blog-embed-media .fb-post > span,
  .section-blog-detail .resources-article-detail .blog-embed-media .fb-post iframe {
    max-width: 310px;
  }
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-embed-media .fb-post > span,
  .section-blog-detail .resources-article-detail .blog-embed-media .fb-post iframe {
    max-width: none;
  }
}
.section-blog-detail .resources-article-detail .blog-media {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-media {
    margin-top: 56px;
  }
}
.section-blog-detail .resources-article-detail .blog-media + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-media + p {
    padding-top: 52px;
  }
}
.section-blog-detail .resources-article-detail .blog-media .media-container {
  position: relative;
  cursor: pointer;
}
.section-blog-detail .resources-article-detail .blog-media .blog-embed-media {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .section-blog-detail .resources-article-detail .blog-media .btn-play-video {
    width: 56px;
    height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-detail .resources-article-detail .blog-media .media-wrapper {
    border-radius: 0px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.section-blog-detail .resources-article-detail .blog-media img,
.section-blog-detail .resources-article-detail .blog-media video {
  border-radius: 4px;
}
.section-blog-detail .resources-article-detail .blog-media video {
  width: 100%;
}
.section-blog-detail .resources-article-detail .blog-media figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #424547;
  padding: 16px 0 0 0;
  letter-spacing: 0.5px;
}
.section-blog-detail .resources-article-detail .blog-media figcaption:empty {
  display: none;
}
.section-blog-detail .resources-article-detail .blog-media figcaption p {
  margin: 0;
  padding: 0;
}
.section-blog-detail .resources-article-detail .blog-media figcaption p + p {
  padding-top: 12px;
}
.section-blog-detail .resources-article-detail .blog-blockquote {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 44px;
  font-style: italic;
  color: #707580;
  padding: 0 0 0 18px;
  margin: 40px 0 0 0;
  position: relative;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-blockquote {
    margin-top: 56px;
    padding-left: 26px;
    margin-left: 24px;
  }
}
.section-blog-detail .resources-article-detail .blog-blockquote + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-blockquote + p {
    padding-top: 52px;
  }
}
.section-blog-detail .resources-article-detail .blog-blockquote + h3 {
  padding-top: 56px;
}
.section-blog-detail .resources-article-detail .blog-blockquote:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #8A919E;
}
.section-blog-detail .resources-article-detail .blog-blockquote p {
  padding: 0;
  margin: 0;
}
.section-blog-detail .resources-article-detail .blog-blockquote p + p {
  padding-top: 12px;
}
.section-blog-detail .resources-article-detail .blog-key-takeaways {
  background-color: #e8eced;
  margin: 72px -24px 0 -24px;
  padding: 32px 24px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-key-takeaways {
    margin-left: -40px;
    margin-right: -40px;
    padding: 32px 40px 40px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-blog-detail .resources-article-detail .blog-key-takeaways {
    border-radius: 4px;
    margin-left: -64px;
    margin-right: -64px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
.section-blog-detail .resources-article-detail .blog-key-takeaways + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-key-takeaways + p {
    padding-top: 52px;
  }
}
.section-blog-detail .resources-article-detail .blog-key-takeaways h2,
.section-blog-detail .resources-article-detail .blog-key-takeaways h2.blog-key-takeaways-title {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 8px 0;
  letter-spacing: 0.5px;
}
.section-blog-detail .resources-article-detail .blog-key-takeaways ul {
  padding-top: 8px;
  line-height: 40px;
  letter-spacing: 0.2px;
}
.section-blog-detail .resources-article-detail .blog-signup {
  color: #ffffff;
  margin: 40px -24px 0 -24px;
  padding: 30px 24px;
  text-align: center;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/banner-gradient-blog-480.png');
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-signup {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 56px -40px 0 -40px;
    padding: 32px 40px 40px 40px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/banner-gradient-blog-1024.png');
  }
}
@media only screen and (min-width: 800px) {
  .section-blog-detail .resources-article-detail .blog-signup {
    margin-left: calc((100vw - 744px) / -2);
    margin-right: calc((100vw - 744px) / -2);
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-blog-detail .resources-article-detail .blog-signup {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/banner-gradient-blog-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-blog-detail .resources-article-detail .blog-signup {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/banner-gradient-blog-1920.png');
  }
}
.section-blog-detail .resources-article-detail .blog-signup + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-signup + p {
    padding-top: 52px;
  }
}
.section-blog-detail .resources-article-detail .blog-signup .blog-signup-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-signup .blog-signup-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
  }
}
.section-blog-detail .resources-article-detail .blog-signup .blog-signup-description {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 32px;
  margin-top: 32px;
  margin: 0;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-signup .blog-signup-description {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 4px;
    line-height: 24px;
  }
}
.section-blog-detail .resources-article-detail .blog-signup .blog-signup-description p {
  margin: 0;
  padding: 0;
}
.section-blog-detail .resources-article-detail .blog-signup .blog-signup-description p + p {
  padding-top: 14px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-signup .blog-signup-description p + p {
    padding-top: 4px;
  }
}
.section-blog-detail .resources-article-detail .blog-signup .blog-signup-form {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-signup .blog-signup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-blog-detail .resources-article-detail .blog-signup .form-row {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-blog-detail .resources-article-detail .blog-signup .form-row {
    max-width: 360px;
    margin: 0 auto;
  }
}
.section-blog-detail .resources-article-detail .blog-signup .blog-signup-form-input {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  height: 48px;
  padding: 0 16px;
  color: #707580;
  border: 0;
  max-width: 360px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-signup .blog-signup-form-input {
    width: 360px;
  }
}
.section-blog-detail .resources-article-detail .blog-signup .blog-signup-form-input + .error-msg {
  bottom: -18px;
  left: 16px;
}
.section-blog-detail .resources-article-detail .blog-signup .btn-blog-signup-form-submit {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-signup .btn-blog-signup-form-submit {
    margin: 0 0 0 32px;
  }
}
.section-blog-detail .resources-article-detail .blog-black-promo {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 32px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin: 40px -16px 0 -16px;
  padding: 40px 24px 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-black-promo {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    max-width: none;
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 880px) {
  .section-blog-detail .resources-article-detail .blog-black-promo {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.section-blog-detail .resources-article-detail .blog-black-promo + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-black-promo + p {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-black-promo + .blog-blockquote,
  .section-blog-detail .resources-article-detail .blog-black-promo + .blog-embed-media,
  .section-blog-detail .resources-article-detail .blog-black-promo + .blog-media {
    margin-top: 80px;
  }
}
.section-blog-detail .resources-article-detail .blog-black-promo.shine {
  position: relative;
  overflow: hidden;
}
.section-blog-detail .resources-article-detail .blog-black-promo.shine:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-animation: shine 2s ease-in-out forwards;
  animation: shine 2s ease-in-out forwards;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  content: "";
  position: absolute;
  top: -200px;
  left: -40%;
  width: 50px;
  bottom: -200px;
  background: #ffffff;
}
.section-blog-detail .resources-article-detail .blog-black-promo a {
  color: inherit;
  text-decoration: none;
}
.section-blog-detail .resources-article-detail .blog-black-promo .blog-black-promo-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 32px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-black-promo .blog-black-promo-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    padding-bottom: 4px;
  }
}
.section-blog-detail .resources-article-detail .blog-black-promo .blog-black-promo-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-black-promo .blog-black-promo-title br {
    display: block;
  }
}
.section-blog-detail .resources-article-detail .blog-black-promo p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.section-blog-detail .resources-article-detail .blog-black-promo .blog-black-promo-actions {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog-detail .resources-article-detail .blog-black-promo .blog-black-promo-actions {
    margin-top: 24px;
  }
}
.popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup.fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup .popup-blocker {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.popup .popup-content {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  background-color: #ffffff;
  padding: 32px;
  margin: 16px;
  max-width: 434px;
  position: relative;
  z-index: 1;
}
.popup .popup-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 24px;
}
.popup .popup-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.popup .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.popup .actions.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.editor-system-bar {
  -webkit-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: -120px;
  left: 16px;
  right: 16px;
}
.editor-system-bar.show {
  bottom: 40px;
}
.editor-system-bar.warning .bar {
  background-color: #FFEFF2;
}
.editor-system-bar.warning .actions {
  display: none;
}
.editor-system-bar .bar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 8px 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .editor-system-bar .bar {
    width: 640px;
  }
}
.editor-system-bar .status {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.editor-system-bar .status.response {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.editor-system-bar .status.error {
  color: #e44561;
}
.editor-system-bar .status .error {
  color: #e44561;
  display: block;
}
.editor-system-bar .status .icon {
  margin-right: 8px;
}
.editor-system-bar .status .icon + label {
  margin-left: 0;
}
.editor-system-bar .status ul {
  margin-top: 8px;
}
.editor-system-bar .status li {
  padding-bottom: 8px;
  padding-left: 8px;
  position: relative;
}
.editor-system-bar .status li:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: #000000;
  display: inline-block;
}
.editor-system-bar .status li:last-child {
  padding-bottom: 0;
}
.editor-system-bar .changes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: default;
}
.editor-system-bar .changes:hover + .changelog {
  display: inline-block;
}
.editor-system-bar .changes span {
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  background-color: #4e63ce;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
}
.editor-system-bar .changes label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: inline-block;
  margin: 0 8px;
}
.editor-system-bar .changes .icon-warning {
  width: 12px;
  height: 12px;
}
.editor-system-bar .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editor-system-bar .actions .icon-close {
  position: absolute;
  right: 8px;
  top: 8px;
}
.editor-system-bar .changelog {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 50px;
  left: -24px;
  background-color: #ffffff;
  padding: 8px 12px;
  z-index: 1;
  display: none;
  min-width: 192px;
}
.editor-system-bar .changelog .checklist li {
  padding-left: 0;
}
.editor-system-bar .changelog .checklist li:before {
  content: none;
}
.editor-system-bar .changelog .checklist li.done {
  background-position: left top 6px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-image: url('../images/svg/icon-checkmark-green-dark.svg');
  padding-left: 20px;
}
.blog-article-header {
  -webkit-transition: transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .blog-article-header {
    height: 0px;
    min-height: 0;
  }
  .blog-article-header .page {
    display: none;
  }
}
.blog-article-header.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.blog-article-header.standalone .page {
  max-width: 1104px;
}
@media only screen and (min-width: 768px) {
  .blog-article-header.standalone .page {
    padding: 0 16px 0 0;
  }
}
.blog-article-header.standalone .blog-article-info {
  margin: 0;
  left: 0;
  max-width: unset;
}
.blog-article-header.standalone .blog-article-info .blog-article-info-title {
  text-align: center;
}
.blog-article-header.standalone .blog-article-info .button {
  margin-left: auto;
}
.blog-article-header .blog-article-info {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .blog-article-header .blog-article-info {
    max-width: 744px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 880px) {
  .blog-article-header .blog-article-info {
    margin: 0 auto;
    left: -24px;
    padding-left: 0;
  }
}
.blog-article-header .blog-article-info-title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 24px;
}
.blog-article-header .blog-progress-bar {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 12px;
}
@media only screen and (min-width: 768px) {
  .blog-article-header .blog-progress-bar {
    height: 8px;
  }
}
.blog-article-header .blog-progress-bar .progress-bar {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
}
.resources-article-detail {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 40px;
  text-align: left;
  width: 100%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.2px;
}
.resources-article-detail.loading {
  min-height: 200px;
}
.resources-article-detail h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.5px;
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 64px;
    padding-top: 64px;
  }
}
.resources-article-detail h1:first-child {
  padding-top: 0;
}
.resources-article-detail h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-top: 56px;
}
.resources-article-detail h2 + p {
  padding-top: 16px;
}
.resources-article-detail h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-top: 40px;
}
.resources-article-detail h3 + p {
  padding-top: 8px;
}
.resources-article-detail h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  color: #000000;
  padding-bottom: 20px;
  font-weight: 500;
}
.resources-article-detail ul,
.resources-article-detail ol {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2px;
  line-height: 34px;
  margin: 0;
  padding: 16px 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail ul,
  .resources-article-detail ol {
    margin-left: 20px;
    padding-left: 30px;
  }
}
.resources-article-detail ul + p,
.resources-article-detail ol + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail ul + p,
  .resources-article-detail ol + p {
    padding-top: 52px;
  }
}
.resources-article-detail ul li,
.resources-article-detail ol li {
  padding: 0 0 14px 0;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail ul li,
  .resources-article-detail ol li {
    padding-left: 6px;
  }
}
.resources-article-detail ul li:last-child,
.resources-article-detail ol li:last-child {
  padding-bottom: 0;
}
.resources-article-detail ul li {
  list-style: disc;
}
.resources-article-detail sup,
.resources-article-detail sub {
  font-size: 10px;
  font-size: 1rem;
}
.resources-article-detail sub {
  vertical-align: 0em;
}
.resources-article-detail sup {
  vertical-align: 1em;
  top: 0;
}
.resources-article-detail p {
  padding: 0;
  margin: 0;
}
.resources-article-detail p + p {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail p + p {
    padding-top: 14px;
  }
}
.resources-article-detail a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  font-weight: bold;
  color: #4e63ce;
}
.resources-article-detail a:hover,
.resources-article-detail a:active {
  color: #6889e2;
}
.resources-article-detail strong {
  font-weight: 600;
}
.resources-article-detail .lead {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 36px;
  letter-spacing: 0.5px;
  padding-top: 16px;
  color: #424547;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    padding-top: 24px;
  }
}
.resources-article-detail .cover-and-author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resources-article-detail .cover-and-author-wrapper + p {
  padding-top: 0;
}
.resources-article-detail .cover-and-author-wrapper a {
  text-decoration: none;
}
.resources-article-detail .cover {
  margin: 24px -24px 0 -24px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .cover {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin: 32px 0 0 0;
  }
}
.resources-article-detail .cover figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 12px;
  left: 20px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .cover figcaption {
    top: 20px;
  }
}
.resources-article-detail .cover .blog-tag {
  margin: 4px;
}
.resources-article-detail .card-author {
  margin: 24px 0 40px 0;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .card-author {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin: 32px 0 56px 0;
  }
}
.resources-article-detail .card-author a {
  color: #424547;
}
.resources-article-detail .card-author article {
  margin-left: 16px;
}
.resources-article-detail .card-author h4 {
  padding: 0;
}
.resources-article-detail .blog-table-of-contents {
  padding-top: 72px;
}
.resources-article-detail .blog-table-of-contents.open .btn-toc-toggle em {
  display: inline-block;
}
.resources-article-detail .blog-table-of-contents.open .btn-toc-toggle em + em {
  display: none;
}
.resources-article-detail .blog-table-of-contents.open ul {
  display: block;
}
.resources-article-detail .blog-table-of-contents + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-table-of-contents + p {
    padding-top: 52px;
  }
}
.resources-article-detail .blog-table-of-contents .btn-toc-toggle {
  font-size: 21px;
  font-size: 2.1rem;
  color: #424547;
  font-weight: normal;
}
.resources-article-detail .blog-table-of-contents .btn-toc-toggle span {
  color: #4e63ce;
}
.resources-article-detail .blog-table-of-contents .btn-toc-toggle span:hover {
  color: #6889e2;
}
.resources-article-detail .blog-table-of-contents .btn-toc-toggle em {
  font-style: normal;
  display: none;
}
.resources-article-detail .blog-table-of-contents .btn-toc-toggle em + em {
  display: inline-block;
}
.resources-article-detail .blog-table-of-contents h3 {
  padding-top: 0;
}
.resources-article-detail .blog-table-of-contents a {
  font-weight: normal;
  color: #4e63ce;
  text-decoration: none;
}
.resources-article-detail .blog-table-of-contents a:hover {
  color: #6889e2;
}
.resources-article-detail .blog-table-of-contents ul {
  display: none;
}
.resources-article-detail .blog-embed-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-embed-media {
    margin-top: 56px;
  }
}
.resources-article-detail .blog-embed-media + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-embed-media + p {
    padding-top: 52px;
  }
}
.resources-article-detail .blog-embed-media.tiktok {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-embed-media.tiktok {
    min-width: 325px;
  }
}
@media only screen and (max-width: 767px) {
  .resources-article-detail .blog-embed-media.youtube {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media only screen and (min-width: 320px) {
  .resources-article-detail .blog-embed-media.facebook > div {
    max-width: 270px;
    width: 270px;
  }
}
@media only screen and (min-width: 360px) {
  .resources-article-detail .blog-embed-media.facebook > div {
    max-width: 310px;
    width: 310px;
  }
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-embed-media.facebook > div {
    max-width: none;
    width: auto;
  }
}
.resources-article-detail .blog-embed-media.twitter > div {
  width: 100%;
}
.resources-article-detail .blog-embed-media.twitter iframe {
  width: 100% !important;
}
.resources-article-detail .blog-embed-media > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.resources-article-detail .blog-embed-media .tiktok-embed {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .resources-article-detail .blog-embed-media .instagram-media {
    min-width: unset !important;
  }
}
@media only screen and (min-width: 320px) {
  .resources-article-detail .blog-embed-media .fb-post > span,
  .resources-article-detail .blog-embed-media .fb-post iframe {
    max-width: 270px;
  }
}
@media only screen and (min-width: 360px) {
  .resources-article-detail .blog-embed-media .fb-post > span,
  .resources-article-detail .blog-embed-media .fb-post iframe {
    max-width: 310px;
  }
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-embed-media .fb-post > span,
  .resources-article-detail .blog-embed-media .fb-post iframe {
    max-width: none;
  }
}
.resources-article-detail .blog-media {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-media {
    margin-top: 56px;
  }
}
.resources-article-detail .blog-media + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-media + p {
    padding-top: 52px;
  }
}
.resources-article-detail .blog-media .media-container {
  position: relative;
  cursor: pointer;
}
.resources-article-detail .blog-media .blog-embed-media {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .resources-article-detail .blog-media .btn-play-video {
    width: 56px;
    height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .resources-article-detail .blog-media .media-wrapper {
    border-radius: 0px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.resources-article-detail .blog-media img,
.resources-article-detail .blog-media video {
  border-radius: 4px;
}
.resources-article-detail .blog-media video {
  width: 100%;
}
.resources-article-detail .blog-media figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #424547;
  padding: 16px 0 0 0;
  letter-spacing: 0.5px;
}
.resources-article-detail .blog-media figcaption:empty {
  display: none;
}
.resources-article-detail .blog-media figcaption p {
  margin: 0;
  padding: 0;
}
.resources-article-detail .blog-media figcaption p + p {
  padding-top: 12px;
}
.resources-article-detail .blog-blockquote {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 44px;
  font-style: italic;
  color: #707580;
  padding: 0 0 0 18px;
  margin: 40px 0 0 0;
  position: relative;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-blockquote {
    margin-top: 56px;
    padding-left: 26px;
    margin-left: 24px;
  }
}
.resources-article-detail .blog-blockquote + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-blockquote + p {
    padding-top: 52px;
  }
}
.resources-article-detail .blog-blockquote + h3 {
  padding-top: 56px;
}
.resources-article-detail .blog-blockquote:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #8A919E;
}
.resources-article-detail .blog-blockquote p {
  padding: 0;
  margin: 0;
}
.resources-article-detail .blog-blockquote p + p {
  padding-top: 12px;
}
.resources-article-detail .blog-key-takeaways {
  background-color: #e8eced;
  margin: 72px -24px 0 -24px;
  padding: 32px 24px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-key-takeaways {
    margin-left: -40px;
    margin-right: -40px;
    padding: 32px 40px 40px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .resources-article-detail .blog-key-takeaways {
    border-radius: 4px;
    margin-left: -64px;
    margin-right: -64px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
.resources-article-detail .blog-key-takeaways + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-key-takeaways + p {
    padding-top: 52px;
  }
}
.resources-article-detail .blog-key-takeaways h2,
.resources-article-detail .blog-key-takeaways h2.blog-key-takeaways-title {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 8px 0;
  letter-spacing: 0.5px;
}
.resources-article-detail .blog-key-takeaways ul {
  padding-top: 8px;
  line-height: 40px;
  letter-spacing: 0.2px;
}
.resources-article-detail .blog-signup {
  color: #ffffff;
  margin: 40px -24px 0 -24px;
  padding: 30px 24px;
  text-align: center;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-image: url('../images/static/banner-gradient-blog-480.png');
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-signup {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 56px -40px 0 -40px;
    padding: 32px 40px 40px 40px;
    background-image: url('../images/static/banner-gradient-blog-1024.png');
  }
}
@media only screen and (min-width: 800px) {
  .resources-article-detail .blog-signup {
    margin-left: calc((100vw - 744px) / -2);
    margin-right: calc((100vw - 744px) / -2);
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .resources-article-detail .blog-signup {
    background-image: url('../images/static/banner-gradient-blog-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .resources-article-detail .blog-signup {
    background-image: url('../images/static/banner-gradient-blog-1920.png');
  }
}
.resources-article-detail .blog-signup + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-signup + p {
    padding-top: 52px;
  }
}
.resources-article-detail .blog-signup .blog-signup-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-signup .blog-signup-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
  }
}
.resources-article-detail .blog-signup .blog-signup-description {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 32px;
  margin-top: 32px;
  margin: 0;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-signup .blog-signup-description {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 4px;
    line-height: 24px;
  }
}
.resources-article-detail .blog-signup .blog-signup-description p {
  margin: 0;
  padding: 0;
}
.resources-article-detail .blog-signup .blog-signup-description p + p {
  padding-top: 14px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-signup .blog-signup-description p + p {
    padding-top: 4px;
  }
}
.resources-article-detail .blog-signup .blog-signup-form {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-signup .blog-signup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.resources-article-detail .blog-signup .form-row {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .resources-article-detail .blog-signup .form-row {
    max-width: 360px;
    margin: 0 auto;
  }
}
.resources-article-detail .blog-signup .blog-signup-form-input {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  height: 48px;
  padding: 0 16px;
  color: #707580;
  border: 0;
  max-width: 360px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-signup .blog-signup-form-input {
    width: 360px;
  }
}
.resources-article-detail .blog-signup .blog-signup-form-input + .error-msg {
  bottom: -18px;
  left: 16px;
}
.resources-article-detail .blog-signup .btn-blog-signup-form-submit {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-signup .btn-blog-signup-form-submit {
    margin: 0 0 0 32px;
  }
}
.resources-article-detail .blog-black-promo {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 32px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin: 40px -16px 0 -16px;
  padding: 40px 24px 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-black-promo {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    max-width: none;
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 880px) {
  .resources-article-detail .blog-black-promo {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.resources-article-detail .blog-black-promo + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-black-promo + p {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-black-promo + .blog-blockquote,
  .resources-article-detail .blog-black-promo + .blog-embed-media,
  .resources-article-detail .blog-black-promo + .blog-media {
    margin-top: 80px;
  }
}
.resources-article-detail .blog-black-promo.shine {
  position: relative;
  overflow: hidden;
}
.resources-article-detail .blog-black-promo.shine:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-animation: shine 2s ease-in-out forwards;
  animation: shine 2s ease-in-out forwards;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  content: "";
  position: absolute;
  top: -200px;
  left: -40%;
  width: 50px;
  bottom: -200px;
  background: #ffffff;
}
.resources-article-detail .blog-black-promo a {
  color: inherit;
  text-decoration: none;
}
.resources-article-detail .blog-black-promo .blog-black-promo-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 32px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-black-promo .blog-black-promo-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    padding-bottom: 4px;
  }
}
.resources-article-detail .blog-black-promo .blog-black-promo-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-black-promo .blog-black-promo-title br {
    display: block;
  }
}
.resources-article-detail .blog-black-promo p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.resources-article-detail .blog-black-promo .blog-black-promo-actions {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .resources-article-detail .blog-black-promo .blog-black-promo-actions {
    margin-top: 24px;
  }
}
.blog-tag {
  border-radius: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #D5DDE0;
  color: #000000;
  text-transform: uppercase;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.resources-filters {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .resources-filters-scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -24px;
    padding: 0 24px;
    overflow: visible;
    overflow-x: auto;
  }
}
.resources-filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .resources-filters-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.resources-article-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 46px;
}
@media only screen and (min-width: 768px) {
  .resources-article-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.resources-article-navigation .landing-card-video,
.resources-article-navigation .landing-card-report,
.resources-article-navigation .landing-card-blog {
  width: 100%;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .resources-article-navigation .landing-card-video,
  .resources-article-navigation .landing-card-report,
  .resources-article-navigation .landing-card-blog {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    max-width: 380px;
  }
}
.resources-article-navigation .landing-card-video:hover,
.resources-article-navigation .landing-card-report:hover,
.resources-article-navigation .landing-card-blog:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .resources-article-navigation .landing-card-video:hover,
  .resources-article-navigation .landing-card-report:hover,
  .resources-article-navigation .landing-card-blog:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.resources-article-navigation .landing-card-video:hover h3,
.resources-article-navigation .landing-card-report:hover h3,
.resources-article-navigation .landing-card-blog:hover h3 {
  color: #6889e2;
}
@media only screen and (min-width: 768px) {
  twitterwidget::shadow .EmbeddedTweet {
    width: 700px;
    max-width: 960px;
  }
}
.landing-card-video {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (min-width: 360px) {
  .landing-card-video {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-card-video {
    width: 100%;
  }
}
.landing-card-video.webinar.live {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .landing-card-video.webinar.live {
    min-width: 380px;
  }
}
.landing-card-video.webinar.live figure {
  border-radius: 0px;
}
.landing-card-video.webinar.live figure:before {
  content: none;
}
.landing-card-video.webinar > article {
  padding-bottom: 24px;
}
.landing-card-video.active figure:before {
  background-image: url('../images/svg/pause-circle-icon-alt.svg');
}
.landing-card-video .live-info {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background-color: #ff1e43;
}
.landing-card-video > figure {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 56.3%;
}
.landing-card-video > figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 56px;
  background-image: url('../images/svg/play-circle-icon-alt.svg');
}
.landing-card-video > figure a {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.landing-card-video > figure time {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 999px;
  position: absolute;
  right: 16px;
  bottom: 8px;
  color: #ffffff;
  background-color: #000000;
  line-height: 1;
  padding: 4px 8px;
}
.landing-card-video > article {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-card-video h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  /*@media @bp_768_max {
			height: 84px;
		}*/
}
.landing-card-video h3 a {
  color: inherit;
}
.landing-card-video h3 a:hover,
.landing-card-video h3 a:active {
  color: inherit;
}
.landing-card-video .absolute-link {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.landing-card-video .bottom {
  margin-top: auto;
  width: 100%;
}
.landing-card-video .actions {
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
.landing-card-video .actions .button {
  width: 100%;
  max-width: 236px;
}
.landing-card-report {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (min-width: 360px) {
  .landing-card-report {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-card-report {
    width: 100%;
  }
}
.landing-card-report > figure {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.landing-card-report > figure a {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.landing-card-report > article {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-card-report .absolute-link {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.landing-card-report h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.landing-card-report h3 a {
  color: inherit;
}
.landing-card-report h3 a:hover,
.landing-card-report h3 a:active {
  color: inherit;
}
.landing-card-report .card-type {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #707580;
}
.landing-card-report .bottom {
  margin-top: auto;
  width: 100%;
}
.landing-card-report .actions {
  padding-top: 16px;
  margin-top: auto;
  text-align: center;
}
.landing-card-report .actions .button {
  width: 100%;
  max-width: 236px;
}
.landing-card-blog {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (min-width: 360px) {
  .landing-card-blog {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-card-blog {
    width: 100%;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.landing-card-blog.alt-navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
  .landing-card-blog.alt-navigation > figure {
    display: none;
  }
}
.landing-card-blog.alt-navigation.next .navigation-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.landing-card-blog.alt-navigation.next h3 {
  text-align: right;
}
.landing-card-blog.alt-navigation > figure {
  border-radius: 0 0 4px 4px;
}
.landing-card-blog.alt-navigation h3 {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .landing-card-blog.featured.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landing-card-blog.featured.vertical > figure {
  border-radius: 0px;
  padding-bottom: 56.25%;
  min-height: 0;
}
@media only screen and (min-width: 768px) {
  .landing-card-blog.featured.vertical > article {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .landing-card-blog.featured.vertical > article h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
  }
}
.landing-card-blog.featured.vertical .article-date {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  text-align: left;
  width: 100%;
  color: #707580;
}
.landing-card-blog.featured.vertical .actions {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .landing-card-blog.featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .landing-card-blog.featured > figure {
    min-height: 308px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .landing-card-blog.featured > article {
    width: 308px;
    min-width: 308px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-card-blog.featured h3 {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}
.landing-card-blog.featured .bottom {
  margin-top: 0;
}
.landing-card-blog > figure {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 52.3%;
}
.landing-card-blog > figure a {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.landing-card-blog > figure figcaption {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 4px;
}
.landing-card-blog > figure .blog-tag {
  font-size: 10px;
  font-size: 1rem;
  margin: 4px;
  padding: 0 8px;
}
.landing-card-blog > article {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-card-blog .absolute-link {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.landing-card-blog h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.landing-card-blog h3 a {
  color: inherit;
}
.landing-card-blog h3 a:hover,
.landing-card-blog h3 a:active {
  color: inherit;
}
.landing-card-blog p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 8px 0 0 0;
  color: #707580;
  text-align: left;
  width: 100%;
}
.landing-card-blog .bottom {
  margin-top: auto;
  width: 100%;
}
.landing-card-blog .actions {
  margin-top: 24px;
  text-align: center;
}
.landing-card-blog .actions .button {
  width: 100%;
  max-width: 236px;
}
.landing-card-blog .card-author h4 {
  line-height: 16px;
}
.landing-card-blog .navigation-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  text-transform: uppercase;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 8px;
}
.landing-card-blog .navigation-title img {
  width: 10px;
}
.card-author {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #707580;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .card-author.big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .card-author.big {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.card-author.big figure {
  width: 168px;
  height: 168px;
  min-width: 168px;
}
.card-author.big figure img {
  border-radius: 50%;
  width: 168px;
  height: 168px;
}
@media only screen and (min-width: 768px) {
  .card-author.big figure + article {
    margin-left: 24px;
  }
}
.card-author.big article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .card-author.big article {
    margin: 0;
    text-align: center;
  }
}
.card-author.big h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .card-author.big h4 {
    margin-top: 16px;
    text-align: center;
  }
}
.card-author.mid figure {
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.card-author.mid figure img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.card-author.mid article {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}
.card-author.mid h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}
.card-author .absolute-link {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.card-author figure {
  width: 28px;
  height: 28px;
  min-width: 28px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}
.card-author figure img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  width: 100%;
}
.card-author figure + article {
  margin-left: 8px;
}
.card-author article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 13px;
}
.card-author h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 13px;
  color: #424547;
}
.card-author .description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #000000;
  margin-top: 24px;
  text-align: left;
}
.card-author a {
  color: inherit;
}
.landing-card-job {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .landing-card-job {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 36px;
    padding-right: 48px;
  }
}
.landing-card-job > article {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.landing-card-job .absolute-link {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.landing-card-job h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.landing-card-job h3 a {
  color: inherit;
}
.landing-card-job h3 a:hover,
.landing-card-job h3 a:active {
  color: inherit;
}
.landing-card-job h3 > span {
  display: inline-block;
}
.landing-card-job .job-tags {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #707580;
  margin-top: 8px;
}
.landing-card-job p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 8px 0 0 0;
  color: #707580;
  text-align: left;
  width: 100%;
}
.landing-card-job .bottom {
  margin-top: auto;
  width: 100%;
}
.landing-card-job .actions {
  margin-top: 24px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .landing-card-job .actions {
    margin-top: 0;
  }
}
.landing-card-job .card-author h4 {
  line-height: 16px;
}
.special-entity-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 460px;
  max-height: 230px;
  margin: 0 auto;
}
.special-entity-card figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .special-entity-card figure {
    width: 230px;
    height: 230px;
  }
}
.special-entity-card article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background-color: #ffffff;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .special-entity-card article {
    width: 230px;
    padding: 24px;
  }
}
.special-entity-card article .rank {
  padding-top: 10px;
}
.special-entity-card article .icon {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 768px) {
  .special-entity-card article .icon {
    width: 24px;
    height: 24px;
  }
}
.special-entity-card article span {
  display: block;
  line-height: 1;
}
.special-entity-card article span.number {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 8px;
}
.special-entity-card article span.genre {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.special-entity-card article span sup {
  top: 0;
  vertical-align: 1em;
}
.special-entity-card h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .special-entity-card h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.special-entity-card .country {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 6px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.special-entity-card .country .flag {
  margin-right: 4px;
  width: 15px;
  height: auto;
  margin-right: 2px;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #E8ECED;
}
.mini-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-badges:empty {
  display: none !important;
}
.mini-badges *,
.mini-badges .btn {
  margin: 2px;
}
.mini-badges .claimed-icon {
  min-width: 16px;
  width: 16px;
  margin-left: 12px;
}
.mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.mini-badges span.mini-badge {
  cursor: default;
}
.mini-badges .mini-badge:first-child {
  margin-left: 12px;
}
.mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.mini-badge {
  font-size: 9px;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px;
  height: 15px;
  line-height: 14px;
  white-space: nowrap;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-badge.verified {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  background-color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mini-badge.verified img {
  margin-right: 8px;
}
.mini-badge.festival {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  background-color: #F9CFDC;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
}
.mini-badge.video {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
  border: 1px solid #D8E0E2;
}
.mini-badge.free-trial {
  border-radius: 9999px;
  background-color: #B5EAD3;
  color: #000000;
  padding: 0 8px;
  height: 23px;
}
.mini-badge.free-trial.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #f4f6f6;
  color: #707580;
  position: relative;
}
.mini-badge.free-trial.disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  right: -5px;
  height: 1px;
  margin-top: -1px;
  background-color: #707580;
}
.mini-badge.hot {
  background-color: #ff1e43;
}
.mini-badge.black {
  background-color: #000000;
}
.mini-badge.spotify {
  background-color: #1db954;
}
.mini-badge.beatport {
  background-color: #01e697;
}
.mini-badge.airplay {
  background-color: #f68051;
}
.mini-badge.social {
  background-color: #6a4ece;
}
.value-change {
  border-radius: 999px;
  font-size: 0px;
  font-size: 0rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 1;
  color: #707580;
  background-color: #f0f1f2;
  padding: 3px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16px;
  min-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -ms-flex-item-align: start;
      align-self: start;
}
.value-change.none {
  font-size: 10px;
  font-size: 1rem;
  background: none;
}
.value-change.none:before {
  background-image: none;
}
.value-change.down {
  font-size: 10px;
  font-size: 1rem;
  background-color: #feecee;
  color: #e44561;
}
.value-change.down:before {
  background-image: url('../images/svg/icon-rankchange-down.svg');
  margin-right: 4px;
}
.value-change.up {
  font-size: 10px;
  font-size: 1rem;
  background-color: #e7fbef;
  color: #009b7d;
}
.value-change.up:before {
  background-image: url('../images/svg/icon-rankchange-up.svg');
  margin-right: 4px;
}
.value-change:empty:before {
  margin-right: 0;
}
.value-change:before {
  content: "";
  background-image: url('../images/svg/icon-rankchange-same.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  width: 6px;
  height: 6px;
  min-width: 6px;
  display: inline-block;
  vertical-align: baseline;
}
.pro-entity-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-entity-card.rounded {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .pro-entity-card.rounded:hover {
    -webkit-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  }
}
.pro-entity-card.artist {
  background-color: #ffffff;
}
.pro-entity-card.artist figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 8px 0 8px;
  padding-top: calc(100% - 16px);
  border: 1px solid #e8eced;
}
.pro-entity-card.artist figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-entity-card.artist figure figcaption .mini-badges {
  left: auto;
  right: auto;
  bottom: 0;
}
.pro-entity-card.artist figure figcaption .pro-event-date-calendar {
  left: 0;
  top: 0;
  bottom: auto;
}
.pro-entity-card.festival.horizontal .actions,
.pro-entity-card.venue.horizontal .actions {
  right: calc(100% - (158px - 8px));
}
.pro-entity-card.festival.horizontal figure,
.pro-entity-card.venue.horizontal figure {
  width: 158px;
  min-width: 158px;
  padding-top: 0;
}
.pro-entity-card.festival figure,
.pro-entity-card.venue figure {
  padding-top: 75%;
  /* 4:3 aspect ratio */
}
.pro-entity-card.has-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.pro-entity-card .mini-badges {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  position: absolute;
  z-index: 1;
  bottom: -12px;
  right: 8px;
  height: 26px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  cursor: default;
}
.pro-entity-card .mini-badges .mini-badge {
  margin: 0 2px;
}
.pro-entity-card .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.pro-entity-card .mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.pro-entity-card .mini-badges .claimed-icon {
  margin: 0;
}
.pro-entity-card .mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.pro-entity-card .tags {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 64px;
  overflow: hidden;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card .tags {
    padding-top: 0;
  }
}
.pro-entity-card .tags .flag {
  margin-right: 4px;
}
.pro-entity-card .pro-tag {
  margin: 4px;
  color: #000000;
}
.pro-entity-card figure {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100%;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-entity-card article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
  background-color: #ffffff;
  padding: 20px 8px 16px 8px;
}
.pro-entity-card article .bottom {
  padding-top: 20px;
}
.pro-entity-card .festival-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #707580;
  display: block;
  padding-top: 12px;
}
.pro-entity-card a {
  color: inherit;
}
.pro-entity-card h3 {
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
  line-height: 18px;
}
.pro-entity-card .pro-event-date-calendar {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.pro-entity-card .event-date {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #494C52;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.pro-entity-card .event-date .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
.pro-entity-card .event-date .month {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  display: block;
}
.pro-entity-card .event-venue {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.pro-tag {
  border-radius: 12px;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  line-height: 11px;
  text-transform: uppercase;
  background-color: #f4f6f6;
  padding: 0 8px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.pro-tag.border {
  border: 1px solid #4e63ce;
}
.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.pro-tag .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  margin-right: 4px;
  margin-bottom: 0;
  border: 1px solid #e8eced;
}
.about-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .about-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    letter-spacing: 0.5px;
  }
}
.about-hero-section {
  color: #ffffff;
  background-color: #000000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 768px;
  background-image: url('../images/static/top-gradient-about-768.png');
}
@media only screen and (min-width: 768px) {
  .about-hero-section {
    background-size: cover;
    background-image: url('../images/static/top-gradient-about-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .about-hero-section {
    background-image: url('../images/static/top-gradient-about-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .about-hero-section {
    background-image: url('../images/static/top-gradient-about-1920.png');
  }
}
.about-hero-section.alt {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/about-hero-bg-mobile.webp');
  background-size: 100% 100%;
}
@media only screen and (min-width: 1024px) {
  .about-hero-section.alt {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/about-hero-bg.webp');
  }
}
.about-hero-section.alt h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  padding: 56px 0 16px 0;
  max-width: unset;
}
@media only screen and (min-width: 768px) {
  .about-hero-section.alt h1 {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 64px;
    padding: 112px 0 24px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about-hero-section.alt h1 {
    padding: 154px 0 24px 0;
  }
}
.about-hero-section.alt h1 br {
  display: none;
}
@media only screen and (min-width: 1199px) {
  .about-hero-section.alt h1 br {
    display: block;
  }
}
.about-hero-section.alt .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 0;
  margin: 0 auto;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .about-hero-section.alt .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
  }
}
.about-hero-section .visual-wrapper {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #000000), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 100%);
  margin-top: 110px;
  padding-top: 340px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .about-hero-section .visual-wrapper {
    margin-top: 40px;
    padding-top: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, #000000), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #000000 70%, #000000 100%);
  }
}
@media only screen and (min-width: 1439px) {
  .about-hero-section .visual-wrapper {
    padding-top: 800px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, #000000), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #000000 70%, #000000 100%);
  }
}
.about-hero-section .visual-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.about-hero-section .visual-wrapper .crowd-el {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/about-hero-crowd.webp');
  background-repeat: no-repeat;
  background-position: center top 40px;
  background-size: 768px;
}
@media only screen and (min-width: 768px) {
  .about-hero-section .visual-wrapper .crowd-el {
    background-size: 100%;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-hero-section .visual-wrapper .crowd-el {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1439px) {
  .about-hero-section .visual-wrapper .crowd-el {
    margin-top: 0;
    background-size: 1920px;
    background-repeat: repeat-x;
  }
}
.about-hero-section .visual-wrapper .flag-el {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/about-hero-flag.webp');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 1199px) {
  .about-hero-section .visual-wrapper .flag-el {
    background-size: 1300px;
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1439px) {
  .about-hero-section .visual-wrapper .flag-el {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/about-hero-flag-1440.webp');
    background-size: 1440px;
    margin-left: -300px;
  }
}
.about-hero-section .visual-wrapper blockquote {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .about-hero-section .visual-wrapper blockquote {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
  }
}
.about-hero-section .visual-wrapper blockquote p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  max-width: 980px;
}
@media only screen and (min-width: 768px) {
  .about-hero-section .visual-wrapper blockquote p {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
  }
}
.about-hero-section .visual-wrapper blockquote span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  padding: 24px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .about-hero-section .visual-wrapper blockquote span {
    padding-top: 32px;
  }
}
.about-hero-section .page {
  text-align: center;
}
.about-hero-section h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  padding: 56px 0 40px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .about-hero-section h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 64px;
    padding: 70px 0 66px 0;
    max-width: 600px;
  }
}
.about-hero-section .video-wrapper {
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
}
.about-hero-section .btn-play-video {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  width: 56px;
  height: 56px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .about-hero-section .btn-play-video {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
.about-hero-section .btn-play-video img {
  position: relative;
  z-index: 1;
}
.about-hero-section .btn-play-video .pulse {
  border-radius: 50%;
  -webkit-animation: pulse-play 2.5s linear infinite;
  animation: pulse-play 2.5s linear infinite;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: inline-block;
  background-color: #4e63ce;
  position: absolute;
  left: 0;
  top: 0;
}
.about-hero-section .crowd {
  position: relative;
  margin-top: 56px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 768px;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/audience-about-768.png?v=1');
}
@media only screen and (min-width: 768px) {
  .about-hero-section .crowd {
    padding-top: 61.5%;
    background-size: cover;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/audience-about-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .about-hero-section .crowd {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/audience-about-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .about-hero-section .crowd {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/audience-about-1920.png');
    background-repeat: repeat-x;
    background-size: 2150px;
    padding-top: 1000px;
  }
}
.about-hero-section blockquote {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
  width: 100%;
  padding-top: 250px;
}
@media only screen and (min-width: 768px) {
  .about-hero-section blockquote {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.about-hero-section blockquote span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  font-weight: bold;
  color: #C8C8C8;
  padding: 16px 0 56px 0;
  text-transform: uppercase;
  display: block;
}
@media only screen and (min-width: 768px) {
  .about-hero-section blockquote span {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-hero-section blockquote span {
    padding-bottom: 112px;
  }
}
@media only screen and (min-width: 1439px) {
  .about-hero-section blockquote span {
    padding-top: 24px;
    padding-bottom: 187px;
  }
}
.about-hero-section p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: 500;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .about-hero-section p {
    font-weight: bold;
    max-width: 710px;
  }
}
.about-hero-section .logos {
  background-color: #d5dde0;
  padding: 24px 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .about-hero-section .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .about-hero-section .logos {
    padding: 52px 40px;
  }
}
.about-hero-section .logos ul {
  -webkit-animation: logos-ani 20s linear infinite;
  animation: logos-ani 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .about-hero-section .logos ul {
    -webkit-animation: none;
    animation: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .about-hero-section .logos ul {
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  .about-hero-section .logos ul:last-child {
    display: none;
  }
}
.about-hero-section .logos ul li {
  margin: 0 12px;
}
@media only screen and (min-width: 1024px) {
  .about-hero-section .logos ul li {
    margin: 0;
  }
}
.about-hero-section .logos img {
  max-height: 32px;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
@media only screen and (min-width: 1024px) {
  .about-hero-section .logos img {
    max-height: unset;
  }
}
.about-viberate-services {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .about-viberate-services {
    padding: 96px 0;
  }
}
.about-viberate-services .page {
  text-align: center;
  max-width: 1308px;
}
.about-viberate-services .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 24px 0 40px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .about-viberate-services .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding: 24px 0 72px 0;
  }
}
.about-viberate-services .viberate-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about-viberate-services .viberate-services {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .about-viberate-services .viberate-services {
    gap: 40px;
  }
}
.about-viberate-services .viberate-services .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 20px);
          flex: 1 0 calc(50% - 20px);
}
.about-viberate-services .viberate-service {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 16px;
  text-align: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .about-viberate-services .viberate-service {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/about-bg-viberate-service.webp');
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  }
  .about-viberate-services .viberate-service:before {
    pointer-events: none;
    cursor: default;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 0;
  }
}
.about-viberate-services .viberate-service article {
  position: relative;
  z-index: 1;
  padding: 32px 24px;
}
@media only screen and (min-width: 1024px) {
  .about-viberate-services .viberate-service article {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .about-viberate-services .viberate-service:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-color: transparent;
  }
  .about-viberate-services .viberate-service:hover:before {
    background-color: transparent;
  }
}
.about-viberate-services .viberate-service a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  line-height: 24px;
  color: #4e63ce;
}
.about-viberate-services .viberate-service a:hover,
.about-viberate-services .viberate-service a:active {
  color: #6889e2;
}
.about-viberate-services .viberate-service h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about-viberate-services .viberate-service h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.about-viberate-services .viberate-service p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 32px 0;
  margin: 0;
}
.about-analytics-platform {
  text-align: center;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .about-analytics-platform {
    padding-top: 120px;
  }
}
.about-analytics-platform .page {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-analytics-platform .page {
    padding: 0;
  }
}
.about-analytics-platform .about-section-title {
  max-width: 900px;
}
@media only screen and (max-width: 767px) {
  .about-analytics-platform .about-section-title {
    padding: 0 24px;
  }
}
.about-analytics-platform .about-features-hero {
  display: none;
}
@media only screen and (min-width: 768px) {
  .about-analytics-platform .about-features-hero {
    display: inline-block;
    margin: 80px auto;
    max-width: 1128px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-analytics-platform .about-feature {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .about-analytics-platform .about-feature figure {
    height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 768px) {
  .about-analytics-platform .about-feature figure {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .about-analytics-platform .about-feature figure img {
    max-height: 100%;
  }
}
.about-analytics-platform .about-feature h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 72px;
}
@media only screen and (max-width: 767px) {
  .about-analytics-platform .about-feature h3 {
    text-align: center;
    padding: 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  .about-analytics-platform .about-feature h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .about-analytics-platform .about-feature h3 {
    min-height: unset;
  }
}
.about-analytics-platform .about-feature article {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #424547;
  text-align: left;
}
.about-analytics-platform .letter {
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  white-space: nowrap;
  background-color: #4e63ce;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .about-analytics-platform .letter {
    display: none;
  }
}
.about-analytics-platform .swiper-main {
  margin: 0 auto;
  padding: 0;
  max-width: 1128px;
}
.about-analytics-platform .swiper-main .swiper-container.swiper {
  padding: 0;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .about-analytics-platform .swiper-main .swiper-container.swiper {
    overflow: hidden;
  }
}
.about-analytics-platform .swiper-main .swiper-wrapper {
  height: auto;
}
.about-analytics-platform .swiper-main .swiper-button-next,
.about-analytics-platform .swiper-main .swiper-button-prev {
  border-radius: 50%;
  background-color: #4e63ce;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 32px;
  height: 32px;
  bottom: auto;
  top: 395px;
}
@media only screen and (max-width: 767px) {
  .about-analytics-platform .swiper-main .swiper-button-next,
  .about-analytics-platform .swiper-main .swiper-button-prev {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .about-analytics-platform .swiper-main .swiper-button-next,
  .about-analytics-platform .swiper-main .swiper-button-prev {
    display: none;
  }
}
.about-analytics-platform .swiper-main .swiper-button-next:hover,
.about-analytics-platform .swiper-main .swiper-button-prev:hover {
  background-color: #6889e2;
}
.about-analytics-platform .swiper-main .swiper-button-next:before,
.about-analytics-platform .swiper-main .swiper-button-prev:before,
.about-analytics-platform .swiper-main .swiper-button-next:after,
.about-analytics-platform .swiper-main .swiper-button-prev:after {
  content: none;
}
.about-analytics-platform .swiper-main .swiper-button-prev {
  background-position: left 10px center;
  background-image: url('../images/svg/chevron-left-white.svg');
  left: 24px;
}
.about-analytics-platform .swiper-main .swiper-button-next {
  background-position: right 10px center;
  background-image: url('../images/svg/chevron-right-white.svg');
  left: auto;
  right: 24px;
}
.about-analytics-platform ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin: 24px 0 0 0;
}
.about-analytics-platform ol li {
  counter-increment: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 12px;
}
.about-analytics-platform ol li:first-child {
  margin-top: 0;
}
.about-analytics-platform ol li:before {
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  content: counter(my-awesome-counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
  font-weight: bold;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 16px;
          flex: 1 0 16px;
  max-width: 16px;
  white-space: nowrap;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  background-color: #66cd94;
  margin: 4px 8px 0 0;
}
.about-meet-the-team {
  padding: 80px 0 0 0;
  background-color: #e8eced;
}
@media only screen and (min-width: 768px) {
  .about-meet-the-team {
    padding-top: 120px;
  }
}
.about-meet-the-team .page {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-meet-the-team .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.about-meet-the-team .btn-play-video {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  width: 56px;
  height: 56px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .about-meet-the-team .btn-play-video {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
.about-meet-the-team .btn-play-video img {
  position: relative;
  z-index: 1;
}
.about-meet-the-team .btn-play-video .pulse {
  border-radius: 50%;
  -webkit-animation: pulse-play 2.5s linear infinite;
  animation: pulse-play 2.5s linear infinite;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: inline-block;
  background-color: #4e63ce;
  position: absolute;
  left: 0;
  top: 0;
}
.about-meet-the-team .video-wrapper {
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .about-meet-the-team .video-wrapper {
    margin-top: 56px;
  }
}
.about-the-team {
  padding: 80px 0;
  background-color: #e8eced;
}
@media only screen and (min-width: 768px) {
  .about-the-team {
    padding: 120px 0;
  }
}
.about-the-team.alt {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/about-bg-meet-the-team-mobile.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .about-the-team.alt {
    padding: 112px 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/about-bg-meet-the-team.webp');
  }
}
.about-the-team.alt .page {
  text-align: center;
  max-width: 1308px;
}
.about-the-team.alt .lead {
  padding: 24px 0 40px 0;
  margin: 0 auto;
  max-width: unset;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .about-the-team.alt .lead {
    padding: 24px 0 72px 0;
  }
}
.about-the-team.alt .team-member-card img {
  border-radius: 8px;
}
.about-the-team.alt .team-member-card h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
  padding-top: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about-the-team.alt .team-member-card h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.about-the-team.alt .team-member-card .position {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
  text-align: center;
}
.about-the-team > .page {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-the-team > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.about-the-team .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 24px auto 40px auto;
  padding: 0;
  max-width: 700px;
  color: #424547;
}
@media only screen and (min-width: 768px) {
  .about-the-team .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin: 32px auto 80px auto;
  }
}
.about-the-team .team-member-card h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
  padding-top: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about-the-team .team-member-card h3 {
    text-align: center;
  }
}
.about-the-team .team-member-card .position {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #707580;
  text-align: left;
  display: block;
}
@media only screen and (min-width: 768px) {
  .about-the-team .team-member-card .position {
    text-align: center;
  }
}
.about-the-team .list-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: -20px -12px;
}
@media only screen and (min-width: 768px) {
  .about-the-team .list-team {
    margin: -28px -12px;
  }
}
.about-the-team .list-team li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 12px;
}
@media only screen and (min-width: 768px) {
  .about-the-team .list-team li {
    width: 25%;
    padding: 28px 12px;
  }
}
.about-offices {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .about-offices {
    padding: 120px 0;
  }
}
.about-offices.alt {
  padding: 80px 0;
}
.about-offices.alt .page {
  text-align: center;
  max-width: 1308px;
}
@media only screen and (min-width: 768px) {
  .about-offices.alt .list-offices {
    padding-top: 30px;
  }
}
.about-offices.alt .office-card {
  text-align: left;
}
.about-offices.alt .office-card figure {
  height: 180px;
  rounded-corners: 16px;
}
@media only screen and (min-width: 768px) {
  .about-offices.alt .office-card figure {
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-offices.alt .office-card figure {
    height: 305px;
  }
}
.about-offices.alt .office-card figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.about-offices.alt .office-card article {
  padding-left: 24px;
  padding-right: 24px;
}
.about-offices.alt .office-card article p {
  color: #000000;
}
.about-offices.alt .office-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-offices.alt .office-card figcaption {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  padding: 24px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .about-offices.alt .office-card figcaption {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    padding: 0 24px 40px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .about-offices > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.about-offices .office-card figure {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .about-offices .office-card figure {
    border-radius: 16px;
    overflow: hidden;
  }
}
.about-offices .office-card figure img {
  width: 100%;
}
.about-offices .office-card figcaption {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .about-offices .office-card figcaption {
    font-size: 36px;
    font-size: 3.6pxrem;
    line-height: 42px;
    padding: 32px;
  }
}
.about-offices .office-card article {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .about-offices .office-card article {
    margin-top: 32px;
  }
}
.about-offices .office-card h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
}
.about-offices .office-card p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .about-offices .list-offices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 -12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-offices .list-offices li {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .about-offices .list-offices li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.about-try-for-free {
  padding: 56px 0 0 0;
  color: #ffffff;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-480.png');
  background-attachment: scroll;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .about-try-for-free {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-768.png');
  }
}
@media only screen and (min-width: 768px) {
  .about-try-for-free {
    padding-top: 40px;
    background-attachment: fixed;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .about-try-for-free {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .about-try-for-free {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-bottom-1920.png');
  }
}
.about-try-for-free .page {
  text-align: center;
}
.about-try-for-free .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin: 24px auto 40px auto;
  padding: 0;
  max-width: 500px;
}
.about-try-for-free .actions {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .about-try-for-free .actions {
    margin-bottom: 40px;
  }
}
.about-try-for-free .actions + img {
  max-width: 540px;
}
.pro-v2 .pro-sidebar-filters .item {
  padding: 4px 0;
}
.pro-v2 .pro-sidebar-filters .item.has-divider {
  border-bottom: 1px solid #e8eced;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.pro-v2 .pro-sidebar-filters .item.disabled {
  pointer-events: none;
  cursor: default;
  color: #D5DDE0;
}
.pro-v2 .pro-sidebar-filters .item.disabled .flag {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.pro-v2 .pro-sidebar-filters .item.disabled .mini-badge {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-v2 .pro-sidebar-filters .item.disabled input[type="checkbox"].pro-custom-checkbox + label,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="radio"].pro-custom-checkbox + label,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="checkbox"].pro-custom-radio + label,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="radio"].pro-custom-radio + label {
  color: #D5DDE0;
}
.pro-v2 .pro-sidebar-filters .item.disabled input[type="checkbox"].pro-custom-checkbox + label:before,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="radio"].pro-custom-checkbox + label:before,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="checkbox"].pro-custom-radio + label:before,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="radio"].pro-custom-radio + label:before {
  border-color: #D5DDE0;
}
.pro-v2 .pro-sidebar-filters .pro-search .results .result-item {
  padding: 4px 8px;
}
.pro-v2 .pro-sidebar-filters .pro-custom-radio + label,
.pro-v2 .pro-sidebar-filters .pro-custom-checkbox + label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.pro-v2 .pro-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}
.pro-v2 .pro-table-wrapper.request-data {
  position: relative;
}
.pro-v2 .pro-table-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
  height: 4px;
}
.pro-v2 .pro-table-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-v2 .pro-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-v2 .pro-table {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  width: 100%;
}
.pro-v2 .pro-table.pro-table-chart td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pro-v2 .pro-table.pro-table-gender-and-age td {
  vertical-align: top;
}
.pro-v2 .pro-table.pro-table-gender-and-age .value strong {
  font-weight: 600;
}
.pro-v2 .pro-table.pro-table-gender-and-age .value .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-v2 .pro-table.pro-table-gender-and-age .value .first:first-child,
.pro-v2 .pro-table.pro-table-gender-and-age .value .second:first-child {
  padding-bottom: 12px;
}
.pro-v2 .pro-table.pro-table-gender-and-age .value .first:first-child + div,
.pro-v2 .pro-table.pro-table-gender-and-age .value .second:first-child + div {
  padding-bottom: 4px;
}
.pro-v2 .pro-table.grey {
  color: #000000;
}
.pro-v2 .pro-table.sticky-header th,
.pro-v2 .pro-table.sticky-header .thead {
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
}
.pro-v2 .pro-table.sticky-header th:after,
.pro-v2 .pro-table.sticky-header .thead:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #f4f6f6;
}
.pro-v2 .pro-table.table-selectable > tbody > tr {
  cursor: pointer;
}
.pro-v2 .pro-table.table-selectable > tbody > tr.active > td {
  background-color: #eef0fb !important;
  color: #000000;
}
.pro-v2 .pro-table.table-selectable > tbody > tr.active .arrow-toggle {
  background-image: url('../images/svg/chevron-up-blue.svg');
}
.pro-v2 .pro-table.table-selectable > tbody > tr.not-selectable {
  cursor: default;
}
.pro-v2 .pro-table.table-selectable > tbody > tr.not-selectable .arrow-toggle {
  background-image: url('../images/svg/chevron-down-grey.svg');
}
.pro-v2 .pro-table.table-selectable > tbody > tr:hover:not(.active) > td {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-0 th:nth-child(0),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-0 td:nth-child(0) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-0 th:nth-child(0) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-1 th:nth-child(1),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-1 td:nth-child(1) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-1 th:nth-child(1) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-2 th:nth-child(2),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-2 td:nth-child(2) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-2 th:nth-child(2) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-3 th:nth-child(3),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-3 td:nth-child(3) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-3 th:nth-child(3) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-4 th:nth-child(4),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-4 td:nth-child(4) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-4 th:nth-child(4) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-5 th:nth-child(5),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-5 td:nth-child(5) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-5 th:nth-child(5) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-6 th:nth-child(6),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-6 td:nth-child(6) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-6 th:nth-child(6) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-7 th:nth-child(7),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-7 td:nth-child(7) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-7 th:nth-child(7) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-8 tbody th:nth-child(8),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-8 tbody td:nth-child(8) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-8 th:nth-child(8) {
  font-weight: 600;
}
.pro-v2 .pro-table.table-audience-map td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pro-v2 .pro-table.table-audience-map td:first-child {
  text-align: right;
  width: 5px;
}
.pro-v2 .pro-table.table-audience-map td .country {
  min-width: 60px;
}
.pro-v2 .pro-table.table-audience-map .channel-value {
  padding-left: 25px;
}
.pro-v2 .pro-table.table-signature-festivals .card-micro h3 {
  color: black;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-signature-festivals .card-micro h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-signature-festivals th {
    white-space: nowrap;
  }
}
.pro-v2 .pro-table.table-signature-festivals th:last-child {
  text-transform: uppercase;
}
.pro-v2 .pro-table.table-signature-festivals .channel-value {
  padding-left: 25px;
}
.pro-v2 .pro-table.table-track-charts td:first-child,
.pro-v2 .pro-table.table-track-charts th:first-child {
  width: 10px;
  text-align: right;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(3),
.pro-v2 .pro-table.table-track-charts th:nth-child(3) {
  width: 12%;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(4),
.pro-v2 .pro-table.table-track-charts th:nth-child(4) {
  width: 12%;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(5),
.pro-v2 .pro-table.table-track-charts th:nth-child(5) {
  width: 100px;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(6),
.pro-v2 .pro-table.table-track-charts th:nth-child(6) {
  width: 60px;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(7),
.pro-v2 .pro-table.table-track-charts th:nth-child(7) {
  width: 100px;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(2) {
  color: #000000;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-track-charts th {
    white-space: nowrap;
  }
}
.pro-v2 .pro-table.table-track-charts .peak-date,
.pro-v2 .pro-table.table-track-charts .time-on-chart {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-top-youtube-channels .graph {
  /*max-width: 248px;

				@media @bp_360 {
					max-width: 288px;
				}

				@media @bp_1024 {
					max-width: 340px;
				}*/
}
.pro-v2 .pro-table.table-videos-on-youtube th {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-videos-on-youtube td:nth-last-child(2) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-videos-on-youtube td:last-child {
  width: 5px;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-videos-on-youtube .graph {
  /*max-width: 248px;

				@media @bp_360 {
					max-width: 288px;
				}

				@media @bp_1024 {
					max-width: 340px;
				}*/
}
.pro-v2 .pro-table.table-top-performing-artists td,
.pro-v2 .pro-table.table-top-performing-artists th {
  padding: 10px;
}
.pro-v2 .pro-table.table-top-performing-artists td:first-child,
.pro-v2 .pro-table.table-top-performing-artists th:first-child {
  padding-left: 24px;
  width: 35%;
}
.pro-v2 .pro-table.table-top-performing-artists td:nth-child(2),
.pro-v2 .pro-table.table-top-performing-artists th:nth-child(2) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-top-performing-artists td:nth-child(3),
.pro-v2 .pro-table.table-top-performing-artists th:nth-child(3),
.pro-v2 .pro-table.table-top-performing-artists td:nth-child(4),
.pro-v2 .pro-table.table-top-performing-artists th:nth-child(4),
.pro-v2 .pro-table.table-top-performing-artists td:nth-child(5),
.pro-v2 .pro-table.table-top-performing-artists th:nth-child(5) {
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-v2 .pro-table.table-top-performing-artists th:last-child {
  text-align: center;
}
.pro-v2 .pro-table.table-top-performing-artists .genre {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  color: #808080;
  display: inline-block;
  padding: 15px 20px 0px 0;
}
.pro-v2 .pro-table.table-top-performing-artists .genre strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  color: #000000;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 10px;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status label,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status label {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .good,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .fair,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .poor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .good:before,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .fair:before,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .poor:before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  vertical-align: middle;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .good:before {
  background-color: #68E2AC;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .fair:before {
  background-color: #FFE45D;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .poor:before {
  background-color: #F97F8F;
}
.pro-v2 .pro-table.table-connections-by-popularity .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #f4f6f6;
}
.pro-v2 .pro-table.table-connections-by-popularity .ReactVirtualized__Grid {
  outline: 0;
}
.pro-v2 .pro-table.table-connections-by-popularity .ReactVirtualized__Table__Grid .tr:hover {
  background-color: #efefef;
}
.pro-v2 .pro-table.table-connections-by-popularity .td,
.pro-v2 .pro-table.table-connections-by-popularity .th {
  font-size: 9px;
  font-size: 0.9rem;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:first-child,
.pro-v2 .pro-table.table-connections-by-popularity .th:first-child {
  font-size: 10px;
  font-size: 1rem;
  padding-left: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(2),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(3),
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(4),
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(5) {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3),
  .pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4),
  .pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 134px;
            flex: 0 0 134px;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5),
  .pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 108px;
            flex: 0 0 108px;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .td:last-child,
.pro-v2 .pro-table.table-connections-by-popularity .th:last-child {
  padding-right: 24px;
}
.pro-v2 .pro-table.table-connections-by-popularity .value {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-connections-by-popularity .value {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .th {
  padding-top: 20px;
  padding-botom: 20px;
}
.pro-v2 .pro-table.table-connections-by-popularity .td,
.pro-v2 .pro-table.table-connections-by-popularity td {
  position: relative;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3):before,
.pro-v2 .pro-table.table-connections-by-popularity td:nth-child(3):before,
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4):before,
.pro-v2 .pro-table.table-connections-by-popularity td:nth-child(4):before,
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5):before,
.pro-v2 .pro-table.table-connections-by-popularity td:nth-child(5):before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: 10px;
  bottom: 10px;
  background-color: #f4f6f6;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3):before,
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4):before,
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5):before {
  top: 0;
  bottom: 0;
}
.pro-v2 .pro-table.table-connections-by-popularity th {
  font-size: 9px;
  font-size: 0.9rem;
  padding-top: 20px;
}
.pro-v2 .pro-table.table-connections-by-popularity th:first-child {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table.table-connections-by-popularity .card-micro h3 {
  color: black;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-connections-by-popularity .card-micro h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .channel {
  font-size: 0px;
  font-size: 0rem;
  white-space: nowrap;
  text-align: center;
  display: block;
  margin-right: 0;
}
.pro-v2 .pro-table.table-connections-by-popularity .channel.viberate {
  text-align: left;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-connections-by-popularity .channel {
    font-size: 9px;
    font-size: 0.9rem;
    text-align: left;
    margin-right: 6px;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .genre {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  color: #808080;
  display: inline-block;
  padding: 10px 20px 10px 0;
}
@media only screen and (min-width: 1024px) {
  .pro-v2 .pro-table.table-connections-by-popularity .genre {
    width: 33.33%;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .genre:last-child {
  padding-right: 0;
}
.pro-v2 .pro-table.table-connections-by-popularity .genre strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  color: #000000;
}
.pro-v2 .pro-table.table-connections-by-popularity .following {
  text-align: center;
}
.pro-v2 .pro-table.table-top-countries td:first-child {
  text-align: right;
  width: 10px;
}
.pro-v2 .pro-table.table-top-countries td .country {
  min-width: 80px;
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-v2 .pro-table.table-top-countries th {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-top-cities-by-spins td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pro-v2 .pro-table.table-top-cities-by-spins td:first-child {
  text-align: right;
  width: 10px;
}
.pro-v2 .pro-table.table-top-cities-by-spins th {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-top-cities-by-spins .city {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-width: 80px;
  color: #000000;
  font-weight: 500;
}
.pro-v2 .pro-table.table-most-mentioned .card-micro {
  min-width: 250px;
}
.pro-v2 .pro-table.table-most-mentioned .mentionees {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 350px;
  line-height: 16px;
  color: #707580;
}
.pro-v2 .pro-table.table-bars {
  color: #000000;
  position: relative;
}
.pro-v2 .pro-table.table-bars.has-label-y > tbody > tr > td:first-child {
  padding-left: 20px;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(1) .pro-bar {
  background-color: #12813A;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(2) .pro-bar {
  background-color: #298D4D;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(3) .pro-bar {
  background-color: #419A61;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(4) .pro-bar {
  background-color: #59A775;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(5) .pro-bar {
  background-color: #71B389;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(6) .pro-bar {
  background-color: #7DBA93;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(7) .pro-bar {
  background-color: #88C09C;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(8) .pro-bar {
  background-color: #A0CDB0;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(9) .pro-bar {
  background-color: #ACD3BA;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(10) .pro-bar {
  background-color: #B7D9C4;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(11) .pro-bar {
  background-color: #B7D9C4;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(1) .pro-bar {
  background-color: #FD0070;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(2) .pro-bar {
  background-color: #FD197E;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(3) .pro-bar {
  background-color: #FD338D;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(4) .pro-bar {
  background-color: #FE4C9B;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(5) .pro-bar {
  background-color: #FD59A2;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(6) .pro-bar {
  background-color: #FE66A9;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(7) .pro-bar {
  background-color: #FE73B0;
}
@media only screen and (max-width: 767px) {
  .pro-v2 .pro-table.table-bars.countries .pro-bar span {
    color: #000000;
  }
  .pro-v2 .pro-table.table-bars.countries .pro-bar span:before {
    border-radius: 2px;
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(1) .pro-bar {
  background-color: #494C52;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(2) .pro-bar {
  background-color: #5b5e63;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(3) .pro-bar {
  background-color: #6d7075;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(4) .pro-bar {
  background-color: #7f8186;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(5) .pro-bar {
  background-color: #929497;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(6) .pro-bar {
  background-color: #a4a5a8;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(7) .pro-bar {
  background-color: #b6b7ba;
}
.pro-v2 .pro-table.table-bars.age-and-gender td {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
}
.pro-v2 .pro-table.table-bars.age-and-gender td:last-child {
  padding-right: 10px;
}
.pro-v2 .pro-table.table-bars.age-and-gender .bar-scale {
  padding-right: 10px;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar {
  background-color: #80e4e8;
  cursor: pointer;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar:hover .pro-bar-tooltip {
  display: block;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar .sub-pro-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ff99ce;
  margin: 0;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar .sub-pro-bar.unknown {
  background-color: #d5dde0;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar .sub-pro-bar.nonbinary {
  background-color: #fdd471;
}
.pro-v2 .pro-table.table-bars.table-bars-selectable td:last-child {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pro-v2 .pro-table.table-bars.table-bars-selectable tr:not(.scale):hover {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.table-bars.rounded-corners .pro-bar {
  border-radius: 0 4px 4px 0;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  display: none;
  background-color: #ffffff;
  padding: 12px 18px;
  position: absolute;
  top: 28px;
  left: 40px;
  z-index: 1;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip label {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  padding-bottom: 10px;
  display: block;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip .total td {
  padding-bottom: 8px !important;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip .circle {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip .circle.relative {
  position: relative;
  left: 0;
  margin-left: 0;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip td {
  font-size: 12px;
  font-size: 1.2rem;
  border: 0;
  text-align: left;
  width: auto;
  padding: 4px 6px;
  line-height: 1;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip td:first-child {
  border: 0;
  width: auto;
  color: #000000;
  text-align: left;
  padding: 4px 6px;
  padding-left: 0;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip td:last-child {
  padding: 4px 6px;
  padding-right: 0;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip strong {
  font-weight: 600;
}
.pro-v2 .pro-table.table-bars tfoot {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
}
.pro-v2 .pro-table.table-bars tfoot td,
.pro-v2 .pro-table.table-bars tfoot td:first-child {
  border: 0;
}
.pro-v2 .pro-table.table-bars tfoot .label-y {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars tfoot .label-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 20px;
  }
  .pro-v2 .pro-table.table-bars tfoot .label-y span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    display: inline-block;
  }
}
.pro-v2 .pro-table.table-bars tr.active td {
  color: #000000;
  background-color: #eef0fb;
}
.pro-v2 .pro-table.table-bars tr.active .pro-bar {
  color: #000000;
}
.pro-v2 .pro-table.table-bars tr.scale td {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: 40px;
}
.pro-v2 .pro-table.table-bars tr.scale td:first-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars tr.scale td:first-child {
    display: table-cell;
  }
}
.pro-v2 .pro-table.table-bars tr.scale td:last-child {
  border-top: 1px solid #e8eced;
  border-left: 0;
}
.pro-v2 .pro-table.table-bars td {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars td {
    display: table-cell;
  }
}
.pro-v2 .pro-table.table-bars td:first-child {
  white-space: normal;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars td:first-child {
    width: 10px;
    text-align: right;
    border-right: 1px solid #e8eced;
    white-space: nowrap;
    padding-right: 12px;
  }
}
.pro-v2 .pro-table.table-bars td:last-child {
  width: 100%;
  border-bottom: 1px solid #e8eced;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars td:last-child {
    padding-left: 0;
    padding-top: 8px;
    border-bottom: 0;
    width: auto;
    padding-right: 150px;
  }
}
.pro-v2 .pro-table.table-bars label.channel {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #707580;
  text-transform: uppercase;
}
.pro-v2 .pro-table.table-bars label.channel.youtube.disabled:before {
  background-image: url('../images/svg/youtube-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.social-media.disabled:before {
  background-image: url('../images/svg/social-media-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.social-media:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.airplay.disabled:before {
  background-image: url('../images/svg/airplay-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.viberate.disabled:before {
  background-image: url('../images/svg/viberate-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.soundcloud.disabled:before {
  background-image: url('../images/svg/soundcloud-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.twitter.disabled:before {
  background-image: url('../images/svg/twitter-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.bandsintown.disabled:before {
  background-image: url('../images/svg/bandsintown-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.deezer.disabled:before {
  background-image: url('../images/svg/deezer-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.shazam.disabled:before {
  background-image: url('../images/svg/shazam-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.spotify.disabled:before {
  background-image: url('../images/svg/spotify-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.instagram.disabled:before {
  background-image: url('../images/svg/instagram-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.facebook.disabled:before {
  background-image: url('../images/svg/facebook-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.airplay.disabled:before {
  background-image: url('../images/svg/airplay-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.tiktok.disabled:before {
  background-image: url('../images/svg/tiktok-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.pro-v2 .pro-table.table-bars .main-genre {
  display: block;
  color: #707580;
}
.pro-v2 .pro-table.table-bars .genre {
  line-height: 1;
}
.pro-v2 .pro-table.table-bars .genre small {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  display: block;
  line-height: 1;
  padding-top: 3px;
}
.pro-v2 .pro-table.table-bars .bar-scale {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars .bar-scale {
    padding-right: 150px;
  }
}
.pro-v2 .pro-table.table-bars .bar-scale .scale-item {
  position: relative;
}
.pro-v2 .pro-table.table-bars .bar-scale .scale-item:not(first-child) span {
  width: 50px;
  margin-right: -25px;
  text-align: center;
}
.pro-v2 .pro-table.table-bars .bar-scale .scale-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 1px;
  background-color: #e8eced;
}
.pro-v2 .pro-table.table-bars .bar-scale .scale-item span {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  right: 100%;
  top: 10px;
  color: #707580;
}
.pro-v2 .pro-table.table-bars .pro-bar {
  position: relative;
  background-color: #707580;
  height: 24px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars .pro-bar {
    color: #707580;
  }
}
.pro-v2 .pro-table.table-bars .pro-bar span {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  white-space: nowrap;
  left: 12px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars .pro-bar span {
    left: 100%;
    margin-left: 10px;
  }
}
.pro-v2 .pro-table.table-bars .pro-bar span strong {
  font-weight: 600;
}
.pro-v2 .pro-table.table-bars .pro-bar.instagram {
  background-color: #c13684;
}
.pro-v2 .pro-table.table-bars .pro-bar.twitter {
  background-color: #00acee;
}
.pro-v2 .pro-table.table-bars .pro-bar.soundcloud {
  background-color: #ff6400;
}
.pro-v2 .pro-table.table-bars .pro-bar.youtube {
  background-color: #ff0000;
}
.pro-v2 .pro-table.table-bars .pro-bar.bandsintown {
  background-color: #00d2c9;
}
.pro-v2 .pro-table.table-bars .pro-bar.shazam {
  background-color: #2255ff;
}
.pro-v2 .pro-table.table-bars .pro-bar.tiktok {
  background-color: #3cdae5;
}
.pro-v2 .pro-table.table-bars .pro-bar.facebook {
  background-color: #1877f2;
}
.pro-v2 .pro-table.table-bars .pro-bar.spotify {
  background-color: #1db954;
}
.pro-v2 .pro-table.table-bars .pro-bar.deezer {
  background-color: #a138fd;
}
.pro-v2 .pro-table.table-bars .pro-bar.airplay {
  background-color: #f68051;
}
.pro-v2 .pro-table.table-bars .pro-bar.rock {
  background-color: #7baad5;
}
.pro-v2 .pro-table.table-bars .pro-bar.country {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #cd79ba;
  text-transform: none;
  padding-right: 0;
}
.pro-v2 .pro-table.table-bars .pro-bar.pop {
  background-color: #66c2e7;
}
.pro-v2 .pro-table.table-bars .pro-bar.hip-hop {
  background-color: #66d2d6;
}
.pro-v2 .pro-table.table-bars .pro-bar.rnb {
  background-color: #66c9ab;
}
.pro-v2 .pro-table.table-bars .pro-bar.latin {
  background-color: #f4729b;
}
.pro-v2 .pro-table.table-bars .pro-bar.electronic {
  background-color: #66d8ed;
}
.pro-v2 .pro-table.table-bars .pro-bar.rock {
  background-color: #7baad5;
}
.pro-v2 .pro-table.table-bars .pro-bar.metal {
  background-color: #798cc2;
}
.pro-v2 .pro-table.table-bars .pro-bar.punk {
  background-color: #a281bd;
}
.pro-v2 .pro-table.table-bars .pro-bar.jazz {
  background-color: #a6d78f;
}
.pro-v2 .pro-table.table-bars .pro-bar.reggae {
  background-color: #fdd471;
}
.pro-v2 .pro-table.table-bars .pro-bar.blues {
  background-color: #66cd94;
}
.pro-v2 .pro-table.table-bars .pro-bar.classical {
  background-color: #c9e188;
}
.pro-v2 .pro-table.table-bars .pro-bar.religious {
  background-color: #e0e97f;
}
.pro-v2 .pro-table.table-bars .pro-bar.european {
  background-color: #f5907a;
}
.pro-v2 .pro-table.table-bars .pro-bar.asian {
  background-color: #fabc78;
}
.pro-v2 .pro-table.table-bars .pro-bar.middle-eastern {
  background-color: #f0f070;
}
.pro-v2 .pro-table.table-bars .pro-bar.african {
  background-color: #ffe566;
}
.pro-v2 .pro-table.table-bars .pro-bar.other {
  background-color: #ddd;
}
.pro-v2 .pro-table.table-airplay-by-cities td:first-child {
  text-align: right;
  width: 10px;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(2) {
  color: #000000;
}
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(3),
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(4),
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(5),
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(6) {
  width: 100px;
}
@media only screen and (min-width: 1399px) {
  .pro-v2 .pro-table.table-airplay-by-cities td:nth-child(3),
  .pro-v2 .pro-table.table-airplay-by-cities td:nth-child(4),
  .pro-v2 .pro-table.table-airplay-by-cities td:nth-child(5),
  .pro-v2 .pro-table.table-airplay-by-cities td:nth-child(6) {
    width: 150px;
  }
}
.pro-v2 .pro-table.table-airplay-by-cities td .country {
  color: #707580;
}
.pro-v2 .pro-table.table-beatport-charts .pro-content-module-article {
  padding-top: 0;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th {
  padding-bottom: 12px;
  border-bottom: 1px solid #a0aeb4;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:nth-child(2) {
  width: 160px;
  white-space: normal;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:nth-child(3) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:nth-child(3) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:nth-child(2) .value {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:last-child,
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:last-child {
  width: 5px;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro {
  height: 48px;
  min-width: 200px;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro {
    min-width: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro {
    min-width: 300px;
  }
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro figure {
  width: 48px;
  height: 48px;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro article {
  padding-left: 64px;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro h3 {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro .artists {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.top-tracks th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.top-tracks td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.top-tracks th:nth-child(3) {
  width: 15%;
  white-space: normal;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks td:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks th:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks td:nth-child(3) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks th:nth-child(3) .value {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks .card-micro {
  min-width: 180px;
}
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(7),
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(7) {
  width: 15%;
  white-space: normal;
}
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(4) .value,
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(4) .value,
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(7) .value,
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(7) .value {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-v2 .pro-table.table-beatport-charts.artist-network td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.artist-network th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.artist-network td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.artist-network th:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.artist-network td:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.artist-network th:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.artist-network td:nth-child(5),
.pro-v2 .pro-table.table-beatport-charts.artist-network th:nth-child(5) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts.artist-network small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  display: block;
}
.pro-v2 .pro-table.table-beatport-charts.artist-network .more-info {
  bottom: 1px;
  vertical-align: middle;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network.active-sort-col-4 th:nth-child(3) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network.active-sort-col-4 th:nth-child(4) {
  background-color: transparent;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:nth-child(5),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:nth-child(5) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:last-child {
  text-align: center;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:last-child label {
  text-align: left;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:last-child {
  text-align: center;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  display: block;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network .more-info > article {
  text-align: left;
  width: 300px;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network .more-info .info-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 10px;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network .more-info .item {
  padding: 4px 0;
  border-top: 1px solid #e8eced;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network .more-info .item:first-child {
  border: 0;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .value-tooltip {
  z-index: unset;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .value-tooltip .tooltip-article {
  z-index: 2;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info {
  bottom: 1px;
  vertical-align: middle;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info > article {
  text-align: left;
  width: 300px;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info .info-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 10px;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info .item {
  padding: 4px 0;
  border-top: 1px solid #e8eced;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info .item:first-child {
  border: 0;
}
.pro-v2 .pro-table.table-beatport-charts label.channel {
  text-transform: none;
}
.pro-v2 .pro-table.table-beatport-charts label.channel:not(.sortable) {
  padding-left: 26px;
}
.pro-v2 .pro-table.table-beatport-charts label.channel:not(.sortable):before {
  position: absolute;
  left: 0;
  top: 0;
}
.pro-v2 .pro-table.table-beatport-charts td:first-child,
.pro-v2 .pro-table.table-beatport-charts th:first-child {
  width: 30%;
}
.pro-v2 .pro-table.table-beatport-charts td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts td:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts td:nth-child(5),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(5),
.pro-v2 .pro-table.table-beatport-charts td:nth-child(6),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(6) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts td:last-child,
.pro-v2 .pro-table.table-beatport-charts th:last-child {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-playlists-spotify .card-micro.song article {
  min-width: 240px;
  max-width: 240px;
}
.pro-v2 .pro-table.table-playlists-spotify .value.track,
.pro-v2 .pro-table.table-playlists-spotify .value.artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
}
.pro-v2 .pro-table.table-playlists-spotify .value.two-tone .first,
.pro-v2 .pro-table.table-playlists-spotify .value.two-tone .second {
  line-height: 16px;
}
.pro-v2 .pro-table.table-playlists-spotify .value.two-tone .second {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 2px;
}
.pro-v2 .pro-table.table-playlists-spotify .value sup {
  margin-right: 5px;
}
.pro-v2 .pro-table.table-shazams .card-micro.song article {
  min-width: 240px;
  max-width: 240px;
}
.pro-v2 .pro-table.table-shazams .value.track,
.pro-v2 .pro-table.table-shazams .value.artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
}
.pro-v2 .pro-table.table-shazams .value.two-tone .first,
.pro-v2 .pro-table.table-shazams .value.two-tone .second {
  line-height: 16px;
}
.pro-v2 .pro-table.table-shazams .value.two-tone .second {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 2px;
}
.pro-v2 .pro-table.table-shazams .value sup {
  margin-right: 5px;
}
.pro-v2 .pro-table.table-tracks-on-shazam-charts td:nth-chidl(3) {
  min-width: 240px;
  width: 240px;
}
.pro-v2 .pro-table.table-top-videos-and-tracks td:first-child {
  text-align: right;
}
.pro-v2 .pro-table.table-tracks-spotify.active-sort-col-7 tr:not(.active) td:nth-child(8) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.table-tracks-spotify.active-sort-col-7 tr:not(.active) td:nth-child(7) {
  background-color: transparent;
}
.pro-v2 .pro-table.table-tracks-spotify th:nth-child(6) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-tracks-spotify th:nth-child(6) .more-info article {
  white-space: normal;
}
.pro-v2 .pro-table.table-tracks-spotify td:nth-child(6) {
  width: 10px;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-tracks-spotify .value.artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
}
.pro-v2 .pro-table.table-tracks-spotify .value .value-change {
  margin-left: 8px;
}
.pro-v2 .pro-table.table-current-tracks th:first-child,
.pro-v2 .pro-table.table-current-tracks td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
}
.pro-v2 .pro-table.table-current-tracks .card-micro {
  margin-top: 4px;
  margin-bottom: 4px;
}
.pro-v2 .pro-table.active-sort-col-1 th:nth-child(1),
.pro-v2 .pro-table.active-sort-col-1 td:nth-child(1) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-1 th:nth-child(1) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-2 th:nth-child(2),
.pro-v2 .pro-table.active-sort-col-2 td:nth-child(2) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-2 th:nth-child(2) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-3 th:nth-child(3),
.pro-v2 .pro-table.active-sort-col-3 td:nth-child(3) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-3 th:nth-child(3) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-4 th:nth-child(4),
.pro-v2 .pro-table.active-sort-col-4 td:nth-child(4) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-4 th:nth-child(4) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-5 th:nth-child(5),
.pro-v2 .pro-table.active-sort-col-5 td:nth-child(5) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-5 th:nth-child(5) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-6 th:nth-child(6),
.pro-v2 .pro-table.active-sort-col-6 td:nth-child(6) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-6 th:nth-child(6) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-7 th:nth-child(7),
.pro-v2 .pro-table.active-sort-col-7 td:nth-child(7) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-7 th:nth-child(7) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-8 th:nth-child(8),
.pro-v2 .pro-table.active-sort-col-8 td:nth-child(8) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-8 th:nth-child(8) {
  font-weight: 600;
}
.pro-v2 .pro-table .detail-row {
  display: none;
}
.pro-v2 .pro-table .detail-row.show {
  display: table-row;
}
.pro-v2 .pro-table .detail-row.no-highlight {
  cursor: default;
}
.pro-v2 .pro-table .detail-row.no-highlight:hover > td {
  background-color: #ffffff !important;
}
.pro-v2 .pro-table .detail-row.no-padding > td {
  padding: 0 !important;
}
.pro-v2 .pro-table .request-data-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
}
@media only screen and (min-width: 1024px) {
  .pro-v2 .pro-table .request-data-content {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.pro-v2 .pro-table .request-data-content.loading {
  mix-blend-mode: multiply;
  right: 0;
}
.pro-v2 .pro-table .request-data-content.loading:before {
  background-color: transparent;
}
.pro-v2 .pro-table .request-data-content .button.tertiary {
  padding-left: 0;
  padding-right: 0;
}
.pro-v2 .pro-table tr.groups th {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
  background-color: #ffffff !important;
}
.pro-v2 .pro-table tr.active.green td {
  background-color: #68e2ac;
  color: #000000;
}
.pro-v2 .pro-table tr.active.yellow td {
  background-color: #ffe45d;
  color: #000000;
}
.pro-v2 .pro-table tr.active.red td {
  background-color: #f97f8f;
  color: #000000;
}
.pro-v2 .pro-table tr:last-child td.request-data {
  border-color: #e8eced;
}
.pro-v2 .pro-table tr.no-border td,
.pro-v2 .pro-table tr.no-border th {
  border: 0;
}
.pro-v2 .pro-table th,
.pro-v2 .pro-table td {
  text-align: left;
  padding: 4px 12px;
  border-bottom: 1px solid #e8eced;
  vertical-align: middle;
}
.pro-v2 .pro-table th:first-child,
.pro-v2 .pro-table td:first-child {
  padding-left: 12px;
}
.pro-v2 .pro-table th:last-child,
.pro-v2 .pro-table td:last-child {
  padding-right: 12px;
}
.pro-v2 .pro-table th.r,
.pro-v2 .pro-table td.r {
  text-align: right;
}
.pro-v2 .pro-table th.r .value,
.pro-v2 .pro-table td.r .value {
  text-align: right;
}
.pro-v2 .pro-table th.r .row,
.pro-v2 .pro-table td.r .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pro-v2 .pro-table th.r .row-col,
.pro-v2 .pro-table td.r .row-col {
  text-align: right;
}
.pro-v2 .pro-table th.no-padding,
.pro-v2 .pro-table td.no-padding {
  padding: 0;
}
.pro-v2 .pro-table th.no-padding-left,
.pro-v2 .pro-table td.no-padding-left {
  padding-left: 0;
}
.pro-v2 .pro-table th.c,
.pro-v2 .pro-table td.c {
  text-align: center;
}
.pro-v2 .pro-table th.l,
.pro-v2 .pro-table td.l {
  text-align: left;
}
.pro-v2 .pro-table th.grey,
.pro-v2 .pro-table td.grey {
  color: #707580;
}
.pro-v2 .pro-table th.blur,
.pro-v2 .pro-table td.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.pro-v2 .pro-table th .more-info,
.pro-v2 .pro-table td .more-info {
  white-space: normal;
}
.pro-v2 .pro-table th.w-1,
.pro-v2 .pro-table td.w-1 {
  width: 1px;
  max-width: unset !important;
}
.pro-v2 .pro-table th.w-30,
.pro-v2 .pro-table td.w-30 {
  width: 30px;
  min-width: 30px;
}
.pro-v2 .pro-table th.w-110,
.pro-v2 .pro-table td.w-110 {
  width: 110px;
  min-width: 110px;
}
.pro-v2 .pro-table th.w-130,
.pro-v2 .pro-table td.w-130 {
  width: 130px;
  min-width: 130px;
}
.pro-v2 .pro-table th.w-150,
.pro-v2 .pro-table td.w-150 {
  width: 150px;
  min-width: 150px;
}
.pro-v2 .pro-table th.w-200,
.pro-v2 .pro-table td.w-200 {
  width: 200px;
  min-width: 200px;
}
.pro-v2 .pro-table th.w-250,
.pro-v2 .pro-table td.w-250 {
  width: 250px;
  min-width: 250px;
}
.pro-v2 .pro-table th.w-300,
.pro-v2 .pro-table td.w-300 {
  width: 300px;
  min-width: 300px;
}
.pro-v2 .pro-table th.pl-0,
.pro-v2 .pro-table td.pl-0 {
  padding-left: 0;
}
.pro-v2 .pro-table th sup,
.pro-v2 .pro-table td sup {
  vertical-align: middle;
}
.pro-v2 .pro-table th {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  color: #000000;
  border-bottom: 1px solid #a0aeb4;
  letter-spacing: 0px;
  min-height: 56px;
}
.pro-v2 .pro-table th.is-sorted {
  background-color: #f8f9fd;
  color: #000000;
}
.pro-v2 .pro-table th.is-sorted label {
  font-weight: 600;
}
.pro-v2 .pro-table th.h-1 {
  height: 1px;
  min-height: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
.pro-v2 .pro-table th label {
  line-height: 16px;
}
.pro-v2 .pro-table th .more-info {
  vertical-align: middle;
  z-index: 3;
}
.pro-v2 .pro-table td.td-loader-element {
  background-color: #ffffff !important;
  cursor: default;
  padding-top: 0;
  padding-bottom: 0;
}
.pro-v2 .pro-table td.nowrap {
  white-space: nowrap;
}
.pro-v2 .pro-table td.is-sorted {
  background-color: #f8f9fd;
  color: #000000;
}
.pro-v2 .pro-table td.request-data {
  position: relative;
  border-color: transparent;
}
.pro-v2 .pro-table td.request-data.sorted-by {
  border-color: #F3F4FB;
}
.pro-v2 .pro-table td.request-data > *:not(.request-data-content) {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-v2 .pro-table td.request-data .value > * {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-v2 .pro-table td .value strong {
  font-weight: 500;
}
.pro-v2 .pro-table a {
  color: inherit;
}
.pro-v2 .pro-table label {
  position: relative;
  line-height: 16px;
  display: inline-block;
}
.pro-v2 .pro-table label.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-v2 .pro-table label.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-v2 .pro-table label.social-media:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-v2 .pro-table label.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
  width: 16px;
  height: 16px;
}
.pro-v2 .pro-table label.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-v2 .pro-table label.beatport:before {
  background-image: url('../images/svg/beatport-circle.svg');
}
.pro-v2 .pro-table label.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-v2 .pro-table label.apple-music:before,
.pro-v2 .pro-table label.applemusic:before {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-v2 .pro-table label.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-v2 .pro-table label.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-v2 .pro-table label.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-v2 .pro-table label.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-v2 .pro-table label.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-v2 .pro-table label.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-v2 .pro-table label.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-v2 .pro-table label.youtube-music:before,
.pro-v2 .pro-table label.youtubemusic:before {
  background-image: url('../images/svg/youtube-music-color.svg');
}
.pro-v2 .pro-table label.amazon-music:before,
.pro-v2 .pro-table label.amazonmusic:before {
  background-image: url('../images/svg/amazon-music-color.svg');
}
.pro-v2 .pro-table label.pandora:before {
  background-image: url('../images/svg/pandora-color.svg');
}
.pro-v2 .pro-table label.channel {
  display: inline-block;
  padding-left: 24px;
}
.pro-v2 .pro-table label.channel.sortable {
  cursor: pointer;
}
.pro-v2 .pro-table label.channel.sortable:after {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table label.channel.sortable:after {
    margin-left: 5px;
  }
}
.pro-v2 .pro-table label.channel.sortable br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table label.channel.sortable br {
    display: block;
  }
}
.pro-v2 .pro-table label.channel:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table label.channel:before {
    margin-right: 6px;
  }
}
.pro-v2 .pro-table label.sortable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.pro-v2 .pro-table label.sortable:hover:after {
  border-top-color: #6889e2;
  border-bottom-color: #6889e2;
}
.pro-v2 .pro-table label.sortable:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4e63ce;
}
.pro-v2 .pro-table label.asc,
.pro-v2 .pro-table label.desc {
  cursor: pointer;
}
.pro-v2 .pro-table label.asc:after {
  border-bottom: 6px solid #4e63ce;
  border-top: 0;
}
.pro-v2 .pro-table label.nowrap {
  white-space: nowrap;
}
.pro-v2 .pro-table label .beta {
  font-size: 9px;
  font-size: 0.9rem;
  border-radius: 2px;
  line-height: 9px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 0 2px;
  height: 12px;
  line-height: 12px;
  background-color: #707580;
  bottom: 6px;
  position: relative;
  margin-left: 4px;
}
.pro-v2 .pro-table label .beta.absolute {
  position: absolute;
  top: -10px;
  right: 0;
  left: auto;
}
.pro-v2 .pro-table .i {
  width: 12px;
  padding: 0 4px;
}
.pro-v2 .pro-table .clamp-line-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-v2 .pro-table .zero-state td {
  pointer-events: none;
  cursor: default;
  font-weight: 500;
  text-align: center;
  color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 0;
}
.pro-v2 .pro-table .black {
  color: #000000;
}
.pro-v2 .pro-table .value {
  line-height: 16px;
}
.pro-v2 .pro-table .value.two-tone {
  max-width: 150px;
  display: contents;
}
.pro-v2 .pro-table .value.two-tone.row {
  max-width: none;
}
.pro-v2 .pro-table .value.two-tone.channel-value {
  padding-left: 0;
}
.pro-v2 .pro-table .value.two-tone.column > div + div {
  margin-top: 4px;
}
.pro-v2 .pro-table .value.two-tone .first {
  color: #000000;
  line-height: 16px;
}
.pro-v2 .pro-table .value.two-tone .second,
.pro-v2 .pro-table .value.two-tone .festivals {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #707580;
}
.pro-v2 .pro-table .value.two-tone .second.small,
.pro-v2 .pro-table .value.two-tone .festivals.small {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table .value.two-tone .second small,
.pro-v2 .pro-table .value.two-tone .festivals small {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table .value.two-tone strong {
  font-weight: 600;
}
.pro-v2 .pro-table .value.two-tone .r {
  text-align: right;
}
.pro-v2 .pro-table .value .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.pro-v2 .pro-table .value .row.g-4-16 {
  gap: 4px 16px;
}
.pro-v2 .pro-table .value .row.g-8-16 {
  gap: 8px 16px;
}
.pro-v2 .pro-table .value .row.g-16 {
  gap: 16px;
}
.pro-v2 .pro-table .value .row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-v2 .pro-table .value .row .first,
.pro-v2 .pro-table .value .row .second,
.pro-v2 .pro-table .value .row .value-change {
  margin: 0;
}
.pro-v2 .pro-table .value .row .first,
.pro-v2 .pro-table .value .row .second {
  line-height: 16px;
}
.pro-v2 .pro-table .value .row .row-col {
  min-width: 45px;
}
.pro-v2 .pro-table .value.no-wrap {
  white-space: nowrap;
}
.pro-v2 .pro-table .value.channel-value {
  padding-left: 24px;
}
.pro-v2 .pro-table .value.official-channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-v2 .pro-table .value.official-channel .channel-name {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
}
.pro-v2 .pro-table .value.official-channel .channel-icon {
  width: 12px;
  min-width: 12px;
  margin-left: 6px;
}
.pro-v2 .pro-table .value.small {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table .value.red {
  color: #e02020;
}
.pro-v2 .pro-table .value.grey {
  color: #707580;
}
.pro-v2 .pro-table .value.green {
  color: #4e9800;
}
.pro-v2 .pro-table .value.black {
  color: #000000;
}
.pro-v2 .pro-table .value.clamp-lines-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.pro-v2 .pro-table .value.clamp-lines-2 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.pro-v2 .pro-table .value.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
}
.pro-v2 .pro-table .value.country .flag {
  margin-right: 8px;
}
.pro-v2 .pro-table .value.has-info {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.pro-v2 .pro-table .value.has-icon .channel-icon,
.pro-v2 .pro-table .value.has-icon .mini-badge {
  margin-right: 8px;
}
.pro-v2 .pro-table .value .channel-icon {
  width: 16px;
  height: 16px;
}
.pro-v2 .pro-table .country {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
}
.pro-v2 .pro-table .country :where(.flag) {
  margin-bottom: 1px;
}
.pro-v2 .pro-table .track {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.pro-v2 .pro-table .channel {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table .channel {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-v2 .pro-table .channel img {
  vertical-align: middle;
  margin-right: 2px;
}
.pro-v2 .pro-table .label-search {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
.pro-v2 .pro-table .label-search .search-input {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  height: 24px;
  width: 100%;
  padding: 0 18px 4px 4px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../images/svg/search-pro-table.svg');
  background-size: 16px;
  border-bottom: 1px solid #a0aeb4;
}
.pro-v2 .pro-table .label-search .results {
  font-size: 11px;
  font-size: 1.1rem;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  max-width: 250px;
  max-height: 200px;
  background-color: #f4f6f6;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
  white-space: nowrap;
}
.pro-v2 .pro-table .label-search .results.show {
  display: block;
}
.pro-v2 .pro-table .label-search .results::-webkit-scrollbar {
  width: 4px;
}
.pro-v2 .pro-table .label-search .results::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-v2 .pro-table .label-search .results::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-v2 .pro-table .label-search .results li {
  padding: 4px;
  cursor: pointer;
  line-height: 1;
}
.pro-v2 .pro-table .label-search .results li:hover {
  background-color: #d2d2d1;
}
.pro-v2 .pro-table .label-search .results li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.pro-v2 .pro-table .label-search .results.show {
  display: block;
}
.pro-v2 .pro-table .arrow-toggle {
  background-image: url('../images/svg/chevron-down-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
  min-width: 16px;
  background-size: 9px;
}
.pro-v2 .pro-table .graph-tooltip label {
  display: inline;
  line-height: 1;
}
.pro-v2 .pro-table .channel-value.request-data {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-v2 .pro-table-show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-v2 .chart-wrapper {
  position: relative;
}
.pro-v2 .chart-wrapper.alt-smaller-wrapper.chart-wrapper-header .chart-wrapper-inner {
  padding-left: 16px;
}
.pro-v2 .chart-wrapper.alt-smaller-wrapper.chart-wrapper-body .chart-wrapper-inner {
  padding-left: 16px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static:before {
  top: 4px;
  z-index: 3;
}
.pro-v2 .chart-wrapper.chart-wrapper-static .chart-wrapper-inner {
  overflow: visible;
}
.pro-v2 .chart-wrapper.chart-wrapper-static .chart-table-wrapper {
  overflow: visible;
  padding-right: 0;
}
.pro-v2 .chart-wrapper.chart-wrapper-static .secondary-filters .row {
  padding-bottom: 24px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static .secondary-filters .table-charts {
  position: relative;
  z-index: 1;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .secondary-filters .row {
  position: relative;
  z-index: 2;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .secondary-filters .row .right {
  padding-right: 24px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts th:last-child,
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts td:last-child {
  margin-right: 24px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .chart-table-wrapper {
  padding-bottom: 32px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .chart-table-wrapper .pro-table tbody::-webkit-scrollbar {
  margin-right: 24px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall {
  bottom: 0;
  left: 0;
  right: 0;
  top: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.4);
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall.tracks {
  top: 74px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall.artists {
  top: 69px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall.artists-youtube {
  top: 90px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall article {
  width: auto;
  text-align: center;
}
.pro-v2 .chart-wrapper.chart-wrapper-header {
  margin-top: 8px;
}
.pro-v2 .chart-wrapper.chart-wrapper-header .chart-wrapper-inner {
  border-radius: 8px 8px 0 0;
  padding-bottom: 0;
}
.pro-v2 .chart-wrapper.chart-wrapper-header .table-charts {
  margin-bottom: 0;
}
.pro-v2 .chart-wrapper.chart-wrapper-header .table-charts.full-width {
  width: 100%;
}
.pro-v2 .chart-wrapper.chart-wrapper-header .pro-table {
  width: auto;
}
.pro-v2 .chart-wrapper.chart-wrapper-header:before {
  top: 8px;
}
.pro-v2 .chart-wrapper.chart-wrapper-header:after {
  content: "";
  background-color: #f4f6f6;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 16px;
  z-index: -1;
}
.pro-v2 .chart-wrapper.chart-wrapper-body .chart-wrapper-inner {
  border-radius: 0 0 8px 8px;
  padding-top: 0;
}
.pro-v2 .chart-wrapper.chart-wrapper-body .chart-table-wrapper::-webkit-scrollbar {
  height: 0;
}
.pro-v2 .chart-wrapper:before {
  pointer-events: none;
  cursor: default;
  content: "";
  width: 32px;
  position: absolute;
  top: 0;
  bottom: 12px;
  right: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
}
.pro-v2 .chart-wrapper-inner {
  border-radius: 8px;
  background-color: white;
  padding: 8px 0 8px 24px;
  position: relative;
  overflow: hidden;
}
.pro-v2 .chart-table-wrapper {
  overflow: auto;
  padding-right: 24px;
  position: relative;
}
.pro-v2 .chart-table-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.pro-v2 .chart-table-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-v2 .chart-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-v2 .chart-table-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 8px 0;
}
.pro-v2 .trending-explainer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  border-radius: 8px;
  padding: 16px 48px 16px 16px;
  background-color: #eef0fb;
  position: relative;
  z-index: 3;
  margin-right: 24px;
}
.pro-v2 .trending-explainer .btn-close {
  width: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
  background-size: 10px;
}
@media only screen and (min-width: 768px) {
  #country-portal {
    overflow-x: hidden;
  }
}
.pro-content-navigation {
  -webkit-transition: box-shadow 200ms linear;
  -webkit-transition: -webkit-box-shadow 200ms linear;
  transition: -webkit-box-shadow 200ms linear;
  transition: box-shadow 200ms linear;
  transition: box-shadow 200ms linear, -webkit-box-shadow 200ms linear;
  position: -webkit-sticky;
  position: sticky;
  z-index: 4;
  top: 52px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation {
    top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation {
    top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation#artist-tour-mobile-container {
    margin-top: -16px;
  }
  .pro-content-navigation#artist-tour-mobile-container + .layout-grid-sidebar.left {
    padding-bottom: 0;
  }
  .pro-content-navigation#artist-tour-mobile-container:before {
    content: "";
    position: absolute;
    top: -10px;
    height: 10px;
    right: 0;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  }
  .pro-content-navigation#artist-tour-mobile-container .left {
    display: none;
  }
  .pro-content-navigation#artist-tour-mobile-container .right {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 16px;
  }
  .pro-content-navigation#artist-tour-mobile-container .right .option {
    width: 100%;
  }
  .pro-content-navigation#artist-tour-mobile-container .right .pro-custom-select {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation#artist-tour-container {
    display: none;
  }
}
.pro-content-navigation.rounded.has-submenu:after {
  border-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.pro-content-navigation.rounded:after {
  border-radius: 8px;
}
.pro-content-navigation.rounded .sub-menu {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-width: 1px;
  padding-right: 12px;
}
.pro-content-navigation.side-navigation {
  display: block;
}
.pro-content-navigation.side-navigation .main-menu {
  border-radius: 8px;
  overflow: visible;
  padding: 12px 0;
}
.pro-content-navigation.side-navigation .main-menu .main-menu-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 700;
  padding: 20px 16px 24px 28px;
}
.pro-content-navigation.side-navigation .main-menu ul {
  display: block;
}
.pro-content-navigation.side-navigation .main-menu .item {
  margin: 0 0 4px 0;
  background-color: #ffffff;
  padding: 0 12px;
}
.pro-content-navigation.side-navigation .main-menu .item.divider:last-child {
  border-top: 1px solid #f4f6f6;
  margin-bottom: -12px;
}
.pro-content-navigation.side-navigation .main-menu .item.has-divider {
  padding-top: 12px;
  border-top: 1px solid #f4f6f6;
}
.pro-content-navigation.side-navigation .main-menu .item.active {
  pointer-events: none;
  cursor: default;
}
.pro-content-navigation.side-navigation .main-menu .item.active > :before {
  left: 0;
  right: 0;
}
.pro-content-navigation.side-navigation .main-menu .item:hover > :before {
  left: 0;
  right: 0;
}
.pro-content-navigation.side-navigation .main-menu .item:last-child {
  margin-bottom: 0;
}
.pro-content-navigation.side-navigation .main-menu .item .button.tertiary {
  padding: 0 12px;
  height: 48px;
}
.pro-content-navigation.side-navigation .main-menu .item .button.tertiary:before {
  position: static;
  background-color: transparent;
}
.pro-content-navigation.side-navigation .menu-divider {
  border-top: 1px solid #e8eced;
  margin: 16px;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav {
  height: 40px;
  padding-left: 12px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav.soon {
  pointer-events: none;
  cursor: default;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav.soon:after {
  -webkit-transform: translate(0, -9px);
  transform: translate(0, -9px);
  position: relative;
  margin-left: 2px;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav.disabled {
  pointer-events: none;
  cursor: default;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav:hover {
  color: #6889e2;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav .new-icon {
  position: relative;
  top: -4px;
  right: -4px;
}
.pro-content-navigation.side-navigation .side-submenu {
  margin-top: -4px;
}
.pro-content-navigation.side-navigation .side-submenu:before {
  content: none !important;
}
.pro-content-navigation.side-navigation .side-submenu-link {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #707580;
  padding: 2px 36px;
  margin-top: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  width: 100%;
}
.pro-content-navigation.side-navigation .side-submenu-link.active {
  pointer-events: none;
  cursor: default;
  color: #000000;
  background-color: #e8eced;
}
.pro-content-navigation.side-navigation .side-submenu-link.active .counter {
  color: #707580;
}
.pro-content-navigation.side-navigation .side-submenu-link:hover,
.pro-content-navigation.side-navigation .side-submenu-link:active {
  color: #6889e2;
  background-color: #f4f6f6;
}
.pro-content-navigation.side-navigation .counter {
  padding-left: 8px;
}
.pro-content-navigation.side-navigation .entity-unit {
  padding: 0 16px 0 8px;
}
.pro-content-navigation.side-navigation .entity-unit + .entity-unit {
  padding-top: 8px;
}
.pro-content-navigation.side-navigation .entity-unit.active .entity {
  background-color: #e8eced;
}
.pro-content-navigation.side-navigation .entity-unit.open .entity-menu {
  display: block;
}
.pro-content-navigation.side-navigation .entity-unit.open .title {
  background-image: url('../images/svg/chevron-up-blue.svg');
}
.pro-content-navigation.side-navigation .entity {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 4px;
  color: #000000;
}
.pro-content-navigation.side-navigation .entity + .entity {
  margin-top: 8px;
}
.pro-content-navigation.side-navigation .entity.no-dropdown .title {
  background-image: none !important;
  padding-right: 0 !important;
}
.pro-content-navigation.side-navigation .entity.artist figure {
  border-radius: 50%;
}
.pro-content-navigation.side-navigation .entity figure {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro-content-navigation.side-navigation .entity .title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 500;
  background-image: url('../images/svg/chevron-down-blue.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-right: 16px;
}
.pro-content-navigation.side-navigation ul.entity-menu {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  color: #707580;
  padding: 0 16px;
  display: none;
}
.pro-content-navigation.side-navigation ul.entity-menu .item {
  background-color: transparent;
}
.pro-content-navigation.side-navigation ul.entity-menu .item.active a {
  color: #4e63ce;
}
.pro-content-navigation.side-navigation ul.entity-menu .item.active a:before {
  content: none;
}
.pro-content-navigation.side-navigation ul.entity-menu a {
  color: inherit;
}
.pro-content-navigation.side-navigation ul.entity-menu a:before {
  content: none !important;
}
.pro-content-navigation.side-navigation ul.entity-menu a:hover,
.pro-content-navigation.side-navigation ul.entity-menu a:active {
  color: #6889e2;
}
.pro-content-navigation.is-sticky {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  z-index: 4;
}
.pro-content-navigation.sticky .pro-content-navigation-title span:before {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: red;
  position: absolute;
  left: 0;
}
.pro-content-navigation + .pro-content-module {
  margin-top: 48px;
}
.pro-content-navigation + .pro-section {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation + .pro-section {
    padding-top: 40px;
  }
}
.pro-content-navigation.mobile-only {
  margin: 0 -12px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.mobile-only {
    display: none;
  }
}
.pro-content-navigation.fullscreen {
  top: -12px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen {
    top: -8px;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.fullscreen {
    top: -68px;
  }
}
.pro-content-navigation.fullscreen + .layout-grid-container {
  margin-top: 32px;
}
.pro-content-navigation.fullscreen.sticky {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1199px) {
  .pro-content-navigation.fullscreen.sticky > .page {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen.sticky h1.v2 {
    bottom: -48px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.fullscreen.sticky h1.v2 {
    max-width: 26%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen.sticky h1 {
    font-size: 24px;
    font-size: 2.4rem;
    background-color: #ffffff;
    bottom: -42px;
    left: 0;
    text-align: left;
    max-width: 30%;
    position: absolute;
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-content-navigation.fullscreen.sticky h1 span {
    display: none;
  }
}
.pro-content-navigation.fullscreen.public-city {
  top: 0;
}
.pro-content-navigation.fullscreen.public-city.dark .pro-content-navigation-title {
  background-color: #333;
}
.pro-content-navigation.fullscreen.public-city.dark h1.v2 {
  color: #ffffff;
}
.pro-content-navigation.fullscreen > .page {
  max-width: 1128px;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.fullscreen > .page {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen > .page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pro-content-navigation.fullscreen .main-menu,
.pro-content-navigation.fullscreen .sub-menu {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen .main-menu,
  .pro-content-navigation.fullscreen .sub-menu {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen .main-menu:before,
  .pro-content-navigation.fullscreen .sub-menu:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    bottom: 0;
    right: -200%;
    background-color: #ffffff;
    z-index: -1;
  }
}
.pro-content-navigation.fullscreen .main-menu ul,
.pro-content-navigation.fullscreen .sub-menu ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.fullscreen .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
  }
}
.pro-content-navigation.label {
  margin-top: 24px;
  border-radius: 8px;
}
.pro-content-navigation.v3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 96px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.v3 {
    padding-right: 24px;
  }
}
.pro-content-navigation.v3.solo .main-menu {
  padding-left: 24px;
}
.pro-content-navigation.v3.single-dropdown .right {
  position: relative;
}
.pro-content-navigation.v3.single-dropdown .right:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: -16px;
  top: -8px;
  bottom: -8px;
  width: 2px;
  background-color: #f4f6f6;
}
.pro-content-navigation.v3.shadow:after {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3.mobile-only {
    display: none;
  }
}
.pro-content-navigation.v3.mobile-only .main-menu {
  overflow: visible;
  z-index: 1;
}
.pro-content-navigation.v3.mobile-only .left {
  overflow: visible;
}
.pro-content-navigation.v3.is-sticky:after {
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.pro-content-navigation.v3.has-submenu {
  height: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
}
.pro-content-navigation.v3.has-submenu:after {
  height: 112px;
  border-radius: 8px;
}
.pro-content-navigation.v3.has-submenu .main-menu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.pro-content-navigation.v3.has-submenu .main-menu .item .ml-auto {
  margin-left: auto;
}
.pro-content-navigation.v3.has-submenu .sub-menu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
  width: 100%;
}
.pro-content-navigation.v3.private {
  padding-right: 0;
}
.pro-content-navigation.v3.private .main-menu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  padding: 0 16px 0 4px;
}
.pro-content-navigation.v3.private .main-menu > ul {
  overflow: hidden;
  overflow-x: auto;
  margin-right: 16px;
  padding-left: 12px;
}
.pro-content-navigation.v3.private .main-menu > ul::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.pro-content-navigation.v3.private .main-menu > ul::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-content-navigation.v3.private .main-menu > ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-content-navigation.v3.private .main-menu .option {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.pro-content-navigation.v3.private .sub-menu {
  padding-left: 16px;
  padding-right: 16px;
}
.pro-content-navigation.v3.private .sub-menu .item.active .btn {
  background-color: #e8eced;
}
.pro-content-navigation.v3.private .sub-menu .item:not(:last-child) {
  margin-right: 8px;
}
.pro-content-navigation.v3.private .sub-menu .btn {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  color: #000000;
  height: 32px;
}
.pro-content-navigation.v3.private .sub-menu .btn.channel {
  background-position: left 12px center;
  padding-left: 34px !important;
}
.pro-content-navigation.v3.private .sub-menu .btn:hover,
.pro-content-navigation.v3.private .sub-menu .btn:active {
  background-color: #f4f6f6;
}
.pro-content-navigation.v3.alt-filter {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  top: 0;
}
.pro-content-navigation.v3.alt-filter:after {
  content: none;
}
.pro-content-navigation.v3.alt-filter .main-menu {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-content-navigation.v3.alt-filter .menu-actions {
  white-space: nowrap;
  text-align: right;
}
.pro-content-navigation.v3.alt-filter .swiper-wrapper {
  white-space: nowrap;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.pro-content-navigation.v3:after {
  -webkit-transition: box-shadow 200ms linear;
  -webkit-transition: -webkit-box-shadow 200ms linear;
  transition: -webkit-box-shadow 200ms linear;
  transition: box-shadow 200ms linear;
  transition: box-shadow 200ms linear, -webkit-box-shadow 200ms linear;
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 96px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
  }
  .pro-content-navigation.v3:after {
    height: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
  }
  .pro-content-navigation.v3:after {
    height: 52px;
  }
}
.pro-content-navigation.v3 .main-menu {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 .main-menu {
    width: 100%;
  }
}
.pro-content-navigation.v3 .main-menu .item:last-child {
  padding-right: 24px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.v3 .main-menu .item.active:after {
    bottom: -20px;
  }
}
.pro-content-navigation.v3 .btn-pro-content-nav {
  font-size: 12px;
  font-size: 1.2rem;
  height: 36px;
  font-weight: 500;
  position: relative;
}
.pro-content-navigation.v3 .btn-pro-content-nav.active:before {
  content: "";
  background: #e8eced;
}
.pro-content-navigation.v3 .btn-pro-content-nav:hover:before,
.pro-content-navigation.v3 .btn-pro-content-nav:active:before {
  content: "";
  background: #f4f6f6;
}
.pro-content-navigation.v3 .btn-pro-content-nav:before {
  border-radius: 4px;
  pointer-events: none;
  cursor: default;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  right: -12px;
  background: #e8eced;
  z-index: -1;
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled {
  padding-left: 0;
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.viberate,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.viberate,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.basic,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.basic,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.analytics,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.analytics,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.charts,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.charts,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.overview,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.overview {
  padding-left: 24px;
  background-image: url('../images/svg/viberate-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.spotify,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.spotify {
  padding-left: 24px;
  background-image: url('../images/svg/spotify-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.youtube,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.youtube {
  padding-left: 24px;
  background-image: url('../images/svg/youtube-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.shazam,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.shazam {
  padding-left: 24px;
  background-image: url('../images/svg/shazam-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.soundcloud,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.soundcloud {
  padding-left: 24px;
  background-image: url('../images/svg/soundcloud-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.deezer,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.deezer {
  padding-left: 24px;
  background-image: url('../images/svg/deezer-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.airplay,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.airplay {
  padding-left: 24px;
  background-image: url('../images/svg/airplay-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.beatport,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.beatport {
  padding-left: 24px;
  background-image: url('../images/svg/beatport-square-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.applemusic,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.applemusic,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.apple-music,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.apple-music {
  padding-left: 24px;
  background-image: url('../images/svg/apple-music-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.facebook,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.facebook {
  padding-left: 24px;
  background-image: url('../images/svg/facebook-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.instagram,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.instagram {
  padding-left: 24px;
  background-image: url('../images/svg/instagram-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.tiktok,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.tiktok {
  padding-left: 24px;
  background-image: url('../images/svg/tiktok-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.twitter,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.twitter {
  padding-left: 24px;
  background-image: url('../images/svg/twitter-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.audience,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.audience {
  padding-left: 24px;
  background-image: url('../images/svg/audience-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.tracks,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.tracks {
  padding-left: 24px;
  background-image: url('../images/svg/tracks-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.events,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.events {
  padding-left: 24px;
  background-image: url('../images/svg/events-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.songkick,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.songkick {
  padding-left: 24px;
  background-image: url('../images/svg/songkick-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.anghami,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.anghami {
  padding-left: 24px;
  background-image: url('../images/svg/anghami-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.audiomack,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.audiomack {
  padding-left: 24px;
  background-image: url('../images/svg/audiomack-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.boomplay,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.boomplay {
  padding-left: 24px;
  background-image: url('../images/svg/boomplay-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.gaana,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.gaana {
  padding-left: 24px;
  background-image: url('../images/svg/gaana-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.jiosaavn,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.jiosaavn {
  padding-left: 24px;
  background-image: url('../images/svg/jiosaavn-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.joox,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.joox {
  padding-left: 24px;
  background-image: url('../images/svg/joox-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.linemusic,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.linemusic {
  padding-left: 24px;
  background-image: url('../images/svg/line-music-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.melon,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.melon {
  padding-left: 24px;
  background-image: url('../images/svg/melon-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.qqmusic,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.qqmusic {
  padding-left: 24px;
  background-image: url('../images/svg/qq-music-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.yandex,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.yandex {
  padding-left: 24px;
  background-image: url('../images/svg/yandex-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled:hover,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled:hover {
  color: #D5DDE0;
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled:hover:before,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled:hover:before {
  content: none;
}
.pro-content-navigation.v3 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: auto;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: auto;
  }
}
.pro-content-navigation.v3 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  gap: 8px;
  height: 36px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 .right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 16px;
    padding-left: 0;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
    height: auto;
  }
}
.pro-content-navigation.v3 .swiper {
  margin: 0;
  padding: 0;
}
.pro-content-navigation.v3 .swiper-wrapper {
  padding-left: 24px;
  padding: 0;
  white-space: nowrap;
}
.pro-content-navigation.v3 .swiper-slide {
  width: auto;
  margin-right: 32px;
}
.pro-content-navigation.v3 .swiper-slide:first-child {
  margin-left: 24px;
}
.pro-content-navigation.v3 .swiper-slide:last-child {
  margin-right: 12px;
}
.pro-content-navigation.v3 .swiper-button-prev,
.pro-content-navigation.v3 .swiper-button-next {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  pointer-events: none;
  cursor: default;
  width: 38px;
  min-width: 38px;
  height: 36px;
  top: 0;
  z-index: 2;
}
.pro-content-navigation.v3 .swiper-button-prev.swiper-button-disabled,
.pro-content-navigation.v3 .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: default;
}
.pro-content-navigation.v3 .swiper-button-prev.swiper-button-disabled:hover:before,
.pro-content-navigation.v3 .swiper-button-next.swiper-button-disabled:hover:before {
  background-color: #D5DDE0;
}
.pro-content-navigation.v3 .swiper-button-prev.swiper-button-disabled:before,
.pro-content-navigation.v3 .swiper-button-next.swiper-button-disabled:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: #D5DDE0;
}
.pro-content-navigation.v3 .swiper-button-prev:hover:before,
.pro-content-navigation.v3 .swiper-button-next:hover:before {
  background-color: #6889e2;
}
.pro-content-navigation.v3 .swiper-button-prev:before,
.pro-content-navigation.v3 .swiper-button-next:before {
  pointer-events: all;
  cursor: pointer;
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #4e63ce;
  position: absolute;
  left: 50%;
  top: 50%;
  background-position: center;
  background-size: 5px;
  background-repeat: no-repeat;
  background-image: url('../images/svg/chevron-left-white.svg');
  margin: -8px 0 0 -13px;
}
.pro-content-navigation.v3 .swiper-button-prev {
  left: 0;
  right: auto;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(55%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 55%, rgba(255, 255, 255, 0) 100%);
}
.pro-content-navigation.v3 .swiper-button-prev:before {
  background-position: left 5px center;
}
.pro-content-navigation.v3 .swiper-button-next {
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(55%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 55%, #ffffff 100%);
}
.pro-content-navigation.v3 .swiper-button-next:before {
  background-image: url('../images/svg/chevron-right-white.svg');
  margin: -8px -13px 0 0;
}
.pro-content-navigation.v3 .menu-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  padding-right: 32px;
}
.pro-content-navigation.v3 .pro-custom-select.open .selected-wrapper:after,
.pro-content-navigation.v3 .pro-custom-select:hover .selected-wrapper:after,
.pro-content-navigation.v3 .pro-custom-select:active .selected-wrapper:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.pro-content-navigation.v3 .pro-custom-select.open .results,
.pro-content-navigation.v3 .pro-custom-select:hover .results,
.pro-content-navigation.v3 .pro-custom-select:active .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: visible;
}
.pro-content-navigation.v3 .pro-custom-select.open .results:before,
.pro-content-navigation.v3 .pro-custom-select:hover .results:before,
.pro-content-navigation.v3 .pro-custom-select:active .results:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}
.pro-content-navigation.v3 .pro-custom-select .selected-wrapper {
  border-radius: 4px;
  height: 34px;
}
.pro-content-navigation.v3 .pro-custom-select .selected-option {
  height: 36px;
  line-height: 36px;
}
.pro-content-navigation.v3 .pro-custom-select .selected-option span {
  color: #000000;
}
.pro-content-navigation.v3 .pro-custom-select.pro .results {
  border-radius: 4px;
  top: 40px;
  border: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .pro-custom-select.pro .results {
    padding: 24px 32px;
  }
}
.pro-content-navigation.v3 .pro-custom-select.pro .results.channels-results {
  padding-bottom: 16px;
}
.pro-content-navigation.v3 .pro-custom-select .selected-option .channel {
  padding-left: 40px;
}
.pro-content-navigation.v3 .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  left: auto;
  width: 288px;
}
@media only screen and (min-width: 360px) {
  .pro-content-navigation.v3 .results {
    width: 336px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results {
    width: 446px;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results {
    width: 660px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results.cols-4 {
    width: 740px;
  }
  .pro-content-navigation.v3 .results.channels-and-dashboard-results.cols-4 .col {
    width: 25%;
  }
}
@media only screen and (min-width: 880px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results.cols-4 {
    width: 880px;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .mobile-only {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results .mobile-only {
    display: none;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results .tablet-forward {
    display: block;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results .col {
    width: 33.33%;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .col.blue {
  background-color: #f8f9fd;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results .col + .col {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .col + .col:last-child {
  padding-right: 0;
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results ul + .col-label {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results ul + .col-label {
    padding-top: 32px;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .new-icon {
  pointer-events: none;
  cursor: default;
  position: relative;
  left: 0;
  margin: 0 0 8px 0;
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results li:hover:after,
.pro-content-navigation.v3 .results.dashboard-results li:hover:after,
.pro-content-navigation.v3 .results.channels-and-dashboard-results li:active:after,
.pro-content-navigation.v3 .results.dashboard-results li:active:after {
  content: none;
}
.pro-content-navigation.v3 .results .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results .col {
    padding-right: 32px;
  }
}
.pro-content-navigation.v3 .results .col + .col {
  border-left: 1px solid #e8eced;
  padding-right: 0;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results .col + .col {
    padding-left: 31px;
  }
}
.pro-content-navigation.v3 .results .col-label {
  font-size: 10px;
  font-size: 1rem;
}
.pro-content-navigation.v3 .results .col-actions {
  margin-top: auto;
  padding-top: 18px;
}
.pro-content-navigation.v3 .results .col-actions .button {
  width: 100%;
}
.pro-content-navigation.v3 .results ul {
  margin: 0;
  padding: 10px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-content-navigation.v3 .results ul li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 4px 0;
  width: 100%;
}
.pro-content-navigation.v3 .results ul li.active {
  pointer-events: all;
  cursor: pointer;
}
.pro-content-navigation.v3 .results ul li.active:after {
  content: none;
}
.pro-content-navigation.v3 .results ul li.active .channel,
.pro-content-navigation.v3 .results ul li.active .option {
  background-color: #e8eced;
}
.pro-content-navigation.v3 .results ul li.active:hover,
.pro-content-navigation.v3 .results ul li.active:active {
  color: #6889e2;
}
.pro-content-navigation.v3 .results ul li.active:hover .channel,
.pro-content-navigation.v3 .results ul li.active:active .channel,
.pro-content-navigation.v3 .results ul li.active:hover .option,
.pro-content-navigation.v3 .results ul li.active:active .option {
  background-color: #f4f6f6;
}
.pro-content-navigation.v3 .results ul li.disabled {
  color: #000000;
}
.pro-content-navigation.v3 .results ul li.disabled:hover .channel,
.pro-content-navigation.v3 .results ul li.disabled:active .channel,
.pro-content-navigation.v3 .results ul li.disabled:hover .option,
.pro-content-navigation.v3 .results ul li.disabled:active .option {
  color: #000000;
  background-color: transparent;
}
.pro-content-navigation.v3 .results ul li.locked:after {
  right: 8px;
}
.pro-content-navigation.v3 .results ul li:last-child {
  padding-bottom: 0;
}
.pro-content-navigation.v3 .results .option {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 12px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  margin-left: -12px;
  background-size: 16px;
  width: calc(100% + 12px);
  font-weight: 500;
}
.pro-content-navigation.v3 .results .option:hover,
.pro-content-navigation.v3 .results .option:active {
  background-color: #f4f6f6;
  color: #6889e2;
}
.pro-content-navigation.v3 .results .option.connected:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  right: 12px;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 16px;
  height: 16px;
}
.pro-content-navigation.v3 .results .option.locked:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
  background-image: url('../images/svg/icon-locked-grey.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 8px;
  height: 10px;
  display: inline-block;
}
.pro-content-navigation.v3 .results .channel {
  padding-left: 36px;
}
.pro-content-navigation.v2 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pro-content-navigation.v2:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 57px;
  z-index: -1;
}
.pro-content-navigation.v2 .scroll-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 2px;
}
.pro-content-navigation.v2 .scroll-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.pro-content-navigation.v2 .scroll-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-content-navigation.v2 .scroll-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-content-navigation.v2 .main-menu {
  overflow: visible;
  margin-right: 24px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v2 .main-menu {
    overflow-x: auto;
    margin-right: 0;
  }
}
.pro-content-navigation.v2 .main-menu .item:last-child {
  padding-right: 24px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.v2 .main-menu .item.active:after {
    bottom: -20px;
  }
}
.pro-content-navigation.genre.is-sticky .pro-content-navigation-title span {
  padding-left: 48px;
}
.pro-content-navigation.genre.not-sticky {
  position: static;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.genre .pro-content-navigation-title h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-content-navigation.rock .pro-content-navigation-title {
  background-color: #7baad5;
}
.pro-content-navigation.rock .pro-content-navigation-title span:before {
  content: "";
  background-color: #7baad5;
}
.pro-content-navigation.country .pro-content-navigation-title {
  background-color: #cd79ba;
}
.pro-content-navigation.country .pro-content-navigation-title span:before {
  content: "";
  background-color: #cd79ba;
}
.pro-content-navigation.pop .pro-content-navigation-title {
  background-color: #66c2e7;
}
.pro-content-navigation.pop .pro-content-navigation-title span:before {
  content: "";
  background-color: #66c2e7;
}
.pro-content-navigation.hip-hop .pro-content-navigation-title {
  background-color: #66d2d6;
}
.pro-content-navigation.hip-hop .pro-content-navigation-title span:before {
  content: "";
  background-color: #66d2d6;
}
.pro-content-navigation.rnb .pro-content-navigation-title {
  background-color: #66c9ab;
}
.pro-content-navigation.rnb .pro-content-navigation-title span:before {
  content: "";
  background-color: #66c9ab;
}
.pro-content-navigation.latin .pro-content-navigation-title {
  background-color: #f4729b;
}
.pro-content-navigation.latin .pro-content-navigation-title span:before {
  content: "";
  background-color: #f4729b;
}
.pro-content-navigation.electronic .pro-content-navigation-title {
  background-color: #66d8ed;
}
.pro-content-navigation.electronic .pro-content-navigation-title span:before {
  content: "";
  background-color: #66d8ed;
}
.pro-content-navigation.rock .pro-content-navigation-title {
  background-color: #7baad5;
}
.pro-content-navigation.rock .pro-content-navigation-title span:before {
  content: "";
  background-color: #7baad5;
}
.pro-content-navigation.metal .pro-content-navigation-title {
  background-color: #798cc2;
}
.pro-content-navigation.metal .pro-content-navigation-title span:before {
  content: "";
  background-color: #798cc2;
}
.pro-content-navigation.punk .pro-content-navigation-title {
  background-color: #a281bd;
}
.pro-content-navigation.punk .pro-content-navigation-title span:before {
  content: "";
  background-color: #a281bd;
}
.pro-content-navigation.jazz .pro-content-navigation-title {
  background-color: #a6d78f;
}
.pro-content-navigation.jazz .pro-content-navigation-title span:before {
  content: "";
  background-color: #a6d78f;
}
.pro-content-navigation.reggae .pro-content-navigation-title {
  background-color: #fdd471;
}
.pro-content-navigation.reggae .pro-content-navigation-title span:before {
  content: "";
  background-color: #fdd471;
}
.pro-content-navigation.blues .pro-content-navigation-title {
  background-color: #66cd94;
}
.pro-content-navigation.blues .pro-content-navigation-title span:before {
  content: "";
  background-color: #66cd94;
}
.pro-content-navigation.classical .pro-content-navigation-title {
  background-color: #c9e188;
}
.pro-content-navigation.classical .pro-content-navigation-title span:before {
  content: "";
  background-color: #c9e188;
}
.pro-content-navigation.religious .pro-content-navigation-title {
  background-color: #e0e97f;
}
.pro-content-navigation.religious .pro-content-navigation-title span:before {
  content: "";
  background-color: #e0e97f;
}
.pro-content-navigation.european .pro-content-navigation-title {
  background-color: #f5907a;
}
.pro-content-navigation.european .pro-content-navigation-title span:before {
  content: "";
  background-color: #f5907a;
}
.pro-content-navigation.asian .pro-content-navigation-title {
  background-color: #fabc78;
}
.pro-content-navigation.asian .pro-content-navigation-title span:before {
  content: "";
  background-color: #fabc78;
}
.pro-content-navigation.middle-eastern .pro-content-navigation-title {
  background-color: #f0f070;
}
.pro-content-navigation.middle-eastern .pro-content-navigation-title span:before {
  content: "";
  background-color: #f0f070;
}
.pro-content-navigation.african .pro-content-navigation-title {
  background-color: #ffe566;
}
.pro-content-navigation.african .pro-content-navigation-title span:before {
  content: "";
  background-color: #ffe566;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .new-icon {
    margin-top: -6px;
  }
}
.pro-content-navigation .pro-content-navigation-title {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  background-color: #e8eced;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .pro-content-navigation-title {
    height: 120px;
  }
}
.pro-content-navigation .pro-content-navigation-title:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  bottom: 0;
  right: -200%;
  background-color: inherit;
  z-index: -1;
}
.pro-content-navigation .pro-content-navigation-title h1 {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .pro-content-navigation-title h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.pro-content-navigation .pro-content-navigation-title h1 span {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  line-height: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .pro-content-navigation-title h1 span {
    line-height: 32px;
  }
}
.pro-content-navigation .main-menu {
  background-color: #ffffff;
  padding: 12px 0 12px 24px;
  overflow-y: hidden;
  overflow-x: auto;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .main-menu.v2 {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation .main-menu {
    padding: 8px 24px;
  }
}
.pro-content-navigation .main-menu::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.pro-content-navigation .main-menu::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-content-navigation .main-menu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-content-navigation .main-menu .item {
  position: relative;
  z-index: 1;
}
.pro-content-navigation .main-menu .item.no-hover:hover > :before {
  content: none;
}
.pro-content-navigation .main-menu .item:hover > :before {
  content: "";
  background-color: #f4f6f6;
}
.pro-content-navigation .main-menu .item:hover .btn-pro-content-nav {
  color: #6889e2;
}
.pro-content-navigation .main-menu .item.align-to-right {
  margin-left: auto;
}
.pro-content-navigation .main-menu .item.active > :before {
  content: "";
}
.pro-content-navigation .main-menu .item > :before {
  border-radius: 4px;
  background-color: #e8eced;
  position: absolute;
  left: -12px;
  right: -12px;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.pro-content-navigation .main-menu .download-pdf {
  margin-top: 4px;
}
.pro-content-navigation .sub-menu {
  border-top: 2px solid #f4f6f6;
  background-color: #ffffff;
  padding: 4px 24px;
  overflow-y: visible;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .sub-menu {
    overflow-x: unset;
  }
}
.pro-content-navigation .sub-menu .btn {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  color: #707580;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.pro-content-navigation .sub-menu .btn:hover {
  color: #6889e2;
}
.pro-content-navigation .sub-menu .btn:disabled:hover {
  color: #707580;
}
.pro-content-navigation .sub-menu .btn.channel {
  padding-left: 24px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.pro-content-navigation .sub-menu .btn.channel.applemusic,
.pro-content-navigation .sub-menu .btn.channel.apple-music {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.amazonmusic,
.pro-content-navigation .sub-menu .btn.channel.amazon-music {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/amazon-music-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.spotify {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.deezer {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.shazam {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.youtube {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.soundcloud {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.twitter {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.facebook {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.tiktok {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.airplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.instagram {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.beatport {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/beatport-color.svg');
}
.pro-content-navigation .sub-menu .pro-search {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .sub-menu .pro-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 240px;
            flex: 0 1 240px;
    min-width: 240px;
  }
}
.pro-content-navigation .sub-menu .pro-search.show-results .pro-search-input {
  border-color: #6889e2;
}
.pro-content-navigation .sub-menu .pro-search .pro-search-wrapper,
.pro-content-navigation .sub-menu .pro-search .search-wrapper {
  width: 100%;
}
.pro-content-navigation .sub-menu .pro-search .pro-search-input {
  background-color: #f4f6f6;
  border-color: #f4f6f6;
  width: 100%;
}
.pro-content-navigation .sub-menu .pro-search .pro-search-input:focus {
  border-color: #6889e2;
}
.pro-content-navigation .sub-menu .pro-search .results {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f4f6f6;
}
.pro-content-navigation .sub-menu .pro-search .results.show {
  border: 1px solid #6889e2;
}
.pro-content-navigation .sub-menu .pro-search .results .result-item {
  padding: 4px 12px;
  cursor: pointer;
}
.pro-content-navigation .sub-menu .pro-search .results .result-item:hover {
  background-color: #f8f9fd;
}
.pro-content-navigation .sub-menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation .sub-menu ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}
.pro-content-navigation .icon-country {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  width: 24px;
  height: 24px;
  min-width: 24px;
  overflow: hidden;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation .icon-country {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-width: 4px;
  }
}
.pro-content-navigation .icon-country img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 20px;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation .icon-country img {
    top: -1px;
    width: 50px;
    margin-left: -25px;
    height: 34px;
  }
}
.pro-content-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pro-content-navigation ul .item {
  margin-right: 32px;
}
.pro-content-navigation ul .item:first-child {
  padding-left: 0;
}
.pro-content-navigation ul .item:last-child {
  margin: 0;
}
.pro-content-navigation ul .item.active .btn:not([disabled]):not(.disabled) {
  color: #000000;
}
.pro-content-navigation ul .item.active .btn:not([disabled]):not(.disabled):hover {
  color: #6889e2;
}
.pro-content-nav-options {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  max-width: 340px;
  min-width: 200px;
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pro-content-nav-options {
    margin-top: 38px;
  }
}
.pro-content-nav-options.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-content-nav-options.absolute {
  position: absolute;
  z-index: 100;
  top: 52px;
  bottom: auto;
  left: auto;
  right: auto;
}
.pro-content-nav-options.absolute.w320 {
  min-width: 320px;
}
.pro-content-nav-options:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  background-color: red;
  z-index: 4;
}
.pro-content-nav-options .zero-state {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding: 16px 20px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-nav-options .zero-state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pro-content-nav-options .zero-state strong {
  color: #000000;
  font-weight: 400;
  display: block;
}
.pro-content-nav-options .zero-state .btn-save-chart {
  pointer-events: none;
  cursor: default;
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-nav-options .zero-state .btn-save-chart {
    margin: 0 0 0 24px;
  }
}
.pro-content-nav-options .list-nav-options {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 8px;
  overflow-y: auto;
  max-height: 250px;
  /*> div {
			position: relative;
			z-index: 1;
			display: flex;
			flex-direction: column;
			align-items: center;
		}*/
}
@media only screen and (min-width: 768px) {
  .pro-content-nav-options .list-nav-options {
    max-height: 400px;
  }
}
.pro-content-nav-options .list-nav-options::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-content-nav-options .list-nav-options::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-content-nav-options .list-nav-options::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-content-nav-options .list-nav-options .nav-option-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}
.pro-content-nav-options .list-nav-options .nav-option-link.page {
  padding: 0;
}
.pro-content-nav-options .list-nav-options .nav-option-link.page figure:before {
  background-image: url('../images/svg/logo-v-black.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.viberate figure:before,
.pro-content-nav-options .list-nav-options .nav-option-link.analytics figure:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.instagram figure:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.youtube figure:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.airplay figure:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.social-media figure:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.tracks figure:before {
  background-image: url('../images/svg/tracks-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.audience figure:before {
  background-image: url('../images/svg/audience-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.spotify figure:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.deezer figure:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.tiktok figure:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.facebook figure:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.twitter figure:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.shazam figure:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.soundcloud figure:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.beatport figure:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link:hover:before,
.pro-content-nav-options .list-nav-options .nav-option-link:active:before {
  background-color: #f4f6f6;
  z-index: -1;
}
.pro-content-nav-options .list-nav-options .nav-option-link:hover h4,
.pro-content-nav-options .list-nav-options .nav-option-link:active h4 {
  color: #6889e2;
}
.pro-content-nav-options .list-nav-options .nav-option-link:before {
  border-radius: 4px;
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: 0;
}
.pro-content-nav-options .list-nav-options .nav-option-link > div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-content-nav-options .list-nav-options li {
  width: 100%;
}
.pro-content-nav-options .list-nav-options li + li {
  margin-top: 8px;
}
.pro-content-nav-options .list-nav-options figure {
  margin-top: 8px;
  margin-right: 16px;
  margin-left: 12px;
  white-space: nowrap;
}
.pro-content-nav-options .list-nav-options figure img {
  width: 16px;
  min-width: 16px;
}
.pro-content-nav-options .list-nav-options figure:before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-content-nav-options .list-nav-options h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  padding-right: 8px;
}
.pro-content-nav-options .list-nav-options p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding: 0 8px 0 0;
  margin: 0;
}
.value-change {
  border-radius: 999px;
  font-size: 0px;
  font-size: 0rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 1;
  color: #707580;
  background-color: #f0f1f2;
  padding: 3px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16px;
  min-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -ms-flex-item-align: start;
      align-self: start;
}
.value-change.none {
  font-size: 10px;
  font-size: 1rem;
  background: none;
}
.value-change.none:before {
  background-image: none;
}
.value-change.down {
  font-size: 10px;
  font-size: 1rem;
  background-color: #feecee;
  color: #e44561;
}
.value-change.down:before {
  background-image: url('../images/svg/icon-rankchange-down.svg');
  margin-right: 4px;
}
.value-change.up {
  font-size: 10px;
  font-size: 1rem;
  background-color: #e7fbef;
  color: #009b7d;
}
.value-change.up:before {
  background-image: url('../images/svg/icon-rankchange-up.svg');
  margin-right: 4px;
}
.value-change.new {
  font-size: 9px;
  font-size: 0.9rem;
  background-color: #ffe45d;
  color: #000000;
  text-transform: uppercase;
}
.value-change.new:before {
  content: none;
}
.value-change:empty:before {
  margin-right: 0;
}
.value-change:before {
  content: "";
  background-image: url('../images/svg/icon-rankchange-same.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  width: 6px;
  height: 6px;
  min-width: 6px;
  display: inline-block;
  vertical-align: baseline;
}
.table-charts-arrow-navigation {
  pointer-events: none;
  cursor: default;
  position: -webkit-sticky;
  position: sticky;
  bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  margin-top: -36px;
}
.table-charts-arrow-navigation button {
  pointer-events: all;
  cursor: pointer;
}
.table-charts-paywall {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 608px;
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .table-charts-paywall {
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall {
    padding: 0 80px;
  }
}
.table-charts-paywall.blurred {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.table-charts-paywall.top-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.table-charts-paywall.top-content article {
  padding-top: 30px;
}
.table-charts-paywall.fluid {
  padding: 0 30px;
}
.table-charts-paywall.fluid article {
  width: auto;
}
.table-charts-paywall.horizontal article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall.horizontal .paywall-content {
    width: 280px;
  }
}
.table-charts-paywall.horizontal .paywall-actions {
  padding-left: 24px;
}
.table-charts-paywall.horizontal p {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall .paywall-actions {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall article {
    width: 300px;
  }
}
.table-charts-paywall h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.table-charts-paywall p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 16px 0;
  padding: 0;
}
.table-charts {
  margin-bottom: 8px;
}
.table-charts.alt-small-11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.alt-small-11 td,
.table-charts.alt-small-11 th {
  padding-left: 6px;
  padding-right: 6px;
}
.table-charts.alt-small-11 .channel {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.alt-small-11 .value {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.alt-small-11 .entity h3 {
  font-size: 12px;
  font-size: 1.2rem;
}
.table-charts.alt-small-11 .entity article {
  margin-left: 8px;
}
.table-charts.alt-small-11 .country span {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.alt-small-11 .genres,
.table-charts.alt-small-11 .label {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.table-chart-venues.pro-table th:first-child,
.table-charts.table-chart-venues.pro-table td:first-child {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 200px;
  width: 100%;
}
.table-charts.table-chart-labels.pro-table th:first-child,
.table-charts.table-chart-labels.pro-table td:first-child {
  width: 72px;
  min-width: 72px;
  text-align: right;
}
.table-charts.table-chart-labels.pro-table th:first-child .loader-element-line,
.table-charts.table-chart-labels.pro-table td:first-child .loader-element-line {
  margin-left: auto;
}
.table-charts.table-chart-labels.pro-table th:nth-child(2),
.table-charts.table-chart-labels.pro-table td:nth-child(2) {
  min-width: 260px;
  width: 260px;
}
.table-charts.table-chart-labels.pro-table .genres {
  min-width: 0;
  max-width: none;
}
.table-charts.table-chart-festivals th:not([class]):nth-child(2),
.table-charts.table-chart-playlists th:not([class]):nth-child(2),
.table-charts.table-chart-festivals td:not([class]):nth-child(2),
.table-charts.table-chart-playlists td:not([class]):nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 68px;
  z-index: 1;
  min-width: 314px;
  width: 314px;
}
.table-charts.table-chart-tracks th:not([class]):nth-child(2),
.table-charts.table-chart-tracks td:not([class]):nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 68px;
  z-index: 1;
  min-width: 314px;
  width: 314px;
}
.table-charts.table-chart-tracks .genres {
  min-width: 0;
}
.table-charts.table-chart-watchlisted-tracks tr.syncing {
  position: relative;
}
.table-charts.table-chart-watchlisted-tracks tr.syncing:before {
  content: "";
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 240px;
  z-index: 1;
}
.table-charts.table-chart-watchlisted-tracks tr.syncing:after {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  content: "Reacquiring Track Data, Sync in progress";
  top: 0;
  right: 0;
  bottom: 0;
  left: 240px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-charts.table-chart-watchlisted-tracks th:not([class]):nth-child(1),
.table-charts.table-chart-watchlisted-tracks td:not([class]):nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  min-width: 240px;
  width: 240px;
}
.table-charts.table-chart-watchlisted-tracks th:not([class]):nth-child(2),
.table-charts.table-chart-watchlisted-tracks td:not([class]):nth-child(2) {
  position: static;
  left: 0;
  z-index: unset;
  min-width: unset;
  width: unset;
}
.table-charts.table-chart-watchlisted-tracks .entity.track article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-charts.animated {
  -webkit-animation: chart-animation 2s ease-in-out forwards;
  animation: chart-animation 2s ease-in-out forwards;
}
.table-charts.table-chart-trending-tracks.rank-with-info th:not([class]):first-child,
.table-charts.table-chart-trending-tracks.rank-with-info td:not([class]):first-child {
  width: 70px;
  min-width: 70px;
}
.table-charts.table-chart-trending-tracks.rank-with-info th:not([class]):nth-child(2),
.table-charts.table-chart-trending-tracks.rank-with-info td:not([class]):nth-child(2) {
  left: 70px;
}
.table-charts.table-chart-trending-tracks.pro-table th label.channel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}
.table-charts.table-chart-trending-tracks .graph-tooltip .year,
.table-charts.table-chart-trending-tracks .graph-tooltip .label-title {
  font-size: 8px !important;
  white-space: nowrap;
}
.table-charts.table-chart-trending-tracks .graph-tooltip .year {
  padding-bottom: 2px !important;
}
.table-charts.table-chart-trending-tracks .sorted-by .value,
.table-charts.table-chart-trending-tracks .sorted-by .sortable {
  font-weight: 500;
}
.table-charts.table-chart-trending-tracks .has-more-info {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  cursor: default;
}
.table-charts.table-chart-trending-tracks .has-more-info:hover .trending-chart-more-info-popup,
.table-charts.table-chart-trending-tracks .has-more-info:active .trending-chart-more-info-popup {
  display: block;
}
.table-charts.table-chart-trending-tracks .artists {
  font-size: 12px;
  font-size: 1.2rem;
}
.table-charts.table-chart-trending-tracks .entity.artist figure {
  width: 44px;
  min-width: 44px;
  height: 44px;
}
.table-charts.table-chart-trending-tracks .entity.artist .country-el {
  font-size: 11px;
  font-size: 1.1rem;
  color: #707580;
}
.table-charts.table-chart-trending-tracks .entity.track figure {
  width: 44px;
  min-width: 44px;
  height: 44px;
}
.table-charts.table-chart-trending-tracks .entity.track h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.table-charts.table-chart-trending-tracks .entity:not(.clickable):hover {
  cursor: default;
}
.table-charts.table-chart-trending-tracks .entity:not(.clickable):hover h3 {
  cursor: default;
  color: #000000;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre-wrapper {
  position: relative;
  width: 100%;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre-wrapper .more-info {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre-wrapper .value-artist-and-genre {
  padding-right: 16px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre.small {
  font-size: 9px;
  font-size: 0.9rem;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre.small .artist-el {
  line-height: 12px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre.small.small {
  margin-top: 4px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre.small .flag {
  width: 12px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .genre-el {
  line-height: 1;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .genre-el em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  color: #707580;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .artist-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .artist-el .flag {
  margin-right: 4px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .artist-el em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .city-el {
  padding-left: 19px;
  line-height: 1;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .city-el em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .country-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .country-el .flag {
  margin-right: 4px;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .country-el em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.table-charts.table-chart-trending-tracks .countries-wrapper {
  position: relative;
  width: 100%;
}
.table-charts.table-chart-trending-tracks .countries-wrapper .more-info {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.table-charts.table-chart-trending-tracks .value-top-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-charts.table-chart-trending-tracks .value-top {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.table-charts.table-chart-trending-tracks .value-top em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.table-charts.table-chart-trending-tracks .value-top .number {
  margin-left: auto;
  color: #707580;
}
.table-charts.table-chart-trending-tracks .value-top .entity.track figure {
  width: 20px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
}
.table-charts.table-chart-trending-tracks .value-top .entity figure {
  width: 14px;
  height: 14px;
  min-width: 14px;
  max-width: 14px;
}
.table-charts.table-chart-trending-tracks .value-top .entity article {
  margin-left: 4px;
}
.table-charts.table-chart-trending-tracks .value-top .entity h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
}
.table-charts.table-chart-trending-tracks tr:hover:not(.active) td:not(.sorted-by) {
  background-color: #ffffff;
}
.table-charts.table-chart-trending-tracks th.text-right {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.table-charts.table-chart-trending-tracks th:not([class]):first-child,
.table-charts.table-chart-trending-tracks td:not([class]):first-child {
  width: 60px;
  min-width: 60px;
}
.table-charts.table-chart-trending-tracks th:not([class]):nth-child(2),
.table-charts.table-chart-trending-tracks td:not([class]):nth-child(2) {
  left: 60px;
}
.table-charts.table-chart-trending-tracks td:not(:first-child) .value-change {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.pro-table {
  width: auto;
}
.table-charts.pro-table tr.no-border td {
  border: 0;
}
.table-charts.pro-table th,
.table-charts.pro-table td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-charts.pro-table td.text-right {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 12px;
}
.table-charts.pro-table td.text-right .value-change {
  -ms-flex-item-align: unset;
      align-self: unset;
}
.table-charts.pro-table th.text-right {
  text-align: right;
}
.table-charts.pro-table label.channel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  padding-left: 20px;
}
.table-charts.pro-table label.sortable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  padding-right: 16px;
}
.table-charts.full-width {
  width: 100%;
}
.table-charts.full-width.pro-table {
  width: 100%;
}
.table-charts.max-width {
  max-width: 1500px;
}
.table-charts.no-access.no-access-3 td:nth-child(3) {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.no-access.no-access-4 td:nth-child(3),
.table-charts.no-access.no-access-4 td:nth-child(4) {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.no-access.no-access-5 td:nth-child(3),
.table-charts.no-access.no-access-5 td:nth-child(4),
.table-charts.no-access.no-access-5 td:nth-child(5) {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.no-access td {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.no-access td:nth-child(1),
.table-charts.no-access td:nth-child(2) {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.flexit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-charts.flexit .collapsed {
  display: none;
}
.table-charts.flexit .collapsed.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-charts.flexit thead,
.table-charts.flexit tbody,
.table-charts.flexit tfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-charts.flexit thead,
.table-charts.flexit tbody {
  overflow: auto;
}
.table-charts.flexit thead::-webkit-scrollbar,
.table-charts.flexit tbody::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.table-charts.flexit thead::-webkit-scrollbar-track-piece,
.table-charts.flexit tbody::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.table-charts.flexit thead::-webkit-scrollbar-thumb,
.table-charts.flexit tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.table-charts.flexit thead {
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  z-index: 2;
}
.table-charts.flexit tbody::-webkit-scrollbar {
  height: 0px;
}
.table-charts.flexit tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 100%;
}
.table-charts.flexit th,
.table-charts.flexit td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts.flexit th:last-child,
.table-charts.flexit td:last-child {
  margin-right: 24px;
}
.table-charts.flexit td {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.table-charts.flexit .value + .value-change {
  margin-top: 4px;
}
.table-charts.is-scrolling th:nth-child(2):after,
.table-charts.is-scrolling td:nth-child(2):after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: transparent;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-clip-path: inset(0px -8px 0px 0px);
          clip-path: inset(0px -8px 0px 0px);
}
.table-charts .collapsed {
  display: none;
}
.table-charts .collapsed.show {
  display: table-row;
}
.table-charts tr {
  /*&:nth-child(even) {

			&:not(.active) {

				td {

					&:not(.sorted-by) {
						background-color: #fafafa;
					}
				}
			}
		}*/
}
.table-charts tr.selected td {
  background-color: #f8f9fd;
}
.table-charts tr.active td:not(.sorted-by),
.table-charts tr:hover td:not(.sorted-by) {
  background-color: #f8f9fd;
}
.table-charts th,
.table-charts td {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
.table-charts th.sorted-by,
.table-charts td.sorted-by {
  background-color: #F3F4FB;
}
.table-charts th.sorted-by [class="value"],
.table-charts td.sorted-by [class="value"],
.table-charts th.sorted-by .sortable,
.table-charts td.sorted-by .sortable {
  font-weight: 500;
}
.table-charts th:not([class]):nth-child(1),
.table-charts td:not([class]):nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  width: 68px;
  min-width: 68px;
  left: 0;
  z-index: 1;
  padding-right: 4px;
}
.table-charts th:not([class]):nth-child(2),
.table-charts td:not([class]):nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 68px;
  z-index: 1;
  min-width: 254px;
  width: 254px;
}
.table-charts th.v-top,
.table-charts td.v-top {
  vertical-align: top;
}
.table-charts th.l,
.table-charts td.l {
  text-align: left;
}
.table-charts th.c,
.table-charts td.c {
  text-align: center;
}
.table-charts th.r,
.table-charts td.r {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.table-charts th.r .value-change,
.table-charts td.r .value-change {
  self-align: flex-end;
}
.table-charts th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.table-charts th.fluid {
  min-width: unset;
}
.table-charts .i {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 4px;
}
.table-charts .button.button-chart-table {
  padding-left: 0;
  padding-right: 0;
  width: 90px;
}
.table-charts .entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: normal !important;
}
.table-charts .entity:hover {
  cursor: pointer;
}
.table-charts .entity:hover figure button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.table-charts .entity:hover h3 {
  color: #6889e2;
  cursor: pointer;
}
.table-charts .entity.artist figure {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  min-width: 64px;
}
.table-charts .entity.track {
  max-width: 280px;
}
.table-charts .entity.track .loader-element-group.no-border {
  border-radius: 0px;
}
.table-charts .entity.track article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.table-charts .entity.track .authors .img {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid ;
}
.table-charts .entity.track .authors:hover + h3,
.table-charts .entity.track .authors:hover + a {
  color: #000000;
}
.table-charts .entity.track .authors:hover + a h3 {
  color: #000000;
}
.table-charts .entity.track .authors a:hover,
.table-charts .entity.track .authors a:active {
  color: #6889e2;
}
.table-charts .entity.festival .loader-element-group.no-border,
.table-charts .entity.venue .loader-element-group.no-border {
  border-radius: 0px;
}
.table-charts .entity.festival figure,
.table-charts .entity.venue figure {
  height: 48px;
  background-position: center;
}
.table-charts .entity.festival article,
.table-charts .entity.venue article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.table-charts .entity.festival .location,
.table-charts .entity.venue .location {
  -ms-flex-item-align: self-start;
      align-self: self-start;
}
.table-charts .entity.festival .location:hover + a h3,
.table-charts .entity.venue .location:hover + a h3 {
  color: #000000;
}
.table-charts .entity.playlist:hover h3:after,
.table-charts .entity.playlist:active h3:after {
  content: "";
  background-image: url('../images/svg/icon-link-blue-roll.svg');
}
.table-charts .entity.playlist h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts .entity.playlist h3:after {
  display: inline-block;
  white-space: nowrap;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  background-image: url('../images/svg/icon-link-blue.svg');
  margin-left: 8px;
}
.table-charts .entity.playlist h3 span {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.table-charts .entity.playlist figure {
  width: 64px;
  height: 64px;
  min-width: 64px;
}
.table-charts .entity.playlist .authors {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.table-charts .entity figure {
  pointer-events: none;
  cursor: default;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e8eced;
}
.table-charts .entity figure:hover + article h3 {
  color: #000000;
}
.table-charts .entity figure button {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.table-charts .entity figure button:hover {
  pointer-events: all;
  cursor: pointer;
}
.table-charts .entity figure button + button {
  margin-left: 4px;
}
.table-charts .entity article {
  margin-left: 16px;
}
.table-charts .entity h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
}
.table-charts .entity .authors {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.table-charts .entity .location {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #707580;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
}
.table-charts .entity .location:hover,
.table-charts .entity .location:active {
  background-image: url('../images/svg/location-blue-roll.svg');
  color: #6889e2;
}
.table-charts .entity .location span {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 16px;
}
.table-charts .entity .loc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-charts .entity .authors-wrapper {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 28px;
  line-height: 12px;
  gap: 2px 8px;
}
.table-charts .entity .author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts .entity .author .author-name {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.table-charts .entity .author img {
  min-width: 12px;
  margin-left: 4px;
}
.table-charts .mini-badges {
  margin-top: 4px;
}
.table-charts .mini-badges .claimed-icon {
  margin-left: 0;
}
.table-charts .mini-badges .claimed-icon + .mini-badge {
  margin-left: 4px;
}
.table-charts .mini-badges .mini-badge {
  cursor: inherit;
}
.table-charts .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.table-charts .genres {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  min-width: 126px;
  max-width: 126px;
}
.table-charts .label {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
}
.table-charts .artists {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  min-width: 126px;
  max-width: 126px;
}
.table-charts .city {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000000;
  min-width: 126px;
  max-width: 126px;
}
.table-charts .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts .country span {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 4px;
}
.table-charts .value {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  display: block;
}
.table-charts .value.grey {
  color: #707580;
}
.table-charts .value.red {
  color: #e44561;
}
.table-charts .value.quantity {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  font-weight: 300;
  display: inline-block;
}
.table-charts .value.quantity + .value {
  margin-top: 4px;
}
.table-charts .value.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.table-charts .value.links img {
  min-width: 12px;
  width: 12px;
  height: 12px;
}
.table-charts .w-1 {
  width: 1px;
  max-width: unset !important;
}
.table-charts .w-40 {
  min-width: 40px;
  max-width: 40px;
  width: 40px;
}
.table-charts .w-50 {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}
.table-charts .w-60 {
  min-width: 60px;
  max-width: 60px;
  width: 60px;
}
.table-charts .w-70 {
  min-width: 70px;
  max-width: 70px;
  width: 70px;
}
.table-charts .w-80 {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
}
.table-charts .w-90 {
  min-width: 90px;
  max-width: 90px;
  width: 90px;
}
.table-charts .w-100 {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}
.table-charts .w-105 {
  min-width: 105px;
  max-width: 105px;
  width: 105px;
}
.table-charts .w-110 {
  min-width: 110px;
  max-width: 110px;
  width: 110px;
}
.table-charts .w-115 {
  min-width: 115px;
  max-width: 115px;
  width: 115px;
}
.table-charts .w-120 {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
}
.table-charts .w-125 {
  min-width: 125px;
  max-width: 125px;
  width: 125px;
}
.table-charts .w-130 {
  min-width: 130px;
  max-width: 130px;
  width: 130px;
}
.table-charts .w-135 {
  min-width: 135px;
  max-width: 135px;
  width: 135px;
}
.table-charts .w-140 {
  min-width: 140px;
  max-width: 140px;
  width: 140px;
}
.table-charts .w-150 {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.table-charts .w-160 {
  min-width: 160px;
  max-width: 160px;
  width: 160px;
}
.table-charts .w-170 {
  min-width: 170px;
  max-width: 170px;
  width: 170px;
}
.table-charts .w-180 {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}
.table-charts .w-190 {
  min-width: 190px;
  max-width: 190px;
  width: 190px;
}
.table-charts .w-200 {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}
.table-charts .w-210 {
  min-width: 210px;
  max-width: 210px;
  width: 210px;
}
.table-charts .w-220 {
  min-width: 220px;
  max-width: 220px;
  width: 220px;
}
.table-charts .w-230 {
  min-width: 230px;
  max-width: 230px;
  width: 230px;
}
.table-charts .w-240 {
  min-width: 240px;
  max-width: 240px;
  width: 240px;
}
.table-charts .w-250 {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}
.table-charts .w-260 {
  min-width: 260px;
  max-width: 260px;
  width: 260px;
}
.table-charts .w-270 {
  min-width: 270px;
  max-width: 270px;
  width: 270px;
}
.table-charts .w-280 {
  min-width: 280px;
  max-width: 280px;
  width: 280px;
}
.table-charts .w-290 {
  min-width: 290px;
  max-width: 290px;
  width: 290px;
}
.table-charts .w-300 {
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}
.table-charts .fluid {
  max-width: none;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.table-charts input[type="checkbox"].custom-toggle-pro + label {
  border-radius: 8px;
  width: 30px;
  height: 16px;
  background-color: #BECBD0;
}
.table-charts input[type="checkbox"].custom-toggle-pro + label:before {
  left: calc(100% - 28px);
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #707580;
  margin-top: -6px;
}
.table-charts input[type="checkbox"].custom-toggle-pro:checked + label {
  background-color: #CAE1FF;
}
.table-charts input[type="checkbox"].custom-toggle-pro:checked + label:before {
  left: 16px;
  background-color: #4e63ce;
}
.table-charts .graph {
  position: relative;
  width: 100%;
  z-index: 0;
}
.table-charts .graph [data-highcharts-chart] {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
.table-charts .graph .highcharts-container {
  overflow: visible !important;
}
.table-charts .graph svg {
  overflow: visible !important;
}
.table-charts .graph svg .highcharts-tooltip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.table-charts .graph text.highcharts-credits {
  display: none;
}
.table-charts .graph .highcharts-data-labels span {
  min-width: 20px;
}
.table-charts .graph-tooltip.has-shadow {
  padding: 2px 4px !important;
}
.table-charts .graph-tooltip.has-shadow .label-title {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 !important;
}
.table-charts .graph-tooltip.has-shadow .label-title strong {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
}
.table-charts .has-more-info {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  cursor: default;
}
#my-chart {
  width: 82px;
  height: 42px;
  margin: 0;
  overflow: visible;
}
#my-chart tbody {
  overflow: visible;
}
#my-chart td {
  padding: 0;
  width: auto;
  min-width: unset;
  position: absolute;
  margin: 0;
  border: 0;
  text-align: unset;
  vertical-align: unset;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
#my-chart td:first-child:hover {
  z-index: 10;
  cursor: default;
}
#my-chart td:first-child + td {
  z-index: 1;
}
#my-chart .tooltip {
  border-radius: 4px;
  font-size: 9px;
  font-size: 0.9rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 2px 4px;
  background-color: #ffffff;
  color: #000000;
  width: auto;
  height: auto;
  white-space: nowrap;
  line-height: 1;
  z-index: 100;
}
#my-chart .tooltip:after {
  content: none;
}
.trending-tracks-no-access {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.trending-tracks-no-access article {
  display: inline-block;
  padding: 0 16px;
  text-align: center;
}
.trending-tracks-no-access h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 24px 0;
}
.trending-tracks-no-access p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  max-width: 350px;
  padding: 0;
  margin: 0;
}
.pro-table-wrapper-with-paywall {
  position: relative;
}
.pro-table-wrapper-with-paywall .paywall-article {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.pro-table-wrapper-with-paywall .paywall-article .actions {
  padding: 0;
}
.pro-table-pagination {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  padding: 16px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.pro-table-pagination .btn-pagination {
  border-radius: 9999px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  color: #4e63ce;
  border: 0;
  padding: 0 4px;
  width: auto;
  height: 20px;
  min-width: 20px;
  vertical-align: middle;
  margin: 0;
  font-weight: 600;
  line-height: 1;
}
.pro-table-pagination .btn-pagination:disabled,
.pro-table-pagination .btn-pagination.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: none;
  cursor: default;
  color: #D5DDE0;
}
.pro-table-pagination .btn-pagination.active {
  background-color: #4e63ce;
  color: #ffffff;
}
.pro-table-pagination .btn-pagination:hover {
  background-color: #6889e2;
  color: #ffffff;
}
.pro-table-pagination .btn-pagination.prev,
.pro-table-pagination .btn-pagination.next {
  font-size: 0px;
  font-size: 0rem;
  background-size: 5px;
}
.pro-table-pagination .btn-pagination.prev {
  background-image: url('../images/svg/chevron-left-blue.svg');
}
.pro-table-pagination .btn-pagination.prev.disabled,
.pro-table-pagination .btn-pagination.prev:disabled {
  background-image: url('../images/svg/chevron-left-disabled.svg');
}
.pro-table-pagination .btn-pagination.prev:hover {
  background-image: url('../images/svg/chevron-left-blue-roll.svg');
  background-color: transparent;
}
.pro-table-pagination .btn-pagination.next {
  background-image: url('../images/svg/chevron-right-blue.svg');
}
.pro-table-pagination .btn-pagination.next.disabled,
.pro-table-pagination .btn-pagination.next:disabled {
  background-image: url('../images/svg/chevron-right-disabled.svg');
}
.pro-table-pagination .btn-pagination.next:hover {
  background-image: url('../images/svg/chevron-right-blue-roll.svg');
  background-color: transparent;
}
.pro-table-pagination label {
  font-size: inherit;
  color: #707580;
  display: inline-block;
  vertical-align: middle;
}
.pro-table-pagination .items-per-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-table-pagination .items-per-page + label {
  margin-left: 24px;
}
.pro-table-pagination .items-per-page .pro-custom-select {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 4px;
  width: 42px;
}
.pro-table-pagination .items-per-page .pro-custom-select .selected-option {
  font-size: 10px;
  font-size: 1rem;
  height: 20px;
  line-height: 20px;
  right: 10px;
}
.pro-table-pagination .items-per-page .pro-custom-select .selected-option span {
  padding-left: 8px;
}
.pro-table-pagination .items-per-page .pro-custom-select .selected-wrapper {
  height: 20px;
}
.pro-table-pagination .items-per-page .pro-custom-select .selected-wrapper:after {
  right: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #4e63ce;
  margin-top: -2px;
}
.pro-table-pagination .items-per-page .pro-custom-select .results {
  font-size: 10px;
  font-size: 1rem;
  top: 20px;
}
.pro-table-pagination .items-per-page .pro-custom-select .results li {
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 16px;
  position: relative;
}
.pro-table-pagination .items-per-page .pro-custom-select .results li:hover:before {
  content: "";
  background-color: #f4f6f6;
}
.pro-table-pagination .items-per-page .pro-custom-select .results li.active:before {
  content: "";
  background-color: #f8f9fd;
}
.pro-table-pagination .items-per-page .pro-custom-select .results li:before {
  border-radius: 2px;
  position: absolute;
  left: 4px;
  top: 0;
  right: 4px;
  bottom: 0;
  background-color: #f4f6f6;
  z-index: -1;
}
.pro-search {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-search.show-results .pro-search-input {
  border-radius: 4px 4px 0 0;
  border-color: #6889e2;
}
.pro-search.show-results .results {
  display: block;
  border: 1px solid #6889e2;
}
.pro-search.loading:before,
.pro-search.loading:after {
  content: none;
}
.pro-search.loading .search-wrapper:before {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/loader-ani-black.svg');
  z-index: 1;
}
.pro-search.w-150 {
  width: 150px;
}
.pro-search.w-200 {
  width: 200px;
}
.pro-search.w-240 {
  width: 240px;
}
.pro-search.w-260 {
  width: 260px;
}
.pro-search.w-280 {
  width: 280px;
}
.pro-search.w-300 {
  width: 300px;
}
.pro-search.w-320 {
  width: 320px;
}
.pro-search.w-340 {
  width: 340px;
}
.pro-search.results-left .results {
  left: auto;
  right: 0;
}
.pro-search.no-border-results.r-w-360 {
  min-width: 240px;
}
.pro-search.no-border-results.r-w-360 .results {
  right: unset;
  max-width: 360px;
  min-width: 360px;
}
.pro-search.no-border-results.r-w-400 {
  min-width: 240px;
}
.pro-search.no-border-results.r-w-400 .results {
  right: unset;
  max-width: 400px;
  min-width: 400px;
}
.pro-search.no-border-results.r-w-420 {
  min-width: 240px;
}
.pro-search.no-border-results.r-w-420 .results {
  right: unset;
  max-width: 420px;
  min-width: 420px;
}
.pro-search.no-border-results.results-left .results {
  right: 0;
}
.pro-search.no-border-results.show-results .pro-search-input {
  border-radius: 4px;
}
.pro-search.no-border-results .results {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 12px 12px 0 12px;
  border: 0;
  top: 32px;
  max-height: 280px;
  z-index: 2;
}
.pro-search.no-border-results .results .result-item:not(.divider):hover,
.pro-search.no-border-results .results .result-item:not(.divider):active {
  border-radius: 4px;
  background-color: #f4f6f6;
}
.pro-search.no-border-results .results .result-item.divider {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pro-search.has-border .pro-search-input {
  border: 1px solid #d5dde0;
}
.pro-search .zero-state {
  pointer-events: none;
  cursor: default;
  color: #707580 !important;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pro-search .country {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
}
.pro-search .search-wrapper {
  position: relative;
}
.pro-search .pro-search-input {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  height: 32px;
  width: 100%;
  padding: 0 26px 0 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-image: url('../images/svg/search.svg');
  background-size: 16px;
  border: 1px solid #f4f6f6;
  background-color: #f4f6f6;
}
.pro-search .pro-search-input:disabled {
  background-image: url('../images/svg/search-pro-table-disabled.svg'), url('../images/svg/lock-disabled.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: left 8px center, right 8px center;
  background-size: 16px, 10px;
}
.pro-search .pro-search-input:focus {
  border-color: #6889e2;
}
.pro-search .results {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 0 0 4px 4px;
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  max-height: 200px;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  z-index: 1;
  text-align: left;
  padding: 4px 0;
}
.pro-search .results.show {
  display: block;
}
.pro-search .results::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-search .results::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-search .results::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-search .results:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 2;
}
.pro-search .results .result-item {
  padding: 4px 0;
  line-height: 16px;
}
.pro-search .results .result-item.divider {
  padding: 8px 0;
}
.pro-search .results .result-item.divider:before {
  pointer-events: none;
  cursor: default;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #4e63ce;
}
.pro-search .results .result-item.disabled {
  pointer-events: none;
  cursor: default;
  color: #D5DDE0;
}
.pro-search .results .result-item.disabled .flag {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.pro-search .results .result-item.disabled input[type="checkbox"].pro-custom-checkbox + label,
.pro-search .results .result-item.disabled input[type="radio"].pro-custom-checkbox + label,
.pro-search .results .result-item.disabled input[type="checkbox"].pro-custom-radio + label,
.pro-search .results .result-item.disabled input[type="radio"].pro-custom-radio + label {
  color: #D5DDE0;
}
.pro-search .results .result-item.disabled input[type="checkbox"].pro-custom-checkbox + label:before,
.pro-search .results .result-item.disabled input[type="radio"].pro-custom-checkbox + label:before,
.pro-search .results .result-item.disabled input[type="checkbox"].pro-custom-radio + label:before,
.pro-search .results .result-item.disabled input[type="radio"].pro-custom-radio + label:before {
  border-color: #D5DDE0;
}
.pro-search .results .result-item.selected {
  background-color: #e8eced;
  border-radius: 4px;
}
.pro-search .results .result-item.removable .card-micro article {
  width: calc(100% - 24px);
}
.pro-search .results .result-item.removable .track-actions {
  margin-left: auto;
}
.pro-search .results .result-item:hover {
  color: #6889e2;
}
.pro-search .results .result-item.label-title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding: 4px 8px;
}
.pro-search .results .result-item label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.pro-search .results .result-item .city-row {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-search .results .result-item .city-row .city-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-search .results .result-item .city-row .country-flag {
  font-size: 10px;
  font-size: 1rem;
  width: 45px;
  min-width: 45px;
  text-transform: uppercase;
}
.pro-search .results .result-item .country-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-search .results .result-item .country-label .flag {
  margin-right: 4px;
}
.pro-search .results .result-item .country-label em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  margin-top: 1px;
}
.pro-search .results .result-item .card-micro.small h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: block;
}
.pro-search .results .result-item .card-micro.small .artists {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  display: block;
}
.pro-search .results .result-item .card-micro.small article {
  min-width: unset;
}
.pro-search .results.show {
  display: block;
}
.pro-search .results .entity-search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 4px;
  cursor: pointer;
}
.pro-search .results .entity-search-result.artist figure {
  border-radius: 50%;
}
.pro-search .results .entity-search-result figure {
  min-width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro-search .results .entity-search-result article {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pro-search .results .entity-search-result h3 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
}
.pro-search .results .entity-search-result h3 em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  display: block;
}
.pro-search .results .entity-search-result .artists,
.pro-search .results .entity-search-result .location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  color: #707580;
}
.pro-search .results .entity-search-result .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  overflow: hidden;
}
.pro-search .results .entity-search-result .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
}
.pro-search .results .entity-search-result .tags {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.pro-search .results .entity-search-result .tags .pro-tag {
  color: #000000;
}
input[type="checkbox"].pro-custom-checkbox,
input[type="radio"].pro-custom-checkbox,
input[type="checkbox"].pro-custom-radio,
input[type="radio"].pro-custom-radio {
  position: absolute;
  z-index: -1;
  left: -100px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type="checkbox"].pro-custom-checkbox.spotify:disabled + label,
input[type="radio"].pro-custom-checkbox.spotify:disabled + label,
input[type="checkbox"].pro-custom-radio.spotify:disabled + label,
input[type="radio"].pro-custom-radio.spotify:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.spotify:disabled + label:before,
input[type="radio"].pro-custom-checkbox.spotify:disabled + label:before,
input[type="checkbox"].pro-custom-radio.spotify:disabled + label:before,
input[type="radio"].pro-custom-radio.spotify:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.spotify + label:before,
input[type="radio"].pro-custom-checkbox.spotify + label:before,
input[type="checkbox"].pro-custom-radio.spotify + label:before,
input[type="radio"].pro-custom-radio.spotify + label:before {
  border-color: #1db954;
}
input[type="checkbox"].pro-custom-checkbox.spotify:checked + label:after,
input[type="radio"].pro-custom-checkbox.spotify:checked + label:after,
input[type="checkbox"].pro-custom-radio.spotify:checked + label:after,
input[type="radio"].pro-custom-radio.spotify:checked + label:after {
  background-color: #1db954;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-1 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.youtube-1 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.youtube-1 + label:before,
input[type="radio"].pro-custom-radio.youtube.youtube-1 + label:before {
  border-color: #FF4C4C;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-1:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.youtube-1:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.youtube-1:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.youtube-1:checked + label:after {
  background-color: #FF4C4C;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-2 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.youtube-2 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.youtube-2 + label:before,
input[type="radio"].pro-custom-radio.youtube.youtube-2 + label:before {
  border-color: #FF7F7F;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-2:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.youtube-2:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.youtube-2:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.youtube-2:checked + label:after {
  background-color: #FF7F7F;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-3 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.youtube-3 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.youtube-3 + label:before,
input[type="radio"].pro-custom-radio.youtube.youtube-3 + label:before {
  border-color: #ff9999;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-3:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.youtube-3:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.youtube-3:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.youtube-3:checked + label:after {
  background-color: #ff9999;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-4 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.youtube-4 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.youtube-4 + label:before,
input[type="radio"].pro-custom-radio.youtube.youtube-4 + label:before {
  border-color: #ffadad;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-4:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.youtube-4:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.youtube-4:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.youtube-4:checked + label:after {
  background-color: #ffadad;
}
input[type="checkbox"].pro-custom-checkbox.youtube:disabled + label,
input[type="radio"].pro-custom-checkbox.youtube:disabled + label,
input[type="checkbox"].pro-custom-radio.youtube:disabled + label,
input[type="radio"].pro-custom-radio.youtube:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.youtube:disabled + label:before,
input[type="radio"].pro-custom-checkbox.youtube:disabled + label:before,
input[type="checkbox"].pro-custom-radio.youtube:disabled + label:before,
input[type="radio"].pro-custom-radio.youtube:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.youtube + label:before,
input[type="radio"].pro-custom-checkbox.youtube + label:before,
input[type="checkbox"].pro-custom-radio.youtube + label:before,
input[type="radio"].pro-custom-radio.youtube + label:before {
  border-color: #ff0000;
}
input[type="checkbox"].pro-custom-checkbox.youtube:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube:checked + label:after,
input[type="radio"].pro-custom-radio.youtube:checked + label:after {
  background-color: #ff0000;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-1 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.yt-1 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.yt-1 + label:before,
input[type="radio"].pro-custom-radio.youtube.yt-1 + label:before {
  border-color: #CC1111;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-1:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.yt-1:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.yt-1:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.yt-1:checked + label:after {
  background-color: #CC1111;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-2 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.yt-2 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.yt-2 + label:before,
input[type="radio"].pro-custom-radio.youtube.yt-2 + label:before {
  border-color: #FF0000;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-2:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.yt-2:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.yt-2:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.yt-2:checked + label:after {
  background-color: #FF0000;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-3 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.yt-3 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.yt-3 + label:before,
input[type="radio"].pro-custom-radio.youtube.yt-3 + label:before {
  border-color: #FF7575;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-3:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.yt-3:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.yt-3:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.yt-3:checked + label:after {
  background-color: #FF7575;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-4 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.yt-4 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.yt-4 + label:before,
input[type="radio"].pro-custom-radio.youtube.yt-4 + label:before {
  border-color: #FFB6B6;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-4:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.yt-4:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.yt-4:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.yt-4:checked + label:after {
  background-color: #FFB6B6;
}
input[type="checkbox"].pro-custom-checkbox.instagram:disabled + label,
input[type="radio"].pro-custom-checkbox.instagram:disabled + label,
input[type="checkbox"].pro-custom-radio.instagram:disabled + label,
input[type="radio"].pro-custom-radio.instagram:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.instagram:disabled + label:before,
input[type="radio"].pro-custom-checkbox.instagram:disabled + label:before,
input[type="checkbox"].pro-custom-radio.instagram:disabled + label:before,
input[type="radio"].pro-custom-radio.instagram:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.instagram + label:before,
input[type="radio"].pro-custom-checkbox.instagram + label:before,
input[type="checkbox"].pro-custom-radio.instagram + label:before,
input[type="radio"].pro-custom-radio.instagram + label:before {
  border-color: #c13684;
}
input[type="checkbox"].pro-custom-checkbox.instagram:checked + label:after,
input[type="radio"].pro-custom-checkbox.instagram:checked + label:after,
input[type="checkbox"].pro-custom-radio.instagram:checked + label:after,
input[type="radio"].pro-custom-radio.instagram:checked + label:after {
  background-color: #c13684;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.facebook:disabled + label,
input[type="radio"].pro-custom-checkbox.facebook:disabled + label,
input[type="checkbox"].pro-custom-radio.facebook:disabled + label,
input[type="radio"].pro-custom-radio.facebook:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.facebook:disabled + label:before,
input[type="radio"].pro-custom-checkbox.facebook:disabled + label:before,
input[type="checkbox"].pro-custom-radio.facebook:disabled + label:before,
input[type="radio"].pro-custom-radio.facebook:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.facebook + label:before,
input[type="radio"].pro-custom-checkbox.facebook + label:before,
input[type="checkbox"].pro-custom-radio.facebook + label:before,
input[type="radio"].pro-custom-radio.facebook + label:before {
  border-color: #1877f2;
}
input[type="checkbox"].pro-custom-checkbox.facebook:checked + label:after,
input[type="radio"].pro-custom-checkbox.facebook:checked + label:after,
input[type="checkbox"].pro-custom-radio.facebook:checked + label:after,
input[type="radio"].pro-custom-radio.facebook:checked + label:after {
  background-color: #1877f2;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.deezer:disabled + label,
input[type="radio"].pro-custom-checkbox.deezer:disabled + label,
input[type="checkbox"].pro-custom-radio.deezer:disabled + label,
input[type="radio"].pro-custom-radio.deezer:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.deezer:disabled + label:before,
input[type="radio"].pro-custom-checkbox.deezer:disabled + label:before,
input[type="checkbox"].pro-custom-radio.deezer:disabled + label:before,
input[type="radio"].pro-custom-radio.deezer:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.deezer + label:before,
input[type="radio"].pro-custom-checkbox.deezer + label:before,
input[type="checkbox"].pro-custom-radio.deezer + label:before,
input[type="radio"].pro-custom-radio.deezer + label:before {
  border-color: #a138fd;
}
input[type="checkbox"].pro-custom-checkbox.deezer:checked + label:after,
input[type="radio"].pro-custom-checkbox.deezer:checked + label:after,
input[type="checkbox"].pro-custom-radio.deezer:checked + label:after,
input[type="radio"].pro-custom-radio.deezer:checked + label:after {
  background-color: #a138fd;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.twitter:disabled + label,
input[type="radio"].pro-custom-checkbox.twitter:disabled + label,
input[type="checkbox"].pro-custom-radio.twitter:disabled + label,
input[type="radio"].pro-custom-radio.twitter:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.twitter:disabled + label:before,
input[type="radio"].pro-custom-checkbox.twitter:disabled + label:before,
input[type="checkbox"].pro-custom-radio.twitter:disabled + label:before,
input[type="radio"].pro-custom-radio.twitter:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.twitter + label:before,
input[type="radio"].pro-custom-checkbox.twitter + label:before,
input[type="checkbox"].pro-custom-radio.twitter + label:before,
input[type="radio"].pro-custom-radio.twitter + label:before {
  border-color: #00acee;
}
input[type="checkbox"].pro-custom-checkbox.twitter:checked + label:after,
input[type="radio"].pro-custom-checkbox.twitter:checked + label:after,
input[type="checkbox"].pro-custom-radio.twitter:checked + label:after,
input[type="radio"].pro-custom-radio.twitter:checked + label:after {
  background-color: #00acee;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.soundcloud:disabled + label,
input[type="radio"].pro-custom-checkbox.soundcloud:disabled + label,
input[type="checkbox"].pro-custom-radio.soundcloud:disabled + label,
input[type="radio"].pro-custom-radio.soundcloud:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud:disabled + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud:disabled + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud:disabled + label:before,
input[type="radio"].pro-custom-radio.soundcloud:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud + label:before,
input[type="radio"].pro-custom-radio.soundcloud + label:before {
  border-color: #ff6400;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud:checked + label:after {
  background-color: #ff6400;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-1 + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-1 + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-1 + label:before,
input[type="radio"].pro-custom-radio.soundcloud.sc-1 + label:before {
  border-color: #E55900;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-1:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-1:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-1:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud.sc-1:checked + label:after {
  background-color: #E55900;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-2 + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-2 + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-2 + label:before,
input[type="radio"].pro-custom-radio.soundcloud.sc-2 + label:before {
  border-color: #FF6400;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-2:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-2:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-2:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud.sc-2:checked + label:after {
  background-color: #FF6400;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-3 + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-3 + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-3 + label:before,
input[type="radio"].pro-custom-radio.soundcloud.sc-3 + label:before {
  border-color: #FFA973;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-3:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-3:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-3:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud.sc-3:checked + label:after {
  background-color: #FFA973;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-4 + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-4 + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-4 + label:before,
input[type="radio"].pro-custom-radio.soundcloud.sc-4 + label:before {
  border-color: #FFD0B3;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-4:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-4:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-4:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud.sc-4:checked + label:after {
  background-color: #FFD0B3;
}
input[type="checkbox"].pro-custom-checkbox.tiktok:disabled + label,
input[type="radio"].pro-custom-checkbox.tiktok:disabled + label,
input[type="checkbox"].pro-custom-radio.tiktok:disabled + label,
input[type="radio"].pro-custom-radio.tiktok:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.tiktok:disabled + label:before,
input[type="radio"].pro-custom-checkbox.tiktok:disabled + label:before,
input[type="checkbox"].pro-custom-radio.tiktok:disabled + label:before,
input[type="radio"].pro-custom-radio.tiktok:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.tiktok + label:before,
input[type="radio"].pro-custom-checkbox.tiktok + label:before,
input[type="checkbox"].pro-custom-radio.tiktok + label:before,
input[type="radio"].pro-custom-radio.tiktok + label:before {
  border-color: #3cdae5;
}
input[type="checkbox"].pro-custom-checkbox.tiktok:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok:checked + label:after {
  background-color: #3cdae5;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-1 + label:before,
input[type="radio"].pro-custom-checkbox.tiktok.tt-1 + label:before,
input[type="checkbox"].pro-custom-radio.tiktok.tt-1 + label:before,
input[type="radio"].pro-custom-radio.tiktok.tt-1 + label:before {
  border-color: #408086;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-1:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok.tt-1:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok.tt-1:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok.tt-1:checked + label:after {
  background-color: #408086;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-2 + label:before,
input[type="radio"].pro-custom-checkbox.tiktok.tt-2 + label:before,
input[type="checkbox"].pro-custom-radio.tiktok.tt-2 + label:before,
input[type="radio"].pro-custom-radio.tiktok.tt-2 + label:before {
  border-color: #3DADB4;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-2:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok.tt-2:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok.tt-2:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok.tt-2:checked + label:after {
  background-color: #3DADB4;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-3 + label:before,
input[type="radio"].pro-custom-checkbox.tiktok.tt-3 + label:before,
input[type="checkbox"].pro-custom-radio.tiktok.tt-3 + label:before,
input[type="radio"].pro-custom-radio.tiktok.tt-3 + label:before {
  border-color: #3CDAE5;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-3:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok.tt-3:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok.tt-3:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok.tt-3:checked + label:after {
  background-color: #3CDAE5;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-4 + label:before,
input[type="radio"].pro-custom-checkbox.tiktok.tt-4 + label:before,
input[type="checkbox"].pro-custom-radio.tiktok.tt-4 + label:before,
input[type="radio"].pro-custom-radio.tiktok.tt-4 + label:before {
  border-color: #B4ECEE;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-4:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok.tt-4:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok.tt-4:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok.tt-4:checked + label:after {
  background-color: #B4ECEE;
}
input[type="checkbox"].pro-custom-checkbox + label,
input[type="radio"].pro-custom-checkbox + label,
input[type="checkbox"].pro-custom-radio + label,
input[type="radio"].pro-custom-radio + label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  min-height: 16px;
  text-transform: none;
  position: relative;
  padding-left: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #000000;
}
input[type="checkbox"].pro-custom-checkbox + label:before,
input[type="radio"].pro-custom-checkbox + label:before,
input[type="checkbox"].pro-custom-radio + label:before,
input[type="radio"].pro-custom-radio + label:before {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #4e63ce;
}
input[type="checkbox"].pro-custom-checkbox + label:after,
input[type="radio"].pro-custom-checkbox + label:after,
input[type="checkbox"].pro-custom-radio + label:after,
input[type="radio"].pro-custom-radio + label:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
input[type="checkbox"].pro-custom-radio + label:before,
input[type="radio"].pro-custom-radio + label:before {
  border-radius: 50%;
}
input[type="checkbox"].pro-custom-checkbox:disabled + label,
input[type="radio"].pro-custom-checkbox:disabled + label,
input[type="checkbox"].pro-custom-radio:disabled + label,
input[type="radio"].pro-custom-radio:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
input[type="checkbox"].pro-custom-checkbox:checked + label:before,
input[type="radio"].pro-custom-checkbox:checked + label:before,
input[type="checkbox"].pro-custom-radio:checked + label:before,
input[type="radio"].pro-custom-radio:checked + label:before {
  background-color: #4e63ce;
}
input[type="checkbox"].pro-custom-checkbox:checked + label:after,
input[type="radio"].pro-custom-checkbox:checked + label:after,
input[type="checkbox"].pro-custom-radio:checked + label:after,
input[type="radio"].pro-custom-radio:checked + label:after {
  background-size: 12px;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-radio:checked + label:before,
input[type="radio"].pro-custom-radio:checked + label:before {
  background-color: #ffffff;
}
input[type="checkbox"].pro-custom-radio:checked + label:after,
input[type="radio"].pro-custom-radio:checked + label:after {
  border-radius: 50%;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background: #4e63ce;
}
.pro-custom-select {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.5px;
  width: 100%;
  position: relative;
  color: #707580;
  z-index: 2;
}
.pro-custom-select.has-reset .results li.active {
  pointer-events: all;
  cursor: pointer;
  padding-right: 32px;
}
.pro-custom-select.has-reset .results li.active:hover {
  color: #000000;
}
.pro-custom-select.has-reset .results li.active:hover:before {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.pro-custom-select.has-reset .results li.active:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url('../images/svg/icon-close-blue.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  z-index: 1;
}
.pro-custom-select.has-disclaimer {
  margin-right: 16px;
}
.pro-custom-select.charts {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  background-color: #ffffff;
  text-transform: uppercase;
  width: 280px;
}
@media only screen and (min-width: 360px) {
  .pro-custom-select.charts {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-custom-select.charts {
    width: 260px;
  }
}
.pro-custom-select.charts.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.charts.big {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-custom-select.charts.big .selected-wrapper {
  height: 40px;
}
.pro-custom-select.charts.big .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
}
.pro-custom-select.charts.big .search-option {
  height: 41px;
}
.pro-custom-select.charts.big .search-option-input {
  line-height: 40px;
  height: 40px;
}
.pro-custom-select.charts.big .results {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 6px;
  padding-bottom: 6px;
  top: 41px;
}
.pro-custom-select.charts.big .results li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pro-custom-select.charts.has-search {
  width: 240px;
}
.pro-custom-select.charts.has-search.open .search-option {
  display: block;
}
.pro-custom-select.charts.has-search .results {
  top: 32px;
  max-height: 200px;
  padding: 8px 0;
}
.pro-custom-select.charts.has-search .results:before {
  content: none;
}
.pro-custom-select.charts .selected-wrapper {
  border-color: #4e63ce;
  height: 30px;
}
.pro-custom-select.charts .selected-wrapper span {
  padding-left: 40px;
}
.pro-custom-select.charts .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-transform: capitalize;
  color: #4e63ce;
}
.pro-custom-select.charts .selected-option span {
  padding-right: 30px;
  display: block;
  padding-left: 40px;
}
.pro-custom-select.charts .search-option {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 31px;
  padding: 0;
  z-index: 2;
  position: absolute;
  border-bottom: 1px solid #4e63ce;
  width: 99%;
  padding-right: 42px;
}
.pro-custom-select.charts .search-option .search-option-input {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #ffffff;
  line-height: 30px;
  left: 16px;
  top: 0;
  right: 32px;
  height: 30px;
  border: 0;
  padding: 0 0 0 24px;
  background-image: url(../images/svg/search.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.pro-custom-select.charts .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 31px;
  max-height: none;
  border: 1px solid #4e63ce;
  border-top: 0;
  padding: 8px 0;
  text-transform: capitalize;
  max-height: 300px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: 32px;
  border: 0;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) {
  .pro-custom-select.charts .results {
    max-height: 450px;
  }
}
.pro-custom-select.charts .results:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4e63ce;
  top: 0;
  left: 0;
  right: 0;
}
.pro-custom-select.charts .results:before {
  content: none;
}
.pro-custom-select.charts .results li {
  padding-left: 40px;
  color: #000000;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 16px;
  padding: 8px 16px 8px 40px;
  background-position: left 16px center;
}
.pro-custom-select.charts .results li:hover {
  color: #4e63ce;
}
.pro-custom-select.charts .results li.active {
  position: relative;
}
.pro-custom-select.charts .results li.divider {
  padding: 6px 8px 2px 8px;
}
.pro-custom-select.charts .results li.divider:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #4e63ce;
}
.pro-custom-select.charts .results li.disabled {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.pro-custom-select.charts .results li.disabled:active {
  pointer-events: none;
}
.pro-custom-select.charts .results li.disabled:hover {
  color: #000000;
}
.pro-custom-select.charts .results li.disabled:hover:after {
  content: none;
}
.pro-custom-select.charts .results li:hover:after {
  content: "";
  background-color: #f4f6f6;
}
.pro-custom-select.charts .results li.active:after {
  content: "";
  background-color: #e8eced;
}
.pro-custom-select.charts .results li:after {
  border-radius: 4px;
  position: absolute;
  left: 8px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  z-index: -1;
}
.pro-custom-select.charts .results li.permanent {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 8px;
  background-position: left 16px top 9px;
}
.pro-custom-select.charts .results li.permanent:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 1px;
  background-color: #4e63ce;
  display: inline-block;
}
.pro-custom-select.charts .results li.permanent.country {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: capitalize;
  color: #4e63ce;
  font-weight: 500;
}
.pro-custom-select.charts .results li.country {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: none;
  margin-left: 4px;
}
.pro-custom-select.charts .results li.country em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  margin-left: 4px;
}
.pro-custom-select.charts .flag {
  margin-left: -24px;
}
.pro-custom-select.charts .flag.no-border {
  border-color: transparent;
}
.pro-custom-select.pro {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  background-color: #ffffff;
  text-transform: uppercase;
  width: 182px;
}
.pro-custom-select.pro.has-icon.icon-filter .selected-option {
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-filter-black.svg');
  background-size: 16px;
}
.pro-custom-select.pro.has-icon.icon-filter .selected-option span {
  padding-left: 40px;
}
.pro-custom-select.pro.has-checkboxes .results li:after {
  content: none !important;
}
.pro-custom-select.pro.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.pro .selected-wrapper {
  border-color: #4e63ce;
  height: 30px;
}
.pro-custom-select.pro .selected-wrapper span {
  padding-left: 40px;
}
.pro-custom-select.pro .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-transform: capitalize;
  color: #4e63ce;
  font-weight: 600;
}
.pro-custom-select.pro .selected-option span {
  padding-right: 30px;
  display: block;
  font-weight: 600;
  padding-left: 16px;
}
.pro-custom-select.pro .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 31px;
  max-height: none;
  border: 1px solid #4e63ce;
  border-top: 0;
  padding: 8px 0;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: 32px;
  border: 0;
  padding: 16px 0;
}
.pro-custom-select.pro .results:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4e63ce;
  top: 0;
  left: 0;
  right: 0;
}
.pro-custom-select.pro .results:before {
  content: none;
}
.pro-custom-select.pro .results li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 16px;
  color: #000000;
  text-align: left;
  padding: 8px 16px;
  background-position: left 16px center;
}
.pro-custom-select.pro .results li:hover {
  color: #4e63ce;
}
.pro-custom-select.pro .results li.active {
  position: relative;
}
.pro-custom-select.pro .results li.divider {
  padding: 6px 8px 2px 8px;
}
.pro-custom-select.pro .results li.divider:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #4e63ce;
}
.pro-custom-select.pro .results li.disabled {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.pro-custom-select.pro .results li.disabled:active {
  pointer-events: none;
}
.pro-custom-select.pro .results li.disabled:hover {
  color: #000000;
}
.pro-custom-select.pro .results li.disabled:hover:after {
  content: none;
}
.pro-custom-select.pro .results li:hover:after {
  content: "";
  background-color: #f4f6f6;
}
.pro-custom-select.pro .results li.active:after {
  content: "";
  background-color: #e8eced;
}
.pro-custom-select.pro .results li:after {
  border-radius: 4px;
  position: absolute;
  left: 8px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  z-index: -1;
}
.pro-custom-select.pro.w-134 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 134px;
  max-width: 134px;
  min-width: 134px;
}
.pro-custom-select.channels {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  background-color: #ffffff;
  width: 230px;
}
.pro-custom-select.channels .selected-wrapper span {
  padding-left: 40px;
}
.pro-custom-select.channels .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-custom-select.channels .selected-option span {
  padding-right: 30px;
  display: block;
  padding-left: 40px;
}
.pro-custom-select.channels .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 33px;
  text-transform: capitalize;
  max-height: none;
  border: 1px solid #4e63ce;
  border-top: 0;
  padding: 8px 0;
}
.pro-custom-select.channels .results:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4e63ce;
  top: 0;
  left: 0px;
  right: 0px;
}
.pro-custom-select.channels .results li {
  padding-left: 40px;
  color: #000000;
}
.pro-custom-select.channels .results li.active,
.pro-custom-select.channels .results li:hover {
  color: #4e63ce;
}
.pro-custom-select.channels .results li.active {
  position: relative;
}
.pro-custom-select.channels .results li.active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  right: 8px;
  bottom: 5px;
  background-color: #eef0fb;
  z-index: -1;
}
.pro-custom-select.customize {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  background-color: #ffffff;
  width: 230px;
}
.pro-custom-select.customize.open {
  border-radius: 4px;
}
.pro-custom-select.customize.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.customize .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-custom-select.customize .selected-option span {
  padding-right: 30px;
  display: block;
}
.pro-custom-select.customize .results {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: 32px;
  right: -8px;
  left: auto;
  max-height: none;
  border-top: 0;
  padding: 16px;
  border: 0;
  width: 290px;
}
.pro-custom-select.customize .results:before {
  content: none;
}
.pro-custom-select.customize .results li {
  padding-left: 40px;
  color: #000000;
}
.pro-custom-select.customize .results li.active,
.pro-custom-select.customize .results li:hover {
  color: #4e63ce;
}
.pro-custom-select.customize .results li.active:after,
.pro-custom-select.customize .results li:hover:after {
  content: "";
}
.pro-custom-select.customize .results li.active {
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
.pro-custom-select.customize .results li.active:after {
  content: "";
  left: 4px;
  top: 1px;
  right: 4px;
  bottom: 1px;
  background-color: #e8eced;
}
.pro-custom-select.customize .results li.label {
  pointer-events: none;
  cursor: default;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding-left: 16px;
  font-weight: 400;
  text-transform: none;
}
.pro-custom-select.customize .results li.divider {
  margin: 11px 0;
  padding: 0;
}
.pro-custom-select.customize .results li.divider:before {
  background-color: #e8eced;
}
.pro-custom-select.customize .results li.general {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 16px;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
}
.pro-custom-select.customize .results li.general:hover {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.pro-custom-select.customize .results li.general:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f4f6f6;
}
.pro-custom-select.customize .results li.general small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  font-weight: 400;
}
.pro-custom-select.customize .results li:after {
  border-radius: 4px;
  position: absolute;
  left: 4px;
  top: 1px;
  right: 4px;
  bottom: 1px;
  background-color: #f4f6f6;
  z-index: -1;
}
.pro-custom-select.saved-charts.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.saved-charts.open .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-custom-select.saved-charts .results {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: 32px;
  border: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 670px;
  padding: 0;
  max-height: 500px !important;
}
.pro-custom-select.saved-charts .results:before {
  content: none;
}
.pro-custom-select.saved-charts .column-title {
  display: block;
  margin-bottom: 8px;
}
.pro-custom-select.saved-charts .list {
  margin-left: -16px;
}
.pro-custom-select.saved-charts .list li {
  padding: 8px 24px 8px 40px;
}
.pro-custom-select.saved-charts .list li.s-chart {
  background-position: left 16px top 18px;
}
.pro-custom-select.saved-charts .list li.disabled:hover:after {
  content: none;
}
.pro-custom-select.saved-charts .list li:hover:after {
  content: "";
  background-color: #f4f6f6;
}
.pro-custom-select.saved-charts .list li.active:after {
  content: "";
  background-color: #e8eced;
  left: 4px;
  top: 0px;
  right: 4px;
  bottom: 0px;
}
.pro-custom-select.saved-charts .list li:after {
  border-radius: 4px;
  position: absolute;
  left: 4px;
  top: 0px;
  right: 4px;
  bottom: 0px;
  z-index: -1;
}
.pro-custom-select.saved-charts .zero-state {
  font-size: 10px;
  font-size: 1rem;
  color: #000000;
  line-height: 16px;
  white-space: normal;
  text-transform: none;
}
.pro-custom-select.saved-charts .zero-state p {
  margin: 0;
  padding: 0;
}
.pro-custom-select.saved-charts .zero-state .grey {
  color: #707580;
}
.pro-custom-select.saved-charts .zero-state .actions {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-custom-select.saved-charts .zero-state .btn-saved-section {
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  padding: 0 32px 0 16px;
  background-position: right 8px center;
  height: 32px;
  white-space: nowrap;
  border-radius: 4px;
}
.pro-custom-select.saved-charts .column-1 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e8eced;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px;
  margin: 20px 0;
  width: 284px;
  min-width: 284px;
  max-width: 284px;
}
.pro-custom-select.saved-charts .column-2 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  scroll-behavior: smooth;
}
.pro-custom-select.saved-charts .column-2::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-custom-select.saved-charts .column-2::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-custom-select.saved-charts .column-2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-custom-select.has-search.open .search-input {
  display: block;
}
.pro-custom-select.has-search.open .selected-option {
  display: none;
}
.pro-custom-select.has-search .search-input {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 32px;
  font-family: 'suisseInt', sans-serif;
  height: 32px;
  border: 0;
  padding: 0 32px 0 16px;
  display: none;
}
.pro-custom-select.has-search .search-input::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-select.has-search .search-input:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-select.has-search .search-input::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-select.has-search .search-input::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-select.up.open .selected-wrapper {
  border-radius: 0 0 4px 4px;
}
.pro-custom-select.up .results {
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
  top: auto;
  bottom: 100%;
  border-radius: 4px 4px 0 0;
}
.pro-custom-select.open .blocker {
  display: block;
}
.pro-custom-select.open .selected-wrapper {
  border-radius: 4px 4px 0 0;
}
.pro-custom-select.open .selected-wrapper:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.pro-custom-select.open .results {
  display: block;
}
.pro-custom-select.disabled {
  pointer-events: none;
  cursor: default;
}
.pro-custom-select.disabled .selected-wrapper {
  border-color: #d5dde0;
}
.pro-custom-select.disabled .selected-wrapper:after {
  border-top: 5px solid #d5dde0;
}
.pro-custom-select.disabled .selected-wrapper .selected-option {
  color: #d5dde0;
}
.pro-custom-select.disabled .selected-wrapper .selected-option img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-custom-select.disabled .worldwide {
  background-image: url('../images/svg/homepage-disabled.svg');
}
.pro-custom-select.disabled .disclaimer {
  pointer-events: all;
  cursor: pointer;
}
.pro-custom-select.no-wrap.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.no-wrap.up .results {
  bottom: calc(100% + 1px);
}
.pro-custom-select.no-wrap.anchor-right .results {
  right: 0;
  left: auto;
}
.pro-custom-select.no-wrap .results {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  min-width: 100%;
  white-space: nowrap;
  right: auto;
}
.pro-custom-select.no-wrap .results:before {
  content: none;
}
.pro-custom-select.w-114 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 114px;
  max-width: 114px;
  min-width: 114px;
}
.pro-custom-select.w-134 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 134px;
  max-width: 134px;
  min-width: 134px;
}
.pro-custom-select.w-170 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 170px;
  max-width: 170px;
  min-width: 170px;
}
.pro-custom-select.w-192 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 192px;
  max-width: 192px;
  min-width: 192px;
}
.pro-custom-select.w-200 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}
.pro-custom-select.w-220 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  max-width: 220px;
  min-width: 220px;
}
.pro-custom-select.w-240 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  max-width: 240px;
  min-width: 240px;
}
.pro-custom-select.w-260 {
  width: 260px;
}
.pro-custom-select.w-280 {
  width: 280px;
}
.pro-custom-select.w-300 {
  width: 300px;
}
.pro-custom-select .blocker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}
.pro-custom-select .selected-wrapper {
  border-radius: 4px;
  border: 1px solid #4e63ce;
  padding-right: 20px;
  height: 32px;
}
.pro-custom-select .selected-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  background: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4e63ce;
  margin-top: -3px;
}
.pro-custom-select .selected-wrapper span {
  background-size: 16px;
}
.pro-custom-select .selected-wrapper > label {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: none;
}
.pro-custom-select .selected-option {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 1;
  right: 20px;
  left: 0;
  height: 32px;
  line-height: 32px;
  color: #4e63ce;
  text-transform: capitalize;
  cursor: pointer;
  outline: 0;
  text-align: left;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 600;
}
.pro-custom-select .selected-option.placeholder {
  color: #707580;
  font-weight: 500;
}
.pro-custom-select .selected-option.placeholder + label {
  display: none;
}
.pro-custom-select .selected-option .active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 4px;
  right: 16px;
  bottom: 6px;
  left: 5px;
  background-color: #e8eced;
  z-index: -1;
}
.pro-custom-select .selected-option span {
  text-align: left;
  background-position: left 16px center;
  background-repeat: no-repeat;
}
.pro-custom-select .selected-option span.worldwide {
  padding-left: 40px;
}
.pro-custom-select .selected-option span.channel {
  padding-right: 30px;
  display: block;
  padding-left: 40px;
}
.pro-custom-select .selected-option .selected-option-icon {
  margin-right: 2px;
  margin-left: -4px;
}
.pro-custom-select .selected-option em {
  pointer-events: none;
  cursor: default;
  font-style: normal;
}
.pro-custom-select .results {
  font-size: 10px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  padding-top: 10px;
  color: #707580;
  display: none;
  background-color: #ffffff;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  max-height: 205px;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 1;
  scroll-behavior: smooth;
  text-transform: capitalize;
}
.pro-custom-select .results::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-custom-select .results::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-custom-select .results::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-custom-select .results li.s-chart {
  background-position: left 16px top 10px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-custom-select .results li.s-chart small {
  display: block;
  width: 100%;
  color: #707580;
}
.pro-custom-select .results li.date-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-custom-select .results li.date-selector.selected {
  background-color: #eef0fb;
}
.pro-custom-select .results li.date-selector time {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
}
.pro-custom-select .results .divider {
  pointer-events: none;
  cursor: default;
}
.pro-custom-select .disclaimer {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
  display: inline-block;
}
.pro-custom-select .disclaimer .more-info {
  display: inline-block;
}
.pro-custom-select li {
  padding: 8px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.pro-custom-select li:hover,
.pro-custom-select li.active {
  color: blue;
  cursor: pointer;
}
.pro-custom-select li.active {
  pointer-events: none;
  cursor: default;
}
.pro-custom-select li.active.active-clickable {
  pointer-events: all;
  cursor: pointer;
}
.pro-custom-select li.s-chart {
  white-space: normal;
}
.pro-custom-select li.s-chart h5 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
}
.pro-custom-select li.s-chart p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  margin: 0;
  padding: 0;
  color: #707580;
}
.pro-custom-select li.locked:before,
.pro-custom-select li.unlocked:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7px;
  background-image: url('../images/svg/icon-locked-grey.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  width: 11px;
  height: 11px;
  display: inline-block;
}
.pro-custom-select li.unlocked:before {
  background-image: url('../images/svg/icon-unlocked-grey.svg');
}
.pro-custom-select .reset-field {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  border-left: 2px solid #000000;
}
.pro-custom-select .btn-expand-toggle {
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: transform 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4e63ce;
  background-image: url('../images/svg/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 1;
}
.pro-custom-select .btn-expand-toggle.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.pro-custom-select .viberate,
.pro-custom-select .overview {
  background-image: url('../images/svg/viberate-color.svg');
}
.pro-custom-select .instagram {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-custom-select .twitter {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-custom-select .youtube {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-custom-select .airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-custom-select .bandsintown {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-custom-select .shazam {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-custom-select .songkick {
  background-image: url('../images/svg/songkick-color.svg');
}
.pro-custom-select .soundcloud {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-custom-select .spotify {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-custom-select .deezer {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-custom-select .beatport {
  background-image: url('../images/svg/beatport-square.svg');
}
.pro-custom-select .facebook {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-custom-select .tracks {
  background-image: url('../images/svg/tracks-color.svg');
}
.pro-custom-select .audience {
  background-image: url('../images/svg/audience-color.svg');
}
.pro-custom-select .anghami {
  background-image: url('../images/svg/anghami-color.svg');
}
.pro-custom-select .audiomack {
  background-image: url('../images/svg/audiomack-color.svg');
}
.pro-custom-select .boomplay {
  background-image: url('../images/svg/boomplay-color.svg');
}
.pro-custom-select .gaana {
  background-image: url('../images/svg/gaana-color.svg');
}
.pro-custom-select .jiosaavn {
  background-image: url('../images/svg/jiosaavn-color.svg');
}
.pro-custom-select .joox {
  background-image: url('../images/svg/joox-color.svg');
}
.pro-custom-select .linemusic {
  background-image: url('../images/svg/line-music-color.svg');
}
.pro-custom-select .melon {
  background-image: url('../images/svg/melon-color.svg');
}
.pro-custom-select .qqmusic {
  background-image: url('../images/svg/qq-music-color.svg');
}
.pro-custom-select .yandex {
  background-image: url('../images/svg/yandex-color.svg');
}
.pro-custom-select .basic,
.pro-custom-select .page {
  background-image: url('../images/svg/logo-v-black.svg');
}
.pro-custom-select .network {
  background-image: url('../images/svg/network-color.svg');
}
.pro-custom-select .social-media,
.pro-custom-select .social {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-custom-select .apple-music,
.pro-custom-select .applemusic {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-custom-select .youtube-music,
.pro-custom-select .youtubemusic {
  background-image: url('../images/svg/youtube-music-color.svg');
}
.pro-custom-select .amazon-music,
.pro-custom-select .amazonmusic {
  background-image: url('../images/svg/amazon-music-color.svg');
}
.pro-custom-select .geo {
  background-image: url('../images/svg/icon-link-homepage-black.svg');
}
.pro-custom-select .pandora {
  background-image: url('../images/svg/pandora-color.svg');
}
.pro-custom-select .tiktok {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-custom-select .hot {
  background-image: url('../images/svg/hot-color.svg');
}
.pro-custom-select .custom-view {
  background-image: url('../images/svg/icon-saved-charts.svg');
}
.pro-custom-select .worldwide {
  background-image: url('../images/svg/homepage-black.svg');
}
.pro-custom-select .events {
  background-image: url('../images/svg/events-blue.svg');
}
.pro-custom-select .option-txt {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-custom-select .timeframe {
  font-size: 10px;
  font-size: 1rem;
  white-space: nowrap;
  color: #707580;
  padding-left: 8px;
}
.pro-custom-select .channel-icon {
  vertical-align: middle;
  margin-bottom: 1px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.mini-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-badges:empty {
  display: none !important;
}
.mini-badges *,
.mini-badges .btn {
  margin: 2px;
}
.mini-badges .claimed-icon {
  min-width: 16px;
  width: 16px;
  margin-left: 12px;
}
.mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.mini-badges span.mini-badge {
  cursor: default;
}
.mini-badges .mini-badge:first-child {
  margin-left: 12px;
}
.mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.mini-badge {
  border-radius: 8px;
  font-size: 9px;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-badge.verified {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  background-color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mini-badge.verified img {
  margin-right: 8px;
}
.mini-badge.priority {
  background-image: url('../images/svg/icon-sync.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  padding: 0;
}
.mini-badge.inactive {
  background-color: #000000;
  color: #ffffff;
  text-transform: capitalize;
}
.mini-badge.unverified {
  background-color: #d5dde0;
  color: #000000;
  text-transform: capitalize;
}
.mini-badge.festival {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  background-color: #F9CFDC;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
}
.mini-badge.video {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
  border: 1px solid #D8E0E2;
}
.mini-badge.free-trial {
  border-radius: 9999px;
  background-color: #B5EAD3;
  color: #000000;
  padding: 0 8px;
  height: 23px;
}
.mini-badge.free-trial.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #f4f6f6;
  color: #707580;
  position: relative;
}
.mini-badge.free-trial.disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  right: -5px;
  height: 1px;
  margin-top: -1px;
  background-color: #707580;
}
.mini-badge.hot {
  background-color: #ff1e43;
}
.mini-badge.black {
  background-color: #000000;
}
.mini-badge.spotify {
  background-color: #1db954;
}
.mini-badge.beatport {
  background-color: #01e697;
}
.mini-badge.airplay {
  background-color: #f68051;
}
.mini-badge.youtube {
  background-color: #ff0000;
}
.mini-badge.twitter {
  background-color: #00acee;
}
.mini-badge.tiktok {
  background-color: #3cdae5;
}
.mini-badge.soundcloud {
  background-color: #ff6400;
}
.mini-badge.shazam {
  background-color: #2255ff;
}
.mini-badge.facebook {
  background-color: #1877f2;
}
.mini-badge.deezer {
  background-color: #a138fd;
}
.mini-badge.instagram {
  background-color: #c13684;
}
.mini-badge.social,
.mini-badge.social-media {
  background-color: #6a4ece;
}
.pro-tag {
  border-radius: 12px;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  line-height: 11px;
  text-transform: uppercase;
  background-color: #f4f6f6;
  padding: 0 8px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.pro-tag.unverified {
  background-color: #d5dde0;
  color: #000000;
  text-transform: capitalize;
}
.pro-tag.genre {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.pro-tag.genre.country {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 8px !important;
  color: #000000;
}
.pro-tag.genre.country:before {
  content: "";
  background-color: #cd79ba;
}
.pro-tag.genre.pop:before {
  content: "";
  background-color: #66c2e7;
}
.pro-tag.genre.hip-hop:before {
  content: "";
  background-color: #66d2d6;
}
.pro-tag.genre.rnb:before {
  content: "";
  background-color: #66c9ab;
}
.pro-tag.genre.latin:before {
  content: "";
  background-color: #f4729b;
}
.pro-tag.genre.electronic:before {
  content: "";
  background-color: #66d8ed;
}
.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.pro-tag.genre.metal:before {
  content: "";
  background-color: #798cc2;
}
.pro-tag.genre.punk:before {
  content: "";
  background-color: #a281bd;
}
.pro-tag.genre.jazz:before {
  content: "";
  background-color: #a6d78f;
}
.pro-tag.genre.reggae:before {
  content: "";
  background-color: #fdd471;
}
.pro-tag.genre.blues:before {
  content: "";
  background-color: #66cd94;
}
.pro-tag.genre.classical:before {
  content: "";
  background-color: #c9e188;
}
.pro-tag.genre.religious:before {
  content: "";
  background-color: #e0e97f;
}
.pro-tag.genre.european:before {
  content: "";
  background-color: #f5907a;
}
.pro-tag.genre.asian:before {
  content: "";
  background-color: #fabc78;
}
.pro-tag.genre.middle-eastern:before {
  content: "";
  background-color: #f0f070;
}
.pro-tag.genre.african:before {
  content: "";
  background-color: #ffe566;
}
.pro-tag.genre:before {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.pro-tag.festival {
  background-color: #F9CFDC;
}
.pro-tag.primary {
  background-color: #E8F3FF;
}
.pro-tag.shazam,
.pro-tag.youtube,
.pro-tag.airplay,
.pro-tag.beatport,
.pro-tag.instagram,
.pro-tag.spotify,
.pro-tag.tiktok,
.pro-tag.twitter,
.pro-tag.facebook,
.pro-tag.soundcloud,
.pro-tag.deezer,
.pro-tag.viberate,
.pro-tag.social-media,
.pro-tag.social {
  background-color: #ffffff;
}
.pro-tag.shazam.active,
.pro-tag.youtube.active,
.pro-tag.airplay.active,
.pro-tag.beatport.active,
.pro-tag.instagram.active,
.pro-tag.spotify.active,
.pro-tag.tiktok.active,
.pro-tag.twitter.active,
.pro-tag.facebook.active,
.pro-tag.soundcloud.active,
.pro-tag.deezer.active,
.pro-tag.viberate.active,
.pro-tag.social-media.active,
.pro-tag.social.active {
  background-color: #4e63ce;
  color: #ffffff;
}
.pro-tag.shazam:before,
.pro-tag.youtube:before,
.pro-tag.airplay:before,
.pro-tag.beatport:before,
.pro-tag.instagram:before,
.pro-tag.spotify:before,
.pro-tag.tiktok:before,
.pro-tag.twitter:before,
.pro-tag.facebook:before,
.pro-tag.soundcloud:before,
.pro-tag.deezer:before,
.pro-tag.viberate:before,
.pro-tag.social-media:before,
.pro-tag.social:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  background-size: 15px;
}
.pro-tag.shazam.active:before {
  background-image: url('../images/svg/shazam-white.svg');
}
.pro-tag.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-tag.social-media.active:before,
.pro-tag.social.active:before {
  background-image: url('../images/svg/social-media-white.svg');
}
.pro-tag.social-media:before,
.pro-tag.social:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-tag.youtube.active:before {
  background-image: url('../images/svg/youtube-white.svg');
}
.pro-tag.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-tag.beatport.active:before {
  background-image: url('../images/svg/beatport-circle-white.svg');
}
.pro-tag.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.pro-tag.airplay.active:before {
  background-image: url('../images/svg/airplay-white.svg');
}
.pro-tag.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-tag.instagram.active:before {
  background-image: url('../images/svg/instagram-white.svg');
}
.pro-tag.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-tag.spotify.active:before {
  background-image: url('../images/svg/spotify-white.svg');
}
.pro-tag.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-tag.tiktok.active:before {
  background-image: url('../images/svg/tiktok-white.svg');
}
.pro-tag.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-tag.twitter.active:before {
  background-image: url('../images/svg/twitter-white.svg');
}
.pro-tag.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-tag.facebook.active:before {
  background-image: url('../images/svg/facebook-white.svg');
}
.pro-tag.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-tag.soundcloud.active:before {
  background-image: url('../images/svg/soundcloud-white.svg');
}
.pro-tag.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-tag.viberate.active:before {
  background-image: url('../images/svg/viberate-white.svg');
}
.pro-tag.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.pro-tag.deezer.active:before {
  background-image: url('../images/svg/deezer-white.svg');
}
.pro-tag.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-tag.range {
  background-color: #f4f6f6;
}
.pro-tag.btn {
  padding: 0 8px;
}
.pro-tag.btn:disabled,
.pro-tag.btn.disabled {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.pro-tag.btn:disabled:hover,
.pro-tag.btn.disabled:hover,
.pro-tag.btn:disabled:active,
.pro-tag.btn.disabled:active,
.pro-tag.btn:disabled.active,
.pro-tag.btn.disabled.active {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.pro-tag.tag-timeframe {
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  color: #4e63ce;
  text-transform: capitalize;
}
.pro-tag.tag-timeframe:hover {
  border-color: #6889e2;
  color: #6889e2;
}
.pro-tag.tag-timeframe.active,
.pro-tag.tag-timeframe:active {
  color: #ffffff;
  background-color: #4e63ce;
}
.pro-tag.tag-timeframe.active:hover {
  border-color: #4e63ce;
  color: #ffffff;
  background-color: #4e63ce;
}
.pro-tag.tag-timeframe sup {
  vertical-align: middle;
}
.pro-tag.border {
  border: 1px solid #4e63ce;
}
.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.pro-tag.past-event {
  background-color: #707580;
  color: #ffffff;
}
.pro-tag.remove {
  background-image: url('../images/svg/icon-close-blue.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.pro-tag.remove:hover {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.pro-tag.media-tag-viberate {
  background-color: #F9CFDC;
}
.pro-tag.media-tag-clipping {
  background-color: #B8F4F1;
}
.pro-tag.post {
  background-color: #f4f6f6;
}
.pro-tag.media-tag-added-by-artist,
.pro-tag.media-tag-added-by-venue {
  background-color: #E8F3FF;
}
.pro-tag.hot {
  background-color: #f4f6f6;
}
.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.pro-tag .flag {
  margin-right: 4px;
  margin-bottom: 0;
}
.pro-warning {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-size: 1.2rem;
  line-heght: 16px;
  background-color: #eef0fb;
  color: #000000;
  padding: 16px 16px 16px 48px;
  margin-top: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url('../images/svg/icon-info-i.svg');
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 16px;
  text-align: left;
}
.pro-warning + .pro-content-module.module-main {
  margin-top: 24px !important;
}
.pro-warning p {
  padding: 0;
  margin: 0;
}
.pro-warning a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.pro-warning a:hover,
.pro-warning a:active {
  color: #6889e2;
}
.btn.pro-tag {
  background-color: #F6F6F5;
  border-radius: 12px;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  line-height: 11px;
  text-transform: uppercase;
  background-color: #f4f6f6;
  padding: 0 8px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.btn.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.btn.pro-tag.border {
  border: 1px solid #4e63ce;
}
.btn.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btn.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.btn.pro-tag .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  margin-right: 4px;
  margin-bottom: 0;
  border: 1px solid #e8eced;
}
.btn.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.btn.pro-tag.unverified {
  background-color: #d5dde0;
  color: #000000;
  text-transform: capitalize;
}
.btn.pro-tag.genre {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.btn.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.btn.pro-tag.genre.country {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 8px !important;
  color: #000000;
}
.btn.pro-tag.genre.country:before {
  content: "";
  background-color: #cd79ba;
}
.btn.pro-tag.genre.pop:before {
  content: "";
  background-color: #66c2e7;
}
.btn.pro-tag.genre.hip-hop:before {
  content: "";
  background-color: #66d2d6;
}
.btn.pro-tag.genre.rnb:before {
  content: "";
  background-color: #66c9ab;
}
.btn.pro-tag.genre.latin:before {
  content: "";
  background-color: #f4729b;
}
.btn.pro-tag.genre.electronic:before {
  content: "";
  background-color: #66d8ed;
}
.btn.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.btn.pro-tag.genre.metal:before {
  content: "";
  background-color: #798cc2;
}
.btn.pro-tag.genre.punk:before {
  content: "";
  background-color: #a281bd;
}
.btn.pro-tag.genre.jazz:before {
  content: "";
  background-color: #a6d78f;
}
.btn.pro-tag.genre.reggae:before {
  content: "";
  background-color: #fdd471;
}
.btn.pro-tag.genre.blues:before {
  content: "";
  background-color: #66cd94;
}
.btn.pro-tag.genre.classical:before {
  content: "";
  background-color: #c9e188;
}
.btn.pro-tag.genre.religious:before {
  content: "";
  background-color: #e0e97f;
}
.btn.pro-tag.genre.european:before {
  content: "";
  background-color: #f5907a;
}
.btn.pro-tag.genre.asian:before {
  content: "";
  background-color: #fabc78;
}
.btn.pro-tag.genre.middle-eastern:before {
  content: "";
  background-color: #f0f070;
}
.btn.pro-tag.genre.african:before {
  content: "";
  background-color: #ffe566;
}
.btn.pro-tag.genre:before {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.btn.pro-tag.festival {
  background-color: #F9CFDC;
}
.btn.pro-tag.primary {
  background-color: #E8F3FF;
}
.btn.pro-tag.shazam,
.btn.pro-tag.youtube,
.btn.pro-tag.airplay,
.btn.pro-tag.beatport,
.btn.pro-tag.instagram,
.btn.pro-tag.spotify,
.btn.pro-tag.tiktok,
.btn.pro-tag.twitter,
.btn.pro-tag.facebook,
.btn.pro-tag.soundcloud,
.btn.pro-tag.deezer,
.btn.pro-tag.viberate,
.btn.pro-tag.social-media,
.btn.pro-tag.social {
  background-color: #ffffff;
}
.btn.pro-tag.shazam.active,
.btn.pro-tag.youtube.active,
.btn.pro-tag.airplay.active,
.btn.pro-tag.beatport.active,
.btn.pro-tag.instagram.active,
.btn.pro-tag.spotify.active,
.btn.pro-tag.tiktok.active,
.btn.pro-tag.twitter.active,
.btn.pro-tag.facebook.active,
.btn.pro-tag.soundcloud.active,
.btn.pro-tag.deezer.active,
.btn.pro-tag.viberate.active,
.btn.pro-tag.social-media.active,
.btn.pro-tag.social.active {
  background-color: #4e63ce;
  color: #ffffff;
}
.btn.pro-tag.shazam:before,
.btn.pro-tag.youtube:before,
.btn.pro-tag.airplay:before,
.btn.pro-tag.beatport:before,
.btn.pro-tag.instagram:before,
.btn.pro-tag.spotify:before,
.btn.pro-tag.tiktok:before,
.btn.pro-tag.twitter:before,
.btn.pro-tag.facebook:before,
.btn.pro-tag.soundcloud:before,
.btn.pro-tag.deezer:before,
.btn.pro-tag.viberate:before,
.btn.pro-tag.social-media:before,
.btn.pro-tag.social:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  background-size: 15px;
}
.btn.pro-tag.shazam.active:before {
  background-image: url('../images/svg/shazam-white.svg');
}
.btn.pro-tag.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.btn.pro-tag.social-media.active:before,
.btn.pro-tag.social.active:before {
  background-image: url('../images/svg/social-media-white.svg');
}
.btn.pro-tag.social-media:before,
.btn.pro-tag.social:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.btn.pro-tag.youtube.active:before {
  background-image: url('../images/svg/youtube-white.svg');
}
.btn.pro-tag.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.btn.pro-tag.beatport.active:before {
  background-image: url('../images/svg/beatport-circle-white.svg');
}
.btn.pro-tag.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.btn.pro-tag.airplay.active:before {
  background-image: url('../images/svg/airplay-white.svg');
}
.btn.pro-tag.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.btn.pro-tag.instagram.active:before {
  background-image: url('../images/svg/instagram-white.svg');
}
.btn.pro-tag.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.btn.pro-tag.spotify.active:before {
  background-image: url('../images/svg/spotify-white.svg');
}
.btn.pro-tag.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.btn.pro-tag.tiktok.active:before {
  background-image: url('../images/svg/tiktok-white.svg');
}
.btn.pro-tag.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.btn.pro-tag.twitter.active:before {
  background-image: url('../images/svg/twitter-white.svg');
}
.btn.pro-tag.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.btn.pro-tag.facebook.active:before {
  background-image: url('../images/svg/facebook-white.svg');
}
.btn.pro-tag.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.btn.pro-tag.soundcloud.active:before {
  background-image: url('../images/svg/soundcloud-white.svg');
}
.btn.pro-tag.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.btn.pro-tag.viberate.active:before {
  background-image: url('../images/svg/viberate-white.svg');
}
.btn.pro-tag.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.btn.pro-tag.deezer.active:before {
  background-image: url('../images/svg/deezer-white.svg');
}
.btn.pro-tag.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.btn.pro-tag.range {
  background-color: #f4f6f6;
}
.btn.pro-tag.btn {
  padding: 0 8px;
}
.btn.pro-tag.btn:disabled,
.btn.pro-tag.btn.disabled {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.btn.pro-tag.btn:disabled:hover,
.btn.pro-tag.btn.disabled:hover,
.btn.pro-tag.btn:disabled:active,
.btn.pro-tag.btn.disabled:active,
.btn.pro-tag.btn:disabled.active,
.btn.pro-tag.btn.disabled.active {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.btn.pro-tag.tag-timeframe {
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  color: #4e63ce;
  text-transform: capitalize;
}
.btn.pro-tag.tag-timeframe:hover {
  border-color: #6889e2;
  color: #6889e2;
}
.btn.pro-tag.tag-timeframe.active,
.btn.pro-tag.tag-timeframe:active {
  color: #ffffff;
  background-color: #4e63ce;
}
.btn.pro-tag.tag-timeframe.active:hover {
  border-color: #4e63ce;
  color: #ffffff;
  background-color: #4e63ce;
}
.btn.pro-tag.tag-timeframe sup {
  vertical-align: middle;
}
.btn.pro-tag.border {
  border: 1px solid #4e63ce;
}
.btn.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btn.pro-tag.past-event {
  background-color: #707580;
  color: #ffffff;
}
.btn.pro-tag.remove {
  background-image: url('../images/svg/icon-close-blue.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.btn.pro-tag.remove:hover {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.btn.pro-tag.media-tag-viberate {
  background-color: #F9CFDC;
}
.btn.pro-tag.media-tag-clipping {
  background-color: #B8F4F1;
}
.btn.pro-tag.post {
  background-color: #f4f6f6;
}
.btn.pro-tag.media-tag-added-by-artist,
.btn.pro-tag.media-tag-added-by-venue {
  background-color: #E8F3FF;
}
.btn.pro-tag.hot {
  background-color: #f4f6f6;
}
.btn.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.btn.pro-tag .flag {
  margin-right: 4px;
  margin-bottom: 0;
}
.btn.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.btn.pro-tag.unverified {
  background-color: #d5dde0;
  color: #000000;
  text-transform: capitalize;
}
.btn.pro-tag.genre {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.btn.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.btn.pro-tag.genre.country {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 8px !important;
  color: #000000;
}
.btn.pro-tag.genre.country:before {
  content: "";
  background-color: #cd79ba;
}
.btn.pro-tag.genre.pop:before {
  content: "";
  background-color: #66c2e7;
}
.btn.pro-tag.genre.hip-hop:before {
  content: "";
  background-color: #66d2d6;
}
.btn.pro-tag.genre.rnb:before {
  content: "";
  background-color: #66c9ab;
}
.btn.pro-tag.genre.latin:before {
  content: "";
  background-color: #f4729b;
}
.btn.pro-tag.genre.electronic:before {
  content: "";
  background-color: #66d8ed;
}
.btn.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.btn.pro-tag.genre.metal:before {
  content: "";
  background-color: #798cc2;
}
.btn.pro-tag.genre.punk:before {
  content: "";
  background-color: #a281bd;
}
.btn.pro-tag.genre.jazz:before {
  content: "";
  background-color: #a6d78f;
}
.btn.pro-tag.genre.reggae:before {
  content: "";
  background-color: #fdd471;
}
.btn.pro-tag.genre.blues:before {
  content: "";
  background-color: #66cd94;
}
.btn.pro-tag.genre.classical:before {
  content: "";
  background-color: #c9e188;
}
.btn.pro-tag.genre.religious:before {
  content: "";
  background-color: #e0e97f;
}
.btn.pro-tag.genre.european:before {
  content: "";
  background-color: #f5907a;
}
.btn.pro-tag.genre.asian:before {
  content: "";
  background-color: #fabc78;
}
.btn.pro-tag.genre.middle-eastern:before {
  content: "";
  background-color: #f0f070;
}
.btn.pro-tag.genre.african:before {
  content: "";
  background-color: #ffe566;
}
.btn.pro-tag.genre:before {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.btn.pro-tag.festival {
  background-color: #F9CFDC;
}
.btn.pro-tag.primary {
  background-color: #E8F3FF;
}
.btn.pro-tag.shazam,
.btn.pro-tag.youtube,
.btn.pro-tag.airplay,
.btn.pro-tag.beatport,
.btn.pro-tag.instagram,
.btn.pro-tag.spotify,
.btn.pro-tag.tiktok,
.btn.pro-tag.twitter,
.btn.pro-tag.facebook,
.btn.pro-tag.soundcloud,
.btn.pro-tag.deezer,
.btn.pro-tag.viberate,
.btn.pro-tag.social-media,
.btn.pro-tag.social {
  background-color: #ffffff;
}
.btn.pro-tag.shazam.active,
.btn.pro-tag.youtube.active,
.btn.pro-tag.airplay.active,
.btn.pro-tag.beatport.active,
.btn.pro-tag.instagram.active,
.btn.pro-tag.spotify.active,
.btn.pro-tag.tiktok.active,
.btn.pro-tag.twitter.active,
.btn.pro-tag.facebook.active,
.btn.pro-tag.soundcloud.active,
.btn.pro-tag.deezer.active,
.btn.pro-tag.viberate.active,
.btn.pro-tag.social-media.active,
.btn.pro-tag.social.active {
  background-color: #4e63ce;
  color: #ffffff;
}
.btn.pro-tag.shazam:before,
.btn.pro-tag.youtube:before,
.btn.pro-tag.airplay:before,
.btn.pro-tag.beatport:before,
.btn.pro-tag.instagram:before,
.btn.pro-tag.spotify:before,
.btn.pro-tag.tiktok:before,
.btn.pro-tag.twitter:before,
.btn.pro-tag.facebook:before,
.btn.pro-tag.soundcloud:before,
.btn.pro-tag.deezer:before,
.btn.pro-tag.viberate:before,
.btn.pro-tag.social-media:before,
.btn.pro-tag.social:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  background-size: 15px;
}
.btn.pro-tag.shazam.active:before {
  background-image: url('../images/svg/shazam-white.svg');
}
.btn.pro-tag.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.btn.pro-tag.social-media.active:before,
.btn.pro-tag.social.active:before {
  background-image: url('../images/svg/social-media-white.svg');
}
.btn.pro-tag.social-media:before,
.btn.pro-tag.social:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.btn.pro-tag.youtube.active:before {
  background-image: url('../images/svg/youtube-white.svg');
}
.btn.pro-tag.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.btn.pro-tag.beatport.active:before {
  background-image: url('../images/svg/beatport-circle-white.svg');
}
.btn.pro-tag.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.btn.pro-tag.airplay.active:before {
  background-image: url('../images/svg/airplay-white.svg');
}
.btn.pro-tag.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.btn.pro-tag.instagram.active:before {
  background-image: url('../images/svg/instagram-white.svg');
}
.btn.pro-tag.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.btn.pro-tag.spotify.active:before {
  background-image: url('../images/svg/spotify-white.svg');
}
.btn.pro-tag.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.btn.pro-tag.tiktok.active:before {
  background-image: url('../images/svg/tiktok-white.svg');
}
.btn.pro-tag.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.btn.pro-tag.twitter.active:before {
  background-image: url('../images/svg/twitter-white.svg');
}
.btn.pro-tag.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.btn.pro-tag.facebook.active:before {
  background-image: url('../images/svg/facebook-white.svg');
}
.btn.pro-tag.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.btn.pro-tag.soundcloud.active:before {
  background-image: url('../images/svg/soundcloud-white.svg');
}
.btn.pro-tag.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.btn.pro-tag.viberate.active:before {
  background-image: url('../images/svg/viberate-white.svg');
}
.btn.pro-tag.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.btn.pro-tag.deezer.active:before {
  background-image: url('../images/svg/deezer-white.svg');
}
.btn.pro-tag.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.btn.pro-tag.range {
  background-color: #f4f6f6;
}
.btn.pro-tag.btn {
  padding: 0 8px;
}
.btn.pro-tag.btn:disabled,
.btn.pro-tag.btn.disabled {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.btn.pro-tag.btn:disabled:hover,
.btn.pro-tag.btn.disabled:hover,
.btn.pro-tag.btn:disabled:active,
.btn.pro-tag.btn.disabled:active,
.btn.pro-tag.btn:disabled.active,
.btn.pro-tag.btn.disabled.active {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.btn.pro-tag.tag-timeframe {
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  color: #4e63ce;
}
.btn.pro-tag.tag-timeframe:hover {
  border-color: #6889e2;
  color: #6889e2;
}
.btn.pro-tag.tag-timeframe.active,
.btn.pro-tag.tag-timeframe:active {
  color: #ffffff;
  background-color: #4e63ce;
}
.btn.pro-tag.tag-timeframe.active:hover {
  border-color: #4e63ce;
  color: #ffffff;
  background-color: #4e63ce;
}
.btn.pro-tag.tag-timeframe sup {
  vertical-align: middle;
}
.btn.pro-tag.border {
  border: 1px solid #4e63ce;
}
.btn.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btn.pro-tag.past-event {
  background-color: #707580;
  color: #ffffff;
}
.btn.pro-tag.remove {
  background-image: url('../images/svg/icon-close-blue.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.btn.pro-tag.remove:hover {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.btn.pro-tag.media-tag-viberate {
  background-color: #F9CFDC;
}
.btn.pro-tag.media-tag-clipping {
  background-color: #B8F4F1;
}
.btn.pro-tag.media-tag-added-by-artist,
.btn.pro-tag.media-tag-added-by-venue {
  background-color: #E8F3FF;
}
.btn.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.btn.pro-tag .flag {
  margin-right: 4px;
}
.btn.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.btn.pro-tag.border {
  border: 1px solid #4e63ce;
}
.btn.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btn.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.btn.pro-tag .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  margin-right: 4px;
  margin-bottom: 0;
  border: 1px solid #e8eced;
}
.pro-event-date-calendar {
  border-radius: 8px;
  overflow: hidden;
  width: 88px;
  min-width: 88px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.pro-event-date-calendar.xsmall {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.pro-event-date-calendar.xsmall.past .day {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  letter-spacing: 0;
}
.pro-event-date-calendar.xsmall .day {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
}
.pro-event-date-calendar.xsmall .year {
  font-size: 6px;
  font-size: 0.6rem;
  line-height: 6px;
}
.pro-event-date-calendar.xsmall .month {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 10px;
  font-weight: 400;
}
.pro-event-date-calendar.small {
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.pro-event-date-calendar.small .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
.pro-event-date-calendar.small .year {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 12px;
}
.pro-event-date-calendar.small .month {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 400;
}
.pro-event-date-calendar.medium {
  width: 72px;
  height: 72px;
  min-width: 72px;
}
.pro-event-date-calendar.medium.past .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
.pro-event-date-calendar.medium .day {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
}
.pro-event-date-calendar.medium .year {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
}
.pro-event-date-calendar.medium .month {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
}
.pro-event-date-calendar.past .event-date-header {
  background-color: #D5DDE0;
}
.pro-event-date-calendar.past .month,
.pro-event-date-calendar.past .day,
.pro-event-date-calendar.past .year {
  color: #707580;
}
.pro-event-date-calendar.past .day {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
}
.pro-event-date-calendar .event-date-header {
  width: 100%;
  background-color: #ff1f43;
  color: #ffffff;
  font-weight: 500;
}
.pro-event-date-calendar .event-date-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  color: #000000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f6f6;
}
.pro-event-date-calendar .day {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 500;
  display: block;
}
.pro-event-date-calendar .year {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 400;
  display: block;
  color: #707580;
}
.pro-event-date-calendar .month {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
.pro-card-header {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 8px 16px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.pro-card-header .rank-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-header .rank-wrapper.channel {
  padding-left: 32px;
}
.pro-card-header .rank-wrapper.channel.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
  width: 16px;
  height: 16px;
}
.pro-card-header .rank-wrapper.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-card-header .rank-wrapper.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-card-header .rank-wrapper.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-card-header .rank-wrapper.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-card-header .rank-wrapper.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-card-header .rank-wrapper.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-card-header .rank-wrapper.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-card-header .rank-wrapper.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-card-header .rank-wrapper.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card-header .rank-wrapper.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-card-header .rank-wrapper.channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-card-header .rank-wrapper.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.pro-card-header .rank-wrapper .rank-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-card-header .rank-wrapper .rank-label {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 1;
  color: #707580;
}
.pro-card-header .rank-wrapper .rank {
  white-space: nowrap;
}
.pro-card-header .rank-wrapper .rank label {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  vertical-align: middle;
  display: inline-block;
  padding-right: 8px;
}
.pro-card-header .rank-wrapper .rank strong {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 8px;
}
.pro-card-header .rank-wrapper .rank .value-change-wrapper {
  text-align: right;
}
.pro-card {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-card.rounded {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .pro-card.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.pro-card.rounded:not(.artist) figure {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.pro-card.rounded.festival figure,
.pro-card.rounded.venue figure {
  overflow: hidden;
}
.pro-card.rounded.festival .event-date,
.pro-card.rounded.venue .event-date {
  margin: 0 0 6px 0;
}
.pro-card.rounded.artist h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.pro-card.rounded.artist figure {
  margin: 16px;
  padding-top: calc(100% - 32px);
}
.pro-card.rounded.artist article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
  padding: 0 16px 16px 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pro-card.rounded.artist article .bottom {
  padding-top: 16px;
}
.pro-card.rounded.artist .tags {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 58px;
  overflow: hidden;
  text-transform: uppercase;
}
.pro-card.rounded.artist .tags .flag {
  margin-right: 3px;
}
.pro-card.rounded.artist .pro-tag {
  margin: 4px;
  color: #000000;
}
.pro-card.rounded.cover-only figure {
  border-radius: 8px;
}
.pro-card.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-card.rounded:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-card.rounded:hover h3 {
  color: #6889e2;
}
.pro-card.rounded article {
  padding-left: 16px;
  padding-right: 16px;
}
.pro-card.artist,
.pro-card.beatport,
.pro-card.festival,
.pro-card.deezer,
.pro-card.venue,
.pro-card.media,
.pro-card.event,
.pro-card.spotify,
.pro-card.soundcloud,
.pro-card.video,
.pro-card.article,
.pro-card.track,
.pro-card.station,
.pro-card.youtube {
  border: 1px solid #eef0fb;
}
.pro-card.artist header,
.pro-card.beatport header,
.pro-card.festival header,
.pro-card.deezer header,
.pro-card.venue header,
.pro-card.media header,
.pro-card.event header,
.pro-card.spotify header,
.pro-card.soundcloud header,
.pro-card.video header,
.pro-card.article header,
.pro-card.track header,
.pro-card.station header,
.pro-card.youtube header {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 16px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  min-height: 64px;
}
.pro-card.artist header .rank-wrapper .rank strong,
.pro-card.beatport header .rank-wrapper .rank strong,
.pro-card.festival header .rank-wrapper .rank strong,
.pro-card.deezer header .rank-wrapper .rank strong,
.pro-card.venue header .rank-wrapper .rank strong,
.pro-card.media header .rank-wrapper .rank strong,
.pro-card.event header .rank-wrapper .rank strong,
.pro-card.spotify header .rank-wrapper .rank strong,
.pro-card.soundcloud header .rank-wrapper .rank strong,
.pro-card.video header .rank-wrapper .rank strong,
.pro-card.article header .rank-wrapper .rank strong,
.pro-card.track header .rank-wrapper .rank strong,
.pro-card.station header .rank-wrapper .rank strong,
.pro-card.youtube header .rank-wrapper .rank strong {
  margin-right: 0;
}
.pro-card.artist header .thumb,
.pro-card.beatport header .thumb,
.pro-card.festival header .thumb,
.pro-card.deezer header .thumb,
.pro-card.venue header .thumb,
.pro-card.media header .thumb,
.pro-card.event header .thumb,
.pro-card.spotify header .thumb,
.pro-card.soundcloud header .thumb,
.pro-card.video header .thumb,
.pro-card.article header .thumb,
.pro-card.track header .thumb,
.pro-card.station header .thumb,
.pro-card.youtube header .thumb {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.pro-card.artist header a,
.pro-card.beatport header a,
.pro-card.festival header a,
.pro-card.deezer header a,
.pro-card.venue header a,
.pro-card.media header a,
.pro-card.event header a,
.pro-card.spotify header a,
.pro-card.soundcloud header a,
.pro-card.video header a,
.pro-card.article header a,
.pro-card.track header a,
.pro-card.station header a,
.pro-card.youtube header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card.artist header + figure,
.pro-card.beatport header + figure,
.pro-card.festival header + figure,
.pro-card.deezer header + figure,
.pro-card.venue header + figure,
.pro-card.media header + figure,
.pro-card.event header + figure,
.pro-card.spotify header + figure,
.pro-card.soundcloud header + figure,
.pro-card.video header + figure,
.pro-card.article header + figure,
.pro-card.track header + figure,
.pro-card.station header + figure,
.pro-card.youtube header + figure,
.pro-card.artist header + a,
.pro-card.beatport header + a,
.pro-card.festival header + a,
.pro-card.deezer header + a,
.pro-card.venue header + a,
.pro-card.media header + a,
.pro-card.event header + a,
.pro-card.spotify header + a,
.pro-card.soundcloud header + a,
.pro-card.video header + a,
.pro-card.article header + a,
.pro-card.track header + a,
.pro-card.station header + a,
.pro-card.youtube header + a {
  border-top: 1px solid #eef0fb;
}
.pro-card.artist figure,
.pro-card.beatport figure,
.pro-card.festival figure,
.pro-card.deezer figure,
.pro-card.venue figure,
.pro-card.media figure,
.pro-card.event figure,
.pro-card.spotify figure,
.pro-card.soundcloud figure,
.pro-card.video figure,
.pro-card.article figure,
.pro-card.track figure,
.pro-card.station figure,
.pro-card.youtube figure {
  height: auto;
  padding-top: 100%;
  border-bottom: 1px solid #eef0fb;
  position: relative;
}
.pro-card.artist article,
.pro-card.beatport article,
.pro-card.festival article,
.pro-card.deezer article,
.pro-card.venue article,
.pro-card.media article,
.pro-card.event article,
.pro-card.spotify article,
.pro-card.soundcloud article,
.pro-card.video article,
.pro-card.article article,
.pro-card.track article,
.pro-card.station article,
.pro-card.youtube article {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-card.artist h4,
.pro-card.beatport h4,
.pro-card.festival h4,
.pro-card.deezer h4,
.pro-card.venue h4,
.pro-card.media h4,
.pro-card.event h4,
.pro-card.spotify h4,
.pro-card.soundcloud h4,
.pro-card.video h4,
.pro-card.article h4,
.pro-card.track h4,
.pro-card.station h4,
.pro-card.youtube h4 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  line-height: 16px;
}
.pro-card.artist h3,
.pro-card.beatport h3,
.pro-card.festival h3,
.pro-card.deezer h3,
.pro-card.venue h3,
.pro-card.media h3,
.pro-card.event h3,
.pro-card.spotify h3,
.pro-card.soundcloud h3,
.pro-card.video h3,
.pro-card.article h3,
.pro-card.track h3,
.pro-card.station h3,
.pro-card.youtube h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 16px;
}
.pro-card.artist .country,
.pro-card.beatport .country,
.pro-card.festival .country,
.pro-card.deezer .country,
.pro-card.venue .country,
.pro-card.media .country,
.pro-card.event .country,
.pro-card.spotify .country,
.pro-card.soundcloud .country,
.pro-card.video .country,
.pro-card.article .country,
.pro-card.track .country,
.pro-card.station .country,
.pro-card.youtube .country {
  padding: 10px 0 8px 0;
}
.pro-card.artist figure,
.pro-card.venue figure,
.pro-card.festival figure {
  overflow: visible;
}
.pro-card.artist header + a {
  border-color: #ffffff;
}
.pro-card.artist figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8eced;
  margin: 8px;
  padding-top: calc(100% - 16px);
}
.pro-card.artist figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-card.artist figure figcaption .mini-badges {
  position: static;
}
.pro-card.venue h3,
.pro-card.festival h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.pro-card.venue article,
.pro-card.festival article {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pro-card.venue article .tags,
.pro-card.festival article .tags {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card.venue .pro-tag,
.pro-card.festival .pro-tag {
  color: #000000;
}
.pro-card.youtube.active figure:before {
  background-image: url('../images/svg/pause-yt-white.svg');
}
.pro-card.youtube figure {
  position: relative;
  padding-top: 56%;
  cursor: pointer;
}
.pro-card.youtube figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-color: initial;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../images/svg/play-yt-white.svg');
}
.pro-card.youtube figure .btn-play-track {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-card.youtube article h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.pro-card.youtube article > time {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 8px;
  color: #707580;
  line-height: 1;
}
.pro-card.youtube .pro-card-stats {
  margin: 0;
}
.pro-card.youtube .pro-card-stats .description {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-card.youtube .pro-card-stats .channel-info .channel-avatar {
  border-radius: 0px;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.pro-card.youtube .pro-card-stats .channel-info .channel-title {
  color: #707580;
  font-weight: 400;
}
.pro-card.youtube .pro-card-stats .channel-info .channel-title,
.pro-card.youtube .pro-card-stats .channel-info time {
  padding-left: 8px;
  line-height: 1;
}
.pro-card.youtube .pro-card-stats .channel-info time {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 4px;
}
.pro-card.youtube .pro-card-stats time {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 8px;
}
.pro-card.station {
  /*.country {
			padding: 6px 0 8px 0;
			display: flex;
			align-items: center;
		}

		.rank-wrapper {

			.rank-label {
				
				&:before {
					content: none;
				}
			}
		}*/
}
.pro-card.station figure {
  background-size: contain;
}
.pro-card.station article {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pro-card.festival figure,
.pro-card.event figure,
.pro-card.venue figure,
.pro-card.article figure {
  padding-top: 70%;
}
.pro-card.festival .country,
.pro-card.event .country,
.pro-card.venue .country,
.pro-card.article .country {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  text-transform: uppercase;
  padding: 4px 0 2px 0;
}
.pro-card.festival .type-and-capacity,
.pro-card.event .type-and-capacity,
.pro-card.venue .type-and-capacity,
.pro-card.article .type-and-capacity {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
  text-transform: uppercase;
}
.pro-card.festival .event-date,
.pro-card.event .event-date,
.pro-card.venue .event-date,
.pro-card.article .event-date {
  margin: 10px 0 2px 0;
}
.pro-card.track.track-radio figure {
  background-size: initial;
  background-color: #ffffff;
}
.pro-card.track .rank-wrapper .rank-label {
  line-height: 16px;
}
.pro-card.track .rank-wrapper .rank-label:before {
  content: none;
}
.pro-card.track .artist,
.pro-card.track .track,
.pro-card.track .genres {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
  color: #707580;
  margin-top: 4px;
}
.pro-card.track time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
  color: #707580;
  margin-top: 2px;
}
.pro-card.article .article-info {
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-card.article .article-info {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-card.article .article-info {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-card.article .article-info {
    padding-bottom: 32px;
  }
}
.pro-card.article .article-info .source {
  font-size: 10px;
  font-size: 1rem;
  color: #000000;
  margin-right: 8px;
}
.pro-card.article .article-info time {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  margin: 0 8px 0 0;
}
.pro-card.video.active figure:before {
  background-image: url('../images/svg/pause-yt-white.svg');
}
.pro-card.video figure {
  position: relative;
  padding-top: 56%;
  cursor: pointer;
}
.pro-card.video figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../images/svg/play-yt-white.svg');
}
.pro-card.video .channel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.pro-card.video .channel-info .channel-avatar {
  overflow: hidden;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-card.video .channel-info .channel-avatar:before {
  content: none;
}
.pro-card.video .channel-info .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-card.video .channel-info .channel-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  padding-left: 8px;
  font-weight: 500;
}
.pro-card.video .channel-info .channel-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card.video .channel-info time {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  white-space: nowrap;
  margin-left: 8px;
  line-height: 1;
  margin-top: 4px;
}
.pro-card.spotify.alt article,
.pro-card.soundcloud.alt article,
.pro-card.deezer.alt article,
.pro-card.video.alt article,
.pro-card.beatport.alt article {
  padding-left: 16px;
  padding-right: 16px;
}
.pro-card.spotify.alt h3,
.pro-card.soundcloud.alt h3,
.pro-card.deezer.alt h3,
.pro-card.video.alt h3,
.pro-card.beatport.alt h3 {
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.pro-card.spotify.alt .artist,
.pro-card.soundcloud.alt .artist,
.pro-card.deezer.alt .artist,
.pro-card.video.alt .artist,
.pro-card.beatport.alt .artist,
.pro-card.spotify.alt .publisher,
.pro-card.soundcloud.alt .publisher,
.pro-card.deezer.alt .publisher,
.pro-card.video.alt .publisher,
.pro-card.beatport.alt .publisher {
  margin-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
.pro-card.spotify,
.pro-card.deezer,
.pro-card.beatport {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.pro-card.spotify.alt .artist,
.pro-card.deezer.alt .artist,
.pro-card.beatport.alt .artist {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-card.spotify.alt article,
.pro-card.deezer.alt article,
.pro-card.beatport.alt article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 108px;
  min-height: 108px;
}
.pro-card.spotify article > a,
.pro-card.deezer article > a,
.pro-card.beatport article > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-card.video-youtube article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-card.video-youtube article h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-card.video-youtube article .channel-info {
  margin-top: 8px;
}
.pro-card.media time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
  color: #707580;
}
.pro-card.media figure {
  height: 254px;
  padding-top: 0;
}
.pro-card.media .entity-info {
  margin-top: 0;
}
.pro-card.pro-section-media {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  height: auto;
  min-height: 254px;
}
.pro-card.pro-section-media.rounded figure .embed-wrapper {
  border-radius: 8px;
}
.pro-card.pro-section-media.rounded .figure-wrapper figure .embed-wrapper {
  border-radius: 8px 8px 0 0;
}
.pro-card.pro-section-media figure {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro-card.pro-section-media figure .embed-wrapper {
  overflow: hidden;
  overflow-y: auto;
}
.pro-card.pro-section-media figure .embed-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-card.pro-section-media figure .embed-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-card.pro-section-media figure .embed-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-card.pro-section-media > article {
  padding: 16px;
}
.pro-card.pro-section-media > article time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.pro-card.pro-section-media .figure-wrapper {
  position: relative;
  padding-top: 100%;
}
.pro-card.pro-section-media .channel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.pro-card.pro-section-media .channel-info.artist .channel-avatar,
.pro-card.pro-section-media .channel-info.artist figure.channel-avatar {
  border-radius: 50%;
}
.pro-card.pro-section-media .channel-info + time {
  margin-top: 8px;
}
.pro-card.pro-section-media .channel-info .channel-avatar,
.pro-card.pro-section-media .channel-info figure.channel-avatar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8eced;
  border-radius: 0;
  position: relative;
}
.pro-card.pro-section-media .channel-info .channel-avatar:before,
.pro-card.pro-section-media .channel-info figure.channel-avatar:before {
  content: none;
}
.pro-card.pro-section-media .channel-info .description {
  padding-left: 8px;
}
.pro-card.pro-section-media .channel-info .channel-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
  padding-left: 0;
}
.pro-card.pro-section-media .channel-info .channel-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card.pro-section-media .channel-info .country-and-genres {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.pro-card.spotify.playlist:hover h3 {
  color: #6889e2;
}
.pro-card.spotify.playlist:hover h3:after {
  background-image: url('../images/svg/icon-link-small-blue-roll.svg');
}
.pro-card.spotify.playlist figure {
  height: auto;
  padding-top: 100%;
}
.pro-card.spotify.playlist h3 {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  /*&:after {
					content: "";
					width: 16px;
					height: 16px;
					min-width: 16px;
					background-image: url('../images/svg/icon-link-small-blue.svg');
					background-repeat: no-repeat;
					background-position: center;
					background-size: 16px;
					margin-left: 8px;
				}*/
}
.pro-card.spotify.playlist h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.pro-card.spotify.playlist .bottom {
  padding-top: 16px;
}
.pro-card.spotify.playlist .artist {
  margin-top: 0;
}
.pro-card.spotify.playlist .tags {
  position: static;
  top: 0;
  right: 0;
  height: 23px;
  overflow: hidden;
}
.pro-card.spotify h3 {
  margin-bottom: 3px;
}
.pro-card.spotify .artist,
.pro-card.spotify .track,
.pro-card.spotify .genres {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
  color: #707580;
  margin-top: 4px;
}
.pro-card.spotify .tags {
  position: absolute;
  top: 8px;
  right: 8px;
}
.pro-card.spotify time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
  color: #707580;
  margin-top: 2px;
}
.pro-card.airplay figure,
.pro-card.station figure {
  height: auto;
  padding-top: 100%;
}
.pro-card.airplay h3,
.pro-card.station h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.pro-card.airplay .bottom,
.pro-card.station .bottom {
  padding-top: 16px;
}
.pro-card.airplay .tags,
.pro-card.station .tags {
  max-height: 58px;
  overflow: hidden;
  margin: -3px;
}
.pro-card.airplay .pro-tag,
.pro-card.station .pro-tag {
  margin: 3px;
}
.pro-card.beatport h3,
.pro-card.deezer h3,
.pro-card.playlist-big h3 {
  line-height: 20px;
  margin-bottom: 8px;
}
.pro-card.beatport .artist,
.pro-card.deezer .artist,
.pro-card.playlist-big .artist,
.pro-card.beatport .publisher,
.pro-card.deezer .publisher,
.pro-card.playlist-big .publisher,
.pro-card.beatport time,
.pro-card.deezer time,
.pro-card.playlist-big time {
  color: #707580;
  line-height: 16px;
  margin-top: 0;
}
.pro-card.beatport time,
.pro-card.deezer time,
.pro-card.playlist-big time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
}
.pro-card.beatport .artist,
.pro-card.deezer .artist,
.pro-card.playlist-big .artist,
.pro-card.beatport .publisher,
.pro-card.deezer .publisher,
.pro-card.playlist-big .publisher {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-card.soundcloud.playlist figure {
  height: auto;
  padding-top: 100%;
}
.pro-card.soundcloud.playlist figure:hover:before {
  background-color: #4e63ce;
  background-image: url('../images/svg/icon-link-white.svg');
}
.pro-card.soundcloud.playlist figure:before {
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  position: relative;
  content: "";
  text-transform: uppercase;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  background-image: url('../images/svg/icon-link.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
.pro-card.soundcloud h3 {
  margin-bottom: 3px;
}
.pro-card.soundcloud .artist,
.pro-card.soundcloud .track,
.pro-card.soundcloud .genres {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
  color: #707580;
  margin-top: 4px;
}
.pro-card.soundcloud .tags {
  position: absolute;
  top: 8px;
  right: 8px;
}
.pro-card.soundcloud time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
  color: #707580;
  margin-top: 2px;
}
.pro-card.instagram + .pro-card-stats figure {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.pro-card.instagram + .pro-card-stats .country-and-genres {
  line-height: 16px;
}
.pro-card.instagram + .pro-card-stats .channel-info .description {
  padding-left: 8px;
}
.pro-card.instagram + .pro-card-stats .channel-info .channel-title {
  line-height: 16px;
}
.pro-card.instagram .embed-wrapper {
  top: 0;
  left: -1px;
  right: -2px;
}
.pro-card.instagram .embed-wrapper > div {
  min-width: 100% !important;
}
.pro-card.instagram .embed-wrapper iframe {
  background: transparent !important;
}
.pro-card.instagram .entity-info .entity-avatar {
  border-radius: 50%;
}
.pro-card.instagram figure.entity-avatar {
  border-radius: 50% !important;
}
.pro-card.instagram .instagram-media,
.pro-card.instagram iframe {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
  margin-top: -54px !important;
  margin-bottom: -45px !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.pro-card.twitter .embed-wrapper {
  cursor: pointer;
  left: -6px;
  top: -12px;
  right: -2px;
}
.pro-card.twitter figure.entity-avatar {
  border-radius: 50% !important;
}
.pro-card.tiktok .embed-wrapper {
  top: -20px;
}
.pro-card.tiktok .embed-wrapper > div {
  -webkit-transform: translateX(calc((-300px + 100%)/2));
          transform: translateX(calc((-300px + 100%)/2));
}
.pro-card.tiktok figure.entity-avatar {
  border-radius: 50% !important;
}
.pro-card.tiktok figure {
  height: 340px;
}
.pro-card.tiktok .channel-title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.pro-card.tiktok .channel-title + time {
  margin-top: 4px;
}
.pro-card.show-details {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  border-top: 1px solid #000000;
  margin-top: -4px;
}
.pro-card.show-details:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -32px;
  background-color: #eef0fb;
  z-index: -2;
}
.pro-card.show-details:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #000000 transparent;
}
.pro-card.show-details + .pro-card-stats {
  position: relative;
  margin-top: 1px;
}
.pro-card.show-details + .pro-card-stats:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  border-top: 1px solid #ddd;
  top: -10px;
  left: -8px;
  right: -8px;
  bottom: -10px;
  background-color: #eef0fb;
  z-index: -1;
}
.pro-card.selected {
  background-color: #eef0fb;
}
.pro-card.selected header {
  background-color: #eef0fb;
}
.pro-card.pro-card-featured.rounded.article figure {
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 1024px) {
  .pro-card.pro-card-featured.rounded.article figure {
    border-radius: 8px 0 0 8px;
  }
}
.pro-card.pro-card-featured.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.rounded:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-card.pro-card-featured.rounded:hover h3:not([class]) a {
  color: #6889e2;
}
.pro-card.pro-card-featured.rounded:hover .song-title h3 {
  color: #000000;
}
.pro-card.pro-card-featured.rounded figure {
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.rounded figure {
    border-radius: 8px 0 0 8px;
  }
}
.pro-card.pro-card-featured.event figure figcaption {
  pointer-events: none;
  cursor: default;
  position: absolute;
  z-index: 1;
  left: 8px;
  bottom: 8px;
  right: 8px;
}
.pro-card.pro-card-featured.event article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.event article {
    padding: 24px 24px 12px 24px;
  }
}
.pro-card.pro-card-featured.event .entity-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-card.pro-card-featured.event .article-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-card.pro-card-featured.event .article-top h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.event .article-top h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-card.pro-card-featured.event .article-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #E8ECED;
  padding-top: 8px;
  margin-top: 12px;
}
.pro-card.pro-card-featured.event .article-bottom h4 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .pro-card.pro-card-featured.event .pro-date-event-calendar {
    width: 50px;
    height: 50px;
  }
  .pro-card.pro-card-featured.event .pro-date-event-calendar .day {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
  }
  .pro-card.pro-card-featured.event .pro-date-event-calendar .year {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
  }
  .pro-card.pro-card-featured.event .pro-date-event-calendar .month {
    font-size: 10px;
    font-size: 1rem;
    line-height: 14px;
  }
}
.pro-card.pro-card-featured.event .artist,
.pro-card.pro-card-featured.event .location {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.event .artist,
  .pro-card.pro-card-featured.event .location {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
  }
}
.pro-card.pro-card-featured.event .artist .flag,
.pro-card.pro-card-featured.event .location .flag {
  width: 21px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #e8eced;
}
.pro-card.pro-card-featured.event .artist {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.event .artist {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.pro-card.pro-card-featured.event .tags {
  padding-top: 10px;
}
.pro-card.pro-card-featured.event .swiper-container .swiper-button-prev,
.pro-card.pro-card-featured.event .swiper-container .swiper-button-next {
  display: block;
}
.pro-card.pro-card-featured.event .swiper-pagination {
  display: none;
}
.pro-card.pro-card-featured.article article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.article article {
    padding: 24px 24px 12px 24px;
  }
}
.pro-card.pro-card-featured.article h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.article h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-card.pro-card-featured.article .caption {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  color: #707580;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.article .caption {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.pro-card.pro-card-featured.artist figure {
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .pro-card.pro-card-featured.video article {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.pro-card.pro-card-featured figure {
  border: 0;
}
.pro-card.pro-card-featured h3 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-card.pro-card-featured .tags {
  font-size: 0px;
  font-size: 0rem;
  margin: -3px;
}
.pro-card.pro-card-featured .tags .pro-tag {
  margin: 3px;
}
.pro-card.pro-card-featured .swiper-container .swiper-pagination-bullet {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border-width: 1px;
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev,
.pro-card.pro-card-featured .swiper-container .swiper-button-next {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 8px;
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev.swiper-button-disabled,
.pro-card.pro-card-featured .swiper-container .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev:before,
.pro-card.pro-card-featured .swiper-container .swiper-button-next:before {
  content: none;
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev:after,
.pro-card.pro-card-featured .swiper-container .swiper-button-next:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/svg/chevron-left-blue-roll.svg) url(../images/svg/chevron-right-blue-roll.svg);
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev {
  left: 8px;
  background-position: left 7px center;
  background-image: url('../images/svg/chevron-left-blue.svg');
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev:hover {
  background-image: url('../images/svg/chevron-left-blue-roll.svg');
}
.pro-card.pro-card-featured .swiper-container .swiper-button-next {
  right: 8px;
  background-position: right 7px center;
  background-image: url('../images/svg/chevron-right-blue.svg');
}
.pro-card.pro-card-featured .swiper-container .swiper-button-next:hover {
  background-image: url('../images/svg/chevron-right-blue-roll.svg');
}
.pro-card.performance {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 200px;
  z-index: 10;
}
.pro-card.performance.video header {
  min-height: unset;
}
.pro-card.performance.video > figure {
  position: relative;
  padding-top: 56%;
  cursor: pointer;
  height: auto;
}
.pro-card.performance.video .rank-wrapper .rank {
  margin-top: 0;
}
.pro-card.performance.video .entity-info figure {
  border-radius: 50%;
}
.pro-card.performance.track .author {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-card.performance.youtube figure {
  height: 112px;
}
.pro-card.performance.instagram time,
.pro-card.performance.twitter time,
.pro-card.performance.tiktok time {
  margin-top: 0;
}
.pro-card.performance.twitter header {
  border-bottom: 1px solid #E8ECED;
}
.pro-card.performance.twitter article {
  border-top: 1px solid #E8ECED;
}
.pro-card.performance.tiktok figure {
  height: 266px;
}
.pro-card.performance.tiktok .embed-wrapper blockquote {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
  margin-left: -62px;
  margin-top: -110px;
}
.pro-card.performance.airplay .rank-wrapper .rank {
  margin-top: 0;
}
.pro-card.performance.airplay .author {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-card.performance.rounded header + figure {
  border-radius: 0;
}
.pro-card.performance.rounded > figure {
  border-radius: 8px 8px 0 0;
}
.pro-card.performance .btn-close-card {
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: -24px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-size: 7px;
}
.pro-card.performance header {
  border-radius: 8px 8px 0 0;
  padding: 16px 8px 8px 8px;
  min-height: unset;
}
.pro-card.performance header + figure {
  border-radius: 0;
}
.pro-card.performance .entity-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card.performance .entity-info figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid #e8eced;
}
.pro-card.performance .entity-info figure:before {
  content: none;
}
.pro-card.performance .entity-info article {
  color: #707580;
  padding: 0 0 0 8px;
}
.pro-card.performance .entity-info article h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  color: inherit;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.pro-card.performance .entity-info article time {
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.pro-card.performance .rank-wrapper {
  line-height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-card.performance .rank-wrapper .rank-label {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  position: relative;
  padding-right: 24px;
  width: 100%;
}
.pro-card.performance .rank-wrapper .rank-label + .rank {
  margin-top: 8px;
}
.pro-card.performance .rank-wrapper .rank-label:before {
  position: absolute;
  right: 0;
  top: 0;
}
.pro-card.performance .rank-wrapper .rank {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 16px;
}
.pro-card.performance .rank-wrapper .rank strong {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  line-height: 16px;
  margin-right: 2px;
  vertical-align: baseline;
}
.pro-card.performance figure {
  border-radius: 8px 8px 0 0;
  padding: 0;
  width: 198px;
  height: 200px;
  overflow: hidden;
}
.pro-card.performance .embed-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/gif/loader.gif');
  background-color: #ffffff;
}
.pro-card.performance article {
  padding: 8px 8px 16px 8px;
}
.pro-card.performance h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
.pro-card.performance time,
.pro-card.performance .author {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 16px;
  display: block;
  margin-top: 8px;
}
.pro-card.performance .author {
  margin-top: 4px;
}
.pro-card.performance .author + time {
  margin-top: 4px;
}
.pro-card.not-clickable {
  pointer-events: none;
  cursor: default;
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.pro-card.not-clickable .actions {
  pointer-events: all;
  cursor: pointer;
}
.pro-card.not-clickable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.pro-card.not-hoverable {
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.pro-card.not-hoverable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.pro-card.not-hoverable:hover article h3 {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .pro-card.mobile-mini {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pro-card.mobile-mini.rounded:not(.artist) figure {
    border-radius: 4px 0 0 4px;
  }
  .pro-card.mobile-mini figure {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
  .pro-card.mobile-mini article {
    padding: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
  }
  .pro-card.mobile-mini h3 {
    font-size: 15px;
    font-size: 1.5rem;
    word-break: normal !important;
    word-break: break-all !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    line-height: 20px !important;
    margin-bottom: 0;
  }
  .pro-card.mobile-mini .artist {
    margin-top: 0;
  }
  .pro-card.mobile-mini .btn-play-track {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
  }
}
.pro-card .figure-tags {
  position: absolute;
  right: 16px;
  top: 16px;
}
.pro-card .channel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.pro-card .channel-info .channel-avatar {
  overflow: hidden;
  padding: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .pro-card .channel-info .channel-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.pro-card .channel-info .channel-avatar:before {
  content: none;
}
.pro-card .channel-info .channel-title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #707580;
  padding-left: 8px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .pro-card .channel-info .channel-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding-left: 16px;
  }
}
.pro-card .channel-info .channel-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card .entity-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.pro-card .entity-info + time {
  padding-top: 8px;
}
.pro-card .entity-info .entity-avatar {
  overflow: hidden;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-card .entity-info .entity-avatar:before {
  content: none;
}
.pro-card .entity-info .description {
  padding-left: 8px;
}
.pro-card .entity-info .entity-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
}
.pro-card .entity-info .entity-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card .entity-info .extra-info {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
  color: #707580;
}
.pro-card .rank-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-card .rank-wrapper.multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card .rank-wrapper.multiple .rank-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card .rank-wrapper.multiple .rank-item.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-card .rank-wrapper.multiple .rank-item.flex.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-card .rank-wrapper.multiple .rank-item.flex.col .rank {
  margin-left: 0;
}
.pro-card .rank-wrapper.multiple .rank-item.flex.col .rank-label {
  margin-top: 2px;
}
.pro-card .rank-wrapper.multiple .rank-item.flex.col .rank-label:before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.pro-card .rank-wrapper.multiple .rank-item:first-child .rank-label {
  font-size: 10px;
  font-size: 1rem;
}
.pro-card .rank-wrapper.multiple .rank-item:first-child .rank-label:before {
  position: relative;
}
.pro-card .rank-wrapper.multiple .rank-item:first-child .rank strong {
  margin: 0;
}
.pro-card .rank-wrapper.multiple .rank-item .rank {
  line-height: 1;
  margin-left: 6px;
}
.pro-card .rank-wrapper .rank-label {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 1;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card .rank-wrapper .rank-label.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
  width: 16px;
  height: 16px;
}
.pro-card .rank-wrapper .rank-label.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-card .rank-wrapper .rank-label.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-card .rank-wrapper .rank-label.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-card .rank-wrapper .rank-label.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-card .rank-wrapper .rank-label.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-card .rank-wrapper .rank-label.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-card .rank-wrapper .rank-label.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-card .rank-wrapper .rank-label.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-card .rank-wrapper .rank-label.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card .rank-wrapper .rank-label.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-card .rank-wrapper .rank-label.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-card .rank-wrapper .rank-label.apple-music:before {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-card .rank-wrapper .rank-label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.pro-card .rank-wrapper .rank {
  white-space: nowrap;
}
.pro-card .rank-wrapper .rank label {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  vertical-align: middle;
  display: inline-block;
  padding-right: 8px;
}
.pro-card .rank-wrapper .rank strong {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 8px;
}
.pro-card .rank-wrapper .rank .value-change-wrapper {
  text-align: right;
}
.pro-card .btn-pro-txt {
  padding: 14px;
}
.pro-card .btn-play-track {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background-color: #ffffff;
}
.pro-card .btn-link-outside {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background-color: #ffffff;
}
.pro-card .btn-link-outside:hover,
.pro-card .btn-link-outside.active {
  background-color: #4e63ce;
}
.pro-card .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro-card .swiper-container:hover .swiper-button-prev,
.pro-card .swiper-container:hover .swiper-button-next {
  display: block;
}
.pro-card .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-card .swiper-container .swiper-button-prev,
.pro-card .swiper-container .swiper-button-next {
  display: none;
  width: 20px;
  top: 0;
  bottom: 0;
  height: auto;
  background-color: transparent;
}
.pro-card .swiper-container .swiper-button-prev:before,
.pro-card .swiper-container .swiper-button-next:before {
  background-size: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.pro-card .swiper-container .swiper-button-prev {
  left: 0;
  right: auto;
}
.pro-card .swiper-container .swiper-button-prev:before {
  background-image: url('../images/svg/chevron-left-white.svg');
}
.pro-card .swiper-container .swiper-button-next {
  right: 0;
  left: auto;
}
.pro-card .swiper-container .swiper-button-next:before {
  background-image: url('../images/svg/chevron-right-white.svg');
}
.pro-card .swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-width: 1px;
}
.pro-card .swiper-container .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pro-card .embed-wrapper {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro-card figure {
  height: 168px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.pro-card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 16px;
}
.pro-card article + .btn-card-action {
  margin-top: -12px;
}
.pro-card h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
.pro-card a {
  color: #000000;
}
.pro-card .country {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding: 2px 0;
}
.pro-card .country .flag {
  margin-bottom: 2px;
}
.pro-card .type-and-capacity {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  font-weight: 500;
}
.pro-card .event-date {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  margin: 5px 0;
  color: #707580;
  text-transform: normal;
}
.pro-card .event-date span {
  text-transform: uppercase;
}
.pro-card .lineup,
.pro-card .genres {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1;
}
.pro-card .lineup a,
.pro-card .genres a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 18px;
  color: #4e63ce;
}
.pro-card .lineup a:hover,
.pro-card .genres a:hover {
  color: #6889e2;
}
.pro-card .lineup .artist a,
.pro-card .genres .artist a {
  color: #707580;
}
.pro-card .lineup .artist a:hover,
.pro-card .genres .artist a:hover {
  color: #6889e2;
}
.pro-card .genres {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
}
.pro-card .genres .genre {
  line-height: 16px;
  display: inline-block;
}
.pro-card .btn-see-upcoming-event {
  font-size: 10px;
  font-size: 1rem;
  background-color: #4e63ce;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pro-card .btn-see-upcoming-event + article {
  padding-bottom: 46px;
}
.pro-card .mini-badges {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 99px;
  position: absolute;
  z-index: 1;
  bottom: -12px;
  right: 8px;
  height: 26px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  cursor: default;
}
.pro-card .mini-badges .mini-badge {
  margin: 0 2px;
}
.pro-card .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.pro-card .mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.pro-card .mini-badges .claimed-icon {
  margin: 0;
}
.pro-card .mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.pro-card .embed-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/gif/loader.gif');
  background-color: #ffffff;
}
.pro-card .new-icon {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: -4px;
  margin-left: 4px;
}
.pro-card-stats-v2 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 8px;
  color: #707580;
}
@media only screen and (max-width: 767px) {
  .pro-card-stats-v2.mobile-mini .stats-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
  .pro-card-stats-v2.mobile-mini .stats-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pro-card-stats-v2.mobile-mini .stats-label.channel {
    background-size: 16px;
    padding-left: 24px;
    background-position: left center;
  }
}
.pro-card-stats-v2.not-available {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pro-card-stats-v2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card-stats-v2 .row-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.pro-card-stats-v2 .row-inline .value-change {
  -ms-flex-item-align: unset;
      align-self: unset;
}
.pro-card-stats-v2 .stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-card-stats-v2 .stats-item:first-child:nth-last-child(1) {
  width: 100%;
}
.pro-card-stats-v2 .stats-item:first-child:nth-last-child(2),
.pro-card-stats-v2 .stats-item:first-child:nth-last-child(2) ~ .stats-item {
  width: 50%;
}
.pro-card-stats-v2 .stats-item strong {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-stats-v2 .stats-item strong .value-change {
  margin-left: 8px;
  -ms-flex-item-align: center;
      align-self: center;
}
.pro-card-stats-v2 .stats-item .value-change-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-card-stats-v2 .stats-label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707580;
  position: relative;
}
.pro-card-stats-v2 .stats-label.channel {
  padding-left: 14px;
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 10px;
}
.pro-card-stats-v2 .stats-label.channel.instagram {
  background-image: url('../images/svg/icon-link-instagram-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.viberate {
  background-image: url('../images/svg/icon-link-viberate-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.youtube {
  background-image: url('../images/svg/icon-link-youtube-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.spotify {
  background-image: url('../images/svg/icon-link-spotify-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.deezer {
  background-image: url('../images/svg/icon-link-deezer-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.tiktok {
  background-image: url('../images/svg/icon-link-tiktok-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.facebook {
  background-image: url('../images/svg/icon-link-facebook-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.twitter {
  background-image: url('../images/svg/icon-link-twitter-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.shazam {
  background-image: url('../images/svg/icon-link-shazam-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.soundcloud {
  background-image: url('../images/svg/icon-link-soundcloud-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.beatport {
  background-image: url('../images/svg/icon-link-beatport-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card-stats {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 8px;
  color: #707580;
}
.pro-card-stats.not-available {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pro-card-stats .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card-stats .social-follow {
  margin: 2px 12px 2px 0;
  display: inline-block;
  vertical-align: middle;
}
.pro-card-stats .social-follow:first-child {
  margin-left: 12px;
}
.pro-card-stats .social-follow:last-child {
  margin-right: 0;
}
.pro-card-stats .social-follow.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-card-stats.channel {
  padding-left: 24px;
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.pro-card-stats.channel.instagram {
  background-image: url('../images/svg/icon-link-instagram-color.svg');
}
.pro-card-stats.channel.youtube {
  background-image: url('../images/svg/icon-link-youtube-color.svg');
}
.pro-card-stats.channel.spotify {
  background-image: url('../images/svg/icon-link-spotify-color.svg');
}
.pro-card-stats.channel.deezer {
  background-image: url('../images/svg/icon-link-deezer-color.svg');
}
.pro-card-stats.channel.tiktok {
  background-image: url('../images/svg/icon-link-tiktok-color.svg');
}
.pro-card-stats.channel.facebook {
  background-image: url('../images/svg/icon-link-facebook-color.svg');
}
.pro-card-stats.channel.twitter {
  background-image: url('../images/svg/icon-link-twitter-color.svg');
}
.pro-card-stats.channel.shazam {
  background-image: url('../images/svg/icon-link-shazam-color.svg');
}
.pro-card-stats.channel.soundcloud {
  background-image: url('../images/svg/icon-link-soundcloud-color.svg');
}
.pro-card-stats.channel.beatport {
  background-image: url('../images/svg/icon-link-beatport-color.svg');
}
.pro-card-stats.channel.airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card-stats .black {
  color: #000000;
}
.pro-card-stats .inline {
  display: inline;
}
.pro-card-stats .stats-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  margin-top: 4px;
}
.pro-card-stats .stats-label.channel {
  padding-left: 24px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 16px;
}
.pro-card-stats .stats-label.channel.instagram {
  background-image: url('../images/svg/icon-link-instagram-color.svg');
}
.pro-card-stats .stats-label.channel.viberate {
  background-image: url('../images/svg/icon-link-viberate-color.svg');
}
.pro-card-stats .stats-label.channel.youtube {
  background-image: url('../images/svg/icon-link-youtube-color.svg');
}
.pro-card-stats .stats-label.channel.spotify {
  background-image: url('../images/svg/icon-link-spotify-color.svg');
}
.pro-card-stats .stats-label.channel.deezer {
  background-image: url('../images/svg/icon-link-deezer-color.svg');
}
.pro-card-stats .stats-label.channel.tiktok {
  background-image: url('../images/svg/icon-link-tiktok-color.svg');
}
.pro-card-stats .stats-label.channel.facebook {
  background-image: url('../images/svg/icon-link-facebook-color.svg');
}
.pro-card-stats .stats-label.channel.twitter {
  background-image: url('../images/svg/icon-link-twitter-color.svg');
}
.pro-card-stats .stats-label.channel.shazam {
  background-image: url('../images/svg/icon-link-shazam-color.svg');
}
.pro-card-stats .stats-label.channel.soundcloud {
  background-image: url('../images/svg/icon-link-soundcloud-color.svg');
}
.pro-card-stats .stats-label.channel.beatport {
  background-image: url('../images/svg/icon-link-beatport-color.svg');
}
.pro-card-stats .stats-label.channel.airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card-stats strong {
  color: #000000;
  font-weight: 400;
}
.pro-card-stats .channel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-stats .channel-info .channel-avatar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .channel-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.pro-card-stats .channel-info .channel-avatar.small {
  width: 26px;
  height: 26px;
  min-width: 26px;
}
.pro-card-stats .channel-info .channel-avatar:before {
  content: none;
}
.pro-card-stats .channel-info .description {
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .description {
    padding-left: 8px;
  }
}
.pro-card-stats .channel-info .channel-title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .channel-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.pro-card-stats .channel-info .channel-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card-stats .channel-info .country-and-genres {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .country-and-genres {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.pro-card-stats .channel-info .artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .artist {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-card-stats .track-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-stats .track-info .track-cover {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .track-info .track-cover {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.pro-card-stats .track-info .track-cover.small {
  width: 26px;
  height: 26px;
  min-width: 26px;
}
.pro-card-stats .track-info .track-cover:before {
  content: none;
}
.pro-card-stats .track-info .description {
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .track-info .description {
    padding-left: 8px;
  }
}
.pro-card-stats .track-info .track-title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 0;
  text-align: left;
}
.pro-card-stats .track-info .track-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card-stats .track-info .artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.pro-entity-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-entity-card.rounded {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    overflow: hidden;
  }
}
.pro-entity-card.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card.rounded:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-entity-card.rounded:hover article h3 {
  color: #6889e2;
}
.pro-entity-card.rounded.artist figure {
  margin: 16px 16px 0 16px;
  padding-top: calc(100% - 32px);
}
.pro-entity-card.rounded figure {
  border-radius: 8px 8px 0 0;
}
.pro-entity-card.rounded h3 {
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}
.pro-entity-card.rounded figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-entity-card.rounded article {
  padding: 16px;
}
.pro-entity-card.rounded .actions {
  top: 16px;
  right: 16px;
}
.pro-entity-card.one-row-tags .tags {
  height: 29px;
  overflow: hidden;
}
.pro-entity-card.artist {
  background-color: #ffffff;
}
.pro-entity-card.artist figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 8px 0 8px;
  padding-top: calc(100% - 16px);
  border: 1px solid #e8eced;
}
.pro-entity-card.artist figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-entity-card.artist figure figcaption .mini-badges {
  left: auto;
  right: auto;
  bottom: 0;
}
.pro-entity-card.artist figure figcaption .pro-event-date-calendar {
  left: 0;
  top: 0;
  bottom: auto;
}
.pro-entity-card.festival.horizontal .actions,
.pro-entity-card.venue.horizontal .actions {
  right: calc(100% - (158px - 8px));
}
.pro-entity-card.festival.horizontal figure,
.pro-entity-card.venue.horizontal figure {
  width: 158px;
  min-width: 158px;
  padding-top: 0;
}
.pro-entity-card.festival figure,
.pro-entity-card.venue figure {
  padding-top: 75%;
  /* 4:3 aspect ratio */
}
.pro-entity-card.event h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.pro-entity-card.event .bottom {
  padding-top: 16px;
  margin-top: auto;
}
.pro-entity-card.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pro-entity-card.horizontal .actions {
  right: calc(100% - (110px - 8px));
}
.pro-entity-card.horizontal .swiper-container {
  display: none;
}
.pro-entity-card.horizontal figure {
  border-radius: 8px 0 0 8px;
  padding-top: 0;
  width: 110px;
  height: 110px;
  min-width: 110px;
}
.pro-entity-card.horizontal article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card.horizontal article {
    padding: 16px;
  }
}
.pro-entity-card.horizontal .bottom {
  padding-top: 0;
}
.pro-entity-card.horizontal h3 {
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-entity-card.horizontal h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.pro-entity-card.horizontal .claimed-icon {
  margin-left: 8px;
}
.pro-entity-card.horizontal .tags {
  max-height: 30px;
}
.pro-entity-card.horizontal .bottom {
  margin-top: auto;
}
.pro-entity-card.horizontal .event-date,
.pro-entity-card.horizontal .pro-event-date-calendar {
  left: 8px;
  bottom: 8px;
}
.pro-entity-card.active {
  background-color: #eef0fb;
}
.pro-entity-card.active article {
  background-color: #eef0fb;
}
.pro-entity-card.empty figure {
  background: #efefef;
}
.pro-entity-card.empty .actions .btn {
  background: #f5f5f5 !important;
  border-color: #f5f5f5;
}
.pro-entity-card.empty h3 {
  background: #f5f5f5;
  width: 100%;
  height: 18px;
}
.pro-entity-card.empty .tags .empty-value-inline {
  width: 50px;
  background: #f5f5f5;
}
.pro-entity-card.not-clickable {
  pointer-events: none;
  cursor: default;
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.pro-entity-card.not-clickable .actions {
  pointer-events: all;
  cursor: pointer;
}
.pro-entity-card.not-clickable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.pro-entity-card.not-hoverable {
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.pro-entity-card.not-hoverable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.pro-entity-card.not-hoverable:hover article h3 {
  color: #000000;
}
.pro-entity-card.has-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.pro-entity-card .waiting {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.pro-entity-card .actions {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  line-height: 1;
  margin: 0 -2px;
}
.pro-entity-card .actions * {
  margin: 0 2px;
}
.pro-entity-card .swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.pro-entity-card .swiper-container:hover .swiper-button-prev,
.pro-entity-card .swiper-container:hover .swiper-button-next {
  display: block;
}
.pro-entity-card .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-entity-card .swiper-container .swiper-slide .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro-entity-card .swiper-container .swiper-button-prev,
.pro-entity-card .swiper-container .swiper-button-next {
  border-radius: 50%;
  background-color: #ffffff;
  display: none;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
}
.pro-entity-card .swiper-container .swiper-button-prev:before,
.pro-entity-card .swiper-container .swiper-button-next:before {
  background-size: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.pro-entity-card .swiper-container .swiper-button-prev {
  left: 8px;
  right: auto;
}
.pro-entity-card .swiper-container .swiper-button-prev:before {
  background-image: url('../images/svg/icon-left-arrow-blue.svg');
  background-position: 4px center;
}
.pro-entity-card .swiper-container .swiper-button-prev:hover:before {
  background-image: url('../images/svg/icon-left-arrow-blue-roll.svg');
}
.pro-entity-card .swiper-container .swiper-button-next {
  right: 8px;
  left: auto;
}
.pro-entity-card .swiper-container .swiper-button-next:before {
  background-image: url('../images/svg/icon-right-arrow-blue.svg');
  background-position: 6px center;
}
.pro-entity-card .swiper-container .swiper-button-next:hover:before {
  background-image: url('../images/svg/icon-right-arrow-blue-roll.svg');
}
.pro-entity-card .swiper-container .swiper-pagination {
  bottom: 2px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.pro-entity-card .swiper-container .swiper-pagination-bullet {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border-width: 1px;
  display: inline-block;
}
.pro-entity-card .mini-badges {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 99px;
  border: 1px solid #e8eced;
  position: absolute;
  z-index: 1;
  bottom: -12px;
  right: auto;
  left: auto;
  height: 28px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  cursor: default;
}
.pro-entity-card .mini-badges .mini-badge {
  margin: 0 2px;
}
.pro-entity-card .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.pro-entity-card .mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.pro-entity-card .mini-badges .claimed-icon {
  margin: 0;
}
.pro-entity-card .mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.pro-entity-card .tags {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 58px;
  overflow: hidden;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card .tags {
    padding-top: 0;
  }
}
.pro-entity-card .tags .flag {
  margin-right: 3px;
}
.pro-entity-card .pro-tag {
  margin: 4px;
  color: #000000;
}
.pro-entity-card figure {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100%;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-entity-card figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-entity-card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
  background-color: #ffffff;
  padding: 20px 16px 16px 16px;
}
.pro-entity-card article .bottom {
  padding-top: 20px;
}
.pro-entity-card .festival-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #707580;
  display: block;
  padding-top: 12px;
}
.pro-entity-card a {
  color: inherit;
}
.pro-entity-card h3 {
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
  line-height: 18px;
}
.pro-entity-card .pro-event-date-calendar {
  border-radius: 4px;
  position: absolute;
  left: 8px;
  bottom: 8px;
  border: 1px solid #E8ECED;
}
.pro-entity-card .event-date {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #494C52;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.pro-entity-card .event-date .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
.pro-entity-card .event-date .month {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  display: block;
}
.pro-entity-card .event-venue {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.pro-card-video {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.pro-card-video.active figcaption:after {
  background-image: url('../images/svg/pause-yt-white.svg');
}
.pro-card-video .zero-state,
.pro-card-video .compare-zero-state {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-video figure {
  position: relative;
  padding-top: 56%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.pro-card-video figcaption {
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pro-card-video figcaption:before {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro-card-video figcaption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../images/svg/play-yt-white.svg');
}
.pro-card-video figcaption h4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.pro-card-article {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  text-align: left;
  width: 100%;
}
.pro-card-article figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.pro-card-article .figure-tags {
  position: absolute;
  right: 16px;
  top: 16px;
}
.pro-card-article article {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding: 12px 8px;
  background-color: #ffffff;
}
.pro-card-article article a {
  color: inherit;
}
.pro-card-article h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.pro-card-article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  padding: 0 8px;
  height: 32px;
}
.pro-card-article-footer time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #707580;
  display: block;
}
.pro-card-article-footer .author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding-left: 40px;
  position: relative;
  line-height: 20px;
  height: 32px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-article-footer .author img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
.pro-card-article-footer .author a {
  color: inherit;
}
.value-tooltip {
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .value-tooltip {
    right: 0;
  }
}
.value-tooltip.adaptive .tooltip-article {
  padding: 8px 16px;
  width: auto;
  white-space: nowrap;
  top: -8px;
}
.value-tooltip.wide .tooltip-article {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .value-tooltip.wide .tooltip-article {
    width: 250px;
  }
}
.value-tooltip.text-align-left .tooltip-article {
  text-align: left;
}
.value-tooltip:hover .tooltip-article {
  display: block;
}
.value-tooltip .tooltip-label {
  position: relative;
}
.value-tooltip .tooltip-label:after {
  content: "";
  position: absolute;
  height: 1px;
  left: -4px;
  right: -4px;
  bottom: 0;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #4e63ce), color-stop(0%, rgba(78, 99, 206, 0)));
  background-image: linear-gradient(to right, #4e63ce 33%, rgba(78, 99, 206, 0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  left: 0px;
  right: 0px;
  background: none;
  border-bottom: 2px dotted #4e63ce;
}
.value-tooltip .tooltip-label:before {
  content: "";
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  z-index: -1;
  position: absolute;
  display: inline-block;
}
.value-tooltip .tooltip-article {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  padding: 12px;
  display: none;
  position: absolute;
  right: calc(100% + 5px);
  top: 0;
  color: #000000;
  background-color: #ffffff;
  width: 192px;
  text-align: center;
  white-space: normal;
}
.value-tooltip .tooltip-article ul {
  padding: 10px 0 10px 20px;
}
.value-tooltip .tooltip-article ul li {
  list-style-type: disc;
}
.value-tooltip .tooltip-article table {
  width: 100%;
}
.value-tooltip .tooltip-article table .card-micro {
  max-width: 100%;
}
.value-tooltip .tooltip-article table thead td {
  border-bottom: 1px solid #a0aeb4;
  padding-bottom: 12px;
}
.value-tooltip .tooltip-article table tbody tr:last-child td {
  border-bottom: 0;
}
.value-tooltip .tooltip-article table tr:hover {
  cursor: default;
  background-color: transparent;
}
.value-tooltip .tooltip-article table tr:hover th,
.value-tooltip .tooltip-article table tr:hover td {
  background-color: transparent;
}
.value-tooltip .tooltip-article table td.r {
  text-align: right !important;
}
.value-tooltip .tooltip-article table td .flag {
  margin-right: 5px;
}
.value-tooltip .tooltip-article .tooltip-title {
  border-bottom: 1px solid #a0aeb4;
  margin-bottom: 5px;
}
.value-tooltip .tooltip-article .info-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #a0aeb4;
  margin-bottom: 5px;
}
.value-tooltip .tooltip-article .item {
  padding: 4px 0;
  border-top: 1px solid #e8eced;
  text-align: left;
}
.value-tooltip .tooltip-article .item:first-child {
  border: 0;
}
.value-tooltip .tooltip-article .item .card-micro h3,
.value-tooltip .tooltip-article .item .card-micro .artists {
  white-space: normal;
}
.value-tooltip .card-micro.playlist .source,
.value-tooltip .card-micro.playlist .info {
  margin-top: 0;
}
.value-tooltip .card-micro.playlist article {
  min-width: unset;
}
.new-icon {
  font-size: 0px;
  font-size: 0rem;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: super;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .new-icon {
    position: absolute;
    left: 100%;
    margin-top: -12px;
    vertical-align: middle;
    bottom: 50%;
  }
}
.new-icon:before {
  -webkit-animation: fade-in-out-soft 2s ease-in-out infinite;
  animation: fade-in-out-soft 2s ease-in-out infinite;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  background-color: #ff1f43;
}
.new-icon:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
  background-color: #ff1f43;
}
.locked-icon,
.unlocked-icon {
  font-size: 0px;
  font-size: 0rem;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: super;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .locked-icon,
  .unlocked-icon {
    position: absolute;
    left: 100%;
    margin-top: -12px;
    vertical-align: middle;
    bottom: 50%;
  }
}
.locked-icon:before,
.unlocked-icon:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  background-position: right;
  background-size: 11px;
  background-image: url(../images/svg/icon-locked.svg);
  background-repeat: no-repeat;
}
.unlocked-icon:before {
  background-image: url(../images/svg/icon-unlocked.svg);
}
.highcharts-tooltip > span {
  position: static !important;
}
.embed-placeholder {
  height: 300px;
  margin-bottom: 50px;
  background-color: #ffffff;
}
.pro-more-actions {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  max-width: 40px;
  position: relative;
  background-image: url('../images/svg/icon-dots-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #4e63ce;
  z-index: 3;
}
.pro-more-actions:hover {
  background-image: url('../images/svg/icon-dots-blue-roll.svg');
  border-color: #6889e2;
}
.pro-more-actions:hover:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: -8px;
}
.pro-more-actions:hover:not(.on-click) .more-actions-container {
  display: block;
}
.pro-more-actions.on-click {
  cursor: pointer;
}
.pro-more-actions.left .more-actions-container {
  right: auto;
  left: 0;
}
.pro-more-actions .more-actions-container {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  display: none;
  width: 246px;
  padding: 12px 8px;
  cursor: auto;
}
@media only screen and (min-width: 768px) {
  .pro-more-actions .more-actions-container {
    left: -8px;
    width: 232px;
  }
}
.pro-more-actions .more-actions-container.show {
  display: block;
}
.pro-more-actions .more-actions-container .action-item {
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
.pro-more-actions .more-actions-container .action-item + .action-item {
  margin-top: 8px;
}
.pro-more-actions .more-actions-container .action-item.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}
.pro-more-actions .more-actions-container .action-item .description {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  min-height: 32px;
  padding-left: 24px;
  margin-top: 4px;
}
.pro-more-actions .more-actions-container .action-item:hover,
.pro-more-actions .more-actions-container .action-item:active {
  background-color: #f4f6f6;
}
.pro-more-actions .more-actions-container .action-item:hover .action,
.pro-more-actions .more-actions-container .action-item:active .action {
  color: #6889e2;
}
.pro-more-actions .more-actions-container .action-item:hover .action:before,
.pro-more-actions .more-actions-container .action-item:active .action:before {
  content: "";
}
.pro-more-actions .more-actions-container .action-item:hover .action.action-contact,
.pro-more-actions .more-actions-container .action-item:active .action.action-contact {
  background-image: url('../images/svg/email-blue-roll.svg');
}
.pro-more-actions .more-actions-container .action-item:hover .action.action-claim,
.pro-more-actions .more-actions-container .action-item:active .action.action-claim {
  background-image: url('../images/svg/claim-action-blue-roll.svg');
}
.pro-more-actions .more-actions-container .action-item:hover .action.action-edit,
.pro-more-actions .more-actions-container .action-item:active .action.action-edit {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.pro-more-actions .more-actions-container .action-item:hover .action.action-report,
.pro-more-actions .more-actions-container .action-item:active .action.action-report {
  background-image: url('../images/svg/icon-pro-report-blue-roll.svg');
}
.pro-more-actions .action {
  font-size: 10px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
  color: #4e63ce;
  text-transform: capitalize;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  letter-spacing: 0.5px;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
}
.pro-more-actions .action.action-edit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
}
.pro-more-actions .action.action-edit:hover,
.pro-more-actions .action.action-edit:active {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.pro-more-actions .action.action-claim {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  background-image: url('../images/svg/claim-action-blue.svg');
  background-size: 15px;
}
.pro-more-actions .action.action-claim:hover,
.pro-more-actions .action.action-claim:active {
  background-image: url('../images/svg/claim-action-blue-roll.svg');
}
.pro-more-actions .action.action-contact {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  background-image: url('../images/svg/email-blue.svg');
  background-size: 15px;
}
.pro-more-actions .action.action-contact:hover,
.pro-more-actions .action.action-contact:active {
  background-image: url('../images/svg/email-blue-roll.svg');
}
.pro-more-actions .action.action-report {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  background-image: url('../images/svg/icon-pro-report-blue.svg');
}
.pro-more-actions .action.action-report:hover,
.pro-more-actions .action.action-report:active {
  background-image: url('../images/svg/icon-pro-report-blue-roll.svg');
}
.pro-more-actions .action:before {
  position: absolute;
  right: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url('../images/svg/icon-arrow-forward-blue-roll.svg');
  background-size: 10px;
  background-repeat: no-repeat;
}
.graph-more-info {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  padding: 12px;
  display: none;
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  width: 192px;
  text-align: center;
}
.pro-tooltip {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important;
  font-size: 10px !important;
  font-size: 1rem !important;
  border-radius: 4px !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  line-height: 16px !important;
  padding: 12px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  text-align: left !important;
}
.pro-content-module-zero-state {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-zero-state {
    padding: 40px;
  }
}
.pro-content-module-zero-state .section-content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-zero-state .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pro-content-module-zero-state .section-content h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-zero-state .section-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-content-module-zero-state .section-content p {
  margin: 0;
  padding: 0;
}
.pro-content-module-zero-state .section-content .button {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-zero-state .section-content .article-zero-state {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    margin-right: 12px;
    padding-right: 40px;
  }
}
.pro-content-module-zero-state .section-content .screenshot {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-zero-state .section-content .screenshot {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    width: 40%;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-zero-state .section-content .screenshot {
    width: auto;
    max-width: 465px;
  }
}
.pro-content-module-breadcrumbs .breadcrumbs-path {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 16px;
}
.pro-content-module-breadcrumbs .breadcrumbs-path.has-icon {
  padding-left: 16px;
  background-size: 10px;
  background-position: left center;
  background-repeat: no-repeat;
}
.pro-content-module-breadcrumbs .breadcrumbs-path.page,
.pro-content-module-breadcrumbs .breadcrumbs-path.basic,
.pro-content-module-breadcrumbs .breadcrumbs-path.list,
.pro-content-module-breadcrumbs .breadcrumbs-path.grid,
.pro-content-module-breadcrumbs .breadcrumbs-path.overview {
  background-image: url('../images/svg/logo-v-black.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.map {
  background-image: url('../images/svg/icon-map.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.analytics,
.pro-content-module-breadcrumbs .breadcrumbs-path.charts {
  background-image: url('../images/svg/logo-v.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.audience {
  background-image: url('../images/svg/audience-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.beatport {
  background-image: url('../images/svg/beatport-square.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.youtube {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.playlists {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.spotify {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.social-media {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.deezer {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.facebook {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.instagram {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.shazam {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.tiktok {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.applemusic,
.pro-content-module-breadcrumbs .breadcrumbs-path.apple-music {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.soundcloud {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.sort-card {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #e8eced;
  padding: 8px 24px;
  cursor: move;
}
@media only screen and (min-width: 768px) {
  .sort-card {
    padding-right: 40px;
  }
}
.sort-card:hover .btn-sort-section,
.sort-card:active .btn-sort-section {
  background-image: url('../images/svg/icon-sort-section-blue-roll.svg');
}
.sort-card .sort-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sort-card .title {
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sort-card .title .title-txt {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  line-height: 16px;
  font-weight: 400;
}
.sort-card .title.channel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.sort-card .title.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.sort-card .title.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.sort-card .title.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.sort-card .title.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.sort-card .title.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.sort-card .title.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.sort-card .title.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.sort-card .title.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.sort-card .title.channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.sort-card .title.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.sort-card .title.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.sort-card .title.channel.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.sort-card .sort-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sort-card .btn-sort-section {
  pointer-events: none;
  cursor: default;
  background-size: 14px;
}
.flow-tooltip {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
.flow-tooltip-content {
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 24px;
  max-width: 346px;
  background-color: #ffffff;
}
.flow-tooltip-content .btn-close-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
}
.flow-tooltip-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 8px;
}
.flow-tooltip-content p:first-child {
  padding-top: 0;
  margin-top: 0;
  margin: 0;
  padding-bottom: 16px;
}
.flow-tooltip-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-tooltip-content .flow-pagination {
  font-size: 10px;
  font-size: 1rem;
  line-height: 24px;
  color: #707580;
}
.flow-tooltip-content .flow-buttons button {
  margin-left: 16px;
}
.zero-state-explainer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #707580;
  padding: 0 24px;
}
.promote-with-viberate {
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin-top: 8px;
  padding: 32px 24px;
  background-color: #eef0fb;
}
.promote-with-viberate h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 500;
}
.promote-with-viberate p {
  margin: 0;
  padding: 16px 0;
  font-weight: 500;
}
.pricing-update-bubble {
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #ffffff;
  margin-top: 8px;
  padding: 32px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/static/pricing-update-banner-gradient.png');
}
.pricing-update-bubble p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.pricing-update-bubble p + p {
  padding-top: 16px;
}
.pricing-update-bubble .button.primary {
  background-color: #ffffff;
  color: #4e63ce;
  margin-top: 32px;
  width: 100%;
}
.pricing-update-bubble .button.primary:hover,
.pricing-update-bubble .button.primary:active {
  color: #6889e2;
}
.platform-update-floater {
  pointer-events: none;
  cursor: default;
  position: fixed;
  top: 52px;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  z-index: 10;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.platform-update-floater:before {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
  -webkit-opacity: 0.08;
  -moz-opacity: 0.08;
  opacity: 0.08;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.platform-update-floater.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-update-floater.open:before {
  content: "";
}
.platform-update-floater .btn-close {
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-size: 10px;
  background-image: url('../images/svg/close-blue.svg');
}
.platform-update-floater .btn-close:hover,
.platform-update-floater .btn-close:active {
  background-image: url('../images/svg/close-blue-roll.svg');
}
.platform-update-floater .platform-update-content {
  pointer-events: all;
  cursor: pointer;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  cursor: default;
  overflow: hidden;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.platform-update-floater .platform-update-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 24px 16px 24px;
  border-bottom: 1px solid #f4f6f6;
}
.platform-update-floater .platform-update-header h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
}
.platform-update-floater .platform-update-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 24px 32px 24px;
}
.platform-update-floater .platform-update-main::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.platform-update-floater .platform-update-main::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.platform-update-floater .platform-update-main::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.platform-update-floater .updates-list-item {
  padding-top: 24px;
}
.update-card {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 32px;
}
.update-card.new .card-date:before {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 100px;
  color: #ffffff;
  content: "New";
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff1e43;
  height: 24px;
  padding: 0 8px;
  margin-right: 8px;
}
.update-card .card-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.update-card h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding-top: 12px;
}
.update-card .update-card-image {
  margin-top: 16px;
}
.update-card article {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  margin: 0;
  padding-top: 24px;
}
.update-card p {
  margin: 0;
  padding: 0;
}
.update-card p + p {
  padding-top: 16px;
}
.update-card .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
}
.platform-update-feed-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 132px;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/platform-updates-gradient.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.platform-update-feed-header h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.platform-update-feed {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 16px;
  max-width: 744px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .platform-update-feed {
    padding: 48px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-update-feed {
    padding: 48px 0;
  }
}
.platform-update-feed .platform-update-feed-spacer {
  margin: 96px 0;
  height: 1px;
  background-color: #A0AEB4;
}
.platform-update-feed .update-card {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.platform-update-feed .update-card h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  padding-top: 24px;
}
.platform-update-feed .update-card .update-card-image {
  margin-top: 24px;
}
.platform-update-feed .update-card article {
  color: #434547;
}
.platform-update-feed .update-card p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
.platform-update-feed .update-card .actions {
  padding-top: 32px;
}
.custom-selector {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #4e63ce;
  padding: 4px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .custom-selector {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.custom-selector.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.custom-selector.custom-selector-time {
  padding-left: 32px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-time.svg');
}
.custom-selector .btn-custom-selector {
  margin-right: 4px;
  padding: 4px;
}
.custom-selector .btn-custom-selector:last-child {
  margin-right: 0;
}
.btn-custom-selector {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  height: 24px;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-custom-selector.channel {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 8px;
  background-position: left 8px center;
  background-repeat: no-repeat;
}
.btn-custom-selector.viberate {
  background-size: 16px;
  background-image: url('../images/svg/viberate-color.svg');
}
.btn-custom-selector.spotify {
  background-size: 16px;
  background-image: url('../images/svg/spotify-color.svg');
}
.btn-custom-selector.youtube {
  background-size: 16px;
  background-image: url('../images/svg/youtube-color.svg');
}
.btn-custom-selector.active {
  font-weight: 600;
  color: #4e63ce;
  background-color: #eef0fb;
}
.btn-custom-selector.active:hover,
.btn-custom-selector.active:active {
  color: #4e63ce;
  background-color: #eef0fb;
}
.btn-custom-selector:hover,
.btn-custom-selector:active {
  background-color: #f4f6f6;
  color: #6889e2;
}
.btn-custom-selector:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.special-toggle-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  margin-left: 16px;
}
.special-toggle {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #4e63ce;
  border-radius: 4px;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  gap: 4px;
  background-color: #ffffff;
}
.special-toggle.special-toggle-time {
  padding-left: 32px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-time.svg');
  background-color: #ffffff;
}
.special-toggle .btn {
  margin: 0 !important;
}
.special-toggle .btn.blue {
  color: #4e63ce;
}
.special-toggle .btn.blue:hover,
.special-toggle .btn.blue:active {
  color: #6889e2;
}
.funding-options {
  border-radius: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 16px 16px 16px 48px;
  background-color: #e8eced;
  background-size: 16px;
  background-image: url('../images/svg/icon-help-tooltip.svg');
  background-position: left 16px top 20px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .funding-options {
    padding: 16px 24px 16px 56px;
    background-position: left 24px top 20px;
  }
}
.funding-options.warning {
  background-image: url('../images/svg/icon-warning-blue.svg');
  background-color: #FBD8DF;
}
.funding-options.success {
  background-color: #E3FAEC;
  background-image: url('../images/svg/icon-check-circle-big.svg');
}
.funding-options .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .funding-options .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .funding-options .row {
    gap: 120px;
  }
}
.funding-options .col:last-child {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .funding-options .col:last-child {
    text-align: right;
    white-space: nowrap;
  }
}
.funding-options .col:last-child strong {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.funding-options strong {
  font-weight: 600;
}
.funding-options h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 4px;
}
.funding-options p {
  margin: 0;
  padding: 0;
}
.missing-playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.missing-playlist .label-txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.missing-playlist .missing-playlist-input {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border-width: 1px;
}
.missing-playlist .submit-playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tutorial-mode-toggle {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 8px 16px 16px 16px;
  position: fixed;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #4e63ce;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.tutorial-mode-toggle .label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.tutorial-mode-toggle .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tutorial-mode-toggle .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tutorial-mode-toggle .icon-img {
  width: 24px;
  min-width: 24px;
}
.tutorial-mode-toggle .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  color: #4e63ce;
}
.tutorial-mode-toggle .btn-close {
  border-radius: 50%;
  width: 24px;
  min-width: 24px;
  background-size: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}
.tutorial-mode-toggle .toggle-wrapper {
  position: relative;
  height: 24px;
}
.tutorial-mode-toggle input[type="checkbox"]:checked.custom-toggle-pro + label {
  background-color: #CAE1FF;
}
.tutorial-mode-toggle input[type="checkbox"]:checked.custom-toggle-pro + label:before {
  left: calc(100% - 3px - 18px);
  background-color: #4e63ce;
}
.tutorial-mode-toggle input[type="checkbox"].custom-toggle-pro + label {
  height: 24px;
  border-radius: 12px;
  background-color: #e8eced;
}
.tutorial-mode-toggle input[type="checkbox"].custom-toggle-pro + label:before {
  margin-top: -9px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: #707580;
}
.section-payment-landing-new {
  background: #f4f6f6;
  padding: 56px 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new {
    padding: 112px 0 90px 0;
  }
}
.section-payment-landing-new.alt-onboarding {
  min-height: calc(100vh - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-mobile.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding {
    background-position: center;
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-tablet.jpg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new.alt-onboarding {
    padding: 60px 0;
    min-height: calc(100vh - 74px);
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-desktop.jpg');
  }
}
@media only screen and (min-width: 1439px) {
  .section-payment-landing-new.alt-onboarding {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-2k.jpg');
  }
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new.alt-onboarding {
    padding: 60px 0;
    min-height: calc(100vh - 74px);
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-4k.jpg');
  }
}
.section-payment-landing-new.alt-onboarding .landing-section-title {
  color: #ffffff;
  padding-top: 46px;
  padding-bottom: 56px;
}
.section-payment-landing-new.alt-onboarding .payment-plans-grid {
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plans-grid {
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package {
  background: #ffffff;
  border-radius: 12px !important;
  width: 100%;
  padding-bottom: 40px;
  -ms-flex-item-align: unset;
      align-self: unset;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package {
    min-width: 320px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package {
    min-width: 370px;
    max-width: 370px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package {
    min-width: 412px;
    max-width: 412px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.premium {
  margin-top: 0;
  margin-bottom: 0;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.premium:before {
  content: none;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.premium .no-cc-required {
  font-size: 10px;
  font-size: 1rem;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited {
  margin-top: 24px;
  padding-top: 24px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .ribbon {
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(102.55%, #6f96f3));
  background: linear-gradient(90deg, #000000 0%, #6f96f3 102.55%);
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .no-cc-required {
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .description {
    min-height: 128px;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .price-wrapper time {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 24px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .price-wrapper .gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), to(#6f96f3));
  background: linear-gradient(90deg, #000000 0, #6f96f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .price-wrapper .price small {
  color: #6F96F3;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .price-wrapper .price sup {
  position: static;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .actions .button.gradient {
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(102.55%, #6f96f3));
  background: linear-gradient(90deg, #000000 0%, #6f96f3 102.55%);
  color: #ffffff;
  border: 0;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .description {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding-top: 32px;
  color: #707580 !important;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package .description {
    padding-top: 40px;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper .price {
  font-size: 64px;
  font-size: 6.4rem;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper .price sup,
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper .price .currency {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  vertical-align: 28px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper .price small {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .actions {
  padding-top: 40px !important;
  margin-top: 0 !important;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .plan-title {
  padding-top: 16px;
  text-align: center;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .plan-title,
.section-payment-landing-new.alt-onboarding .payment-plan-package .price {
  color: #000000 !important;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .plan-title small,
.section-payment-landing-new.alt-onboarding .payment-plan-package .price small {
  color: #707580;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .features {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #000000 !important;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package .features {
    margin-top: 56px;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .features li {
  background-position: left 11px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .ribbon {
  padding: 0;
  min-height: 16px;
  border-radius: 10px 10px 0 0;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .ribbon.black {
  background: #000000;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .ribbon span {
  line-height: 40px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .button.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#db1b4f), color-stop(102.55%, #6f96f3));
  background: linear-gradient(90deg, #db1b4f 0%, #6f96f3 102.55%);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two {
    padding-top: 56px;
  }
  .section-payment-landing-new.only-two .premium-features-toggle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 600;
    padding-top: 56px;
    height: auto;
  }
}
.section-payment-landing-new.only-two.transparent {
  padding-top: 56px;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two.transparent {
    padding-top: 80px;
  }
}
.section-payment-landing-new.only-two.transparent .landing-section-title {
  padding-top: 0;
  color: #000000;
  padding-bottom: 24px;
}
.section-payment-landing-new.only-two.transparent .landing-section-title + .premium-features {
  margin-top: 0;
}
.section-payment-landing-new.only-two.transparent .landing-section-title .blue {
  color: #4e63ce;
}
.section-payment-landing-new.only-two.transparent .lead {
  padding-bottom: 32px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two.transparent .lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    padding: 0 0 80px 0;
  }
}
.section-payment-landing-new.only-two.transparent .lead a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #000000;
}
.section-payment-landing-new.only-two.transparent .payment-plan-package {
  border: 1px solid #707580 !important;
}
.section-payment-landing-new.only-two.transparent .payment-plan-package .actions {
  position: relative;
}
.section-payment-landing-new.only-two .no-cc-required {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plans-grid {
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plans-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plan-package + .payment-plan-package {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plan-package.premium {
    padding-top: 40px;
  }
  .section-payment-landing-new.only-two .payment-plan-package.premium .plan-title {
    padding-top: 0;
  }
  .section-payment-landing-new.only-two .payment-plan-package.premium .description {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .section-payment-landing-new.only-two .payment-plan-package.premium .actions {
    padding-top: 24px !important;
  }
  .section-payment-landing-new.only-two .payment-plan-package.premium .features {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.premium {
    border-radius: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plan-package.premium .price-wrapper .price sup {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.premium .price-wrapper time {
  font-size: 15px;
  font-size: 1.5rem;
  color: #707580;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.premium .price-wrapper time {
    margin-top: 24px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 !important;
  margin-bottom: 60px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro {
    max-width: 725px;
    padding: 64px 26px 40px 26px;
    margin-top: -32px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan {
  min-height: unset;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    gap: 36px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan .top,
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan .bottom {
    padding-top: 34px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper {
  height: auto;
  padding-top: 32px;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper .price {
  font-size: 128px;
  font-size: 12.8rem;
  line-height: 132px;
  position: relative;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper .price sup,
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper .price .currency {
  font-size: 64px;
  font-size: 6.4rem;
  vertical-align: 46px;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper .price small {
  font-size: 36px;
  font-size: 3.6rem;
  position: absolute;
  bottom: 27px;
  right: 22px;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper time {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan-title {
    padding-top: 0;
    padding-bottom: 32px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .features {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 40px 0 0 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .features {
    padding: 0;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .features li {
  padding-bottom: 8px;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .actions {
  padding-top: 40px !important;
  position: static;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .no-cc-required {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 0 0;
  margin: 0;
}
.section-payment-landing-new.only-two .payment-plan-package .no-cc-required {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plan-package .description {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package .features {
  font-size: 15px;
  font-size: 1.5rem;
}
.section-payment-landing-new.only-two .payment-plan-package .features li {
  padding-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new.only-two .payment-plan-package .features li {
    padding-bottom: 16px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package .features li:last-child {
  padding-bottom: 0;
}
.section-payment-landing-new > .page {
  text-align: center;
  max-width: 1284px;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new > .page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 2559px) {
  .section-payment-landing-new > .page {
    max-width: 1576px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new > .page.js-payment-mobile-trigger {
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new > .page.fade-in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.section-payment-landing-new .landing-section-title {
  padding-bottom: 90px;
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new .landing-section-title {
    padding-bottom: 126px;
  }
}
.section-payment-landing-new .payment-plans-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plans-grid {
    max-width: 1128px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new .payment-plans-grid {
    max-width: 1280px;
  }
}
.section-payment-landing-new .payment-plans-grid.animated {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-payment-landing-new .payment-plan-packages {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-packages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px 0 48px 0;
  }
}
.section-payment-landing-new .payment-plan-package {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 24px 16px;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 360px) {
  .section-payment-landing-new .payment-plan-package {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new .payment-plan-package {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
  }
  .section-payment-landing-new .payment-plan-package + .payment-plan-package {
    margin-top: 40px;
  }
  .section-payment-landing-new .payment-plan-package.premium {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
  .section-payment-landing-new .payment-plan-package.premium .plan-title {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
    padding: 24px;
    padding-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin-bottom: 0;
    width: calc(33.33%);
    padding-top: 64px;
  }
  .section-payment-landing-new .payment-plan-package .actions {
    margin: 0;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 2559px) {
  .section-payment-landing-new .payment-plan-package {
    margin-right: 28px;
    margin-left: 28px;
    width: calc(33.33% - 28px);
  }
}
.section-payment-landing-new .payment-plan-package.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-payment-landing-new .payment-plan-package.premium {
  -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package.premium {
    width: calc(33.33%);
    margin-top: -32px;
    margin-bottom: -24px;
  }
}
@media only screen and (min-width: 2559px) {
  .section-payment-landing-new .payment-plan-package.premium {
    width: calc(33.33%);
  }
}
.section-payment-landing-new .payment-plan-package.premium:before {
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/premium-bg.webp');
  color: #ffffff;
}
.section-payment-landing-new .payment-plan-package.premium .plan-title {
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package.premium .plan-title {
    padding-top: 16px;
  }
}
.section-payment-landing-new .payment-plan-package.premium .plan-title img {
  vertical-align: baseline;
  display: inline-block;
  margin-right: 2px;
}
.section-payment-landing-new .payment-plan-package.premium .description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #A3A4A7;
}
.section-payment-landing-new .payment-plan-package.premium .price-wrapper sup {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  top: 0;
  vertical-align: 16px;
}
.section-payment-landing-new .payment-plan-package.premium .price-wrapper time {
  font-size: 13px;
  font-size: 1.3rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #A3A4A7;
  line-height: 16px;
}
.section-payment-landing-new .payment-plan-package.premium .price {
  color: #ffffff;
}
.section-payment-landing-new .payment-plan-package.premium .features {
  color: #ffffff;
}
.section-payment-landing-new .payment-plan-package.premium .actions {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package:first-child {
    padding-top: 48px;
    margin-left: 0;
    border-right: 0;
    border-radius: 12px 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package:last-child {
    padding-top: 48px;
    margin-right: 0;
    border-left: 0;
    border-radius: 0 12px 12px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package:last-child .actions {
    margin-top: 12px;
  }
}
.section-payment-landing-new .payment-plan-package .ribbon {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/pricing-update-ribbon-gradient-package.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 11px 24px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.section-payment-landing-new .payment-plan-package .ribbon .compare-offer {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  cursor: pointer;
}
.section-payment-landing-new .payment-plan-package .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .plan {
    min-height: 430px;
  }
}
.section-payment-landing-new .payment-plan-package .plan-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: bold;
  color: #000000;
}
.section-payment-landing-new .payment-plan-package .payment-package-badge {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 360px) {
  .section-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
.section-payment-landing-new .payment-plan-package .payment-package-badge span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: -35px -35px 0 0;
}
.section-payment-landing-new .payment-plan-package .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-payment-landing-new .payment-plan-package .price-wrapper time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  color: #A4A5A8;
  margin-top: 8px;
}
.section-payment-landing-new .payment-plan-package .price-wrapper .currency {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  top: 0;
  vertical-align: 16px;
  line-height: 1;
}
.section-payment-landing-new .payment-plan-package .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-payment-landing-new .payment-plan-package .price-row .price + .price {
  margin-left: 16px;
}
.section-payment-landing-new .payment-plan-package .price {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px;
  font-weight: bold;
}
.section-payment-landing-new .payment-plan-package .price .old-price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 400;
  color: #707580;
  text-decoration: line-through;
  margin-right: 8px;
}
.section-payment-landing-new .payment-plan-package .price small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
}
.section-payment-landing-new .payment-plan-package .description {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  padding: 14px 0 32px 0;
  margin: 0;
  color: #A4A5A8;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 0 40px 0;
    min-height: 152px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing-new .payment-plan-package .description {
    min-height: 120px;
  }
}
@media only screen and (min-width: 1099px) {
  .section-payment-landing-new .payment-plan-package .description {
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new .payment-plan-package .description br {
    display: none;
  }
}
.section-payment-landing-new .payment-plan-package .features {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  text-align: left;
  margin-top: 32px;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.section-payment-landing-new .payment-plan-package .features li {
  background-position: left 8px;
  background-repeat: no-repeat;
  padding: 8px 0 8px 28px;
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big-grey.svg');
  background-size: 16px;
}
.section-payment-landing-new .payment-plan-package .features li.included {
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big.svg');
}
.section-payment-landing-new .payment-plan-package .actions {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 24px 0 0;
  padding-top: 16px;
  padding-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .actions {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.section-payment-landing-new .payment-plan-package .actions .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.section-payment-landing-new .payment-plan-package .actions small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-transform: uppercase;
  margin-top: 16px;
  display: inline-block;
}
.section-payment-landing-new .feature-comparison-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-payment-landing-new .feature-comparison-wrapper .feature-comparison-link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #4e63ce;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.section-payment-landing-new .feature-comparison-wrapper .feature-comparison-link:hover {
  color: #6889e2;
}
.section-payment-landing-new .btn-pricing-plan-comparison {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  color: #4e63ce;
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .btn-pricing-plan-comparison {
    margin-top: 24px;
  }
}
.section-payment-landing-new .btn-pricing-plan-comparison.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
  margin-top: -7px;
}
.section-payment-landing-new .btn-pricing-plan-comparison.open span {
  display: none;
}
.section-payment-landing-new .btn-pricing-plan-comparison.open span + span {
  display: inline;
}
.section-payment-landing-new .btn-pricing-plan-comparison:after {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  height: 10px;
  width: 13px;
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/chevron-down-blue.svg');
}
.section-payment-landing-new .btn-pricing-plan-comparison span {
  display: inline;
}
.section-payment-landing-new .btn-pricing-plan-comparison span + span {
  display: none;
}
.section-payment-landing-new .subscription-toggle-wrapper {
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle-wrapper {
    margin-bottom: 40px;
  }
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 8px;
  line-height: 16px;
  background-color: #a0aeb4;
  color: #ffffff;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -50px;
  left: 50%;
  margin: 0 auto;
  width: 150px;
  margin-left: -10px;
  border: 0;
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new .subscription-toggle-wrapper .benefit {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    width: 176px;
    margin-left: -22px;
    top: -60px;
  }
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit.active {
  background-color: #66cd94;
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit.active:before {
  border-color: #66CD94 transparent transparent transparent;
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit:before {
  position: absolute;
  bottom: -6px;
  left: calc(50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #a0aeb4 transparent transparent transparent;
}
.section-payment-landing-new .subscription-toggle-new {
  margin-bottom: 40px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle-new {
    margin-top: -20px;
  }
}
.section-payment-landing-new .subscription-toggle-new .toggle-wrapper {
  border: 3px solid #d5dde0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background-color: #d5dde0;
  border-radius: 100px;
}
.section-payment-landing-new .subscription-toggle-new .btn-toggle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: 500;
  color: #707580;
  border-radius: 100px;
  white-space: nowrap;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  cursor: pointer;
  gap: 4px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle-new .btn-toggle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-payment-landing-new .subscription-toggle-new .btn-toggle.active {
  color: #4e63ce;
  background-color: #ffffff;
}
.section-payment-landing-new .subscription-toggle-new .btn-toggle:hover:not(.active),
.section-payment-landing-new .subscription-toggle-new .btn-toggle:active:not(.active) {
  color: #6889e2;
}
.section-payment-landing-new .subscription-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-payment-landing-new .subscription-toggle.active .monthly {
  color: #707580;
  font-weight: 400;
}
.section-payment-landing-new .subscription-toggle.active .yearly {
  color: #000000;
  font-weight: bold;
}
.section-payment-landing-new .subscription-toggle.active .benefit span {
  display: none;
}
.section-payment-landing-new .subscription-toggle .toggle-wrapper {
  height: 28px;
  margin: 0 18px;
}
.section-payment-landing-new .subscription-toggle .btn-toggle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle .btn-toggle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-payment-landing-new .subscription-toggle .yearly {
  position: absolute;
  left: 72%;
}
.section-payment-landing-new .subscription-toggle .monthly {
  position: absolute;
  right: 72%;
  color: #000000;
  font-weight: bold;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro + label {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 99px;
  background-color: #4e63ce;
  height: 28px;
  width: 56px;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro + label:before {
  left: 2px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  margin-top: -12px;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro:checked + label {
  background-color: #4e63ce;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro:checked + label:before {
  background-color: #ffffff;
  right: 1px;
}
.section-payment-landing-new .custom-toggle-pro + label + .benefit {
  background-color: #66CD94;
}
.section-payment-landing-new .custom-toggle-pro + label + .benefit:before {
  border-color: #66CD94 transparent transparent transparent;
}
.section-payment-landing-new .btn-payment-back {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  left: 200px;
  top: 22px;
  text-transform: capitalize;
  background-position: left center;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-size: 6px;
  line-height: 1;
  color: #000000;
  background-image: url('../images/svg/icon-left-arrow.svg');
}
.section-payment-landing-new .logo-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .logo-wrapper {
    left: 24px;
    top: 12px;
  }
}
@media only screen and (min-width: 1471px) {
  .section-payment-landing-new .logo-wrapper {
    left: calc(50% - 732px + 20px);
  }
}
.section-payment-landing-new .logo {
  font-size: 0px;
  font-size: 0rem;
  height: 50px;
  width: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .logo {
    width: 180px;
    min-width: 180px;
  }
}
.section-payment-landing-new .logo img {
  height: 50px;
  width: 180px;
  max-width: none;
}
.section-payment-landing-new .premium-features {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  background-color: #ffffff;
  gap: 8px;
  border-radius: 8px;
  text-align: left;
  max-width: 725px;
  margin-top: 24px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .premium-features {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 24px;
    margin-top: 32px;
  }
}
.section-payment-landing-new .premium-features.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-payment-landing-new .premium-features .premium-feature {
  width: 100%;
}
.section-payment-landing-new .premium-features h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 700;
  padding: 14px 16px;
  background-color: #eef0fb;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .premium-features h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px 24px;
  }
}
.section-payment-landing-new .premium-features strong {
  font-weight: 700;
}
.section-payment-landing-new .premium-features li {
  padding: 14px 16px;
  border-bottom: 1px solid #d5dde0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .premium-features li {
    padding: 16px 24px;
  }
}
.section-payment-landing-new .premium-features li:last-child {
  border-bottom: 0;
}
.section-payment-landing-new .payment-disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding-bottom: 8px;
  line-height: 16px;
}
.section-payment-landing-new .payment-disclaimer a {
  color: #4e63ce;
}
.section-payment-landing-new .payment-disclaimer a:hover,
.section-payment-landing-new .payment-disclaimer a:active {
  color: #6889e2;
}
.section-payment-landing-new .older-price {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #707580;
  margin-left: -60px;
  display: inline-block;
  width: 55px;
  white-space: nowrap;
}
.section-payment-landing-new .unlimited-badge {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .unlimited-badge {
    width: 180px;
    height: 180px;
    top: -90px;
    right: -110px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .unlimited-badge {
    width: 218px;
    height: 218px;
    top: -109px;
    right: -139px;
  }
}
.section-payment-landing-new .unlimited-badge img {
  position: absolute;
  top: -1px;
  left: -1px;
  min-width: 142px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .unlimited-badge img {
    min-width: 182px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .unlimited-badge img {
    min-width: 220px;
  }
}
.section-404-soft {
  margin-top: 16px;
}
.section-404-soft .entire-music-industry {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 16px;
  margin-top: 32px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-404-soft .entire-music-industry {
    padding: 40px;
  }
}
.section-404-soft .entire-music-industry > h1,
.section-404-soft .entire-music-industry > h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
.section-404-soft .entire-music-industry .list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-404-soft .entire-music-industry .list-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px 24px;
  }
}
.section-404-soft .entire-music-industry .list-grid .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .section-404-soft .entire-music-industry .list-grid .item {
    width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 1024px) {
  .section-404-soft .entire-music-industry .list-grid .item {
    width: calc(33.33% - 16px);
  }
}
.section-404-soft .entire-music-industry .music-industry-feature {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  position: relative;
  padding-left: 64px;
}
.section-404-soft .entire-music-industry .music-industry-feature h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 8px;
}
.section-404-soft .entire-music-industry .music-industry-feature p {
  margin: 0;
  padding: 0;
}
.section-404-soft .entire-music-industry .music-industry-feature .music-industry-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-404-soft .entire-music-industry .music-industry-feature .music-industry-icon img {
  width: 100%;
}
.section-404-soft .uberlanding-404-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px auto;
}
.trending-chart-more-info-popup {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 8px 0 8px 8px;
  border-radius: 8px;
  background-color: #ffffff;
  position: absolute;
  left: calc(100% - 16px);
  top: -8px;
  z-index: 2;
  display: none;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e8eced;
  padding-bottom: 4px;
  margin-right: 8px;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper {
  position: relative;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper:before,
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 4px;
  height: 8px;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller {
  overflow: hidden;
  overflow-y: auto;
  max-height: 150px;
  max-width: 200px;
  min-width: 200px;
  padding: 8px 8px 8px 0;
  position: relative;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.trending-chart-more-info-popup .entity {
  padding: 4px 0;
}
.trending-chart-more-info-popup .entity + .entity {
  border-top: 1px solid #e8eced;
}
.trending-chart-more-info-popup .entity.artist.small figure {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.trending-chart-more-info-popup .entity.artist.small article {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  margin-left: 8px;
}
.gm-bundled-control > .gmnoprint {
  border-radius: 4px;
  overflow: hidden;
}
.gm-bundled-control .gm-control-active:disabled:hover img {
  -webkit-filter: grayscale(100%) brightness(150%) contrast(100%);
          filter: grayscale(100%) brightness(150%) contrast(100%);
}
.gm-bundled-control .gm-control-active:disabled img {
  -webkit-filter: grayscale(100%) brightness(150%) contrast(100%);
          filter: grayscale(100%) brightness(150%) contrast(100%);
}
.gm-bundled-control .gm-control-active:hover img {
  -webkit-filter: invert(58%) sepia(15%) saturate(4978%) hue-rotate(200deg) brightness(93%) contrast(91%);
          filter: invert(58%) sepia(15%) saturate(4978%) hue-rotate(200deg) brightness(93%) contrast(91%);
}
.gm-bundled-control .gm-control-active img {
  -webkit-filter: invert(42%) sepia(96%) saturate(395%) hue-rotate(191deg) brightness(82%) contrast(98%);
          filter: invert(42%) sepia(96%) saturate(395%) hue-rotate(191deg) brightness(82%) contrast(98%);
}
.list-demo-title {
  padding-top: 48px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d2d2d1;
}
.list-demo-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: -12px;
}
.list-demo-cards .list-demo-card-item {
  padding: 12px;
}
.asense {
  pointer-events: none;
  cursor: default;
}
.asense.mt-24 {
  margin-top: 24px;
}
.asense.mt-56 {
  margin-top: 56px;
}
.asense.mb-24 {
  margin-bottom: 24px;
}
.asense.mb-56 {
  margin-bottom: 56px;
}
.asense.mt-80 {
  margin-top: 80px;
}
.asense.mt-80-tablet {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .asense.mt-80-tablet {
    margin-top: 80px;
  }
}
.asense.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
}
.asense.sticky-top-header {
  top: 60px;
}
.asense.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  bottom: 8px;
}
.asense .asense-container {
  pointer-events: all;
  cursor: pointer;
  width: 100%;
}
.asense .asense-threesome-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .asense .asense-threesome-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.asense .asense-threesome-grid .asense-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.asense-container.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.asense-container.margin-24-12-0-12 {
  margin: 24px 12px 0 12px;
}
.asense-section-blog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1199px) {
  .asense-section-blog-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    max-width: 1104px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1199px) {
  .asense-section-blog-grid .asense-section-blog-grid-main .landing-section .page {
    padding: 0;
    margin: 0;
  }
}
.asense-section-blog-grid .asense-section-blog-grid-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px;
}
@media only screen and (min-width: 768px) {
  .asense-section-blog-grid .asense-section-blog-grid-side {
    padding: 24px 40px;
    max-width: 352px;
  }
}
@media only screen and (min-width: 1199px) {
  .asense-section-blog-grid .asense-section-blog-grid-side {
    min-width: 240px;
    padding: 24px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }
}
.instantmatch-matched-sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1199px) {
  .instantmatch-matched-sources {
    gap: 32px;
  }
}
.instantmatch-matched-sources .matched-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 12px;
  position: relative;
}
.instantmatch-matched-sources .matched-source.disabled {
  background-color: #efefef;
}
.instantmatch-matched-sources .matched-source.disabled .source-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.instantmatch-matched-sources .matched-source.disabled:after {
  background-image: url('../images/svg/icon-uncheck-circle-big.svg');
}
.instantmatch-matched-sources .matched-source:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  position: absolute;
  background-size: 24px;
  width: 24px;
  height: 24px;
  right: -12px;
  bottom: -12px;
}
@media only screen and (min-width: 1199px) {
  .instantmatch-matched-sources .matched-source:after {
    background-size: 32px;
    width: 32px;
    height: 32px;
    right: -16px;
    bottom: -16px;
  }
}
.instantmatch-matched-sources .source-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
}
.instantmatch-matched-sources .progress-bar {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  padding: 24px;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.instantmatch-matched-sources .progress-txt {
  color: #707580;
}
.instantmatch-matched-sources .bar {
  border-radius: 8px;
  position: relative;
  width: 100%;
  height: 16px;
  overflow: hidden;
  background-color: #e8eced;
  outline: 1px solid #d5dde0;
  outline-offset: 1px;
}
.instantmatch-matched-sources .bar-value {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #4e63ce;
  border-radius: 8px;
}
/***************************************/
/* lottie test */
/***************************************/
.lottie-test-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lottie-test-nav buttton {
  margin: 0 10px;
}
.circular-wrapper {
  width: 50px;
  height: 50px;
}
.circular-wrapper svg {
  height: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 50px;
}
.circular-wrapper .progress-bar__background {
  fill: none;
  stroke: #e2eff0;
  stroke-width: 1.8;
}
.circular-wrapper .progress-bar__progress {
  fill: none;
  stroke: #e2eff0;
  stroke: #78bec7;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.8;
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out;
}
.section-landing-built-for {
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for.top-features .landing-section-title + .feature-section {
    padding-top: 0;
  }
}
.section-landing-built-for.top-features .feature-section {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for.top-features .feature-section:first-child {
    padding-top: 0;
  }
}
.section-landing-built-for.top-features .feature-section-title {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for.top-features .feature + .feature {
    margin-top: 112px;
  }
}
.section-landing-built-for .features-navigation {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .features-navigation {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 1308px;
    padding: 0 40px;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-built-for .features-navigation {
    padding: 0 90px;
  }
}
.section-landing-built-for .features-navigation .features-navigation-btn {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 99px;
  pointer-events: none;
  cursor: default;
  line-height: 24px;
  font-weight: 500;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 2;
  border: 1px solid #000000;
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for .features-navigation .features-navigation-btn {
    display: none;
  }
}
.section-landing-built-for .features-navigation .features-navigation-btn.active {
  color: #ffffff;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(1) {
  background-color: #4F4EEC;
  border-color: #4F4EEC;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(2) {
  background-color: #003386;
  border-color: #003386;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(3) {
  background-color: #FF657A;
  border-color: #FF657A;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(4) {
  background-color: #0A85FF;
  border-color: #0A85FF;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(5) {
  background-color: #0000FF;
  border-color: #0000FF;
}
.section-landing-built-for .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
.section-landing-built-for .col-1 .feature-visual {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 .feature-visual {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 .feature {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
    height: 100vh;
    min-height: 100vh;
  }
}
.section-landing-built-for .col-2 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 100vh;
  }
}
.section-landing-built-for .landing-section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-built-for .landing-section-title {
    margin-bottom: 48px;
  }
}
.section-landing-built-for .landing-section-title + .features-navigation + .feature-section {
  padding-top: 0;
}
.section-landing-built-for .feature-section {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for .feature-section {
    background-color: #DDDEFF;
  }
  .section-landing-built-for .feature-section .feature-section-title {
    background-color: #4F4EEC;
  }
  .section-landing-built-for .feature-section + .feature-section {
    background-color: #D9ECF6;
  }
  .section-landing-built-for .feature-section + .feature-section .feature-section-title {
    background-color: #003386;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section {
    background-color: #EEE1FF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #FF657A;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section {
    background-color: #E4EFFF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #0A85FF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section + .feature-section {
    background-color: #D4E3FD;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #0000FF;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section .page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-landing-built-for .feature-section-title {
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 99px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 24px;
  background-color: #4e63ce;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 3;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section-title {
    display: none;
  }
}
.section-landing-built-for .feature-section-title + .feature {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature {
    height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for .feature + .feature {
    margin-top: 80px;
  }
}
.section-landing-built-for .visuals {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.section-landing-built-for .visuals .feature-visual {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-landing-built-for .feature-visual {
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-visual {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-landing-built-for .feature-visual.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-landing-built-for .feature-visual.show .visual-addon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: feature-visual-addon 0.5s 0.3s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.3s ease-out forwards;
}
.section-landing-built-for .feature-visual figure {
  position: relative;
}
.section-landing-built-for .feature-visual img {
  width: 100%;
}
.section-landing-built-for .feature-visual .visual-addon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section-landing-built-for .feature-article {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for .feature-article {
    padding: 0 16px;
  }
}
.section-landing-built-for .feature-article h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  padding-bottom: 24px;
}
.section-landing-built-for .feature-article p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-article p {
    font-weight: 300;
  }
}
.section-landing-built-for .feature-article a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-landing-built-for .feature-article a:hover,
.section-landing-built-for .feature-article a:active {
  color: #6889e2;
}
.section-landing-built-for .action {
  margin-top: 24px;
}
.section-landing-built-for .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 300;
}
.section-landing-built-for .bullets li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
  text-align: left;
}
.section-landing-built-for .bullets li:last-child {
  margin-bottom: 0;
}
.section-landing-built-for .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .actions {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    top: calc(50% + 376px);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-built-for .actions .btn-get-started {
  margin-top: 78px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .actions .btn-get-started {
    margin-top: 0;
  }
}
.refetch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 16px;
}
.module-public {
  margin-top: 0px !important;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .module-public {
    padding: 80px 0 !important;
  }
}
.module-public + .module-public {
  padding-top: 0 !important;
}
.module-public.events .actions {
  padding-bottom: 0;
}
.module-public .pro-content-module-header-standalone,
.module-public .pro-content-module-header {
  padding-left: 0 !important;
}
.module-public .pro-content-module-header-standalone .title-txt:hover,
.module-public .pro-content-module-header .title-txt:hover,
.module-public .pro-content-module-header-standalone .title-txt:active,
.module-public .pro-content-module-header .title-txt:active {
  color: #707580 !important;
}
.module-public .pro-section-content {
  width: 100% !important;
}
.module-public .page {
  max-width: 1308px !important;
}
@media only screen and (min-width: 480px) {
  .module-public .page {
    padding: 0 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .module-public .page {
    padding: 0 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .module-public .page {
    padding: 0 40px !important;
  }
}
@media only screen and (min-width: 1199px) {
  .module-public .page {
    padding: 0 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .module-public.no-swiper-padding-1024 .swiper-main.pro-section-swiper.has-pagination-and-navigation .swiper-container {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .module-public.no-swiper-padding-1024 .swiper-main.pro-section-swiper .swiper-container {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .module-public.no-swiper-padding-1024 .swiper-main.pro-section-swiper .swiper-container .swiper-slide {
    padding-bottom: 0;
  }
}
.pro-section {
  padding: 32px 0;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .pro-section {
    padding: 64px 0;
  }
}
.pro-section.transparent {
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  .pro-section.transparent {
    padding: 64px 0;
  }
}
.pro-section.transparent + .transparent {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.transparent + .transparent {
    padding-top: 32px;
  }
}
.pro-section.transparent .pro-section-content-side-filter .tag-timeframe,
.pro-section.transparent .pro-section-content-side-filter .tag-timeframe:disabled {
  background-color: transparent;
}
.pro-section.blue-grey {
  position: relative;
  background-color: #e8eced;
}
@media only screen and (min-width: 1127px) {
  .pro-section.blue-grey.narrow-content:before {
    right: calc(0% - (100vw - 1128px));
  }
}
.pro-section.blue-grey:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  background-color: #e8eced;
  left: -12px;
  right: calc(0% - 12px);
}
@media only screen and (min-width: 768px) {
  .pro-section.blue-grey:before {
    left: -2000px;
  }
}
@media only screen and (min-width: 1471px) {
  .pro-section.blue-grey:before {
    right: calc(0% - (100vw - 1472px));
  }
}
.pro-section.blue-grey-dark {
  position: relative;
  background-color: #a0aeb4;
}
@media only screen and (min-width: 1127px) {
  .pro-section.blue-grey-dark.narrow-content:before {
    right: calc(0% - (100vw - 1128px));
  }
}
.pro-section.blue-grey-dark:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  background-color: #a0aeb4;
  left: -12px;
  right: calc(0% - 12px);
}
@media only screen and (min-width: 768px) {
  .pro-section.blue-grey-dark:before {
    left: -2000px;
  }
}
@media only screen and (min-width: 1471px) {
  .pro-section.blue-grey-dark:before {
    right: calc(0% - (100vw - 1472px));
  }
}
.pro-section.blue-grey-dark .pro-section-header.side-header h2 {
  color: #ffffff;
}
.pro-section.blue-grey-dark .pro-section-header.side-header h2:before {
  background: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-header {
    position: relative;
    z-index: 2;
  }
}
.pro-section .pro-section-header.side-header h2 {
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header.side-header h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 52px;
  }
}
.pro-section .pro-section-header.side-header h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 48px;
  background: #ff1f43;
}
.pro-section .pro-section-header.side-header h2 + small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  font-weight: 400;
  vertical-align: bottom;
  line-height: 18px;
  display: block;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header.side-header h2 + small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
  }
}
.pro-section .pro-section-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header .row {
    margin-bottom: 32px;
  }
}
.pro-section .pro-section-header .row .left {
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header .row .left {
    padding-right: 24px;
  }
}
.pro-section .pro-section-header .row .right {
  text-align: right;
}
.pro-section .pro-section-header h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.pro-section .pro-section-header h2.channel {
  padding-left: 40px;
}
.pro-section .pro-section-header h2.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-section .pro-section-header h2.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-section .pro-section-header h2.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-section .pro-section-header h2.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-section .pro-section-header h2.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-section .pro-section-header h2.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-section .pro-section-header h2.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-section .pro-section-header h2.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-section .pro-section-header h2.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-section .pro-section-header h2.channel.beatport:before {
  background-image: url('../images/svg/beatport-square.svg');
}
.pro-section .pro-section-header h2.channel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header h2.channel:before {
    background-size: 24px;
    height: 34px;
  }
}
.pro-section .pro-section-header h2 small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  font-weight: 400;
  vertical-align: bottom;
  line-height: 18px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header h2 small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section .pro-section-header h2 small {
    padding-left: 8px;
    display: inline;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content {
    position: relative;
    z-index: 1;
  }
}
.pro-section .pro-section-list-entities .item {
  padding-top: 8px;
}
.pro-section .pro-section-list-entities .item:first-child {
  padding-top: 0;
}
.pro-section .pro-section-list-entities .entity-list-item-v2 {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 8px;
}
.pro-section .pro-section-list-entities .entity-list-item-v2 .column-primary {
  padding-left: 0;
}
.pro-section .pro-section-list-entities-footer {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-section .pro-section-list-entities-footer .btn-text {
  letter-spacing: 2px;
  font-weight: 500;
}
.pro-section .pro-section-list-entities-footer .btn-solid {
  font-size: 10px;
  font-size: 1rem;
  border-width: 1px;
  padding: 4px 24px;
  min-width: 0;
}
.pro-section .pro-section-list-entities-footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-section .pro-section-content-side-filter {
  position: relative;
}
.pro-section .pro-section-content-side-filter.open .pro-section-content-side-filter-selected:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-selected {
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #4e63ce;
  text-transform: uppercase;
  padding-right: 12px;
  text-align: right;
  position: relative;
  line-height: 1;
  z-index: 1;
  margin: 0 8px;
  cursor: pointer;
  max-width: 200px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-section-content-side-filter-selected {
    display: none;
  }
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  background: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #4e63ce;
  margin-top: -3px;
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-selected sup {
  vertical-align: middle;
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options {
  font-size: 0px;
  font-size: 0rem;
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options.open {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    top: -12px;
    right: 0px;
    background-color: #ffffff;
    z-index: 0;
    padding: 36px 20px 12px 12px;
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 34px;
    display: inline-block;
    left: 12px;
    z-index: 1;
    right: 12px;
    height: 1px;
    background-color: #4e63ce;
  }
}
.pro-section .pro-section-content-side-filter .pro-tag {
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    color: #000000;
    display: block;
    text-align: right;
    width: 100%;
    max-width: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe.active {
    background-color: transparent;
    color: #4e63ce;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe.active:hover,
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe.active:active {
    background-color: transparent;
    color: #4e63ce;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe:hover,
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe:active {
    background-color: transparent;
    color: #4e63ce;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-swiper.has-pagination-and-navigation.swiper-main .swiper-container {
    padding-bottom: 48px;
  }
}
.pro-section-swiper.hide-pagination.swiper-main .swiper-pagination {
  display: none;
}
.pro-section-swiper.hide-pagination.swiper-main .swiper-button-prev {
  left: 0;
}
.pro-section-swiper.hide-pagination.swiper-main .swiper-button-next {
  right: auto;
  left: 40px;
}
.pro-section-swiper.is-selectable.swiper-main .swiper-container {
  padding-bottom: 52px;
}
.pro-section-swiper.is-selectable .swiper-slide {
  padding-top: 30px;
}
.pro-section-swiper.swiper-main {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper.swiper-main {
    margin: 0 -12px;
    overflow: hidden;
    padding: 0 12px;
  }
}
.pro-section-swiper.swiper-main .swiper-container {
  padding: 0;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .pro-section-swiper.swiper-main .swiper-container {
    overflow: hidden;
  }
}
.pro-section-swiper.swiper-main .swiper-wrapper {
  padding: 0;
}
.pro-section-swiper.swiper-main .swiper-pagination {
  width: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -4px;
  bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper.swiper-main .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-swiper.swiper-main .swiper-pagination {
    width: 348px;
  }
}
.pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  height: 4px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  background-color: #ffffff;
  position: relative;
}
.pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}
.pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet:before {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background-color: #4e63ce;
}
.pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
}
.pro-section-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 204px;
  width: 204px;
}
@media only screen and (min-width: 768px) {
  .pro-section-swiper .swiper-slide {
    width: auto;
    min-width: 0;
  }
}
.pro-section-swiper .pro-card {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.pro-section-swiper .pro-card.show-details {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pro-section-swiper .swiper-button-prev,
.pro-section-swiper .swiper-button-next {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 8px;
  bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper .swiper-button-prev,
  .pro-section-swiper .swiper-button-next {
    display: none;
  }
}
.pro-section-swiper .swiper-button-prev.swiper-button-disabled,
.pro-section-swiper .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-section-swiper .swiper-button-prev:before,
.pro-section-swiper .swiper-button-next:before {
  content: none;
}
.pro-section-swiper .swiper-button-prev:after,
.pro-section-swiper .swiper-button-next:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/svg/chevron-left-blue-roll.svg) url(../images/svg/chevron-right-blue-roll.svg);
}
.pro-section-swiper .swiper-button-prev {
  background-position: left 7px center;
  background-image: url('../images/svg/chevron-left-blue.svg');
  left: 272px;
}
@media only screen and (min-width: 1024px) {
  .pro-section-swiper .swiper-button-prev {
    left: 372px;
  }
}
.pro-section-swiper .swiper-button-prev:hover {
  background-image: url('../images/svg/chevron-left-blue-roll.svg');
}
.pro-section-swiper .swiper-button-next {
  background-position: right 7px center;
  background-image: url('../images/svg/chevron-right-blue.svg');
  left: 312px;
}
@media only screen and (min-width: 1024px) {
  .pro-section-swiper .swiper-button-next {
    left: 412px;
  }
}
.pro-section-swiper .swiper-button-next:hover {
  background-image: url('../images/svg/chevron-right-blue-roll.svg');
}
.pro-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
}
.pro-table-wrapper.request-data {
  position: relative;
}
.pro-table-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
  height: 4px;
}
.pro-table-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-table {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  width: 100%;
}
.pro-table tr.groups th {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
  background-color: #ffffff !important;
}
.pro-table tr.active.green td {
  background-color: #68e2ac;
  color: #000000;
}
.pro-table tr.active.yellow td {
  background-color: #ffe45d;
  color: #000000;
}
.pro-table tr.active.red td {
  background-color: #f97f8f;
  color: #000000;
}
.pro-table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.pro-table tr:last-child td.request-data {
  border-color: #e8eced;
}
.pro-table th,
.pro-table td {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid #e8eced;
  vertical-align: middle;
}
.pro-table th:last-child,
.pro-table td:last-child {
  padding-right: 12px;
}
.pro-table th.r,
.pro-table td.r {
  text-align: right;
}
.pro-table th.r .value,
.pro-table td.r .value {
  text-align: right;
}
.pro-table th.r .row,
.pro-table td.r .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pro-table th.r .row-col,
.pro-table td.r .row-col {
  text-align: right;
}
.pro-table th.c,
.pro-table td.c {
  text-align: center;
}
.pro-table th.l,
.pro-table td.l {
  text-align: left;
}
.pro-table th.grey,
.pro-table td.grey {
  color: #707580;
}
.pro-table th.blur,
.pro-table td.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.pro-table th .more-info,
.pro-table td .more-info {
  white-space: normal;
}
.pro-table th.w-1,
.pro-table td.w-1 {
  width: 1px;
}
.pro-table th.w-30,
.pro-table td.w-30 {
  width: 30px;
}
.pro-table th.w-130,
.pro-table td.w-130 {
  width: 130px;
  min-width: 130px;
}
.pro-table th.w-150,
.pro-table td.w-150 {
  width: 150px;
  min-width: 150px;
}
.pro-table th.w-200,
.pro-table td.w-200 {
  width: 200px;
  min-width: 200px;
}
.pro-table th sup,
.pro-table td sup {
  vertical-align: middle;
}
.pro-table th {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  color: #000000;
  border-bottom: 1px solid #a0aeb4;
  letter-spacing: 0px;
  min-height: 56px;
}
.pro-table th.is-sorted {
  background-color: #f8f9fd;
  color: #000000;
}
.pro-table th.is-sorted label {
  font-weight: 600;
}
.pro-table th label {
  line-height: 16px;
}
.pro-table th .more-info {
  vertical-align: middle;
  z-index: 3;
}
.pro-table td:first-child {
  padding-left: 12px;
}
.pro-table td.td-loader-element {
  background-color: #ffffff !important;
  cursor: default;
  padding-top: 0;
  padding-bottom: 0;
}
.pro-table td.nowrap {
  white-space: nowrap;
}
.pro-table td.is-sorted {
  background-color: #f8f9fd;
  color: #000000;
}
.pro-table td.request-data {
  position: relative;
  border-color: transparent;
}
.pro-table td.request-data.sorted-by {
  border-color: #F3F4FB;
}
.pro-table td.request-data > *:not(.request-data-content) {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-table td.request-data .value > * {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-table td .value strong {
  font-weight: 500;
}
.pro-table a {
  color: inherit;
}
.pro-table label {
  position: relative;
  line-height: 16px;
  display: inline-block;
}
.pro-table label.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-table label.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-table label.social-media:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-table label.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
  width: 16px;
  height: 16px;
}
.pro-table label.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-table label.beatport:before {
  background-image: url('../images/svg/beatport-circle.svg');
}
.pro-table label.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-table label.apple-music:before,
.pro-table label.applemusic:before {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-table label.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-table label.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-table label.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-table label.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-table label.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-table label.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-table label.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-table label.youtube-music:before,
.pro-table label.youtubemusic:before {
  background-image: url('../images/svg/youtube-music-color.svg');
}
.pro-table label.amazon-music:before,
.pro-table label.amazonmusic:before {
  background-image: url('../images/svg/amazon-music-color.svg');
}
.pro-table label.pandora:before {
  background-image: url('../images/svg/pandora-color.svg');
}
.pro-table label.channel {
  display: inline-block;
  padding-left: 24px;
}
.pro-table label.channel.sortable {
  cursor: pointer;
}
.pro-table label.channel.sortable:after {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .pro-table label.channel.sortable:after {
    margin-left: 5px;
  }
}
.pro-table label.channel.sortable br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-table label.channel.sortable br {
    display: block;
  }
}
.pro-table label.channel:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .pro-table label.channel:before {
    margin-right: 6px;
  }
}
.pro-table label.sortable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.pro-table label.sortable:hover:after {
  border-top-color: #6889e2;
  border-bottom-color: #6889e2;
}
.pro-table label.sortable:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4e63ce;
}
.pro-table label.asc,
.pro-table label.desc {
  cursor: pointer;
}
.pro-table label.asc:after {
  border-bottom: 6px solid #4e63ce;
  border-top: 0;
}
.pro-table label.nowrap {
  white-space: nowrap;
}
.pro-table label .beta {
  font-size: 9px;
  font-size: 0.9rem;
  border-radius: 2px;
  line-height: 9px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 0 2px;
  height: 12px;
  line-height: 12px;
  background-color: #707580;
  bottom: 6px;
  position: relative;
  margin-left: 4px;
}
.pro-table label .beta.absolute {
  position: absolute;
  top: -10px;
  right: 0;
}
.pro-table .i {
  width: 12px;
  padding: 0 4px;
}
.pro-table .clamp-line-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-table .zero-state td {
  pointer-events: none;
  cursor: default;
  font-weight: 500;
  text-align: center;
  color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 0;
}
.pro-table .black {
  color: #000000;
}
.pro-table .value {
  line-height: 16px;
}
.pro-table .value.two-tone {
  max-width: 150px;
  display: contents;
}
.pro-table .value.two-tone.row {
  max-width: none;
}
.pro-table .value.two-tone.channel-value {
  padding-left: 0;
}
.pro-table .value.two-tone .first {
  color: #000000;
  line-height: 16px;
}
.pro-table .value.two-tone .second,
.pro-table .value.two-tone .festivals {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #707580;
}
.pro-table .value.two-tone strong {
  font-weight: 600;
}
.pro-table .value.two-tone .r {
  text-align: right;
}
.pro-table .value .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.pro-table .value .row .first,
.pro-table .value .row .second,
.pro-table .value .row .value-change {
  margin: 0;
}
.pro-table .value .row .first,
.pro-table .value .row .second {
  line-height: 16px;
}
.pro-table .value .row .row-col {
  width: 45px;
}
.pro-table .value.channel-value {
  padding-left: 24px;
}
.pro-table .value.official-channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-table .value.official-channel .channel-name {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
}
.pro-table .value.official-channel .channel-icon {
  width: 12px;
  min-width: 12px;
  margin-left: 6px;
}
.pro-table .value.small {
  font-size: 10px;
  font-size: 1rem;
}
.pro-table .value.red {
  color: #e02020;
}
.pro-table .value.grey {
  color: #707580;
}
.pro-table .value.green {
  color: #4e9800;
}
.pro-table .value.black {
  color: #000000;
}
.pro-table .value.clamp-lines-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.pro-table .value.clamp-lines-2 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.pro-table .value.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
}
.pro-table .value.country .flag {
  margin-right: 8px;
}
.pro-table .value.has-info {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.pro-table .value .channel-icon {
  width: 16px;
  height: 16px;
}
.pro-table .country {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
}
.pro-table .country :where(.flag) {
  margin-bottom: 1px;
}
.pro-table .track {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.pro-table .channel {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .pro-table .channel {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-table .channel img {
  vertical-align: middle;
  margin-right: 2px;
}
.pro-table .channel-value.request-data {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-table .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: auto;
  margin-right: 2px;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #e8eced;
  margin-bottom: 1px;
}
.pro-table .flag + em {
  font-style: normal;
}
.pro-table .country {
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.card-micro {
  position: relative;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro.beatport {
  height: 32px;
}
.card-micro.beatport h3 {
  color: #000000;
}
.card-micro.beatport h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
  font-weight: 500;
}
.card-micro.beatport a:hover h3,
.card-micro.beatport a:active h3 {
  color: #6889e2;
}
.card-micro.beatport figure {
  width: 30px;
  height: 30px;
}
.card-micro.beatport figure + .article {
  padding-left: 48px;
}
.card-micro.beatport article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro.beatport .artists {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
}
.card-micro.artist,
.card-micro.label,
.card-micro.user,
.card-micro.song,
.card-micro.festival,
.card-micro.station,
.card-micro.channel-youtube,
.card-micro.soundcloud,
.card-micro.channel-tiktok,
.card-micro.event,
.card-micro.youtube {
  height: 50px;
  margin: 4px 0;
}
.card-micro.artist h3,
.card-micro.label h3,
.card-micro.user h3,
.card-micro.song h3,
.card-micro.festival h3,
.card-micro.station h3,
.card-micro.channel-youtube h3,
.card-micro.soundcloud h3,
.card-micro.channel-tiktok h3,
.card-micro.event h3,
.card-micro.youtube h3 {
  color: #000000;
}
.card-micro.artist figure,
.card-micro.label figure,
.card-micro.user figure,
.card-micro.song figure,
.card-micro.festival figure,
.card-micro.station figure,
.card-micro.channel-youtube figure,
.card-micro.soundcloud figure,
.card-micro.channel-tiktok figure,
.card-micro.event figure,
.card-micro.youtube figure {
  width: 48px;
  height: 48px;
}
.card-micro.artist article,
.card-micro.label article,
.card-micro.user article,
.card-micro.song article,
.card-micro.festival article,
.card-micro.station article,
.card-micro.channel-youtube article,
.card-micro.soundcloud article,
.card-micro.channel-tiktok article,
.card-micro.event article,
.card-micro.youtube article {
  height: 50px;
  padding-left: 66px;
  min-width: 200px;
}
.card-micro.artist article div strong,
.card-micro.label article div strong,
.card-micro.user article div strong,
.card-micro.song article div strong,
.card-micro.festival article div strong,
.card-micro.station article div strong,
.card-micro.channel-youtube article div strong,
.card-micro.soundcloud article div strong,
.card-micro.channel-tiktok article div strong,
.card-micro.event article div strong,
.card-micro.youtube article div strong {
  font-weight: 600;
}
.card-micro.channel-youtube article,
.card-micro.soundcloud article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.channel-youtube h3,
.card-micro.soundcloud h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro.channel-youtube h3 em,
.card-micro.soundcloud h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.card-micro.channel-youtube h3 .channel-icon,
.card-micro.soundcloud h3 .channel-icon {
  margin-left: 8px;
  width: 12px;
}
.card-micro.channel-youtube .stats,
.card-micro.soundcloud .stats {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding-top: 6px;
  line-height: 1;
}
.card-micro.channel-tiktok article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.channel-tiktok h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro.channel-tiktok h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.card-micro.channel-tiktok h3 .channel-icon {
  margin-left: 8px;
  width: 12px;
}
.card-micro.channel-tiktok .stats {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding-top: 6px;
  line-height: 1;
}
.card-micro.station.small {
  height: 32px;
}
.card-micro.station.small figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.card-micro.station.small article {
  padding-left: 48px;
  height: 32px;
}
.card-micro.station article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.station h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro.station h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.card-micro.station h3 .country-flag {
  width: 62px;
  min-width: 62px;
  text-transform: uppercase;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro.station h3 .country-flag img {
  margin-left: 12px;
}
.card-micro.station .spins {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding-top: 6px;
  line-height: 1;
}
.card-micro.station strong {
  font-weight: 600;
}
.card-micro.label .genre {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  margin-top: 4px;
}
.card-micro.label article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.song.hover-action:hover figure .btn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.card-micro.song.hover-action figure .btn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.card-micro.song.big .artists {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 2px;
  line-height: 16px;
}
.card-micro.song.big figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.song.big article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.song.big h3 {
  line-height: 16px;
}
.card-micro.song.mid {
  height: 40px;
}
.card-micro.song.mid figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.song.mid article {
  height: 40px;
  padding-left: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.song.small {
  height: 32px;
}
.card-micro.song.small figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.card-micro.song.small article {
  padding-left: 48px;
  height: 32px;
}
.card-micro.song.big-64 {
  height: 64px;
}
.card-micro.song.big-64 figure {
  min-width: 64px;
  height: 64px;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.song.big-64 article {
  padding-left: 80px;
}
.card-micro.song.clickable h3:hover,
.card-micro.song.clickable h3:active {
  color: #6889e2;
}
.card-micro.song .artists {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  color: #707580;
}
.card-micro.song article a {
  max-width: none;
}
.card-micro.song article h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-micro.song article em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.card-micro.song time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #707580;
  display: block;
  padding-top: 2px;
}
.card-micro.youtube {
  height: 32px;
}
.card-micro.youtube figure {
  width: 56px;
  height: 32px;
}
.card-micro.youtube figure + .article {
  padding-left: 48px;
}
.card-micro.youtube article {
  height: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro.youtube article h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
}
.card-micro.playlist {
  height: 32px;
}
.card-micro.playlist.big {
  height: 48px;
}
.card-micro.playlist.big figure {
  width: 48px;
  height: 48px;
}
.card-micro.playlist.big article {
  height: 48px;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.playlist.big .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-micro.playlist.mid {
  height: 40px;
}
.card-micro.playlist.mid figure {
  width: 40px;
  height: 40px;
}
.card-micro.playlist.mid article {
  height: 40px;
  padding-left: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.playlist figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
}
.card-micro.playlist figure + .article {
  padding-left: 48px;
}
.card-micro.playlist article {
  height: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
}
.card-micro.playlist article a {
  max-width: none;
}
.card-micro.playlist article h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.card-micro.playlist .source,
.card-micro.playlist .info {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 2px;
  line-height: 16px;
  color: #707580;
}
.card-micro.curator {
  height: 32px;
}
.card-micro.curator.big {
  height: 48px;
}
.card-micro.curator.big figure {
  width: 46px;
  height: 46px;
}
.card-micro.curator.big article {
  height: 48px;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro.curator figure {
  width: 30px;
  height: 30px;
}
.card-micro.curator article {
  height: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
}
.card-micro.curator article a {
  max-width: none;
}
.card-micro.curator article h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.card-micro.user {
  margin: 8px 0;
}
.card-micro.user h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-micro.user article {
  height: 50px;
  position: relative;
  padding-right: 8px;
  padding-left: 58px;
}
.card-micro.user .job-title {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
}
.card-micro.user .btn-contact-user {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.card-micro.artist article {
  height: 42px;
}
.card-micro.artist figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.card-micro.artist figure.loader-element {
  border-radius: 50%;
}
.card-micro.artist .country {
  color: #707580;
}
.card-micro.artist .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card-micro.artist .hot {
  margin-left: 8px;
}
.card-micro.event.small {
  height: 32px;
}
.card-micro.event.small figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.card-micro.event.small article {
  padding-left: 40px;
  height: 32px;
}
.card-micro.event figure {
  border: 0;
}
.card-micro.event article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 190px;
}
.card-micro.event h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro.event h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.card-micro.event .event-venue {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  color: #707580;
}
.card-micro.venue.small {
  height: 48px;
}
.card-micro.venue.small figure {
  width: 32px;
  height: 24px;
  min-width: 32px;
  top: 8px;
}
.card-micro.venue.small article {
  height: 24px;
  padding-left: 48px;
}
.card-micro.venue em {
  font-style: normal;
}
.card-micro.venue .row .country {
  color: #707580;
  margin-right: 0;
}
.card-micro.venue .location {
  color: #707580;
}
.card-micro a + article,
.card-micro figure + article {
  padding-left: 48px;
}
.card-micro figure {
  border: 1px solid #e8eced;
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-micro figure.loader-element {
  border-radius: 0;
}
.card-micro figure.country {
  background-color: #cd79ba;
}
.card-micro figure.pop {
  background-color: #66c2e7;
}
.card-micro figure.hip-hop {
  background-color: #66d2d6;
}
.card-micro figure.rnb {
  background-color: #66c9ab;
}
.card-micro figure.latin {
  background-color: #f4729b;
}
.card-micro figure.electronic {
  background-color: #66d8ed;
}
.card-micro figure.rock {
  background-color: #7baad5;
}
.card-micro figure.metal {
  background-color: #798cc2;
}
.card-micro figure.punk {
  background-color: #a281bd;
}
.card-micro figure.jazz {
  background-color: #a6d78f;
}
.card-micro figure.reggae {
  background-color: #fdd471;
}
.card-micro figure.blues {
  background-color: #66cd94;
}
.card-micro figure.classical {
  background-color: #c9e188;
}
.card-micro figure.religious {
  background-color: #e0e97f;
}
.card-micro figure.european {
  background-color: #f5907a;
}
.card-micro figure.asian {
  background-color: #fabc78;
}
.card-micro figure.middle-eastern {
  background-color: #f0f070;
}
.card-micro figure.african {
  background-color: #ffe566;
}
.card-micro figure.other {
  background-color: #ddd;
}
.card-micro figure .btn-link-outside {
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-color: #ffffff;
  background-size: 20px;
  margin: 0;
}
.card-micro figure .btn-link-outside:hover {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  background-image: url('../images/svg/icon-link-blue-roll.svg');
}
.card-micro article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.card-micro article a {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.card-micro article .btn-play-track {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.card-micro h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  line-height: 16px;
  font-weight: 500;
  word-break: break-all;
}
.card-micro .country {
  font-size: 10px;
  font-size: 1rem;
  color: #808080;
}
.card-micro .country .flag {
  margin-bottom: 2px;
}
.card-micro .btn-link-outside {
  font-size: 0px;
  font-size: 0rem;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../images/svg/icon-link.svg');
  margin-left: 8px;
}
.card-micro .new-icon {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: -8px;
  margin-left: 2px;
}
.graph {
  position: relative;
  width: 100%;
  z-index: 0;
}
.graph [data-highcharts-chart] {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
.graph .highcharts-container {
  overflow: visible !important;
}
.graph svg {
  overflow: visible !important;
}
.graph svg .highcharts-tooltip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.graph text.highcharts-credits {
  display: none;
}
.graph .highcharts-data-labels span {
  min-width: 20px;
}
.graph-tooltip.has-shadow {
  padding: 2px 4px !important;
}
.graph-tooltip.has-shadow .label-title {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 !important;
}
.graph-tooltip.has-shadow .label-title strong {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
}
.landing-section {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .landing-section {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.landing-section.disabled-section .pro-section-content {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.landing-section.white {
  background-color: #ffffff;
}
.landing-section.black {
  color: #ffffff;
  background-color: #000000;
}
.landing-section.white-1 {
  background-color: #f4f6f6;
}
.landing-section.white-2 {
  background-color: #efefef;
}
.landing-section.white-3 {
  background-color: #f4f6f6;
}
.landing-section.blue-grey {
  background-color: #e8eced;
}
.landing-section.loading {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .landing-section.loading {
    min-height: 400px;
  }
}
.landing-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.landing-section.no-top-padding {
  padding-top: 0;
}
.landing-section.no-bottom-padding {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .landing-section.no-bottom-padding-mobile {
    padding-bottom: 0;
  }
}
.landing-section .page {
  width: 100%;
  max-width: 1308px;
}
.landing-section .section-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-section .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .landing-section .landing-section-title {
    font-size: 48px;
    font-size: 4.8pxrem;
    line-height: 56px;
  }
}
.landing-section .landing-section-title.alt {
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.landing-section .landing-section-title .dynamic-row {
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .landing-section .landing-section-title .dynamic-row {
    height: 56px;
  }
}
.landing-section .landing-section-title .dynamic-titles {
  -webkit-animation: dynamic-titles-6 10s 2s ease-out infinite;
  animation: dynamic-titles-6 10s 2s ease-out infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.landing-section .landing-section-title .dynamic-title {
  word-break: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 56px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .landing-section .landing-section-title .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .landing-section .landing-section-title .mobile-tablet-only {
    display: none;
  }
}
.landing-section .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
}
.landing-section .landing-section-subtitle .dynamic-row {
  height: 56px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.landing-section .landing-section-subtitle .dynamic-titles {
  -webkit-animation: dynamic-titles 8s 1s ease-out infinite;
  animation: dynamic-titles 8s 1s ease-out infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.landing-section .landing-section-subtitle .dynamic-title {
  height: 56px;
  overflow: hidden;
}
.landing-section .lead {
  margin: 0;
  padding: 0;
}
.landing-section .opacity-wrapper {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-section .opacity-wrapper.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.landing-section .btn-play-video {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  z-index: 1;
}
.landing-section .btn-play-video img {
  position: relative;
  z-index: 1;
}
.landing-section .btn-play-video .pulse {
  border-radius: 50%;
  -webkit-animation: pulse-play 2.5s linear infinite;
  animation: pulse-play 2.5s linear infinite;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: inline-block;
  background-color: #4e63ce;
  position: absolute;
  left: 0;
  top: 0;
}
.landing-section br.mobile-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .landing-section br.mobile-only {
    display: none;
  }
}
.landing-section br.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .landing-section br.tablet-forward {
    display: block;
  }
}
.section-artist-hero {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-hero-bg-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 46px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-artist-hero {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-hero-bg-768.webp');
    padding-top: 100px;
    background-position: center top 100px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-artist-hero {
    background-position: center top;
  }
}
@media only screen and (min-width: 1599px) {
  .section-artist-hero {
    background-position: center top -20px;
    background-size: 2300px;
  }
}
.section-artist-hero .landing-section-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-artist-hero .landing-section-title {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 64px;
  }
}
.section-artist-hero .landing-section-title ::-moz-selection {
  /* Code for Firefox */
  background: rgba(255, 255, 255, 0.2);
}
.section-artist-hero .landing-section-title ::selection {
  background: rgba(255, 255, 255, 0.2);
}
.section-artist-hero .landing-section-title span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#fe0d27), color-stop(57.18%, #919ded), color-stop(83.6%, #8fc7f3), to(#a7f8ef));
  background: linear-gradient(90deg, #fe0d27 0%, #919ded 57.18%, #8fc7f3 83.6%, #a7f8ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .section-artist-hero .landing-section-title span {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-artist-hero .landing-section-title span br {
    display: none;
  }
}
.section-artist-hero .landing-section-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-artist-hero .landing-section-lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-artist-hero .landing-section-lead.secondary {
  padding-top: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#fe0d27), color-stop(57.18%, #919ded), color-stop(83.6%, #8fc7f3), to(#a7f8ef));
  background: linear-gradient(90deg, #fe0d27 0%, #919ded 57.18%, #8fc7f3 83.6%, #a7f8ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) {
  .section-artist-hero .landing-section-lead.secondary {
    padding-top: 56px;
  }
}
.section-artist-hero .actions {
  padding-top: 32px;
}
.section-artist-hero .hero-features {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-artist-hero .hero-features {
    padding-top: 68px;
  }
}
.section-artist-hero a {
  color: inherit;
}
.section-artist-feature-hero {
  position: relative;
  color: #ffffff;
  padding: 46px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero {
    padding-top: 64px;
    background-size: 100% 100%;
  }
}
.section-artist-feature-hero.alt-zero-state {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero.alt-zero-state {
    padding-top: 64px;
  }
}
.section-artist-feature-hero.alt-zero-state:before {
  background: transparent;
  content: none;
}
.section-artist-feature-hero.alt-zero-state .release-on-logos {
  padding-top: 40px;
}
.section-artist-feature-hero.alt-advancing .landing-section-title span {
  background: -webkit-gradient(linear, left top, right top, from(#6f91ff), color-stop(100%, #4e4eec), to(#4e4eec));
  background: linear-gradient(90deg, #6f91ff 0%, #4e4eec 100%, #4e4eec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-artist-feature-hero.alt-advancing .landing-section-lead {
  padding-top: 16px;
}
.section-artist-feature-hero.alt-distribution .landing-section-title span {
  background: linear-gradient(290.79deg, #fe0d27 0%, #919ded 57.18%, #8fc7f3 83.6%, #a7f8ef 100%, #a7f8ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-artist-feature-hero.alt-distribution .landing-section-lead {
  padding-top: 24px;
}
.section-artist-feature-hero.alt-booking .landing-section-lead {
  padding-top: 24px;
}
.section-artist-feature-hero:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-feature-hero-bg-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-feature-hero-bg-768.webp');
    bottom: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-artist-feature-hero:before {
    bottom: 400px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-artist-feature-hero:before {
    bottom: 480px;
  }
}
@media only screen and (min-width: 1399px) {
  .section-artist-feature-hero:before {
    bottom: 521px;
  }
}
.section-artist-feature-hero .landing-section-title-label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero .landing-section-title-label {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-artist-feature-hero .landing-section-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero .landing-section-title {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 66px;
  }
}
.section-artist-feature-hero .landing-section-title ::-moz-selection {
  /* Code for Firefox */
  background: rgba(255, 255, 255, 0.2);
}
.section-artist-feature-hero .landing-section-title ::selection {
  background: rgba(255, 255, 255, 0.2);
}
.section-artist-feature-hero .landing-section-title span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#fe0d27), color-stop(57.18%, #919ded), color-stop(83.6%, #8fc7f3), to(#a7f8ef));
  background: linear-gradient(90deg, #fe0d27 0%, #919ded 57.18%, #8fc7f3 83.6%, #a7f8ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .section-artist-feature-hero .landing-section-title span {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-artist-feature-hero .landing-section-title span br {
    display: none;
  }
}
.section-artist-feature-hero .landing-section-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  padding-top: 32px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero .landing-section-lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-top: 40px;
    font-weight: 400;
  }
}
.section-artist-feature-hero .release-on-logos {
  margin-top: 0;
  padding: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero .release-on-logos {
    padding: 24px 0 0 0;
  }
}
.section-artist-feature-hero .release-on-logos img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
.section-artist-feature-hero a {
  color: inherit;
}
.section-artist-feature-hero .actions {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero .actions {
    padding-top: 32px;
  }
}
.section-artist-feature-hero .visual {
  position: relative;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero .visual {
    margin-top: 40px;
  }
}
.section-artist-feature-hero .benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: 32px 16px 0 16px;
}
@media only screen and (min-width: 360px) {
  .section-artist-feature-hero .benefits-list {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-hero .benefits-list {
    margin: 48px 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px 56px;
  }
}
.section-artist-feature-hero .benefit-item {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  display: block;
  background-image: url('../images/svg/checkmark-circle-blue.svg');
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
  text-align: left;
}
.section-artist-feature-steps {
  padding: 48px 0 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-feature-steps {
    padding-top: 64px;
  }
}
.section-artist-feature-steps .feature-steps {
  max-width: 660px;
  margin: 0 auto;
}
.section-artist-feature-steps .actions {
  text-align: center;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .section-artist-feature-steps .feature-steps {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.section-artist-features {
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .section-artist-features {
    padding-bottom: 80px 0 204px 0;
  }
}
.section-artist-features .landing-section-title {
  text-align: center;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .section-artist-features .landing-section-title {
    padding-bottom: 100px;
  }
}
.section-artist-features .title-stripe {
  padding-top: 16px;
  height: 28px;
  max-width: 688px;
}
.section-artist-sell-your-music {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/bg-sell-your-music-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 112px 0 100px 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-sell-your-music {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/bg-sell-your-music-768.webp');
    padding: 154px 0 104px 0;
  }
}
.section-artist-sell-your-music .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-artist-sell-your-music .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-artist-sell-your-music .landing-section-title ::-moz-selection {
  /* Code for Firefox */
  background: rgba(255, 255, 255, 0.2);
}
.section-artist-sell-your-music .landing-section-title ::selection {
  background: rgba(255, 255, 255, 0.2);
}
.section-artist-sell-your-music .landing-section-title span {
  -webkit-animation: gradient 4.5s linear infinite;
          animation: gradient 4.5s linear infinite;
  display: inline-block;
  background: linear-gradient(110.79deg, #fe0d27 0%, #919ded 57.18%, #8fc7f3 83.6%, #a7f8ef 100%, #a7f8ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-artist-sell-your-music .landing-section-title .span-1 {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.section-artist-sell-your-music .landing-section-title .span-2 {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.section-artist-sell-your-music .landing-section-title .span-3 {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.section-artist-sell-your-music .actions {
  padding-top: 40px;
  text-align: center;
}
@-webkit-keyframes gradient {
  0% {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  30% {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  40% {
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
  }
  60% {
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
  }
  70% {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  100% {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@keyframes gradient {
  0% {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  30% {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  40% {
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
  }
  60% {
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
  }
  70% {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  100% {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.section-artist-testimonial {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-testimonial {
    padding: 140px 0 164px 0;
  }
}
.section-artist-learn-more {
  background-color: #DBE0E1;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-learn-more {
    padding: 104px 0 122px 0;
  }
}
.section-artist-learn-more.transparent {
  background-color: transparent;
}
.section-artist-learn-more .landing-section-title {
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-artist-learn-more .landing-section-title {
    padding-bottom: 62px;
  }
}
.section-artist-learn-more .swiper-container {
  overflow: visible;
  max-width: 980px;
}
.section-artist-learn-more .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .section-artist-learn-more .swiper-slide {
    min-width: 282px;
    max-width: 282px;
  }
}
.section-artist-learn-more .swiper-slide:last-child {
  margin-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .section-artist-learn-more .swiper-pagination {
    display: none;
  }
}
.section-artist-stay-in-control {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-stay-in-control-bg-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 144px 0 80px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-artist-stay-in-control {
    background-image: none;
    padding: 0 0 104px 0;
  }
}
.section-artist-stay-in-control > .page {
  display: block;
}
.section-artist-stay-in-control .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-artist-stay-in-control .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-artist-stay-in-control .landing-section-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0 auto;
  padding-top: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-artist-stay-in-control .landing-section-lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-artist-stay-in-control .actions {
  padding-top: 40px;
  text-align: center;
}
.section-artist-stay-in-control .visual {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-artist-stay-in-control .visual {
    display: block;
    padding-bottom: 40px;
    max-width: 1028px;
    margin: 0 auto;
  }
}
.section-artist-stay-in-control .visual img {
  width: 100%;
}
.section-artist-stay-in-control .stripe {
  max-width: 662px;
  margin: 0 auto;
  width: 220px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .section-artist-stay-in-control .stripe {
    width: 100%;
    height: 36px;
  }
}
.section-artist-stay-in-control ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 40px auto 16px auto;
}
@media only screen and (min-width: 768px) {
  .section-artist-stay-in-control ul {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 72px;
  }
}
.section-artist-benefits {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-benefits-bg-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits {
    padding-top: 124px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-benefits-bg-768.webp');
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-benefits-bg-1980.webp');
  }
}
.section-artist-benefits.alt-artist-feature {
  color: #000000;
  padding: 80px 0 48px 0;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-benefits-alt-artist-feature-bg-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits.alt-artist-feature {
    padding-bottom: 56px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/artist-benefits-alt-artist-feature-bg-768.webp');
  }
}
.section-artist-benefits > .page {
  display: block;
}
.section-artist-benefits .landing-section-title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-artist-benefits .landing-section-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .landing-section-lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-artist-benefits .actions {
  padding-top: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .actions {
    padding-top: 32px;
  }
}
.section-artist-benefits .visual {
  padding-top: 90px;
  text-align: center;
}
.section-artist-benefits .benefits-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px auto 0 auto;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .benefits-list {
    margin-top: 40px;
    gap: 24px;
  }
}
.section-artist-benefits .benefits-list h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: bold;
}
.section-artist-benefits .benefits-list p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .benefits-list p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-artist-benefits .benefits-list-squares {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0 auto;
  gap: 24px;
  max-width: 808px;
  padding: 0 16px 36px 16px;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .benefits-list-squares {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 36px 0;
  }
}
.section-artist-benefits .benefits-list-squares li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .section-artist-benefits .benefits-list-squares li.active {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 -16px;
  }
}
.section-artist-benefits .benefits-list-squares li.active .square {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .benefits-list-squares li.active .square {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.section-artist-benefits .benefits-list-squares li.active .square p {
  display: block;
}
.section-artist-benefits .square {
  -webkit-transition: transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  border: 2px solid #000000;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .square {
    padding: 32px;
    width: 248px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .square:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.section-artist-benefits .square h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-artist-benefits .square h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.section-artist-benefits .square p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 8px 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-artist-benefits .square p {
    display: none;
  }
}
.section-artist-faq {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-faq {
    padding: 112px 0 120px 0;
  }
}
.section-artist-faq > .page {
  max-width: 814px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-artist-faq > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-artist-faq .landing-section-title {
  text-align: center;
  margin-bottom: 48px;
}
.section-artist-faq .landing-section-title + .question {
  padding-top: 0;
}
.section-artist-faq .question {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #707580;
  border-bottom: 1px solid #d5dde0;
  padding: 24px 0;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-artist-faq .question {
    padding: 32px 0;
  }
}
.section-artist-faq .question.fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-artist-faq .question.closed .question-content {
  display: none;
}
.section-artist-faq .question.closed .js-accordion-trigger:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
}
.section-artist-faq .question.open .js-accordion-trigger:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.section-artist-faq .question-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding-right: 28px;
}
.section-artist-faq .js-accordion-trigger {
  cursor: pointer;
}
.section-artist-faq .js-accordion-trigger:after {
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background-image: url('../images/svg/icon-down-arrow-blue.svg');
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-artist-faq .question-content p {
  padding: 8px 0 0 0;
  margin: 0;
}
.section-artist-faq .question-content p:first-child {
  margin-top: 24px;
  padding-top: 0;
}
.section-artist-faq .question-content p:last-child {
  padding-bottom: 0;
}
.section-artist-faq .question-content a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-artist-faq .question-content a:hover,
.section-artist-faq .question-content a:active {
  color: #6889e2;
}
.section-artist-faq .actions {
  padding-top: 40px;
}
.section-artist-pricing-best-deal {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/artist-pricing-best-deal-bg-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal {
    padding-top: 124px;
    padding-bottom: 120px;
    background-size: 100% 100%;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/artist-pricing-best-deal-bg-768.webp');
  }
}
.section-artist-pricing-best-deal > .page {
  display: block;
}
.section-artist-pricing-best-deal .landing-section-title {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    padding-bottom: 56px;
  }
}
.section-artist-pricing-best-deal .landing-section-subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal .landing-section-subtitle {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-artist-pricing-best-deal .benefits-list {
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: 42px 16px 0 16px;
}
@media only screen and (min-width: 360px) {
  .section-artist-pricing-best-deal .benefits-list {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal .benefits-list {
    margin: 48px 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px 56px;
  }
}
.section-artist-pricing-best-deal .benefit-item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: block;
  background-image: url('../images/svg/checkmark-circle-blue.svg');
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
  text-align: left;
  padding-top: 4px;
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal .benefit-item {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-top: 0;
  }
}
.section-artist-pricing-best-deal .benefit-item strong {
  display: block;
}
.section-artist-pricing-best-deal .price-deal {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #ffffff;
  max-width: 344px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal .price-deal {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    max-width: 664px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.section-artist-pricing-best-deal .price-deal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal .price-deal-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-artist-pricing-best-deal .price-deal-row.shadow {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
}
.section-artist-pricing-best-deal .price-deal-row.shadow:after,
.section-artist-pricing-best-deal .price-deal-row.shadow:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal .price-deal-row.shadow:after,
  .section-artist-pricing-best-deal .price-deal-row.shadow:before {
    top: -1px;
    left: 0;
    bottom: auto;
  }
}
.section-artist-pricing-best-deal .price-deal-row.shadow:before {
  right: -1px;
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal .price-deal-row.shadow:before {
    top: auto;
    bottom: -1px;
    right: 0;
    left: 0;
  }
}
.section-artist-pricing-best-deal .price-deal-col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  gap: 8px;
}
.section-artist-pricing-best-deal .price-deal-col + .price-deal-col {
  border-left: 1px solid #d5dde0;
}
@media only screen and (min-width: 768px) {
  .section-artist-pricing-best-deal .price-deal-col + .price-deal-col {
    border: 0;
    border-top: 1px solid #d5dde0;
    width: 100%;
  }
}
.section-artist-payment-landing-new {
  background: #f4f6f6;
  padding: 64px 0 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-payment-landing-new {
    padding: 96px 0  80px 0;
  }
}
.section-artist-payment-landing-new > .page {
  text-align: center;
  max-width: 1284px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-artist-payment-landing-new > .page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-artist-payment-landing-new > .page {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-artist-payment-landing-new .landing-section-lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding-bottom: 56px;
}
.section-artist-payment-landing-new .landing-section-lead span {
  display: inline-block;
}
.section-artist-payment-landing-new .payment-plans-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .section-artist-payment-landing-new .payment-plans-grid {
    max-width: 792px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.section-artist-payment-landing-new .payment-plan-package {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding-bottom: 48px;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-artist-payment-landing-new .payment-plan-package {
    margin-top: 40px;
  }
  .section-artist-payment-landing-new .payment-plan-package:not(.premium) {
    margin-bottom: auto;
  }
}
.section-artist-payment-landing-new .payment-plan-package.premium {
  -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-payment-landing-new .payment-plan-package.premium {
    margin-top: 0;
  }
}
.section-artist-payment-landing-new .payment-plan-package.premium .plan-title {
  color: #ffffff;
  font-weight: bold;
  background: linear-gradient(290.79deg, #fe0d27 0%, #919ded 57.18%, #8fc7f3 83.6%, #a7f8ef 100%, #a7f8ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-artist-payment-landing-new .payment-plan-package.premium .plan-title img {
  vertical-align: baseline;
  display: inline-block;
  margin-right: 2px;
}
.section-artist-payment-landing-new .payment-plan-package.premium .description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #A3A4A7;
}
.section-artist-payment-landing-new .payment-plan-package.premium .price-wrapper sup {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  top: 0;
  vertical-align: 16px;
}
.section-artist-payment-landing-new .payment-plan-package.premium .price-wrapper time {
  color: #ffffff;
}
.section-artist-payment-landing-new .payment-plan-package.premium .price {
  color: #ffffff;
}
.section-artist-payment-landing-new .payment-plan-package.premium .features {
  color: #ffffff;
}
.section-artist-payment-landing-new .payment-plan-package.premium .actions {
  padding-bottom: 0;
}
.section-artist-payment-landing-new .payment-plan-package.premium .actions small {
  color: #ccc;
}
.section-artist-payment-landing-new .payment-plan-package .ribbon {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/artist-pricing-premium-gradient.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 11px 24px;
}
.section-artist-payment-landing-new .payment-plan-package .ribbon .compare-offer {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  cursor: pointer;
  color: #ffffff;
}
.section-artist-payment-landing-new .payment-plan-package .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 16px;
}
@media only screen and (min-width: 360px) {
  .section-artist-payment-landing-new .payment-plan-package .plan {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-payment-landing-new .payment-plan-package .plan {
    padding: 0 32px;
  }
}
.section-artist-payment-landing-new .payment-plan-package .plan-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 500;
  color: #000000;
  padding-top: 48px;
  padding-bottom: 16px;
}
.section-artist-payment-landing-new .payment-plan-package .payment-package-badge {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 360px) {
  .section-artist-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 880px) {
  .section-artist-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
.section-artist-payment-landing-new .payment-plan-package .payment-package-badge span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: -35px -35px 0 0;
}
.section-artist-payment-landing-new .payment-plan-package .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-artist-payment-landing-new .payment-plan-package .price-wrapper time {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 8px;
}
.section-artist-payment-landing-new .payment-plan-package .price-wrapper .currency {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  top: 0;
  vertical-align: 16px;
  line-height: 1;
}
.section-artist-payment-landing-new .payment-plan-package .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-artist-payment-landing-new .payment-plan-package .price-row .price + .price {
  margin-left: 16px;
}
.section-artist-payment-landing-new .payment-plan-package .price {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px;
  font-weight: 500;
}
.section-artist-payment-landing-new .payment-plan-package .price .old-price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 400;
  color: #707580;
  text-decoration: line-through;
  margin-right: 8px;
}
.section-artist-payment-landing-new .payment-plan-package .price small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
}
.section-artist-payment-landing-new .payment-plan-package .description {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  padding: 14px 0 32px 0;
  margin: 0;
  color: #A4A5A8;
}
@media only screen and (min-width: 768px) {
  .section-artist-payment-landing-new .payment-plan-package .description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 0 40px 0;
    min-height: 152px;
  }
}
@media only screen and (min-width: 880px) {
  .section-artist-payment-landing-new .payment-plan-package .description {
    min-height: 120px;
  }
}
@media only screen and (min-width: 1099px) {
  .section-artist-payment-landing-new .payment-plan-package .description {
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .section-artist-payment-landing-new .payment-plan-package .description br {
    display: none;
  }
}
.section-artist-payment-landing-new .payment-plan-package .features {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  text-align: left;
  margin-top: 32px;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.section-artist-payment-landing-new .payment-plan-package .features li {
  background-position: left 8px;
  background-repeat: no-repeat;
  padding: 8px 0 8px 28px;
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big-grey.svg');
  background-size: 16px;
}
.section-artist-payment-landing-new .payment-plan-package .features li.included {
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big.svg');
}
.section-artist-payment-landing-new .payment-plan-package .actions {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-artist-payment-landing-new .payment-plan-package .actions {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.section-artist-payment-landing-new .payment-plan-package .actions .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.section-artist-payment-landing-new .payment-plan-package .actions small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  color: #707580;
  margin-top: 16px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .section-artist-payment-landing-new .payment-plan-package .actions small {
    min-height: 36px;
  }
}
.section-artist-payment-landing-new .btn-payment-back {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  left: 200px;
  top: 22px;
  text-transform: capitalize;
  background-position: left center;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-size: 6px;
  line-height: 1;
  color: #000000;
  background-image: url('../images/svg/icon-left-arrow.svg');
}
.section-artist-payment-landing-new .logo-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .section-artist-payment-landing-new .logo-wrapper {
    left: 24px;
    top: 12px;
  }
}
@media only screen and (min-width: 1471px) {
  .section-artist-payment-landing-new .logo-wrapper {
    left: calc(50% - 732px + 20px);
  }
}
.section-artist-payment-landing-new .logo {
  font-size: 0px;
  font-size: 0rem;
  height: 50px;
  width: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .section-artist-payment-landing-new .logo {
    width: 180px;
    min-width: 180px;
  }
}
.section-artist-payment-landing-new .logo img {
  height: 50px;
  width: 180px;
  max-width: none;
}
.section-artist-compare-plans-new {
  padding: 0 0 120px 0;
}
.section-artist-compare-plans-new > .page {
  max-width: 1094px;
  overflow: visible;
  display: block;
}
.section-artist-compare-plans-new .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-artist-compare-plans-new .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-artist-compare-plans-new .compare-plan-table {
  margin: 0 -16px;
  position: relative;
  max-width: 728px;
  will-change: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-artist-compare-plans-new .compare-plan-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-artist-compare-plans-new .compare-plan-table .fake-cols {
  pointer-events: none;
  cursor: default;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 0;
}
.section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
}
.section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-2 {
  background-color: #ffffff;
  border-left: 1px solid #E3E3E3;
}
.section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-left: 1px solid #E3E3E3;
}
@media only screen and (min-width: 360px) {
  .section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
    width: 112px;
  }
}
.section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-2,
.section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
  width: 88px;
}
@media only screen and (min-width: 540px) {
  .section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-2,
  .section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
    width: 112px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-2,
  .section-artist-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
    width: 182px;
  }
}
.section-artist-compare-plans-new .compare-plan-table table {
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #424547;
  letter-spacing: 0px;
}
.section-artist-compare-plans-new .compare-plan-table table h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 0;
  color: #000000;
}
.section-artist-compare-plans-new .compare-plan-table table h4:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .section-artist-compare-plans-new .compare-plan-table table h4 br {
    display: none;
  }
}
.section-artist-compare-plans-new .compare-plan-table table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  z-index: 1;
}
.section-artist-compare-plans-new .compare-plan-table table thead th {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 20px 0;
  font-weight: normal;
  color: #000000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.section-artist-compare-plans-new .compare-plan-table table thead th:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f5f6), color-stop(70%, #f3f5f6), to(rgba(243, 245, 246, 0.5)));
  background: linear-gradient(180deg, #f3f5f6 0%, #f3f5f6 70%, rgba(243, 245, 246, 0.5) 100%);
}
.section-artist-compare-plans-new .compare-plan-table table thead th:nth-child(2),
.section-artist-compare-plans-new .compare-plan-table table thead th:last-child {
  white-space: nowrap;
  width: 88px;
}
@media only screen and (min-width: 540px) {
  .section-artist-compare-plans-new .compare-plan-table table thead th:nth-child(2),
  .section-artist-compare-plans-new .compare-plan-table table thead th:last-child {
    width: 112px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-compare-plans-new .compare-plan-table table thead th:nth-child(2),
  .section-artist-compare-plans-new .compare-plan-table table thead th:last-child {
    width: 182px;
  }
}
.section-artist-compare-plans-new .compare-plan-table table thead th:nth-child(2):before,
.section-artist-compare-plans-new .compare-plan-table table thead th:last-child:before {
  border-radius: 0 4px 0 0;
  background: #ffffff;
  border: 1px solid #E3E3E3;
  border-left: 0;
  right: -1px;
}
.section-artist-compare-plans-new .compare-plan-table table thead th:nth-child(2):after,
.section-artist-compare-plans-new .compare-plan-table table thead th:last-child:after {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #d5dde0;
}
.section-artist-compare-plans-new .compare-plan-table table thead th:nth-child(2):before {
  border-radius: 4px 0 0 0;
  left: -2px;
  right: 0;
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: inset -12px 0px 12px -12px rgba(0, 0, 0, 0.15);
          box-shadow: inset -12px 0px 12px -12px rgba(0, 0, 0, 0.15);
}
.section-artist-compare-plans-new .compare-plan-table table thead th strong {
  font-weight: bold;
}
.section-artist-compare-plans-new .compare-plan-table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.section-artist-compare-plans-new .compare-plan-table table tbody th {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  padding: 8px 0;
  position: relative;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .section-artist-compare-plans-new .compare-plan-table table tbody th {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-compare-plans-new .compare-plan-table table tbody th {
    line-height: 32px;
  }
}
.section-artist-compare-plans-new .compare-plan-table table tbody th:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #d5dde0;
}
.section-artist-compare-plans-new .compare-plan-table table tbody td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 4px 8px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-artist-compare-plans-new .compare-plan-table table tbody td {
    line-height: 24px;
  }
}
.section-artist-compare-plans-new .compare-plan-table table tbody td:first-child {
  text-align: left;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .section-artist-compare-plans-new .compare-plan-table table tbody td:first-child {
    padding-left: 16px;
  }
}
.section-artist-compare-plans-new .compare-plan-table table tbody td:last-child:after {
  border-bottom: 1px solid #d5dde0;
}
.section-artist-compare-plans-new .compare-plan-table table tbody td:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #d5dde0;
}
.section-artist-compare-plans-new .compare-plan-table img[alt="Checkmark"] {
  width: 18px;
  height: 14px;
}
.hero-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-features {
    gap: 40px;
  }
}
.hero-features .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero-feature {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .hero-feature {
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .hero-feature.open {
    -webkit-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    border: 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/hero-feature-bg-roll.png');
  }
  .hero-feature.open p {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    max-height: 1000px;
    padding-top: 8px;
  }
  .hero-feature.open h2:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
  }
}
@media only screen and (min-width: 768px) {
  .hero-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fe0d27), color-stop(57.18%, #919ded), color-stop(83.6%, #8fc7f3), to(#a7f8ef));
    background: linear-gradient(90deg, #fe0d27 0%, #919ded 57.18%, #8fc7f3 83.6%, #a7f8ef 100%);
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/artist-landing/hero-feature-bg-roll.png');
  }
}
@media only screen and (max-width: 767px) {
  .hero-feature a {
    pointer-events: none;
    cursor: default;
  }
}
.hero-feature .number {
  line-height: 1;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .hero-feature .number {
    display: none;
  }
}
.hero-feature .number svg {
  font: bold 76px suisseInt, Arial;
  width: 76px;
  height: 76px;
}
.hero-feature .number text {
  fill: none;
  stroke: white;
  stroke-width: 1px;
  stroke-linejoin: round;
}
.hero-feature h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero-feature h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    padding-top: 48px;
  }
}
.hero-feature h2:after {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
  background-image: url('../images/svg/chevron-down-white.svg');
}
@media only screen and (min-width: 768px) {
  .hero-feature h2:after {
    display: none;
  }
}
.hero-feature p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 8px 0 0 0;
  margin: 0;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .hero-feature p {
    -webkit-transition: max-height 300ms cubic-bezier(0, 1, 0, 1);
    transition: max-height 300ms cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
    max-height: 0px;
    padding-top: 0;
  }
}
.release-on-logos {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding: 40px 0 32px 0;
  margin: 64px -16px 0 -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .release-on-logos {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 48px;
    margin: 40px 0 0 0;
  }
}
.release-on-logos p {
  padding: 0 0 16px 0;
  margin: 0;
}
.release-on-logos .logos {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .release-on-logos .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.release-on-logos .logos ul {
  -webkit-animation: logos-ani 20s linear infinite;
  animation: logos-ani 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .release-on-logos .logos ul {
    -webkit-animation: none;
    animation: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .release-on-logos .logos ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  .release-on-logos .logos ul:last-child {
    display: none;
  }
}
.release-on-logos .logos ul li {
  margin: 0 12px;
}
@media only screen and (min-width: 1199px) {
  .release-on-logos .logos ul li {
    margin: 0 16px;
  }
}
.release-on-logos .logos img {
  max-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .release-on-logos .logos img {
    max-height: 37px;
  }
}
.artist-features {
  margin: 0 -16px;
}
@media only screen and (min-width: 768px) {
  .artist-features {
    margin: 0;
  }
}
.artist-features .item + .item {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .artist-features .item + .item {
    padding-top: 104px;
  }
}
.artist-feature {
  border-radius: 12px;
  background-color: #f4f6f6;
  padding: 32px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .artist-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    gap: 80px;
  }
}
@media only screen and (min-width: 1199px) {
  .artist-feature {
    padding: 50px 104px;
    gap: 180px;
  }
}
.artist-feature.is-animated.show figure img {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.artist-feature.is-animated figure img {
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.artist-feature .anchor {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100px;
  position: absolute;
}
.artist-feature figure {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .artist-feature figure {
    padding-top: 32px;
    margin: 0 -16px;
  }
}
@media only screen and (min-width: 768px) {
  .artist-feature figure {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 1024px) {
  .artist-feature figure {
    margin-right: -64px;
  }
}
@media only screen and (min-width: 1199px) {
  .artist-feature figure {
    margin-right: -124px;
  }
}
.artist-feature figure img {
  width: 100%;
  max-width: 468px;
}
@media only screen and (min-width: 1024px) {
  .artist-feature figure img {
    width: 468px;
  }
}
.artist-feature h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #4e63ce;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .artist-feature h3 {
    text-align: left;
  }
}
.artist-feature h3 span {
  background: -webkit-gradient(linear, left top, right top, from(#6f91ff), color-stop(100%, #4e4eec), to(#4e4eec));
  background: linear-gradient(90deg, #6f91ff 0%, #4e4eec 100%, #4e4eec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.artist-feature h4 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: bold;
  padding-top: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .artist-feature h4 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    text-align: left;
  }
}
.artist-feature .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-top: 32px;
}
.artist-feature .bullets .bullet-item {
  position: relative;
  padding-bottom: 16px;
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .artist-feature .bullets .bullet-item {
    padding-left: 40px;
  }
}
.artist-feature .bullets .bullet-item.actions {
  text-align: center;
  padding-left: 0;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .artist-feature .bullets .bullet-item.actions {
    text-align: left;
    padding-left: 40px;
  }
}
.artist-feature .bullets .bullet-item.checked {
  background-image: url('../images/svg/checkmark-circle-blue.svg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
  text-align: left;
}
.artist-feature .bullets .bullet-item:last-child {
  padding-bottom: 0;
}
.artist-feature .bullets a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
  font-weight: 500;
}
.artist-feature .bullets a:hover,
.artist-feature .bullets a:active {
  color: #6889e2;
}
.feature-steps {
  position: relative;
  counter-reset: my-awesome-counter;
  list-style: none;
  margin: 0;
  padding: 0;
  /*&:before {
		content: "";
		width: 1px;
		background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%);
		background-position: right;
		background-size: 1px 4px;
		background-repeat: repeat-y;
		position: absolute;
		left: 30px; //20px;
		top: 4px;
		bottom: 0;
		margin-left: 1px;

		@media @bp_768 {
			//left: 32px;
		}
	}*/
}
.feature-steps li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 68px;
  margin-top: 40px;
  list-style: none;
  /*&:first-child {
			margin-top: 0;

			&:before {
				.font-size(32);
				width: 40px;
				height: 40px;
				min-width: 40px;
				left: 0;
				top: 0;

				@media @bp_768 {
					.font-size(42);
					width: 64px;
					height: 64px;
					min-width: 64px;
				}
			}

			h2 {
				display: inline-flex;
				align-items: center;
				padding-top: 5px;

				@media @bp_768 {
					padding-top: 12px;
				}
			}
		}*/
}
@media only screen and (min-width: 768px) {
  .feature-steps li {
    padding-left: 104px;
    margin-top: 48px;
  }
}
.feature-steps li:first-child {
  margin-top: 0;
}
.feature-steps li:last-child:before {
  content: none;
}
.feature-steps li:before {
  content: "";
  width: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #000000), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#000000 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 4px;
  background-repeat: repeat-y;
  position: absolute;
  left: 30px;
  top: 4px;
  bottom: -50px;
  margin-left: 1px;
}
.feature-steps li:after {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  content: counter(my-awesome-counter);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#6f91ff), to(#4e4eec));
  background: linear-gradient(90deg, #6f91ff 0%, #4e4eec 100%);
  width: 40px;
  height: 40px;
  min-width: 40px;
  position: absolute;
  left: 10px;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .feature-steps li:after {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.feature-steps h2,
.feature-steps h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .feature-steps h2,
  .feature-steps h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    padding-top: 0;
  }
}
.feature-steps p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 8px 0 0 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .feature-steps p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.artist-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 1082px;
}
@media only screen and (min-width: 768px) {
  .artist-testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.artist-testimonial.is-animated.show figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.artist-testimonial.is-animated figure {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.artist-testimonial figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 24px 0 24px 52px;
}
@media only screen and (min-width: 768px) {
  .artist-testimonial figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 32px 0 32px 72px;
    max-width: 464px;
  }
}
.artist-testimonial figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  left: 0;
  border-radius: 16px;
  background-color: #000000;
  z-index: 0;
}
.artist-testimonial figure img {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .artist-testimonial article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 46px;
  }
}
.artist-testimonial blockquote {
  position: relative;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .artist-testimonial blockquote {
    padding-left: 24px;
  }
}
.artist-testimonial blockquote:before {
  content: "";
  background-position: left top;
  background-image: url('../images/svg/testimonial-quote-black.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 48px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .artist-testimonial blockquote:before {
    width: 75px;
    height: 52px;
    padding: 0 24px;
  }
}
.artist-testimonial blockquote p {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  padding: 72px 16px 12px 16px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .artist-testimonial blockquote p {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    font-weight: bold;
    padding: 74px 12px 0px 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .artist-testimonial blockquote p {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
  }
}
.artist-testimonial blockquote cite {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  padding-top: 24px;
  font-style: normal;
  display: block;
  padding: 24px 16px 0 16px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .artist-testimonial blockquote cite {
    padding: 32px 12px 0 12px;
  }
}
.artist-testimonial .country {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
  font-weight: 400;
}
.artist-testimonial .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8eced;
  min-width: 21px;
  height: auto;
  margin-right: 8px;
}
.card-resource {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .card-resource {
    max-width: 282px;
  }
}
.card-resource.single-card {
  max-width: 282px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .card-resource.single-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 830px;
  }
  .card-resource.single-card figure {
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }
  .card-resource.single-card article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 346px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.card-resource figure {
  height: 190px;
}
.card-resource figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-resource article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}
.card-resource .title {
  font-size: 28px;
  font-size: 2.8rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 34px;
  font-weight: bold;
}
.card-resource .description {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #707580;
  padding: 8px 0 0 0;
  margin: 0;
}
.card-resource:hover,
.card-resource:active {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .card-resource:hover,
  .card-resource:active {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  }
  .card-resource:hover .title,
  .card-resource:active .title {
    color: #6889e2;
  }
}
.absolute-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro-table-pagination {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  padding: 16px 0 0 0;
}
.pro-table-pagination .btn-pagination {
  border-radius: 9999px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  color: #4e63ce;
  border: 0;
  padding: 0 4px;
  width: auto;
  height: 20px;
  min-width: 20px;
  vertical-align: middle;
  margin: 0;
  font-weight: 600;
  line-height: 1;
}
.pro-table-pagination .btn-pagination:disabled,
.pro-table-pagination .btn-pagination.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: none;
  cursor: default;
  color: #D5DDE0;
}
.pro-table-pagination .btn-pagination.active {
  background-color: #4e63ce;
  color: #ffffff;
}
.pro-table-pagination .btn-pagination:hover {
  background-color: #6889e2;
  color: #ffffff;
}
.pro-table-pagination .btn-pagination.prev,
.pro-table-pagination .btn-pagination.next {
  font-size: 0px;
  font-size: 0rem;
  background-size: 5px;
}
.pro-table-pagination .btn-pagination.prev {
  background-image: url('../images/svg/chevron-left-blue.svg');
}
.pro-table-pagination .btn-pagination.prev.disabled,
.pro-table-pagination .btn-pagination.prev:disabled {
  background-image: url('../images/svg/chevron-left-disabled.svg');
}
.pro-table-pagination .btn-pagination.prev:hover {
  background-image: url('../images/svg/chevron-left-blue-roll.svg');
  background-color: transparent;
}
.pro-table-pagination .btn-pagination.next {
  background-image: url('../images/svg/chevron-right-blue.svg');
}
.pro-table-pagination .btn-pagination.next.disabled,
.pro-table-pagination .btn-pagination.next:disabled {
  background-image: url('../images/svg/chevron-right-disabled.svg');
}
.pro-table-pagination .btn-pagination.next:hover {
  background-image: url('../images/svg/chevron-right-blue-roll.svg');
  background-color: transparent;
}
.pro-table-pagination label {
  font-size: inherit;
  color: #707580;
  display: inline-block;
  vertical-align: middle;
}
.pro-tag {
  border-radius: 12px;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  line-height: 11px;
  text-transform: uppercase;
  background-color: #F6F6F5;
  padding: 0 8px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.pro-tag.unverified {
  background-color: #d5dde0;
  color: #000000;
  text-transform: capitalize;
}
.pro-tag.genre {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.pro-tag.genre.country {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 8px !important;
  color: #000000;
}
.pro-tag.genre.country:before {
  content: "";
  background-color: #cd79ba;
}
.pro-tag.genre.pop:before {
  content: "";
  background-color: #66c2e7;
}
.pro-tag.genre.hip-hop:before {
  content: "";
  background-color: #66d2d6;
}
.pro-tag.genre.rnb:before {
  content: "";
  background-color: #66c9ab;
}
.pro-tag.genre.latin:before {
  content: "";
  background-color: #f4729b;
}
.pro-tag.genre.electronic:before {
  content: "";
  background-color: #66d8ed;
}
.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.pro-tag.genre.metal:before {
  content: "";
  background-color: #798cc2;
}
.pro-tag.genre.punk:before {
  content: "";
  background-color: #a281bd;
}
.pro-tag.genre.jazz:before {
  content: "";
  background-color: #a6d78f;
}
.pro-tag.genre.reggae:before {
  content: "";
  background-color: #fdd471;
}
.pro-tag.genre.blues:before {
  content: "";
  background-color: #66cd94;
}
.pro-tag.genre.classical:before {
  content: "";
  background-color: #c9e188;
}
.pro-tag.genre.religious:before {
  content: "";
  background-color: #e0e97f;
}
.pro-tag.genre.european:before {
  content: "";
  background-color: #f5907a;
}
.pro-tag.genre.asian:before {
  content: "";
  background-color: #fabc78;
}
.pro-tag.genre.middle-eastern:before {
  content: "";
  background-color: #f0f070;
}
.pro-tag.genre.african:before {
  content: "";
  background-color: #ffe566;
}
.pro-tag.genre:before {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.pro-tag.festival {
  background-color: #F9CFDC;
}
.pro-tag.primary {
  background-color: #E8F3FF;
}
.pro-tag.shazam,
.pro-tag.youtube,
.pro-tag.airplay,
.pro-tag.beatport,
.pro-tag.instagram,
.pro-tag.spotify,
.pro-tag.tiktok,
.pro-tag.twitter,
.pro-tag.facebook,
.pro-tag.soundcloud,
.pro-tag.deezer,
.pro-tag.viberate,
.pro-tag.social-media,
.pro-tag.social {
  background-color: #ffffff;
}
.pro-tag.shazam.active,
.pro-tag.youtube.active,
.pro-tag.airplay.active,
.pro-tag.beatport.active,
.pro-tag.instagram.active,
.pro-tag.spotify.active,
.pro-tag.tiktok.active,
.pro-tag.twitter.active,
.pro-tag.facebook.active,
.pro-tag.soundcloud.active,
.pro-tag.deezer.active,
.pro-tag.viberate.active,
.pro-tag.social-media.active,
.pro-tag.social.active {
  background-color: #4e63ce;
  color: #ffffff;
}
.pro-tag.shazam:before,
.pro-tag.youtube:before,
.pro-tag.airplay:before,
.pro-tag.beatport:before,
.pro-tag.instagram:before,
.pro-tag.spotify:before,
.pro-tag.tiktok:before,
.pro-tag.twitter:before,
.pro-tag.facebook:before,
.pro-tag.soundcloud:before,
.pro-tag.deezer:before,
.pro-tag.viberate:before,
.pro-tag.social-media:before,
.pro-tag.social:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  background-size: 15px;
}
.pro-tag.shazam.active:before {
  background-image: url('../images/svg/shazam-white.svg');
}
.pro-tag.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-tag.social-media.active:before,
.pro-tag.social.active:before {
  background-image: url('../images/svg/social-media-white.svg');
}
.pro-tag.social-media:before,
.pro-tag.social:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-tag.youtube.active:before {
  background-image: url('../images/svg/youtube-white.svg');
}
.pro-tag.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-tag.beatport.active:before {
  background-image: url('../images/svg/beatport-circle-white.svg');
}
.pro-tag.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.pro-tag.airplay.active:before {
  background-image: url('../images/svg/airplay-white.svg');
}
.pro-tag.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-tag.instagram.active:before {
  background-image: url('../images/svg/instagram-white.svg');
}
.pro-tag.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-tag.spotify.active:before {
  background-image: url('../images/svg/spotify-white.svg');
}
.pro-tag.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-tag.tiktok.active:before {
  background-image: url('../images/svg/tiktok-white.svg');
}
.pro-tag.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-tag.twitter.active:before {
  background-image: url('../images/svg/twitter-white.svg');
}
.pro-tag.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-tag.facebook.active:before {
  background-image: url('../images/svg/facebook-white.svg');
}
.pro-tag.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-tag.soundcloud.active:before {
  background-image: url('../images/svg/soundcloud-white.svg');
}
.pro-tag.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-tag.viberate.active:before {
  background-image: url('../images/svg/viberate-white.svg');
}
.pro-tag.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.pro-tag.deezer.active:before {
  background-image: url('../images/svg/deezer-white.svg');
}
.pro-tag.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-tag.range {
  background-color: #f4f6f6;
}
.pro-tag.btn {
  padding: 0 8px;
}
.pro-tag.btn:disabled,
.pro-tag.btn.disabled {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.pro-tag.btn:disabled:hover,
.pro-tag.btn.disabled:hover,
.pro-tag.btn:disabled:active,
.pro-tag.btn.disabled:active,
.pro-tag.btn:disabled.active,
.pro-tag.btn.disabled.active {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.pro-tag.tag-timeframe {
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  color: #4e63ce;
}
.pro-tag.tag-timeframe:hover {
  border-color: #6889e2;
  color: #6889e2;
}
.pro-tag.tag-timeframe.active,
.pro-tag.tag-timeframe:active {
  color: #ffffff;
  background-color: #4e63ce;
}
.pro-tag.tag-timeframe.active:hover {
  border-color: #4e63ce;
  color: #ffffff;
  background-color: #4e63ce;
}
.pro-tag.tag-timeframe sup {
  vertical-align: middle;
}
.pro-tag.border {
  border: 1px solid #4e63ce;
}
.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.pro-tag.past-event {
  background-color: #707580;
  color: #ffffff;
}
.pro-tag.remove {
  background-image: url('../images/svg/icon-close-blue.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.pro-tag.remove:hover {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.pro-tag.media-tag-viberate {
  background-color: #F9CFDC;
}
.pro-tag.media-tag-clipping {
  background-color: #B8F4F1;
}
.pro-tag.media-tag-added-by-artist,
.pro-tag.media-tag-added-by-venue {
  background-color: #E8F3FF;
}
.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.pro-tag .flag {
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .swiper-main-artist.full-width-mobile {
    margin: 0 -16px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-main-artist.full-width-mobile .swiper-container {
    padding: 0 16px;
  }
}
.swiper-main-artist.static-pagination .swiper-pagination {
  margin-top: 40px;
  position: static;
}
.swiper-main-artist.white .swiper-pagination-bullet {
  background-color: #ffffff;
}
.swiper-main-artist .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  border: 0;
  background-color: #DBE0E1;
}
.swiper-main-artist .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4e63ce;
}
.landing-section {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .landing-section {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.landing-section.white {
  background-color: #ffffff;
}
.landing-section.black {
  color: #ffffff;
  background-color: #000000;
}
.landing-section.white-1 {
  background-color: #f4f6f6;
}
.landing-section.white-2 {
  background-color: #efefef;
}
.landing-section.white-3 {
  background-color: #f4f6f6;
}
.landing-section.blue-grey {
  background-color: #e8eced;
}
.landing-section.loading {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .landing-section.loading {
    min-height: 400px;
  }
}
.landing-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.landing-section.no-top-padding {
  padding-top: 0;
}
.landing-section.no-bottom-padding {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .landing-section.no-bottom-padding-mobile {
    padding-bottom: 0;
  }
}
.landing-section .page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1308px;
}
.landing-section .section-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-section .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .landing-section .landing-section-title {
    font-size: 48px;
    font-size: 4.8pxrem;
    line-height: 56px;
  }
}
.landing-section .landing-section-title.alt {
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.landing-section .landing-section-title .dynamic-row {
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .landing-section .landing-section-title .dynamic-row {
    height: 56px;
  }
}
.landing-section .landing-section-title .dynamic-titles {
  -webkit-animation: dynamic-titles-6 10s 2s ease-out infinite;
  animation: dynamic-titles-6 10s 2s ease-out infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.landing-section .landing-section-title .dynamic-title {
  word-break: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 56px;
  overflow: hidden;
}
.landing-section .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
}
.landing-section .landing-section-subtitle .dynamic-row {
  height: 56px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.landing-section .landing-section-subtitle .dynamic-titles {
  -webkit-animation: dynamic-titles 8s 1s ease-out infinite;
  animation: dynamic-titles 8s 1s ease-out infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.landing-section .landing-section-subtitle .dynamic-title {
  height: 56px;
  overflow: hidden;
}
.landing-section .lead {
  margin: 0;
  padding: 0;
}
.landing-section .opacity-wrapper {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-section .opacity-wrapper.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.landing-section .btn-play-video {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  z-index: 1;
}
.landing-section .btn-play-video img {
  position: relative;
  z-index: 1;
}
.landing-section .btn-play-video .pulse {
  border-radius: 50%;
  -webkit-animation: pulse-play 2.5s linear infinite;
  animation: pulse-play 2.5s linear infinite;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: inline-block;
  background-color: #4e63ce;
  position: absolute;
  left: 0;
  top: 0;
}
.landing-section br.mobile-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .landing-section br.mobile-only {
    display: none;
  }
}
.landing-section br.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .landing-section br.tablet-forward {
    display: block;
  }
}
.section-landing-hero-lottie {
  display: block;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/lottie-bg-768.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-landing-hero-lottie.squares {
  background-position: center;
  background-size: cover;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/squares-hero-bg.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/lottie-bg-1024.webp');
    background-size: 100% 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/lottie-bg-1200.webp');
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-lottie {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/lottie-bg-1600.webp');
  }
}
.section-landing-hero-lottie .page {
  display: block;
  max-width: unset;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .page {
    padding-top: 80px;
  }
}
.section-landing-hero-lottie .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 300;
  padding: 16px 0 32px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 48px;
  }
}
.section-landing-hero-lottie .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 38px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 64px;
  }
}
.section-landing-hero-lottie .section-article {
  max-width: 1308px;
  margin: 0 auto;
}
.section-landing-hero-lottie .primary {
  position: relative;
  overflow: visible;
}
.section-landing-hero-lottie .primary.no-arrow:after,
.section-landing-hero-lottie .primary.no-arrow:before {
  content: none;
  display: none;
}
.section-landing-hero-lottie .primary:after {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  content: "No credit card needed";
  position: absolute;
  top: 64px;
  left: 22px;
  color: #707580;
  padding-left: 38px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .primary:after {
    white-space: nowrap;
    top: 5px;
    left: 100%;
    margin-left: 24px;
    padding-left: 0;
  }
}
.section-landing-hero-lottie .primary:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 22px;
  left: 22px;
  top: 60px;
  background-position: left center;
  background-image: url('../images/svg/lottie-arrow.svg');
  background-repeat: no-repeat;
  background-size: 29px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .primary:before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .primary:before {
    top: 22px;
    left: 100%;
    margin-left: 24px;
  }
}
.section-landing-hero-lottie .btn-play-track {
  margin-left: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .btn-play-track {
    display: none;
  }
}
.section-landing-hero-lottie .btn-play-clip {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #4e63ce;
  padding-left: 44px;
  position: relative;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .btn-play-clip {
    display: none;
  }
}
.section-landing-hero-lottie .btn-play-clip:hover {
  color: #6889e2;
}
.section-landing-hero-lottie .btn-play-clip:hover:before {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.section-landing-hero-lottie .btn-play-clip:hover:after {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  border-color: transparent transparent transparent #6889e2;
}
.section-landing-hero-lottie .btn-play-clip:before {
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
}
.section-landing-hero-lottie .btn-play-clip:after {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #4e63ce;
  left: 13px;
  top: 6px;
}
.section-landing-hero-lottie .lottie-wrapper {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -16px;
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 42px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .lottie-wrapper {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lottie-wrapper {
    background-size: 100% 100%;
    margin: 0 -40px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-lottie .lottie-wrapper {
    margin: 0 -90px;
  }
}
.section-landing-hero-lottie .lottie-wrapper:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-768.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lottie-wrapper:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-1024.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-lottie .lottie-wrapper:before {
    background-size: contain;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-1600.webp');
  }
}
.section-landing-hero-lottie .lottie-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
}
.section-landing-hero-lottie .lottie-nav button {
  margin: 0 8px;
}
.section-landing-hero-lottie .lottie-nav-btn {
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 200px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  border: 1px solid #000000;
  padding: 12px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .lottie-nav-btn {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lottie-nav-btn {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .lottie-nav-btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .lottie-nav-btn {
    color: #a4a5a8;
    border-color: #a4a5a8;
  }
}
.section-landing-hero-lottie .lottie-nav-btn.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000000;
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .lottie-nav-btn.active {
    -webkit-animation: fadeIn 0.25s linear forwards;
    animation: fadeIn 0.25s linear forwards;
  }
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -32px;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .lottie-progress-circle-wrapper {
    display: none;
  }
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper:hover:before {
  background-color: #6889e2;
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper:before {
  border-radius: 50%;
  content: "";
  background-color: #4e63ce;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  z-index: 1;
  background-position: center;
  background-image: url('../images/svg/chevron-right-white.svg');
  background-repeat: no-repeat;
  background-size: 8px;
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper svg {
  height: 64px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 64px;
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper .lottie-progress-circle-bg {
  fill: none;
  stroke-width: 1;
}
.section-landing-hero-lottie .lottie-progress-circle-wrapper .lottie-progress-circle-bar {
  fill: none;
  stroke: #ffffff;
  stroke: #000000;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1;
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main {
  max-width: 1308px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main {
    margin-top: -32px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main {
    margin-top: -42px;
  }
}
@media only screen and (min-width: 1299px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main {
    margin-top: -52px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-container {
    padding-bottom: 28px;
  }
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide:first-child:not(.swiper-slide-prev) + .swiper-slide:not(.swiper-slide-prev) > div {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide:first-child:not(.swiper-slide-prev) > div {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active > div {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-prev > div,
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-next > div {
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-next + .swiper-slide:not(.swiper-slide-next) + .swiper-slide:not(.swiper-slide-next) > div {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-next + .swiper-slide:not(.swiper-slide-next) > div {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-slide > div {
  -webkit-transition: transform 300ms linear;
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  width: 100%;
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-pagination {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-pagination {
    display: none;
  }
}
.section-landing-hero-lottie .pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet {
  border-radius: 99px;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 28px;
}
.section-landing-hero-lottie .pro-section-swiper .swiper-slide-shadow {
  display: none;
}
.section-landing-hero-lottie .logos {
  background-color: #ffffff;
  padding: 24px 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .logos.black {
    padding: 24px 40px 52px 40px;
  }
}
.section-landing-hero-lottie .logos.black img {
  -webkit-filter: grayscale(1) contrast(100) brightness(1);
          filter: grayscale(1) contrast(100) brightness(1);
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-lottie .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .logos {
    padding: 52px 40px;
  }
}
.section-landing-hero-lottie .logos ul {
  -webkit-animation: logos-ani 20s linear infinite;
  animation: logos-ani 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-lottie .logos ul {
    -webkit-animation: none;
    animation: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .logos ul {
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-lottie .logos ul:last-child {
    display: none;
  }
}
.section-landing-hero-lottie .logos ul li {
  margin: 0 12px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .logos ul li {
    margin: 0;
  }
}
.section-landing-hero-lottie .logos img {
  max-height: 32px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .logos img {
    max-height: unset;
  }
}
.section-landing-hero-lottie .logos-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0px;
  color: #707580;
  display: block;
  text-align: center;
  margin-bottom: -10px;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .logos-label {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 24px;
    margin: 0;
  }
}
.section-landing-hero-lottie .media-container {
  margin: 0 0 24px 0;
  max-width: 80%;
  border: 0;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .media-container {
    margin: 0;
  }
}
.section-landing-hero-lottie .foursome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 40px;
  max-width: 1072px;
  margin: 0 auto 32px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .foursome {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}
.section-landing-hero-lottie .feature-box {
  border-radius: 16px;
  padding: 40px 20px 10px 20px;
  background-color: #f4f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 520px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-lottie .feature-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(34%);
            flex: 1 0 calc(34%);
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.section-landing-hero-lottie .feature-box h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  font-weight: bold;
}
.section-landing-hero-lottie .feature-box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 8px 0 16px 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-lottie .feature-box p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1099px) {
  .section-landing-hero-lottie .feature-box p {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.section-landing-hero-lottie .feature-box a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  color: #4e63ce;
}
.section-landing-hero-lottie .feature-box a:hover,
.section-landing-hero-lottie .feature-box a:active {
  color: #6889e2;
}
.section-landing-hero-lottie .feature-box img {
  margin-top: auto;
}
.section-landing-hero-lottie .feature-box .actions {
  padding: 0 0 8px 0;
  margin: 0;
}
.section-landing-done-right {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/bg-done-right-768.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 50%;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right {
    background-size: 100% 100%;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/bg-done-right-1024.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/bg-done-right-1200.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-done-right {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/bg-done-right-1600.webp');
    background-size: 100% 92%;
  }
}
@media only screen and (min-width: 1599px) {
  .section-landing-done-right {
    background-size: 100% 80%;
  }
}
.section-landing-done-right:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/done-right-grid-768.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/done-right-grid-1024.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/done-right-grid-1200.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-done-right:before {
    background-size: contain;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/done-right-grid-1600.webp');
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-done-right .page {
    overflow: hidden;
  }
}
.section-landing-done-right .trust-pilot {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .trust-pilot {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.section-landing-done-right .trust-pilot img {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .trust-pilot img {
    width: 132px;
    margin-right: 16px;
    margin-top: -1px;
  }
}
.section-landing-done-right .landing-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .landing-section-title {
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-done-right .bullets-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .bullets-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-done-right .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right .bullets {
    width: 875px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-landing-done-right .bullets.show li:nth-child(1) {
  -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
}
.section-landing-done-right .bullets.show li:nth-child(2) {
  -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
}
.section-landing-done-right .bullets.show li:nth-child(3) {
  -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
}
.section-landing-done-right .bullets.show li:nth-child(4) {
  -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
}
.section-landing-done-right .bullets li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 32px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .bullets li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right .bullets li {
    width: 400px;
    padding-right: 0;
  }
}
.section-landing-done-right .bullets li:last-child {
  margin-bottom: 0;
}
.section-landing-done-right .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .bullets li br {
    display: none;
  }
}
.section-landing-done-right .bullets a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #000000;
}
.section-landing-done-right .stat-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .stat-counters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(1) {
    -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  }
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(2) {
    -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  }
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(3) {
    -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  }
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(4) {
    -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  }
  .section-landing-done-right .stat-counters.show .stat-counter:nth-child(5) {
    -webkit-animation: feature-visual-addon 0.5s 1s ease-out forwards;
    animation: feature-visual-addon 0.5s 1s ease-out forwards;
  }
}
.section-landing-done-right .stat-counter {
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .stat-counter {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin-bottom: 0;
  }
}
.section-landing-done-right .stat-counter:last-child {
  margin-bottom: 0;
}
.section-landing-done-right .stat-counter strong {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .stat-counter strong {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right .stat-counter strong {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 56px;
  }
}
.section-landing-done-right .stat-counter label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: block;
  font-weight: 500;
}
.section-landing-done-right .channel-logos {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .section-landing-done-right .channel-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-done-right .channel-logos ul {
  -webkit-animation: logos-ani 30s linear infinite;
  animation: logos-ani 30s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media @bp_1440 {
				.animation(none);
				flex: 1;
				justify-content: center;
			}*/
  /*@media @bp_1440 {
				justify-content: space-between;
			}*/
}
.section-landing-done-right .channel-logos ul:last-child,
.section-landing-done-right .channel-logos ul:nth-child(2) {
  /*@media @bp_1440 {
					display: none;
				}*/
}
.section-landing-done-right .channel-logos ul li {
  margin: 0 6px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-done-right .channel-logos ul li {
    margin: 0 8px;
  }
}
.section-landing-done-right .channel-logo {
  border-radius: 12px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 84px;
  min-height: 84px;
  max-width: 84px;
  max-height: 84px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .channel-logo {
    min-width: 112px;
    min-height: 112px;
    max-width: 112px;
    max-height: 112px;
  }
}
.section-landing-done-right .channel-logo .icon {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .channel-logo .icon {
    min-height: 64px;
  }
}
.section-landing-done-right .channel-logo img {
  width: 48px;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .channel-logo img {
    width: 64px;
  }
}
.section-landing-done-right .channel-logo label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-landing-done-right .channel-logo label {
    margin-top: 4px;
  }
}
.section-landing-testimonial {
  padding: 0 0 80px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddeff));
  background: linear-gradient(180deg, #ffffff 0%, #dddeff 100%);
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial {
    padding: 80px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f2ff));
    background: linear-gradient(180deg, #ffffff 0%, #f1f2ff 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial {
    padding-bottom: 160px;
  }
}
.section-landing-testimonial.alt-use-case {
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f5f6), to(#dddeff));
  background: linear-gradient(0deg, #f3f5f6 0%, #dddeff 100%);
  padding-top: 52px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial.alt-use-case {
    padding: 128px 0 104px 0;
  }
}
.section-landing-testimonial.alt-use-case:before {
  pointer-events: none;
  cursor: default;
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #202427;
}
.section-landing-testimonial.alt-use-case .testimonial figure img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial.alt-use-case blockquote p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.section-landing-testimonial.alt-pricing {
  background: -webkit-gradient(linear, left top, left bottom, from(#dddeff), to(#ffffff));
  background: linear-gradient(180deg, #dddeff 0%, #ffffff 100%);
  padding-top: 52px;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial.alt-pricing {
    padding: 80px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#dddeff), to(#ffffff));
    background: linear-gradient(180deg, #dddeff 0%, #ffffff 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial.alt-pricing {
    background: -webkit-gradient(linear, left top, left bottom, from(#dddeff), to(#eaebff));
    background: linear-gradient(180deg, #dddeff 0%, #eaebff 100%);
  }
}
.section-landing-testimonial.alt-pricing-video {
  background: -webkit-gradient(linear, left top, left bottom, from(#dddeff), to(#ffffff));
  background: linear-gradient(180deg, #dddeff 0%, #ffffff 100%);
  padding-top: 52px;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial.alt-pricing-video {
    padding: 80px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#dddeff), to(#ffffff));
    background: linear-gradient(180deg, #dddeff 0%, #ffffff 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial.alt-pricing-video {
    background: -webkit-gradient(linear, left top, left bottom, from(#dddeff), to(#eaebff));
    background: linear-gradient(180deg, #dddeff 0%, #eaebff 100%);
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial.alt-pricing-video .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial.alt-pricing-video .testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
}
.section-landing-testimonial.alt-pricing-video blockquote {
  margin-left: 0;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial.alt-pricing-video blockquote {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial.alt-pricing-video blockquote {
    padding-right: 52px;
    max-width: 520px;
  }
}
.section-landing-testimonial.alt-pricing-video figure {
  position: relative;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial.alt-pricing-video figure {
    margin-top: 0;
  }
}
.section-landing-testimonial.alt-pricing-video figure:before {
  border-radius: 0px;
  position: absolute;
  left: -12px;
  bottom: -10px;
  top: 10px;
  right: 12px;
  background-color: #000000;
  width: auto;
  height: auto;
}
.section-landing-testimonial.alt-pricing-video figure:after {
  pointer-events: none;
  cursor: default;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  background-image: url('../images/svg/play-white.svg');
  z-index: 1;
  width: 56px;
  height: 56px;
  background-color: #4e63ce;
}
.section-landing-testimonial.alt-pricing-video figure:hover:after {
  background-color: #6889e2;
}
.section-landing-testimonial.alt-pricing-video figure img {
  border-radius: 0px;
  cursor: pointer;
}
.section-landing-testimonial .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial .testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial .testimonial {
    margin-right: -24px;
  }
}
.section-landing-testimonial figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 148px;
  height: 148px;
  min-width: 148px;
  margin-right: -12px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial figure {
    width: 256px;
    height: 256px;
    min-width: 256px;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 34px;
  }
}
.section-landing-testimonial figure.video {
  position: relative;
  width: auto;
  height: auto;
}
.section-landing-testimonial figure.video:before {
  border-radius: 0px;
  position: absolute;
  left: -12px;
  bottom: -10px;
  top: 10px;
  right: 12px;
  background-color: #000000;
  width: auto;
  height: auto;
}
.section-landing-testimonial figure.video img {
  border-radius: 0px;
}
.section-landing-testimonial figure img {
  border-radius: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.section-landing-testimonial figure:before {
  border-radius: 50%;
  width: 148px;
  height: 148px;
  content: "";
  position: absolute;
  z-index: 0;
  left: -24px;
  top: -4px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial figure:before {
    width: 256px;
    height: 256px;
  }
}
.section-landing-testimonial figure img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.section-landing-testimonial blockquote {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  padding: 0 8px;
  background-position: left 32px top;
  background-image: url('../images/svg/testimonial-quote.svg');
  background-repeat: no-repeat;
  background-size: 86px;
  position: relative;
  padding-top: 90px;
  text-align: left;
  margin: 0;
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    background-size: 112px;
    padding: 117px 0 0 64px;
    background-position: left top;
  }
}
.section-landing-testimonial blockquote p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  color: #4e63ce;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#6e91ff), to(#4f4eec));
  background: linear-gradient(to right, #6e91ff 0%, #4f4eec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 660px;
}
@media only screen and (min-width: 768px) {
  .section-landing-testimonial blockquote p {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.section-landing-testimonial blockquote cite {
  padding: 16px 0;
  display: block;
  font-style: normal;
}
.section-landing-testimonial blockquote cite span {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .section-landing-testimonial blockquote br {
    display: none;
  }
}
.section-landing-testimonial blockquote img {
  -webkit-filter: contrast(200%);
          filter: contrast(200%);
}
.section-landing-check-out {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out {
    padding: 110px 0 80px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f2ff), to(#dddeff));
    background: linear-gradient(180deg, #f1f2ff 0%, #dddeff 100%);
  }
}
.section-landing-check-out.alt .landing-section-title {
  margin-bottom: 24px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out.alt .landing-section-title {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out.alt .check-out {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out.alt .check-out .graph {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    right: -39px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out.alt .check-out .artists {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    right: -200px;
  }
}
.section-landing-check-out.alt .special-entity-card-new {
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .section-landing-check-out.alt .special-entity-card-new {
    margin-top: 40px;
    max-width: 340px;
  }
}
.section-landing-check-out.alt-spotify-landing {
  background: #000000;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out.alt-spotify-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/check-out-grid-spotify-landing-desktop.webp');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
.section-landing-check-out.alt-spotify-landing .check-out {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out.alt-spotify-landing .check-out {
    background-image: none;
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out.alt-spotify-landing .check-out {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 1279px) {
  .section-landing-check-out.alt-spotify-landing .check-out .col {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-check-out.alt-spotify-landing .landing-section-title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-check-out.alt-spotify-landing .special-entity-card-new h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.section-landing-check-out.alt-spotify-landing .special-entity-card-new .row {
  color: #707580;
}
.section-landing-check-out.alt-spotify-landing .special-entity-card-new .row span.number {
  color: #000000;
}
.section-landing-check-out.alt-spotify-landing .mini-badges .claimed-icon {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out.alt-spotify-landing .mini-badges .claimed-icon {
    width: 24px;
    height: 24px;
  }
}
.section-landing-check-out.alt-analytics-landing {
  background: #000000;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out.alt-analytics-landing {
    background-image: none;
  }
}
.section-landing-check-out.alt-analytics-landing .check-out {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out.alt-analytics-landing .check-out {
    background-image: none;
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out.alt-analytics-landing .check-out {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 1279px) {
  .section-landing-check-out.alt-analytics-landing .check-out .col {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-check-out.alt-analytics-landing .landing-section-title {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out.alt-analytics-landing .landing-section-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    padding-bottom: 16px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-check-out.alt-analytics-landing .special-entity-card-new h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.section-landing-check-out.alt-analytics-landing .special-entity-card-new .row {
  color: #707580;
}
.section-landing-check-out.alt-analytics-landing .special-entity-card-new .row span.number {
  color: #000000;
}
.section-landing-check-out.alt-analytics-landing .special-entity-card-new .top .row {
  color: #000000;
  font-weight: 500;
}
.section-landing-check-out.alt-analytics-landing .special-entity-card-new .top .row .number {
  font-weight: normal;
}
.section-landing-check-out.alt-analytics-landing .mini-badges .claimed-icon {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out.alt-analytics-landing .mini-badges .claimed-icon {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-check-out .page {
    padding: 0;
  }
}
.section-landing-check-out .landing-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .landing-section-title {
    line-height: 64px;
  }
}
.section-landing-check-out .check-out {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  max-width: 1112px;
  width: 100%;
  padding: 56px 16px 80px 16px;
  overflow: hidden;
  position: relative;
  background-position: left -40px top;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/check-out-grid-768.webp');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .check-out {
    padding: 64px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-1024.webp');
    background-size: 100%;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .check-out {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/lottie-grid-1200.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .check-out {
    border-radius: 12px;
    overflow: visible;
  }
}
.section-landing-check-out .check-out p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .check-out p br {
    display: none;
  }
}
.section-landing-check-out .check-out .graph {
  position: absolute;
  top: 40px;
  right: -120px;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .check-out .graph {
    top: auto;
    bottom: 30px;
    right: 30px;
  }
}
.section-landing-check-out .check-out .artists {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .check-out .artists {
    position: absolute;
    bottom: 0;
    right: -150px;
    display: block;
  }
}
.section-landing-check-out .wannabe-search {
  border-radius: 99px;
  height: 64px;
  background-color: #ffffff;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 68px;
  cursor: pointer;
  background-position: left 26px center;
  background-image: url('../images/svg/search-pro-table.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  margin: 32px 16px 72px 16px;
  max-width: 598px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .wannabe-search {
    margin: 40px auto 56px auto;
  }
}
.section-landing-check-out .cards {
  padding-top: 32px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -16px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-check-out .cards {
    padding-top: 40px;
    margin: 0 -64px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards {
    padding-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 848px;
    overflow: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards.show li:nth-child(1) {
    -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  }
  .section-landing-check-out .cards.show li:nth-child(2) {
    -webkit-animation: feature-visual-addon 0.5s 0.5s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.5s ease-out forwards;
  }
  .section-landing-check-out .cards.show li:nth-child(3) {
    -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  }
}
.section-landing-check-out .cards .pro-section-swiper.swiper-main {
  margin: 0 auto;
}
.section-landing-check-out .cards .swiper-slide {
  width: 262px;
  min-width: 262px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards .swiper-slide {
    display: none;
  }
}
.section-landing-check-out .cards ul {
  display: none;
  /*&:last-child {

				@media @bp_1024 {
					display: none;
				}
			}*/
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards ul {
    -webkit-animation: none;
    animation: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex: 1;
        flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .cards ul li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin: 0 20;
  }
}
.section-landing-check-out .card {
  -webkit-transition: transform 200ms linear;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 262px;
  max-width: 262px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-check-out .card:hover {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}
.section-landing-check-out .card figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border: 1px solid #e8eced;
  background-size: cover;
}
.section-landing-check-out .card article {
  padding-left: 12px;
}
.section-landing-check-out .card h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.section-landing-check-out .tags {
  font-size: 0px;
  font-size: 0rem;
  margin: -3px;
}
.section-landing-check-out .pro-tag {
  border-radius: 12px;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  line-height: 11px;
  text-transform: uppercase;
  background-color: #f4f6f6;
  padding: 0 8px;
  margin: 3px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  color: #000000;
}
.section-analytics-landing-quote {
  padding: 80px 0;
}
@media only screen and (min-width: 1024px) {
  .section-analytics-landing-quote {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-analytics-landing-quote .page {
    padding: 0;
  }
}
.section-analytics-landing-quote .main-quote {
  text-align: center;
}
.section-analytics-landing-quote .main-quote .main-quote-visual {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  border: 2px solid #4e63ce;
}
@media only screen and (min-width: 768px) {
  .section-analytics-landing-quote .main-quote .main-quote-visual {
    width: 120px;
    height: 120px;
  }
}
.section-analytics-landing-quote .main-quote blockquote {
  font-style: normal;
  margin: 0;
  padding: 24px 0 4px 0;
  text-align: center;
  max-width: 1114px;
  margin: 0 auto;
}
.section-analytics-landing-quote .main-quote blockquote h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-analytics-landing-quote .main-quote blockquote h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
  }
}
.section-analytics-landing-quote .main-quote .main-quote-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-analytics-landing-quote .main-quote .main-quote-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.section-analytics-landing-quote .highlight {
  background-color: #ffe596;
}
.section-landing-built-for {
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0 0 0;
  background-color: #DDDEFF;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for {
    padding-bottom: 80px;
  }
}
.section-landing-built-for.active-1 {
  background-color: #DDDEFF;
}
.section-landing-built-for.active-1 .features-navigation-btn:not(.active) {
  background-color: #DDDEFF;
}
.section-landing-built-for.active-2 {
  background-color: #D9ECF6;
}
.section-landing-built-for.active-2 .features-navigation-btn:not(.active) {
  background-color: #D9ECF6;
}
.section-landing-built-for.active-3 {
  background-color: #EEE1FF;
}
.section-landing-built-for.active-3 .features-navigation-btn:not(.active) {
  background-color: #EEE1FF;
}
.section-landing-built-for.active-4 {
  background-color: #E4EFFF;
}
.section-landing-built-for.active-4 .features-navigation-btn:not(.active) {
  background-color: #E4EFFF;
}
.section-landing-built-for.active-5 {
  background-color: #D4E3FD;
}
.section-landing-built-for.active-5 .features-navigation-btn:not(.active) {
  background-color: #D4E3FD;
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for {
    background-color: #DDDEFF !important;
  }
}
.section-landing-built-for.top-features {
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  background-color: #E8ECED !important;
}
.section-landing-built-for.top-features.no-top-padding {
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-built-for.top-features.no-top-padding {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for.top-features .landing-section-title + .feature-section {
    padding-top: 0;
  }
}
.section-landing-built-for.top-features .feature-section {
  background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for.top-features .feature-section:first-child {
    padding-top: 0;
  }
}
.section-landing-built-for.top-features .feature-section-title {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for.top-features .feature + .feature {
    margin-top: 112px;
  }
}
.section-landing-built-for .features-navigation {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .features-navigation {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 1308px;
    padding: 0 40px;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-built-for .features-navigation {
    padding: 0 90px;
  }
}
.section-landing-built-for .features-navigation .features-navigation-btn {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 99px;
  pointer-events: none;
  cursor: default;
  line-height: 24px;
  font-weight: 500;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 2;
  border: 1px solid #000000;
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for .features-navigation .features-navigation-btn {
    display: none;
  }
}
.section-landing-built-for .features-navigation .features-navigation-btn.active {
  color: #ffffff;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(1) {
  background-color: #4F4EEC;
  border-color: #4F4EEC;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(2) {
  background-color: #003386;
  border-color: #003386;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(3) {
  background-color: #FF657A;
  border-color: #FF657A;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(4) {
  background-color: #0A85FF;
  border-color: #0A85FF;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(5) {
  background-color: #0000FF;
  border-color: #0000FF;
}
.section-landing-built-for .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
.section-landing-built-for .col-1 .feature-visual {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 .feature-visual {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 .feature {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
    height: 100vh;
    min-height: 100vh;
  }
}
.section-landing-built-for .col-2 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 100vh;
  }
}
.section-landing-built-for .landing-section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-built-for .landing-section-title {
    margin-bottom: 48px;
  }
}
.section-landing-built-for .landing-section-title + .features-navigation + .feature-section {
  padding-top: 0;
}
.section-landing-built-for .feature-section {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for .feature-section {
    background-color: #DDDEFF;
  }
  .section-landing-built-for .feature-section .feature-section-title {
    background-color: #4F4EEC;
  }
  .section-landing-built-for .feature-section + .feature-section {
    background-color: #D9ECF6;
  }
  .section-landing-built-for .feature-section + .feature-section .feature-section-title {
    background-color: #003386;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section {
    background-color: #EEE1FF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #FF657A;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section {
    background-color: #E4EFFF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #0A85FF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section + .feature-section {
    background-color: #D4E3FD;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #0000FF;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section .page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-landing-built-for .feature-section-title {
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 99px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 24px;
  background-color: #4e63ce;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 3;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section-title {
    display: none;
  }
}
.section-landing-built-for .feature-section-title + .feature {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature {
    height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for .feature + .feature {
    margin-top: 80px;
  }
}
.section-landing-built-for .visuals {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.section-landing-built-for .visuals .feature-visual {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-landing-built-for .feature-visual {
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-visual {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-landing-built-for .feature-visual.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-landing-built-for .feature-visual.show .visual-addon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: feature-visual-addon 0.5s 0.3s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.3s ease-out forwards;
}
.section-landing-built-for .feature-visual figure {
  position: relative;
}
.section-landing-built-for .feature-visual img {
  width: 100%;
}
.section-landing-built-for .feature-visual .visual-addon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section-landing-built-for .feature-article {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for .feature-article {
    padding: 0 16px;
  }
}
.section-landing-built-for .feature-article h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  padding-bottom: 24px;
}
.section-landing-built-for .feature-article p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-article p {
    font-weight: 300;
  }
}
.section-landing-built-for .feature-article a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-landing-built-for .feature-article a:hover,
.section-landing-built-for .feature-article a:active {
  color: #6889e2;
}
.section-landing-built-for .action {
  margin-top: 24px;
}
.section-landing-built-for .subtext {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: block;
  text-align: center;
  padding-top: 16px;
}
.section-landing-built-for .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 300;
}
.section-landing-built-for .bullets li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
  text-align: left;
}
.section-landing-built-for .bullets li:last-child {
  margin-bottom: 0;
}
.section-landing-built-for .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .actions {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    top: calc(50% + 376px);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-built-for .actions.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-landing-built-for .actions .btn-get-started {
  margin-top: 78px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .actions .btn-get-started {
    margin-top: 0;
  }
}
.section-landing-use-case-company-features {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-use-case-company-features {
    padding: 104px 0 0 0;
  }
}
.section-landing-use-case-company-features .list-items {
  max-width: 1128px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -12px;
}
@media only screen and (min-width: 768px) {
  .section-landing-use-case-company-features .list-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 2;
        flex-basis: 2;
  }
}
.section-landing-use-case-company-features .list-items .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .section-landing-use-case-company-features .list-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}
.section-landing-use-case-company-features .bubble {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  background-color: #ffffff;
  padding: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-use-case-company-features .bubble {
    min-height: 288px;
  }
}
.section-landing-use-case-company-features .bubble h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-use-case-company-features .bubble h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }
}
.section-landing-use-case-company-features .bubble p {
  margin: 0;
  padding: 0;
}
.section-landing-individual-approach {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .section-landing-individual-approach {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f6), to(#edeff8));
    background: linear-gradient(180deg, #f4f6f6 0%, #edeff8 100%);
    padding: 110px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-individual-approach.alt-pricing {
    background: -webkit-gradient(linear, left top, left bottom, from(#eaebff), to(#ffffff));
    background: linear-gradient(180deg, #eaebff 0%, #ffffff 100%);
    padding-bottom: 96px;
  }
}
.section-landing-individual-approach.alt-use-case {
  padding: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .section-landing-individual-approach.alt-use-case {
    padding: 104px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-individual-approach .page {
    padding: 0;
  }
}
.section-landing-individual-approach .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-individual-approach .landing-section-title {
    margin-bottom: 32px;
  }
}
.section-landing-individual-approach .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.section-landing-individual-approach .individual-approach {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #ffffff;
  background-color: #000000;
  max-width: 1128px;
  width: 100%;
  padding: 56px 16px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-landing-individual-approach .individual-approach {
    border-radius: 12px;
    padding: 64px 80px;
  }
}
.section-landing-individual-approach .individual-approach .list-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 4px 0 12px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-individual-approach .individual-approach .list-features {
    margin: 4px auto 20px auto;
    max-width: 528px;
  }
}
.section-landing-individual-approach .individual-approach .list-features .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-individual-approach .individual-approach .list-features .item {
    width: 50%;
    padding: 12px;
  }
}
.section-landing-individual-approach .individual-approach .feature-card {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px 0px #FFFFFF40;
          box-shadow: 0px 0px 5px 0px #FFFFFF40;
}
.section-landing-individual-approach .individual-approach .feature-card h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 0 40px;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
}
.section-landing-book-a-call {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f6), to(#edeff8));
    background: linear-gradient(180deg, #f4f6f6 0%, #edeff8 100%);
    padding: 110px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call.alt-pricing {
    background: -webkit-gradient(linear, left top, left bottom, from(#eaebff), to(#ffffff));
    background: linear-gradient(180deg, #eaebff 0%, #ffffff 100%);
    padding-bottom: 96px;
  }
}
.section-landing-book-a-call.alt-pricing .book-a-call .bullets {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
}
.section-landing-book-a-call.alt-pricing .book-a-call .bullets li:before {
  content: "";
  width: 16px;
  height: 16px;
}
.section-landing-book-a-call.alt-use-case {
  padding: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .section-landing-book-a-call.alt-use-case {
    padding: 104px 0;
  }
}
.section-landing-book-a-call.alt-use-case .book-a-call .bullets {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
}
.section-landing-book-a-call.alt-use-case .book-a-call .bullets li:before {
  content: "";
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1024px) {
  .section-landing-book-a-call .page {
    padding: 0;
  }
}
.section-landing-book-a-call .landing-section-title {
  color: #ffffff;
  margin-bottom: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-book-a-call .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-landing-book-a-call .book-a-call {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #ffffff;
  background-color: #000000;
  max-width: 1128px;
  width: 100%;
  padding: 56px 16px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call {
    border-radius: 12px;
    padding: 56px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-book-a-call .book-a-call article {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call article {
    width: 50%;
    padding-right: 40px;
  }
}
.section-landing-book-a-call .book-a-call article p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 32px 0 8px 0;
}
.section-landing-book-a-call .book-a-call .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #ffffff;
}
.section-landing-book-a-call .book-a-call .bullets li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
  text-align: left;
}
.section-landing-book-a-call .book-a-call .bullets li:last-child {
  margin-bottom: 0;
}
.section-landing-book-a-call .book-a-call .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .form-wrapper {
    width: 50%;
  }
}
.section-landing-book-a-call .form-wrapper .book-a-call-form {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.section-landing-book-a-call .book-a-call-form {
  border-radius: 8px;
  color: #000000;
  background-color: #ffffff;
  padding: 40px 24px;
  text-align: left;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call-form {
    width: 50%;
    padding: 40px 32px;
    margin-top: 0;
  }
}
.section-landing-book-a-call .book-a-call-form legend {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  display: block;
  padding-bottom: 24px;
  font-weight: 500;
}
.section-landing-book-a-call .book-a-call-form legend + .form-row {
  z-index: 10;
}
.section-landing-book-a-call .book-a-call-form .form-row + .row + .form-row + .row + .form-row {
  z-index: 1;
}
.section-landing-book-a-call .book-a-call-form .row {
  position: relative;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call-form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call-form .row .form-row:first-child {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-book-a-call .book-a-call-form .row .form-row:last-child {
    margin-left: 4px;
  }
}
.section-landing-book-a-call .book-a-call-form .pro-custom-input.dropdown .results {
  top: 46px;
}
.section-landing-book-a-call .see-details {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  margin: 0;
  padding-top: 16px;
  text-align: center;
}
.section-landing-book-a-call .see-details a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: inherit;
}
.section-are-you-an-artist {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-are-you-an-artist {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .section-are-you-an-artist.alt-analytics-landing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-are-you-an-artist.alt-analytics-landing .are-you-an-artist {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-align: center;
  position: relative;
  background-color: transparent;
  background-size: 100% 100%;
  background-image: url('../images/cdn/are-you-an-artist-bg-analytics-landing.webp');
}
@media only screen and (max-width: 767px) {
  .section-are-you-an-artist.alt-analytics-landing .are-you-an-artist {
    padding: 0 24px;
  }
}
.section-are-you-an-artist.alt-analytics-landing .are-you-an-artist h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-are-you-an-artist.alt-analytics-landing .are-you-an-artist h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 46px;
  }
}
.section-are-you-an-artist.alt-analytics-landing .are-you-an-artist .visual-1 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .section-are-you-an-artist.alt-analytics-landing .are-you-an-artist .visual-1 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-are-you-an-artist.alt-analytics-landing .are-you-an-artist .visual-1 {
    margin-left: -70px;
    min-width: 300px;
  }
}
.section-are-you-an-artist.alt-analytics-landing .are-you-an-artist .visual-2 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .section-are-you-an-artist.alt-analytics-landing .are-you-an-artist .visual-2 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-are-you-an-artist.alt-analytics-landing .are-you-an-artist .visual-2 {
    margin-right: -45px;
    min-width: 300px;
    padding-top: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
}
.section-are-you-an-artist.alt-analytics-landing .are-you-an-artist .content {
  padding: 32px 0;
}
@media only screen and (min-width: 1024px) {
  .section-are-you-an-artist.alt-analytics-landing .are-you-an-artist .content {
    padding: 56px 0 56px 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section-are-you-an-artist.alt-analytics-landing .are-you-an-artist .content {
    padding: 80px 0 56px 0;
  }
}
.section-are-you-an-artist.alt {
  padding: 48px 0 0 0;
  border-radius: 8px;
}
.section-are-you-an-artist.alt .landing-section-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 700;
}
.section-are-you-an-artist.alt .lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  max-width: 500px;
}
.section-are-you-an-artist.alt .are-you-an-artist {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .section-are-you-an-artist.alt .are-you-an-artist {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/are-you-an-artist-tablet.webp');
  }
}
@media only screen and (max-width: 1024px) {
  .section-are-you-an-artist .page {
    padding: 0;
  }
}
.section-are-you-an-artist .landing-section-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: left;
}
.section-are-you-an-artist .are-you-an-artist {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  padding: 24px 16px 16px 16px;
}
@media only screen and (min-width: 768px) {
  .section-are-you-an-artist .are-you-an-artist {
    padding: 40px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/are-you-an-artist-tablet-v2.webp');
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1024px) {
  .section-are-you-an-artist .are-you-an-artist {
    border-radius: 8px;
    padding: 40px 70px;
  }
}
.section-are-you-an-artist .lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 0;
  margin: 0;
  max-width: 390px;
}
.section-are-you-an-artist .actions {
  margin-top: 32px;
}
.section-are-you-an-artist .visual {
  margin: 24px -16px -16px -16px;
}
@media only screen and (min-width: 768px) {
  .section-are-you-an-artist .visual {
    display: none;
  }
}
.section-are-you-an-artist ul {
  margin-top: 32px;
}
.section-are-you-an-artist li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  position: relative;
  padding-left: 16px;
  padding-bottom: 16px;
}
.section-are-you-an-artist li:last-child {
  padding-bottom: 0;
}
.section-are-you-an-artist li:before {
  content: "";
  border-radius: 50%;
  background-color: #4e63ce;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 4px;
}
.section-landing-choose-better {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-choose-better-768.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-choose-better {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-choose-better-1024.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-choose-better {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-choose-better-1200.webp');
  }
}
@media only screen and (min-width: 1599px) {
  .section-landing-choose-better {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-choose-better-1600.webp');
  }
}
.section-landing-choose-better.alt-pricing .landing-section-title {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better.alt-use-case {
    background-position: center bottom;
  }
}
.section-landing-choose-better.alt-use-case .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better.alt-use-case .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-landing-choose-better .landing-section-title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .landing-section-title {
    line-height: 64px;
  }
}
.section-landing-choose-better .landing-section-title.show {
  -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
}
.section-landing-choose-better .landing-section-lead {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.section-landing-choose-better .landing-section-lead.show {
  -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
}
@media only screen and (max-width: 767px) {
  .section-landing-choose-better .bullets-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .bullets-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-choose-better .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-choose-better .bullets {
    width: 875px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-landing-choose-better .bullets.show li:nth-child(1) {
  -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
}
.section-landing-choose-better .bullets.show li:nth-child(2) {
  -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
}
.section-landing-choose-better .bullets.show li:nth-child(3) {
  -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
}
.section-landing-choose-better .bullets.show li:nth-child(4) {
  -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
}
.section-landing-choose-better .bullets li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .bullets li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-right: 5%;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-choose-better .bullets li {
    width: 400px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-choose-better .bullets li:last-child {
    margin-bottom: 0;
  }
}
.section-landing-choose-better .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.section-landing-choose-better .bullets p {
  color: #ffffff;
  margin: -1px 0 0 0;
  padding: 0;
}
.section-landing-choose-better .actions {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-landing-choose-better .actions {
    margin-top: 0;
  }
}
.section-landing-choose-better .actions.show {
  -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
}
.section-landing-choose-better .actions .subtext {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: block;
  text-align: center;
  padding-top: 16px;
  color: #ffffff;
}
.section-landing-choose-better .visual {
  position: relative;
  margin-top: 32px;
}
.section-landing-choose-better .visual.show .va-1 {
  -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
}
.section-landing-choose-better .visual.show .va-2 {
  -webkit-animation: feature-visual-addon 0.5s 0.5s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.5s ease-out forwards;
}
.section-landing-choose-better .visual.show .va-3 {
  -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
}
.section-landing-choose-better .visual .visual-addon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.section-pros-already-use {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use {
    padding-top: 80px;
  }
}
.section-pros-already-use.alt-d {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e6fb), to(#dddeff));
  background: linear-gradient(180deg, #e5e6fb 0%, #dddeff 100%);
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use.alt-d {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use.alt-d .list-pros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use.alt-d .item {
    width: 33.33%;
    max-width: 286px;
  }
}
.section-pros-already-use.alt-d .pro-user-card figure {
  border-radius: 8px;
  overflow: hidden;
}
.section-pros-already-use.alt-c {
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use.alt-c {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pros-already-use > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-pros-already-use .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .landing-section-subtitle {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pros-already-use .landing-section-subtitle br {
    display: none;
  }
}
.section-pros-already-use .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  color: #424547;
  max-width: 720px;
  margin: 0 auto;
}
.section-pros-already-use .landing-section-sub-subtitle {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 32px;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .landing-section-sub-subtitle {
    padding-top: 80px;
  }
}
.section-pros-already-use .list-pros {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .list-pros {
    *zoom: 1;
    margin: 0 -14px;
  }
  .section-pros-already-use .list-pros:before {
    content: " ";
    display: table;
  }
  .section-pros-already-use .list-pros:after {
    content: " ";
    display: table;
    clear: both;
  }
}
.section-pros-already-use .item {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 14px;
  }
}
.section-pros-already-use .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item:first-child {
    padding-top: 14px;
  }
}
.section-pros-already-use .item:nth-child(1) .pro-user-card figure {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item:nth-child(2) .pro-user-card figure {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item:nth-child(3) .pro-user-card figure {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .item:nth-child(4) .pro-user-card figure {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms;
  }
}
.section-pros-already-use video[poster] {
  height: 100%;
  width: 100%;
}
.section-pros-already-use .pro-user-card {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.section-pros-already-use .pro-user-card.with-icon figure {
  position: relative;
}
.section-pros-already-use .pro-user-card.with-icon figure.playing:before {
  content: none;
}
.section-pros-already-use .pro-user-card.with-icon figure:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/play-circle-icon.svg');
  z-index: 1;
  width: 64px;
  height: 64px;
}
.section-pros-already-use .pro-user-card.fade-in figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-pros-already-use .pro-user-card figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: relative;
}
.section-pros-already-use .pro-user-card article {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-top: 16px;
  color: #424547;
  text-align: center;
}
.section-pros-already-use .pro-user-card video {
  max-width: 100%;
}
.section-pros-already-use .pro-user-card h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
}
.section-pros-already-use .pro-user-card span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .mobile-only {
    display: none;
  }
}
.section-pros-already-use .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-pros-already-use .tablet-forward {
    display: block;
  }
}
.section-reviews {
  padding: 80px 0 0 0;
}
.section-reviews.gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f2ff), to(#e5e6fb));
  background: linear-gradient(180deg, #f1f2ff 0%, #e5e6fb 100%);
}
@media only screen and (min-width: 1024px) {
  .section-reviews.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#edeff8), to(#e5e6fb));
    background: linear-gradient(180deg, #edeff8 0%, #e5e6fb 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .section-reviews.gradient.alt-c {
    padding-top: 186px;
  }
}
.section-reviews.gradient.alt-c .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px 0;
}
.section-reviews.gradient.alt-c .cards .card-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-reviews.gradient.alt-c .review-card {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-reviews.gradient.alt-c .cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-c .cards-row.show .card-item:nth-child(1) {
    -webkit-animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.2s ease-out forwards;
  }
  .section-reviews.gradient.alt-c .cards-row.show .card-item:nth-child(2) {
    -webkit-animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.4s ease-out forwards;
  }
  .section-reviews.gradient.alt-c .cards-row.show .card-item:nth-child(3) {
    -webkit-animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.6s ease-out forwards;
  }
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-c .cards-row.show + .show .card-item:nth-child(1) {
    -webkit-animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
    animation: feature-visual-addon 0.5s 0.8s ease-out forwards;
  }
  .section-reviews.gradient.alt-c .cards-row.show + .show .card-item:nth-child(2) {
    -webkit-animation: feature-visual-addon 0.5s 1s ease-out forwards;
    animation: feature-visual-addon 0.5s 1s ease-out forwards;
  }
  .section-reviews.gradient.alt-c .cards-row.show + .show .card-item:nth-child(3) {
    -webkit-animation: feature-visual-addon 0.5s 1.2s ease-out forwards;
    animation: feature-visual-addon 0.5s 1.2s ease-out forwards;
  }
}
.section-reviews.gradient.alt-apple-music-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-apple-music-landing-mobile.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 70%;
  background-color: #ffffff;
  padding: 56px 0 32px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-apple-music-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-apple-music-landing-desktop.webp');
    background-position: center top 260px;
    padding: 80px 0;
    background-size: 100% 100%;
  }
}
.section-reviews.gradient.alt-apple-music-landing .mobile-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-apple-music-landing .mobile-only {
    display: none;
  }
}
.section-reviews.gradient.alt-apple-music-landing .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-apple-music-landing .tablet-forward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-reviews.gradient.alt-spotify-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-spotify-landing-mobile.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 70%;
  background-color: #ffffff;
  padding: 56px 0 32px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-spotify-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-spotify-landing-desktop.webp');
    background-position: center top 260px;
    padding: 80px 0;
    background-size: 100% 100%;
  }
}
.section-reviews.gradient.alt-spotify-landing .mobile-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-spotify-landing .mobile-only {
    display: none;
  }
}
.section-reviews.gradient.alt-spotify-landing .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-spotify-landing .tablet-forward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-reviews.gradient.alt-spotify-playlist-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-spotify-playlist-landing-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-spotify-playlist-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-spotify-playlist-landing-desktop.webp');
  }
}
.section-reviews.gradient.alt-analytics-landing {
  background: #e7e8fc;
  padding: 56px 0 32px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-analytics-landing {
    padding: 80px 0;
  }
}
.section-reviews.gradient.alt-analytics-landing .main-quote {
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-analytics-landing .main-quote {
    margin-bottom: 80px;
  }
}
.section-reviews.gradient.alt-analytics-landing .main-quote .main-quote-visual {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-analytics-landing .main-quote .main-quote-visual {
    width: 120px;
    height: 120px;
  }
}
.section-reviews.gradient.alt-analytics-landing .main-quote .main-quote-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-analytics-landing .main-quote .main-quote-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 400;
  }
}
.section-reviews.gradient.alt-analytics-landing .main-quote blockquote {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 16px 0 4px 0;
  text-align: center;
  max-width: 936px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-analytics-landing .main-quote blockquote {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 52px;
    padding: 24px 0 6px 0;
  }
}
.section-reviews.gradient.alt-analytics-landing .main-quote blockquote h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-analytics-landing .main-quote blockquote h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 52px;
  }
}
.section-reviews.gradient.alt-youtube-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-youtube-landing-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-youtube-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-youtube-landing-desktop.webp');
  }
}
.section-reviews.gradient.alt-facebook-landing,
.section-reviews.gradient.alt-shazam-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-facebook-landing-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-facebook-landing,
  .section-reviews.gradient.alt-shazam-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-facebook-landing-desktop.webp');
  }
}
.section-reviews.gradient.alt-tiktok-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-tiktok-landing-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-tiktok-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-tiktok-landing-desktop.webp');
  }
}
.section-reviews.gradient.alt-instagram-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-instagram-landing-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-instagram-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-instagram-landing-desktop.webp');
  }
}
.section-reviews.gradient.alt-soundcloud-landing,
.section-reviews.gradient.alt-airplay-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-soundcloud-landing-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient.alt-soundcloud-landing,
  .section-reviews.gradient.alt-airplay-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-reviews-soundcloud-landing-desktop.webp');
  }
}
.section-reviews.gradient #lottie-stars,
.section-reviews.gradient #lottie-stars-mobile {
  width: 210px;
  height: 30px;
}
.section-reviews.gradient .main-quote {
  text-align: center;
}
.section-reviews.gradient .main-quote .main-quote-visual {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #4e63ce;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient .main-quote .main-quote-visual {
    width: 120px;
    height: 120px;
  }
}
.section-reviews.gradient .main-quote .main-quote-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
}
.section-reviews.gradient .main-quote blockquote {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 32px 0 56px 0;
  text-align: center;
  max-width: 936px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient .main-quote blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    padding: 44px 0 20px 0;
  }
}
.section-reviews.gradient .main-quote blockquote h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-reviews.gradient .main-quote blockquote h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.section-reviews.gradient .landing-section-subtitle {
  font-weight: bold;
}
.section-reviews.gradient .review-card .card-content {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
.section-reviews.gradient .review-card .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-reviews.gradient .review-card .avatar {
  border-radius: 50%;
  border: 1px solid #e8eced;
  min-width: 40px;
  height: 40px;
  width: 40px;
  overflow: hidden;
}
.section-reviews.gradient .review-card .avatar img {
  width: 100%;
}
.section-reviews.gradient .review-card .author {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-reviews.gradient .review-card .company {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  width: 100%;
  font-weight: normal;
}
.section-reviews.gradient .review-card .flag {
  border: 1px solid #e8eced;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 2px;
}
.section-reviews.gradient .swiper-main {
  margin-top: -15px;
}
.section-reviews.gradient .swiper-slide {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .section-reviews.mobile-only {
    display: none;
  }
}
.section-reviews.alt-b {
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-reviews.alt-b {
    padding-bottom: 80px;
  }
}
.section-reviews.alt-c {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-reviews.alt-c {
    display: block;
    padding: 80px 0 80px 0;
  }
}
.section-reviews.alt-c > .page {
  max-width: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.section-reviews.alt-c article {
  max-width: 1024px;
}
.section-reviews.alt-c .review-card {
  height: auto;
}
.section-reviews.alt-c .review-card .author {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-reviews.alt-c .review-card .user-rating img {
  width: 132px;
}
.section-reviews.alt-c .review-card p {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-reviews > .page {
  max-width: 1142px;
  width: 100%;
}
.section-reviews .cols {
  *zoom: 1;
  margin: -12px;
}
.section-reviews .cols:before {
  content: " ";
  display: table;
}
.section-reviews .cols:after {
  content: " ";
  display: table;
  clear: both;
}
.section-reviews .cols .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 33.33%;
  padding: 12px;
  float: left;
}
.section-reviews .cols .review-card {
  padding: 0;
}
.section-reviews .cols .review-card + .review-card {
  margin: 24px 0 0 0;
}
.section-reviews .landing-section-subtitle {
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
  text-align: center;
  padding-bottom: 40px;
}
.section-reviews .user-rating {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  text-align: center;
  padding-bottom: 24px;
  color: #424547;
}
@media only screen and (min-width: 768px) {
  .section-reviews .user-rating {
    font-size: 20px;
    font-size: 2rem;
  }
}
.section-reviews .user-rating div {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .section-reviews .user-rating div {
    margin-top: 12px;
  }
}
.section-reviews article {
  padding-top: 10px;
  width: 100%;
  max-width: 984px;
}
@media only screen and (min-width: 768px) {
  .section-reviews article {
    padding-top: 32px;
  }
}
.section-reviews .review-card {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .section-reviews .review-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-reviews .review-card .avatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.section-reviews .review-card .user-rating {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-reviews .review-card .user-rating img {
    width: 130px;
  }
}
.section-reviews .review-card .card-content {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 16px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-reviews .review-card .card-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 24px;
  }
}
.section-reviews .review-card p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-reviews .review-card p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.section-reviews .review-card p strong {
  font-weight: normal;
  background-color: rgba(255, 190, 0, 0.5);
}
.section-reviews .review-card .row {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  color: #424547;
  padding-top: 24px;
}
.section-reviews .review-card .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  vertical-align: baseline;
  margin-left: 8px;
}
.section-reviews .review-card .author {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-container {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-container {
    min-height: 260px;
  }
}
.section-reviews .pro-section-swiper.swiper-main .swiper-wrapper {
  padding-bottom: 60px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-wrapper {
    padding-bottom: 20px;
    height: 260px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-wrapper {
    height: 290px;
  }
}
.section-reviews .pro-section-swiper.swiper-main .swiper-slide {
  width: 290px;
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-slide {
    width: auto;
  }
}
.section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card {
  padding: 0;
}
.section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card .card-content {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card .card-content {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 1024px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card .card-content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-reviews .pro-section-swiper.swiper-main .swiper-slide.swiper-slide-active .review-card .author {
  font-size: 15px;
  font-size: 1.5rem;
}
.section-reviews .pro-section-swiper.swiper-main .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-pagination {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-pagination {
    width: 280px;
    left: 50%;
    margin-left: -170px;
  }
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-button-prev {
    right: auto;
    left: 50%;
    margin-left: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .section-reviews .pro-section-swiper.swiper-main .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .section-reviews .mobile-only {
    display: none;
  }
}
.section-reviews .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-reviews .tablet-forward {
    display: block;
  }
}
.section-q-and-a {
  padding: 56px 0 80px 0;
}
.section-q-and-a.alt-free-artists-landing .landing-section-title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .section-q-and-a.standalone {
    padding-top: 120px;
  }
}
.section-q-and-a > .page {
  max-width: 908px;
}
@media only screen and (max-width: 767px) {
  .section-q-and-a > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-q-and-a .landing-section-title {
  margin-bottom: 48px;
}
.section-q-and-a .landing-section-title + .question {
  padding-top: 0;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .section-q-and-a .landing-section-title .mobile-only {
    display: none;
  }
}
.section-q-and-a .question {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #707580;
  border-top: 1px solid #d5dde0;
  padding: 24px 0;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-q-and-a .question {
    padding: 32px 0;
  }
}
.section-q-and-a .question.fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-q-and-a .question.closed .question-content {
  display: none;
}
.section-q-and-a .question.closed .js-accordion-trigger:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
}
.section-q-and-a .question.open .js-accordion-trigger:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.section-q-and-a h3.question-title,
.section-q-and-a h2.question-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding-right: 28px;
}
@media only screen and (min-width: 768px) {
  .section-q-and-a h3.question-title,
  .section-q-and-a h2.question-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-q-and-a .question-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.section-q-and-a ol {
  margin: 0;
  padding: 16px 20px;
}
.section-q-and-a .js-accordion-trigger {
  cursor: pointer;
}
.section-q-and-a .js-accordion-trigger:after {
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background-image: url('../images/svg/icon-down-arrow-blue.svg');
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-q-and-a .question-content p {
  padding: 8px 0 0 0;
  margin: 0;
}
.section-q-and-a .question-content p:first-child {
  margin-top: 24px;
  padding-top: 0;
}
.section-q-and-a .question-content p:last-child {
  padding-bottom: 0;
}
.section-q-and-a .question-content a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-q-and-a .question-content a:hover,
.section-q-and-a .question-content a:active {
  color: #6889e2;
}
.section-payment-landing-new {
  background: #f4f6f6;
  padding: 56px 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new {
    padding: 112px 0 90px 0;
  }
}
.section-payment-landing-new.only-two.white {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plans-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.premium {
    border-radius: 12px !important;
  }
}
.section-payment-landing-new > .page {
  text-align: center;
  max-width: 1284px;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new > .page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 2559px) {
  .section-payment-landing-new > .page {
    max-width: 1576px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new > .page.js-payment-mobile-trigger {
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new > .page.fade-in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.section-payment-landing-new .landing-section-title {
  padding-bottom: 90px;
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new .landing-section-title {
    padding-bottom: 126px;
  }
}
.section-payment-landing-new .payment-plans-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plans-grid {
    max-width: 1128px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new .payment-plans-grid {
    max-width: 1280px;
  }
}
.section-payment-landing-new .payment-plans-grid.animated {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-payment-landing-new .payment-plan-packages {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-packages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px 0 48px 0;
  }
}
.section-payment-landing-new .payment-plan-package {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 24px 16px;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 360px) {
  .section-payment-landing-new .payment-plan-package {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new .payment-plan-package {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
  }
  .section-payment-landing-new .payment-plan-package + .payment-plan-package {
    margin-top: 40px;
  }
  .section-payment-landing-new .payment-plan-package.premium {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
  .section-payment-landing-new .payment-plan-package.premium .plan-title {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
    padding: 24px;
    padding-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin-bottom: 0;
    width: calc(33.33%);
    padding-top: 64px;
  }
  .section-payment-landing-new .payment-plan-package .actions {
    margin: 0;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 2559px) {
  .section-payment-landing-new .payment-plan-package {
    margin-right: 28px;
    margin-left: 28px;
    width: calc(33.33% - 28px);
  }
}
.section-payment-landing-new .payment-plan-package.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-payment-landing-new .payment-plan-package.premium {
  -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package.premium {
    width: calc(33.33%);
    margin-top: -32px;
    margin-bottom: -24px;
  }
}
@media only screen and (min-width: 2559px) {
  .section-payment-landing-new .payment-plan-package.premium {
    width: calc(33.33%);
  }
}
.section-payment-landing-new .payment-plan-package.premium:before {
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/premium-bg.webp');
  color: #ffffff;
}
.section-payment-landing-new .payment-plan-package.premium .plan-title {
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package.premium .plan-title {
    padding-top: 16px;
  }
}
.section-payment-landing-new .payment-plan-package.premium .plan-title img {
  vertical-align: baseline;
  display: inline-block;
  margin-right: 2px;
}
.section-payment-landing-new .payment-plan-package.premium .description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #A3A4A7;
}
.section-payment-landing-new .payment-plan-package.premium .price-wrapper sup {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  top: 0;
  vertical-align: 16px;
}
.section-payment-landing-new .payment-plan-package.premium .price-wrapper time {
  font-size: 13px;
  font-size: 1.3rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #A3A4A7;
  line-height: 16px;
}
.section-payment-landing-new .payment-plan-package.premium .price {
  color: #ffffff;
}
.section-payment-landing-new .payment-plan-package.premium .features {
  color: #ffffff;
}
.section-payment-landing-new .payment-plan-package.premium .actions {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package:first-child {
    padding-top: 48px;
    margin-left: 0;
    border-right: 0;
    border-radius: 12px 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package:last-child {
    padding-top: 48px;
    margin-right: 0;
    border-left: 0;
    border-radius: 0 12px 12px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package:last-child .actions {
    margin-top: 12px;
  }
}
.section-payment-landing-new .payment-plan-package .ribbon {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/pricing-update-ribbon-gradient-package.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 11px 24px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.section-payment-landing-new .payment-plan-package .ribbon .compare-offer {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  cursor: pointer;
}
.section-payment-landing-new .payment-plan-package .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .plan {
    min-height: 430px;
  }
}
.section-payment-landing-new .payment-plan-package .plan time strong {
  font-weight: 500;
  color: #000000;
}
.section-payment-landing-new .payment-plan-package .plan-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: bold;
  color: #000000;
}
.section-payment-landing-new .payment-plan-package .payment-package-badge {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 360px) {
  .section-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
.section-payment-landing-new .payment-plan-package .payment-package-badge span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: -35px -35px 0 0;
}
.section-payment-landing-new .payment-plan-package .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-payment-landing-new .payment-plan-package .price-wrapper time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  color: #A4A5A8;
  margin-top: 8px;
}
.section-payment-landing-new .payment-plan-package .price-wrapper .currency {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  top: 0;
  vertical-align: 16px;
  line-height: 1;
}
.section-payment-landing-new .payment-plan-package .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-payment-landing-new .payment-plan-package .price-row .price + .price {
  margin-left: 16px;
}
.section-payment-landing-new .payment-plan-package .price {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px;
  font-weight: bold;
}
.section-payment-landing-new .payment-plan-package .price .old-price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 400;
  color: #707580;
  text-decoration: line-through;
  margin-right: 8px;
}
.section-payment-landing-new .payment-plan-package .price small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
}
.section-payment-landing-new .payment-plan-package .description {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  padding: 14px 0 32px 0;
  margin: 0;
  color: #A4A5A8;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 0 40px 0;
    min-height: 152px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing-new .payment-plan-package .description {
    min-height: 120px;
  }
}
@media only screen and (min-width: 1099px) {
  .section-payment-landing-new .payment-plan-package .description {
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new .payment-plan-package .description br {
    display: none;
  }
}
.section-payment-landing-new .payment-plan-package .features {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  text-align: left;
  margin-top: 32px;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.section-payment-landing-new .payment-plan-package .features li {
  background-position: left 8px;
  background-repeat: no-repeat;
  padding: 8px 0 8px 28px;
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big-grey.svg');
  background-size: 16px;
}
.section-payment-landing-new .payment-plan-package .features li.included {
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big.svg');
}
.section-payment-landing-new .payment-plan-package .actions {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 24px 0 0;
  padding-top: 16px;
  padding-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .actions {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.section-payment-landing-new .payment-plan-package .actions .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.section-payment-landing-new .payment-plan-package .actions small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-transform: uppercase;
  margin-top: 16px;
  display: inline-block;
}
.section-payment-landing-new .feature-comparison-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-payment-landing-new .feature-comparison-wrapper .feature-comparison-link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #4e63ce;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.section-payment-landing-new .feature-comparison-wrapper .feature-comparison-link:hover {
  color: #6889e2;
}
.section-payment-landing-new .btn-pricing-plan-comparison {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  color: #4e63ce;
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .btn-pricing-plan-comparison {
    margin-top: 24px;
  }
}
.section-payment-landing-new .btn-pricing-plan-comparison.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
  margin-top: -7px;
}
.section-payment-landing-new .btn-pricing-plan-comparison.open span {
  display: none;
}
.section-payment-landing-new .btn-pricing-plan-comparison.open span + span {
  display: inline;
}
.section-payment-landing-new .btn-pricing-plan-comparison:after {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  height: 10px;
  width: 13px;
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/chevron-down-blue.svg');
}
.section-payment-landing-new .btn-pricing-plan-comparison span {
  display: inline;
}
.section-payment-landing-new .btn-pricing-plan-comparison span + span {
  display: none;
}
.section-payment-landing-new .subscription-toggle-wrapper {
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle-wrapper {
    margin-bottom: 40px;
  }
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 8px;
  line-height: 16px;
  background-color: #a0aeb4;
  color: #ffffff;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -50px;
  left: 50%;
  margin: 0 auto;
  width: 150px;
  margin-left: -10px;
  border: 0;
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new .subscription-toggle-wrapper .benefit {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    width: 176px;
    margin-left: -22px;
    top: -60px;
  }
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit.active {
  background-color: #66cd94;
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit.active:before {
  border-color: #66CD94 transparent transparent transparent;
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit:before {
  position: absolute;
  bottom: -6px;
  left: calc(50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #a0aeb4 transparent transparent transparent;
}
.section-payment-landing-new .subscription-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-payment-landing-new .subscription-toggle.active .monthly {
  color: #707580;
  font-weight: 400;
}
.section-payment-landing-new .subscription-toggle.active .yearly {
  color: #000000;
  font-weight: bold;
}
.section-payment-landing-new .subscription-toggle.active .benefit span {
  display: none;
}
.section-payment-landing-new .subscription-toggle .toggle-wrapper {
  height: 28px;
  margin: 0 18px;
}
.section-payment-landing-new .subscription-toggle .btn-toggle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle .btn-toggle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-payment-landing-new .subscription-toggle .yearly {
  position: absolute;
  left: 72%;
}
.section-payment-landing-new .subscription-toggle .monthly {
  position: absolute;
  right: 72%;
  color: #000000;
  font-weight: bold;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro + label {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 99px;
  background-color: #4e63ce;
  height: 28px;
  width: 56px;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro + label:before {
  left: 2px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  margin-top: -12px;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro:checked + label {
  background-color: #4e63ce;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro:checked + label:before {
  background-color: #ffffff;
  right: 1px;
}
.section-payment-landing-new .custom-toggle-pro + label + .benefit {
  background-color: #66CD94;
}
.section-payment-landing-new .custom-toggle-pro + label + .benefit:before {
  border-color: #66CD94 transparent transparent transparent;
}
.section-payment-landing-new .btn-payment-back {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  left: 200px;
  top: 22px;
  text-transform: capitalize;
  background-position: left center;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-size: 6px;
  line-height: 1;
  color: #000000;
  background-image: url('../images/svg/icon-left-arrow.svg');
}
.section-payment-landing-new .logo-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .logo-wrapper {
    left: 24px;
    top: 12px;
  }
}
@media only screen and (min-width: 1471px) {
  .section-payment-landing-new .logo-wrapper {
    left: calc(50% - 732px + 20px);
  }
}
.section-payment-landing-new .logo {
  font-size: 0px;
  font-size: 0rem;
  height: 50px;
  width: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .logo {
    width: 180px;
    min-width: 180px;
  }
}
.section-payment-landing-new .logo img {
  height: 50px;
  width: 180px;
  max-width: none;
}
.section-compare-plans-new {
  padding-top: 0;
  margin-top: -10px;
}
.section-compare-plans-new > .page {
  max-width: 1094px;
  display: none;
  overflow: visible;
}
.section-compare-plans-new .compare-plan-table {
  margin: 0 -16px;
  position: relative;
  max-width: 728px;
  margin: 10px 0 80px 0;
  will-change: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans-new .compare-plan-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 1919px) {
  .section-compare-plans-new .compare-plan-table {
    margin-bottom: 200px;
  }
}
.section-compare-plans-new .compare-plan-table .fake-cols {
  pointer-events: none;
  cursor: default;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 0;
}
.section-compare-plans-new .compare-plan-table .fake-cols .fake-col {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
}
.section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-2 {
  background-color: #ffffff;
  border-left: 1px solid #E3E3E3;
}
.section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-left: 1px solid #E3E3E3;
}
@media only screen and (min-width: 360px) {
  .section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
    width: 112px;
  }
}
.section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-2,
.section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
  width: 88px;
}
@media only screen and (min-width: 540px) {
  .section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-2,
  .section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
    width: 112px;
  }
}
@media only screen and (min-width: 768px) {
  .section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-2,
  .section-compare-plans-new .compare-plan-table .fake-cols .fake-col.fake-col-3 {
    width: 182px;
  }
}
.section-compare-plans-new .compare-plan-table table {
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #424547;
}
.section-compare-plans-new .compare-plan-table table h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 0;
  color: #000000;
}
.section-compare-plans-new .compare-plan-table table h4:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .section-compare-plans-new .compare-plan-table table h4 br {
    display: none;
  }
}
.section-compare-plans-new .compare-plan-table table thead th {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  padding: 20px 0;
  font-weight: normal;
  color: #000000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.section-compare-plans-new .compare-plan-table table thead th:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f5f6), color-stop(70%, #f3f5f6), to(rgba(243, 245, 246, 0.5)));
  background: linear-gradient(180deg, #f3f5f6 0%, #f3f5f6 70%, rgba(243, 245, 246, 0.5) 100%);
}
.section-compare-plans-new .compare-plan-table table thead th:nth-child(2),
.section-compare-plans-new .compare-plan-table table thead th:last-child {
  white-space: nowrap;
  width: 88px;
}
@media only screen and (min-width: 540px) {
  .section-compare-plans-new .compare-plan-table table thead th:nth-child(2),
  .section-compare-plans-new .compare-plan-table table thead th:last-child {
    width: 112px;
  }
}
@media only screen and (min-width: 768px) {
  .section-compare-plans-new .compare-plan-table table thead th:nth-child(2),
  .section-compare-plans-new .compare-plan-table table thead th:last-child {
    width: 182px;
  }
}
.section-compare-plans-new .compare-plan-table table thead th:nth-child(2):before,
.section-compare-plans-new .compare-plan-table table thead th:last-child:before {
  border-radius: 0 4px 0 0;
  background: #ffffff;
  border: 1px solid #E3E3E3;
  border-left: 0;
  right: -1px;
}
.section-compare-plans-new .compare-plan-table table thead th:nth-child(2):after,
.section-compare-plans-new .compare-plan-table table thead th:last-child:after {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #d5dde0;
}
.section-compare-plans-new .compare-plan-table table thead th:nth-child(2):before {
  border-radius: 4px 0 0 0;
  left: -2px;
  right: 0;
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: inset -12px 0px 12px -12px rgba(0, 0, 0, 0.15);
          box-shadow: inset -12px 0px 12px -12px rgba(0, 0, 0, 0.15);
}
.section-compare-plans-new .compare-plan-table table thead th strong {
  font-weight: bold;
}
.section-compare-plans-new .compare-plan-table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.section-compare-plans-new .compare-plan-table table tbody th {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
  padding: 20px 0 8px 0;
  position: relative;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .section-compare-plans-new .compare-plan-table table tbody th {
    padding-left: 16px;
  }
}
.section-compare-plans-new .compare-plan-table table tbody th:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #d5dde0;
}
.section-compare-plans-new .compare-plan-table table tbody td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  padding: 4px 8px;
  position: relative;
  text-align: center;
}
.section-compare-plans-new .compare-plan-table table tbody td:first-child {
  text-align: left;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .section-compare-plans-new .compare-plan-table table tbody td:first-child {
    padding-left: 16px;
  }
}
.section-compare-plans-new .compare-plan-table table tbody td:last-child:after {
  border-bottom: 1px solid #d5dde0;
}
.section-compare-plans-new .compare-plan-table table tbody td:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #d5dde0;
}
.section-landing-pricing-update {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-pricing-update {
    padding: 104px 0 80px 0;
  }
}
.section-landing-pricing-update.gradient {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/pricing-banner-gradient.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
@media only screen and (min-width: 1399px) {
  .section-landing-pricing-update.gradient .page {
    padding-left: 16px;
    padding-right: 16px;
    max-width: none;
  }
}
.section-landing-pricing-update.gradient .landing-section-title {
  font-weight: 400;
}
.section-landing-pricing-update.gradient .actions .primary.white {
  color: #000000;
}
.section-landing-pricing-update .landing-section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.section-landing-pricing-update .blue {
  color: #4e63ce;
}
.section-landing-pricing-update .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-landing-pricing-update .subtext {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: block;
  text-align: center;
  padding-top: 16px;
}
.section-landing-api {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/api-header-gradient-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 50%;
  padding: 48px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-api {
    padding: 112px 0 72px 0;
    background-size: 100% 100%;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/api-header-gradient-1440.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-api {
    background-size: 100% 92%;
  }
}
@media only screen and (min-width: 1599px) {
  .section-landing-api {
    background-size: 100% 80%;
  }
}
.section-landing-api.alt-analytics-landing {
  background-image: url('../images/cdn/api-header-gradient-analytics-landing-mobile.webp');
  background-size: 100% 100%;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-api.alt-analytics-landing {
    background-image: url('../images/cdn/api-header-gradient-analytics-landing-1440.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-api.alt-analytics-landing .stat-counter label {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-api.alt-analytics-landing .section-landing-api .channel-logo label {
    margin-top: 8px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-api.alt-analytics-landing .channel-logo img {
    width: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-api.alt-analytics-landing .channel-logo .icon {
    min-height: 48px;
  }
}
.section-landing-api .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .tablet-forward {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-api .page {
    overflow: hidden;
  }
}
.section-landing-api .lead {
  max-width: 830px;
  text-align: center;
}
.section-landing-api .landing-section-title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .landing-section-title {
    line-height: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-api .landing-section-title br {
    display: none;
  }
}
.section-landing-api .actions {
  margin-top: 48px;
}
.section-landing-api .stat-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 56px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .stat-counters {
    margin: 80px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1200px;
  }
}
.section-landing-api .stat-counter {
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .stat-counter {
    margin-bottom: 0;
  }
}
.section-landing-api .stat-counter:last-child {
  margin-bottom: 0;
}
.section-landing-api .stat-counter strong {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .stat-counter strong {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-api .stat-counter strong {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 56px;
  }
}
.section-landing-api .stat-counter label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: block;
  font-weight: 500;
}
.section-landing-api .channel-logos {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .section-landing-api .channel-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-api .channel-logos.animate ul {
  -webkit-animation: logos-ani 30s linear infinite;
  animation: logos-ani 30s linear infinite;
}
.section-landing-api .channel-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}
.section-landing-api .channel-logos ul li {
  margin: 0 6px;
  width: 86px;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .channel-logos ul li {
    width: 114px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-api .channel-logos ul li {
    margin: 0 8px;
  }
}
.section-landing-api .channel-logo {
  border-radius: 12px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 84px;
  min-height: 84px;
  max-width: 84px;
  max-height: 84px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .channel-logo {
    min-width: 112px;
    min-height: 112px;
    max-width: 112px;
    max-height: 112px;
  }
}
.section-landing-api .channel-logo .icon {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .channel-logo .icon {
    min-height: 64px;
  }
}
.section-landing-api .channel-logo img {
  width: 48px;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .channel-logo img {
    width: 64px;
  }
}
.section-landing-api .channel-logo label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-landing-api .channel-logo label {
    margin-top: 4px;
  }
}
.section-landing-data-sources {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/data-sources-header-768.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 50%;
  padding: 48px 0 80px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources {
    padding: 112px 0 72px 0;
    background-size: 100% 960px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/data-sources-header-1440.png');
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-data-sources .page {
    overflow: hidden;
  }
}
.section-landing-data-sources .lead {
  font-weight: 300;
  max-width: 830px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .lead {
    font-weight: normal;
  }
}
.section-landing-data-sources .landing-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .landing-section-title {
    line-height: 64px;
  }
}
.section-landing-data-sources .landing-section-subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .landing-section-subtitle {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 80px;
  }
}
.section-landing-data-sources .actions {
  margin-top: 48px;
  margin-bottom: 104px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .actions {
    margin-bottom: 140px;
  }
}
.section-landing-data-sources .stat-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .stat-counters {
    gap: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-data-sources .stat-counters {
    gap: 148px;
  }
}
.section-landing-data-sources .stat-counters.mini {
  margin-top: 42px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .stat-counters.mini {
    gap: 20px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-data-sources .stat-counters.mini {
    gap: 35px 70px;
  }
}
@media only screen and (min-width: 1299px) {
  .section-landing-data-sources .stat-counters.mini {
    gap: 35px 55px;
  }
}
@media only screen and (min-width: 1399px) {
  .section-landing-data-sources .stat-counters.mini {
    gap: 35px 60px;
  }
}
.section-landing-data-sources .break {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .break {
    display: block;
    width: 100%;
    height: 1px;
  }
}
@media only screen and (min-width: 1299px) {
  .section-landing-data-sources .break {
    display: none;
  }
}
.section-landing-data-sources .stat-counter {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .stat-counter {
    margin-bottom: 0;
  }
}
.section-landing-data-sources .stat-counter:last-child {
  margin-bottom: 0;
}
.section-landing-data-sources .stat-counter.mini strong {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .stat-counter.mini strong {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-landing-data-sources .stat-counter.mini label {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .stat-counter.mini label {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
  }
}
.section-landing-data-sources .stat-counter strong {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #a4a5a8;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .stat-counter strong {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 48px;
  }
}
.section-landing-data-sources .stat-counter label {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-landing-data-sources .stat-counter label {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-landing-data {
  padding: 80px 0 56px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-data {
    padding: 80px 0;
  }
}
.section-landing-data .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-landing-data .landing-section-title.no-margin {
  margin-bottom: 16px;
}
.section-landing-data .landing-section-title span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #4e63ce;
  font-weight: 500;
  margin-left: 12px;
  display: inline-block;
  vertical-align: baseline;
}
.section-landing-data .stat-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .stat-counters {
    gap: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-data .stat-counters {
    gap: 148px;
  }
}
.section-landing-data .stat-counter {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .stat-counter {
    margin-bottom: 0;
  }
}
.section-landing-data .stat-counter:last-child {
  margin-bottom: 0;
}
.section-landing-data .stat-counter strong {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #a4a5a8;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .stat-counter strong {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 48px;
  }
}
.section-landing-data .stat-counter label {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .stat-counter label {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-landing-data .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-landing-data .list-info-item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 50%;
  height: 185px;
  min-height: 185px;
  padding: 27px 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .list-info-item {
    width: 225px;
    min-width: 225px;
    height: 225px;
    min-height: 225px;
    padding: 50px 25px;
  }
}
.section-landing-data .list-info-item .icon {
  width: 56px;
  height: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .list-info-item .icon {
    width: 64px;
    height: 64px;
  }
}
.section-landing-data .list-info-item p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: block;
  font-weight: 500;
  margin: 0;
  padding: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .list-info-item p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.section-landing-data .list-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 80px auto 24px auto;
  max-width: 840px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .list-tags {
    gap: 32px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-data .list-tags-item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  white-space: nowrap;
  height: 36px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  color: #4e63ce;
  border-radius: 28px;
  border: 1px solid #4e63ce;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .list-tags-item {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    height: 48px;
    padding: 0 24px;
  }
}
.section-landing-data .map {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .map {
    display: block;
    width: 100%;
    max-width: 900px;
    margin-top: -24px;
  }
}
.section-landing-data .list-countries {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .list-countries {
    margin: 48px auto 0 auto;
  }
}
.section-landing-data .list-countries-item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 48px;
  padding: 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -8px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .list-countries-item {
    margin: 0;
  }
}
.section-landing-data .list-countries-item:nth-child(odd) {
  background-color: #eef0fb;
}
.section-landing-data .list-countries-item .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-data .list-countries-item .country span {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section-landing-data .list-countries-item .country .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 16px;
  width: 15px;
  border: 1px solid #e8eced;
  margin-right: 8px;
}
.section-landing-data .list-countries-item .stations {
  font-weight: normal;
  white-space: nowrap;
  text-align: right;
}
.section-landing-data .landing-data-bnr {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/data-sources-banner-768.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -16px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-data-bnr {
    border-radius: 8px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/data-sources-banner-1440.png');
    padding: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-data .landing-data-bnr {
    padding-left: 80px;
    padding-right: 80px;
    gap: 50px;
  }
}
.section-landing-data .landing-data-bnr article {
  padding: 80px 32px 40px 32px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-data-bnr article {
    padding: 0;
    max-width: 50%;
  }
}
.section-landing-data .landing-data-bnr figure {
  padding: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-data-bnr figure {
    padding: 0;
  }
}
.section-landing-data .landing-data-bnr figure img {
  width: 100%;
}
.section-landing-data .landing-data-bnr h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-data-bnr h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-landing-data .landing-data-bnr p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-data-bnr p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: normal;
  }
}
.section-landing-data .landing-data-bnr .stats {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-data-bnr .stats {
    gap: 32px;
    margin-top: 48px;
  }
}
.section-landing-data .landing-data-bnr .item {
  text-align: center;
  white-space: nowrap;
}
.section-landing-data .landing-data-bnr .item strong {
  font-size: 56px;
  font-size: 5.6pxrem;
  line-height: 56px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-data-bnr .item strong {
    line-height: 64px;
  }
}
.section-landing-data .landing-data-bnr .item span {
  font-size: 12px;
  font-size: 1.2pxrem;
  line-height: 20px;
  font-weight: bold;
  display: block;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-data-bnr .item span {
    font-size: 15px;
    font-size: 1.5pxrem;
    line-height: 24px;
  }
}
.section-landing-data .landing-data-bnr .icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-data .landing-data-bnr .icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
}
.section-landing-data .graph-tooltip {
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  line-height: 24px;
  color: #000000;
  padding: 8px 12px;
  display: inline-block;
}
.section-landing-data .graph-tooltip.has-shadow {
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
}
.section-landing-data .graph-tooltip label {
  white-space: nowrap;
  position: relative;
  display: inline;
}
.section-landing-data .graph-tooltip .label-title {
  font-weight: 500;
}
.section-landing-waiting-list {
  padding: 74px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-waiting-list {
    paddding: 112px 0 80px 0;
  }
}
.section-landing-waiting-list.last {
  padding: 74px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-waiting-list.last {
    padding: 104px 0 116px 0;
  }
}
.section-landing-waiting-list .landing-section-title {
  color: inherit;
  padding-bottom: 48px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-waiting-list .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center;
    line-height: 46px;
    max-width: 80%;
    margin: 0 auto;
  }
}
.section-landing-waiting-list .landing-section-title span {
  color: #4e63ce;
}
.section-landing-waiting-list .waiting-list {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1128px;
  padding: 0 32px;
  margin: 0 -16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-waiting-list .waiting-list {
    border-radius: 8px;
    padding: 0 48px;
    margin: 0;
  }
}
.section-landing-waiting-list .waiting-list.black {
  background-color: #000000;
  color: #ffffff;
  padding: 64px 32px;
}
@media only screen and (min-width: 768px) {
  .section-landing-waiting-list .waiting-list.black {
    padding: 48px;
  }
}
.section-landing-waiting-list .waiting-list .pro-form {
  max-width: 590px;
  margin: 0 auto;
}
.section-landing-waiting-list .waiting-list .pro-form .error-msg {
  position: static;
  padding-left: 16px;
}
.section-landing-waiting-list .waiting-list .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .section-landing-waiting-list .waiting-list .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-landing-waiting-list .waiting-list .pro-custom-input {
  width: 100%;
  padding-bottom: 12px;
}
@media only screen and (min-width: 480px) {
  .section-landing-waiting-list .waiting-list .pro-custom-input {
    padding-bottom: 0;
  }
}
.section-landing-waiting-list .waiting-list .pro-custom-input input[type="email"] {
  background-color: #ffffff;
  color: #000000;
}
.section-landing-waiting-list .waiting-list .pro-custom-input input[type="email"] + label {
  pointer-events: none;
  cursor: default;
  color: #707580;
  z-index: 1;
}
.section-landing-waiting-list .waiting-list .button {
  white-space: nowrap;
}
@media only screen and (min-width: 480px) {
  .section-landing-waiting-list .waiting-list .button {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-waiting-list .waiting-list .button {
    margin-left: 24px;
  }
}
.section-landing-waiting-list .waiting-list small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  margin-top: 8px;
}
.section-landing-api-features {
  padding: 104px 0 120px 0;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/api-features-gradient-mobile.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-landing-api-features {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/api-features-gradient-1440.webp');
    padding: 144px 0 120px 0;
    background-position: center bottom;
    background-size: 100% 145%;
  }
}
.section-landing-api-features .landing-section-title {
  text-align: center;
  padding-bottom: 76px;
}
@media only screen and (min-width: 768px) {
  .section-landing-api-features .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    padding-bottom: 90px;
  }
}
.section-landing-api-features .scheme {
  max-width: 1000px;
}
.section-landing-why-use-api {
  padding: 80px 0;
}
.section-landing-why-use-api .landing-section-title {
  margin-bottom: 16px;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-why-use-api .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-why-use-api .bullets-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-why-use-api .bullets-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-why-use-api .bullets {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-why-use-api .bullets {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-why-use-api .bullets {
    margin: 0 auto;
    max-width: 940px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-landing-why-use-api .bullets h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-why-use-api .bullets h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.section-landing-why-use-api .bullets li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 24px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-why-use-api .bullets li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 40px;
    padding-right: 5%;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-why-use-api .bullets li {
    width: 400px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-why-use-api .bullets li:last-child {
    margin-bottom: 0;
  }
}
.section-landing-why-use-api .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-why-use-api .bullets li:before {
    width: 24px;
    height: 24px;
  }
}
.section-landing-why-use-api .bullets p {
  margin: -1px 0 0 0;
  padding: 0;
}
.section-api-pricing {
  padding: 80px 0 56px 0;
}
.section-api-pricing > .page {
  margin-left: auto;
  margin-right: auto;
}
.section-api-pricing .landing-section-title {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-api-pricing .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-api-pricing .compare-table-wrapper {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  width: 100%;
  padding: 0 32px;
}
@media only screen and (min-width: 768px) {
  .section-api-pricing .compare-table-wrapper {
    padding: 0;
    max-width: 940px;
    overflow: unset;
  }
}
@media only screen and (min-width: 768px) {
  .section-api-pricing .mobile-only {
    display: none;
  }
}
.section-api-pricing .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-api-pricing .tablet-forward {
    display: block;
  }
}
.section-api-pricing .mobile-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-api-pricing .mobile-pricing {
    display: none;
  }
}
.section-api-pricing .mobile-pricing .left {
  min-width: 150px;
  margin-left: -16px;
}
.section-api-pricing .mobile-pricing .left .compare-plan-table {
  padding-top: 1px;
}
.section-api-pricing .mobile-pricing .left .compare-plan-table table td {
  text-align: left !important;
}
.section-api-pricing .mobile-pricing .right {
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -16px;
}
.section-api-pricing .mobile-pricing .swiper-slide {
  width: 100%;
}
.section-api-pricing .mobile-pricing .swiper-button-prev,
.section-api-pricing .mobile-pricing .swiper-button-next {
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 16px;
  bottom: auto;
  top: 34px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: none;
}
.section-api-pricing .mobile-pricing .swiper-button-prev.swiper-button-disabled,
.section-api-pricing .mobile-pricing .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.section-api-pricing .mobile-pricing .swiper-button-prev.swiper-button-disabled:hover:before,
.section-api-pricing .mobile-pricing .swiper-button-next.swiper-button-disabled:hover:before {
  background-color: #D5DDE0;
}
.section-api-pricing .mobile-pricing .swiper-button-prev.swiper-button-disabled:before,
.section-api-pricing .mobile-pricing .swiper-button-next.swiper-button-disabled:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: #D5DDE0;
}
.section-api-pricing .mobile-pricing .swiper-button-prev:hover,
.section-api-pricing .mobile-pricing .swiper-button-next:hover {
  background-image: none;
}
.section-api-pricing .mobile-pricing .swiper-button-prev:hover:before,
.section-api-pricing .mobile-pricing .swiper-button-next:hover:before {
  background-color: #6889e2;
}
.section-api-pricing .mobile-pricing .swiper-button-prev:before,
.section-api-pricing .mobile-pricing .swiper-button-next:before {
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #4e63ce;
  background-position: center;
  background-size: 5px;
  background-repeat: no-repeat;
  background-image: url('../images/svg/chevron-left-white.svg');
  margin: -8px 0 0 -8px;
}
.section-api-pricing .mobile-pricing .swiper-button-prev:after,
.section-api-pricing .mobile-pricing .swiper-button-next:after {
  content: none;
}
.section-api-pricing .mobile-pricing .swiper-button-prev {
  left: 16px;
}
.section-api-pricing .mobile-pricing .swiper-button-next {
  left: auto;
  right: 16px;
}
.section-api-pricing .mobile-pricing .swiper-button-next:before {
  background-image: url('../images/svg/chevron-right-white.svg');
}
.section-api-pricing .mobile-pricing .compare-plan-table {
  margin: 0 !important;
}
.section-api-pricing .mobile-pricing .compare-plan-table table th,
.section-api-pricing .mobile-pricing .compare-plan-table table td {
  width: 100%;
  min-width: unset !important;
  width: auto !important;
  border-bottom: 1px solid #d5dde0;
  text-align: center !important;
}
.section-api-pricing .mobile-pricing .compare-plan-table table th:before,
.section-api-pricing .mobile-pricing .compare-plan-table table td:before,
.section-api-pricing .mobile-pricing .compare-plan-table table th:after,
.section-api-pricing .mobile-pricing .compare-plan-table table td:after {
  content: none !important;
  background: transparent;
}
.section-api-pricing .mobile-pricing .compare-plan-table table th {
  font-size: 13px;
  font-size: 1.3rem;
}
.section-api-pricing .mobile-pricing .compare-plan-table table th strong {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-api-pricing .compare-plan-table {
  position: relative;
  width: 100%;
  will-change: auto;
}
@media only screen and (min-width: 768px) {
  .section-api-pricing .compare-plan-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-api-pricing .compare-plan-table .fake-cols {
  pointer-events: none;
  cursor: default;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 0;
}
.section-api-pricing .compare-plan-table .fake-cols .fake-col {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 150px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.section-api-pricing .compare-plan-table table {
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  z-index: 1;
  color: #424547;
}
.section-api-pricing .compare-plan-table table h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 0;
  color: #000000;
}
.section-api-pricing .compare-plan-table table h4:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .section-api-pricing .compare-plan-table table h4 br {
    display: none;
  }
}
.section-api-pricing .compare-plan-table table thead th {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  padding: 35px 0;
  font-weight: normal;
  color: #000000;
  position: relative;
  top: 0;
  z-index: 2;
}
.section-api-pricing .compare-plan-table table thead th:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #E3E3E3;
}
.section-api-pricing .compare-plan-table table thead th:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: transparent;
  border-left: 1px solid #d5dde0;
}
.section-api-pricing .compare-plan-table table thead th:nth-child(1) {
  width: 150px;
  min-width: 150px;
  border-left: 0;
}
.section-api-pricing .compare-plan-table table thead th:nth-child(1):after {
  content: none;
}
.section-api-pricing .compare-plan-table table thead th:nth-child(2),
.section-api-pricing .compare-plan-table table thead th:nth-child(3),
.section-api-pricing .compare-plan-table table thead th:nth-child(4),
.section-api-pricing .compare-plan-table table thead th:nth-child(5),
.section-api-pricing .compare-plan-table table thead th:nth-child(6) {
  white-space: nowrap;
  width: 88px;
  min-width: 88px;
  border-bottom: 1px solid #d5dde0;
}
@media only screen and (min-width: 540px) {
  .section-api-pricing .compare-plan-table table thead th:nth-child(2),
  .section-api-pricing .compare-plan-table table thead th:nth-child(3),
  .section-api-pricing .compare-plan-table table thead th:nth-child(4),
  .section-api-pricing .compare-plan-table table thead th:nth-child(5),
  .section-api-pricing .compare-plan-table table thead th:nth-child(6) {
    width: 112px;
  }
}
@media only screen and (min-width: 768px) {
  .section-api-pricing .compare-plan-table table thead th:nth-child(2),
  .section-api-pricing .compare-plan-table table thead th:nth-child(3),
  .section-api-pricing .compare-plan-table table thead th:nth-child(4),
  .section-api-pricing .compare-plan-table table thead th:nth-child(5),
  .section-api-pricing .compare-plan-table table thead th:nth-child(6) {
    width: 157px;
  }
}
.section-api-pricing .compare-plan-table table thead th:nth-child(2):after {
  content: none;
}
.section-api-pricing .compare-plan-table table thead th:nth-child(6) {
  border-left: 0;
}
.section-api-pricing .compare-plan-table table thead th strong {
  font-weight: bold;
}
.section-api-pricing .compare-plan-table table tbody tr:first-child td:first-child:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -1px;
  bottom: auto;
  display: block;
  height: 1px;
  width: auto;
  background-color: transparent;
  border-top: 1px solid #d5dde0;
  border-bottom: 0;
  border-left: 0;
}
.section-api-pricing .compare-plan-table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.section-api-pricing .compare-plan-table table tbody td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  padding: 4px 8px;
  position: relative;
  text-align: center;
}
.section-api-pricing .compare-plan-table table tbody td:first-child {
  text-align: left;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .section-api-pricing .compare-plan-table table tbody td:first-child {
    padding-left: 16px;
  }
}
.section-api-pricing .compare-plan-table table tbody td:first-child:before {
  content: none;
}
.section-api-pricing .compare-plan-table table tbody td:nth-child(2):before {
  content: none;
}
.section-api-pricing .compare-plan-table table tbody td:last-child:after {
  border-bottom: 1px solid #d5dde0;
}
.section-api-pricing .compare-plan-table table tbody td:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: transparent;
  border-left: 1px solid #d5dde0;
}
.section-api-pricing .compare-plan-table table tbody td:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #d5dde0;
}
.section-api-pricing .disclaimer {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  text-align: left;
  width: 100%;
  color: #707580;
  padding-top: 16px;
  max-width: 940px;
}
.section-api-pricing .contact {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  text-align: left;
  width: 100%;
  color: #707580;
  padding-top: 40px;
  padding-bottom: 0;
  margin: 0;
  max-width: 940px;
}
@media only screen and (min-width: 768px) {
  .section-api-pricing .contact {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.section-api-pricing .contact a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #707580;
}
.section-landing-api-use-cases {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-api-use-cases {
    padding: 104px 0;
  }
}
.section-landing-api-use-cases .page {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-landing-api-use-cases .landing-section-title {
  margin-bottom: 16px;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-api-use-cases .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-landing-api-use-cases .usecases {
  max-width: 940px;
}
@media only screen and (max-width: 767px) {
  .section-landing-api-use-cases .usecases {
    padding: 0 16px;
  }
}
.section-landing-api-use-cases .usecases h3 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-api-use-cases .usecases h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    width: 50%;
    padding-right: 32px;
    padding-bottom: 0;
  }
}
.section-landing-api-use-cases .usecases h3:before {
  border-radius: 50%;
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#6889e2), to(#4e63ce));
  background: linear-gradient(90deg, #6889e2 0%, #4e63ce 100%);
}
@media only screen and (min-width: 768px) {
  .section-landing-api-use-cases .usecases h3:before {
    top: 2px;
  }
}
.section-landing-api-use-cases .usecases article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-api-use-cases .usecases article {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    width: 50%;
  }
}
.section-landing-api-use-cases .usecases article p {
  padding: 0;
  margin: 0;
}
.section-landing-api-use-cases li {
  padding: 32px 0;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .section-landing-api-use-cases li:last-child {
    padding-bottom: 0;
  }
}
.section-landing-api-use-cases li:first-child {
  border: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-api-use-cases li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-landing-hero {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  padding: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  padding: 0 0 88px 0;
  background-image: none;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero {
    min-height: calc(100vh - 50px - env(safe-area-inset-bottom));
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero {
    padding: 80px 0;
    background-position: center bottom;
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.artist-analytics {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-0-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.artist-analytics .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-0-1440.svg');
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-landing-hero.artist-analytics .actions {
  white-space: nowrap;
  display: inline-block;
}
.section-landing-hero.artist-analytics .actions:after {
  content: "Full Analytics Only $19.90/mo";
}
.section-landing-hero.artist-analytics .actions:before {
  content: "";
}
.section-landing-hero.track-analytics {
  background-attachment: unset;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.track-analytics {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-1-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.track-analytics .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-1-1440.svg');
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-landing-hero.track-analytics .actions {
  white-space: nowrap;
  display: inline-block;
}
.section-landing-hero.track-analytics .actions:after {
  content: "Full Analytics Only $19.90/mo";
}
.section-landing-hero.track-analytics .actions:before {
  content: "";
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.playlist-analytics {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-2-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.playlist-analytics .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-2-1440.svg');
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-landing-hero.playlist-analytics .actions {
  white-space: nowrap;
  display: inline-block;
}
.section-landing-hero.playlist-analytics .actions:after {
  content: "Full Analytics Only $19.90/mo";
}
.section-landing-hero.playlist-analytics .actions:before {
  content: "";
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.audience {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-3-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.audience .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-3-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.reporting-and-csv-export {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-4-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.reporting-and-csv-export .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-4-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.charts {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-5-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.charts .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-5-1440.svg');
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-landing-hero.charts .actions {
  white-space: nowrap;
  display: inline-block;
}
.section-landing-hero.charts .actions:after {
  content: "Full Analytics Only $19.90/mo";
}
.section-landing-hero.charts .actions:before {
  content: "";
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.compare-artists {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-6-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.compare-artists .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-6-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.festival-analytics {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-7-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.festival-analytics .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-7-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.festival-analytics .actions {
    display: inline-block;
  }
}
.section-landing-hero.industry-trends {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-industry-trends-hero-mobile.webp');
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.industry-trends {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-industry-trends-hero-desktop.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.industry-trends .actions {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.custom-data-solutions {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-9-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.custom-data-solutions .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/features-9-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.spotify {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/spotify-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.spotify .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/spotify-1440.svg');
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-landing-hero.spotify .actions {
  white-space: nowrap;
  display: inline-block;
}
.section-landing-hero.spotify .actions:after {
  content: "Full Analytics Only $19.90/mo";
}
.section-landing-hero.spotify .actions:before {
  content: "";
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.youtube {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/youtube-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.youtube .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/youtube-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.airplay {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/airplay-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.airplay .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/airplay-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.instagram {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/instagram-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.instagram .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/instagram-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.tiktok {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/tiktok-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.tiktok .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/tiktok-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.beatport {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/beatport-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.beatport .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/beatport-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.facebook {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/facebook-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.facebook .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/facebook-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.shazam {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/shazam-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.shazam .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/shazam-1440.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.soundcloud {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/soundcloud-1440.svg');
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero.soundcloud .visual {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/soundcloud-1440.svg');
  }
}
.section-landing-hero.ar-teams {
  background: #D9ECF6;
}
.section-landing-hero.event-organizers {
  background: #EEE1FF;
}
.section-landing-hero.artist-managers-and-artists {
  background: #DDDEFF;
}
.section-landing-hero.music-marketers {
  background: #E4EFFF;
}
.section-landing-hero.data-analysts {
  background: #D4E3FD;
}
.section-landing-hero.companies-and-organisations {
  color: #ffffff;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/use-cases-006-768.webp');
}
@media only screen and (max-width: 767px) {
  .section-landing-hero.companies-and-organisations {
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero.companies-and-organisations {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/use-cases-006-1024.webp');
    height: 535px;
    max-height: 535px;
    min-height: 535px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero.companies-and-organisations {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/use-cases-006-1440.webp');
  }
}
@media only screen and (min-width: 1439px) {
  .section-landing-hero.companies-and-organisations {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/use-cases-006-1920.webp');
  }
}
.section-landing-hero.companies-and-organisations .content-wrapper {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-hero.companies-and-organisations .content-wrapper * {
  text-align: center;
}
.section-landing-hero.companies-and-organisations .content-wrapper .lead {
  max-width: none;
}
.section-landing-hero.companies-and-organisations .content-wrapper .actions {
  margin-top: 48px;
}
.section-landing-hero > .page {
  max-width: 1308px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero > .page {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.section-landing-hero .section-article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .section-article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .section-article {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-landing-hero .content-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .content-wrapper {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 460px;
    min-width: 460px;
    margin-top: 0;
    padding-top: 0;
  }
}
.section-landing-hero .landing-section-title {
  padding-top: 48px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    text-align: left;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .landing-section-title br {
    display: none;
  }
}
.section-landing-hero .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  margin: 16px auto 0 auto;
  max-width: 580px;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .lead {
    text-align: left;
  }
}
.section-landing-hero .actions {
  margin-top: 32px;
  position: relative;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .actions {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .actions {
    text-align: left;
  }
}
.section-landing-hero .actions.has-arrow {
  white-space: nowrap;
  display: inline-block;
}
.section-landing-hero .actions.has-arrow:after {
  content: "Full Analytics Only $19.90/mo";
}
.section-landing-hero .actions.has-arrow:before {
  content: "";
}
.section-landing-hero .actions:after {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: absolute;
  top: 64px;
  left: 36px;
  color: #000000;
  padding-left: 38px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .actions:after {
    white-space: nowrap;
    top: 5px;
    left: 100%;
    margin-left: 24px;
    padding-left: 0;
  }
}
.section-landing-hero .actions:before {
  position: absolute;
  width: 29px;
  height: 22px;
  left: 36px;
  top: 60px;
  background-position: left center;
  background-image: url('../images/svg/lottie-arrow-black.svg');
  background-repeat: no-repeat;
  background-size: 29px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero .actions:before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .actions:before {
    top: 22px;
    left: 100%;
    margin-left: 24px;
  }
}
.section-landing-hero .subtext {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  display: block;
  text-align: center;
  padding-top: 16px;
}
.section-landing-hero .visual {
  width: auto;
  margin-bottom: -10px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: unset;
  margin: 0 -16px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero .visual {
    margin: 0 -40px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .visual {
    margin: 0;
    padding: 0;
    background: none;
    margin-left: 80px;
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero .visual {
    margin-right: -300px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-hero .visual {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.section-landing-hero .visual img {
  max-width: 565px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .visual img {
    max-width: none;
  }
}
.section-landing-hero .media-container {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero .opacity-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-landing-hero-claim {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-header-gradient-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 800px;
  background-color: #ffffff;
  padding: 56px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-header-gradient-desktop.webp');
    background-size: 100% 750px;
    padding-top: 8px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 800px) {
  .section-landing-hero-claim {
    background-size: 100% 760px;
  }
}
@media only screen and (min-width: 880px) {
  .section-landing-hero-claim {
    background-size: 100% 820px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim {
    background-size: 100% 960px;
  }
}
@media only screen and (min-width: 1099px) {
  .section-landing-hero-claim {
    background-size: 100% 1010px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-claim {
    background-size: 100% 1120px;
  }
}
@media only screen and (min-width: 1259px) {
  .section-landing-hero-claim {
    background-size: 100% 1160px;
  }
}
@media only screen and (min-width: 1299px) {
  .section-landing-hero-claim {
    background-size: 100% 1220px;
  }
}
@media only screen and (min-width: 1365px) {
  .section-landing-hero-claim {
    background-size: 100% 1230px;
  }
}
.section-landing-hero-claim.alt {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-body-gradient-mobile.webp');
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-body-gradient-desktop.webp');
    padding-top: 80px;
    background-position: center top;
  }
}
.section-landing-hero-claim.alt-no-bg {
  background-image: none;
  background-size: 100% 100%;
  padding-top: 56px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-no-bg {
    background-image: none;
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-spotify-landing {
  background-position: center top 400px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-claim.alt-spotify-landing {
    padding-bottom: 96px;
  }
  .section-landing-hero-claim.alt-spotify-landing .claim-feature {
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
  }
  .section-landing-hero-claim.alt-spotify-landing .claim-feature .claim-feature-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-landing-hero-claim.alt-spotify-landing .claim-feature .tag-premium {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-spotify-landing .claim-feature .claim-feature-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-landing-hero-claim.alt-spotify-landing .claim-feature .tag-premium {
    margin-bottom: 0;
  }
  .section-landing-hero-claim.alt-spotify-landing .claim-feature .content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.section-landing-hero-claim.alt-spotify-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-landing-1-mobile.webp');
  background-size: 100% 100%;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-spotify-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-landing-1-desktop.webp');
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-spotify-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-landing-2-mobile.webp');
  background-size: 100% 100%;
  background-position: center top -250px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-spotify-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-landing-2-desktop.webp');
    padding-top: 80px;
    background-position: center top;
  }
}
.section-landing-hero-claim.alt-youtube-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-youtube-landing-1-mobile.webp');
  background-size: 100% 100%;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-youtube-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-youtube-landing-1-desktop.webp');
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-youtube-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-youtube-landing-2-mobile.webp');
  background-size: 100% 100%;
  background-position: center top -250px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-youtube-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-youtube-landing-2-desktop.webp');
    padding-top: 80px;
    background-position: center top;
  }
}
.section-landing-hero-claim.alt-facebook-landing-1,
.section-landing-hero-claim.alt-shazam-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-facebook-landing-1-mobile.webp');
  background-size: 100% 100%;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-facebook-landing-1,
  .section-landing-hero-claim.alt-shazam-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-facebook-landing-1-desktop.webp');
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-facebook-landing-2,
.section-landing-hero-claim.alt-shazam-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-facebook-landing-2-mobile.webp');
  background-size: 100% 100%;
  background-position: center top -250px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-facebook-landing-2,
  .section-landing-hero-claim.alt-shazam-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-facebook-landing-2-desktop.webp');
    padding-top: 80px;
    background-position: center top;
  }
}
.section-landing-hero-claim.alt-tiktok-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-tiktok-landing-1-mobile.webp');
  background-size: 100% 100%;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-tiktok-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-tiktok-landing-1-desktop.webp');
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-tiktok-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-tiktok-landing-2-mobile.webp');
  background-size: 100% 100%;
  background-position: center top -250px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-tiktok-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-tiktok-landing-2-desktop.webp');
    padding-top: 80px;
    background-position: center top;
  }
}
.section-landing-hero-claim.alt-instagram-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-instagram-landing-1-mobile.webp');
  background-size: 100% 100%;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-instagram-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-instagram-landing-1-desktop.webp');
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-instagram-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-instagram-landing-2-mobile.webp');
  background-size: 100% 100%;
  background-position: center top -250px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-instagram-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-instagram-landing-2-desktop.webp');
    padding-top: 80px;
    background-position: center top;
  }
}
.section-landing-hero-claim.alt-soundcloud-landing-1,
.section-landing-hero-claim.alt-airplay-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-soundcloud-landing-1-mobile.webp');
  background-size: 100% 100%;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-soundcloud-landing-1,
  .section-landing-hero-claim.alt-airplay-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-soundcloud-landing-1-desktop.webp');
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-soundcloud-landing-2,
.section-landing-hero-claim.alt-airplay-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-soundcloud-landing-2-mobile.webp');
  background-size: 100% 100%;
  background-position: center top -250px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-soundcloud-landing-2,
  .section-landing-hero-claim.alt-airplay-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-soundcloud-landing-2-desktop.webp');
    padding-top: 80px;
    background-position: center top;
  }
}
.section-landing-hero-claim.alt-apple-music-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-apple-music-1-mobile.webp');
  background-size: 100% 100%;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-apple-music-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-apple-music-1-desktop.webp');
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-apple-music-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-apple-music-2-mobile.webp');
  background-size: 100% 100%;
  background-position: center top;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-apple-music-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-apple-music-2-desktop.webp');
    padding-top: 80px;
    background-position: center top;
  }
}
.section-landing-hero-claim.alt-spotify-playlist-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-playlist-landing-1-mobile.webp');
  background-size: 100% 100%;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-spotify-playlist-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-playlist-landing-1-desktop.webp');
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-spotify-playlist-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-playlist-landing-2-mobile.webp');
  background-size: 100% 100%;
  background-position: center top -250px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-spotify-playlist-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-playlist-landing-2-desktop.webp');
    padding-top: 80px;
    background-position: center top;
  }
}
.section-landing-hero-claim.alt-spotify-for-artists-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-for-artists-landing-1-mobile.webp');
  background-size: 100% 100%;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-spotify-for-artists-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-for-artists-landing-1-desktop.webp');
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-spotify-for-artists-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-for-artists-landing-2-mobile.webp');
  background-position: center top -450px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-spotify-for-artists-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-for-artists-landing-2-desktop.webp');
    background-position: center top;
    background-size: 100% 100%;
  }
}
.section-landing-hero-claim.alt-spotify-for-artists-landing-2 .claim-feature.popular {
  border: 2px solid #00C5E1;
  background-color: #D0FCFF;
  -webkit-box-shadow: 0 2px 16px 8px rgba(78, 99, 206, 0.2);
          box-shadow: 0 2px 16px 8px rgba(78, 99, 206, 0.2);
}
.section-landing-hero-claim.alt-spotify-tracker {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-for-artists-landing-2-mobile.webp');
  background-position: center top -450px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-spotify-tracker {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-spotify-for-artists-landing-2-desktop.webp');
    background-position: center top;
    background-size: 100% 100%;
  }
}
.section-landing-hero-claim.alt-spotify-tracker .claim-feature.popular {
  border: 2px solid #00C5E1;
  background-color: #D0FCFF;
  -webkit-box-shadow: 0 2px 16px 8px rgba(78, 99, 206, 0.2);
          box-shadow: 0 2px 16px 8px rgba(78, 99, 206, 0.2);
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-spotify-tracker .spotify-for-artists-distribution-and-promotion .list-boxes.horizontal.no-h-padding {
    margin-left: -50px;
    margin-right: -50px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim.alt-spotify-tracker .spotify-for-artists-distribution-and-promotion .list-boxes.horizontal.no-h-padding {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.section-landing-hero-claim.alt-free-artists-landing.alt-spotify-for-artists-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-free-artists-landing-1-mobile.webp');
  background-position: center top 80px;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-free-artists-landing.alt-spotify-for-artists-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-free-artists-landing-1-desktop.webp');
    background-position: center top 220px;
  }
}
.section-landing-hero-claim.alt-free-artists-landing.alt-spotify-for-artists-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-free-artists-landing-2-mobile.webp');
  background-position: center top;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-free-artists-landing.alt-spotify-for-artists-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-free-artists-landing-2-desktop.webp');
    background-position: center bottom 180px;
  }
}
.section-landing-hero-claim.alt-free-artists-landing .landing-section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  padding: 80px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-free-artists-landing .landing-section-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
  }
}
.section-landing-hero-claim.alt-free-artists-landing .underline {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-mobile-a.webp');
  padding-bottom: 10px;
}
.section-landing-hero-claim.alt-free-artists-landing .claim-feature.popular {
  border: 2px solid #4E63CE;
  background-color: #E4ECFD;
  -webkit-box-shadow: 0 0 13px 0 rgba(78, 99, 206, 0.25);
          box-shadow: 0 0 13px 0 rgba(78, 99, 206, 0.25);
}
.section-landing-hero-claim.alt-free-artists-landing .claim-feature .tag-premium.popular {
  background: linear-gradient(234.67deg, #7bded6 -8.03%, #89aaf8 15.61%, #fc173a 116%);
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-claim.alt-free-artists-landing .claim-feature .tag-premium.popular {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-landing-hero-claim.alt-playlist-pitching-landing.alt-spotify-for-artists-landing-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-playlist-pitching-landing-1-mobile.webp');
  background-position: center top 80px;
  background-size: 100% 100%;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-playlist-pitching-landing.alt-spotify-for-artists-landing-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-playlist-pitching-landing-1-desktop.webp');
    background-position: center top 220px;
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-playlist-pitching-landing.alt-spotify-for-artists-landing-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-playlist-pitching-landing-2-mobile.webp');
  background-position: center top;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-playlist-pitching-landing.alt-spotify-for-artists-landing-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-playlist-pitching-landing-2-desktop.webp');
    background-position: center bottom 180px;
  }
}
.section-landing-hero-claim.alt-playlist-pitching-landing .landing-section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  padding: 80px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-playlist-pitching-landing .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-landing-hero-claim.alt-playlist-pitching-landing .landing-section-title .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-playlist-pitching-landing .landing-section-title .tablet-forward {
    display: block;
  }
}
.section-landing-hero-claim.alt-playlist-pitching-landing .underline {
  background: none;
  display: inline;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-playlist-pitching-landing .underline {
    background-image: url('../images/static/playlist-pitching-hero-brush.webp');
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    overflow: visible;
    display: inline-block;
  }
}
.section-landing-hero-claim.alt-playlist-pitching-landing .underline span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: visible;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-claim.alt-playlist-pitching-landing .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/playlist-pitching-hero-brush-mobile-a.webp');
    background-repat: no-repeat;
  }
  .section-landing-hero-claim.alt-playlist-pitching-landing .underline span + span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/playlist-pitching-hero-brush-mobile-b.webp');
  }
}
.section-landing-hero-claim.alt-playlist-pitching-landing .claim-feature.popular {
  border: 2px solid #3FD8D8;
  background-color: #F5FEFC;
  -webkit-box-shadow: 0 0 13px 0 rgba(78, 99, 206, 0.25);
          box-shadow: 0 0 13px 0 rgba(78, 99, 206, 0.25);
}
.section-landing-hero-claim.alt-playlist-pitching-landing .claim-feature .tag-premium.viberate {
  background: linear-gradient(86deg, #886ef2 -26.2%, #ff1f43 98.49%);
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-claim.alt-playlist-pitching-landing .claim-feature .tag-premium.viberate {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-landing-hero-claim.alt-playlist-pitching-landing .spotify-for-artists-distribution-and-promotion .tag-premium {
  color: #ffffff;
  margin-left: -119px;
  background: linear-gradient(235deg, #7bded6 -8.03%, #89aaf8 15.61%, #fc173a 116%);
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-playlist-pitching-landing .spotify-for-artists-distribution-and-promotion .tag-premium {
    margin-left: -127px;
  }
}
.section-landing-hero-claim.alt-playlist-pitching-landing .spotify-for-artists-distribution-and-promotion .price {
  background: linear-gradient(296deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-landing-hero-claim.alt-playlist-curator-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-playlist-curator-mobile.webp');
  background-position: center top 80px;
  background-size: 100% 100%;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-playlist-curator-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-body-gradient-playlist-curator-desktop.webp');
    background-position: center top 220px;
    padding-top: 80px;
  }
}
.section-landing-hero-claim.alt-playlist-curator-landing .claim-feature.popular {
  border: 1px solid #4e63ce;
  background-color: #E5E8F7;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(78, 99, 206, 0.48);
          box-shadow: 0px 0px 6px 0px rgba(78, 99, 206, 0.48);
}
.section-landing-hero-claim.alt-playlist-curator-landing .claim-feature .tag-premium.viberate {
  background: linear-gradient(86deg, #886ef2 -26.2%, #ff1f43 98.49%);
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-claim.alt-playlist-curator-landing .claim-feature .tag-premium.viberate {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-landing-hero-claim.alt-the-only-tool {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-only-tools-mobile.webp');
  background-size: 100% 100%;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-the-only-tool {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-only-tools-tablet.webp');
  }
}
.section-landing-hero-claim.alt-the-only-tool .landing-section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  padding: 80px 0;
  text-align: center;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-the-only-tool .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-landing-hero-claim.alt-the-only-tool .underline {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/the-only-tool-underline.webp');
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim.alt-the-only-tool .claim-feature {
    padding-left: 56px;
  }
}
.section-landing-hero-claim.alt-the-only-tool .claim-feature .tag-premium {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 16px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim.alt-the-only-tool .claim-feature .content {
    padding-left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-landing-hero-claim.alt-the-only-tool .grid-foursome {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-the-only-tool .grid-foursome {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim.alt-the-only-tool .grid-foursome {
    gap: 64px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-the-only-tool .grid-foursome .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim.alt-the-only-tool .grid-foursome .item {
    width: calc(50% - 40px);
  }
}
.section-landing-hero-claim.alt-the-only-tool .connect-box {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-the-only-tool .connect-box {
    padding: 32px;
  }
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.spotify {
  border-color: #1db954;
  background-color: #EFFCF4;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.spotify .connect-row {
  color: #1db954;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.spotify .connect-icon {
  background-color: #8eebaf;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.spotify .circle:before {
  content: "";
  border-radius: 18px;
  background-color: #ffffff;
  z-index: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.applemusic {
  border-color: #fd0070;
  background-color: #fff0f3;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.applemusic .connect-row {
  color: #fd0070;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.applemusic .connect-icon {
  background-color: #fe7fb7;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.applemusic .circle {
  background-color: #FD0070;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.applemusic .channel-icon {
  width: 24px;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.shazam {
  border-color: #2255ff;
  background-color: #EEF7FF;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.shazam .connect-row {
  color: #2255ff;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.shazam .connect-icon {
  background-color: #90aaff;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.amazonmusic {
  border-color: #1f0eff;
  background-color: #d6dfff;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.amazonmusic .connect-row {
  color: #1f0eff;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.amazonmusic .connect-icon {
  background-color: #90aaff;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.amazonmusic .circle {
  background-color: #1F0EFF;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box.amazonmusic .channel-icon {
  width: 30px;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box .connect-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box .connect-row strong {
  font-weight: 500;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box .connect-icon {
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box .circle {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box .channel-icon {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  position: relative;
  z-index: 2;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box h4 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 700;
  padding-top: 32px;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box p {
  padding: 16px 0 16px 0;
  margin: 0;
}
.section-landing-hero-claim.alt-the-only-tool .connect-box .connect-box-visual {
  margin: 0 -16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-the-only-tool .connect-box .connect-box-visual {
    margin: 0 -32px;
  }
}
.section-landing-hero-claim.alt-the-only-tool .connect-box .connect-box-visual img {
  width: 100%;
}
.section-landing-hero-claim.alt-the-only-tool .grey {
  color: #707580;
}
.section-landing-hero-claim.alt-data-driven-music-promotion {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-datadriven-mobile.webp');
  background-size: 100% 100%;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-bottom: ;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-data-driven-music-promotion {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-datadriven-tablet.webp');
    padding-top: 96px;
  }
}
.section-landing-hero-claim.alt-data-driven-music-promotion .landing-section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  padding: 48px 0 80px 0;
  text-align: center;
  margin-top: 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim.alt-data-driven-music-promotion .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim.alt-data-driven-music-promotion .claim-feature {
    padding-left: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim.alt-data-driven-music-promotion .claim-feature .content {
    padding-left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-landing-hero-claim.alt-data-driven-music-promotion .tag-premium {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 16px;
  display: inline-block;
  border: 2px solid #ffffff;
}
.section-landing-hero-claim > .page {
  max-width: 1308px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim > .page {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.section-landing-hero-claim .section-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .section-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section-landing-hero-claim .landing-section-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .landing-section-title {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 64px;
    margin-top: -80px;
  }
}
.section-landing-hero-claim .landing-section-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .landing-section-title br {
    display: block;
  }
}
.section-landing-hero-claim .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48x;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .landing-section-subtitle {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 62px;
    padding-top: 96px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim .landing-section-subtitle br {
    display: none;
  }
}
.section-landing-hero-claim .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-landing-hero-claim .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
}
.section-landing-hero-claim .visual {
  padding: 40px 24px 24px 24px;
  padding-bottom: 72px;
  margin: 0 auto;
  max-width: 311px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .visual {
    padding-top: 0;
    padding-bottom: 56px;
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-claim .visual {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.section-landing-hero-claim .visual img {
  width: 100%;
}
.section-landing-hero-claim .claim-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-landing-hero-claim .claim-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .claim-grid-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-claim .claim-grid-item {
    gap: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .claim-grid-item .content {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .claim-feature .bullets.special {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 28px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    margin-bottom: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-claim .claim-feature .bullets.special {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .claim-feature .bullets.special .bullet-item {
    padding-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-claim .claim-feature .bullets.special .bullet-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media only screen and (min-width: 1299px) {
  .section-landing-hero-claim .claim-feature .bullets.special {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section-landing-hero-claim .main-quote {
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .main-quote {
    margin-bottom: 80px;
  }
}
.section-landing-hero-claim .main-quote .main-quote-visual {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .main-quote .main-quote-visual {
    width: 120px;
    height: 120px;
  }
}
.section-landing-hero-claim .main-quote .main-quote-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .main-quote .main-quote-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 400;
  }
}
.section-landing-hero-claim .main-quote blockquote {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 16px 0 4px 0;
  text-align: center;
  max-width: 936px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .main-quote blockquote {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 52px;
    padding: 24px 0 6px 0;
  }
}
.section-landing-hero-claim .main-quote blockquote h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-claim .main-quote blockquote h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 52px;
  }
}
.section-landing-hero-claim .underline {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-hero-brush_stroke.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: visible;
  padding-bottom: 5px;
  display: inline-block;
}
.section-landing-hero-claim .underline.button {
  background-image: none;
}
.section-landing-hero-spotify {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-hero-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 800px;
  background-color: #ffffff;
  padding: 56px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-hero-desktop.webp');
    background-size: 100% 750px;
    padding: 80px 0;
  }
}
.section-landing-hero-spotify.alt-youtube {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-youtube-hero-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-youtube {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-youtube-hero-desktop.webp');
  }
}
.section-landing-hero-spotify.alt-soundcloud,
.section-landing-hero-spotify.alt-airplay {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-soundcloud-hero-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-soundcloud,
  .section-landing-hero-spotify.alt-airplay {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-soundcloud-hero-desktop.webp');
  }
}
.section-landing-hero-spotify.alt-tiktok {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-tiktok-hero-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-tiktok {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-tiktok-hero-desktop.webp');
  }
}
.section-landing-hero-spotify.alt-facebook,
.section-landing-hero-spotify.alt-shazam {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-facebook-hero-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-facebook,
  .section-landing-hero-spotify.alt-shazam {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-facebook-hero-desktop.webp');
  }
}
.section-landing-hero-spotify.alt-tiktok {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-tiktok-hero-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-tiktok {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-tiktok-hero-desktop.webp');
  }
}
.section-landing-hero-spotify.alt-instagram {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-instagram-hero-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-instagram {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-instagram-hero-desktop.webp');
  }
}
.section-landing-hero-spotify.alt-apple-music-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-playlist-hero-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-apple-music-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-playlist-hero-desktop.webp');
  }
}
.section-landing-hero-spotify.alt-spotify-playlist-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-playlist-hero-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-spotify-playlist-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-playlist-hero-desktop.webp');
  }
}
.section-landing-hero-spotify.alt-spotify-for-artists {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-for-artists-hero-mobile.webp');
  padding-bottom: 56px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-spotify-for-artists .landing-section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-landing-hero-spotify.alt-spotify-for-artists .lead {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .section-landing-hero-spotify.alt-spotify-for-artists .actions {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-landing-hero-spotify.alt-spotify-for-artists .visual-wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-spotify-for-artists {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-for-artists-hero-desktop.webp');
    padding-bottom: 40px;
  }
  .section-landing-hero-spotify.alt-spotify-for-artists .lead {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 746px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-spotify-for-artists .underline {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-1.webp');
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-spotify-for-artists .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-1-mobile.webp');
  }
  .section-landing-hero-spotify.alt-spotify-for-artists .underline span + span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-2-mobile.webp');
  }
}
.section-landing-hero-spotify.alt-apple-music {
  color: #000000;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-apple-music-hero-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-apple-music {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-apple-music-hero-desktop.webp');
  }
}
.section-landing-hero-spotify.alt-free-artists {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-free-artists-hero-mobile.webp');
  padding-bottom: 56px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-free-artists .landing-section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-landing-hero-spotify.alt-free-artists .lead {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .section-landing-hero-spotify.alt-free-artists .actions {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-landing-hero-spotify.alt-free-artists .visual-wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-free-artists {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-for-artists-hero-desktop.webp');
    padding-bottom: 40px;
  }
  .section-landing-hero-spotify.alt-free-artists .lead {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 746px;
  }
}
.section-landing-hero-spotify.alt-free-artists .landing-section-title br {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-free-artists .visual {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-free-artists .underline {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-1.webp');
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-free-artists .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-1-mobile.webp');
  }
  .section-landing-hero-spotify.alt-free-artists .underline span + span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-2-mobile.webp');
  }
}
.section-landing-hero-spotify.alt-playlist-pitching {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-playlist-pitching-hero-mobile.webp');
  padding-bottom: 56px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-playlist-pitching .landing-section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-landing-hero-spotify.alt-playlist-pitching .lead {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .section-landing-hero-spotify.alt-playlist-pitching .actions {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-landing-hero-spotify.alt-playlist-pitching .visual-wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-pitching {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-playlist-pitching-hero-desktop.webp');
    padding-bottom: 40px;
  }
  .section-landing-hero-spotify.alt-playlist-pitching .lead {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 746px;
  }
}
.section-landing-hero-spotify.alt-playlist-pitching .landing-section-title br.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-pitching .landing-section-title br.tablet-forward {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-pitching .visual {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-pitching .underline {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-1.webp');
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-playlist-pitching .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-1-mobile.webp');
  }
  .section-landing-hero-spotify.alt-playlist-pitching .underline span + span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-2-mobile.webp');
  }
}
.section-landing-hero-spotify.alt-playlist-pitching .subtext {
  color: #ffffff;
}
.section-landing-hero-spotify.alt-chartmetric-alternative {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-chartmetric-alternative-hero-mobile.webp');
  padding-bottom: 56px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-chartmetric-alternative .landing-section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-landing-hero-spotify.alt-chartmetric-alternative .lead {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .section-landing-hero-spotify.alt-chartmetric-alternative .actions {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-landing-hero-spotify.alt-chartmetric-alternative .visual-wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-chartmetric-alternative {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-chartmetric-alternative-hero-desktop.webp');
    padding-bottom: 40px;
  }
  .section-landing-hero-spotify.alt-chartmetric-alternative .lead {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 746px;
  }
}
.section-landing-hero-spotify.alt-chartmetric-alternative .landing-section-title br.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-chartmetric-alternative .landing-section-title br.tablet-forward {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-chartmetric-alternative .visual {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-chartmetric-alternative .underline {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-1.webp');
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-chartmetric-alternative .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-1-mobile.webp');
  }
  .section-landing-hero-spotify.alt-chartmetric-alternative .underline span + span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-2-mobile.webp');
  }
}
.section-landing-hero-spotify.alt-chartmetric-alternative .subtext {
  color: #ffffff;
}
.section-landing-hero-spotify.alt-playlist-curator {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-playlist-curator-hero-mobile.webp');
  color: #ffffff;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-playlist-curator {
    position: relative;
  }
  .section-landing-hero-spotify.alt-playlist-curator .landing-section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-landing-hero-spotify.alt-playlist-curator .lead {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .section-landing-hero-spotify.alt-playlist-curator .actions {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-landing-hero-spotify.alt-playlist-curator .visual-wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .section-landing-hero-spotify.alt-playlist-curator:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, #ffffff), to(#ffffff));
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 30%, #ffffff 100%);
    height: 40%;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-curator {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-playlist-curator-hero-desktop.webp');
    padding-bottom: 40px;
  }
  .section-landing-hero-spotify.alt-playlist-curator .lead {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 746px;
  }
}
.section-landing-hero-spotify.alt-playlist-curator .landing-section-title {
  margin: 0 -16px;
}
.section-landing-hero-spotify.alt-playlist-curator .landing-section-title br.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-curator .landing-section-title br.tablet-forward {
    display: block;
  }
}
.section-landing-hero-spotify.alt-playlist-curator .visual {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-curator .visual {
    padding-top: 32px;
  }
}
.section-landing-hero-spotify.alt-playlist-curator .underline {
  background: none;
  display: inline;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-curator .underline.mobile-only {
    display: none;
  }
}
.section-landing-hero-spotify.alt-playlist-curator .underline.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-curator .underline.tablet-forward {
    display: inline;
  }
}
.section-landing-hero-spotify.alt-playlist-curator .underline span {
  background-repeat: no-repeat;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/playlist-curator-hero-brush_stroke-1.webp');
  background-position: bottom center;
  background-size: 100%;
}
.section-landing-hero-spotify.alt-playlist-curator .underline span + span {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/playlist-curator-hero-brush_stroke-2.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-playlist-curator .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/playlist-curator-hero-brush_stroke-2.webp');
  }
  .section-landing-hero-spotify.alt-playlist-curator .underline span + span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/playlist-curator-hero-brush_stroke-1.webp');
  }
}
.section-landing-hero-spotify.alt-playlist-curator .subtext {
  color: #ffffff;
}
.section-landing-hero-spotify.alt-viberate-for-artists {
  color: #ffffff;
  background: linear-gradient(144.8deg, #000000 41.76%, rgba(114, 114, 114, 0.0478413) 186.04%, rgba(255, 255, 255, 0) 186.06%);
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-viberate-for-artists {
    padding-bottom: 0;
    background: linear-gradient(148.84deg, #000000 40.77%, rgba(243, 243, 243, 0.0478413) 149.84%, rgba(255, 255, 255, 0) 155.32%);
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists > .page {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-viberate-for-artists .landing-section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists .landing-section-title br {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-viberate-for-artists .landing-section-title br.mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-viberate-for-artists .lead {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-viberate-for-artists .actions {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  color: #000000;
}
.section-landing-hero-spotify.alt-viberate-for-artists .subtext.blue {
  margin-top: -16px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-viberate-for-artists .visual-wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-viberate-for-artists .visual-wrapper {
    margin-bottom: -95px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-viberate-for-artists .underline {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/one-tool-underline-tablet.webp');
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-viberate-for-artists .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/one-tool-underline-mobile.webp');
    padding-bottom: 0;
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists .gradient {
  font-weight: bold;
  background: linear-gradient(264.06deg, #4e4eec 6.96%, #fc173a 92.91%), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-viberate-for-artists-tools-mobile.webp');
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-viberate-for-artists-tools {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-viberate-for-artists-tools-tablet.webp');
    padding-top: 160px;
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-viberate-for-artists-tools .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .subtext {
  color: #000000;
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .visual {
  position: relative;
  max-width: 636px;
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .lead {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #4e63ce;
  padding: 16px 24px 16px 72px;
  background-image: url('../images/svg/checkmark-circle-blue.svg');
  background-size: 32px;
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 100px;
  text-align: left;
  white-space: nowrap;
  margin: 40px 16px 0 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble {
    position: absolute;
    z-index: 1;
    display: inline-block;
    margin: 0;
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble:first-child {
  margin-top: 36px;
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble.bubble-1 {
  top: 71px;
  left: -88px;
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble.bubble-1 {
    left: -188px;
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble.bubble-2 {
  bottom: 75px;
  left: -6px;
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble.bubble-2 {
    left: -10;
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble.bubble-3 {
  bottom: 47px;
  right: -109px;
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble.bubble-3 {
    right: -209px;
  }
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left top, from(#4e63ce), to(#4e63ce)), -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), -webkit-gradient(linear, right top, left top, color-stop(72.94%, #4f4fed), color-stop(105.41%, #6d8dfe));
  background: linear-gradient(0deg, #4e63ce, #4e63ce), linear-gradient(0deg, #000000, #000000), linear-gradient(270deg, #4f4fed 72.94%, #6d8dfe 105.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-landing-hero-spotify.alt-viberate-for-artists-tools .bubble .blue {
  color: #4e63ce;
}
.section-landing-hero-spotify.alt-analytics-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-analytics-landing-v2-hero-mobile.webp');
  background-size: 100% 100%;
  padding-bottom: 56px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-analytics-landing .landing-section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-landing-hero-spotify.alt-analytics-landing .lead {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .section-landing-hero-spotify.alt-analytics-landing .actions {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-landing-hero-spotify.alt-analytics-landing .visual-wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .section-landing-hero-spotify.alt-analytics-landing .user-rating {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-analytics-landing-v2-hero-desktop.webp');
    text-align: left;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify.alt-analytics-landing {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1599px) {
  .section-landing-hero-spotify.alt-analytics-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-analytics-landing-v2-hero-desktop-2k.webp');
  }
}
.section-landing-hero-spotify.alt-analytics-landing > .page {
  overflow: visible;
}
.section-landing-hero-spotify.alt-analytics-landing .landing-section-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-analytics-landing .landing-section-title {
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify.alt-analytics-landing .landing-section-title {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 64px;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .landing-section-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .landing-section-title br {
    display: block;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .subtext {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .section-article {
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .section-article .lead {
    margin: 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 746px;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .content {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1279px) {
  .section-landing-hero-spotify.alt-analytics-landing .content {
    max-width: 45%;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .visual-wrapper {
  position: relative;
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-wrapper {
    max-width: 40%;
    margin-left: auto;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .visual {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: fade-in 1s linear forwards;
  animation: fade-in 1s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80%;
  margin: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual {
    max-width: 350px;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .visual picture {
  width: 100%;
}
.section-landing-hero-spotify.alt-analytics-landing .visual img {
  width: 100%;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-fader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-fader.fader-01 {
  -webkit-animation: fade-in-out-visual-1 15s linear infinite;
  animation: fade-in-out-visual-1 15s linear infinite;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-fader.fader-02 {
  -webkit-animation: fade-in-out-visual-2 15s linear infinite;
  animation: fade-in-out-visual-2 15s linear infinite;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: fade-in 1s linear forwards;
  animation: fade-in 1s linear forwards;
  position: absolute;
  z-index: 1;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop .box {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-1 {
  left: -16px;
  top: 80px;
  width: 50%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-1 {
    left: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-1 {
    left: -100px;
    top: 100px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-1 {
    left: -120px;
    top: 80px;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-1 .float-vertical {
  -webkit-animation-duration: 5.8s;
          animation-duration: 5.8s;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-1 .float-horizontal {
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-2 {
  left: 0px;
  bottom: 20px;
  width: 50%;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-2 {
    left: -10px;
    bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-2 {
    left: -40px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-2 {
    left: -50px;
    bottom: 70px;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-2 .float-vertical {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-2 .float-horizontal {
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-3 {
  right: -16px;
  top: -10px;
  width: 50%;
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-3 {
    width: 70%;
    top: -20px;
    right: -56px;
  }
}
@media only screen and (min-width: 880px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-3 {
    width: 60%;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-3 {
    top: -10px;
    right: -96px;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-3 .float-vertical {
  -webkit-animation-duration: 4.9s;
          animation-duration: 4.9s;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-3 .float-horizontal {
  -webkit-animation-duration: 5.2s;
          animation-duration: 5.2s;
  -webkit-animation-direction: reverse;
          animation-direction: reverse;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-4 {
  right: 20px;
  bottom: 60px;
  width: 40%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-4 {
    width: 60%;
    bottom: 0;
    right: -20px;
  }
}
@media only screen and (min-width: 880px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-4 {
    width: 50%;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-4 {
    bottom: -10px;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-4 .float-vertical {
  -webkit-animation-duration: 5.4s;
          animation-duration: 5.4s;
  -webkit-animation-direction: reverse;
          animation-direction: reverse;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-4 .float-horizontal {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-5 {
  right: -16px;
  bottom: 20px;
  width: 40%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-5 {
    width: 60%;
    right: -56px;
    bottom: -60px;
  }
}
@media only screen and (min-width: 880px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-5 {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-5 {
    bottom: -40px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-5 {
    bottom: -50px;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-5 .float-vertical {
  -webkit-animation-duration: 5.8s;
          animation-duration: 5.8s;
}
.section-landing-hero-spotify.alt-analytics-landing .visual-pop.pop-5 .float-horizontal {
  -webkit-animation-duration: 5.3s;
          animation-duration: 5.3s;
}
.section-landing-hero-spotify.alt-analytics-landing .float-vertical {
  -webkit-animation: float-up-down 6s ease-in-out infinite;
  animation: float-up-down 6s ease-in-out infinite;
  width: 100%;
  height: 100%;
}
.section-landing-hero-spotify.alt-analytics-landing .float-horizontal {
  -webkit-animation: float-left-right 6s ease-in-out infinite;
  animation: float-left-right 6s ease-in-out infinite;
  width: 100%;
  height: 100%;
}
.section-landing-hero-spotify.alt-analytics-landing .user-rating {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  padding-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify.alt-analytics-landing .user-rating {
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding-top: 46px;
  }
}
.section-landing-hero-spotify.alt-analytics-landing .user-rating img {
  margin-top: -2px;
}
.section-landing-hero-spotify.alt-analytics-landing .logos {
  z-index: 0;
  padding-top: 24px;
  max-width: 1128px;
  margin: 0 -16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos {
    margin-top: -60px;
    margin-right: 150px;
  }
}
@media only screen and (min-width: 880px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos {
    width: auto;
    margin-left: 0;
    margin-top: -90px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos {
    margin-right: 200px;
  }
}
@media only screen and (min-width: 1399px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos {
    margin-left: calc(50% - 564px);
    margin-right: calc(50% - 400px);
  }
}
.section-landing-hero-spotify.alt-analytics-landing .logos img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos ul {
    -webkit-animation: logos-ani 20s linear infinite;
    animation: logos-ani 20s linear infinite;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media only screen and (min-width: 1279px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos ul {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos ul:last-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos ul:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify.alt-analytics-landing .logos ul li {
    margin: 0 24px;
  }
}
.section-landing-hero-spotify > .page {
  max-width: 1308px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify > .page {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.section-landing-hero-spotify .section-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section-landing-hero-spotify .landing-section-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify .landing-section-title {
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .landing-section-title {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 64px;
  }
}
.section-landing-hero-spotify .landing-section-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .landing-section-title br {
    display: block;
  }
}
.section-landing-hero-spotify .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48x;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .landing-section-subtitle {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 62px;
    padding-top: 96px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify .landing-section-subtitle br {
    display: none;
  }
}
.section-landing-hero-spotify .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 16px 0 0 0;
  max-width: 936px;
  margin: 0 auto;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .underline {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-hero-brush_stroke.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    overflow: visible;
    padding-bottom: 5px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-hero-spotify .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-hero-brush_stroke.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    overflow: visible;
    padding-bottom: 5px;
    display: inline-block;
  }
}
.section-landing-hero-spotify .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .actions {
    padding-top: 32px;
  }
}
.section-landing-hero-spotify .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .subtext {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-landing-hero-spotify .subtext.white {
  color: #ffffff;
}
.section-landing-hero-spotify .subtext.blue {
  color: #6889e2;
}
.section-landing-hero-spotify .subtext + .subtext {
  margin-top: -8px;
}
.section-landing-hero-spotify .visual-wrapper {
  width: 100%;
}
.section-landing-hero-spotify .visual {
  padding: 16px 0;
  margin: 0 -16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .visual {
    padding-top: 40px;
    margin: 0 auto;
  }
}
.section-landing-hero-spotify .visual img,
.section-landing-hero-spotify .visual picture {
  width: 100%;
}
.section-landing-hero-spotify .logos-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #9CA8B0;
  display: block;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .logos-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 12px;
  }
}
.section-landing-hero-spotify .logos {
  padding: 24px 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-spotify .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify .logos {
    padding: 0;
    width: 100%;
  }
}
.section-landing-hero-spotify .logos ul {
  -webkit-animation: logos-ani 20s linear infinite;
  animation: logos-ani 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-spotify .logos ul {
    -webkit-animation: none;
    animation: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify .logos ul {
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  .section-landing-hero-spotify .logos ul:last-child {
    display: none;
  }
}
.section-landing-hero-spotify .logos ul li {
  margin: 0 12px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify .logos ul li {
    margin: 0;
  }
}
.section-landing-hero-spotify .logos img {
  -webkit-filter: invert(72%) sepia(20%) saturate(152%) hue-rotate(161deg) brightness(89%) contrast(89%);
          filter: invert(72%) sepia(20%) saturate(152%) hue-rotate(161deg) brightness(89%) contrast(89%);
  max-height: 32px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-hero-spotify .logos img {
    max-height: unset;
  }
}
.section-landing-hero-spotify .trust-pilot {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  margin-top: -30px;
}
@media only screen and (min-width: 768px) {
  .section-landing-hero-spotify .trust-pilot {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: -60px;
  }
}
.section-landing-hero-spotify .trust-pilot img {
  width: 132px;
  margin-top: -1px;
}
.viberate-vs-competition-promo {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 24px 16px 16px 16px;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/chartmetric-alternative-banner-mobile.webp');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .viberate-vs-competition-promo {
    padding: 40px;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/chartmetric-alternative-banner-desktop.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .viberate-vs-competition-promo {
    border-radius: 8px;
    padding: 40px 70px;
  }
}
.viberate-vs-competition-promo .landing-section-title small {
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .viberate-vs-competition-promo .landing-section-title small {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.viberate-vs-competition-promo .actions {
  padding-top: 32px;
}
.section-landing-spotify-stats {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats {
    padding: 0 40px 80px 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-spotify-stats {
    padding: 0 0 80px 0;
    margin: 0;
  }
}
.section-landing-spotify-stats.alt-viberate-vs-competition {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-viberate-vs-competition-mobile.webp');
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-viberate-vs-competition {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-viberate-vs-competition-desktop.webp');
  }
}
.section-landing-spotify-stats.alt-viberate-vs-competition > .page {
  max-width: 1308px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .section-landing-spotify-stats.alt-viberate-vs-competition > .page {
    padding: 0;
  }
}
.section-landing-spotify-stats.alt-viberate-vs-competition .section-article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1128px;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  padding: 80px 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-viberate-vs-competition .section-article {
    border-radius: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 92px;
    padding-right: 92px;
  }
}
.section-landing-spotify-stats.alt-viberate-vs-competition .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding: 16px 0 32px 0;
  max-width: 715px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-viberate-vs-competition .lead {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.section-landing-spotify-stats.alt-viberate-vs-competition ul {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-viberate-vs-competition ul {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-landing-spotify-stats.alt-viberate-vs-competition ul li {
  position: relative;
  padding: 16px 0 16px 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  background-position: left top 18px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url('../images/svg/arrow-right-blue.svg');
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-viberate-vs-competition ul li {
    background-position: left top 22px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.section-landing-spotify-stats.alt-viberate-vs-competition .actions {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-viberate-vs-competition .actions {
    padding-top: 48px;
  }
}
.section-landing-spotify-stats.alt-viberate-vs-competition .actions .subtext {
  text-decoration: none;
}
.section-landing-spotify-stats.alt-spotify-playlist-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-playlist-stat-card.webp');
}
.section-landing-spotify-stats.alt-spotify-for-artists-landing {
  padding-top: 0;
  padding-bottom: 0;
}
.section-landing-spotify-stats.alt-spotify-for-artists-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-for-artists-stat-card.webp');
}
.section-landing-spotify-stats.alt-spotify-for-artists-landing .subtext {
  color: #424547;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .section-landing-spotify-stats.alt-spotify-for-artists-landing .underline {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-spotify-for-artists-landing .underline {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-2.webp');
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-spotify-stats.alt-spotify-for-artists-landing .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-mobile-a.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    overflow: visible;
    padding-bottom: 5px;
    display: inline-block;
  }
  .section-landing-spotify-stats.alt-spotify-for-artists-landing .underline span + span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-mobile-b.webp');
  }
}
.section-landing-spotify-stats.alt-spotify-for-artists-landing .list-stats {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-spotify-for-artists-landing .list-stats {
    margin-top: 50px;
    margin-bottom: 28px;
  }
}
.section-landing-spotify-stats.alt-spotify-for-artists-landing .channel-logos.alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-spotify-for-artists-landing .channel-logos.alt {
    gap: 24px;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 880px) {
  .section-landing-spotify-stats.alt-spotify-for-artists-landing .channel-logos.alt {
    gap: 32px;
  }
}
.section-landing-spotify-stats.alt-spotify-for-artists-landing .channel-logos.alt img {
  width: 40px;
  min-width: 40px;
}
.section-landing-spotify-stats.alt-free-artists-landing {
  padding-top: 0;
  padding-bottom: 0;
}
.section-landing-spotify-stats.alt-free-artists-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-for-artists-stat-card.webp');
}
.section-landing-spotify-stats.alt-free-artists-landing .subtext {
  color: #424547;
  text-decoration: none;
}
.section-landing-spotify-stats.alt-free-artists-landing .underline {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke-mobile-b.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: visible;
  display: inline-block;
  padding-bottom: 10px;
}
.section-landing-spotify-stats.alt-free-artists-landing .list-stats {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-free-artists-landing .list-stats {
    margin-top: 50px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-spotify-stats.alt-free-artists-landing .landing-section-title {
    line-height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-spotify-stats.alt-free-artists-landing .landing-section-title {
    margin: 0;
  }
}
.section-landing-spotify-stats.alt-playlist-pitching-landing {
  padding-top: 0;
  padding-bottom: 0;
}
.section-landing-spotify-stats.alt-playlist-pitching-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-for-artists-stat-card.webp');
}
.section-landing-spotify-stats.alt-playlist-pitching-landing .subtext {
  color: #424547;
  text-decoration: none;
}
.section-landing-spotify-stats.alt-playlist-pitching-landing .subtext.white {
  color: #ffffff;
}
.section-landing-spotify-stats.alt-playlist-pitching-landing .underline {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/playlist-pitching-hero-brush-stroke.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: visible;
  display: inline-block;
}
.section-landing-spotify-stats.alt-playlist-pitching-landing .list-stats {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-playlist-pitching-landing .list-stats {
    margin-top: 50px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-spotify-stats.alt-playlist-pitching-landing .landing-section-title {
    line-height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-spotify-stats.alt-playlist-pitching-landing .landing-section-title {
    margin: 0;
  }
}
.section-landing-spotify-stats.alt-playlist-curator-landing {
  padding-top: 0;
  padding-bottom: 0;
}
.section-landing-spotify-stats.alt-playlist-curator-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-playlist-curator-stat-card.webp');
}
.section-landing-spotify-stats.alt-playlist-curator-landing .subtext {
  color: #424547;
  text-decoration: none;
}
.section-landing-spotify-stats.alt-playlist-curator-landing .underline {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/playlist-pitching-hero-brush-stroke.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: visible;
  display: inline-block;
}
.section-landing-spotify-stats.alt-playlist-curator-landing .list-stats {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats.alt-playlist-curator-landing .list-stats {
    margin-top: 50px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-spotify-stats.alt-playlist-curator-landing .landing-section-title {
    line-height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-spotify-stats.alt-playlist-curator-landing .landing-section-title {
    margin: 0;
  }
}
.section-landing-spotify-stats.alt-youtube-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-youtube-stat-card.webp');
}
.section-landing-spotify-stats.alt-soundcloud-landing .feature-card,
.section-landing-spotify-stats.alt-airplay-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-soundcloud-stat-card.webp');
}
.section-landing-spotify-stats.alt-facebook-landing .feature-card,
.section-landing-spotify-stats.alt-shazam-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-facebook-stat-card.webp');
}
.section-landing-spotify-stats.alt-tiktok-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-tiktok-stat-card.webp');
}
.section-landing-spotify-stats.alt-instagram-landing .feature-card {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-instagram-stat-card.webp');
}
.section-landing-spotify-stats > .page {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1128px;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  padding: 80px 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats > .page {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-spotify-stats > .page {
    padding-left: 92px;
    padding-right: 92px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-spotify-stats > .page {
    padding-left: 192px;
    padding-right: 192px;
  }
}
.section-landing-spotify-stats .section-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-landing-spotify-stats .landing-section-title {
    line-height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-spotify-stats .landing-section-title {
    margin: 0 -130px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .landing-section-title br:not(.tablet-forward) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .landing-section-title br.mobile-only {
    display: none;
  }
}
.section-landing-spotify-stats .underline {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: visible;
  padding-bottom: 5px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .underline {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-for-artists-hero-brush_stroke.webp');
  }
}
.section-landing-spotify-stats #lottie-stars-stats {
  width: 210px;
  height: 30px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.section-landing-spotify-stats .list-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 28px 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .list-stats {
    margin: 18px 0;
  }
}
.section-landing-spotify-stats .list-stats .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .list-stats .item {
    width: 50%;
    padding: 12px;
  }
}
.section-landing-spotify-stats .feature-card {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-stat-card.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 24px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  text-align: left;
}
.section-landing-spotify-stats .feature-card h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  margin-bottom: 8px;
  padding: 0 0 0 40px;
  background-image: url('../images/svg/checkmark-circle-blue-white.svg');
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .feature-card h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.section-landing-spotify-stats .feature-card p {
  margin: 0;
  padding: 0 0 0 40px;
}
.section-landing-spotify-stats .including {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #4e63ce;
  text-transform: uppercase;
  padding: 0 24px;
  border-radius: 20px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .including {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    padding: 0 24px;
  }
}
.section-landing-spotify-stats .landing-section-subtitle {
  padding-top: 24px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .landing-section-subtitle {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-landing-spotify-stats .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.section-landing-spotify-stats .old-price {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .old-price {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
  }
}
.section-landing-spotify-stats .new-price {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  font-weight: 600;
  padding-top: 12px;
  color: #6889e2;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .new-price {
    font-size: 56px;
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 64px;
  }
}
.section-landing-spotify-stats .new-price small {
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .new-price small {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.section-landing-spotify-stats .price {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 52px;
  font-weight: 700;
  background: linear-gradient(296.33deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  display: inline-block;
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.section-landing-spotify-stats .price sup {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  background: linear-gradient(296.33deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 47px;
}
.section-landing-spotify-stats .price small {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
}
.section-landing-spotify-stats .strikethrough {
  position: relative;
  display: inline-block;
}
.section-landing-spotify-stats .strikethrough:before {
  position: absolute;
  content: '';
  left: 0;
  top: 45%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
.section-landing-spotify-stats .actions {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-spotify-stats .channels {
  padding: 32px 0 8px 0;
}
.section-landing-spotify-stats .channel-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .channel-logos {
    gap: 32px;
  }
}
.section-landing-spotify-stats .channel-logos img {
  width: 56px;
  min-width: 56px;
}
.section-landing-spotify-stats .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  line-height: 24px;
  color: inherit;
}
.section-landing-spotify-stats .subtext.white {
  color: #ffffff;
}
.section-landing-spotify-stats .subtext.grey {
  color: #707580;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-stats .subtext {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-landing-spotify-compare {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-landing-compare-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #ffffff;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare {
    background: #ffffff;
    padding: 0 40px 0 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-spotify-compare {
    padding: 0 90px 0 90px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare.alt-facebook-landing {
    padding-top: 80px;
  }
}
.section-landing-spotify-compare > .page {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1128px;
  color: #ffffff;
  padding: 80px 16px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare > .page {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-landing-compare-desktop.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    border-radius: 12px;
    padding-left: 96px;
    padding-right: 96px;
  }
}
.section-landing-spotify-compare .landing-section-title {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-landing-spotify-compare .landing-section-title {
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .landing-section-title br:not(.tablet-forward) {
    display: none;
  }
}
.section-landing-spotify-compare .landing-section-title .price {
  color: #6889e2;
}
.section-landing-spotify-compare .landing-section-title small {
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .landing-section-title small {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.section-landing-spotify-compare .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 32px 0 0 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-landing-spotify-compare .actions {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-landing-spotify-compare .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .subtext {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-landing-spotify-compare .tag-premium {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 16px;
  display: inline-block;
  background: linear-gradient(327.35deg, #f1083d 0%, #919ded 100%);
  margin-bottom: 16px;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -90px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .tag-premium {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 16px;
    border-radius: 20px;
    top: -20px;
    background: linear-gradient(135deg, #cd176a 0%, #ff1f43 100%);
  }
}
.section-landing-spotify-compare .compare-table {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-top: 40px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .compare-table {
    padding: 40px 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-spotify-compare .compare-table {
    padding: 40px;
  }
}
.section-landing-spotify-compare .compare-table .table-scroller {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 24px 16px 16px 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .compare-table .table-scroller {
    overflow: hidden;
    padding: 0;
  }
}
.section-landing-spotify-compare .compare-table .many-more {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .compare-table .many-more {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding-top: 24px;
  }
}
.section-landing-spotify-compare .channel-box {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: ;
  text-align: center;
}
@media only screen and (min-width: 1099px) {
  .section-landing-spotify-compare .channel-box {
    width: 92px;
    height: 92px;
    min-width: 92px;
    min-height: 92px;
    border: 1px solid #ffffff;
    border-radius: 12px;
  }
}
.section-landing-spotify-compare .channel-box .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-landing-spotify-compare .channel-box .channel-box-icon {
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .channel-box .channel-box-icon {
    width: 40px;
  }
}
.section-landing-spotify-compare .channel-box .channel-box-title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .channel-box .channel-box-title {
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
  }
}
.section-landing-spotify-compare .spotify-compare-table {
  width: 100%;
}
.section-landing-spotify-compare .spotify-compare-table th {
  padding: 0 6px 12px 6px;
}
.section-landing-spotify-compare .spotify-compare-table td {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  border-bottom: 1px solid #ffffff;
  padding: 8px 16px;
  text-align: center;
  height: 56px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .spotify-compare-table td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 8px 6px;
  }
}
.section-landing-spotify-compare .spotify-compare-table td:first-child {
  padding-left: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .spotify-compare-table td:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1099px) {
  .section-landing-spotify-compare .spotify-compare-table td:first-child {
    padding-left: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-compare .spotify-compare-table .icon-check {
    width: 24px;
    height: 24px;
  }
}
.section-sign-up-now {
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}
.section-sign-up-now.alt-free-artists-landing .landing-section-subtitle {
  background: linear-gradient(329.9deg, #7bded6 20.53%, #89aaf8 51.63%, #fc173a 124.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sign-up-now.alt-playlist-pitching-landing .landing-section-subtitle {
  background: linear-gradient(292deg, #7bded6 18.19%, #89aaf8 46.56%, #fc173a 95.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sign-up-now.alt-spotify-for-artists-landing .landing-section-title,
.section-sign-up-now.alt-spotify-for-artists-landing .lead {
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
}
.section-sign-up-now .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-sign-up-now .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-sign-up-now .landing-section-subtitle {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(316deg, #7bded6 0%, #89aaf8 33.53%, #fc173a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sign-up-now .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .section-sign-up-now .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-sign-up-now .actions {
  padding-top: 32px;
  text-align: center;
}
.section-sign-up-now .visual {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
.section-sign-up-now .price {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px;
  font-weight: bold;
  background: linear-gradient(296.33deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  display: inline-block;
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sign-up-now .price sup {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  background: linear-gradient(296.33deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 18px;
}
.section-sign-up-now .price small {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
}
.section-sign-up-now .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  padding-top: 16px;
}
.section-umek-testimony {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-testimony-umek-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-umek-testimony {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-testimony-umek-tablet.webp');
  }
}
.section-umek-testimony .page {
  text-align: center;
}
.section-umek-testimony .lead {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  font-style: italic;
  padding: 52px 0 48px 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-umek-testimony .lead {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 48px;
    padding-bottom: 56px;
  }
}
.section-umek-testimony .author {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-umek-testimony .mobile-only {
    display: none;
  }
}
.section-umek-testimony .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-umek-testimony .tablet-forward {
    display: block;
  }
}
.section-record-label-benefits {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-record-labels-benefits-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 92px 0 80px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-record-label-benefits {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-record-labels-benefits-desktop.webp');
    padding: 112px 0 104px 0;
  }
}
.section-record-label-benefits.alt-free-artists-landing .lead {
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-record-label-benefits.alt-free-artists-landing .lead {
    padding-top: 24px;
  }
}
.section-record-label-benefits.alt-curator-landing {
  position: relative;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-record-labels-benefits-curator-landing-mobile.webp');
}
.section-record-label-benefits.alt-curator-landing:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(98deg, rgba(0, 0, 0, 0.86) 27.18%, rgba(0, 0, 0, 0.78) 67.34%, rgba(0, 0, 0, 0.7) 84.58%, rgba(0, 0, 0, 0.49) 93%, rgba(0, 0, 0, 0) 100.54%);
}
@media only screen and (min-width: 768px) {
  .section-record-label-benefits.alt-curator-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-record-labels-benefits-curator-landing-desktop.webp');
    padding: 80px 0;
  }
}
.section-record-label-benefits.alt-curator-landing .landing-section-title {
  color: #ffffff;
  background: none;
  webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.section-record-label-benefits.alt-curator-landing .landing-section-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-record-label-benefits.alt-curator-landing .landing-section-title br {
    display: block;
  }
}
.section-record-label-benefits.alt-curator-landing .lead {
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-record-label-benefits.alt-curator-landing .lead {
    padding-top: 24px;
  }
}
.section-record-label-benefits .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(316deg, #7bded6 0%, #89aaf8 33.53%, #fc173a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) {
  .section-record-label-benefits .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-record-label-benefits .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding: 16px 0 32px 0;
}
@media only screen and (min-width: 768px) {
  .section-record-label-benefits .lead {
    padding-top: 24px;
  }
}
.section-record-label-benefits .actions {
  text-align: center;
}
.section-record-label-benefits .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-record-label-benefits .tablet-forward {
    display: block;
  }
}
.section-plan-and-monitor {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-plan-and-monitor-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-plan-and-monitor {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-plan-and-monitor-tablet.webp');
    padding: 64px 0;
  }
}
.section-plan-and-monitor .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(286.75deg, #7bded6 16.8%, #89aaf8 42.46%, #fc173a 82.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) {
  .section-plan-and-monitor .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-plan-and-monitor .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding: 16px 0 56px 0;
  max-width: 715px;
}
@media only screen and (min-width: 768px) {
  .section-plan-and-monitor .lead {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.section-plan-and-monitor .price {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px;
  font-weight: bold;
  background: linear-gradient(296.33deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  display: inline-block;
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-plan-and-monitor .price sup {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  background: linear-gradient(296.33deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 18px;
}
.section-plan-and-monitor .price small {
  font-size: 32px;
  font-size: 3.2rem;
}
.section-plan-and-monitor .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  padding-top: 16px;
}
.section-plan-and-monitor .actions {
  text-align: center;
  padding-top: 68px;
}
@media only screen and (min-width: 768px) {
  .section-plan-and-monitor .actions {
    padding-top: 40px;
  }
}
.section-plan-and-monitor .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-plan-and-monitor .tablet-forward {
    display: block;
  }
}
.section-plan-and-monitor .logos {
  padding-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-plan-and-monitor .logos {
    gap: 32px;
    padding-top: 40px;
  }
}
.section-plan-and-monitor .logos img {
  width: 40px;
  min-width: 40px;
}
.section-similar-services {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-similar-services {
    display: none;
  }
}
.section-similar-services.alt-save-more .landing-section-title + .lead {
  padding-bottom: 64px;
}
.section-similar-services.alt-save-more .landing-section-subtitle {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  padding-top: 0;
}
.section-similar-services.alt-save-more .landing-section-subtitle + .price {
  padding-top: 24px;
}
.section-similar-services.alt-save-more .price {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #4e63ce;
}
.section-similar-services.alt-save-more .price sup {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.section-similar-services.alt-save-more .activities {
  max-width: 1114px;
  padding-top: 40px;
  padding-bottom: 48px;
}
.section-similar-services.alt-save-more .activities + .lead {
  padding-top: 64px;
  padding-bottom: 24px;
}
.section-similar-services .landing-section-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 56px;
  text-align: center;
  font-weight: 700;
}
.section-similar-services .landing-section-title br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-similar-services .landing-section-title br {
    display: block;
  }
}
.section-similar-services .landing-section-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 56px;
  text-align: center;
  padding-top: 56px;
  font-weight: 700;
  background: linear-gradient(286.75deg, #7bded6 16.8%, #89aaf8 42.46%, #fc173a 82.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-similar-services .blue {
  color: #6889e2;
}
.section-similar-services .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding: 16px 0 90px 0;
  max-width: 715px;
}
.section-similar-services .compare-prices {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  width: 100%;
}
.section-similar-services .compare-prices th {
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .section-similar-services .compare-prices th {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.section-similar-services .compare-prices td,
.section-similar-services .compare-prices th {
  padding: 8px;
}
@media only screen and (min-width: 1024px) {
  .section-similar-services .compare-prices td,
  .section-similar-services .compare-prices th {
    padding: 8px 16px;
  }
}
.section-similar-services .compare-prices tbody td {
  border-bottom: 1px solid #ffffff;
}
.section-similar-services .compare-prices tbody td:first-child {
  text-align: left;
}
.section-similar-services .price {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px;
  padding-top: 40px;
  font-weight: bold;
  background: linear-gradient(296.33deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  display: inline-block;
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-similar-services .price.blue {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #4e63ce;
}
.section-similar-services .price.blue sup {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.section-similar-services .price sup {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  background: linear-gradient(296.33deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 18px;
}
.section-similar-services .price small {
  font-size: 32px;
  font-size: 3.2rem;
}
.section-similar-services .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  padding-top: 16px;
}
.section-similar-services .actions {
  text-align: center;
  padding-top: 68px;
}
@media only screen and (min-width: 768px) {
  .section-similar-services .actions {
    padding-top: 40px;
  }
}
.section-similar-services .activities {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  border-radius: 8px;
  background-color: #0D0D0D;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  overflow: visible;
}
@media only screen and (min-width: 1279px) {
  .section-similar-services .activities {
    max-width: unset;
  }
}
.section-similar-services .activities strong {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 700;
  color: #6889e2;
  white-space: nowrap;
}
.section-similar-services .activities .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-similar-services .activities .col.col-1 {
  position: relative;
  overflow: visible;
}
.section-similar-services .activities .col.col-1:after {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/circle-with-arrow-768.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -50px;
  top: 50px;
  right: -85px;
  bottom: -60px;
  z-index: 1;
}
@media only screen and (min-width: 1279px) {
  .section-similar-services .activities .col.col-1:after {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/circle-with-arrow-1200.webp');
    left: -32px;
    right: -80px;
  }
}
@media only screen and (min-width: 1365px) {
  .section-similar-services .activities .col.col-1:after {
    right: -50px;
  }
}
.section-similar-services .activities .col.col-2 .a-row,
.section-similar-services .activities .col.col-3 .a-row {
  padding-left: 32px;
}
@media only screen and (min-width: 1279px) {
  .section-similar-services .activities .col.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }
  .section-similar-services .activities .col.col-2 .a-row {
    white-space: nowrap;
  }
}
.section-similar-services .activities .col.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
}
.section-similar-services .activities .col.col-3 .a-row {
  white-space: nowrap;
}
@media only screen and (min-width: 1279px) {
  .section-similar-services .activities .col.col-3 .a-row {
    padding-left: 80px;
  }
}
.section-similar-services .activities .a-row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  border-bottom: 1px solid #707580;
  text-align: left;
  height: 73px;
}
@media only screen and (min-width: 1279px) {
  .section-similar-services .activities .a-row {
    height: auto;
  }
}
.section-similar-services .activities .a-row:first-child {
  border: 0;
  height: auto;
}
.section-similar-services .activities .a-row.total {
  padding-top: 24px;
  border: 0;
}
@media only screen and (min-width: 1279px) {
  .section-similar-services .activities .a-row br {
    display: none;
  }
}
.section-how-do-we-compare {
  padding: 80px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-how-do-we-compare {
    display: none;
  }
}
.section-how-do-we-compare.alt-playlist-pitching-landing .page {
  max-width: unset;
}
.section-how-do-we-compare .page {
  max-width: 1408px;
}
.section-how-do-we-compare .landing-section-title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
  text-align: center;
  font-weight: 700;
}
.section-how-do-we-compare .lead {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 500;
  padding: 0 0 80px 0;
  margin: 0;
}
.section-how-do-we-compare .actions {
  text-align: center;
  padding-top: 68px;
}
@media only screen and (min-width: 768px) {
  .section-how-do-we-compare .actions {
    padding-top: 80px;
  }
}
.section-how-do-we-compare .comp-table-wrapper {
  max-width: 100%;
}
.section-how-do-we-compare .comp-table-wrapper .scroller-wrapper {
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .section-how-do-we-compare .comp-table-wrapper .scroller-wrapper {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-how-do-we-compare .comp-table-wrapper .scroller-wrapper {
    margin-right: -90px;
  }
}
.section-how-do-we-compare .comp-table-wrapper .scroller {
  overflow-x: auto;
}
.section-how-do-we-compare .comp-table-wrapper .scroller::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.section-how-do-we-compare .comp-table-wrapper .scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.section-how-do-we-compare .comp-table-wrapper .scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.section-how-do-we-compare .comp-table-wrapper .comp-table td:first-child {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .section-how-do-we-compare .comp-table-wrapper .comp-table td {
    min-width: 185px;
  }
}
.section-how-do-we-compare .comp-table-wrapper .comp-table th:first-child,
.section-how-do-we-compare .comp-table-wrapper .comp-table td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #ffffff;
}
.section-how-do-we-compare .comp-table {
  border-radius: 8px;
  background-color: #ffffff;
}
.section-how-do-we-compare .comp-table tr.price td {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 4px;
  padding-right: 4px;
}
.section-how-do-we-compare .comp-table tr.price td:first-child {
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .section-how-do-we-compare .comp-table tr.price td:first-child {
    padding-left: 24px;
  }
}
.section-how-do-we-compare .comp-table tr.price td strong {
  font-weight: 700;
  color: #000000;
}
.section-how-do-we-compare .comp-table td,
.section-how-do-we-compare .comp-table th {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-how-do-we-compare .comp-table td,
  .section-how-do-we-compare .comp-table th {
    padding: 14px 24px;
  }
}
.section-how-do-we-compare .comp-table td.highlight,
.section-how-do-we-compare .comp-table th.highlight {
  background-color: #eef0fb;
}
.section-how-do-we-compare .comp-table td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  text-align: left;
  border-top: 1px solid #d5dde0;
}
@media only screen and (min-width: 1024px) {
  .section-how-do-we-compare .comp-table td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.section-how-do-we-compare .comp-table td.td-service {
  color: #707580;
  text-align: center;
  max-width: 210px;
}
@media only screen and (min-width: 1199px) {
  .section-how-do-we-compare .comp-table td.td-service {
    width: 180px;
  }
}
@media only screen and (min-width: 1399px) {
  .section-how-do-we-compare .comp-table td.td-service {
    width: 210px;
  }
}
.section-how-do-we-compare .comp-table td strong {
  font-weight: 500;
}
.section-how-do-we-compare .comp-table td b {
  font-weight: 700;
}
.section-how-do-we-compare .comp-table th {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-how-do-we-compare .comp-table th {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.section-how-do-we-compare .comp-table th strong {
  display: block;
  white-space: nowrap;
}
.section-how-do-we-compare .comp-table .logo {
  height: 24px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .section-how-do-we-compare .comp-table .logo {
    height: 32px;
  }
}
.section-how-do-we-compare .comp-table .logo.soundcharts {
  height: 18px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 1024px) {
  .section-how-do-we-compare .comp-table .logo.soundcharts {
    height: 22px;
    padding-bottom: 10px;
  }
}
.section-individual-approach {
  padding-top: 0;
  padding-bottom: 80px;
}
.section-individual-approach .spotify-for-artists-distribution-and-promotion {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-individual-approach .spotify-for-artists-distribution-and-promotion {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .section-individual-approach .spotify-for-artists-distribution-and-promotion .list-dots li {
    display: block;
    position: relative;
    padding-left: 16px;
    text-align: left;
  }
  .section-individual-approach .spotify-for-artists-distribution-and-promotion .list-dots li:before {
    position: absolute;
    left: 0;
    top: 9px;
  }
}
.section-supercharge {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84.18%, #000000), color-stop(106.97%, #4f4f4f));
  background: linear-gradient(180deg, #000000 84.18%, #4f4f4f 106.97%);
  padding: 80px 0;
}
.section-supercharge.alt-pricing-supercharge {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-plan-and-monitor-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-supercharge.alt-pricing-supercharge {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-plan-and-monitor-tablet.webp');
  }
}
.section-supercharge .spotify-for-artists-distribution-and-promotion {
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  max-width: 936px;
}
.supercharge {
  padding: 80px 0 0 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.supercharge h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  padding: 32px 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .supercharge h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.supercharge .logo {
  height: 46px;
}
@media only screen and (min-width: 768px) {
  .supercharge .logo {
    height: 64px;
  }
}
.supercharge .visual {
  padding: 0;
  position: relative;
}
.spotify-for-artists-distribution-and-promotion {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1128px;
  color: #ffffff;
  background-color: #000000;
  position: relative;
  margin-top: 80px;
  text-align: center;
  display: block;
  border-radius: 12px;
  padding: 80px 16px;
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion {
    padding: 94px 48px 80px 48px;
  }
}
@media only screen and (min-width: 880px) {
  .spotify-for-artists-distribution-and-promotion {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .spotify-for-artists-distribution-and-promotion {
    padding-left: 196px;
    padding-right: 196px;
  }
}
.spotify-for-artists-distribution-and-promotion .dp-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .dp-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.spotify-for-artists-distribution-and-promotion .dp-title.gradient {
  background: linear-gradient(286.75deg, #7bded6 16.8%, #89aaf8 42.46%, #fc173a 82.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spotify-for-artists-distribution-and-promotion .price {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px;
  font-weight: bold;
  padding-top: 32px;
  background: linear-gradient(316deg, #7bded6 0%, #89aaf8 33.53%, #fc173a 100%);
  display: inline-block;
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spotify-for-artists-distribution-and-promotion .price sup {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  background: linear-gradient(296.33deg, #7bded6 19.96%, #89aaf8 55.1%, #fc173a 102.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 18px;
}
.spotify-for-artists-distribution-and-promotion .price small {
  font-size: 32px;
  font-size: 3.2rem;
}
.spotify-for-artists-distribution-and-promotion .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 16px 0 0 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.spotify-for-artists-distribution-and-promotion .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
}
.spotify-for-artists-distribution-and-promotion .actions {
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spotify-for-artists-distribution-and-promotion .tag-premium {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 16px;
  display: inline-block;
  background: linear-gradient(327.35deg, #f1083d 0%, #919ded 100%);
  margin-bottom: 16px;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -64px;
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .tag-premium {
    padding: 10px 24px;
    border-radius: 22px;
    top: -22px;
    margin-left: -72px;
    background: linear-gradient(234.67deg, #7bded6 0%, #89aaf8 19.06%, #fc173a 100%);
  }
}
.spotify-for-artists-distribution-and-promotion .tag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  border-radius: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #E4ECFD;
  padding: 0 24px;
  color: #5364C7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 32px auto;
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .tag {
    margin: 0 auto 16px 0;
  }
}
.spotify-for-artists-distribution-and-promotion .list-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
@media only screen and (min-width: 1279px) {
  .spotify-for-artists-distribution-and-promotion .list-boxes {
    padding: 0 80px;
  }
}
.spotify-for-artists-distribution-and-promotion .list-boxes.horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .list-boxes.horizontal {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .list-boxes.horizontal.no-h-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.spotify-for-artists-distribution-and-promotion .list-boxes.horizontal .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spotify-for-artists-distribution-and-promotion .list-boxes.horizontal .box {
    max-width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .list-boxes.horizontal .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media only screen and (min-width: 1024px) {
  .spotify-for-artists-distribution-and-promotion .list-boxes.horizontal .box {
    padding: 32px;
  }
}
.spotify-for-artists-distribution-and-promotion .list-boxes.horizontal .box .box-title {
  text-align: center;
}
.spotify-for-artists-distribution-and-promotion .box {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  position: relative;
  background: linear-gradient(182.87deg, #7bded6 0%, #8ba7f5 26.48%, #fc173a 100%, #fc173a 100%);
  border-radius: 12px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .box {
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.spotify-for-artists-distribution-and-promotion .box:before {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: none;
  cursor: default;
  background: linear-gradient(45deg, #cd5286 0%, #86b3f2 53.13%, #7bded6 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  border-radius: 12px;
  z-index: 0;
}
.spotify-for-artists-distribution-and-promotion .box:after {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #000000;
  border-radius: 12px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .box:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.spotify-for-artists-distribution-and-promotion .box:hover:after,
.spotify-for-artists-distribution-and-promotion .box:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.spotify-for-artists-distribution-and-promotion .box .box-title,
.spotify-for-artists-distribution-and-promotion .box .box-figure {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spotify-for-artists-distribution-and-promotion .box .box-figure {
  max-width: 224px;
}
.spotify-for-artists-distribution-and-promotion .box .box-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .spotify-for-artists-distribution-and-promotion .box .box-title {
    text-align: left;
  }
}
.spotify-for-artists-distribution-and-promotion .list-dots {
  padding-top: 32px;
  padding-bottom: 16px;
}
.spotify-for-artists-distribution-and-promotion .list-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 0;
}
.spotify-for-artists-distribution-and-promotion .list-dots li:before {
  content: "";
  border-radius: 50%;
  background-color: #4e63ce;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.section-landing-spotify-chart {
  background-color: #ffffff;
  padding: 80px 0 0 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-chart {
    padding: 80px 0;
  }
}
.section-landing-spotify-chart > .page {
  max-width: 1308px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-chart > .page {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.section-landing-spotify-chart .section-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 12px;
  padding: 40px 16px 24px 16px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-chart .section-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    padding: 40px 32px 40px 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-spotify-chart .section-article {
    padding-left: 104px;
    gap: 64px;
  }
}
.section-landing-spotify-chart .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-chart .landing-section-title {
    text-align: left;
  }
}
.section-landing-spotify-chart .landing-section-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-chart .landing-section-title br {
    display: block;
  }
}
.section-landing-spotify-chart .lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 24px 0 0 0;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-chart .lead {
    padding-top: 32px;
  }
}
.section-landing-spotify-chart .lead .blue {
  color: #6889e2;
}
.section-landing-spotify-chart .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-chart .actions {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0;
  }
}
.section-landing-spotify-chart .visual-wrapper {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 935px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-chart .visual-wrapper {
    padding: 0;
  }
}
.section-landing-spotify-chart .visual img {
  width: 100%;
}
.section-landing-spotify-chart .btn-play-video {
  pointer-events: all;
  cursor: pointer;
}
.section-landing-spotify-templates {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-landing-template-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #ffffff;
  padding: 80px 0 60px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-landing-template-desktop.webp');
    background-size: 100% 100%;
    padding: 80px 0 124px 0;
  }
}
.section-landing-spotify-templates.alt-youtube-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-youtube-landing-template-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates.alt-youtube-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-youtube-landing-template-desktop.webp');
  }
}
.section-landing-spotify-templates.alt-facebook-landing,
.section-landing-spotify-templates.alt-shazam-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-facebook-landing-template-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates.alt-facebook-landing,
  .section-landing-spotify-templates.alt-shazam-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-facebook-landing-template-desktop.webp');
  }
}
.section-landing-spotify-templates.alt-tiktok-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-tiktok-landing-template-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates.alt-tiktok-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-tiktok-landing-template-desktop.webp');
  }
}
.section-landing-spotify-templates.alt-instagram-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-instagram-landing-template-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates.alt-instagram-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-instagram-landing-template-desktop.webp');
  }
}
.section-landing-spotify-templates.alt-soundcloud-landing,
.section-landing-spotify-templates.alt-airplay-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-soundcloud-landing-template-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates.alt-soundcloud-landing,
  .section-landing-spotify-templates.alt-airplay-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-soundcloud-landing-template-desktop.webp');
  }
}
.section-landing-spotify-templates.alt-spotify-playlist-landing {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-playlist-landing-template-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates.alt-spotify-playlist-landing {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-spotify-playlist-landing-template-desktop.webp');
  }
}
.section-landing-spotify-templates.alt-apple-music {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-apple-music-landing-template-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates.alt-apple-music {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-apple-music-landing-template-desktop.webp');
  }
}
.section-landing-spotify-templates.alt-free-artists-landing {
  background-image: none;
  padding: 80px 0;
}
.section-landing-spotify-templates.alt-playlist-pitching-landing {
  background: #ffffff;
}
.section-landing-spotify-templates > .page {
  max-width: 1308px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates > .page {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.section-landing-spotify-templates .section-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section-landing-spotify-templates .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates .landing-section-title {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 64px;
  }
}
.section-landing-spotify-templates .landing-section-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates .landing-section-title br {
    display: block;
  }
}
.section-landing-spotify-templates .lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 24px 0 0 0;
  max-width: 960px;
  margin: 0 auto;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-top: 40px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates .underline {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-hero-brush_stroke.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    overflow: visible;
    padding-bottom: 5px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-spotify-templates .underline span {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/spotify-hero-brush_stroke.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    overflow: visible;
    padding-bottom: 5px;
    display: inline-block;
  }
}
.section-landing-spotify-templates .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates .actions {
    padding-bottom: 60px;
  }
}
.section-landing-spotify-templates .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates .subtext {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-landing-spotify-templates .visual-wrapper {
  position: relative;
  width: 100%;
  max-width: 935px;
}
@media only screen and (min-width: 768px) {
  .section-landing-spotify-templates .visual {
    padding-top: 40px;
    margin: 0 auto;
  }
}
.section-landing-spotify-templates .visual img,
.section-landing-spotify-templates .visual picture {
  width: 100%;
}
.section-landing-spotify-templates .btn-play-video {
  pointer-events: all;
  cursor: pointer;
}
.section-premium-music-analytics {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-premium-music-analytics-mobile.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  padding: 56px 0;
  display: block;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-premium-music-analytics-desktop.webp');
    padding: 80px 0;
  }
}
.section-premium-music-analytics .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px;
  text-align: center;
  padding-bottom: 32px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 62px;
    padding-bottom: 24px;
  }
}
.section-premium-music-analytics .landing-section-title small {
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .landing-section-title small {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section-premium-music-analytics .landing-section-title br {
    display: none;
  }
}
.section-premium-music-analytics .landing-section-subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  text-align: center;
  padding-bottom: 56px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .landing-section-subtitle {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 52px;
    padding-bottom: 40px;
  }
}
.section-premium-music-analytics .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-premium-music-analytics .list-premium-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 24px 0;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .list-premium-features {
    margin: 64px 0 114px 0;
  }
}
.section-premium-music-analytics .list-premium-features .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .list-premium-features .item {
    width: 50%;
    padding: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-premium-music-analytics .list-premium-features .item {
    width: 25%;
  }
}
.section-premium-music-analytics .feature-card {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 24px;
  border: 1px solid rgba(151, 151, 151, 0.24);
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .feature-card {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
  }
}
.section-premium-music-analytics .feature-card:hover,
.section-premium-music-analytics .feature-card:active {
  border-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .feature-card:hover,
  .section-premium-music-analytics .feature-card:active {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
.section-premium-music-analytics .feature-card h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .feature-card h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.section-premium-music-analytics .feature-card p {
  margin: 0;
  padding: 0;
}
.section-premium-music-analytics .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-premium-music-analytics .subtext {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-premium-music-analytics .subtext {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.claim-features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 1128px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .claim-features-list {
    gap: 80px;
  }
}
.claim-feature {
  background-color: #f4f6f6;
  padding: 40px 32px 24px 32px;
  margin: 0 -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.claim-feature.popular {
  background-color: #DDE3FF;
}
.claim-feature.blue {
  border: 1px solid #005AE1;
  background-color: #D5E6FF;
}
@media only screen and (min-width: 768px) {
  .claim-feature {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .claim-feature {
    gap: 80px;
    padding-left: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .claim-feature.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.claim-feature .wrapped-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .claim-feature .wrapped-content {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .claim-feature .wrapped-content {
    gap: 80px;
  }
}
.claim-feature .claim-feature-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .claim-feature .claim-feature-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    padding-bottom: 32px;
    text-align: left;
  }
}
.claim-feature .claim-feature-title br {
  height: 1px;
}
.claim-feature .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .claim-feature .content {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .claim-feature .content {
    padding-left: 48px;
  }
}
.claim-feature .claim-feature-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .claim-feature .claim-feature-visual {
    padding: 24px 0;
  }
}
.claim-feature .tag-premium {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 16px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#fe0d27), to(#919ded));
  background: linear-gradient(90deg, #fe0d27 0%, #919ded 100%);
  margin-bottom: 16px;
}
.claim-feature .tag-premium.like {
  background: transparent;
  color: #4e63ce;
  border: 1px solid #4e63ce;
}
.claim-feature .tag-premium.popular {
  background: linear-gradient(323.17deg, #80e4e8 0%, #4e63ce 100%);
}
.claim-feature .tag-premium.viberate {
  background: linear-gradient(135deg, #cd176a 0%, #ff1f43 100%);
}
.claim-feature .tag-premium.first-party {
  background: linear-gradient(85.64deg, #886ef2 -26.2%, #ff1f43 98.49%);
}
@media only screen and (min-width: 768px) {
  .claim-feature .tag-premium {
    padding: 8px 24px;
    border-radius: 20px;
  }
}
.claim-feature .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
.claim-feature .bullets.special {
  border-radius: 8px;
  background-color: #D5D8FD;
  border: 1px solid #4e63ce;
  padding: 24px 16px;
  color: #4e63ce;
  font-weight: 500;
  margin-top: 32px;
}
.claim-feature .bullets.plain .bullet-item {
  padding-left: 0;
}
.claim-feature .bullets.plain .bullet-item.bullet-actions {
  padding-left: 0;
}
.claim-feature .bullets .bullet-item {
  position: relative;
  padding-bottom: 16px;
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .claim-feature .bullets .bullet-item {
    padding-left: 40px;
  }
}
.claim-feature .bullets .bullet-item.bullet-actions {
  text-align: center;
  padding-left: 0;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .claim-feature .bullets .bullet-item.bullet-actions {
    text-align: left;
    padding-left: 40px;
  }
}
.claim-feature .bullets .bullet-item.checked {
  background-image: url('../images/svg/checkmark-circle-blue.svg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
  text-align: left;
}
.claim-feature .bullets .bullet-item:last-child {
  padding-bottom: 0;
}
.claim-feature .bullets a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
  font-weight: 500;
}
.claim-feature .bullets a.btn-special {
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  display: inline-block;
  background: linear-gradient(141.78deg, #4f63cf 0%, #37d8c7 100%);
}
.claim-feature .bullets a.btn-special .mobile-only {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .claim-feature .bullets a.btn-special .mobile-only {
    display: none;
  }
}
.claim-feature .bullets a.btn-special .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .claim-feature .bullets a.btn-special .tablet-forward {
    display: inline-block;
  }
}
.claim-feature .bullets a.btn-special:hover,
.claim-feature .bullets a.btn-special:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  color: #ffffff;
}
.claim-feature .bullets a:hover,
.claim-feature .bullets a:active {
  color: #6889e2;
}
.section-claim-promos {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  color: #ffffff;
}
.section-claim-promos.alt-1 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-banner-gradient-01-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-claim-promos.alt-1 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-banner-gradient-01-desktop.webp');
  }
}
.section-claim-promos.alt-2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-banner-gradient-02-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-claim-promos.alt-2 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-banner-gradient-02-desktop.webp');
  }
}
.section-claim-promos.alt-3 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-banner-gradient-03-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-claim-promos.alt-3 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-banner-gradient-03-desktop.webp');
  }
}
.section-claim-promos.alt-4 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-banner-gradient-04-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-claim-promos.alt-4 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/claim-banner-gradient-04-desktop.webp');
  }
}
.section-claim-promos > .page {
  display: block;
}
.section-claim-promos .landing-section-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-claim-promos .landing-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.section-claim-promos .landing-section-title small {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .section-claim-promos .landing-section-title small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.section-claim-promos .landing-section-title br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-claim-promos .landing-section-title br {
    display: block;
  }
}
.section-claim-promos .landing-section-title br.mobile-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-claim-promos .landing-section-title br.mobile-only {
    display: none;
  }
}
.section-claim-promos .landing-section-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0 0 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-claim-promos .landing-section-lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }
}
.section-claim-promos .actions {
  padding-top: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .section-claim-promos .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-claim-promos .actions .button {
  -ms-flex-item-align: center;
      align-self: center;
}
.section-claim-promos .actions .button.secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.section-claim-promos .actions .button.secondary:hover,
.section-claim-promos .actions .button.secondary:active {
  color: #6889e2;
  border-color: #6889e2;
}
.section-claim-promos .price {
  color: #6889e2;
}
.section-claim-promos .subtext {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-claim-steps {
  padding: 80px 0;
}
.section-claim-steps.alt-spotify-for-artists {
  padding-top: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-steps-spotify-for-artists-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-claim-steps.alt-spotify-for-artists {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-steps-spotify-for-artists-desktop.webp');
  }
}
.section-claim-steps.alt-spotify-for-artists .landing-section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  max-width: 786px;
}
@media only screen and (max-width: 767px) {
  .section-claim-steps.alt-spotify-for-artists .landing-section-title {
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-claim-steps.alt-spotify-for-artists .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-claim-steps.alt-spotify-for-artists .feature-steps {
  margin-top: 80px;
}
.section-claim-steps.alt-free-artists {
  padding-top: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-steps-free-artists-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-claim-steps.alt-free-artists {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-steps-free-artists-desktop.webp');
  }
}
.section-claim-steps.alt-free-artists .landing-section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  max-width: 786px;
}
@media only screen and (max-width: 767px) {
  .section-claim-steps.alt-free-artists .landing-section-title {
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-claim-steps.alt-free-artists .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-claim-steps.alt-free-artists .feature-steps {
  margin-top: 80px;
}
.section-claim-steps.alt-free-artists .feature-steps a {
  color: #4e63ce;
}
.section-claim-steps.alt-free-artists .feature-steps a:hover,
.section-claim-steps.alt-free-artists .feature-steps a:active {
  color: #6889e2;
}
.section-claim-steps.alt-free-artists .actions {
  padding-top: 80px;
}
.section-claim-steps.alt-free-artists-v2 {
  padding-top: 80px;
}
.section-claim-steps.alt-playlist-pitching {
  padding-top: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../images/static/bg-claim-steps-playlist-pitching-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-claim-steps.alt-playlist-pitching {
    background-image: url('../images/static/bg-claim-steps-playlist-pitching-desktop.webp');
  }
}
.section-claim-steps.alt-playlist-pitching.alt {
  padding-top: 80px;
}
.section-claim-steps.alt-playlist-pitching .landing-section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  max-width: 786px;
}
@media only screen and (max-width: 767px) {
  .section-claim-steps.alt-playlist-pitching .landing-section-title {
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-claim-steps.alt-playlist-pitching .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-claim-steps.alt-playlist-pitching .feature-steps {
  margin-top: 80px;
}
.section-claim-steps.alt-playlist-pitching .feature-steps a {
  color: #4e63ce;
}
.section-claim-steps.alt-playlist-pitching .feature-steps a:hover,
.section-claim-steps.alt-playlist-pitching .feature-steps a:active {
  color: #6889e2;
}
.section-claim-steps.alt-playlist-pitching .actions {
  padding-top: 80px;
}
@media only screen and (min-width: 1024px) {
  .section-claim-steps.alt-festival {
    padding: 0;
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  .section-claim-steps.alt-festival .page {
    padding: 80px 30px;
    border-radius: 12px;
    background-color: #000000;
    max-width: 936px;
  }
}
.section-claim-steps.alt-festival .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  max-width: 652px;
}
@media only screen and (max-width: 767px) {
  .section-claim-steps.alt-festival .actions .button.primary {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-claim-steps.alt-viberate-for-artists {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-steps-viberate-for-artists-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .section-claim-steps.alt-viberate-for-artists {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-claim-steps-viberate-for-artists-tablet.webp');
  }
}
.section-claim-steps.alt-viberate-for-artists .landing-section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  max-width: 786px;
}
@media only screen and (max-width: 767px) {
  .section-claim-steps.alt-viberate-for-artists .landing-section-title {
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-claim-steps.alt-viberate-for-artists .landing-section-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-claim-steps.alt-viberate-for-artists .feature-steps {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .section-claim-steps + .section-q-and-a {
    padding: 80px 0;
  }
}
.section-claim-steps + .section-q-and-a .landing-section-title {
  margin-bottom: 0px;
}
.section-claim-steps + .section-q-and-a .landing-section-title + .question {
  padding-top: 0;
  border: 0;
}
.section-claim-steps > .page {
  max-width: 1308px;
}
@media only screen and (max-width: 767px) {
  .section-claim-steps > .page {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.section-claim-steps .claimed-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-claim-steps .claimed-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
.section-claim-steps .landing-section-title {
  text-align: center;
}
.section-claim-steps .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 16px 0 0 0;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-claim-steps .lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }
}
.section-claim-steps .feature-steps {
  margin-top: 40px;
  max-width: 652px;
}
@media only screen and (min-width: 768px) {
  .section-claim-steps .feature-steps {
    margin-top: 56px;
  }
}
.section-claim-steps .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
.section-claim-steps .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 40px;
  max-width: 652px;
}
@media only screen and (min-width: 768px) {
  .section-claim-steps .bullets {
    margin-top: 56px;
  }
}
.section-claim-steps .bullets .bullet-item {
  position: relative;
  padding-bottom: 32px;
  padding-left: 40px;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (min-width: 1024px) {
  .section-claim-steps .bullets .bullet-item {
    padding-left: 40px;
  }
}
.section-claim-steps .bullets .bullet-item + .bullet-item {
  margin-top: 32px;
}
.section-claim-steps .bullets .bullet-item.checked {
  background-image: url('../images/svg/checkmark-circle-blue-white.svg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
  text-align: left;
}
.section-demo-video {
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  background-color: #E8ECED;
}
.section-demo-video.dark {
  background-color: #202427;
}
.section-demo-video.no-top-margin {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .section-demo-video {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-demo-video {
    padding: 140px 0;
  }
}
.section-demo-video > .page {
  max-width: 1142px;
}
@media only screen and (max-width: 767px) {
  .section-demo-video > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-demo-video .media-container {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.64);
  box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.64);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-demo-video .media-container {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.64);
  }
}
.section-data-in-action {
  padding: 80px 0 48px 0;
  margin: 0 auto;
  overflow: visible;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action {
    padding: 56px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-data-in-action + .section-q-and-a {
    padding-top: 120px;
  }
}
.section-data-in-action.bg-01 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-01-768.webp');
}
@media only screen and (min-width: 768px) {
  .section-data-in-action.bg-01 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-01-1024.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action.bg-01 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-01-1440.webp');
  }
}
@media only screen and (min-width: 1439px) {
  .section-data-in-action.bg-01 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-01-1920.webp');
  }
}
.section-data-in-action.bg-02 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-02-768.webp');
}
@media only screen and (min-width: 768px) {
  .section-data-in-action.bg-02 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-02-1024.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action.bg-02 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-02-1440.webp');
  }
}
@media only screen and (min-width: 1439px) {
  .section-data-in-action.bg-02 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-02-1920.webp');
  }
}
.section-data-in-action.bg-03 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-03-768.webp');
}
@media only screen and (min-width: 768px) {
  .section-data-in-action.bg-03 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-03-1024.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action.bg-03 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-03-1440.webp');
  }
}
@media only screen and (min-width: 1439px) {
  .section-data-in-action.bg-03 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/gradient-03-1920.webp');
  }
}
.section-data-in-action .page {
  margin: 0 auto;
  max-width: 1128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action .page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action .page {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-data-in-action .button.secondary {
  text-transform: none;
}
.section-data-in-action h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 500;
  padding-bottom: 24px;
  color: inherit;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action h2 br {
    display: none;
  }
}
.section-data-in-action .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-data-in-action .col:first-child {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action .col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    position: relative;
  }
}
.section-data-in-action .col:last-child {
  color: #ffffff;
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-data-in-action .col:last-child {
    padding-bottom: 0;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-data-in-action .col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.section-data-in-action .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.special-entity-card-new {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.08);
  max-height: none;
  overflow: hidden;
  max-width: 320px;
  padding: 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .special-entity-card-new {
    width: 100%;
    max-width: 490px;
  }
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 28px;
  }
}
.special-entity-card-new.artist {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special-entity-card-new.artist .picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special-entity-card-new.artist .picture figure {
  border-radius: 50%;
  width: 128px;
  min-width: 128px;
  height: 128px;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new.artist .picture figure {
    width: 182px;
    min-width: 182px;
    height: 182px;
  }
}
.special-entity-card-new.track {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special-entity-card-new.track .picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special-entity-card-new.track .picture figure {
  width: 128px;
  min-width: 128px;
  height: 128px;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new.track .picture figure {
    width: 182px;
    min-width: 182px;
    height: 182px;
  }
}
.special-entity-card-new.track article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.special-entity-card-new.track .artist {
  color: #707580;
}
.special-entity-card-new.track .authors {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new.track .authors {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.special-entity-card-new.track .rank {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.special-entity-card-new.festival {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new.festival {
    bottom: 60px;
  }
}
.special-entity-card-new.festival .picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special-entity-card-new.festival .picture figure {
  width: 158px;
  min-width: 158px;
  height: 128px;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new.festival .picture figure {
    width: 232px;
    min-width: 232px;
    height: 182px;
  }
}
.special-entity-card-new .picture {
  position: relative;
}
.special-entity-card-new .mini-badges {
  border-radius: 99px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -8px;
  background-color: #ffffff;
  padding: 4px 12px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .mini-badges {
    -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.08);
    padding: 6px 14px;
  }
  .special-entity-card-new .mini-badges * {
    margin: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .mini-badge {
    border-radius: 99px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 4px 7px;
  }
}
.special-entity-card-new .mini-badge:first-child {
  margin-left: 0;
}
.special-entity-card-new .claimed-icon {
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .claimed-icon {
    width: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .claimed-icon + .mini-badge {
    margin-left: 12px;
  }
}
.special-entity-card-new figure {
  padding-top: 75%;
  width: 100%;
  height: auto;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .special-entity-card-new figure {
    width: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new figure {
    height: 280px;
    width: 280px;
    max-width: 280px;
    padding: 0;
  }
}
.special-entity-card-new article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  max-width: none;
  width: 100%;
  padding-left: 16px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new article {
    padding-left: 24px;
  }
}
.special-entity-card-new .special-entity-card-title {
  padding-bottom: 6px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .special-entity-card-title {
    padding-bottom: 6px;
  }
}
.special-entity-card-new h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.special-entity-card-new .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.special-entity-card-new .top .row + .row {
  margin-top: 6px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .top .row + .row {
    margin-top: 8px;
  }
}
.special-entity-card-new .bottom {
  margin-top: auto;
  padding-top: 32px;
}
.special-entity-card-new .bottom .row + .row {
  margin-top: 4px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .bottom .row + .row {
    margin-top: 0;
  }
}
.special-entity-card-new .row {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707580;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .row {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.special-entity-card-new .row span {
  display: inline-block;
}
.special-entity-card-new .row span.number {
  color: #000000;
  margin-left: 6px;
}
.special-entity-card-new .row span.genre-and-date {
  color: #707580;
  margin-top: 8px;
}
.special-entity-card-new .row img {
  margin-right: 4px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .row img {
    margin-right: 8px;
  }
}
.special-entity-card-new .row img.flag {
  margin-right: 8px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .row img.flag {
    margin-right: 12px;
  }
}
.special-entity-card-new .icon {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .icon {
    width: 24px;
    height: 24px;
  }
}
.special-entity-card-new .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8eced;
  width: 16px;
  height: 12px;
}
@media only screen and (min-width: 1024px) {
  .special-entity-card-new .flag {
    width: 24px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-landing-placeholder {
    padding: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-placeholder {
    padding: 96px 0 160px 0;
  }
}
.section-landing-placeholder > .page {
  max-width: 1308px;
}
@media only screen and (max-width: 767px) {
  .section-landing-placeholder > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-landing-placeholder .placeholder-txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 300;
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-info-i.svg');
  margin: 0;
  padding: 0 0 0 32px;
}
.section-try-it-yourself {
  padding: 0;
  color: #ffffff;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-try-it-yourself.use-case-try-it {
  background-color: #E8ECED;
}
.section-try-it-yourself.use-case-try-it .section-wrapper {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/try-use-case-gradient-480.webp');
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself.use-case-try-it .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/try-use-case-gradient-1024.webp');
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself.use-case-try-it .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/try-use-case-gradient-1440.webp');
  }
}
@media only screen and (min-width: 1439px) {
  .section-try-it-yourself.use-case-try-it .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/try-use-case-gradient-1920.webp');
  }
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself.use-case-try-it .try-it-yourself-figure {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 660px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself.use-case-try-it .try-it-yourself-figure {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself.use-case-try-it .try-it-yourself-figure .laptop {
    left: 0;
    padding: 0 36px 0 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section-try-it-yourself.use-case-try-it .try-it-yourself-figure .laptop {
    padding: 0 104px 0 56px;
  }
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself.use-case-try-it .try-it-yourself-article {
    padding-left: 0;
  }
}
.section-try-it-yourself.white {
  background-color: #ffffff;
}
.section-try-it-yourself.no-top-padding {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself.no-top-padding .section-wrapper {
    margin-top: 60px;
  }
}
.section-try-it-yourself .section-wrapper {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-banner-480.png');
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .section-wrapper {
    margin-top: 140px;
    overflow: visible;
    background-position: left center;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-banner-1024.png');
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-banner-1440.png');
  }
}
@media only screen and (min-width: 1439px) {
  .section-try-it-yourself .section-wrapper {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing/comparison-gradient-banner-1920.png');
  }
}
.section-try-it-yourself .page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .page {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-try-it-yourself .landing-section-subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .landing-section-subtitle.fr {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
  }
}
.section-try-it-yourself .actions {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .try-it-yourself-figure {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself .try-it-yourself-figure {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .try-it-yourself-figure .laptop {
    position: absolute;
    bottom: 0;
    left: -70px;
    padding: 0 5%;
    overflow: hidden;
    max-width: 520px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself .try-it-yourself-figure .laptop {
    left: -45px;
  }
}
@media only screen and (min-width: 1299px) {
  .section-try-it-yourself .try-it-yourself-figure .laptop {
    left: -5px;
  }
}
.section-try-it-yourself .try-it-yourself-figure .laptop .feature-animation {
  margin-bottom: -60px;
}
.section-try-it-yourself .try-it-yourself-figure .laptop .animation-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.section-try-it-yourself .try-it-yourself-article {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-try-it-yourself .try-it-yourself-article {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    text-align: left;
    padding: 42px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-try-it-yourself .try-it-yourself-article {
    width: 50%;
    padding-left: 42px;
  }
}
.feature-animation {
  position: relative;
}
.feature-animation .animation-wrapper {
  position: absolute;
  overflow: hidden;
  top: 3.8%;
  right: 9%;
  bottom: 10%;
  left: 9.1%;
  width: auto;
  height: auto;
}
.feature-animation .animation-element {
  -webkit-animation: feature-animation-try-it-yourself 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: feature-animation-try-it-yourself 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  will-change: transform;
}
.feature-animation img {
  width: 100%;
}
.section-landing-similar-use-cases {
  padding: 56px 0;
  overflow: hidden;
}
.section-landing-similar-use-cases .landing-section-title {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-landing-similar-use-cases .landing-section-title {
    padding-bottom: 64px;
  }
}
.section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation {
  width: 100%;
}
.section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-wrapper {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-wrapper {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-wrapper {
    padding-bottom: 0;
  }
}
.section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-slide {
  min-width: none;
  width: auto;
}
.section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-slide.swiper-slide-active .review-card {
  padding: 0;
}
.section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-slide.swiper-slide-active .review-card .card-content {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-slide.swiper-slide-active .review-card .card-content {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-slide.swiper-slide-active .review-card .card-content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-slide.swiper-slide-active .review-card .author {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-slide.swiper-slide-active .card-use-case {
    width: 100%;
  }
}
.section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-pagination {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-pagination {
    width: 280px;
    left: 50%;
    margin-left: -170px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-button-prev {
    right: auto;
    left: 50%;
    margin-left: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .section-landing-similar-use-cases .pro-section-swiper.swiper-main.has-pagination-and-navigation .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 150px;
  }
}
.card-use-case {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (min-width: 360px) {
  .card-use-case {
    width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .card-use-case {
    -webkit-transition: transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    width: 100%;
  }
}
.card-use-case:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .card-use-case:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.card-use-case:hover h3 {
  color: #6889e2;
}
.card-use-case > figure {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 66.6%;
}
.card-use-case > figure a {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.card-use-case > figure time {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 999px;
  position: absolute;
  right: 16px;
  bottom: 8px;
  color: #ffffff;
  background-color: #000000;
  line-height: 1;
  padding: 4px 8px;
}
.card-use-case > article {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .card-use-case > article {
    padding: 24px;
  }
}
.card-use-case h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}
.card-use-case h3 a {
  color: inherit;
}
.card-use-case h3 a:hover,
.card-use-case h3 a:active {
  color: inherit;
}
.card-use-case p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #707580;
  padding: 0;
  margin: 0;
}
.card-use-case .absolute-link {
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.card-use-case .bottom {
  margin-top: auto;
  width: 100%;
}
.card-use-case .actions {
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
.card-use-case .actions .button {
  width: 100%;
  max-width: 236px;
}
.section-placeholder-txt {
  padding: 56px 0;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .section-placeholder-txt {
    padding: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-viberate-vs-competition {
    padding: 56px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition {
    padding: 96px 0;
  }
}
.section-viberate-vs-competition > .page {
  max-width: 1308px;
}
@media only screen and (max-width: 767px) {
  .section-viberate-vs-competition > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-viberate-vs-competition .landing-section-title {
  text-align: center;
}
.section-viberate-vs-competition .lead {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .lead {
    padding-top: 24px;
  }
}
.section-viberate-vs-competition .table-wrapper-viberate-vs-competition {
  border-radius: 12px;
  background-color: #d9e0ff;
  padding: 24px 16px;
  margin: 48px 0 24px 0;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .table-wrapper-viberate-vs-competition {
    padding: 64px;
    margin: 64px 0 32px 0;
  }
}
.section-viberate-vs-competition .table-wrapper-viberate-vs-competition .actions {
  margin-top: 48px;
  text-align: center;
}
.section-viberate-vs-competition .table-viberate-vs-competition {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .table-viberate-vs-competition {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.section-viberate-vs-competition .table-viberate-vs-competition th,
.section-viberate-vs-competition .table-viberate-vs-competition td {
  border-bottom: 1px solid #a6b1fd;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .table-viberate-vs-competition th,
  .section-viberate-vs-competition .table-viberate-vs-competition td {
    padding: 16px;
  }
}
.section-viberate-vs-competition .table-viberate-vs-competition th.check,
.section-viberate-vs-competition .table-viberate-vs-competition td.check {
  padding-left: 0;
  padding-right: 0;
  width: 24px;
}
.section-viberate-vs-competition .table-viberate-vs-competition th {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
  border-size: 2px;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .table-viberate-vs-competition th {
    font-size: 22px;
    font-size: 2.2pxrem;
    line-height: 26px;
  }
}
.section-viberate-vs-competition .table-viberate-vs-competition h4 {
  font-size: 16px;
  font-size: 1.6pxrem;
  line-height: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .table-viberate-vs-competition h4 {
    font-size: 22px;
    font-size: 2.2pxrem;
    line-height: 26px;
  }
}
.section-viberate-vs-competition .table-viberate-vs-competition a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-viberate-vs-competition .table-viberate-vs-competition a:hover,
.section-viberate-vs-competition .table-viberate-vs-competition a:active {
  color: #6889e2;
}
.section-viberate-vs-competition .viberate-vs-competition-feature {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 48px 16px;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .viberate-vs-competition-feature {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 64px;
  }
}
.section-viberate-vs-competition .viberate-vs-competition-feature + .viberate-vs-competition-feature {
  padding-top: 0;
}
.section-viberate-vs-competition .viberate-vs-competition-feature + .viberate-vs-competition-feature:before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/chartmetric-alternative-divider.webp');
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .viberate-vs-competition-feature + .viberate-vs-competition-feature:before {
    border-radius: 6px;
    height: 12px;
    margin-bottom: 64px;
  }
}
.section-viberate-vs-competition .viberate-vs-competition-feature .viberate-vs-competition-feature-title {
  font-size: 22px;
  font-size: 2.2pxrem;
  line-height: 26px;
  font-weight: bold;
  padding: 0 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .viberate-vs-competition-feature .viberate-vs-competition-feature-title {
    font-size: 32px;
    font-size: 3.2pxrem;
    line-height: 38px;
    padding: 0 0 24px 0;
  }
}
.section-viberate-vs-competition .viberate-vs-competition-feature .viberate-vs-competition-feature-subtitle {
  font-size: 16px;
  font-size: 1.6pxrem;
  line-height: 24px;
  font-weight: bold;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .viberate-vs-competition-feature .viberate-vs-competition-feature-subtitle {
    font-size: 22px;
    font-size: 2.2pxrem;
    line-height: 26px;
    padding: 24px 0;
  }
}
.section-viberate-vs-competition .viberate-vs-competition-feature .actions {
  text-align: center;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .viberate-vs-competition-feature .actions {
    padding-top: 32px;
  }
}
.section-viberate-vs-competition .viberate-vs-competition-feature .visual {
  padding: 24px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .viberate-vs-competition-feature .visual {
    padding: 48px 0;
  }
}
.section-viberate-vs-competition .viberate-vs-competition-feature .visual figcaption {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  color: #707580;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .viberate-vs-competition-feature .visual figcaption {
    font-size: 12px;
    font-size: 1.2pxrem;
    line-height: 16px;
    padding-top: 16px;
  }
}
.section-viberate-vs-competition .viberate-vs-competition-feature .viberate-vs-competition-feature-list li {
  position: relative;
  padding: 8px 0 8px 16px;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .viberate-vs-competition-feature .viberate-vs-competition-feature-list li {
    padding: 16px 0 16px 16px;
  }
}
.section-viberate-vs-competition .viberate-vs-competition-feature .viberate-vs-competition-feature-list li:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5a6afb;
  position: absolute;
  left: 0;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .section-viberate-vs-competition .viberate-vs-competition-feature .viberate-vs-competition-feature-list li:before {
    top: 22px;
  }
}
.section-advertising-header {
  padding: 24px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/blog-header-gradient-mobile.webp');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-advertising-header {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/blog-header-gradient.webp');
  }
}
.section-advertising-header .section-main {
  text-align: center;
}
.section-advertising-header h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  .section-advertising-header h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
  }
}
.section-advertising-header h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .section-advertising-header h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: 500;
  }
}
.section-advertising {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section-advertising {
    padding: 80px 0;
  }
}
.section-advertising.alt-instantmatch article p {
  padding: 16px 0;
}
.section-advertising.alt-instantmatch article p.text-center {
  margin-top: 32px;
}
.section-advertising.alt-instantmatch article img {
  margin-bottom: 32px;
}
.section-advertising article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  text-align: left;
  width: 100%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 768px) {
  .section-advertising article {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 40px;
  }
}
.section-advertising ul,
.section-advertising ol {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin: 0;
  padding: 16px 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .section-advertising ul,
  .section-advertising ol {
    font-size: 20px;
    font-size: 2rem;
    line-height: 34px;
    margin-left: 20px;
    padding-left: 30px;
  }
}
.section-advertising ul + p,
.section-advertising ol + p {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-advertising ul + p,
  .section-advertising ol + p {
    padding-top: 52px;
  }
}
.section-advertising ul li,
.section-advertising ol li {
  padding: 0 0 14px 0;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .section-advertising ul li,
  .section-advertising ol li {
    padding-left: 6px;
  }
}
.section-advertising ul li:last-child,
.section-advertising ol li:last-child {
  padding-bottom: 0;
}
.section-advertising ul li {
  list-style: disc;
}
.section-advertising p {
  padding: 0;
  margin: 0;
}
.section-advertising p + p {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .section-advertising p + p {
    padding-top: 14px;
  }
}
.section-advertising a:not([class]) {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  font-weight: 600;
  color: #4e63ce;
}
.section-advertising a:not([class]):hover,
.section-advertising a:not([class]):active {
  color: #6889e2;
}
.section-advertising strong {
  font-weight: 600;
}
.section-hero-accordion {
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  .section-hero-accordion {
    padding: 100px 0;
  }
}
.section-hero-accordion .hero-accordion-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-hero-accordion .hero-accordion-mobile {
    display: none;
  }
}
.section-hero-accordion .hero-accordion-mobile .hero-accordion-item,
.section-hero-accordion .hero-accordion-mobile .hero-accordion-content {
  min-height: unset;
}
.section-hero-accordion .hero-accordion-mobile .swiper-bottom-content .hero-accordion-item {
  height: auto;
  display: none;
}
.section-hero-accordion .hero-accordion-mobile .swiper-bottom-content .hero-accordion-item.active {
  width: 100%;
  display: block;
}
.section-hero-accordion .hero-accordion-mobile .swiper-bottom-content .hero-accordion-item.active .hero-accordion-content {
  font-size: 16px;
  font-size: 1.6rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  height: auto;
}
.section-hero-accordion .hero-accordion-mobile .swiper-bottom-content .hero-accordion-item.active .hero-accordion-content h3 {
  font-size: 32px;
  font-size: 3.2rem;
}
.section-hero-accordion .hero-accordion-mobile .hero-accordion-item {
  width: 100%;
  height: 300px;
}
.section-hero-accordion .hero-accordion-mobile .hero-accordion-content {
  line-height: 24px;
  padding-top: 8px;
  min-height: 320px;
  width: 100%;
}
.section-hero-accordion .hero-accordion {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-hero-accordion .hero-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-hero-accordion .hero-accordion {
    margin: 0 -8px;
  }
}
.section-hero-accordion .hero-accordion-item {
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 4px;
  width: 130px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .section-hero-accordion .hero-accordion-item {
    padding: 0 8px;
    width: 180px;
  }
}
.section-hero-accordion .hero-accordion-item.active {
  width: calc(100% - (3 * 130px));
}
@media only screen and (min-width: 1024px) {
  .section-hero-accordion .hero-accordion-item.active {
    width: calc(100% - (3 * 180px));
  }
}
.section-hero-accordion .hero-accordion-item.active .hero-accorodion-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  color: #000000;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section-hero-accordion .hero-accordion-item.active .hero-accordion-visuals .visual-1,
.section-hero-accordion .hero-accordion-item.active .hero-accordion-visuals .visual-2,
.section-hero-accordion .hero-accordion-item.active .hero-accordion-visuals .visual-3 {
  -webkit-animation: fade-in 0.5s linear forwards;
  animation: fade-in 0.5s linear forwards;
}
.section-hero-accordion .hero-accordion-item.active .hero-accordion-visuals .visual-1 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.section-hero-accordion .hero-accordion-item.active .hero-accordion-visuals .visual-2 {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.section-hero-accordion .hero-accordion-item.active .hero-accordion-visuals .visual-3 {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.section-hero-accordion .hero-accordion-item.active .hero-accordion-content {
  font-size: 16px;
  font-size: 1.6rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.section-hero-accordion .hero-accordion-item.active .hero-accordion-content h3 {
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.section-hero-accordion .hero-accordion-item.active .hero-accordion-content p {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.section-hero-accordion .hero-accordion-item.active .hero-accordion-timer .bar {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  width: 100%;
}
.section-hero-accordion .hero-accorodion-title {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 16px;
  color: #707580;
  min-height: 68px;
}
.section-hero-accordion .hero-accordion-timer {
  margin-top: 16px;
  border-radius: 1px;
  height: 2px;
  position: relative;
  background-color: #e8eced;
}
.section-hero-accordion .hero-accordion-timer .bar {
  -webkit-transition: width 4s linear;
  transition: width 4s linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  width: 0;
}
.section-hero-accordion .hero-accordion-visuals {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 260px;
  background-attachment: fixed;
}
@media only screen and (min-width: 880px) {
  .section-hero-accordion .hero-accordion-visuals {
    height: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-hero-accordion .hero-accordion-visuals {
    height: 320px;
  }
}
@media only screen and (min-width: 1099px) {
  .section-hero-accordion .hero-accordion-visuals {
    height: 390px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-hero-accordion .hero-accordion-visuals {
    height: 400px;
  }
}
@media only screen and (min-width: 1279px) {
  .section-hero-accordion .hero-accordion-visuals {
    height: 460px;
  }
}
@media only screen and (min-width: 1365px) {
  .section-hero-accordion .hero-accordion-visuals {
    height: 500px;
  }
}
@media only screen and (min-width: 1399px) {
  .section-hero-accordion .hero-accordion-visuals {
    height: 480px;
  }
}
.section-hero-accordion .hero-accordion-visuals.alt-1 {
  background-image: url('../images/cdn/hero-accordion-bg-1.webp');
}
.section-hero-accordion .hero-accordion-visuals.alt-2 {
  background-image: url('../images/cdn/hero-accordion-bg-2.webp');
}
.section-hero-accordion .hero-accordion-visuals.alt-3 {
  background-image: url('../images/cdn/hero-accordion-bg-3.webp');
}
.section-hero-accordion .hero-accordion-visuals.alt-4 {
  background-image: url('../images/cdn/hero-accordion-bg-4.webp');
}
.section-hero-accordion .hero-accordion-visuals .visual-1,
.section-hero-accordion .hero-accordion-visuals .visual-2,
.section-hero-accordion .hero-accordion-visuals .visual-3 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 260px;
  padding: 8px;
}
@media only screen and (min-width: 880px) {
  .section-hero-accordion .hero-accordion-visuals .visual-1,
  .section-hero-accordion .hero-accordion-visuals .visual-2,
  .section-hero-accordion .hero-accordion-visuals .visual-3 {
    height: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-hero-accordion .hero-accordion-visuals .visual-1,
  .section-hero-accordion .hero-accordion-visuals .visual-2,
  .section-hero-accordion .hero-accordion-visuals .visual-3 {
    height: 320px;
  }
}
@media only screen and (min-width: 1099px) {
  .section-hero-accordion .hero-accordion-visuals .visual-1,
  .section-hero-accordion .hero-accordion-visuals .visual-2,
  .section-hero-accordion .hero-accordion-visuals .visual-3 {
    height: 390px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-hero-accordion .hero-accordion-visuals .visual-1,
  .section-hero-accordion .hero-accordion-visuals .visual-2,
  .section-hero-accordion .hero-accordion-visuals .visual-3 {
    height: 400px;
  }
}
@media only screen and (min-width: 1279px) {
  .section-hero-accordion .hero-accordion-visuals .visual-1,
  .section-hero-accordion .hero-accordion-visuals .visual-2,
  .section-hero-accordion .hero-accordion-visuals .visual-3 {
    height: 460px;
  }
}
@media only screen and (min-width: 1365px) {
  .section-hero-accordion .hero-accordion-visuals .visual-1,
  .section-hero-accordion .hero-accordion-visuals .visual-2,
  .section-hero-accordion .hero-accordion-visuals .visual-3 {
    height: 500px;
  }
}
@media only screen and (min-width: 1399px) {
  .section-hero-accordion .hero-accordion-visuals .visual-1,
  .section-hero-accordion .hero-accordion-visuals .visual-2,
  .section-hero-accordion .hero-accordion-visuals .visual-3 {
    height: 480px;
  }
}
.section-hero-accordion .hero-accordion-visuals .visual-1 img,
.section-hero-accordion .hero-accordion-visuals .visual-2 img,
.section-hero-accordion .hero-accordion-visuals .visual-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-hero-accordion .hero-accordion-visuals .visual-1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.section-hero-accordion .hero-accordion-visuals .visual-2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-hero-accordion .hero-accordion-visuals .visual-3 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-hero-accordion .hero-accordion-content {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
  overflow: hidden;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  line-height: 24px;
  padding-top: 56px;
  min-height: 320px;
}
.section-hero-accordion .hero-accordion-content h3 {
  -webkit-transition: font-size 0s linear;
  transition: font-size 0s linear;
  font-size: 0px;
  font-size: 0rem;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 16px;
}
.section-hero-accordion .hero-accordion-content p {
  -webkit-transition: font-size 0s linear;
  transition: font-size 0s linear;
}
.section-hero-accordion .hero-accordion-content a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-hero-accordion .hero-accordion-content a:hover,
.section-hero-accordion .hero-accordion-content a:active {
  color: #6889e2;
}
.section-hero-accordion .pro-section-swiper.swiper-main {
  margin: 0 -16px;
  padding: 0;
}
.section-hero-accordion .pro-section-swiper .swiper-container {
  display: block;
}
.section-hero-accordion .pro-section-swiper .swiper-slide {
  width: calc(100% - 32px);
}
.section-hero-accordion .pro-section-swiper .swiper-slide.swiper-slide-active .hero-accordion-visuals .visual-1,
.section-hero-accordion .pro-section-swiper .swiper-slide.swiper-slide-active .hero-accordion-visuals .visual-2,
.section-hero-accordion .pro-section-swiper .swiper-slide.swiper-slide-active .hero-accordion-visuals .visual-3 {
  -webkit-animation: fade-in 0.5s linear forwards;
  animation: fade-in 0.5s linear forwards;
}
.section-hero-accordion .pro-section-swiper .swiper-slide.swiper-slide-active .hero-accordion-visuals .visual-1 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.section-hero-accordion .pro-section-swiper .swiper-slide.swiper-slide-active .hero-accordion-visuals .visual-2 {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.section-hero-accordion .pro-section-swiper .swiper-slide.swiper-slide-active .hero-accordion-visuals .visual-3 {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.section-hero-accordion .pro-section-swiper .swiper-slide.swiper-slide-active .hero-accordion-timer .bar {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  width: 100%;
}
.section-landing-scrollable-analytics-features {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.section-landing-scrollable-analytics-features .scrollable-features-wrapper {
  width: 100%;
  min-height: 100vh;
  grid-row-gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  scroll-snap-align: start;
}
.section-landing-scrollable-analytics-features .scrollable-features-navigation-wrapper {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
}
.section-landing-scrollable-analytics-features .scrollable-features-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-height: 100vh;
  width: 100%;
  scroll-snap-align: start;
  z-index: 2;
}
.section-landing-scrollable-analytics-features .navigation-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8px;
}
.section-landing-scrollable-analytics-features .navigation-dots .dot {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-heght: 6px;
  display: block;
  border: 1px solid #d2d2d1;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .section-landing-scrollable-analytics-features .navigation-dots .dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-heght: 8px;
  }
}
.section-landing-scrollable-analytics-features .navigation-dots .dot.active {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-heght: 10px;
  background-color: #a9b5ff;
  border-color: #a9b5ff;
}
@media only screen and (min-width: 768px) {
  .section-landing-scrollable-analytics-features .navigation-dots .dot.active {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-heght: 12px;
  }
}
.section-landing-scrollable-analytics-features .scrollable-feature {
  font-size: 100px;
  font-size: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-height: 100vh;
  width: 100%;
  scroll-snap-align: start;
}
.section-landing-scrollable-analytics-features .scrollable-feature:after,
.section-landing-scrollable-analytics-features .scrollable-feature:before {
  content: "";
  min-height: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.section-landing-scrollable-analytics-features .scrollable-feature:before {
  pointer-events: none;
  cursor: default;
}
.section-landing-scrollable-analytics-features .scrollable-feature:after {
  background: #ffffff;
}
.section-landing-scrollable-analytics-features .scrollable-feature-article {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .section-landing-scrollable-analytics-features .scrollable-feature-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-landing-scrollable-analytics-features .scrollable-feature-article-content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1px;
}
@media only screen and (min-width: 768px) {
  .section-landing-scrollable-analytics-features .scrollable-feature-article-content {
    min-width: 35%;
  }
}
.section-landing-scrollable-analytics-features .scrollable-feature-article-content h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  font-weight: bold;
}
.section-landing-scrollable-analytics-features .scrollable-feature-article-content .actions {
  padding-top: 16x;
}
.section-landing-scrollable-analytics-features .scrollable-feature-article-content a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-landing-scrollable-analytics-features .scrollable-feature-article-content a:hover,
.section-landing-scrollable-analytics-features .scrollable-feature-article-content a:active {
  color: #6889e2;
}
.section-landing-scrollable-analytics-features .scrollable-feature-article-visual {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .section-landing-scrollable-analytics-features .scrollable-feature-article-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-width: calc(65% - 32px);
  }
}
.section-landing-scrollable-analytics-features .scrollable-feature-article-visual img {
  width: 100%;
}
.editor-system-bar {
  -webkit-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: -120px;
  left: 16px;
  right: 16px;
  z-index: 200;
}
.editor-system-bar.show {
  bottom: 40px;
}
.editor-system-bar.warning .bar {
  background-color: #FFEFF2;
}
.editor-system-bar.warning .actions {
  display: none;
}
.editor-system-bar .bar {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 8px 24px;
}
@media only screen and (min-width: 768px) {
  .editor-system-bar .bar {
    width: 640px;
  }
}
.editor-system-bar .status {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.editor-system-bar .status.response {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.editor-system-bar .status.error {
  color: #e44561;
}
.editor-system-bar .status .error {
  color: #e44561;
  display: block;
}
.editor-system-bar .status .icon {
  margin-right: 8px;
}
.editor-system-bar .status .icon + label {
  margin-left: 0;
}
.editor-system-bar .status ul {
  margin-top: 8px;
}
.editor-system-bar .status li {
  padding-bottom: 8px;
  padding-left: 8px;
  position: relative;
}
.editor-system-bar .status li:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: #000000;
  display: inline-block;
}
.editor-system-bar .status li:last-child {
  padding-bottom: 0;
}
.editor-system-bar .changes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: default;
}
.editor-system-bar .changes:hover + .changelog {
  display: inline-block;
}
.editor-system-bar .changes span {
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  background-color: #4e63ce;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
}
.editor-system-bar .changes label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: inline-block;
  margin: 0 8px;
}
.editor-system-bar .changes .icon-warning {
  width: 12px;
  height: 12px;
}
.editor-system-bar .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editor-system-bar .actions .icon-close {
  position: absolute;
  right: 8px;
  top: 8px;
}
.editor-system-bar .changelog {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 50px;
  left: -24px;
  background-color: #ffffff;
  padding: 8px 12px;
  z-index: 1;
  display: none;
  min-width: 192px;
}
.editor-system-bar .changelog .checklist li {
  padding-left: 0;
}
.editor-system-bar .changelog .checklist li:before {
  content: none;
}
.editor-system-bar .changelog .checklist li.done {
  background-position: left top 6px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-image: url('../images/svg/icon-checkmark-green.svg');
  padding-left: 20px;
}
.modal.landing-video {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  display: none;
}
.modal.landing-video.open {
  display: block;
}
.modal.landing-video.adaptive .modal-content {
  width: auto;
  height: auto;
}
.modal.landing-video.home-landing-video .modal-content {
  max-width: 640px;
}
.modal.landing-video.home-landing-video .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal.landing-video.home-landing-video .media-container {
  position: relative;
  overflow: visible;
}
.modal.landing-video.home-landing-video .btn-close {
  top: -32px;
  right: 0;
}
.modal.landing-video .modal-content {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.modal.landing-video .modal-content.white {
  background-color: #ffffff;
}
.modal.landing-video .modal-header {
  min-height: 24px;
}
.modal.landing-video .btn-close {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-size: 10px;
  background-image: url('../images/svg/close-grey.svg');
  z-index: 1;
}
.modal.landing-video .btn-close.white {
  background-image: url('../images/svg/close-white.svg');
}
@media only screen and (min-width: 768px) {
  .modal.landing-video .btn-close {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 1439px) {
  .modal.landing-video .btn-close {
    top: 24px;
  }
}
.pro-tag {
  border-radius: 12px;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  line-height: 11px;
  text-transform: uppercase;
  background-color: #f4f6f6;
  padding: 0 8px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.pro-tag.border {
  border: 1px solid #4e63ce;
}
.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.pro-tag .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  margin-right: 4px;
  margin-bottom: 0;
  border: 1px solid #e8eced;
}
.mini-badge {
  border-radius: 8px;
  font-size: 9px;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-badge.verified {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  background-color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mini-badge.verified img {
  margin-right: 8px;
}
.mini-badge.inactive {
  background-color: #000000;
  color: #ffffff;
  text-transform: capitalize;
}
.mini-badge.unverified {
  background-color: #d5dde0;
  color: #000000;
  text-transform: capitalize;
}
.mini-badge.festival {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  background-color: #F9CFDC;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
}
.mini-badge.video {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
  border: 1px solid #D8E0E2;
}
.mini-badge.free-trial {
  border-radius: 9999px;
  background-color: #B5EAD3;
  color: #000000;
  padding: 0 8px;
  height: 23px;
}
.mini-badge.free-trial.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #f4f6f6;
  color: #707580;
  position: relative;
}
.mini-badge.free-trial.disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  right: -5px;
  height: 1px;
  margin-top: -1px;
  background-color: #707580;
}
.mini-badge.hot {
  background-color: #ff1e43;
}
.mini-badge.black {
  background-color: #000000;
}
.mini-badge.spotify {
  background-color: #1db954;
}
.mini-badge.beatport {
  background-color: #01e697;
}
.mini-badge.airplay {
  background-color: #f68051;
}
.mini-badge.youtube {
  background-color: #ff0000;
}
.mini-badge.twitter {
  background-color: #00acee;
}
.mini-badge.tiktok {
  background-color: #3cdae5;
}
.mini-badge.soundcloud {
  background-color: #ff6400;
}
.mini-badge.shazam {
  background-color: #2255ff;
}
.mini-badge.facebook {
  background-color: #1877f2;
}
.mini-badge.deezer {
  background-color: #a138fd;
}
.mini-badge.instagram {
  background-color: #c13684;
}
.mini-badge.social,
.mini-badge.social-media {
  background-color: #6a4ece;
}
.section-genres-landing {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-genres-landing .page {
  width: 100%;
  padding: 0 12px;
  max-width: 1472px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1199px) {
  .section-genres-landing .page {
    padding: 0 16px;
  }
}
.section-genres-landing .section-main {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .section-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.section-genres-landing .genres-landing-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-landing-sidebar {
    margin: 16px 0 32px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
    z-index: 1;
  }
}
.section-genres-landing .genres-landing-content {
  margin: 0 -12px;
  padding: 24px 10px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-landing-content {
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 16px 0 32px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    max-width: 930px;
  }
}
.section-genres-landing .genres-landing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 12px;
  margin: 0 -12px -12px -12px;
  background-color: #707580;
}
@media only screen and (min-width: 768px) {
  .section-genres-landing .genres-landing-header {
    padding: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-landing-header {
    border-radius: 8px;
    margin: 0 0 8px 0;
    background-color: #ffffff;
    padding: 16px 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section-genres-landing .genres-landing-header h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 18px 0;
}
@media only screen and (min-width: 768px) {
  .section-genres-landing .genres-landing-header h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-landing-header h2 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    width: auto;
    padding: 0;
  }
}
.section-genres-landing .genres-landing-genres-list {
  background-color: #ffffff;
  position: relative;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-landing-genres-list {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.section-genres-landing .genres-landing-genres-list .genres-list {
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
}
.section-genres-landing .genres-landing-genres-list .genres-list::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.section-genres-landing .genres-landing-genres-list .genres-list::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #efefef;
}
.section-genres-landing .genres-landing-genres-list .genres-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #d2d2d1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-landing-genres-list .genres-list {
    top: 68px;
  }
}
.section-genres-landing .genres-landing-genres-list .zero-state {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 16px;
}
.section-genres-landing .genres-landing-genres-list .item {
  padding: 0 24px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .section-genres-landing .genres-landing-genres-list .item {
    padding: 0;
    margin: 0 8px;
  }
}
.section-genres-landing .genres-landing-genres-list .item.selected {
  pointer-events: none;
  cursor: default;
  overflow: hidden;
}
.section-genres-landing .genres-landing-genres-list .item.selected .counter {
  position: relative;
}
.section-genres-landing .genres-landing-genres-list .item.selected .counter span {
  display: none;
}
.section-genres-landing .genres-landing-genres-list .item.selected .counter div {
  display: block;
}
.section-genres-landing .genres-landing-genres-list .item.selected .genre-info {
  position: relative;
}
.section-genres-landing .genres-landing-genres-list .item.selected .genre-info:before {
  content: "";
  background-color: #eef0fb;
  position: absolute;
  left: -20px;
  top: 0;
  right: -200px;
  bottom: 0;
  z-index: 0;
}
.section-genres-landing .genres-landing-genres-list .item.active .row {
  background-color: #eef0fb;
}
.section-genres-landing .genres-landing-genres-list .item.active .counter span {
  display: none;
}
.section-genres-landing .genres-landing-genres-list .item.active .counter a {
  display: inline-block;
}
.section-genres-landing .genres-landing-genres-list .item:last-child .row {
  border-bottom: 0;
}
.section-genres-landing .genres-landing-genres-list .row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  border-bottom: 1px solid #ebebeb;
  height: 40px;
  padding: 0 24px 0 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .section-genres-landing .genres-landing-genres-list .row {
    padding-right: 8px;
  }
}
.section-genres-landing .genres-landing-genres-list .genre-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-genres-landing .genres-landing-genres-list .genre-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-genres-landing .genres-landing-genres-list .genre-title.rock:after {
  background-color: #7baad5;
}
.section-genres-landing .genres-landing-genres-list .genre-title.country {
  text-transform: none;
}
.section-genres-landing .genres-landing-genres-list .genre-title.country:after {
  background-color: #cd79ba;
}
.section-genres-landing .genres-landing-genres-list .genre-title.pop:after {
  background-color: #66c2e7;
}
.section-genres-landing .genres-landing-genres-list .genre-title.hip-hop:after {
  background-color: #66d2d6;
}
.section-genres-landing .genres-landing-genres-list .genre-title.rnb:after {
  background-color: #66c9ab;
}
.section-genres-landing .genres-landing-genres-list .genre-title.latin:after {
  background-color: #f4729b;
}
.section-genres-landing .genres-landing-genres-list .genre-title.electronic:after {
  background-color: #66d8ed;
}
.section-genres-landing .genres-landing-genres-list .genre-title.rock:after {
  background-color: #7baad5;
}
.section-genres-landing .genres-landing-genres-list .genre-title.metal:after {
  background-color: #798cc2;
}
.section-genres-landing .genres-landing-genres-list .genre-title.punk:after {
  background-color: #a281bd;
}
.section-genres-landing .genres-landing-genres-list .genre-title.jazz:after {
  background-color: #a6d78f;
}
.section-genres-landing .genres-landing-genres-list .genre-title.reggae:after {
  background-color: #fdd471;
}
.section-genres-landing .genres-landing-genres-list .genre-title.blues:after {
  background-color: #66cd94;
}
.section-genres-landing .genres-landing-genres-list .genre-title.classical:after {
  background-color: #c9e188;
}
.section-genres-landing .genres-landing-genres-list .genre-title.religious:after {
  background-color: #e0e97f;
}
.section-genres-landing .genres-landing-genres-list .genre-title.european:after {
  background-color: #f5907a;
}
.section-genres-landing .genres-landing-genres-list .genre-title.asian:after {
  background-color: #fabc78;
}
.section-genres-landing .genres-landing-genres-list .genre-title.middle-eastern:after {
  background-color: #f0f070;
}
.section-genres-landing .genres-landing-genres-list .genre-title.african:after {
  background-color: #ffe566;
}
.section-genres-landing .genres-landing-genres-list .genre-title.other:after {
  background-color: #ddd;
}
.section-genres-landing .genres-landing-genres-list .genre-title.subgenre:after {
  content: none;
}
.section-genres-landing .genres-landing-genres-list .genre-title:after {
  content: "";
  width: 10px;
  height: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
  background-color: #707580;
}
.section-genres-landing .genres-landing-genres-list .counter {
  font-size: 10px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 1;
  margin-left: 6px;
  white-space: nowrap;
  padding-left: 8px;
}
.section-genres-landing .genres-landing-genres-list .counter a {
  display: none;
  color: #4e63ce;
  text-transform: uppercase;
}
.section-genres-landing .genres-landing-genres-list .counter a:hover,
.section-genres-landing .genres-landing-genres-list .counter a:active {
  color: #6889e2;
}
.section-genres-landing .genres-landing-genres-list h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000000;
  font-weight: 500;
  padding-left: 8px;
}
.section-genres-landing .pro-search {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-genres-landing .pro-search {
    display: block;
    padding: 20px 24px;
  }
}
.section-genres-landing .pro-search.loading:before,
.section-genres-landing .pro-search.loading:after {
  content: none;
}
.section-genres-landing .pro-search.loading .search-wrapper:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 6px;
  right: 32px;
  background-image: url('../images/svg/loader-ani-black.svg');
}
.section-genres-landing .pro-search .pro-search-input {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  background-size: 15px;
  background-position: right 12px center;
  background-image: url('../images/svg/search.svg');
  padding: 0 60px 0 20px;
  height: 30px;
}
.section-genres-landing .pro-search .results {
  top: 31px;
  background-color: #f6f6f6;
}
.section-genres-landing .pro-search .results .result-item {
  display: block;
  white-space: normal;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-genres-landing .pro-search .results .result-item .genre {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-genres-landing .pro-search .results .result-item .info {
  font-size: 8px;
  font-size: 0.8rem;
  white-space: nowrap;
  padding-left: 8px;
}
.section-genres-landing .genres-map-wrapper {
  border-radius: 8px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper {
    padding: 22px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .gmi-open {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .gmi-open .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .gmi-open .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .gmi-open .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .gmi-open .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .gmi-open .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .gmi-open .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .gmi-open .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .gmi-open .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .gmi-open .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .gmi-open .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .gmi-open .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list {
    height: 596px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(3) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(18) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(16) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(17) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(15) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-1 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(4) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(16) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(15) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-2 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(6) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-3 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(7) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(14) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(13) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-4 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(9) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(14) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(11) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(13) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-5 .genres-map-item:nth-child(12) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(1) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(18) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(16) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(17) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(15) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-6 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(2) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(16) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(15) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-7 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(5) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-8 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(8) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(14) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(13) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-9 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(10) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(14) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(11) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(13) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-10 .genres-map-item:nth-child(12) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(1) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(18) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(16) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(17) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(15) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-11 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(2) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(16) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(15) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-12 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(5) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(14) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-13 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(8) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(14) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(11) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(13) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-14 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(1) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(18) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(16) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(17) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(15) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-15 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(2) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(16) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(15) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(13) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-16 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(5) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(14) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(13) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-17 .genres-map-item:nth-child(12) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(8) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(14) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(11) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(13) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) {
    height: 444px;
    z-index: 1;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres-map-square {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres-map-square.country {
  white-space: normal;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres-map-square:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 68px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres-map-square:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres-map-square {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres-map-square .title {
    pointer-events: all;
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres-map-square .title:after {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres-map-square .genres {
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres-map-square .genres {
    padding-top: 6px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres {
  max-height: 1000px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-items-list.open-18 .genres-map-item:nth-child(12) .genres {
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 8px 0;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item {
    padding: 0;
    width: calc(((100% - (4 * 12px)) / 5));
    height: 120px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(1) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(2) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(3) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(4) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(5) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(6) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(7) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(8) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(9) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((1 - 1) * 140px + (1 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(10) {
    left: calc((5 - 1) * calc(((100% - (4 * 12px)) / 5)) + (5 - 1) * 12px);
    top: calc((2 - 1) * 140px + (2 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(11) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(12) {
    left: calc((4 - 1) * calc(((100% - (4 * 12px)) / 5)) + (4 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(13) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(14) {
    left: calc((3 - 1) * calc(((100% - (4 * 12px)) / 5)) + (3 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(15) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(16) {
    left: calc((2 - 1) * calc(((100% - (4 * 12px)) / 5)) + (2 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(17) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((4 - 1) * 140px + (4 - 1) * 12px);
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-item:nth-child(18) {
    left: calc((1 - 1) * calc(((100% - (4 * 12px)) / 5)) + (1 - 1) * 12px);
    top: calc((3 - 1) * 140px + (3 - 1) * 12px);
    height: 140px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-square.rock {
  background-color: #7baad5;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.country {
  background-color: #cd79ba;
  text-transform: none;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.pop {
  background-color: #66c2e7;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.hip-hop {
  background-color: #66d2d6;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.rnb {
  background-color: #66c9ab;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.latin {
  background-color: #f4729b;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.electronic {
  background-color: #66d8ed;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.rock {
  background-color: #7baad5;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.metal {
  background-color: #798cc2;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.punk {
  background-color: #a281bd;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.jazz {
  background-color: #a6d78f;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.reggae {
  background-color: #fdd471;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.blues {
  background-color: #66cd94;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.classical {
  background-color: #c9e188;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.religious {
  background-color: #e0e97f;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.european {
  background-color: #f5907a;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.asian {
  background-color: #fabc78;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.middle-eastern {
  background-color: #f0f070;
}
.section-genres-landing .genres-map-wrapper .genres-map-square.african {
  background-color: #ffe566;
}
.section-genres-landing .genres-map-wrapper .genres-map-square {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square {
    cursor: pointer;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-square article {
  padding: 22px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square article {
    padding: 12px 2px 12px 12px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square article {
    padding: 24px 5px 24px 24px;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-square .title {
  pointer-events: none;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section-genres-landing .genres-map-wrapper .genres-map-square .title:after {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  content: "";
  background-image: url('../images/svg/plus-blue.svg');
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  height: 16px;
  margin-top: -8px;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4e63ce;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square .title:after {
    content: none;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-square .info {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1;
  font-weight: 400;
  padding-right: 32px;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square .info {
    display: none;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-square h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}
.section-genres-landing .genres-map-wrapper .genres-map-square h4 a {
  color: #000000;
}
.section-genres-landing .genres-map-wrapper .genres-map-square h4 a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.section-genres-landing .genres-map-wrapper .genres-map-square .genres {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 24px -22px -24px -22px;
  background-color: #ffffff;
  padding-top: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0s cubic-bezier(0, 1, 0, 1);
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square .genres {
    font-size: 11px;
    font-size: 1.1rem;
    width: 100%;
    line-height: 18px;
    margin: 0;
    height: auto;
    padding-top: 6px;
    background-color: transparent;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-square .genres .item {
  border-bottom: 1px solid #e8e8e8;
}
.section-genres-landing .genres-map-wrapper .genres-map-square .genres .item.active a,
.section-genres-landing .genres-map-wrapper .genres-map-square .genres .item.active span {
  pointer-events: none;
  cursor: default;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square .genres .item {
    border: 0;
    padding: 3px 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square .genres .item {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square .genres .item:first-child {
    display: none;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-square .genres a,
.section-genres-landing .genres-map-wrapper .genres-map-square .genres span {
  color: #4e63ce;
  padding: 17px 24px;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square .genres a,
  .section-genres-landing .genres-map-wrapper .genres-map-square .genres span {
    line-height: 1;
    color: #000000;
    padding: 0;
    display: block;
  }
}
.section-genres-landing .genres-map-wrapper .genres-map-square .genres a:hover,
.section-genres-landing .genres-map-wrapper .genres-map-square .genres span:hover {
  color: #6889e2;
}
@media only screen and (min-width: 1024px) {
  .section-genres-landing .genres-map-wrapper .genres-map-square .genres a:hover,
  .section-genres-landing .genres-map-wrapper .genres-map-square .genres span:hover {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #000000;
  }
}
/*****---------- 5.4 Other ----------*****/
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/gif/loader-grey.gif');
  background-color: #f4f6f6;
}
.loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.loading.fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.loading.top-level {
  z-index: 9999;
}
.loading.small {
  background-size: 30px;
}
.loading.white:before {
  background-image: url('../images/gif/loader.gif');
  background-color: #ffffff;
}
.loading.blue-grey:before {
  background-image: url('../images/gif/loader-grey.gif');
  background-color: #e8eced;
  background-blend-mode: darken;
}
.loading.blue-grey-dark:before {
  background-image: url('../images/gif/loader-grey.gif');
  background-color: #a0aeb4;
  background-blend-mode: darken;
}
.loading.black:before {
  background-image: url('../images/svg/loader-ani.svg');
  background-color: #000000;
}
.loading.grey:before {
  background-image: url('../images/gif/loader-grey.gif');
  background-color: #f4f6f6;
  background-blend-mode: darken;
}
.loading.transparent-black:before {
  background-image: url('../images/svg/loader-ani-black.svg');
  background-color: transparent;
}
.loading.transparent-white:before {
  background-image: url('../images/svg/loader-ani.svg');
  background-color: transparent;
}
.loading.noise-white:after {
  content: "";
  background-image: url(../images/gif/noise-animated-dark.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
}
.loading.noise-white:before {
  background-image: url('../images/svg/loader-ani.svg');
  background-color: transparent;
}
.loading.noise-black:after {
  content: "";
  background-image: url(../images/gif/noise-animated-dark.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
}
.loading.noise-black:before {
  background-image: url('../images/svg/loader-ani.svg');
  background-color: transparent;
}
.loading.inline-black {
  width: 100%;
  height: 100%;
  min-height: 60px;
  background-color: transparent;
}
.loading.inline-black:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/svg/loader-ani-black.svg');
}
.loading.inline-white {
  width: 100%;
  height: 100%;
  min-height: 60px;
  background-color: transparent;
}
.loading.inline-white:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/svg/loader-ani.svg');
}
.loading.relative {
  position: relative;
}
.loading.overflow-hidden {
  overflow: hidden;
}
.loading.padding-bottom-20 {
  padding-bottom: 20px;
}
.loader-fullscreen {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f6f6;
  color: #707580;
}
.loader-fullscreen.white {
  background-color: #ffffff;
}
.loader-fullscreen.white .loader-icon {
  background-image: url('../images/gif/loader.gif');
}
.loader-fullscreen .loader-fullscreen-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loader-fullscreen .loader-icon {
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80px;
          flex: 1 1 80px;
  max-width: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  background-image: url('../images/gif/loader-grey.gif');
}
.loader-fullscreen .loader-txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 54px;
}
.loader-element {
  border-radius: 8px;
  -webkit-animation: loader-gradient 2s ease-in-out infinite;
  animation: loader-gradient 2s ease-in-out infinite;
  background-color: #FAFBFB !important;
  background: -webkit-gradient(linear, right top, left top, from(#f5f7f8), color-stop(33.33%, #f5f7f8), color-stop(50%, #e6eaed), color-stop(66.66%, #f5f7f8), to(#f5f7f8));
  background: linear-gradient(-90deg, #f5f7f8 0%, #f5f7f8 33.33%, #e6eaed 50%, #f5f7f8 66.66%, #f5f7f8 100%);
  background-size: 300% 100% !important;
  background-position: 100% 0%;
  background-repeat: repeat-x !important;
}
.loader-element.white {
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(33.33%, #ffffff), color-stop(50%, #e6eaed), color-stop(66.66%, #ffffff), to(#ffffff));
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff 33.33%, #e6eaed 50%, #ffffff 66.66%, #ffffff 100%);
}
.loader-element.blue-grey-dark {
  background-color: #AFBEC4 !important;
  background: -webkit-gradient(linear, right top, left top, from(#afbec4), color-stop(33.33%, #afbec4), color-stop(50%, #93a3aa), color-stop(66.66%, #afbec4), to(#afbec4));
  background: linear-gradient(-90deg, #afbec4 0%, #afbec4 33.33%, #93a3aa 50%, #afbec4 66.66%, #afbec4 100%);
}
.loader-element.no-vert-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.loader-element.shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.loader-element.circle {
  border-radius: 50%;
}
.loader-element.rounded {
  border-radius: 4px;
}
.loader-element.h-square {
  min-height: unset;
  height: auto;
}
.loader-element.h-square:before {
  content: "";
  width: 100%;
  padding-top: 100%;
}
.loader-element.no-border {
  border: 0 !important;
}
.loader-element.negative-margin-24 {
  margin: -24px;
}
@media only screen and (max-width: 767px) {
  .loader-element.mw-full-width {
    width: 100%;
    min-width: 100%;
  }
}
.loader-element.mw-48 {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.loader-element.mw-80 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
@media only screen and (max-width: 767px) {
  .loader-element.mw-256 {
    width: 256px;
    min-width: 256px;
  }
}
.loader-element.mw-264 {
  width: 264px;
  min-width: 264px;
}
.loader-element.w-32 {
  width: 32px;
}
.loader-element.w-48 {
  width: 48px;
}
.loader-element.w-64 {
  width: 64px;
}
.loader-element.w-80 {
  width: 80px;
}
.loader-element.w-96 {
  width: 96px;
  min-width: unset;
}
.loader-element.w-100 {
  width: 100px;
}
.loader-element.w-132 {
  width: 132px;
}
.loader-element.w-150 {
  width: 150px;
}
.loader-element.w-162 {
  width: 162px;
  max-width: 162px;
}
.loader-element.w-200 {
  width: 200px;
}
.loader-element.w-264 {
  width: 264px;
}
.loader-element.w-400 {
  width: 400px;
}
.loader-element.mt-0 {
  margin-top: 0;
}
.loader-element.mt-16 {
  margin-top: 16px;
}
.loader-element.mt-24 {
  margin-top: 24px;
}
.loader-element.mt-32 {
  margin-top: 32px;
}
.loader-element.mb-20 {
  margin-bottom: 20px;
}
.loader-element.mb-32 {
  margin-bottom: 32px;
}
.loader-element.h-12 {
  height: 12px;
  min-height: 12px;
}
.loader-element.h-32 {
  height: 32px;
  min-height: 32px;
}
.loader-element.h-48 {
  height: 48px;
  min-height: 48px;
}
.loader-element.h-66 {
  height: 66px;
  min-height: 66px;
}
.loader-element.h-78 {
  height: 78px;
  min-height: 78px;
}
@media only screen and (max-width: 767px) {
  .loader-element.mobile-h-78 {
    height: 78px;
    min-height: 78px;
    max-height: 78px;
  }
}
.loader-element.h-80 {
  height: 80px;
  min-height: 80px;
}
.loader-element.h-96 {
  height: 96px;
  min-height: 96px;
}
.loader-element.h-132 {
  height: 132px;
  min-height: 132px;
}
.loader-element.h-150 {
  height: 150px;
  min-height: 150px;
}
.loader-element.h-162 {
  height: 162px;
  min-height: 162px;
}
.loader-element.h-174 {
  height: 174px;
  min-height: 174px;
}
.loader-element.h-184 {
  height: 184px;
  min-height: 184px;
}
.loader-element.h-200 {
  height: 200px;
  min-height: 200px;
}
.loader-element.h-232 {
  height: 232px;
  min-height: 232px;
}
.loader-element.h-242 {
  height: 242px;
  min-height: 242px;
}
.loader-element.h-264 {
  height: 264px;
  min-height: 264px;
}
.loader-element.h-282 {
  height: 282px;
  min-height: 282px;
}
.loader-element.h-308 {
  height: 308px;
  min-height: 308px;
}
.loader-element.h-358 {
  height: 358px;
  min-height: 358px;
}
.loader-element.h-400 {
  height: 400px;
  min-height: 400px;
}
.loader-element.h-432 {
  height: 432px;
  min-height: 432px;
}
.loader-element.h-840 {
  height: 840px;
  min-height: 840px;
}
.loader-element.h-100-p {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .loader-element.mh-66 {
    height: 66px;
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .loader-element.mh-96 {
    height: 96px;
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .loader-element.mh-264 {
    height: 264px;
    min-height: unset;
  }
}
.loader-element.maxh-132 {
  height: 132px;
  max-height: 132px;
  min-height: unset;
}
.loader-element.instagram,
.loader-element.tiktok,
.loader-element.twitter {
  height: 264px;
  min-height: 264px;
}
@media only screen and (min-width: 768px) {
  .loader-element.instagram,
  .loader-element.tiktok,
  .loader-element.twitter {
    height: 358px;
    min-height: 358px;
  }
}
.loader-element.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .loader-element.tablet-forward {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .loader-element.mobile-only {
    display: none;
  }
}
.loader-element.delay + .delay {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loader-element.delay + .delay + .delay {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.loader-element.delay + .delay + .delay + .delay {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.loader-element.delay + .delay + .delay + .delay + .delay {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.loader-element.delay + .delay + .delay + .delay + .delay + .delay {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.loader-element.delay + .delay + .delay + .delay + .delay + .delay + .delay {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.loader-element-invisible {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.loader-element-group + .loader-element-group {
  margin-top: 32px;
}
.loader-element-group.mt-32 {
  margin-top: 32px;
}
.loader-element-group.h-150 {
  height: 150px;
}
.loader-element-group.h-200 {
  height: 200px;
}
.loader-element-group.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .loader-element-group.tablet-forward {
    display: block;
  }
}
.loader-element-group.desktop-forward {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .loader-element-group.desktop-forward {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .loader-element-group.mobile-only {
    display: none;
  }
}
.loader-element-group.direction-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.loader-element-group.direction-row .loader-element-line + .loader-element-line {
  margin-left: 16px;
}
@media only screen and (min-width: 768px) {
  .loader-element-group.direction-row-768 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.loader-element-group.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.loader-element-group.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.loader-element-group.flex-wrap .loader-element-line {
  margin-right: 16px;
}
.loader-element-group.flex-wrap .loader-element-line + .loader-element-line {
  margin-left: 0;
  margin-right: 16px;
}
@media only screen and (min-width: 768px) {
  .loader-element-group.flex-wrap-768 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.loader-element-group.direction-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loader-element-group.direction-column .loader-element-line + .loader-element-line {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .loader-element-group.direction-column-768 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .loader-element-group.direction-column-768 .loader-element-line + .loader-element-line {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .loader-element-group.direction-column-1024 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .loader-element-group.direction-column-1024 .loader-element-line + .loader-element-line {
    margin-left: 0;
  }
}
.loader-element-circle {
  border-radius: 50%;
}
.loader-element-line {
  border-radius: 999px;
  height: 12px;
}
.loader-element-line.h-8 {
  height: 8px;
}
.loader-element-line.h-24 {
  height: 24px;
}
.loader-element-line.h-24 {
  height: 24px;
}
.loader-element-line.mt-0 {
  margin-top: 0;
}
.loader-element-line.mt-16 {
  margin-top: 16px;
}
.loader-element-line.mt-8 {
  margin-top: 8px;
}
.loader-element-line + .loader-element-line {
  margin-top: 6px;
}
.loader-element-line + .loader-element-line.mt-0 {
  margin-top: 0;
}
.loader-element-line + .loader-element-line.mt-16 {
  margin-top: 16px;
}
.loader-element-line.white {
  background-color: #ffffff;
}
.loader-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.loader-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loader-icon.h-128 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 128px;
          flex: 1 0 128px;
}
.loader-icon.h-150 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
.loader-icon.h-200 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}
.loader-icon.h-242 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 242px;
          flex: 1 0 242px;
}
@media only screen and (max-width: 767px) {
  .loader-icon.mh-242 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 242px;
            flex: 1 0 242px;
  }
}
.loader-icon.h-360 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 360px;
          flex: 1 0 360px;
}
.loader-icon.h-470 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 470px;
          flex: 1 0 470px;
}
.loader-icon img {
  width: 80px;
}
.loader-table {
  width: 100%;
  padding-top: 32px;
}
.loader-table.has-pagination {
  padding-bottom: 16px;
}
.loader-table.loader-table-body {
  padding: 0;
}
.loader-table.loader-table-body.has-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.loader-table.loader-table-body.has-height .loader-element-line {
  margin: 0 !important;
}
.loader-table.loader-table-body .loader-element-line {
  margin-top: 20px;
}
.loader-table.loader-table-body .loader-element-line:first-child {
  margin-top: 10px;
}
.loader-table.loader-table-body .loader-element-line:last-child {
  margin-bottom: 10px;
}
.loader-table .loader-element-line {
  margin-top: 32px;
}
.loader-table .loader-element-line:first-child {
  margin-top: 0;
}
.loader-element-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.loader-element-cards.margin-horizontal-24 {
  margin: 0 24px;
}
.loader-element-cards.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .loader-element-cards.has-pagination {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .loader-element-cards.overflow-1024-max {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .loader-element-cards.bp-768-2 .loader-element-plain-card {
    min-width: calc(50% - 24px*1/2);
    max-width: calc(50% - 24px*1/2);
  }
}
@media only screen and (min-width: 768px) {
  .loader-element-cards.bp-768-3 .loader-element-plain-card {
    min-width: calc(33.33% - 24px*2/3);
    max-width: calc(33.33% - 24px*2/3);
  }
}
@media only screen and (min-width: 1024px) {
  .loader-element-cards.bp-1024-3 .loader-element-plain-card {
    min-width: calc(33.33% - 24px*2/3);
    max-width: calc(33.33% - 24px*2/3);
  }
}
@media only screen and (min-width: 1024px) {
  .loader-element-cards.bp-1024-4 .loader-element-plain-card {
    min-width: calc(25% - 24px*3/4);
    max-width: calc(25% - 24px*3/4);
  }
}
@media only screen and (min-width: 1099px) {
  .loader-element-cards.bp-1100-4 .loader-element-plain-card {
    min-width: calc(25% - 24px*3/4);
    max-width: calc(25% - 24px*3/4);
  }
}
@media only screen and (min-width: 1199px) {
  .loader-element-cards.bp-1200-4 .loader-element-plain-card {
    min-width: calc(25% - 24px*3/4);
    max-width: calc(25% - 24px*3/4);
  }
}
@media only screen and (min-width: 1199px) {
  .loader-element-cards.bp-1200-5 .loader-element-plain-card {
    min-width: calc(20% - 24px*4/5);
    max-width: calc(20% - 24px*4/5);
  }
}
@media only screen and (min-width: 1259px) {
  .loader-element-cards.bp-1260-5 .loader-element-plain-card {
    min-width: calc(20% - 24px*4/5);
    max-width: calc(20% - 24px*4/5);
  }
}
@media only screen and (min-width: 1279px) {
  .loader-element-cards.bp-1280-5 .loader-element-plain-card {
    min-width: calc(20% - 24px*4/5);
    max-width: calc(20% - 24px*4/5);
  }
}
@media only screen and (min-width: 1279px) {
  .loader-element-cards.bp-1280-6 .loader-element-plain-card {
    min-width: calc(16.66% - 24px*5/6);
    max-width: calc(16.66% - 24px*5/6);
  }
}
@media only screen and (min-width: 1479px) {
  .loader-element-cards.bp-1480-5 .loader-element-plain-card {
    min-width: calc(20% - 24px*4/5);
    max-width: calc(20% - 24px*4/5);
  }
}
.loader-element-plain-card {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 24px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(33.33%, #ffffff), color-stop(50%, #f5f7f8), color-stop(66.66%, #ffffff), to(#ffffff));
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff 33.33%, #f5f7f8 50%, #ffffff 66.66%, #ffffff 100%);
}
@media only screen and (max-width: 767px) {
  .loader-element-plain-card {
    min-width: 204px;
    max-width: 204px;
  }
}
@media only screen and (max-width: 767px) {
  .loader-element-plain-card.mobile-h-78 {
    height: 78px;
    min-height: 78px !important;
    max-height: 78px !important;
  }
}
.loader-element-plain-card.rounded {
  border-radius: 8px;
}
.loader-element-plain-card.gutter-32 {
  margin-right: 32px;
}
@media only screen and (min-width: 768px) {
  .loader-element-plain-card.bp-768-gutter-40 {
    margin-right: 40px;
  }
}
.loader-element-plain-card.no-min-max-width {
  min-width: unset;
  max-width: none;
}
.loader-element-plain-card.grey {
  background: -webkit-gradient(linear, right top, left top, from(#f5f7f8), color-stop(33.33%, #f5f7f8), color-stop(50%, #e6eaed), color-stop(66.66%, #f5f7f8), to(#f5f7f8));
  background: linear-gradient(-90deg, #f5f7f8 0%, #f5f7f8 33.33%, #e6eaed 50%, #f5f7f8 66.66%, #f5f7f8 100%);
}
.loader-element-plain-card.grey .loader-element-card-divider {
  background: #ffffff;
}
.loader-element-plain-card.video {
  height: 285px;
}
.loader-element-plain-card.full-width {
  max-width: none;
}
.loader-element-plain-card.stagger {
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (max-width: 767px) {
  .loader-element-plain-card.stagger {
    max-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.loader-element-plain-card.divider-16 .loader-element-card-divider {
  width: 16px;
}
.loader-element-plain-card:last-child {
  margin-right: 0;
}
.loader-element-card-divider {
  width: 24px;
  height: 100%;
  background: #f4f6f6;
}
@media only screen and (max-width: 767px) {
  .loader-element-card-divider {
    margin-left: 204px;
    width: auto;
    border-right: 24px solid #f4f6f6;
  }
}
/*
.loader-element-cards-stagger {
	display: flex;
	justify-content: space-between;
	flex: 1;
	overflow: hidden;

	&.has-pagination {

		@media @bp_768 {
			padding-bottom: 50px;
		}
	}

	&.overflow-1024-max {
		
		@media @bp_1024_max {
			overflow: visible;
		}
	}

	&.bp-768-2 {

		.loader-element-plain-card { 

			@media @bp_768 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-768-3 {

		.loader-element-plain-card { 

			@media @bp_768 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1024-3 {

		.loader-element-plain-card { 

			@media @bp_1024 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1024-4 {

		.loader-element-plain-card { 

			@media @bp_1024 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1100-4 {

		.loader-element-plain-card { 

			@media @bp_1100 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1200-4 {

		.loader-element-plain-card { 

			@media @bp_1200 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1200-5 {

		.loader-element-plain-card { 

			@media @bp_1200 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1260-5 {

		.loader-element-plain-card { 

			@media @bp_1260 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1280-4 {

		.loader-element-plain-card { 

			@media @bp_1280 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1280-5 {

		.loader-element-plain-card { 

			@media @bp_1280 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1280-6 {

		.loader-element-plain-card { 

			@media @bp_1280 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4),
					&:nth-child(5) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1480-5 {

		.loader-element-plain-card { 

			@media @bp_1480 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4) {
						display: flex;
					}
				}
			}
		}
	}


	&.bp-1280-hide {

		@media @bp_1280 {
			display: none;
		}
	}
}*/
.cookies-consent-v2 {
  pointer-events: none;
  cursor: default;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cookies-consent-v2 {
    bottom: 88px;
  }
}
@media only screen and (min-width: 1024px) {
  .cookies-consent-v2 {
    bottom: 64px;
  }
}
@media only screen and (min-width: 1199px) {
  .cookies-consent-v2 {
    bottom: 32px;
  }
}
.cookies-consent-v2 .row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-size: 1.2rem;
  pointer-events: auto;
  line-height: 16px;
  max-width: 896px;
  background-color: #EEF0FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  line-height: 1;
  margin: 0 auto;
}
.cookies-consent-v2 .row p {
  padding: 0 24px 0 0;
  margin: 0;
}
.cookies-consent-v2 .row .button {
  white-space: nowrap;
}
.cookies-consent-v2 .row .btn-solid {
  font-size: 10px;
  font-size: 1rem;
  height: 40px;
  padding: 0;
  width: 92px;
  min-width: 92px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .cookies-consent-v2 .row .btn-solid {
    font-size: 12px;
    font-size: 1.2rem;
    width: 110px;
    min-width: 110px;
  }
}
.cookies-consent-v2 a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.cookies-consent-v2 a:hover {
  color: #6889e2;
}
/*
.cookies-consent {
	vertical-align: middle;
	position: fixed;
	top: 7px;
	bottom: 7px;
	left: 7px;
	max-width: 306px;
	box-sizing: border-box;
	background: @white;
	text-align: left;

	&:before {
		content: "";
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0,0,0,0.75);
	}

	article {
		.font-size(10);
		line-height: 14px;
		font-family: @base-font;
		font-weight: 400;
		color: @black;
		padding: 20px 0;
		overflow-y: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 306px;
		background-color: @white;
		z-index: 1;
	}

	.content {
		.clearfix();
		padding: 20px 20px 0 20px;

		@media @bp_768 {
			padding: 20px 30px;
		}
	}

	h2 {
		.font-size(24);
		line-height: 28px;
		font-weight: 600;
		padding: 0 0 20px 0;
		margin: 0;
	}

	.btn-shadow {
		width: 100%;
		margin-bottom: 20px;
	}

	.buttons {
		padding: 15px 0;
	}

	a {
		color: @black;
		font-weight: bold;

		&:hover {
			.text-decoration-ink;
		}
	}

	.cookies-form {
		padding-bottom: 0;
	}

	.form-row {
		border-top: 2px solid @black;
		border-bottom: 2px solid @black;
		padding: 10px 40px 10px 0;
	}

	input[type="checkbox"].custom-checkbox + label {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -12px;
		padding-left: 24px;
	}
}
*/
.pagination {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
.pagination.black {
  color: #000000;
}
.pagination.black .btn-pagination {
  color: #000000;
  border-color: #000000;
}
.pagination.black .btn-pagination:not(:disabled):hover {
  border-color: #ffffff;
}
.pagination.black .btn-pagination.active {
  border-color: #ffffff;
}
.pagination.black p {
  color: #000000;
}
.pagination p {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 20px 0 30px 0;
  margin: 0;
  color: #707580;
}
.flag {
  width: 16px;
  height: 12px;
  vertical-align: middle;
}
.flag + em {
  font-style: normal;
}
.notifications-wrapper {
  background: yellow;
}
.notifications-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.notifications-wrapper .logo {
  position: fixed;
  left: 0;
  top: 0;
}
.sem-pa-tja {
  -webkit-animation: sem-pa-tja 1s ease-in-out 0s infinite;
  animation: sem-pa-tja 1s ease-in-out 0s infinite;
  display: inline-block;
  margin-left: 10px;
}
.notification {
  background-color: #000000;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: auto;
  max-height: 0px;
  z-index: 4;
}
.notification.small > article {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.notification.small .close {
  top: 12px;
  right: 20px;
  background-size: 12px;
}
.notification.mobile-warning {
  display: none;
}
@media only screen and (min-width: 768px) {
  .notification.mobile-warning {
    display: none;
  }
}
.notification.error:after {
  background-color: #e44561;
}
.notification.past-due {
  font-size: 12px;
  font-size: 1.2rem;
}
.notification.past-due:after {
  background-color: #EB485A;
}
.notification.past-due > article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .notification.past-due > article {
    padding-left: 32px;
  }
}
.notification.past-due .icon {
  width: 24px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .notification.past-due .icon {
    position: absolute;
    left: 16px;
    top: 50%;
    margin: -8px 0 0 0;
    width: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .notification.past-due .tertiary {
    margin-left: 16px;
  }
}
.notification.verification:after {
  background-color: #EB485A;
}
.notification.verification > article {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .notification.verification > article {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.notification.verification .button.btn-verify {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 32px;
  color: #EB485A;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .notification.verification .button.btn-verify {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    background-color: transparent;
    padding: 0;
    color: #ffffff;
    height: auto;
    margin-top: 4px;
  }
}
.notification.verification .icon {
  width: 24px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .notification.verification .icon {
    position: absolute;
    left: 16px;
    top: 50%;
    margin: -8px 0 0 0;
    width: 16px;
  }
}
.notification.countdown > article {
  padding-top: 5px;
  padding-bottom: 5px;
}
.notification.countdown .button.btn-premium {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.notification.show {
  -webkit-animation: notification-ani 4s linear 0.5s forwards;
  animation: notification-ani 4s linear 0.5s forwards;
}
.notification.show:after {
  -webkit-animation: notification-inner-ani 1.6s linear 0.6s forwards;
  animation: notification-inner-ani 1.6s linear 0.6s forwards;
}
@media only screen and (min-width: 768px) {
  .notification.show {
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }
  .notification.show:after {
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s;
  }
}
@media only screen and (min-width: 1199px) {
  .notification.show {
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  .notification.show:after {
    -webkit-animation-duration: 3.6s;
            animation-duration: 3.6s;
  }
}
.notification.hide {
  -webkit-animation: notification-hide 1s ease-out 0s forwards !important;
  animation: notification-hide 1s ease-out 0s forwards !important;
}
.notification:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4e63ce;
  display: block;
  z-index: 2;
}
.notification .close {
  position: absolute;
  z-index: 4;
  top: 25px;
  right: 20px;
  background-image: url('../images/svg/close-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .notification .close {
    background-size: 20px;
  }
}
.notification > article {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  z-index: 3;
  position: relative;
  font-weight: 500;
  padding: 26px 60px 26px 20px;
}
.notification > article a {
  color: #ffffff;
  text-decoration: underline;
}
.notification .countdown-timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 16px;
}
.notification .countdown-field {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'suisseIntMono', sans-serif;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0.5px;
  margin: 0 8px;
}
.notification .countdown-field .label {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 2px;
  margin-bottom: 1px;
}
.notification + .notification.show {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.notification + .notification.show:after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.notification + .notification + .notification.show {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.notification + .notification + .notification.show:after {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.uberlanding-v3 {
  min-height: 100vh;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-v3-mobile.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .uberlanding-v3 {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-v3-desktop.webp');
  }
}
.uberlanding-header-v3 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #ffffff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1128px;
}
.uberlanding-header-v3 h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
  padding-top: 56px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .uberlanding-header-v3 h1 {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 78px;
    padding-top: 80px;
  }
}
.uberlanding-header-v3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .uberlanding-header-v3 a.button.secondary.s {
    font-size: 10px;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    height: 34px;
  }
}
.uberlanding-header-v3 a.button.secondary.s:hover,
.uberlanding-header-v3 a.button.secondary.s:active {
  color: #6889e2;
}
.uberlanding-header-v3 .logo {
  font-size: 0px;
  font-size: 0rem;
}
.uberlanding-main-v3 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
  max-width: 1128px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.uberlanding-main-v3 .uberlanding-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-cards-wrapper {
    gap: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.uberlanding-main-v3 .uberlanding-card {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 500ms ease-out;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
  color: #ffffff;
  padding: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    max-width: 310px;
    min-width: 310px;
    width: 100%;
    gap: 24px;
    padding: 24px 24px 32px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card:hover,
  .uberlanding-main-v3 .uberlanding-card:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.uberlanding-main-v3 .uberlanding-card.card-pro {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-card-pro-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card.card-pro {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-card-pro-desktop.webp');
  }
}
.uberlanding-main-v3 .uberlanding-card.card-artists {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-card-artists-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card.card-artists {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-card-artists-desktop.webp');
  }
}
.uberlanding-main-v3 .uberlanding-card figure {
  min-width: 50px;
  width: 50px;
}
.uberlanding-main-v3 .uberlanding-card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card article {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.uberlanding-main-v3 .uberlanding-card h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    height: 68px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.uberlanding-main-v3 .uberlanding-card p {
  padding: 8px 0 0 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card p {
    padding-top: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .uberlanding-main-v3 .uberlanding-card p br {
    display: none;
  }
}
.uberlanding-main-v3 .uberlanding-card .uberlanding-card-icon {
  width: 40px;
  min-width: 40px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card .uberlanding-card-icon {
    width: 60px;
    min-width: 60px;
  }
}
.uberlanding-main-v3 .uberlanding-card .actions {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card .actions {
    padding-top: 32px;
    text-align: center;
  }
}
.uberlanding-main-v3 .uberlanding-card .actions .button {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  height: 32px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-main-v3 .uberlanding-card .actions .button {
    width: auto;
    width: 100px;
  }
}
.uberlanding-main-v3 .uberlanding-card .absolute-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.uberlanding-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .uberlanding-v2 {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(100vh - 196px - 160px);
  }
}
.uberlanding-v2.alt-404 {
  gap: 24px;
  min-height: unset;
}
.uberlanding-v2.alt-404 .uberlanding-col {
  border-radius: 12px;
}
.uberlanding-v2.alt-404 .uberlanding-col:before {
  border-radius: 12px;
}
.uberlanding-v2 .cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .cols-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .uberlanding-v2 .cols-wrapper {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.uberlanding-v2 .uberlanding-col-wrapper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .uberlanding-col-wrapper {
    margin: 0;
  }
}
.uberlanding-v2 .uberlanding-col-wrapper:hover:before,
.uberlanding-v2 .uberlanding-col-wrapper:active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.uberlanding-v2 .uberlanding-col-wrapper:before {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background-color: #000000;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.uberlanding-v2 .uberlanding-col-wrapper:first-child .uberlanding-col-v2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-analytics-mobile-1-v2.webp');
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .uberlanding-col-wrapper:first-child .uberlanding-col-v2 {
    background-image: none;
    background: #181C1F;
  }
}
.uberlanding-v2 .uberlanding-col-wrapper:first-child .uberlanding-col-v2 figure {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .uberlanding-col-wrapper:first-child .uberlanding-col-v2 figure {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-analytics-tablet-1-v2.webp');
    max-height: 200px;
    min-height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .uberlanding-v2 .uberlanding-col-wrapper:first-child .uberlanding-col-v2 figure {
    max-height: 250px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .uberlanding-col-wrapper:first-child .uberlanding-col-v2 picture {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: -33px;
  }
}
@media only screen and (min-width: 880px) {
  .uberlanding-v2 .uberlanding-col-wrapper:first-child .uberlanding-col-v2 picture {
    max-width: 400px;
    bottom: -38px;
  }
}
@media only screen and (min-width: 1024px) {
  .uberlanding-v2 .uberlanding-col-wrapper:first-child .uberlanding-col-v2 picture {
    max-width: unset;
    bottom: -40px;
  }
}
.uberlanding-v2 .uberlanding-col-wrapper:last-child .uberlanding-col-v2 {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-analytics-mobile-2-v2.webp');
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .uberlanding-col-wrapper:last-child .uberlanding-col-v2 {
    background-image: none;
    background: #181C1F;
  }
}
.uberlanding-v2 .uberlanding-col-wrapper:last-child .uberlanding-col-v2 figure {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .uberlanding-col-wrapper:last-child .uberlanding-col-v2 figure {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-analytics-tablet-2-v2.webp');
    max-height: 200px;
    min-height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .uberlanding-v2 .uberlanding-col-wrapper:last-child .uberlanding-col-v2 figure {
    max-height: 250px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .uberlanding-col-wrapper:last-child .uberlanding-col-v2 picture {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: -20px;
  }
}
@media only screen and (min-width: 880px) {
  .uberlanding-v2 .uberlanding-col-wrapper:last-child .uberlanding-col-v2 picture {
    max-width: 400px;
    bottom: -23px;
  }
}
@media only screen and (min-width: 1024px) {
  .uberlanding-v2 .uberlanding-col-wrapper:last-child .uberlanding-col-v2 picture {
    max-width: unset;
    bottom: -24px;
  }
}
.uberlanding-v2 .absolute-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .mobile-only {
    display: none;
  }
}
.uberlanding-v2 .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .uberlanding-v2 .tablet-forward {
    display: block;
  }
}
.uberlanding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  min-height: calc(100vh - 48px);
}
@media only screen and (min-width: 768px) {
  .uberlanding {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.uberlanding.alt-404 {
  gap: 24px;
  min-height: unset;
}
.uberlanding.alt-404 .uberlanding-col {
  border-radius: 12px;
}
.uberlanding.alt-404 .uberlanding-col:before {
  border-radius: 12px;
}
.uberlanding .absolute-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.uberlanding-col-v2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  max-width: 552px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .uberlanding-col-v2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.uberlanding-col-v2:hover,
.uberlanding-col-v2:active {
  z-index: 3;
}
.uberlanding-col-v2:hover .button,
.uberlanding-col-v2:active .button {
  background-color: #6889e2;
}
.uberlanding-col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.uberlanding-col:hover:before,
.uberlanding-col:active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.uberlanding-col:hover .arrow,
.uberlanding-col:active .arrow {
  -webkit-transform: translate(40px, 0);
  transform: translate(40px, 0);
}
.uberlanding-col:before {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  background-color: #000000;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.uberlanding-col:first-child {
  background-image: url('../images/static/uberlanding-bg-artist-mobile.png');
}
@media only screen and (min-width: 768px) {
  .uberlanding-col:first-child {
    background-image: url('../images/static/uberlanding-bg-artist-768.png');
  }
}
.uberlanding-col:last-child {
  background-image: url('../images/static/uberlanding-bg-analytics-mobile.png');
}
@media only screen and (min-width: 768px) {
  .uberlanding-col:last-child {
    background-image: url('../images/static/uberlanding-bg-analytics-768.png');
  }
}
.uberlanding-content-v2 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 16px 24px 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content-v2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
.uberlanding-content-v2 .logo {
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content-v2 .logo {
    height: 32px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    top: 24px;
    left: 16px;
    z-index: 1;
  }
}
.uberlanding-content-v2 .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  width: 100%;
}
.uberlanding-content-v2 article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content-v2 article {
    padding: 56px 24px 32px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background-color: #181C1F;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 0 0 6px 6px;
  }
}
.uberlanding-content-v2 h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content-v2 h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .uberlanding-content-v2 h2 span {
    display: none;
  }
}
.uberlanding-content-v2 .arrow {
  -webkit-transition: transform 500ms ease-out;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  margin-right: 4px;
  min-width: 22px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content-v2 .arrow {
    display: none;
  }
}
.uberlanding-content-v2 p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 400;
  margin: 0 ;
  padding: 8px 0 0 0;
  display: block;
  max-width: 480px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content-v2 p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding-top: 16px;
  }
}
.uberlanding-content-v2 p br {
  display: none;
}
@media only screen and (min-width: 1099px) {
  .uberlanding-content-v2 p br {
    display: block;
  }
}
.uberlanding-content-v2 figure {
  margin: 24px auto 0 auto;
  display: block;
  max-width: 90%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  mask-image: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .uberlanding-content-v2 figure {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-height: 250px;
    min-height: 250px;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
    width: 100%;
    max-width: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.uberlanding-content-v2 .actions {
  padding-top: 42px;
  margin-top: auto;
  text-align: center;
}
.uberlanding-content {
  padding: 54px 12px;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content {
    padding: 64px 24px 0 24px;
  }
}
.uberlanding-content .logo {
  height: 32px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content .logo {
    height: 46px;
    margin-top: auto;
  }
}
.uberlanding-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: bold;
  margin: 0;
  padding: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 52px;
    padding-top: 48px;
    max-width: 580px;
    margin: 0 auto;
  }
}
.uberlanding-content h3 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    padding: 48px 0 0 0;
    display: block;
  }
}
.uberlanding-content h3 br {
  display: none;
}
@media only screen and (min-width: 1099px) {
  .uberlanding-content h3 br {
    display: block;
  }
}
.uberlanding-content label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 32px;
}
.uberlanding-content .arrow {
  -webkit-transition: transform 500ms ease-out;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .uberlanding-content .arrow img {
    max-width: 44px;
  }
}
.uberlanding-content p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 400;
  margin: 0 auto;
  padding: 16px 0 0 0;
  display: block;
  max-width: 480px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding-top: 24px;
  }
}
.uberlanding-content p br {
  display: none;
}
@media only screen and (min-width: 1099px) {
  .uberlanding-content p br {
    display: block;
  }
}
.uberlanding-content figure {
  display: none;
}
@media only screen and (min-width: 768px) {
  .uberlanding-content figure {
    margin: auto auto 0 auto;
    padding-top: 32px;
    display: block;
    max-width: 90%;
  }
}
.uberlanding-header-v2 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #ffffff;
  background-color: #000000;
  padding: 16px 24px 24px 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .uberlanding-header-v2 {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}
.uberlanding-header-v2 h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .uberlanding-header-v2 h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.uberlanding-header-v2 p {
  max-width: 1128px;
  text-align: right;
  margin: 0 auto;
  padding: 0 0 34px 0;
}
@media only screen and (min-width: 768px) {
  .uberlanding-header-v2 p {
    padding-bottom: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .uberlanding-header-v2 a.button.secondary.s {
    font-size: 10px;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    height: 34px;
  }
}
.uberlanding-header-v2 a.button.secondary.s:hover,
.uberlanding-header-v2 a.button.secondary.s:active {
  color: #6889e2;
}
.uberlanding-header {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #ffffff;
  background-color: #000000;
  padding: 16px 24px;
  text-align: center;
}
.uberlanding-header p {
  margin: 0;
  padding: 0;
}
.uberlanding-header a {
  font-weight: bold;
  color: #ffffff;
}
.uberlanding-header a:hover,
.uberlanding-header a:active {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.uberlanding-footer-v2 {
  color: #ffffff;
  background-color: #000000;
  padding: 80px 16px 40px 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-footer-v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 56px;
    padding-bottom: 48px;
  }
}
.uberlanding-footer-v2 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .uberlanding-footer-v2 .logo {
    width: auto;
  }
}
.uberlanding-footer-v2 p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  max-width: 230px;
}
@media only screen and (min-width: 768px) {
  .uberlanding-footer-v2 p {
    margin: 0;
    line-height: 16px;
    text-align: left;
    max-width: unset;
    white-space: nowrap;
  }
}
.uberlanding-footer-v2 strong {
  display: block;
  text-align: center;
  white-space: nowrap;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 40px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .uberlanding-footer-v2 strong {
    line-height: 16px;
    display: inline-block;
    padding-left: 16px;
  }
}
.uberlanding-footer {
  color: #ffffff;
  background-color: #000000;
  padding: 32px 24px 52px 24px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .uberlanding-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .uberlanding-footer img {
    width: 165px;
  }
}
.uberlanding-footer p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: center;
  padding: 22px 0 0 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .uberlanding-footer p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding: 0;
    text-align: left;
  }
}
.uberlanding-footer p strong {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .uberlanding-footer p strong {
    line-height: 36px;
    border-left: 1px solid #ffffff;
    display: inline-block;
    padding-left: 16px;
    margin-left: 16px;
    padding-right: 4px;
  }
}
.verify-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) {
  .verify-email {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.verify-email .viberate-module {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 64px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: pink;
  width: 100%;
  color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/static/bg-verify-email-mobile.png');
  position: relative;
}
@media only screen and (min-width: 768px) {
  .verify-email .viberate-module {
    min-width: 50%;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    background-image: url('../images/static/bg-verify-email-tablet.png');
  }
}
@media only screen and (min-width: 1024px) {
  .verify-email .viberate-module {
    min-width: 40%;
  }
}
.verify-email .viberate-module .logo {
  width: 144px;
}
@media only screen and (min-width: 768px) {
  .verify-email .viberate-module .logo {
    margin-top: -40px;
    width: 288px;
    position: absolute;
    top: 50%;
  }
}
.verify-email .viberate-module .logo img {
  width: 100%;
}
.verify-email .viberate-module .thrusted-by {
  font-size: 12px;
  font-size: 1.2pxrem;
  line-height: 16px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .verify-email .viberate-module .thrusted-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
  }
}
.verify-email .viberate-module .thrusted-by p {
  padding: 0 0 24px 0;
  margin: 0;
}
.verify-email .viberate-module .logos {
  padding-bottom: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 720px;
}
.verify-email .viberate-module .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.verify-email .viberate-module .logos ul + ul {
  padding-top: 32px;
}
.verify-email .viberate-module .logos ul li {
  margin: 0 24px;
}
.verify-email .viberate-module .logos img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.verify-email .verify-email-module {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .verify-email .verify-email-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .verify-email .verify-email-module {
    min-width: 60%;
  }
}
.verify-email .try-different-email {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1pxrem;
  line-height: 16px;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d5dde0;
  height: 48px;
  width: 100%;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .verify-email .try-different-email {
    border-bottom: 0;
    border-top: 1px solid #d5dde0;
    margin-top: auto;
  }
}
.verify-email .try-different-email a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  font-weight: bold;
  color: inherit;
}
.verify-email .try-different-email a:hover,
.verify-email .try-different-email a:active {
  color: #000000;
}
.verify-email .verify-your-email {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2pxrem;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.verify-email .verify-your-email h1 {
  font-size: 32px;
  font-size: 3.2pxrem;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 8px;
}
.verify-email .verify-your-email p {
  color: #707580;
  text-align: center;
  max-width: 350px;
  padding: 8px 0 16px 0;
  margin: 0;
}
.verify-email .verify-your-email p:last-child {
  padding-bottom: 0;
}
.verify-email .verify-your-email a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.verify-email .verify-your-email a:hover,
.verify-email .verify-your-email a:active {
  color: #6889e2;
}
/*************** 6. BUTTONS ***************/
button {
  cursor: pointer;
}
.btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  font-family: 'suisseInt', sans-serif;
}
.btn.prevent-click {
  pointer-events: none;
  cursor: default;
}
.btn:focus,
.btn:hover,
.btn:active {
  outline: 0;
}
.btn-saved-chart,
.btn-saved-section {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  padding-right: 20px;
  height: 16px;
  min-width: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-saved-charts-outline-blue.svg');
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.btn-saved-chart.active,
.btn-saved-section.active {
  background-image: url('../images/svg/icon-saved-charts-blue.svg');
}
.btn-saved-chart.active:hover,
.btn-saved-section.active:hover,
.btn-saved-chart.active:active,
.btn-saved-section.active:active {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
  background-size: 12px;
}
.btn-saved-chart.disabled,
.btn-saved-section.disabled,
.btn-saved-chart:disabled,
.btn-saved-section:disabled {
  color: #d5dde0;
  background-image: url('../images/svg/icon-saved-charts-outline-disabled.svg');
}
.btn-saved-chart.disabled:hover,
.btn-saved-section.disabled:hover,
.btn-saved-chart:disabled:hover,
.btn-saved-section:disabled:hover,
.btn-saved-chart.disabled:active,
.btn-saved-section.disabled:active,
.btn-saved-chart:disabled:active,
.btn-saved-section:disabled:active {
  color: #d5dde0;
  background-image: url('../images/svg/icon-saved-charts-outline-disabled.svg');
}
.btn-saved-chart:hover,
.btn-saved-section:hover,
.btn-saved-chart:active,
.btn-saved-section:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-saved-charts-blue-roll.svg');
}
.btn-export-csv {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  padding-right: 20px;
  height: 16px;
  min-width: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-download-pro.svg');
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.btn-export-csv.disabled,
.btn-export-csv:disabled {
  color: #d5dde0;
  background-image: url('../images/svg/icon-download-pro-disabled.svg');
}
.btn-export-csv.disabled:hover,
.btn-export-csv:disabled:hover,
.btn-export-csv.disabled:active,
.btn-export-csv:disabled:active {
  color: #d5dde0;
  background-image: url('../images/svg/icon-download-pro-disabled.svg');
}
.btn-export-csv:hover,
.btn-export-csv:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-download-pro-roll.svg');
}
.btn-explore-track {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  padding-right: 20px;
  height: 16px;
  min-width: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-explore-track-blue.svg');
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-explore-track.disabled,
.btn-explore-track:disabled {
  pointer-events: none;
  cursor: default;
  color: #d5dde0;
  background-image: url('../images/svg/icon-explore-track-disabled.svg');
}
.btn-explore-track.disabled:hover,
.btn-explore-track:disabled:hover,
.btn-explore-track.disabled:active,
.btn-explore-track:disabled:active {
  color: #d5dde0;
  background-image: url('../images/svg/icon-explore-track-disabled.svg');
}
.btn-explore-track:hover,
.btn-explore-track:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-explore-track-blue-roll.svg');
}
.btn-remove {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  padding-right: 20px;
  height: 16px;
  min-width: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-explore-track-blue.svg');
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-remove.disabled,
.btn-remove:disabled {
  pointer-events: none;
  cursor: default;
  color: #d5dde0;
  background-image: url('../images/svg/icon-explore-track-disabled.svg');
}
.btn-remove.disabled:hover,
.btn-remove:disabled:hover,
.btn-remove.disabled:active,
.btn-remove:disabled:active {
  color: #d5dde0;
  background-image: url('../images/svg/icon-explore-track-disabled.svg');
}
.btn-remove:hover,
.btn-remove:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-explore-track-blue-roll.svg');
}
.btn-remove-track {
  font-size: 0px;
  font-size: 0rem;
  width: 16px;
  height: 16px;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/icon-close-blue.svg');
}
.btn-remove-track:hover,
.btn-remove-track:active {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.btn-toggle-track {
  font-size: 0px;
  font-size: 0rem;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/icon-show-password-blue.svg');
}
.btn-toggle-track:hover,
.btn-toggle-track:active {
  background-image: url('../images/svg/icon-show-password-blue-roll.svg');
}
.btn-sort-section {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-sort-section-blue.svg');
}
.btn-sort-section:hover,
.btn-sort-section:active {
  background-image: url('../images/svg/icon-sort-section-blue-roll.svg');
}
.btn-copy-chart {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-copy-blue.svg');
}
.btn-copy-chart:hover,
.btn-copy-chart:active {
  background-image: url('../images/svg/icon-copy-blue-roll.svg');
}
.btn-menu-toggle {
  font-size: 0px;
  font-size: 0rem;
  height: 32px;
  width: 32px;
  min-width: 32px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-menu-toggle img {
  width: 24px;
  height: 24px;
}
.btn-menu-toggle.open span {
  background-color: transparent;
}
.btn-menu-toggle.open span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  top: 0px;
}
.btn-menu-toggle.open span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
  bottom: 0px;
}
.btn-menu-toggle.open span:before,
.btn-menu-toggle.open span:after {
  width: 26px;
}
.btn-menu-toggle span,
.btn-menu-toggle span:before,
.btn-menu-toggle span:after {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 25px;
  height: 2px;
  background-color: #000000;
}
.btn-menu-toggle span {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.btn-menu-toggle span:before,
.btn-menu-toggle span:after {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  left: 0;
  width: 100%;
  content: "";
}
.btn-menu-toggle span:before {
  top: -8px;
}
.btn-menu-toggle span:after {
  top: auto;
  bottom: -8px;
}
.btn-plain-text {
  border: 0;
  padding: 0;
  font-weight: 500;
  border-bottom: 2px solid #000;
}
.btn-section-filter {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 3px;
  color: #d2d2d1;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-section-filter.active {
  pointer-events: none;
  cursor: default;
  color: #000000;
}
.btn-section-filter.active:hover {
  pointer-events: none;
  cursor: default;
  cursor: normal;
  text-decoration: none;
}
.btn-section-filter:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.btn-save {
  font-size: 0px;
  font-size: 0rem;
  width: 36px;
  height: 36px;
  background-image: url('../images/svg/heart-white.svg');
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: #000000;
}
.btn-save:hover {
  background-size: 22px;
}
.btn-save.long {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 16px;
  width: auto;
  position: relative;
  padding-left: 77px;
  padding-right: 40px;
  background-position: left 8px center;
}
.btn-save.long:hover {
  background-size: 22px;
  background-position: left 6px center;
}
.btn-save.long:before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ffffff;
}
.btn-save.active {
  background-image: url('../images/svg/heart-white-active.svg');
}
.btn-share {
  font-size: 0px;
  font-size: 0rem;
  width: 36px;
  height: 36px;
  background-image: url('../images/svg/share-white.svg');
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: #000000;
  position: relative;
}
.btn-share.copied span {
  -webkit-animation: fade-in-out-share 2s linear 0s forwards;
  animation: fade-in-out-share 2s linear 0s forwards;
  position: absolute;
  left: 45px;
  top: 0;
  width: 70px;
  text-align: left;
  line-height: 18px;
}
.btn-share:hover {
  background-size: 21px;
}
.btn-player-controls {
  font-size: 0px;
  font-size: 0rem;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.btn-player-controls.white {
  background-color: transparent;
}
.btn-player-controls:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-player-controls.btn-play {
  background-size: 17px;
  background-image: url('../images/svg/play-white.svg');
}
.btn-player-controls.btn-play.active {
  background-image: url('../images/svg/pause-white.svg');
}
.btn-player-controls.btn-prev {
  background-size: 10px;
  background-image: url('../images/svg/previous-white.svg');
}
.btn-player-controls.btn-next {
  background-size: 10px;
  background-image: url('../images/svg/next-white.svg');
}
.btn-player-controls.btn-repeat {
  background-size: 20px;
  background-image: url('../images/svg/repeat-song-white.svg');
}
.btn-player-controls.btn-sound {
  background-size: 10px;
  background-image: url('../images/svg/sound-off-white.svg');
}
.btn-player-controls.btn-sound.active {
  background-size: 10px;
  background-image: url('../images/svg/sound-on-white.svg');
}
.btn-day-in-week {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}
.btn-day-in-week.active {
  background-color: #ffffff;
  color: #000000;
}
.btn-day-in-week.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-report {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  padding: 0 10px;
  height: 30px;
  font-weight: 300;
  color: #707580;
}
.btn-report:hover {
  color: #000000;
}
.btn-play {
  font-size: 0px;
  font-size: 0rem;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  background-image: url('../images/svg/play.svg');
}
.btn-play.white {
  background-image: url('../images/svg/play-white.svg');
}
.btn-play.white.active {
  background-image: url('../images/svg/pause-white.svg');
}
.btn-play.active {
  background-image: url('../images/svg/pause.svg');
}
.btn-show-all {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: bold;
  color: #707580;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.btn-show-all:hover:after {
  width: 100%;
}
.btn-show-all:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.btn-show-all:after {
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  content: "";
  width: 0px;
  display: block;
  height: 1px;
  background-color: #000000;
  left: 0%;
}
@media only screen and (min-width: 768px) {
  .btn-show-all:after {
    height: 2px;
    margin-top: 2px;
  }
}
.btn-show-all.black {
  color: #000000;
}
.btn-show-all.white {
  color: #ffffff;
}
.btn-add {
  font-size: 0px;
  font-size: 0rem;
  width: 30px;
  height: 30px;
  background-image: url('../images/svg/plus-white.svg');
  background-position: center;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #000000;
  display: none;
}
@media only screen and (min-width: 768px) {
  .btn-add {
    display: inline-block;
  }
}
.btn-add.white {
  background-color: #ffffff;
  background-image: url('../images/svg/plus.svg');
}
.btn-add:hover {
  background-size: 17px;
}
.btn-location {
  font-size: 0px;
  font-size: 0rem;
  width: 30px;
  height: 30px;
  background-image: url('../images/svg/location-white.svg');
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  background-color: #000000;
}
.btn-location:hover {
  background-size: 15px;
}
.btn-add-special {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  padding: 0 20px;
}
.btn-add-special:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: url('../images/svg/plus.svg');
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 20px;
  vertical-align: middle;
}
.btn-add-special:hover:after {
  background-size: 16px;
}
.btn-source {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  font-size: 0px;
  font-size: 0rem;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  color: #000000;
}
.btn-source:hover,
.btn-source.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-source:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.btn-source.spotify {
  width: 38px;
  background-size: 18px;
  background-image: url('../images/svg/spotify.svg');
}
.btn-source.deezer {
  width: 38px;
  background-size: 20px;
  background-image: url('../images/svg/deezer.svg');
}
.btn-source.youtube {
  padding: 0 35px 0 0;
  background-size: 24px;
  background-position: right center;
  background-image: url('../images/svg/youtube.svg');
}
.btn-source span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  display: inline-block;
}
a.btn-shadow {
  text-decoration: none;
}
.btn-shadow {
  -webkit-transition: box-shadow 200ms ease-out;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 0 #000000;
  box-shadow: 3px 3px 0 #000000;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  line-height: 16px;
  color: #000000;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #000000;
  padding: 10px 35px;
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 16px;
  /*&:hover {
		background-color: @black;
		color: @white;

		&.spotify {
			background-image: url('../images/svg/spotify-white.svg');
		}

		&.deezer {
			background-image: url('../images/svg/deezer-white.svg');
		}

		&.facebook {
			background-image: url('../images/svg/facebook-white.svg');
		}

		&.twitter {
			background-image: url('../images/svg/twitter-white.svg');
		}

		&.instagram {
			background-image: url('../images/svg/instagram-white.svg');
		}
	}*/
}
.btn-shadow.inverted {
  -webkit-box-shadow: 3px 3px 0 #ffffff;
  box-shadow: 3px 3px 0 #ffffff;
  color: #ffffff;
  border-color: #ffffff;
  background-color: #000000;
}
.btn-shadow.inverted:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  background-color: #ffffff;
}
.btn-shadow.icon {
  padding-left: 48px;
  padding-right: 22px;
}
.btn-shadow.spotify {
  background-image: url('../images/svg/spotify.svg');
}
.btn-shadow.spotify:active {
  background-image: url('../images/svg/spotify-white.svg');
}
.btn-shadow.deezer {
  background-image: url('../images/svg/deezer.svg');
}
.btn-shadow.deezer:active {
  background-image: url('../images/svg/deezer-white.svg');
}
.btn-shadow.facebook {
  background-position: 21px center;
  background-size: 8px;
  background-image: url('../images/svg/facebook.svg');
}
.btn-shadow.facebook:active {
  background-image: url('../images/svg/facebook-white.svg');
}
.btn-shadow.twitter {
  background-image: url('../images/svg/twitter.svg');
}
.btn-shadow.twitter:active {
  background-image: url('../images/svg/twitter-white.svg');
}
.btn-shadow.instagram {
  background-image: url('../images/svg/instagram.svg');
}
.btn-shadow.instagram:active {
  background-image: url('../images/svg/instagram-white.svg');
}
.btn-shadow:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-shadow:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background-color: #000000;
}
.btn-shadow:disabled,
.btn-shadow.disabled {
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.45);
  pointer-events: none;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.45);
  color: rgba(0, 0, 0, 0.55);
}
.btn-close {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.btn-close.white {
  background-image: url('../images/svg/close-white.svg');
}
.btn-close.grey {
  background-image: url('../images/svg/close-grey.svg');
}
.btn-remove-entity {
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  text-align: left;
  padding-right: 20px;
}
.btn-grey {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  max-height: 30px;
  padding: 9px 18px;
  background-color: #efefef;
  color: #000000;
}
.btn-grey.disabled {
  pointer-events: none;
  cursor: default;
}
.btn-solid {
  border-radius: 8px;
  padding: 12px 12px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .btn-solid {
    padding: 16px 24px;
  }
}
.btn-solid.white {
  color: #000000;
  background-color: #ffffff;
}
.btn-solid.white:hover {
  background-color: #707580;
}
.btn-solid.black {
  color: #ffffff;
  background-color: #000000;
}
.btn-solid.black:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-solid.blue {
  color: #ffffff;
  background-color: #4e63ce;
}
.btn-solid.blue:hover {
  color: #ffffff;
  background-color: #6889e2;
}
.btn-solid.border {
  border-color: #000000;
  border: 2px solid #000000;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .btn-solid.border {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.btn-solid.border.white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #000000;
}
.btn-solid.border.white:hover {
  border-color: #707580;
  color: #707580;
  background-color: transparent;
}
.btn-solid.border.blue {
  border-color: #4e63ce;
  color: #4e63ce;
  background-color: transparent;
}
.btn-solid.border.blue:hover {
  border-color: #6889e2;
  color: #6889e2;
  background-color: transparent;
}
.btn-solid.border:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-solid.border:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  background-color: inherit;
  color: inherit;
}
.btn-solid.small {
  font-size: 10px;
  font-size: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-solid.small.border {
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-solid:disabled {
  pointer-events: none;
  cursor: default;
  background-color: #d2d2d1;
}
.btn-claim-music-id {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-right: 12px;
  background-image: url('../images/svg/plus.svg');
  background-repeat: no-repeat;
  background-position: right bottom 6px;
  background-size: 9px;
  overflow: hidden;
}
.btn-claim-music-id:hover:after {
  width: 110%;
}
.btn-claim-music-id:after {
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  content: "";
  width: 0px;
  display: block;
  height: 1px;
  background-color: #000000;
}
.btn-range-slider {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #707580;
}
.btn-side-filter,
.btn-filter-lineup {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #d2d2d1;
  line-height: 1;
  line-height: 26px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn-side-filter,
  .btn-filter-lineup {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
  }
}
.btn-side-filter.active,
.btn-filter-lineup.active {
  color: #000000;
}
.btn-side-filter.selected:after,
.btn-filter-lineup.selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d1d1d0;
  z-index: 0;
}
.btn-side-filter.disabled,
.btn-filter-lineup.disabled,
.btn-side-filter:disabled,
.btn-filter-lineup:disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-side-filter sup,
.btn-filter-lineup sup {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .btn-side-filter sup,
  .btn-filter-lineup sup {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.btn-menu {
  font-size: 0px;
  font-size: 0rem;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-menu.search {
  background-size: 24px;
  background-image: url('../images/svg/search-white.svg');
}
.btn-menu.more {
  width: 28px;
  background-size: 28px;
  background-image: url('../images/svg/burger-menu-white.svg');
}
.btn-menu.join {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn-menu.join {
    font-size: 12px;
    font-size: 1.2rem;
    height: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-menu.join {
    height: 90px;
  }
}
.btn-menu.my-profile {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn-menu.my-profile {
    font-size: 14px;
    font-size: 1.4rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.btn-menu.my-feed {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 500;
  width: 140px;
  height: 140px;
  padding: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .btn-menu.my-feed {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 49px;
    width: 222px;
    height: 222px;
    padding: 30px;
  }
}
.btn-close-my-viberate {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  background-image: url('../images/svg/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.btn-go-back {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../images/svg/arrow-left.svg');
  background-repeat: no-repeat;
  background-position: left center;
  width: 40px;
  height: 40px;
}
.btn-rate {
  font-size: 0px;
  font-size: 0rem;
  width: 36px;
  height: 36px;
  background-image: url('../images/svg/heart-white.svg');
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-color: #000000;
}
.btn-rate:hover {
  background-color: #626262;
}
.btn-rate.up {
  background-image: url('../images/svg/thumbs-up-white.svg');
}
.btn-rate.down {
  background-image: url('../images/svg/thumbs-down-white.svg');
}
.btn-rate.long {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 16px;
  width: 150px;
  position: relative;
  padding-left: 37px;
  background-position: left 8px center;
}
.btn-rate.long:before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ffffff;
}
.btn-rate.white,
.btn-rate.active {
  background-color: #ffffff;
  color: #000000;
}
.btn-rate.white.up,
.btn-rate.active.up {
  background-image: url('../images/svg/thumbs-up.svg');
}
.btn-rate.white.down,
.btn-rate.active.down {
  background-image: url('../images/svg/thumbs-down.svg');
}
.btn-rate.black:hover,
.btn-rate.black.active {
  background-color: #000000;
}
.btn-rate.black:hover.up,
.btn-rate.black.active.up {
  background-image: url('../images/svg/thumbs-up-white.svg');
}
.btn-rate.black:hover.down,
.btn-rate.black.active.down {
  background-image: url('../images/svg/thumbs-down-white.svg');
}
.btn-rate.black.up {
  background-image: url('../images/svg/thumbs-up.svg');
}
.btn-rate.black.down {
  background-image: url('../images/svg/thumbs-down.svg');
}
.btn-submit {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  height: 36px;
  padding: 0 30px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 3px;
  background-color: #000000;
  text-transform: uppercase;
}
.btn-submit:hover {
  background-color: #626262;
}
.btn-submit:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-close-card {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  background-color: #ffffff;
  top: -32px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('../images/svg/close-grey.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border: 0;
  cursor: pointer;
}
.btn-older-posts {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  font-size: 10px;
  font-size: 1rem;
  line-height: unset;
  height: 24px;
  padding: 0 32px 0 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  background-image: url('../images/svg/icon-rankchange-down-black.svg');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 8px;
}
.btn-older-posts.flipped {
  background-image: url('../images/svg/icon-rankchange-up-black.svg');
}
.btn-pro-submit {
  font-size: 15px;
  font-size: 1.5rem;
  color: #4e63ce;
  line-height: 24px;
  border: 1px solid #4e63ce;
  padding: 15px 32px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 264px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .btn-pro-submit {
    max-width: 264px;
  }
}
.btn-pro-submit:hover {
  border-color: #6889e2;
  color: #6889e2;
}
.btn-pro-submit:disabled {
  color: #D5DDE0;
  border-color: #D5DDE0;
}
.btn-edition {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  color: #d2d2d1;
  font-weight: 500;
}
.btn-edition.active,
.btn-edition:hover {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .btn-edition {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}
.btn-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  color: #000000;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .btn-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.btn-text.underline:hover {
  padding-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  .btn-text.underline:hover {
    padding-bottom: 4px;
  }
}
.btn-text.underline:hover:after {
  -webkit-animation: line-out-in 0.65s ease-in-out 0s forwards;
  animation: line-out-in 0.65s ease-in-out 0s forwards;
  position: absolute;
}
.btn-text.underline:after {
  width: 99%;
}
.btn-text.white {
  color: #ffffff;
}
.btn-text.white:after {
  background-color: #ffffff;
}
.btn-text.grey {
  color: #707580;
}
.btn-text.grey:after {
  background-color: #707580;
}
.btn-text.grey:hover {
  color: #000000;
}
.btn-text:hover:after {
  width: 99%;
}
.btn-text:after {
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  content: "";
  width: 0px;
  display: block;
  height: 1px;
  background-color: #000000;
  left: 0%;
}
@media only screen and (min-width: 768px) {
  .btn-text:after {
    height: 2px;
    margin-top: 2px;
  }
}
.btn-card {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  color: #ffffff;
  background-color: #000000;
  font-weight: 500;
  height: 150px;
  position: relative;
  width: 100%;
  text-align: left;
  display: table;
}
.btn-card.white {
  color: #000000;
  background-color: #ffffff;
}
.btn-card span {
  padding: 22px;
  display: table-cell;
  vertical-align: bottom;
}
.btn-card-add {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  color: #ffffff;
  background-color: #000000;
  font-weight: 500;
  height: 150px;
  position: relative;
  width: 100%;
  text-align: left;
  display: table;
}
.btn-card-add.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  pointer-events: none;
  cursor: default;
}
.btn-card-add span {
  padding: 22px;
  display: table-cell;
  vertical-align: bottom;
}
.btn-card-add:before {
  content: "";
  background-image: url('../images/svg/plus-white.svg');
  position: absolute;
  top: 20px;
  right: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
}
.btn-subgenre,
.btn-artist,
.btn-highlight,
.btn-amenity,
.btn-filter-tag {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
  border: 2px solid #000000;
  text-transform: uppercase;
  padding: 4px 12px;
  white-space: nowrap;
}
.btn-subgenre.active,
.btn-artist.active,
.btn-highlight.active,
.btn-amenity.active,
.btn-filter-tag.active {
  color: #ffffff;
  background-color: #000000;
}
.btn-subgenre.remove,
.btn-artist.remove,
.btn-highlight.remove,
.btn-amenity.remove,
.btn-filter-tag.remove {
  background-image: url('../images/svg/close-white.svg');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
.btn-status {
  pointer-events: none;
  cursor: default;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
  border: 2px solid #000000;
  text-transform: uppercase;
  padding: 4px 12px;
  white-space: nowrap;
}
.btn-status.canceled,
.btn-status.cancelled {
  color: #ff1e43;
  border-color: #ff1e43;
}
.btn-status.postponed,
.btn-status.event-this-week {
  color: #4e63ce;
  border-color: #4e63ce;
}
.btn-filter-tag {
  border-color: #efefef;
  color: #000000;
}
.btn-filter-tag.small {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 10px;
  font-weight: 400;
}
.btn-filter-tag.remove {
  background-image: url('../images/svg/close.svg');
}
.btn-filter-tag.red {
  background-color: #ff1e43;
  border-color: #ff1e43;
  color: #ffffff;
}
.btn-filter-tag.black {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.btn-filter-tag.black.active {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn-filter-tag img {
  display: inline-block;
  margin-right: 4px;
}
.btn-filter-tag.white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-filter-tag.white.active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.btn-filter-tag.white.remove {
  background-image: url('../images/svg/close.svg');
}
.btn-filter-tag.white:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.btn-filter-tag.canceled,
.btn-filter-tag.cancelled {
  color: #ff1e43;
  border-color: #ff1e43;
}
.btn-filter-tag.canceled.remove,
.btn-filter-tag.cancelled.remove {
  background-image: url('../images/svg/close-red.svg');
}
.btn-filter-tag.canceled.remove:hover,
.btn-filter-tag.cancelled.remove:hover {
  background-image: url('../images/svg/close-white.svg');
}
.btn-filter-tag.canceled:hover,
.btn-filter-tag.cancelled:hover {
  background-color: #ff1e43;
  border-color: #ff1e43;
  color: #ffffff;
}
.btn-filter-tag.postponed,
.btn-filter-tag.event-this-week {
  color: #4e63ce;
  border-color: #4e63ce;
}
.btn-filter-tag.postponed.remove,
.btn-filter-tag.event-this-week.remove {
  background-image: url('../images/svg/close-blue.svg');
}
.btn-filter-tag.postponed.remove:hover,
.btn-filter-tag.event-this-week.remove:hover {
  background-image: url('../images/svg/close-white.svg');
}
.btn-filter-tag.postponed:hover,
.btn-filter-tag.event-this-week:hover {
  background-color: #4e63ce;
  border-color: #4e63ce;
  color: #ffffff;
}
.btn-filter-tag.active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn-filter-tag:disabled,
.btn-filter-tag .disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.btn-filter-tag:disabled:hover,
.btn-filter-tag .disabled:hover {
  border-color: #ffffff;
}
.btn-filter-tag:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-filter-tag:hover.remove {
  background-image: url('../images/svg/close-white.svg');
}
.btn-artist,
.btn-highlight,
.btn-amenity {
  margin: 0 12px 16px 0;
}
.btn-artist {
  text-transform: none;
}
.btn-scroll-down,
.btn-scroll-up {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../images/svg/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  width: 32px;
  height: 40px;
  z-index: 1;
}
.btn-scroll-down:disabled,
.btn-scroll-up:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-scroll-up {
  background-image: url('../images/svg/arrow-up.svg');
}
.btn-chart-change-state {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 8px;
  background-image: url('../images/svg/chevron-right-white.svg');
  background-color: #4e63ce;
  width: 48px;
  height: 48px;
  position: fixed;
  right: 24px;
  bottom: 50%;
  margin-top: -24px;
  z-index: 4;
}
.btn-chart-change-state.active {
  background-position: left 18px center;
  background-image: url('../images/svg/chevron-left-white.svg');
}
@media only screen and (min-width: 1471px) {
  .btn-chart-change-state {
    right: calc(50% + -700px);
  }
}
.btn-scroll-to-top {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  font-size: 0px;
  font-size: 0rem;
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center top 13px;
  background-size: 8px;
  background-image: url('../images/svg/chevron-up-blue.svg');
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  margin-top: -24px;
  z-index: 4;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  color: #4e63ce;
  letter-spacing: 0.5px;
  line-height: 60px;
}
@media only screen and (min-width: 1471px) {
  .btn-scroll-to-top {
    bottom: 56px;
    right: calc(50% + -700px);
  }
}
.btn-scroll-to-top.show {
  pointer-events: all;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-scroll-to-top:hover {
  background-image: url('../images/svg/chevron-up-blue-roll.svg');
  color: #6889e2;
}
.btn-scroll-to-top:before {
  font-size: 10px;
  font-size: 1rem;
  content: "top";
  display: block;
  text-align: center;
  margin-left: 2px;
}
.btn-scroll-to-top-charts {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  font-size: 12px;
  font-size: 1.2rem;
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0, -14px);
  transform: translate(0, -14px);
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: #4e63ce;
  width: 124px;
  height: 28px;
  position: fixed;
  left: 50%;
  top: 28px;
  margin-left: -62px;
  z-index: 10;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
@media only screen and (min-width: 1471px) {
  .btn-scroll-to-top-charts {
    bottom: 56px;
    right: calc(50% + -700px);
  }
}
.btn-scroll-to-top-charts.show {
  pointer-events: all;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-scroll-to-top-charts:hover {
  background-color: #6889e2;
}
.btn-scroll-to-top-charts:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  background-image: url('../images/svg/chevron-up-white.svg');
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.btn-amenity {
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
  background-size: 20px;
}
.btn-amenity.cashless,
.btn-amenity.amenity-1 {
  background-image: url('../images/svg/cashless.svg');
}
.btn-amenity.cashless.active,
.btn-amenity.amenity-1.active {
  background-image: url('../images/svg/cashless-white.svg');
}
.btn-amenity.creditcard,
.btn-amenity.amenity-2 {
  background-image: url('../images/svg/credit-card.svg');
}
.btn-amenity.creditcard.active,
.btn-amenity.amenity-2.active {
  background-image: url('../images/svg/credit-card-white.svg');
}
.btn-amenity.smoking,
.btn-amenity.amenity-7 {
  background-size: 16px;
  background-image: url('../images/svg/smoking.svg');
  padding-right: 36px;
}
.btn-amenity.smoking.active,
.btn-amenity.amenity-7.active {
  background-image: url('../images/svg/smoking-white.svg');
}
.btn-amenity.atm,
.btn-amenity.amenity-4 {
  background-size: 16px;
  background-image: url('../images/svg/atm.svg');
  padding-right: 36px;
}
.btn-amenity.atm.active,
.btn-amenity.amenity-4.active {
  background-image: url('../images/svg/atm-white.svg');
}
.btn-amenity.bike,
.btn-amenity.amenity-19 {
  background-image: url('../images/svg/bike-rentals.svg');
}
.btn-amenity.bike.active,
.btn-amenity.amenity-19.active {
  background-image: url('../images/svg/bike-rentals-white.svg');
}
.btn-amenity.cash,
.btn-amenity.amenity-3 {
  background-image: url('../images/svg/cash-only.svg');
}
.btn-amenity.cash.active,
.btn-amenity.amenity-3.active {
  background-image: url('../images/svg/cash-only-white.svg');
}
.btn-amenity.firstaid,
.btn-amenity.amenity-9 {
  background-size: 16px;
  background-image: url('../images/svg/first-aid.svg');
  padding-right: 36px;
}
.btn-amenity.firstaid.active,
.btn-amenity.amenity-9.active {
  background-image: url('../images/svg/first-aid-white.svg');
}
.btn-amenity.food,
.btn-amenity.amenity-16 {
  background-size: 16px;
  background-image: url('../images/svg/food-court.svg');
  padding-right: 36px;
}
.btn-amenity.food.active,
.btn-amenity.amenity-16.active {
  background-image: url('../images/svg/food-court-white.svg');
}
.btn-amenity.grocery,
.btn-amenity.amenity-15 {
  background-size: 14px;
  background-image: url('../images/svg/grocery.svg');
  padding-right: 34px;
}
.btn-amenity.grocery.active,
.btn-amenity.amenity-15.active {
  background-image: url('../images/svg/grocery-white.svg');
}
.btn-amenity.info,
.btn-amenity.amenity-18 {
  background-size: 16px;
  background-image: url('../images/svg/info-desk.svg');
  padding-right: 36px;
}
.btn-amenity.info.active,
.btn-amenity.amenity-18.active {
  background-image: url('../images/svg/info-desk-white.svg');
}
.btn-amenity.laundry,
.btn-amenity.amenity-13 {
  background-size: 10px;
  background-image: url('../images/svg/laundry.svg');
  padding-right: 32px;
}
.btn-amenity.laundry.active,
.btn-amenity.amenity-13.active {
  background-image: url('../images/svg/laundry-white.svg');
}
.btn-amenity.lockers,
.btn-amenity.amenity-5 {
  background-size: 10px;
  background-image: url('../images/svg/locker.svg');
  padding-right: 32px;
}
.btn-amenity.lockers.active,
.btn-amenity.amenity-5.active {
  background-image: url('../images/svg/locker-white.svg');
}
.btn-amenity.lostandfound,
.btn-amenity.amenity-12 {
  background-size: 14px;
  background-image: url('../images/svg/lost-found.svg');
  padding-right: 32px;
}
.btn-amenity.lostandfound.active,
.btn-amenity.amenity-12.active {
  background-image: url('../images/svg/lost-found-white.svg');
}
.btn-amenity.mobile,
.btn-amenity.amenity-6 {
  background-size: 10px;
  background-image: url('../images/svg/mobile-charging.svg');
  padding-right: 32px;
}
.btn-amenity.mobile.active,
.btn-amenity.amenity-6.active {
  background-image: url('../images/svg/mobile-charging-white.svg');
}
.btn-amenity.parking,
.btn-amenity.amenity-8 {
  background-size: 8px;
  background-image: url('../images/svg/parking.svg');
  padding-right: 30px;
}
.btn-amenity.parking.active,
.btn-amenity.amenity-8.active {
  background-image: url('../images/svg/parking-white.svg');
}
.btn-amenity.wifi,
.btn-amenity.amenity-14 {
  background-size: 16px;
  background-image: url('../images/svg/wi-fi.svg');
  padding-right: 36px;
}
.btn-amenity.wifi.active,
.btn-amenity.amenity-14.active {
  background-image: url('../images/svg/wi-fi-white.svg');
}
.btn-amenity.showers,
.btn-amenity.amenity-11 {
  background-size: 12px;
  background-image: url('../images/svg/showers.svg');
  padding-right: 32px;
}
.btn-amenity.showers.active,
.btn-amenity.amenity-11.active {
  background-image: url('../images/svg/showers-white.svg');
}
.btn-amenity.shuttle,
.btn-amenity.amenity-10 {
  background-size: 12px;
  background-image: url('../images/svg/shuttle-service.svg');
  padding-right: 32px;
}
.btn-amenity.shuttle.active,
.btn-amenity.amenity-10.active {
  background-image: url('../images/svg/shuttle-service-white.svg');
}
.btn-amenity.water,
.btn-amenity.amenity-17 {
  background-size: 10px;
  background-image: url('../images/svg/water-station.svg');
  padding-right: 32px;
}
.btn-amenity.water.active,
.btn-amenity.amenity-17.active {
  background-image: url('../images/svg/water-station-white.svg');
}
.btn-amenity.toilets,
.btn-amenity.amenity-22 {
  background-size: 16px;
  background-image: url('../images/svg/toilets.svg');
  padding-right: 36px;
}
.btn-amenity.toilets.active,
.btn-amenity.amenity-22.active {
  background-image: url('../images/svg/toilets-white.svg');
}
.btn-amenity.wheelchair,
.btn-amenity.amenity-20 {
  background-size: 12px;
  background-image: url('../images/svg/wheelchair.svg');
  padding-right: 36px;
}
.btn-amenity.wheelchair.active,
.btn-amenity.amenity-20.active {
  background-image: url('../images/svg/wheelchair-white.svg');
}
.btn-amenity.vegan,
.btn-amenity.amenity-21 {
  background-size: 16px;
  background-image: url('../images/svg/vegan.svg');
  padding-right: 36px;
}
.btn-amenity.vegan.active,
.btn-amenity.amenity-21.active {
  background-image: url('../images/svg/vegan-white.svg');
}
.btn-add-media {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 160px;
  height: 160px;
  background-color: #000000;
  text-transform: uppercase;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top 60px;
  background-image: url('../images/svg/plus-white.svg');
  background-size: 20px;
}
.btn-add-media span {
  padding-top: 40px;
  display: block;
}
.btn-remove {
  font-size: 0px;
  font-size: 0rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/delete-white.svg');
  background-size: 13px;
  width: 20px;
  height: 20px;
}
.btn-vote-subgenre {
  font-size: 10px;
  font-size: 1rem;
  border: 2px solid #000000;
  color: #000000;
  text-transform: uppercase;
  height: 30px;
  padding: 0 12px 0 0;
  position: relative;
  width: 110px;
  text-align: right;
}
.btn-vote-subgenre.active {
  background-color: #000000;
  color: #ffffff;
}
.btn-vote-subgenre strong {
  position: absolute;
  left: 12px;
}
.btn-circle {
  font-size: 0px;
  font-size: 0rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.btn-circle.google {
  background-image: url('../images/svg/google-circle.svg');
}
.btn-circle.facebook {
  background-image: url('../images/svg/facebook-circle.svg');
}
.btn-square {
  font-size: 0px;
  font-size: 0rem;
  width: 100px;
  height: 52px;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
}
.btn-square.google {
  background-image: url('../images/svg/google-white.svg');
  background-size: 18px;
}
.btn-square.facebook {
  background-image: url('../images/svg/facebook-white.svg');
  background-size: 11px;
}
.btn-enter {
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 48px;
  color: #000000;
  background-position: left 12px center;
  background-repeat: no-repeat;
  padding: 0 32px;
  background-color: #F6F6F6;
  background-size: 20px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .btn-enter {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 25px;
  }
}
.btn-enter.google {
  background-image: url('../images/svg/google-color.svg');
}
.btn-enter.facebook {
  background-image: url('../images/svg/facebook-color-square.svg');
}
.btn-enter.viberate {
  background-color: #ff1e43;
  color: #ffffff;
  padding: 0 5px;
}
.btn-enter.viberate:hover,
.btn-enter.viberate:active {
  background-color: #FE5671;
}
.btn-enter:disabled {
  pointer-events: none;
  cursor: default;
  background-color: #d5dde0 !important;
  color: #ffffff !important;
}
.btn-enter:hover,
.btn-enter:active {
  background-color: #e2e2e2;
}
.btn-footer-menu-toggle {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 500;
}
.btn-footer-menu-toggle.open {
  font-size: 30px;
  font-size: 3rem;
}
.btn-footer-menu-toggle.open:before {
  margin-right: -3px;
  content: "-";
}
.btn-footer-menu-toggle:before {
  content: "+";
}
.btn-blue {
  background-color: #4e63ce;
  color: #ffffff;
  padding: 4px 12px;
}
.btn-enable-for-you {
  font-size: 10px;
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  -webkit-transform-origin: left bottom center;
  -moz-transform-origin: left bottom center;
  -ms-transform-origin: left bottom center;
  -o-transform-origin: left bottom center;
  padding: 5px 10px 5px 25px;
  font-weight: bold;
  position: fixed;
  left: 0;
  top: 50%;
  border: 2px solid #ff1e43;
  text-transform: uppercase;
  color: #ff1e43;
  margin-left: -68px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .btn-enable-for-you {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 15px 8px 35px;
    margin-left: -82px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-enable-for-you {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 15px 12px 35px;
    margin-left: -86px;
  }
}
.btn-enable-for-you.active:before {
  background-color: #ff1e43;
}
.btn-enable-for-you:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ff1e43;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -6px;
}
@media only screen and (min-width: 768px) {
  .btn-enable-for-you:before {
    left: 10px;
  }
}
a.btn-toolbar:before {
  background-position: center top 8px;
}
@media only screen and (min-width: 1024px) {
  a.btn-toolbar:before {
    background-position: center top 25px;
  }
}
@media only screen and (min-width: 1024px) {
  a.btn-toolbar span {
    padding-top: 55px;
  }
}
.btn-toolbar {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 19px;
  font-weight: 500;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #707580;
  height: 50px;
  vertical-align: middle;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar {
    height: 90px;
  }
}
.btn-toolbar:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-toolbar:disabled:hover {
  color: #707580;
}
.btn-toolbar.btn-close {
  font-size: 0px;
  font-size: 0rem;
  background-size: 22px;
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.btn-close {
    width: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.btn-close {
    width: 90px;
  }
}
.btn-toolbar.trigger {
  color: #000000;
  text-transform: none;
  height: 50px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.trigger {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 31px;
    height: 70px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.trigger {
    height: 90px;
  }
}
.btn-toolbar.trigger.left:before {
  left: 0;
  right: auto;
}
.btn-toolbar.trigger.left span {
  vertical-align: middle;
  text-align: left;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.trigger.left span {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.trigger.left span {
    padding-left: 90px;
  }
}
.btn-toolbar.trigger.right:before {
  right: 0;
  left: auto;
}
.btn-toolbar.trigger.right span {
  text-align: right;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.trigger.right span {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.trigger.right span {
    padding-right: 90px;
  }
}
.btn-toolbar.trigger:before {
  background-position: center;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.trigger:before {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.trigger:before {
    height: 90px;
    width: 90px;
  }
}
.btn-toolbar.trigger span {
  padding: 0;
}
.btn-toolbar.active,
.btn-toolbar:hover {
  color: #000000;
}
.btn-toolbar.btn-filter:before {
  background-image: url('../images/svg/toolbar-filter.svg');
}
.btn-toolbar.btn-pro-charts {
  /*
		text-align: center;
		padding: 5px 0 0 0;

		@media @bp_768 {
			padding-top: 13px;
		}

		@media @bp_1024 {
			padding-top: 18px;
		}

		&:before {
			display: none;
		}

		span {
			.font-size(7);
			.rounded-corners(50%);
			background-color: @blue;
			color: @white;
			padding: 0;
			width: 40px;
			height: 40px;
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 12px;

			@media @bp_768 {
				.font-size(8);
				height: 45px;
				width: 45px;
			}

			@media @bp_1024 {
				//.font-size(10);
				height: 50px;
				width: 50px;
			}
		}*/
}
.btn-toolbar.btn-display-pro-charts.active:before,
.btn-toolbar.btn-display-pro-charts:hover:before {
  background-image: url('../images/svg/toolbar-charts-view-active.svg');
}
.btn-toolbar.btn-display-pro-charts:before {
  background-size: 30px;
  background-position: center top 5px;
  background-image: url('../images/svg/toolbar-charts-view.svg');
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.btn-display-pro-charts:before {
    background-size: 26px;
  }
}
.btn-toolbar.btn-display-analytics.active:before,
.btn-toolbar.btn-display-analytics:hover:before {
  background-image: url('../images/svg/toolbar-analytics-view-active.svg');
}
.btn-toolbar.btn-display-analytics:before {
  background-image: url('../images/svg/toolbar-analytics-view.svg');
}
.btn-toolbar.btn-display-beatport.active:before,
.btn-toolbar.btn-display-beatport:hover:before {
  background-image: url('../images/svg/toolbar-beatport-view-active.svg');
}
.btn-toolbar.btn-display-beatport:before {
  background-image: url('../images/svg/toolbar-beatport-view.svg');
}
.btn-toolbar.btn-display-page.active:before,
.btn-toolbar.btn-display-page:hover:before {
  background-image: url('../images/svg/toolbar-page-view-active.svg');
}
.btn-toolbar.btn-display-page:before {
  background-image: url('../images/svg/toolbar-page-view.svg');
}
.btn-toolbar.btn-display-options.active:not('.trigger') span {
  display: none;
}
.btn-toolbar.btn-display-options:before {
  background-image: url('../images/svg/toolbar-display-options.svg');
}
.btn-toolbar.btn-display-overview.active:before,
.btn-toolbar.btn-display-overview:hover:before {
  background-image: url('../images/svg/toolbar-overview-view-active.svg');
}
.btn-toolbar.btn-display-overview:before {
  background-image: url('../images/svg/toolbar-overview-view.svg');
}
.btn-toolbar.btn-display-grid.active:before,
.btn-toolbar.btn-display-grid:hover:before {
  background-image: url('../images/svg/toolbar-grid-view-active.svg');
}
.btn-toolbar.btn-display-grid:before {
  background-image: url('../images/svg/toolbar-grid-view.svg');
}
.btn-toolbar.btn-display-list.active:before,
.btn-toolbar.btn-display-list:hover:before {
  background-image: url('../images/svg/toolbar-list-view-active.svg');
}
.btn-toolbar.btn-display-list:before {
  background-image: url('../images/svg/toolbar-list-view.svg');
}
.btn-toolbar.btn-display-map.active:before,
.btn-toolbar.btn-display-map:hover:before {
  background-image: url('../images/svg/toolbar-map-view-active.svg');
}
.btn-toolbar.btn-display-map:before {
  background-image: url('../images/svg/toolbar-map-view.svg');
}
.btn-toolbar.btn-display-audience.active:before,
.btn-toolbar.btn-display-audience:hover:before {
  background-image: none;
}
.btn-toolbar.btn-display-audience:before {
  background-image: none;
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.btn-display-audience span {
    padding-left: 0 !important;
  }
}
.btn-toolbar.disabled,
.btn-toolbar:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.btn-toolbar:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-position: center top 8px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar:before {
    height: 70px;
    background-position: center top 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar:before {
    height: 90px;
    background-position: center top 30px;
  }
}
.btn-toolbar em {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  padding: 3px 4px;
  margin-left: 4px;
  top: -8px;
  position: relative;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar em {
    display: inline-block;
  }
}
.btn-toolbar em.new {
  background-color: #ff1e43;
}
.btn-toolbar em.soon {
  background-color: #707580;
}
.btn-toolbar span {
  display: block;
  text-align: center;
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar span {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar span {
    padding-top: 50px;
  }
}
.btn-filter-entity {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  padding: 3px 12px;
  font-weight: 500;
}
.btn-filter-entity.active {
  padding-left: 30px;
}
.btn-filter-entity.active:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  background-color: #ffffff;
}
.btn-filter-entity:hover {
  background-color: #111;
}
.btn-filter-entity:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-show-on-map {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  height: 32px;
  color: #4e63ce;
  border: 1px solid #4e63ce;
  padding: 0 24px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.btn-show-on-map.back:hover:before,
.btn-show-on-map.back:active:before {
  background-image: url('../images/svg/arrow-left-blue-roll.svg');
}
.btn-show-on-map.back:before {
  background-size: 10px;
  background-image: url('../images/svg/arrow-left-blue.svg');
}
.btn-show-on-map:before {
  position: static !important;
  background-color: transparent !important;
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-map-blue.svg');
  margin-right: 4px;
}
.btn-show-on-map:hover,
.btn-show-on-map:active {
  color: #6889e2;
  border-color: #6889e2;
}
.btn-show-on-map:hover:before,
.btn-show-on-map:active:before {
  background-image: url('../images/svg/icon-map-blue-roll.svg');
}
.btn-password-toggle {
  font-size: 0px;
  font-size: 0rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url('../images/svg/toggle-password.svg');
  width: 40px;
  height: 40px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .btn-password-toggle {
    height: 50px;
    width: 50px;
  }
}
.btn-password-toggle.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-clear-selection {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-align: left;
  height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-activity-points {
  border: 2px solid #d2d2d1;
  width: 86px;
  padding: 3px 0;
}
.btn-activity-points:hover,
.btn-activity-points:active,
.btn-activity-points.active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn-activity-points:disabled,
.btn-activity-points.disabled {
  pointer-events: none;
  cursor: default;
  color: #707580;
}
.btn-media-player-toggle {
  border-radius: 50%;
  background-color: #000000;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.btn-media-player-toggle.playing .play {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-media-player-toggle.playing .animation span:nth-child( 9) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  left: 54px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 8) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  left: 48px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 7) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  left: 42px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 6) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  left: 36px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 5) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  left: 30px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 4) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  left: 24px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 3) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  left: 18px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 2) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  left: 12px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 1) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  left: 6px;
}
.btn-media-player-toggle.playing .animation .line {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
  width: 2px;
  background-color: #ffffff;
}
.btn-media-player-toggle.playing .animation .line:nth-child(3),
.btn-media-player-toggle.playing .animation .line:nth-child(7) {
  height: 32px;
  margin-top: -16px;
}
.btn-media-player-toggle.playing .animation .line:nth-child(2),
.btn-media-player-toggle.playing .animation .line:nth-child(4),
.btn-media-player-toggle.playing .animation .line:nth-child(6),
.btn-media-player-toggle.playing .animation .line:nth-child(8) {
  height: 18px;
  margin-top: -9px;
}
.btn-media-player-toggle.playing .animation .line:nth-child(1),
.btn-media-player-toggle.playing .animation .line:nth-child(5),
.btn-media-player-toggle.playing .animation .line:nth-child(9) {
  height: 8px;
  margin-top: -4px;
}
.btn-media-player-toggle .play {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/play-white.svg');
}
@media only screen and (min-width: 768px) {
  .btn-media-player-toggle .play {
    background-size: 15px;
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-media-player-toggle .play {
    background-size: 18px;
    width: 90px;
    height: 90px;
  }
}
.btn-media-player-toggle .animation {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .btn-media-player-toggle .animation {
    left: 4px;
  }
}
.btn-media-player-toggle .animation .line {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  width: 0px;
  left: 50%;
  top: 50%;
  background-color: #000000;
}
.btn-media-player-toggle .animation .line:nth-child(3),
.btn-media-player-toggle .animation .line:nth-child(7) {
  height: 32px;
  margin-top: -16px;
}
.btn-media-player-toggle .animation .line:nth-child(2),
.btn-media-player-toggle .animation .line:nth-child(4),
.btn-media-player-toggle .animation .line:nth-child(6),
.btn-media-player-toggle .animation .line:nth-child(8) {
  height: 18px;
  margin-top: -9px;
}
.btn-media-player-toggle .animation .line:nth-child(1),
.btn-media-player-toggle .animation .line:nth-child(5),
.btn-media-player-toggle .animation .line:nth-child(9) {
  height: 8px;
  margin-top: -4px;
}
@media only screen and (min-width: 768px) {
  .btn-media-player-toggle {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-media-player-toggle {
    width: 90px;
    height: 90px;
    left: 30px;
    bottom: 30px;
  }
}
.btn-pagination {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  min-width: 30px;
  height: 30px;
  border-bottom: 2px solid #D2D2D2;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .btn-pagination {
    font-size: 14px;
    font-size: 1.4rem;
    width: 35px;
    height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-pagination {
    width: 45px;
  }
}
.btn-pagination:not(:disabled):hover {
  border-color: #000000;
}
.btn-pagination.active {
  border-color: #000000;
}
.btn-pagination.next,
.btn-pagination.prev {
  font-size: 0px;
  font-size: 0rem;
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
}
.btn-pagination.prev {
  background-image: url('../images/svg/chevron-left.svg');
}
.btn-pagination.next {
  background-image: url('../images/svg/chevron-right.svg');
}
.btn-pagination:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.btn-border {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 3px;
  line-height: 16px;
  color: #000000;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #000000;
  padding: 10px 35px;
}
.btn-border:disabled {
  color: #d2d2d1;
  border-color: #f4f6f6;
}
.btn-select {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  padding: 3px 12px 3px 30px;
  font-weight: 500;
  color: #707580;
}
.btn-select.active {
  color: #000000;
}
.btn-select.active:before {
  background-color: #000000;
}
.btn-select:hover {
  color: #000000;
  background-color: #eee;
}
.btn-select:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-select:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -6px;
  height: 8px;
  width: 8px;
  border: 2px solid #000000;
}
.btn-blue-floater-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-blue-floater-cta.dynamic {
  -webkit-transition: transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.btn-blue-floater-cta,
.btn-request-access-cta,
.btn-contact-us-cta {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 14px;
  font-size: 1.4rem;
  pointer-events: none;
  cursor: default;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  background-color: #4e63ce;
  color: #ffffff;
  width: 100%;
  padding: 21px 12px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .btn-blue-floater-cta,
  .btn-request-access-cta,
  .btn-contact-us-cta {
    border-radius: 50%;
    font-size: 12px;
    font-size: 1.2rem;
    width: 68px;
    height: 68px;
    font-weight: 500;
    line-height: 15px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-blue-floater-cta,
  .btn-request-access-cta,
  .btn-contact-us-cta {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-blue-floater-cta.btn-get-started,
  .btn-request-access-cta.btn-get-started,
  .btn-contact-us-cta.btn-get-started {
    display: none;
  }
}
.btn-blue-floater-cta.show,
.btn-request-access-cta.show,
.btn-contact-us-cta.show {
  pointer-events: all;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-blue-floater-cta.fixed,
.btn-request-access-cta.fixed,
.btn-contact-us-cta.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .btn-blue-floater-cta.fixed,
  .btn-request-access-cta.fixed,
  .btn-contact-us-cta.fixed {
    left: auto;
    bottom: auto;
    top: 90px;
    right: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-blue-floater-cta.fixed,
  .btn-request-access-cta.fixed,
  .btn-contact-us-cta.fixed {
    top: 110px;
  }
}
.btn-blue-floater-cta br,
.btn-request-access-cta br,
.btn-contact-us-cta br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .btn-blue-floater-cta br,
  .btn-request-access-cta br,
  .btn-contact-us-cta br {
    display: block;
  }
}
.btn-play-tutorial {
  font-size: 10px;
  font-size: 1rem;
  height: 32px;
  font-weight: 500;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/play-tutorial.svg');
  vertical-align: middle;
  text-transform: capitalize;
  text-align: left;
  padding-left: 24px;
  line-height: 13px;
  letter-spacing: 0.5px;
  background-position: left 1px center;
}
@media only screen and (min-width: 768px) {
  .btn-play-tutorial {
    padding-right: 24px;
    padding-left: 0;
    line-height: 13px;
    max-width: 110px;
    background-position: right 1px center;
    margin-left: 12px;
  }
}
.btn-play-tutorial:hover {
  background-image: url('../images/svg/play-tutorial-roll.svg');
}
.btn-how-to-use-this {
  font-size: 10px;
  font-size: 1rem;
  height: 32px;
  font-weight: 600;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/how-to-use-this.svg');
  vertical-align: middle;
  text-transform: capitalize;
  text-align: left;
  padding-left: 24px;
  line-height: 13px;
  background-position: left 1px center;
}
.btn-how-to-use-this:hover {
  background-image: url('../images/svg/how-to-use-this-roll.svg');
}
@media only screen and (min-width: 768px) {
  .btn-how-to-use-this {
    padding-right: 24px;
    padding-left: 0;
    line-height: 13px;
    background-position: right 1px center;
    margin-left: 12px;
  }
}
.btn-outside-link {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.5px;
  color: inherit;
  text-transform: capitalize;
  font-weight: 500;
}
.btn-outside-link:after {
  content: "";
  background-image: url('../images/svg/icon-link-black.svg');
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.btn-copy-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  background-color: #4e63ce;
  color: #ffffff;
  width: 100%;
  height: 52px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1024px) {
  .btn-copy-link {
    font-size: 12px;
    font-size: 1.2rem;
    border: 2px solid #4e63ce;
    font-weight: 500;
    height: 32px;
    letter-spacing: 1px;
    border-color: #4e63ce;
    color: #4e63ce;
    background-color: transparent;
  }
  .btn-copy-link:hover {
    background-color: #4e63ce;
    color: #ffffff;
  }
}
.btn-copy-link .msg {
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  padding: 7px;
  text-align: center;
  z-index: -1;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .btn-copy-link .msg {
    top: auto;
    bottom: -25px;
    padding: 0;
    background-color: transparent;
  }
}
.btn-copy-link .msg.msg-success {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #000000;
}
.btn-copy-link .msg.msg-fail {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #ff1e43;
}
.btn-learn-back {
  font-size: 12px;
  font-size: 1.2rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url('../images/svg/arrow-left-blue.svg');
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-rate-article {
  background-position: left center;
  background-repeat: no-repeat;
}
.btn-rate-article.yes {
  background-image: url('../images/svg/rate-article-yes.svg');
  background-size: 16px;
  padding-left: 20px;
}
.btn-rate-article.no {
  background-image: url('../images/svg/rate-article-no.svg');
  background-size: 12px;
  padding-left: 16px;
}
.btn-list-entities-nav {
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  width: 24px;
  height: 24px;
  background-color: #4e63ce;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left 7px center;
  background-image: url('../images/svg/chevron-left-white.svg');
}
.btn-list-entities-nav.disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-list-entities-nav.next {
  -webkit-transform: scale(-1);
  transform: scale(-1);
  margin-left: 8px;
}
.btn-list-entities-nav:hover,
.btn-list-entities-nav:active {
  background-color: #6889e2;
}
.btn-clear-all-filters {
  font-size: 10px;
  font-size: 1rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background-image: url('../images/svg/close.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  padding-left: 4px;
  color: #000000;
}
.btn-clear-all-filters:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-platform-status {
  background-image: url('../images/svg/megaphone.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 24px;
  height: 24px;
}
.btn-platform-status.active:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #ff1e43;
}
.btn-platform-status:hover,
.btn-platform-status:active {
  background-image: url('../images/svg/megaphone-blue-roll.svg');
}
.btn-platform-status:hover:after,
.btn-platform-status:active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  right: -12px;
  left: -12px;
  height: 36px;
  margin-top: -18px;
  background-color: #f4f6f6;
  z-index: -1;
}
.btn-platform-help {
  background-image: url('../images/svg/icon-help-white.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 24px;
  height: 24px;
}
.btn-platform-help.active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  right: -12px;
  left: -12px;
  height: 36px;
  margin-top: -18px;
  background-color: #f4f6f6;
  z-index: -1;
}
.btn-platform-help:hover,
.btn-platform-help:active {
  background-image: url('../images/svg/icon-help-blue.svg');
}
.btn-platform-help:hover:after,
.btn-platform-help:active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  right: -12px;
  left: -12px;
  height: 36px;
  margin-top: -18px;
  background-color: #f4f6f6;
  z-index: -1;
}
.btn.btn-resources-filter {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  border-radius: 20px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #000000;
  white-space: nowrap;
  display: inline-block;
}
.btn.btn-resources-filter.active {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-resources-filter:hover,
.btn.btn-resources-filter:active {
  color: #707580;
  border-color: #707580;
}
.btn-blog-copy-link {
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #4e63ce;
  padding: 0 32px;
  height: 40px;
  background-color: transparent;
  font-weight: 500;
  text-transform: none;
}
.btn-blog-copy-link.fixed {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .btn-blog-copy-link.fixed {
    border-radius: 0px;
  }
}
.btn-blog-copy-link.mobile-only {
  height: 40px;
  color: #ffffff;
  background-color: #a0aeb4;
}
@media only screen and (min-width: 768px) {
  .btn-blog-copy-link.mobile-only {
    display: none;
  }
}
.btn-blog-copy-link.mobile-only .msg {
  background-color: #a0aeb4;
}
.btn-blog-copy-link.active {
  background-color: #68e2ac;
}
.btn-blog-copy-link.active .msg {
  background-color: #68e2ac;
}
.btn-blog-copy-link.border {
  border-radius: 8px;
  border: 1px solid #4e63ce;
}
.btn-blog-copy-link .msg {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f6f6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.btn-blog-copy-link .msg.msg-success {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn.btn-pro {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #4e63ce;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 24px;
}
.btn.btn-pro.black {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-pro.red {
  background-color: #ff1e43;
  color: #ffffff;
}
.btn.btn-pro.red:hover,
.btn.btn-pro.red:active {
  background-color: #fe5671;
  color: #ffffff;
}
.btn.btn-pro.white {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-pro.small {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1;
}
.btn.btn-pro.border {
  background-color: transparent;
  color: #4e63ce;
  border: 1px solid #4e63ce;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-pro.border.black {
  color: #000000;
  border-color: #000000;
}
.btn.btn-pro.border.black:hover,
.btn.btn-pro.border.black:active {
  background-color: transparent;
  color: #494c52;
  border-color: #494c52;
}
.btn.btn-pro.border:hover,
.btn.btn-pro.border:active {
  background-color: transparent;
  color: #6889e2;
  border-color: #6889e2;
}
.btn.btn-pro.active {
  background-color: transparent;
  color: #4e63ce;
  border: 1px solid #4e63ce;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-pro.active:hover,
.btn.btn-pro.active:active {
  background-color: transparent;
  color: #6889e2;
  border-color: #6889e2;
}
.btn.btn-pro:hover,
.btn.btn-pro:active {
  background-color: #6889e2;
  color: #ffffff;
}
.btn.btn-pro:disabled,
.btn.btn-pro.disabled {
  pointer-events: none;
  cursor: default;
  color: #ffffff;
  background-color: #D9D9D9;
}
.btn.btn-pro-txt {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #4e63ce;
  text-transform: capitalize;
}
.btn.btn-contact-user {
  font-size: 0px;
  font-size: 0rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 14px;
  background-image: url('../images/svg/icon-envelope.svg');
}
.btn.btn-contact-user:hover {
  background-image: url('../images/svg/icon-envelope-roll.svg');
}
.btn-pro-filter-trigger {
  position: fixed;
  z-index: 4;
  right: 0;
  bottom: 40px;
  width: 56px;
  height: 56px;
  background-color: #4e63ce;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-filter.svg');
  background-size: 24px;
}
@media only screen and (min-width: 768px) {
  .btn-pro-filter-trigger {
    display: none;
  }
}
.btn-pro-filter-trigger .counter {
  border-radius: 50%;
  font-size: 8px;
  font-size: 0.8rem;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #4e63ce;
  text-align: center;
  line-height: 16px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  display: inline-block;
}
.btn-link-outside {
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-link-blue.svg');
}
.btn-link-outside.circle {
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  width: 32px;
  height: 32px;
  background-color: #ffffff;
}
.btn-link-outside.circle:hover {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  background-image: url('../images/svg/icon-link-blue-roll.svg');
}
.btn-play-track {
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  color: #4e63ce;
  text-transform: uppercase;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-weight: 600;
  background-color: #ffffff;
}
.btn-play-track.active:before,
.btn-play-track.active:after {
  content: "";
  margin: -6px -4px 0 0;
  width: 3px;
  height: 12px;
  border: 0;
  background-color: #4e63ce;
}
.btn-play-track.active:after {
  right: auto;
  left: 50%;
  margin: -6px 0 0 -4px;
}
.btn-play-track.active:hover:before,
.btn-play-track.active:hover:after {
  background-color: #6889e2;
}
.btn-play-track.medium {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.btn-play-track.medium.active:before,
.btn-play-track.medium.active:after {
  margin: -5px -4px 0 0;
  width: 3px;
  height: 10px;
}
.btn-play-track.medium.active:after {
  margin: -5px 0 0 -4px;
}
.btn-play-track.medium:before {
  border-width: 5px 0 5px 7px;
  margin: -5px -5px 0 0;
}
.btn-play-track.medium span {
  left: 20px;
  line-height: 16px;
}
.btn-play-track.small {
  min-width: 16px;
  width: 16px;
  height: 16px;
}
.btn-play-track.small.active:before,
.btn-play-track.small.active:after {
  margin: -3px -3px 0 0;
  width: 2px;
  height: 6px;
}
.btn-play-track.small.active:after {
  margin: -3px 0 0 -3px;
}
.btn-play-track.small:before {
  border-width: 3px 0 3px 5px;
  margin: -3px -3px 0 0;
}
.btn-play-track.small span {
  left: 20px;
  line-height: 16px;
}
.btn-play-track.micro {
  min-width: 10px;
  width: 10px;
  height: 10px;
}
.btn-play-track.micro.active:before,
.btn-play-track.micro.active:after {
  margin: -3px -3px 0 0;
  width: 2px;
  height: 6px;
}
.btn-play-track.micro.active:after {
  margin: -3px 0 0 -3px;
}
.btn-play-track.micro:before {
  border-width: 3px 0 3px 5px;
  margin: -3px -3px 0 0;
}
.btn-play-track.micro span {
  left: 20px;
  line-height: 16px;
}
.btn-play-track.blue {
  background-color: #4e63ce;
  border: 1px solid #4e63ce;
}
.btn-play-track.blue.active:after {
  margin: -3px 0 0 -3px;
}
.btn-play-track.blue:hover {
  border-color: #6889e2;
  background-color: #6889e2;
}
.btn-play-track.blue:hover:before {
  border-color: transparent transparent transparent #ffffff;
}
.btn-play-track.blue:before {
  border-color: transparent transparent transparent #ffffff;
}
.btn-play-track.show-text {
  margin-right: 54px;
}
.btn-play-track.show-text span {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-play-track:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}
.btn-play-track:hover:before {
  border-color: transparent transparent transparent #6889e2;
}
.btn-play-track:before,
.btn-play-track:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
}
.btn-play-track:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #4e63ce;
  margin: -6px -6px 0 0;
}
.btn-play-track:after {
  content: none;
}
.btn-play-track span {
  overflow: visible;
  position: absolute;
  left: 36px;
  top: 0;
  line-height: 32px;
  width: 50px;
  text-align: left;
}
.btn-buy-track {
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  border: 1px solid #4e63ce;
  position: relative;
  color: #4e63ce;
  text-transform: uppercase;
  width: 32px;
  height: 32px;
  font-weight: 600;
}
.btn-buy-track.small {
  width: 16px;
  height: 16px;
}
.btn-buy-track.small:before {
  background-size: 10px;
}
.btn-buy-track.small span {
  overflow: visible;
  left: 20px;
  line-height: 16px;
}
.btn-buy-track.show-text {
  margin-right: 34px;
}
.btn-buy-track.show-text span {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-buy-track:hover {
  background-color: #4e63ce;
}
.btn-buy-track:hover:before {
  background-image: url('../images/svg/buy-white.svg');
}
.btn-buy-track:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/svg/buy-blue.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.btn-buy-track span {
  position: absolute;
  left: 36px;
  top: 0;
  line-height: 32px;
  width: 30px;
  text-align: left;
}
.btn-entity-sys {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #ffffff;
  color: #4e63ce;
  text-align: center;
  height: 30px;
  min-width: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #4e63ce;
}
@media only screen and (min-width: 768px) {
  .btn-entity-sys {
    height: 40px;
    min-width: 40px;
  }
}
.btn-entity-sys.follow {
  letter-spacing: 0.5px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #4e63ce;
  color: #ffffff;
  border-color: #4e63ce;
}
.btn-entity-sys.follow.active {
  text-transform: none;
  border: 1px solid #4e63ce;
  color: #4e63ce;
  min-width: 90px;
  letter-spacing: 0.5px;
  background-color: #ffffff;
}
.btn-entity-sys.follow.active:before {
  background-image: url('../images/svg/icon-checkmark-blue.svg');
  background-size: 14px;
  width: 12px;
  height: 12px;
}
.btn-entity-sys.follow.active:hover,
.btn-entity-sys.follow.active:active {
  background-color: #ffffff;
  border-color: #6889e2;
  color: #6889e2;
}
.btn-entity-sys.follow.active:hover:before,
.btn-entity-sys.follow.active:active:before {
  background-image: url('../images/svg/icon-checkmark-blue-roll.svg');
}
.btn-entity-sys.follow:before {
  content: "";
  background-image: url('../images/svg/plus-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  line-height: 1;
}
.btn-entity-sys.follow:hover,
.btn-entity-sys.follow:active {
  background-color: #6889e2;
  border-color: #6889e2;
  color: #ffffff;
}
.btn-entity-sys.follow:hover:before,
.btn-entity-sys.follow:active:before {
  background-image: url('../images/svg/plus-white.svg');
}
.btn-entity-sys.edit {
  font-size: 0px;
  font-size: 0rem;
  width: 30px;
  padding: 0;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
  background-size: 12px;
  max-width: 30px;
}
@media only screen and (min-width: 1199px) {
  .btn-entity-sys.edit {
    background-size: 15px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-entity-sys.edit {
    max-width: 40px;
    width: 40px;
  }
}
.btn-entity-sys.edit:hover,
.btn-entity-sys.edit:active {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.btn-entity-sys.edit-v2 {
  padding: 0 4px;
  max-width: 65px;
}
.btn-entity-sys.edit-v2:only-child {
  max-width: none;
}
.btn-entity-sys.edit-v2:before {
  content: "";
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 1;
}
.btn-entity-sys.edit-v2:hover:before,
.btn-entity-sys.edit-v2:active:before {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.btn-entity-sys.contact {
  padding: 0 4px;
}
.btn-entity-sys.contact:only-child {
  max-width: none;
}
.btn-entity-sys.contact:before {
  content: "";
  background-image: url('../images/svg/email-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 4px;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 1;
}
.btn-entity-sys.contact:hover:before,
.btn-entity-sys.contact:active:before {
  background-image: url('../images/svg/email-blue-roll.svg');
}
.btn-entity-sys.book {
  padding: 0 8px;
}
.btn-entity-sys.book:only-child {
  max-width: none;
}
.btn-entity-sys.book:before {
  content: "";
  background-image: url('../images/svg/icon-calendar-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 4px;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 1;
}
.btn-entity-sys.book:hover:before,
.btn-entity-sys.book:active:before {
  background-image: url('../images/svg/icon-calendar-blue-roll.svg');
}
.btn-entity-sys.claim {
  font-size: 0px;
  font-size: 0rem;
  width: 30px;
  padding: 0;
  background-image: url('../images/svg/icon-pro-claim-white.svg');
  background-size: 16px;
  max-width: 30px;
}
@media only screen and (min-width: 1199px) {
  .btn-entity-sys.claim {
    background-size: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-entity-sys.claim {
    max-width: 40px;
    width: 40px;
  }
}
.btn-entity-sys:hover,
.btn-entity-sys:active {
  color: #6889e2;
  border-color: #6889e2;
}
.btn-pro-content-nav {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  text-transform: capitalize;
  background-position: left center;
  background-repeat: no-repeat;
  color: inherit;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-height: 16px;
  height: 40px;
  color: #000000;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*&.new {
		padding-right: 30px;
		overflow: visible;

		&:after {
			.font-size(9);
			font-weight: 500;
			content: "New";
			text-transform: uppercase;
			position: absolute;
			right: 0;
			top: 4px;
			display: inline-block;
			padding: 2px;
			line-height: 1;
			color: @white;
			background-color: @red;
			letter-spacing: 0.5px;
		}
	}*/
}
.btn-pro-content-nav.page,
.btn-pro-content-nav.basic,
.btn-pro-content-nav.list,
.btn-pro-content-nav.grid {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/logo-v-black.svg');
}
.btn-pro-content-nav.map {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-map.svg');
}
.btn-pro-content-nav.analytics,
.btn-pro-content-nav.charts,
.btn-pro-content-nav.overview {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/logo-v.svg');
}
.btn-pro-content-nav.viberate {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/viberate-color.svg');
}
.btn-pro-content-nav.audience {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/audience-color.svg');
}
.btn-pro-content-nav.playlists {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-color.svg');
}
.btn-pro-content-nav.spotify {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-color.svg');
}
.btn-pro-content-nav.youtube {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/youtube-color.svg');
}
.btn-pro-content-nav.shazam {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/shazam-color.svg');
}
.btn-pro-content-nav.soundcloud {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/soundcloud-color.svg');
}
.btn-pro-content-nav.deezer {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/deezer-color.svg');
}
.btn-pro-content-nav.airplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/airplay-color.svg');
}
.btn-pro-content-nav.beatport {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/beatport-square.svg');
}
.btn-pro-content-nav.facebook {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/facebook-color.svg');
}
.btn-pro-content-nav.instagram {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/instagram-color.svg');
}
.btn-pro-content-nav.tiktok {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/tiktok-color.svg');
}
.btn-pro-content-nav.twitter {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/twitter-color.svg');
}
.btn-pro-content-nav.social-media {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/social-media-color.svg');
}
.btn-pro-content-nav.geo {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-link-homepage-black.svg');
}
.btn-pro-content-nav.tracks {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/tracks-color.svg');
}
.btn-pro-content-nav.events {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/events-color.svg');
}
.btn-pro-content-nav.network {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/network-color.svg');
}
.btn-pro-content-nav.apple-music,
.btn-pro-content-nav.applemusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/apple-music-color.svg');
}
.btn-pro-content-nav.amazon-music,
.btn-pro-content-nav.amazonmusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/amazon-music-color.svg');
}
.btn-pro-content-nav.saved-charts,
.btn-pro-content-nav.custom-view {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-saved-charts.svg');
  position: relative;
}
.btn-pro-content-nav.saved-charts {
  background-image: url('../images/svg/icon-saved-charts.svg'), url('../images/svg/chevron-down.svg');
  background-size: 16px, 6px;
  background-position: left center, right center;
  padding-right: 10px;
}
.btn-pro-content-nav.songkick {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/songkick-color.svg');
}
.btn-pro-content-nav.anghami {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/anghami-color.svg');
}
.btn-pro-content-nav.audiomack {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/audiomack-color.svg');
}
.btn-pro-content-nav.boomplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/boomplay-color.svg');
}
.btn-pro-content-nav.gaana {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/gaana-color.svg');
}
.btn-pro-content-nav.jiosaavn {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/jiosaavn-color.svg');
}
.btn-pro-content-nav.joox {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/joox-color.svg');
}
.btn-pro-content-nav.linemusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/line-music-color.svg');
}
.btn-pro-content-nav.melon {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/melon-color.svg');
}
.btn-pro-content-nav.qqmusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/qq-music-color.svg');
}
.btn-pro-content-nav.yandex {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/yandex-color.svg');
}
.btn-pro-content-nav.new {
  padding-right: 10px;
}
.btn-pro-content-nav.new .new-icon {
  right: 10px;
}
.btn-pro-content-nav.locked,
.btn-pro-content-nav.unlocked {
  overflow: visible;
  padding-right: 10px;
}
.btn-pro-content-nav.locked.new,
.btn-pro-content-nav.unlocked.new {
  padding-right: 20px;
}
.btn-pro-content-nav.locked.new:after,
.btn-pro-content-nav.unlocked.new:after {
  right: 10px;
}
.btn-pro-content-nav.locked.new .new-icon,
.btn-pro-content-nav.unlocked.new .new-icon {
  right: 20px;
}
.btn-pro-content-nav.locked:after,
.btn-pro-content-nav.unlocked:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 11px;
  height: 11px;
  display: inline-block;
  background-position: right;
  background-size: 11px;
  background-image: url('../images/svg/icon-locked-grey.svg');
  background-repeat: no-repeat;
}
.btn-pro-content-nav.locked .new-icon,
.btn-pro-content-nav.unlocked .new-icon {
  margin: -1px -20px 0 0;
}
.btn-pro-content-nav.unlocked:after {
  background-image: url('../images/svg/icon-unlocked-grey.svg');
}
.btn-pro-content-nav.soon {
  padding-right: 38px;
  overflow: visible;
  cursor: default;
  color: #d5dde0;
}
.btn-pro-content-nav.soon.page,
.btn-pro-content-nav.soon.list,
.btn-pro-content-nav.soon.grid,
.btn-pro-content-nav.soon.charts,
.btn-pro-content-nav.soon.analytics {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/logo-v-disabled.svg');
}
.btn-pro-content-nav.soon.playlists {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-disabled.svg');
}
.btn-pro-content-nav.soon.beatport {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/beatport-square-disabled.svg');
}
.btn-pro-content-nav.soon.spotify {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-disabled.svg');
}
.btn-pro-content-nav.soon.youtube {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/youtube-disabled.svg');
}
.btn-pro-content-nav.soon.airplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/airplay-disabled.svg');
}
.btn-pro-content-nav.soon.applemusic,
.btn-pro-content-nav.soon.apple-music {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/apple-music-disabled.svg');
}
.btn-pro-content-nav.soon.audience {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/audience-disabled.svg');
}
.btn-pro-content-nav.soon.social-media {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/social-media-disabled.svg');
}
.btn-pro-content-nav.soon.saved-charts {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-saved-charts-disabled.svg');
}
.btn-pro-content-nav.soon.geo {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-link-homepage-disabled.svg');
}
.btn-pro-content-nav.soon.tracks {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/tracks-disabled.svg');
}
.btn-pro-content-nav.soon.events {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/events-disabled.svg');
}
.btn-pro-content-nav.soon.network {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/network-disabled.svg');
}
.btn-pro-content-nav.soon.viberate {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/viberate-disabled.svg');
}
.btn-pro-content-nav.soon.songkick {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/songkick-disabled.svg');
}
.btn-pro-content-nav.soon.anghami {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/anghami-disabled.svg');
}
.btn-pro-content-nav.soon.audiomack {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/audiomack-disabled.svg');
}
.btn-pro-content-nav.soon.boomplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/boomplay-disabled.svg');
}
.btn-pro-content-nav.soon.gaana {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/gaana-disabled.svg');
}
.btn-pro-content-nav.soon.jiosaavn {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/jiosaavn-disabled.svg');
}
.btn-pro-content-nav.soon.joox {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/joox-disabled.svg');
}
.btn-pro-content-nav.soon.linemusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/line-music-disabled.svg');
}
.btn-pro-content-nav.soon.melon {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/melon-disabled.svg');
}
.btn-pro-content-nav.soon.qqmusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/qq-music-disabled.svg');
}
.btn-pro-content-nav.soon.yandex {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/yandex-disabled.svg');
}
.btn-pro-content-nav.soon:after {
  border-radius: 2px;
  font-size: 9px;
  font-size: 0.9rem;
  border-radius: 999px;
  font-weight: 400;
  content: "Soon";
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 4px;
  display: inline-block;
  padding: 0 4px;
  line-height: 12px;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
}
.btn-pro-content-nav.soon:hover {
  color: #d5dde0;
}
.btn-pro-content-nav.beta:after {
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  content: "BETA";
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 4px 1px 4px;
  min-height: 14px;
  line-height: 1;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
  margin-left: 4px;
  margin-bottom: 9px;
}
.btn-pro-content-nav.beta:hover {
  color: #d5dde0;
}
.btn-pro-content-nav.disabled,
.btn-pro-content-nav:disabled {
  color: #D5DDE0;
  background-size: 16px;
  padding-left: 24px;
}
.btn-pro-content-nav.disabled.page,
.btn-pro-content-nav:disabled.page,
.btn-pro-content-nav.disabled.basic,
.btn-pro-content-nav:disabled.basic,
.btn-pro-content-nav.disabled.map,
.btn-pro-content-nav:disabled.map,
.btn-pro-content-nav.disabled.list,
.btn-pro-content-nav:disabled.list,
.btn-pro-content-nav.disabled.grid,
.btn-pro-content-nav:disabled.grid,
.btn-pro-content-nav.disabled.charts,
.btn-pro-content-nav:disabled.charts,
.btn-pro-content-nav.disabled.analytics,
.btn-pro-content-nav:disabled.analytics,
.btn-pro-content-nav.disabled.overview,
.btn-pro-content-nav:disabled.overview {
  background-image: url('../images/svg/logo-v-disabled.svg');
}
.btn-pro-content-nav.disabled.audience,
.btn-pro-content-nav:disabled.audience {
  background-image: url('../images/svg/audience-disabled.svg');
}
.btn-pro-content-nav.disabled.airplay,
.btn-pro-content-nav:disabled.airplay {
  background-image: url('../images/svg/airplay-disabled.svg');
}
.btn-pro-content-nav.disabled.playlists,
.btn-pro-content-nav:disabled.playlists {
  background-image: url('../images/svg/spotify-disabled.svg');
}
.btn-pro-content-nav.disabled.youtube,
.btn-pro-content-nav:disabled.youtube {
  background-image: url('../images/svg/youtube-disabled.svg');
}
.btn-pro-content-nav.disabled.beatport,
.btn-pro-content-nav:disabled.beatport {
  background-image: url('../images/svg/beatport-square-disabled.svg');
}
.btn-pro-content-nav.disabled.applemusic,
.btn-pro-content-nav:disabled.applemusic,
.btn-pro-content-nav.disabled.apple-music,
.btn-pro-content-nav:disabled.apple-music {
  background-image: url('../images/svg/apple-music-disabled.svg');
}
.btn-pro-content-nav.disabled.social-media,
.btn-pro-content-nav:disabled.social-media {
  background-image: url('../images/svg/social-media-disabled.svg');
}
.btn-pro-content-nav.disabled.spotify,
.btn-pro-content-nav:disabled.spotify {
  background-image: url('../images/svg/spotify-disabled.svg');
}
.btn-pro-content-nav.disabled.saved-charts,
.btn-pro-content-nav:disabled.saved-charts {
  background-image: url('../images/svg/icon-saved-charts-disabled.svg');
}
.btn-pro-content-nav.disabled.geo,
.btn-pro-content-nav:disabled.geo {
  background-image: url('../images/svg/icon-link-homepage-disabled.svg');
}
.btn-pro-content-nav.disabled.tracks,
.btn-pro-content-nav:disabled.tracks {
  background-image: url('../images/svg/tracks-disabled.svg');
}
.btn-pro-content-nav.disabled.network,
.btn-pro-content-nav:disabled.network {
  background-image: url('../images/svg/network-disabled.svg');
}
.btn-pro-content-nav.disabled.events,
.btn-pro-content-nav:disabled.events {
  background-image: url('../images/svg/events-disabled.svg');
}
.btn-pro-content-nav.disabled.viberate,
.btn-pro-content-nav:disabled.viberate {
  background-image: url('../images/svg/viberate-disabled.svg');
}
.btn-pro-content-nav.disabled:hover,
.btn-pro-content-nav:disabled:hover {
  color: #D5DDE0;
}
.btn-pro-content-nav:hover {
  color: #6889e2;
}
@media only screen and (min-width: 768px) {
  .btn-pro-content-nav:hover.saved-charts:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -12px;
    right: -12px;
    background: transparent;
    height: 4px;
    z-index: 4;
  }
}
.btn-pro-content-nav .new-icon {
  position: absolute;
  right: 0;
  top: 4px;
  margin: 0 -12px 0 0;
  left: auto;
}
.download-pdf {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #4e63ce;
  padding: 0 12px 0 28px;
  height: 32px;
  background-position: left 8px center;
  background-size: 16px;
  background-image: url('../images/svg/icon-pro-download-white.svg');
  background-repeat: no-repeat;
}
.download-pdf:hover,
.download-pdf:active {
  background-color: #6889e2;
}
a.btn-pro-search {
  color: #4e63ce;
  border: 2px solid #4e63ce;
  height: auto;
  padding: 10px 12px;
  line-height: 1;
}
a.btn-pro-search span {
  padding: 0;
}
a.btn-pro-search:before {
  content: none;
}
a.btn-pro-search:hover {
  background-color: #4e63ce;
}
.btn-locator-small {
  font-size: 0px;
  font-size: 0rem;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: 11px;
  background-image: url('../images/svg/location-blue.svg');
  background-repeat: no-repeat;
  margin-left: 4px;
  background-size: 8px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .btn-locator-small {
    width: 20px;
    height: 20px;
    background-size: 11px;
  }
}
.btn.btn-primary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  background-color: #4e63ce;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 24px;
}
.btn.btn-primary.blue {
  background-color: #4e63ce;
  color: #ffffff;
}
.btn.btn-primary.black {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-primary.white {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-primary.small {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn.btn-primary.border {
  color: #4e63ce;
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  padding: 9px 23px;
}
.btn.btn-primary.border.small {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn.btn-primary.border:hover,
.btn.btn-primary.border:active {
  color: #6889e2;
  border-color: #6889e2;
  background-color: #ffffff;
}
.btn.btn-primary.border:disabled,
.btn.btn-primary.border.disabled {
  pointer-events: none;
  cursor: default;
  color: #808080;
  border-color: #cccccc;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background-color: #6889e2;
  color: #ffffff;
}
.btn.btn-primary:disabled,
.btn.btn-primary.disabled {
  pointer-events: none;
  cursor: default;
  color: #ffffff;
  background-color: #D9D9D9;
}
.btn.btn-secondary {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  border: 1px solid #4e63ce;
  color: #4e63ce;
  text-transform: uppercase;
  padding: 7px 24px;
  letter-spacing: 1px;
}
.btn.btn-secondary.blue {
  border-color: #4e63ce;
  color: #4e63ce;
}
.btn.btn-secondary.black {
  border-color: #000000;
  color: #000000;
}
.btn.btn-secondary.white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-secondary.small {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 12px;
  padding: 6px 22px;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  border-color: #000000;
  color: #000000;
}
.btn.btn-secondary:disabled,
.btn.btn-secondary.disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.btn-terciary {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  color: #4e63ce;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn.btn-terciary.blue {
  color: #4e63ce;
}
.btn.btn-terciary.black {
  color: #000000;
}
.btn.btn-terciary:hover,
.btn.btn-terciary:active {
  color: #000000;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.btn.btn-terciary:disabled,
.btn.btn-terciary.disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.btn-txt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  color: #4e63ce;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #000000;
}
.btn.btn-txt.small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: 500;
}
.btn.btn-txt.blue {
  color: #4e63ce;
}
.btn.btn-txt.blue:hover,
.btn.btn-txt.blue:active {
  color: #6889e2;
}
.btn.btn-txt.black {
  color: #000000;
}
.btn.btn-txt:hover,
.btn.btn-txt:active {
  color: inherit;
}
.btn-dashboard-edit {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
}
.btn-dashboard-edit:before {
  content: url('../images/svg/dashboard-edit.svg');
}
.btn-dashboard-close {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
}
.btn-dashboard-close:before {
  content: url('../images/svg/dashboard-x.svg');
}
.btn-view {
  font-size: 0px;
  font-size: 0rem;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.btn-view.btn-view-list {
  background-image: url('../images/svg/icon-view-list.svg');
}
.btn-view.btn-view-list.active,
.btn-view.btn-view-list:hover {
  background-image: url('../images/svg/icon-view-list-active.svg');
}
.btn-view.btn-view-grid {
  background-image: url('../images/svg/icon-view-grid.svg');
}
.btn-view.btn-view-grid.active,
.btn-view.btn-view-grid:hover {
  background-image: url('../images/svg/icon-view-grid-active.svg');
}
.btn-follow {
  font-size: 0px;
  font-size: 0rem;
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: #4e63ce;
  background-image: url('../images/svg/icon-plus-white.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-follow.follow-for-daily-sync {
  position: relative;
  overflow: visible;
}
.btn-follow.follow-for-daily-sync:before {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 12px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  content: "";
}
.btn-follow.follow-for-daily-sync:hover,
.btn-follow.follow-for-daily-sync:active {
  z-index: 1;
}
.btn-follow.follow-for-daily-sync:hover:before,
.btn-follow.follow-for-daily-sync:active:before {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 12px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background-color: #6889e2;
  color: #ffffff;
  content: "Follow for Priority Data Sync";
  background-image: url('../images/svg/icon-plus-white.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: left 8px center;
  padding-left: 24px;
  padding-right: 8px;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.btn-follow.small {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-size: 6px;
}
.btn-follow.small.active {
  background-size: 8px;
}
.btn-follow.active {
  background-color: #ffffff;
  background-image: url('../images/svg/icon-checkmark-blue.svg');
  background-size: 14px;
}
.btn-follow.active:hover,
.btn-follow.active:active {
  background-image: url('../images/svg/icon-checkmark-blue-roll.svg');
  background-color: #ffffff;
}
.btn-follow:hover,
.btn-follow:active {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #6889e2;
}
.btn-toggle-city-search {
  color: #4e63ce;
}
.btn-toggle-city-search:hover {
  color: #6889e2;
}
.btn-toggle-city-search:hover:before {
  background-image: url('../images/svg/search-pro-table-blue-roll.svg');
}
.btn-toggle-city-search:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../images/svg/search-pro-table-blue.svg');
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  height: 24px;
}
.btn-back-to-charts {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e63ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-back-to-charts:hover {
  color: #6889e2;
}
.btn-back-to-charts:hover:before {
  background-image: url('../images/svg/arrow-left-blue-roll.svg');
}
.btn-back-to-charts:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/arrow-left-blue.svg');
  background-size: 11px;
  width: 12px;
  margin-right: 8px;
  height: 8px;
}
.btn-back-to-compared-entity {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e63ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}
.btn-back-to-compared-entity:hover {
  color: #6889e2;
}
.btn-back-to-compared-entity:hover:before {
  background-image: url('../images/svg/arrow-left-blue-roll.svg');
}
.btn-back-to-compared-entity:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/arrow-left-blue.svg');
  background-size: 11px;
  width: 12px;
  margin-right: 8px;
  white-space: nowrap;
  height: 8px;
  min-width: 12px;
  margin-left: 2px;
}
.btn-save-chart {
  font-size: 10px;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 4px;
  color: #4e63ce;
  font-weight: 600;
}
.btn-save-chart.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
}
.btn-save-chart.reverse:before {
  margin-right: 0;
  margin-left: 4px;
}
.btn-save-chart.no-right-padding {
  padding-right: 0;
}
.btn-save-chart.toggle:after {
  content: "";
  width: 8px;
  height: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 8px;
}
.btn-save-chart.toggle:before {
  background-image: url('../images/svg/icon-saved-charts-outline-blue.svg');
}
.btn-save-chart.toggle:disabled:before {
  background-image: url('../images/svg/icon-saved-charts-outline-disabled.svg');
}
.btn-save-chart.toggle:hover:before,
.btn-save-chart.toggle:active:before {
  background-image: url('../images/svg/icon-saved-charts-outline-blue-roll.svg');
}
.btn-save-chart.active:before {
  background-image: url('../images/svg/icon-saved-charts-blue.svg');
}
.btn-save-chart.active:disabled:before {
  background-image: url('../images/svg/icon-saved-charts-disabled.svg');
}
.btn-save-chart.active:hover:before,
.btn-save-chart.active:active:before {
  background-image: url('../images/svg/icon-saved-charts-blue-roll.svg');
}
.btn-save-chart.shadow {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.btn-save-chart.small {
  font-size: 8px;
  font-size: 0.8rem;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 24px;
}
.btn-save-chart.small:before {
  width: 12px;
  height: 12px;
  background-size: 12px;
}
.btn-save-chart.outline:before {
  background-image: url('../images/svg/icon-saved-charts-outline-blue.svg');
}
.btn-save-chart.outline:disabled:before {
  background-image: url('../images/svg/icon-saved-charts-outline-disabled.svg');
}
.btn-save-chart:disabled {
  pointer-events: none;
  cursor: default;
  color: #d5dde0;
}
.btn-save-chart:disabled:before {
  background-image: url('../images/svg/icon-saved-charts-disabled.svg');
}
.btn-save-chart:before {
  content: "";
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 16px;
  min-height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-saved-charts-blue.svg');
  margin-right: 4px;
}
.btn-save-chart:hover,
.btn-save-chart:active {
  color: #6889e2;
}
.btn-save-chart:hover:before,
.btn-save-chart:active:before {
  background-image: url('../images/svg/icon-saved-charts-blue-roll.svg');
}
.btn-expand-chart.expand span {
  display: none;
}
.btn-expand-chart.expand span + span {
  display: inline;
}
.btn-expand-chart span + span {
  display: none;
}
.btn-custom-map-zoom {
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background-color: #ffffff;
  color: #4e63ce;
}
.btn-custom-map-zoom:hover,
.btn-custom-map-zoom:active {
  color: #6889e2;
}
.btn-change-artist {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url('../images/svg/icon-dropdown-down-blue.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  height: 40px;
  padding-right: 16px;
  color: #4e63ce;
}
.btn-change-artist:hover,
.btn-change-artist:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-dropdown-down-blue-roll.svg');
}
.btn-special-toggle {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 0 8px;
  border-radius: 4px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-special-toggle.active {
  font-weight: 600;
  background-color: #eef0fb;
  color: #4e63ce;
}
.btn-special-toggle.channel {
  padding-left: 28px;
}
.btn-special-toggle.spotify {
  background-image: url('../images/svg/spotify-color.svg');
}
.btn-special-toggle.apple-music,
.btn-special-toggle.applemusic {
  background-image: url('../images/svg/apple-music-color.svg');
}
.btn-special-toggle.youtube-music,
.btn-special-toggle.youtubemusic {
  background-image: url('../images/svg/youtube-music-color.svg');
}
.btn-special-toggle.pandora {
  background-image: url('../images/svg/pandora-color.svg');
}
.btn-special-toggle:disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-special-toggle:disabled.active {
  background-color: #d5dde0;
}
.btn-special-toggle:hover,
.btn-special-toggle:active {
  background-color: #f4f6f6;
  color: #6889e2;
}
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  font-family: 'suisseInt', sans-serif;
  letter-spacing: 0.5px;
  padding: 0 24px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
.button:focus,
.button:hover,
.button:active {
  outline: 0;
}
.button:hover .button-tooltip,
.button:active .button-tooltip {
  display: block;
}
.button.ml-auto {
  margin-left: auto;
}
.button.no-capitalize {
  text-transform: none;
}
.button.loading:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px;
  background-image: url('../images/svg/loader-ani-black.svg');
  background-color: #D5DDE0;
}
.button.loading.has-icon:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.button.loading span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.button.primary {
  letter-spacing: 0.5px;
  background-color: #4e63ce;
  color: #ffffff;
}
.button.primary.red {
  background-color: #ff1e43;
}
.button.primary.red:active,
.button.primary.red:hover {
  background-color: #fe5671;
}
.button.primary.black {
  background-color: #000000;
}
.button.primary.black:active,
.button.primary.black:hover {
  background-color: #424547;
}
.button.primary.white {
  background-color: #ffffff;
  color: #4e63ce;
}
.button.primary.white:active,
.button.primary.white:hover {
  background-color: #ffffff;
  color: #6889e2;
}
.button.primary.inactive {
  pointer-events: none;
  cursor: default;
  background-color: #d5dde0;
  color: #707580;
}
.button.primary.inactive:active,
.button.primary.inactive:hover {
  background-color: #d2d2d1;
}
.button.primary:active,
.button.primary:hover {
  background-color: #6889e2;
}
.button.primary:disabled,
.button.primary.disabled {
  background-color: #D5DDE0;
}
.button.secondary {
  letter-spacing: 0.5px;
  border: 1px solid #4e63ce;
  background-color: transparent;
  color: #4e63ce;
}
.button.secondary.transparent {
  background-color: transparent;
}
.button.secondary.transparent:active,
.button.secondary.transparent:hover {
  background-color: transparent;
}
.button.secondary.black {
  border-color: #000000;
  color: #000000;
}
.button.secondary.black:active,
.button.secondary.black:hover {
  border-color: #494c52;
  color: #494c52;
}
.button.secondary.white {
  border-color: #ffffff;
  color: #ffffff;
}
.button.secondary.white:active,
.button.secondary.white:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.button.secondary:active,
.button.secondary:hover {
  color: #6889e2;
  border-color: #6889e2;
  background-color: transparent;
}
.button.secondary:disabled,
.button.secondary.disabled {
  border-color: #D5DDE0;
  color: #D5DDE0;
}
.button.tertiary {
  background-color: transparent;
  color: #4e63ce;
}
@media only screen and (max-width: 767px) {
  .button.tertiary.s {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.button.tertiary.black {
  color: #000000;
}
.button.tertiary.black:active,
.button.tertiary.black:hover {
  color: #494c52;
}
.button.tertiary.grey {
  color: #707580;
}
.button.tertiary.grey:active,
.button.tertiary.grey:hover {
  color: #000000;
}
.button.tertiary.white {
  color: #ffffff;
}
.button.tertiary.white:active,
.button.tertiary.white:hover {
  color: #f4f6f6;
}
.button.tertiary.underline {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.button.tertiary:active,
.button.tertiary:hover {
  color: #6889e2;
}
.button.tertiary:disabled,
.button.tertiary.disabled {
  color: #D5DDE0;
}
.button.has-icon {
  line-height: 1;
}
.button.has-icon:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.button.has-icon.no-text:before {
  margin-right: 0;
  margin-left: 0;
}
.button.has-icon.icon-download:before {
  background-image: url('../images/svg/icon-download-pro-white.svg');
}
.button.has-icon.icon-download.secondary:hover:before,
.button.has-icon.icon-download.tertiary:hover:before,
.button.has-icon.icon-download.secondary:active:before,
.button.has-icon.icon-download.tertiary:active:before {
  background-image: url('../images/svg/icon-download-pro-roll.svg');
}
.button.has-icon.icon-download.secondary:before,
.button.has-icon.icon-download.tertiary:before {
  background-image: url('../images/svg/icon-download-pro.svg');
}
.button.has-icon.icon-download.secondary:disabled:before,
.button.has-icon.icon-download.tertiary:disabled:before {
  background-image: url('../images/svg/icon-download-pro-disabled.svg');
}
.button.has-icon.icon-download.s:before,
.button.has-icon.icon-download.sx:before {
  background-size: 8px;
}
.button.has-icon.icon-plus:before {
  background-image: url('../images/svg/icon-plus-white.svg');
}
.button.has-icon.icon-plus.secondary:hover:before,
.button.has-icon.icon-plus.tertiary:hover:before,
.button.has-icon.icon-plus.secondary:active:before,
.button.has-icon.icon-plus.tertiary:active:before {
  background-image: url('../images/svg/icon-plus-blue-roll.svg');
}
.button.has-icon.icon-plus.secondary:before,
.button.has-icon.icon-plus.tertiary:before {
  background-size: 8px;
  background-image: url('../images/svg/icon-plus-blue.svg');
}
.button.has-icon.icon-plus.secondary:disabled:before,
.button.has-icon.icon-plus.tertiary:disabled:before {
  background-image: url('../images/svg/icon-plus-disabled.svg');
}
.button.has-icon.icon-plus.s:before,
.button.has-icon.icon-plus.sx:before {
  background-size: 8px;
}
.button.has-icon.refresh:before {
  background-image: url('../images/svg/icon-refresh-white.svg');
}
.button.has-icon.refresh.secondary:hover:before,
.button.has-icon.refresh.tertiary:hover:before,
.button.has-icon.refresh.secondary:active:before,
.button.has-icon.refresh.tertiary:active:before {
  background-image: url('../images/svg/icon-refresh-blue-roll.svg');
}
.button.has-icon.refresh.secondary:before,
.button.has-icon.refresh.tertiary:before {
  background-image: url('../images/svg/icon-refresh-blue.svg');
  margin-right: 4px;
}
.button.has-icon.refresh.secondary:disabled:before,
.button.has-icon.refresh.tertiary:disabled:before {
  background-image: url('../images/svg/icon-refresh-disabled.svg');
}
.button.has-icon.refresh.reversed:before {
  margin-left: 4px;
  margin-right: 0;
}
.button.has-icon.icon-arrow-down:before {
  background-image: url('../images/svg/icon-down-arrow-white.svg');
}
.button.has-icon.icon-arrow-down.secondary:hover:before,
.button.has-icon.icon-arrow-down.tertiary:hover:before,
.button.has-icon.icon-arrow-down.secondary:active:before,
.button.has-icon.icon-arrow-down.tertiary:active:before {
  background-image: url('../images/svg/icon-down-arrow-blue-roll.svg');
}
.button.has-icon.icon-arrow-down.secondary:before,
.button.has-icon.icon-arrow-down.tertiary:before {
  background-image: url('../images/svg/icon-down-arrow-blue.svg');
}
.button.has-icon.icon-arrow-down.secondary:disabled:before,
.button.has-icon.icon-arrow-down.tertiary:disabled:before {
  background-image: url('../images/svg/icon-down-arrow-disabled.svg');
}
.button.has-icon.icon-explore:before {
  background-image: url('../images/svg/icon-explore-white.svg');
}
.button.has-icon.icon-explore.secondary.white,
.button.has-icon.icon-explore.tertiary.white {
  color: #ffffff;
}
.button.has-icon.icon-explore.secondary.white:hover:before,
.button.has-icon.icon-explore.tertiary.white:hover:before,
.button.has-icon.icon-explore.secondary.white:active:before,
.button.has-icon.icon-explore.tertiary.white:active:before {
  background-image: url('../images/svg/icon-explore-white.svg');
}
.button.has-icon.icon-explore.secondary.white:before,
.button.has-icon.icon-explore.tertiary.white:before {
  background-image: url('../images/svg/icon-explore-white.svg');
}
.button.has-icon.icon-explore.secondary:hover:before,
.button.has-icon.icon-explore.tertiary:hover:before,
.button.has-icon.icon-explore.secondary:active:before,
.button.has-icon.icon-explore.tertiary:active:before {
  background-image: url('../images/svg/icon-explore-blue-roll.svg');
}
.button.has-icon.icon-explore.secondary:before,
.button.has-icon.icon-explore.tertiary:before {
  background-image: url('../images/svg/icon-explore-blue.svg');
}
.button.has-icon.icon-explore.secondary:disabled:before,
.button.has-icon.icon-explore.tertiary:disabled:before {
  background-image: url('../images/svg/icon-explore-disabled.svg');
}
.button.has-icon.icon-help:before {
  background-image: url('../images/svg/icon-help-white.svg');
}
.button.has-icon.icon-help.secondary:hover:before,
.button.has-icon.icon-help.tertiary:hover:before,
.button.has-icon.icon-help.secondary:active:before,
.button.has-icon.icon-help.tertiary:active:before {
  background-image: url('../images/svg/icon-help-blue-roll.svg');
}
.button.has-icon.icon-help.secondary:before,
.button.has-icon.icon-help.tertiary:before {
  background-image: url('../images/svg/icon-help-blue.svg');
}
.button.has-icon.icon-help.secondary:disabled:before,
.button.has-icon.icon-help.tertiary:disabled:before {
  background-image: url('../images/svg/icon-help-disabled.svg');
}
.button.has-icon.icon-chart:before {
  background-image: url('../images/svg/icon-chart-explore-white.svg');
}
.button.has-icon.icon-chart.secondary:hover:before,
.button.has-icon.icon-chart.tertiary:hover:before,
.button.has-icon.icon-chart.secondary:active:before,
.button.has-icon.icon-chart.tertiary:active:before {
  background-image: url('../images/svg/icon-chart-explore-blue-roll.svg');
}
.button.has-icon.icon-chart.secondary:before,
.button.has-icon.icon-chart.tertiary:before {
  background-image: url('../images/svg/icon-chart-explore-blue.svg');
}
.button.has-icon.icon-chart.secondary:disabled:before,
.button.has-icon.icon-chart.tertiary:disabled:before {
  background-image: url('../images/svg/icon-chart-explore-disabled.svg');
}
.button.has-icon.icon-checkmark:before {
  background-image: url('../images/svg/icon-checkmark-white.svg');
}
.button.has-icon.icon-checkmark.secondary.s:before,
.button.has-icon.icon-checkmark.tertiary.s:before {
  background-size: 10px;
}
.button.has-icon.icon-checkmark.secondary.black:before,
.button.has-icon.icon-checkmark.tertiary.black:before {
  background-image: url('../images/svg/icon-checkmark-black.svg');
}
.button.has-icon.icon-checkmark.secondary.black:hover:before,
.button.has-icon.icon-checkmark.tertiary.black:hover:before,
.button.has-icon.icon-checkmark.secondary.black:active:before,
.button.has-icon.icon-checkmark.tertiary.black:active:before {
  background-image: url('../images/svg/icon-checkmark-black-roll.svg');
}
.button.has-icon.icon-checkmark.secondary:hover:before,
.button.has-icon.icon-checkmark.tertiary:hover:before,
.button.has-icon.icon-checkmark.secondary:active:before,
.button.has-icon.icon-checkmark.tertiary:active:before {
  background-image: url('../images/svg/icon-checkmark-blue-roll.svg');
}
.button.has-icon.icon-checkmark.secondary:before,
.button.has-icon.icon-checkmark.tertiary:before {
  background-image: url('../images/svg/icon-checkmark-blue.svg');
}
.button.has-icon.icon-checkmark.secondary:disabled:before,
.button.has-icon.icon-checkmark.tertiary:disabled:before {
  background-image: url('../images/svg/icon-checkmark-disabled.svg');
}
.button.has-icon.icon-close:before {
  background-image: url('../images/svg/icon-close-white.svg');
}
.button.has-icon.icon-close.secondary.s:before,
.button.has-icon.icon-close.tertiary.s:before {
  background-size: 10px;
}
.button.has-icon.icon-close.secondary.grey:before,
.button.has-icon.icon-close.tertiary.grey:before {
  background-image: url('../images/svg/icon-close-grey.svg');
}
.button.has-icon.icon-close.secondary.grey:hover:before,
.button.has-icon.icon-close.tertiary.grey:hover:before,
.button.has-icon.icon-close.secondary.grey:active:before,
.button.has-icon.icon-close.tertiary.grey:active:before {
  background-image: url('../images/svg/icon-close-grey-roll.svg');
}
.button.has-icon.icon-close.secondary.black:before,
.button.has-icon.icon-close.tertiary.black:before {
  background-image: url('../images/svg/icon-close-black.svg');
}
.button.has-icon.icon-close.secondary.black:hover:before,
.button.has-icon.icon-close.tertiary.black:hover:before,
.button.has-icon.icon-close.secondary.black:active:before,
.button.has-icon.icon-close.tertiary.black:active:before {
  background-image: url('../images/svg/icon-close-black-roll.svg');
}
.button.has-icon.icon-close.secondary:hover:before,
.button.has-icon.icon-close.tertiary:hover:before,
.button.has-icon.icon-close.secondary:active:before,
.button.has-icon.icon-close.tertiary:active:before {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.button.has-icon.icon-close.secondary:before,
.button.has-icon.icon-close.tertiary:before {
  background-image: url('../images/svg/icon-close-blue.svg');
}
.button.has-icon.icon-close.secondary:disabled:before,
.button.has-icon.icon-close.tertiary:disabled:before {
  background-image: url('../images/svg/icon-close-disabled.svg');
}
.button.has-icon.icon-arrow-left:before {
  background-size: 10px;
  background-image: url('../images/svg/icon-arrow-left-white.svg');
}
.button.has-icon.icon-arrow-left.secondary:hover:before,
.button.has-icon.icon-arrow-left.tertiary:hover:before,
.button.has-icon.icon-arrow-left.secondary:active:before,
.button.has-icon.icon-arrow-left.tertiary:active:before {
  background-image: url('../images/svg/icon-arrow-left-blue-roll.svg');
}
.button.has-icon.icon-arrow-left.secondary:before,
.button.has-icon.icon-arrow-left.tertiary:before {
  background-image: url('../images/svg/icon-arrow-left-blue.svg');
}
.button.has-icon.icon-arrow-left.secondary:disabled:before,
.button.has-icon.icon-arrow-left.tertiary:disabled:before {
  background-image: url('../images/svg/icon-arrow-left-disabled.svg');
}
.button.has-icon.icon-arrow-right:before {
  background-size: 10px;
  background-image: url('../images/svg/icon-arrow-right-white.svg');
}
.button.has-icon.icon-arrow-right.secondary:hover:before,
.button.has-icon.icon-arrow-right.tertiary:hover:before,
.button.has-icon.icon-arrow-right.secondary:active:before,
.button.has-icon.icon-arrow-right.tertiary:active:before {
  background-image: url('../images/svg/icon-arrow-right-blue-roll.svg');
}
.button.has-icon.icon-arrow-right.secondary:before,
.button.has-icon.icon-arrow-right.tertiary:before {
  background-image: url('../images/svg/icon-arrow-right-blue.svg');
}
.button.has-icon.icon-arrow-right.secondary:disabled:before,
.button.has-icon.icon-arrow-right.tertiary:disabled:before {
  background-image: url('../images/svg/icon-arrow-right-disabled.svg');
}
.button.has-icon.icon-chevron-left:before {
  background-size: 5px;
  background-image: url('../images/svg/icon-left-arrow-white.svg');
  margin: 0;
}
.button.has-icon.icon-chevron-left.secondary.white,
.button.has-icon.icon-chevron-left.tertiary.white {
  color: #ffffff;
}
.button.has-icon.icon-chevron-left.secondary.white:before,
.button.has-icon.icon-chevron-left.tertiary.white:before {
  background-image: url('../images/svg/icon-left-arrow-white.svg');
}
.button.has-icon.icon-chevron-left.secondary.white:hover,
.button.has-icon.icon-chevron-left.tertiary.white:hover,
.button.has-icon.icon-chevron-left.secondary.white:active,
.button.has-icon.icon-chevron-left.tertiary.white:active {
  color: #6889e2;
}
.button.has-icon.icon-chevron-left.secondary.black,
.button.has-icon.icon-chevron-left.tertiary.black {
  color: #000000;
}
.button.has-icon.icon-chevron-left.secondary.black:before,
.button.has-icon.icon-chevron-left.tertiary.black:before {
  background-image: url('../images/svg/icon-left-arrow.svg');
}
.button.has-icon.icon-chevron-left.secondary.black:hover,
.button.has-icon.icon-chevron-left.tertiary.black:hover,
.button.has-icon.icon-chevron-left.secondary.black:active,
.button.has-icon.icon-chevron-left.tertiary.black:active {
  color: #6889e2;
}
.button.has-icon.icon-chevron-left.secondary:hover:before,
.button.has-icon.icon-chevron-left.tertiary:hover:before,
.button.has-icon.icon-chevron-left.secondary:active:before,
.button.has-icon.icon-chevron-left.tertiary:active:before {
  background-image: url('../images/svg/icon-left-arrow-blue-roll.svg');
}
.button.has-icon.icon-chevron-left.secondary:before,
.button.has-icon.icon-chevron-left.tertiary:before {
  background-image: url('../images/svg/icon-left-arrow-blue.svg');
}
.button.has-icon.icon-chevron-left.secondary:disabled:before,
.button.has-icon.icon-chevron-left.tertiary:disabled:before {
  background-image: url('../images/svg/icon-left-arrow-disabled.svg');
}
.button.has-icon.icon-chevron-right:before {
  background-size: 5px;
  background-image: url('../images/svg/icon-right-arrow-white.svg');
}
.button.has-icon.icon-chevron-right.secondary:hover:before,
.button.has-icon.icon-chevron-right.tertiary:hover:before,
.button.has-icon.icon-chevron-right.secondary:active:before,
.button.has-icon.icon-chevron-right.tertiary:active:before {
  background-image: url('../images/svg/icon-right-arrow-blue-roll.svg');
}
.button.has-icon.icon-chevron-right.secondary:before,
.button.has-icon.icon-chevron-right.tertiary:before {
  background-image: url('../images/svg/icon-right-arrow-blue.svg');
}
.button.has-icon.icon-chevron-right.secondary:disabled:before,
.button.has-icon.icon-chevron-right.tertiary:disabled:before {
  background-image: url('../images/svg/icon-right-arrow-disabled.svg');
}
.button.has-icon.icon-chevron-right.tertiary:before {
  margin-right: 4px;
}
.button.has-icon.icon-chevron-right.tertiary.reversed:before {
  margin-left: 4px;
  margin-right: 0;
}
.button.has-icon.icon-edit:before {
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
}
.button.has-icon.icon-edit:hover:before,
.button.has-icon.icon-edit:active:before {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.button.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.button.reversed:before {
  margin-right: 0;
  margin-left: 8px;
}
.button.sx {
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .button.sx {
    font-size: 10px;
    font-size: 1rem;
    height: 32px;
  }
}
.button.sx.loading:before {
  background-size: 10px;
}
.button.s {
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .button.s {
    font-size: 12px;
    font-size: 1.2rem;
    height: 40px;
  }
}
.button.m {
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .button.m {
    height: 48px;
  }
}
.button.l {
  font-size: 16px;
  font-size: 1.6rem;
  height: 56px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .button.l {
    height: 56px;
  }
}
.button.rounded {
  border-radius: 8px;
  letter-spacing: 0.5px;
}
.button.rounded.m {
  padding-left: 32px;
  padding-right: 32px;
}
.button.no-wrap {
  white-space: nowrap;
}
.button .full-width {
  width: 100%;
}
.button.no-padding {
  padding-left: 0;
  padding-right: 0;
  height: auto;
}
.button.paypal {
  font-size: 0px;
  font-size: 0rem;
  background-color: #FFC439;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/paypal.svg');
  padding: 0;
}
.button.paypal:hover,
.button.paypal:active {
  background-color: #FFC439;
}
.button.absolute-view-all {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.button.alt-edit {
  outline: 1px dotted #4e63ce;
  background-color: #ffffff;
  color: #4e63ce;
}
.button.alt-edit.blue {
  background-color: #4e63ce;
  color: #ffffff;
}
.button.alt-edit.blue:hover,
.button.alt-edit.blue:active {
  color: #ffffff;
  outline-color: #6889e2;
  background-color: #6889e2;
}
.button.alt-edit:hover,
.button.alt-edit:active {
  color: #6889e2;
  outline-color: #6889e2;
}
.button .button-tooltip {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 10px;
  font-size: 1rem;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
  padding: 8px 16px;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  color: #000000;
  background-color: #ffffff;
  width: 254px;
  text-align: center;
  white-space: normal;
  text-transform: none;
}
.button .button-tooltip .grey {
  color: #707580;
}
.button .button-tooltip strong {
  font-weight: bold;
}
.button > span {
  line-height: 1;
}
.btn-editor {
  font-size: 0px;
  font-size: 0rem;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-editor.text {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #4e63ce;
  width: auto;
}
.btn-editor.text:hover,
.btn-editor.text:active {
  color: #6889e2;
}
.btn-editor.move {
  background-image: url('../images/svg/icon-pro-move-blue.svg');
}
.btn-editor.move.blue {
  background-image: url('../images/svg/icon-pro-move-white.svg');
}
.btn-editor.move.blue:hover,
.btn-editor.move.blue:active {
  background-image: url('../images/svg/icon-pro-move-white.svg');
  background-color: #6889e2;
}
.btn-editor.move:hover,
.btn-editor.move:active {
  background-image: url('../images/svg/icon-pro-move-blue-roll.svg');
}
.btn-editor.edit {
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
}
.btn-editor.edit.blue {
  background-image: url('../images/svg/icon-pro-edit-white.svg');
}
.btn-editor.edit.blue:hover,
.btn-editor.edit.blue:active {
  background-image: url('../images/svg/icon-pro-edit-white.svg');
  background-color: #6889e2;
}
.btn-editor.edit:hover,
.btn-editor.edit:active {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.btn-editor.download {
  background-image: url('../images/svg/icon-pro-download-blue.svg');
}
.btn-editor.download.blue {
  background-image: url('../images/svg/icon-pro-download-white.svg');
}
.btn-editor.download.blue:hover,
.btn-editor.download.blue:active {
  background-image: url('../images/svg/icon-pro-download-white.svg');
  background-color: #6889e2;
}
.btn-editor.download:hover,
.btn-editor.download:active {
  background-image: url('../images/svg/icon-pro-download-blue-roll.svg');
}
.btn-editor.delete {
  background-image: url('../images/svg/icon-pro-delete-blue.svg');
}
.btn-editor.delete.blue {
  background-image: url('../images/svg/icon-pro-delete-white.svg');
}
.btn-editor.delete.blue:hover,
.btn-editor.delete.blue:active {
  background-image: url('../images/svg/icon-pro-delete-white.svg');
  background-color: #6889e2;
}
.btn-editor.delete:hover,
.btn-editor.delete:active {
  background-image: url('../images/svg/icon-pro-delete-blue-roll.svg');
}
.btn-editor.report {
  background-image: url('../images/svg/icon-pro-report-blue.svg');
}
.btn-editor.report.blue {
  background-image: url('../images/svg/icon-pro-report-white.svg');
}
.btn-editor.report.blue:hover,
.btn-editor.report.blue:active {
  background-image: url('../images/svg/icon-pro-report-white.svg');
  background-color: #6889e2;
}
.btn-editor.report:hover,
.btn-editor.report:active {
  background-image: url('../images/svg/icon-pro-report-blue-roll.svg');
}
.btn-editor.circle {
  border-radius: 50%;
  border: 1px solid #4e63ce;
  background-color: #ffffff;
}
.btn-editor.circle:hover,
.btn-editor.circle:active {
  border-color: #6889e2;
}
.btn-editor.blue {
  background-color: #4e63ce;
}
.btn-move-chart {
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 8px;
  background-repeat: no-repeat;
  margin: 0 8px;
  background-color: #4e63ce;
}
.btn-move-chart:disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.btn-move-chart.move-left {
  background-image: url('../images/svg/icon-left-arrow-white.svg');
  background-position: left 7px top 5px;
}
.btn-move-chart.move-right {
  background-image: url('../images/svg/icon-right-arrow-white.svg');
  background-position: right 7px top 5px;
}
.btn-move-chart:hover {
  background-color: #6889e2;
}
.btn-customize-chart {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #4e63ce;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
  padding: 5px 16px 5px 32px;
  font-weight: 600;
  color: #4e63ce;
}
.btn-customize-chart:hover {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
  color: #6889e2;
  border-color: #6889e2;
}
.btn-edit-links {
  font-size: 12px;
  font-size: 1.2rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
  padding: 0;
  font-weight: 600;
  color: #4e63ce;
  padding-right: 24px;
}
.btn-edit-links:hover {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
  color: #6889e2;
}
.js-btn-toggle-changes {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ff1f43;
  color: white;
  pading: 16px;
  border-radius: 8px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  border: 0;
}
.js-btn-toggle-changes.active {
  background-color: #66cd94;
}
/*************** 7. FORMS ***************/
.has-error {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  color: #ff1e43 !important;
  border-color: #ff1e43 !important;
}
.error-msg {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  display: none;
  color: #ff1e43;
}
.error-msg.show {
  display: block;
}
.error-msg.general {
  font-weight: 500;
  color: #ff1e43;
}
.error-msg.success {
  color: #66cd94;
}
.error-msg.relative {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.error-msg-general {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  display: none;
  color: #ff1e43;
}
.error-msg-general.show {
  display: block;
}
.error .error-msg {
  display: block;
}
.error input[type="text"],
.error input[type="number"],
.error input[type="email"],
.error input[type="password"] {
  border-color: #ff1e43;
}
.error input[type="text"] + .error-msg,
.error input[type="number"] + .error-msg,
.error input[type="email"] + .error-msg,
.error input[type="password"] + .error-msg {
  color: #ff1e43;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.error .custom-input input[type="text"] + .error-msg,
.error .custom-input input[type="number"] + .error-msg,
.error .custom-input input[type="email"] + .error-msg,
.error .custom-input input[type="password"] + .error-msg {
  color: #ff1e43;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.form-row {
  position: relative;
  padding: 4px 0 12px 0;
}
.form-row {
  z-index: 9;
}
.form-row + .form-row {
  z-index: 8;
}
.form-row + .form-row + .form-row {
  z-index: 7;
}
.form-row + .form-row + .form-row + .form-row {
  z-index: 6;
}
.form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 5;
}
.form-row + .form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 4;
}
.form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 3;
}
.form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 2;
}
.form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 1;
}
textarea {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  padding: 30px 20px;
  background-color: #ffffff;
  width: 100%;
  border: 0;
  color: #000000;
  height: 150px;
  resize: none;
  outline: 0;
  vertical-align: top;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
textarea.error::-webkit-input-placeholder {
  color: #ff1e43;
}
textarea.error:-ms-input-placeholder {
  color: #ff1e43;
}
textarea.error::-ms-input-placeholder {
  color: #ff1e43;
}
textarea.error::placeholder {
  color: #ff1e43;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  -o-user-select: auto;
  line-height: 18px;
  letter-spacing: 0.5px;
  width: 100%;
  position: relative;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  padding-right: 20px;
  height: 48px;
  padding-top: 10px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: baseline;
  outline: none;
}
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled {
  background-image: url('../images/svg/lock-disabled.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #e5e5e5;
  border-color: #e5e5e5;
}
input[type="text"]:disabled::-webkit-input-placeholder,
input[type="number"]:disabled::-webkit-input-placeholder,
input[type="email"]:disabled::-webkit-input-placeholder,
input[type="password"]:disabled::-webkit-input-placeholder,
input[type="tel"]:disabled::-webkit-input-placeholder,
input[type="search"]:disabled::-webkit-input-placeholder {
  color: #e5e5e5;
}
input[type="text"]:disabled:-ms-input-placeholder,
input[type="number"]:disabled:-ms-input-placeholder,
input[type="email"]:disabled:-ms-input-placeholder,
input[type="password"]:disabled:-ms-input-placeholder,
input[type="tel"]:disabled:-ms-input-placeholder,
input[type="search"]:disabled:-ms-input-placeholder {
  color: #e5e5e5;
}
input[type="text"]:disabled::-ms-input-placeholder,
input[type="number"]:disabled::-ms-input-placeholder,
input[type="email"]:disabled::-ms-input-placeholder,
input[type="password"]:disabled::-ms-input-placeholder,
input[type="tel"]:disabled::-ms-input-placeholder,
input[type="search"]:disabled::-ms-input-placeholder {
  color: #e5e5e5;
}
input[type="text"]:disabled::placeholder,
input[type="number"]:disabled::placeholder,
input[type="email"]:disabled::placeholder,
input[type="password"]:disabled::placeholder,
input[type="tel"]:disabled::placeholder,
input[type="search"]:disabled::placeholder {
  color: #e5e5e5;
}
input[type="text"]:-moz-read-only:not(.mbsc-comp),
input[type="number"]:-moz-read-only:not(.mbsc-comp),
input[type="email"]:-moz-read-only:not(.mbsc-comp),
input[type="password"]:-moz-read-only:not(.mbsc-comp),
input[type="tel"]:-moz-read-only:not(.mbsc-comp),
input[type="search"]:-moz-read-only:not(.mbsc-comp) {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
input[type="text"]:read-only:not(.mbsc-comp),
input[type="number"]:read-only:not(.mbsc-comp),
input[type="email"]:read-only:not(.mbsc-comp),
input[type="password"]:read-only:not(.mbsc-comp),
input[type="tel"]:read-only:not(.mbsc-comp),
input[type="search"]:read-only:not(.mbsc-comp) {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
input[type="text"].mbsc-comp,
input[type="number"].mbsc-comp,
input[type="email"].mbsc-comp,
input[type="password"].mbsc-comp,
input[type="tel"].mbsc-comp,
input[type="search"].mbsc-comp {
  background-image: url('../images/svg/chevron-down.svg');
  background-position: right center;
  background-size: 12px;
  background-repeat: no-repeat;
}
input[type="text"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder {
  color: #ff1e43;
}
input[type="text"].error:-ms-input-placeholder,
input[type="number"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder {
  color: #ff1e43;
}
input[type="text"].error::-ms-input-placeholder,
input[type="number"].error::-ms-input-placeholder,
input[type="email"].error::-ms-input-placeholder,
input[type="password"].error::-ms-input-placeholder,
input[type="tel"].error::-ms-input-placeholder,
input[type="search"].error::-ms-input-placeholder {
  color: #ff1e43;
}
input[type="text"].error::placeholder,
input[type="number"].error::placeholder,
input[type="email"].error::placeholder,
input[type="password"].error::placeholder,
input[type="tel"].error::placeholder,
input[type="search"].error::placeholder {
  color: #ff1e43;
}
input[type="text"].optional,
input[type="number"].optional,
input[type="email"].optional,
input[type="password"].optional,
input[type="tel"].optional,
input[type="search"].optional {
  font-style: italic;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus {
  outline: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  color: #989898;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  color: #989898;
}
input[type="text"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder {
  color: #989898;
}
input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder {
  color: #989898;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.custom-input {
  position: relative;
}
.custom-input input[type="text"],
.custom-input input[type="number"],
.custom-input input[type="email"],
.custom-input input[type="password"],
.custom-input input[type="tel"] {
  background-color: transparent;
  padding-top: 10px;
}
.custom-input input[type="text"].optional,
.custom-input input[type="number"].optional,
.custom-input input[type="email"].optional,
.custom-input input[type="password"].optional,
.custom-input input[type="tel"].optional {
  font-style: italic;
}
.custom-input input[type="text"].optional + label,
.custom-input input[type="number"].optional + label,
.custom-input input[type="email"].optional + label,
.custom-input input[type="password"].optional + label,
.custom-input input[type="tel"].optional + label {
  font-style: italic;
}
.custom-input input[type="text"].currency,
.custom-input input[type="number"].currency,
.custom-input input[type="email"].currency,
.custom-input input[type="password"].currency,
.custom-input input[type="tel"].currency {
  padding-right: 40px;
}
.custom-input input[type="text"].currency:disabled,
.custom-input input[type="number"].currency:disabled,
.custom-input input[type="email"].currency:disabled,
.custom-input input[type="password"].currency:disabled,
.custom-input input[type="tel"].currency:disabled {
  padding-right: 40px;
}
.custom-input input[type="text"].currency:disabled + label,
.custom-input input[type="number"].currency:disabled + label,
.custom-input input[type="email"].currency:disabled + label,
.custom-input input[type="password"].currency:disabled + label,
.custom-input input[type="tel"].currency:disabled + label {
  padding-right: 70px;
}
.custom-input input[type="text"].currency + label,
.custom-input input[type="number"].currency + label,
.custom-input input[type="email"].currency + label,
.custom-input input[type="password"].currency + label,
.custom-input input[type="tel"].currency + label {
  padding-right: 40px;
}
.custom-input input[type="text"].currency:disabled + label + .unit,
.custom-input input[type="number"].currency:disabled + label + .unit,
.custom-input input[type="email"].currency:disabled + label + .unit,
.custom-input input[type="password"].currency:disabled + label + .unit,
.custom-input input[type="tel"].currency:disabled + label + .unit {
  color: #e5e5e5;
  right: 30px;
}
.custom-input input[type="text"]:not(:placeholder-shown) + label,
.custom-input input[type="number"]:not(:placeholder-shown) + label,
.custom-input input[type="email"]:not(:placeholder-shown) + label,
.custom-input input[type="password"]:not(:placeholder-shown) + label,
.custom-input input[type="tel"]:not(:placeholder-shown) + label,
.custom-input input[type="text"]:focus + label,
.custom-input input[type="number"]:focus + label,
.custom-input input[type="email"]:focus + label,
.custom-input input[type="password"]:focus + label,
.custom-input input[type="tel"]:focus + label {
  font-size: 10px;
  font-size: 1rem;
  top: 1px;
  cursor: auto;
}
.custom-input input[type="text"]::-webkit-input-placeholder,
.custom-input input[type="number"]::-webkit-input-placeholder,
.custom-input input[type="email"]::-webkit-input-placeholder,
.custom-input input[type="password"]::-webkit-input-placeholder,
.custom-input input[type="tel"]::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.custom-input input[type="text"]:-ms-input-placeholder,
.custom-input input[type="number"]:-ms-input-placeholder,
.custom-input input[type="email"]:-ms-input-placeholder,
.custom-input input[type="password"]:-ms-input-placeholder,
.custom-input input[type="tel"]:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.custom-input input[type="text"]::-ms-input-placeholder,
.custom-input input[type="number"]::-ms-input-placeholder,
.custom-input input[type="email"]::-ms-input-placeholder,
.custom-input input[type="password"]::-ms-input-placeholder,
.custom-input input[type="tel"]::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.custom-input input[type="text"]::placeholder,
.custom-input input[type="number"]::placeholder,
.custom-input input[type="email"]::placeholder,
.custom-input input[type="password"]::placeholder,
.custom-input input[type="tel"]::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.custom-input input[type="text"]:disabled,
.custom-input input[type="number"]:disabled,
.custom-input input[type="email"]:disabled,
.custom-input input[type="password"]:disabled,
.custom-input input[type="tel"]:disabled {
  background-image: url('../images/svg/lock-disabled.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #e5e5e5;
  border-color: #e5e5e5;
}
.custom-input input[type="text"]:disabled label + .unit,
.custom-input input[type="number"]:disabled label + .unit,
.custom-input input[type="email"]:disabled label + .unit,
.custom-input input[type="password"]:disabled label + .unit,
.custom-input input[type="tel"]:disabled label + .unit {
  right: 30px;
}
.custom-input input[type="text"]:disabled + label,
.custom-input input[type="number"]:disabled + label,
.custom-input input[type="email"]:disabled + label,
.custom-input input[type="password"]:disabled + label,
.custom-input input[type="tel"]:disabled + label {
  color: #e5e5e5;
}
.custom-input input[type="text"]:-moz-read-only,
.custom-input input[type="number"]:-moz-read-only,
.custom-input input[type="email"]:-moz-read-only,
.custom-input input[type="password"]:-moz-read-only,
.custom-input input[type="tel"]:-moz-read-only {
  padding-right: 60px;
}
.custom-input input[type="text"]:read-only,
.custom-input input[type="number"]:read-only,
.custom-input input[type="email"]:read-only,
.custom-input input[type="password"]:read-only,
.custom-input input[type="tel"]:read-only {
  padding-right: 60px;
}
.custom-input input[type="text"]:-moz-read-only:not(.mbsc-comp),
.custom-input input[type="number"]:-moz-read-only:not(.mbsc-comp),
.custom-input input[type="email"]:-moz-read-only:not(.mbsc-comp),
.custom-input input[type="password"]:-moz-read-only:not(.mbsc-comp),
.custom-input input[type="tel"]:-moz-read-only:not(.mbsc-comp) {
  color: #707580;
  border-color: #707580;
}
.custom-input input[type="text"]:read-only:not(.mbsc-comp),
.custom-input input[type="number"]:read-only:not(.mbsc-comp),
.custom-input input[type="email"]:read-only:not(.mbsc-comp),
.custom-input input[type="password"]:read-only:not(.mbsc-comp),
.custom-input input[type="tel"]:read-only:not(.mbsc-comp) {
  color: #707580;
  border-color: #707580;
}
.custom-input label {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  position: absolute;
  text-transform: none;
  letter-spacing: 0.5px;
  top: 19px;
  cursor: text;
  z-index: -1;
  color: #707580;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-input label.small {
  font-size: 10px;
  font-size: 1rem;
  top: 1px;
  cursor: auto;
}
.custom-input .unit {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 17px;
  font-weight: 500;
}
.custom-input .status-msg {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 16px;
  text-transform: uppercase;
  font-family: 'suisseIntMono', sans-serif;
}
.custom-input .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  color: #707580;
  display: none;
  background-color: #f4f6f6;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  max-height: 115px;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1;
  scroll-behavior: smooth;
}
.custom-input .results.show {
  display: block;
}
.custom-input + .error-msg {
  position: absolute;
}
.pro-form {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.pro-form .form-row {
  position: relative;
  margin-bottom: 6px;
  padding: 0;
}
.pro-form .error-msg {
  font-size: 10px;
  font-size: 1rem;
  color: #e44561;
  position: absolute;
  bottom: 0px;
  line-height: 16px;
  left: 16px;
  right: 16px;
  margin: 0;
  text-align: left;
}
.pro-form .error-msg.general-error-msg {
  position: static;
  padding: 0 16px 8px 16px;
}
.pro-form .warning .field-description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-form .warning .error-msg {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  color: #ff6400;
}
.pro-form .warning input[type="text"],
.pro-form .warning input[type="number"],
.pro-form .warning input[type="email"],
.pro-form .warning input[type="password"],
.pro-form .warning input[type="search"],
.pro-form .warning .pro-textarea {
  border-color: #ff6400;
}
.pro-form .warning input[type="text"] + .error-msg,
.pro-form .warning input[type="number"] + .error-msg,
.pro-form .warning input[type="email"] + .error-msg,
.pro-form .warning input[type="password"] + .error-msg,
.pro-form .warning input[type="search"] + .error-msg,
.pro-form .warning .pro-textarea + .error-msg {
  color: #ff6400;
  position: absolute;
  bottom: 6px;
  left: 16px;
}
.pro-form .warning .pro-custom-input input[type="text"],
.pro-form .warning .pro-custom-input input[type="number"],
.pro-form .warning .pro-custom-input input[type="email"],
.pro-form .warning .pro-custom-input input[type="password"],
.pro-form .warning .pro-custom-input input[type="search"] {
  border-color: #ff6400;
}
.pro-form .error .field-description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-form .error .error-msg {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}
.pro-form .error input[type="text"],
.pro-form .error input[type="number"],
.pro-form .error input[type="email"],
.pro-form .error input[type="password"],
.pro-form .error input[type="search"],
.pro-form .error .pro-textarea {
  border-color: #e44561;
}
.pro-form .error input[type="text"] + .error-msg,
.pro-form .error input[type="number"] + .error-msg,
.pro-form .error input[type="email"] + .error-msg,
.pro-form .error input[type="password"] + .error-msg,
.pro-form .error input[type="search"] + .error-msg,
.pro-form .error .pro-textarea + .error-msg {
  color: #e44561;
  position: absolute;
  bottom: 6px;
  left: 16px;
}
.pro-form .error .pro-custom-input input[type="text"],
.pro-form .error .pro-custom-input input[type="number"],
.pro-form .error .pro-custom-input input[type="email"],
.pro-form .error .pro-custom-input input[type="password"],
.pro-form .error .pro-custom-input input[type="search"] {
  border-color: #e44561;
}
.pro-form .form-row-seperator {
  height: 10px;
}
.pro-custom-input {
  position: relative;
  padding-bottom: 18px;
  text-align: left;
  /*.results {
		.box-sizing();
		padding-top: 10px;
		color: @grey-1;
		display: none;
		background-color: @white-1;
		position: absolute;
		overflow: hidden;
		overflow-y: auto;
		max-height: 115px;
		top: 50px;
		left: 0;
		right: 0;
		z-index: 1;
		scroll-behavior: smooth;

		&.show {
			display: block;
		}
	}*/
}
.pro-custom-input.has-units input[type="text"],
.pro-custom-input.has-units input[type="number"],
.pro-custom-input.has-units input[type="email"],
.pro-custom-input.has-units input[type="password"],
.pro-custom-input.has-units input[type="tel"],
.pro-custom-input.has-units input[type="search"] {
  padding-right: 50px;
}
.pro-custom-input.has-currency input[type="text"],
.pro-custom-input.has-currency input[type="number"],
.pro-custom-input.has-currency input[type="email"],
.pro-custom-input.has-currency input[type="password"],
.pro-custom-input.has-currency input[type="tel"],
.pro-custom-input.has-currency input[type="search"] {
  padding-left: 28px;
}
.pro-custom-input.dropdown.results-nowrap .results .option-item .option {
  display: block;
  word-break: normal;
}
.pro-custom-input.dropdown.up .results {
  top: auto;
  bottom: 100%;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.dropdown.up .results {
    top: auto;
    bottom: 100%;
  }
}
.pro-custom-input.dropdown.is-loading input[type="text"],
.pro-custom-input.dropdown.is-loading input[type="search"] {
  background-image: url('../images/svg/icon-dropdown-up-blue.svg'), url('../images/svg/loader-ani-black.svg');
  background-position: right 16px center, right 32px center;
  background-size: 8px, 32px;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.pro-custom-input.dropdown.is-open input[type="text"],
.pro-custom-input.dropdown.is-open input[type="search"] {
  border-radius: 4px 4px 0 0;
  background-image: url('../images/svg/icon-dropdown-up-blue.svg');
  border-color: #4e63ce;
}
.pro-custom-input.dropdown.is-open.up input[type="text"],
.pro-custom-input.dropdown.is-open.up input[type="search"] {
  border-radius: 0 0 4px 4px;
}
.pro-custom-input.dropdown.is-open.up .results {
  border-radius: 4px 4px 0 0;
}
.pro-custom-input.dropdown.is-open.has-search:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 0;
  cursor: pointer;
}
.pro-custom-input.dropdown.is-open .results {
  display: block;
}
.pro-custom-input.dropdown input[type="text"],
.pro-custom-input.dropdown input[type="search"] {
  cursor: pointer;
  color: #000000;
  background-image: url('../images/svg/icon-dropdown-down-blue.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.dropdown input[type="text"],
  .pro-custom-input.dropdown input[type="search"] {
    background-size: 10px;
  }
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only {
  cursor: pointer;
  border-color: #a0aeb4;
}
.pro-custom-input.dropdown input[type="text"]:read-only,
.pro-custom-input.dropdown input[type="search"]:read-only {
  cursor: pointer;
  border-color: #a0aeb4;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:disabled,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:disabled {
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:read-only:disabled,
.pro-custom-input.dropdown input[type="search"]:read-only:disabled {
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:not(.mbsc-comp),
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:not(.mbsc-comp) {
  color: #000000;
}
.pro-custom-input.dropdown input[type="text"]:read-only:not(.mbsc-comp),
.pro-custom-input.dropdown input[type="search"]:read-only:not(.mbsc-comp) {
  color: #000000;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:not(:placeholder-shown),
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:not(:placeholder-shown) {
  border-color: #a0aeb4;
}
.pro-custom-input.dropdown input[type="text"]:read-only:not(:placeholder-shown),
.pro-custom-input.dropdown input[type="search"]:read-only:not(:placeholder-shown) {
  border-color: #a0aeb4;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:not(:placeholder-shown):disabled,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:not(:placeholder-shown):disabled {
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:read-only:not(:placeholder-shown):disabled,
.pro-custom-input.dropdown input[type="search"]:read-only:not(:placeholder-shown):disabled {
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:not(:placeholder-shown):focus,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:not(:placeholder-shown):focus {
  border-color: #4e63ce;
}
.pro-custom-input.dropdown input[type="text"]:read-only:not(:placeholder-shown):focus,
.pro-custom-input.dropdown input[type="search"]:read-only:not(:placeholder-shown):focus {
  border-color: #4e63ce;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:focus,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:focus {
  cursor: default;
  border-color: #4e63ce;
}
.pro-custom-input.dropdown input[type="text"]:read-only:focus,
.pro-custom-input.dropdown input[type="search"]:read-only:focus {
  cursor: default;
  border-color: #4e63ce;
}
.pro-custom-input.dropdown input[type="text"]:focus,
.pro-custom-input.dropdown input[type="search"]:focus {
  cursor: auto;
}
.pro-custom-input.dropdown input[type="text"]:disabled,
.pro-custom-input.dropdown input[type="search"]:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: default;
  background-image: url('../images/svg/icon-dropdown-down-disabled.svg');
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
  border-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:disabled::-webkit-input-placeholder,
.pro-custom-input.dropdown input[type="search"]:disabled::-webkit-input-placeholder {
  color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:disabled:-ms-input-placeholder,
.pro-custom-input.dropdown input[type="search"]:disabled:-ms-input-placeholder {
  color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:disabled::-ms-input-placeholder,
.pro-custom-input.dropdown input[type="search"]:disabled::-ms-input-placeholder {
  color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:disabled::placeholder,
.pro-custom-input.dropdown input[type="search"]:disabled::placeholder {
  color: #d5dde0;
}
.pro-custom-input.dropdown label {
  padding-right: 16px;
}
.pro-custom-input.border input[type="text"],
.pro-custom-input.border input[type="number"],
.pro-custom-input.border input[type="email"],
.pro-custom-input.border input[type="password"],
.pro-custom-input.border input[type="tel"],
.pro-custom-input.border input[type="search"],
.pro-custom-input.border .mbsc-textfield-box {
  border-radius: 4px;
  border: 1px solid #a0aeb4;
}
.pro-custom-input.border input[type="search"]:not(:placeholder-shown):focus {
  border-color: #4e63ce;
}
.pro-custom-input.white input[type="text"],
.pro-custom-input.white input[type="number"],
.pro-custom-input.white input[type="email"],
.pro-custom-input.white input[type="password"],
.pro-custom-input.white input[type="tel"],
.pro-custom-input.white input[type="search"] {
  background-color: #ffffff;
}
.pro-custom-input.xs.dropdown:before {
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs.dropdown:before {
    top: 16px;
  }
}
.pro-custom-input.xs input[type="text"],
.pro-custom-input.xs input[type="number"],
.pro-custom-input.xs input[type="email"],
.pro-custom-input.xs input[type="password"],
.pro-custom-input.xs input[type="tel"],
.pro-custom-input.xs input[type="search"],
.pro-custom-input.xs .mbsc-textfield-box {
  font-size: 12px;
  font-size: 1.2rem;
  height: 48px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs input[type="text"],
  .pro-custom-input.xs input[type="number"],
  .pro-custom-input.xs input[type="email"],
  .pro-custom-input.xs input[type="password"],
  .pro-custom-input.xs input[type="tel"],
  .pro-custom-input.xs input[type="search"],
  .pro-custom-input.xs .mbsc-textfield-box {
    height: 32px;
  }
}
.pro-custom-input.xs input[type="text"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="number"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="email"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="password"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="tel"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="search"]:not(:placeholder-shown),
.pro-custom-input.xs .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input.xs input[type="text"]:focus,
.pro-custom-input.xs input[type="number"]:focus,
.pro-custom-input.xs input[type="email"]:focus,
.pro-custom-input.xs input[type="password"]:focus,
.pro-custom-input.xs input[type="tel"]:focus,
.pro-custom-input.xs input[type="search"]:focus,
.pro-custom-input.xs .mbsc-textfield-box:focus,
.pro-custom-input.xs input[type="text"]:autofill,
.pro-custom-input.xs input[type="number"]:autofill,
.pro-custom-input.xs input[type="email"]:autofill,
.pro-custom-input.xs input[type="password"]:autofill,
.pro-custom-input.xs input[type="tel"]:autofill,
.pro-custom-input.xs input[type="search"]:autofill,
.pro-custom-input.xs .mbsc-textfield-box:autofill {
  padding-top: 0;
}
.pro-custom-input.xs input[type="text"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="number"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="email"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="password"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="tel"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="search"]:not(:placeholder-shown) + label,
.pro-custom-input.xs .mbsc-textfield-box:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="text"]:focus + label,
.pro-custom-input.xs input[type="number"]:focus + label,
.pro-custom-input.xs input[type="email"]:focus + label,
.pro-custom-input.xs input[type="password"]:focus + label,
.pro-custom-input.xs input[type="tel"]:focus + label,
.pro-custom-input.xs input[type="search"]:focus + label,
.pro-custom-input.xs .mbsc-textfield-box:focus + label,
.pro-custom-input.xs input[type="text"]:autofill + label,
.pro-custom-input.xs input[type="number"]:autofill + label,
.pro-custom-input.xs input[type="email"]:autofill + label,
.pro-custom-input.xs input[type="password"]:autofill + label,
.pro-custom-input.xs input[type="tel"]:autofill + label,
.pro-custom-input.xs input[type="search"]:autofill + label,
.pro-custom-input.xs .mbsc-textfield-box:autofill + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-custom-input.xs label {
  font-size: 12px;
  font-size: 1.2rem;
  top: 11px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs label {
    top: 8px;
  }
}
.pro-custom-input.xs .units,
.pro-custom-input.xs .currency {
  font-size: 12px;
  font-size: 1.2rem;
  height: 48px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .units,
  .pro-custom-input.xs .currency {
    height: 32px;
  }
}
.pro-custom-input.xs .more-info {
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .more-info {
    top: 16px;
  }
}
.pro-custom-input.xs .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .results {
    top: 32px;
  }
}
.pro-custom-input.xs .btn-password-toggle {
  width: 26px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .btn-password-toggle {
    height: 32px;
    width: 32px;
  }
}
.pro-custom-input.xs .pro-custom-input-actions {
  top: 3px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .pro-custom-input-actions {
    top: 0;
  }
}
.pro-custom-input.s.dropdown:before {
  top: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s.dropdown:before {
    top: 21px;
  }
}
.pro-custom-input.s input[type="text"],
.pro-custom-input.s input[type="number"],
.pro-custom-input.s input[type="email"],
.pro-custom-input.s input[type="password"],
.pro-custom-input.s input[type="tel"],
.pro-custom-input.s input[type="search"],
.pro-custom-input.s .mbsc-textfield-box {
  font-size: 12px;
  font-size: 1.2rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s input[type="text"],
  .pro-custom-input.s input[type="number"],
  .pro-custom-input.s input[type="email"],
  .pro-custom-input.s input[type="password"],
  .pro-custom-input.s input[type="tel"],
  .pro-custom-input.s input[type="search"],
  .pro-custom-input.s .mbsc-textfield-box {
    height: 40px;
  }
}
.pro-custom-input.s input[type="text"]:not(:placeholder-shown),
.pro-custom-input.s input[type="number"]:not(:placeholder-shown),
.pro-custom-input.s input[type="email"]:not(:placeholder-shown),
.pro-custom-input.s input[type="password"]:not(:placeholder-shown),
.pro-custom-input.s input[type="tel"]:not(:placeholder-shown),
.pro-custom-input.s input[type="search"]:not(:placeholder-shown),
.pro-custom-input.s .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input.s input[type="text"]:focus,
.pro-custom-input.s input[type="number"]:focus,
.pro-custom-input.s input[type="email"]:focus,
.pro-custom-input.s input[type="password"]:focus,
.pro-custom-input.s input[type="tel"]:focus,
.pro-custom-input.s input[type="search"]:focus,
.pro-custom-input.s .mbsc-textfield-box:focus,
.pro-custom-input.s input[type="text"]:autofill,
.pro-custom-input.s input[type="number"]:autofill,
.pro-custom-input.s input[type="email"]:autofill,
.pro-custom-input.s input[type="password"]:autofill,
.pro-custom-input.s input[type="tel"]:autofill,
.pro-custom-input.s input[type="search"]:autofill,
.pro-custom-input.s .mbsc-textfield-box:autofill {
  padding-top: 12px;
}
.pro-custom-input.s input[type="text"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="number"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="email"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="password"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="tel"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="search"]:not(:placeholder-shown) + label,
.pro-custom-input.s .mbsc-textfield-box:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="text"]:focus + label,
.pro-custom-input.s input[type="number"]:focus + label,
.pro-custom-input.s input[type="email"]:focus + label,
.pro-custom-input.s input[type="password"]:focus + label,
.pro-custom-input.s input[type="tel"]:focus + label,
.pro-custom-input.s input[type="search"]:focus + label,
.pro-custom-input.s .mbsc-textfield-box:focus + label,
.pro-custom-input.s input[type="text"]:autofill + label,
.pro-custom-input.s input[type="number"]:autofill + label,
.pro-custom-input.s input[type="email"]:autofill + label,
.pro-custom-input.s input[type="password"]:autofill + label,
.pro-custom-input.s input[type="tel"]:autofill + label,
.pro-custom-input.s input[type="search"]:autofill + label,
.pro-custom-input.s .mbsc-textfield-box:autofill + label {
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s input[type="text"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="number"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="email"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="password"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="tel"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="search"]:not(:placeholder-shown) + label,
  .pro-custom-input.s .mbsc-textfield-box:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="text"]:focus + label,
  .pro-custom-input.s input[type="number"]:focus + label,
  .pro-custom-input.s input[type="email"]:focus + label,
  .pro-custom-input.s input[type="password"]:focus + label,
  .pro-custom-input.s input[type="tel"]:focus + label,
  .pro-custom-input.s input[type="search"]:focus + label,
  .pro-custom-input.s .mbsc-textfield-box:focus + label,
  .pro-custom-input.s input[type="text"]:autofill + label,
  .pro-custom-input.s input[type="number"]:autofill + label,
  .pro-custom-input.s input[type="email"]:autofill + label,
  .pro-custom-input.s input[type="password"]:autofill + label,
  .pro-custom-input.s input[type="tel"]:autofill + label,
  .pro-custom-input.s input[type="search"]:autofill + label,
  .pro-custom-input.s .mbsc-textfield-box:autofill + label {
    top: 2px;
  }
}
.pro-custom-input.s label {
  font-size: 12px;
  font-size: 1.2rem;
  top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s label {
    top: 12px;
  }
}
.pro-custom-input.s .units,
.pro-custom-input.s .currency {
  font-size: 12px;
  font-size: 1.2rem;
  height: 48px;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .units,
  .pro-custom-input.s .currency {
    height: 40px;
  }
}
.pro-custom-input.s .more-info {
  top: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .more-info {
    top: 20px;
  }
}
.pro-custom-input.s .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .results {
    top: 40px;
  }
}
.pro-custom-input.s .btn-password-toggle {
  width: 32px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .btn-password-toggle {
    height: 40px;
    width: 40px;
  }
}
.pro-custom-input.s .pro-custom-input-actions {
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .pro-custom-input-actions {
    top: 4px;
  }
}
.pro-custom-input.m.dropdown:before {
  top: 30px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m.dropdown:before {
    top: 27px;
  }
}
.pro-custom-input.m input[type="text"],
.pro-custom-input.m input[type="number"],
.pro-custom-input.m input[type="email"],
.pro-custom-input.m input[type="password"],
.pro-custom-input.m input[type="tel"],
.pro-custom-input.m input[type="search"],
.pro-custom-input.m .mbsc-textfield-box {
  font-size: 15px;
  font-size: 1.5rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m input[type="text"],
  .pro-custom-input.m input[type="number"],
  .pro-custom-input.m input[type="email"],
  .pro-custom-input.m input[type="password"],
  .pro-custom-input.m input[type="tel"],
  .pro-custom-input.m input[type="search"],
  .pro-custom-input.m .mbsc-textfield-box {
    height: 48px;
  }
}
.pro-custom-input.m input[type="text"]:not(:placeholder-shown),
.pro-custom-input.m input[type="number"]:not(:placeholder-shown),
.pro-custom-input.m input[type="email"]:not(:placeholder-shown),
.pro-custom-input.m input[type="password"]:not(:placeholder-shown),
.pro-custom-input.m input[type="tel"]:not(:placeholder-shown),
.pro-custom-input.m input[type="search"]:not(:placeholder-shown),
.pro-custom-input.m .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input.m input[type="text"]:focus,
.pro-custom-input.m input[type="number"]:focus,
.pro-custom-input.m input[type="email"]:focus,
.pro-custom-input.m input[type="password"]:focus,
.pro-custom-input.m input[type="tel"]:focus,
.pro-custom-input.m input[type="search"]:focus,
.pro-custom-input.m .mbsc-textfield-box:focus,
.pro-custom-input.m input[type="text"]:autofill,
.pro-custom-input.m input[type="number"]:autofill,
.pro-custom-input.m input[type="email"]:autofill,
.pro-custom-input.m input[type="password"]:autofill,
.pro-custom-input.m input[type="tel"]:autofill,
.pro-custom-input.m input[type="search"]:autofill,
.pro-custom-input.m .mbsc-textfield-box:autofill {
  padding-top: 16px;
}
.pro-custom-input.m input[type="text"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="number"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="email"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="password"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="tel"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="search"]:not(:placeholder-shown) + label,
.pro-custom-input.m .mbsc-textfield-box:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="text"]:focus + label,
.pro-custom-input.m input[type="number"]:focus + label,
.pro-custom-input.m input[type="email"]:focus + label,
.pro-custom-input.m input[type="password"]:focus + label,
.pro-custom-input.m input[type="tel"]:focus + label,
.pro-custom-input.m input[type="search"]:focus + label,
.pro-custom-input.m .mbsc-textfield-box:focus + label,
.pro-custom-input.m input[type="text"]:autofill + label,
.pro-custom-input.m input[type="number"]:autofill + label,
.pro-custom-input.m input[type="email"]:autofill + label,
.pro-custom-input.m input[type="password"]:autofill + label,
.pro-custom-input.m input[type="tel"]:autofill + label,
.pro-custom-input.m input[type="search"]:autofill + label,
.pro-custom-input.m .mbsc-textfield-box:autofill + label {
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m input[type="text"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="number"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="email"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="password"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="tel"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="search"]:not(:placeholder-shown) + label,
  .pro-custom-input.m .mbsc-textfield-box:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="text"]:focus + label,
  .pro-custom-input.m input[type="number"]:focus + label,
  .pro-custom-input.m input[type="email"]:focus + label,
  .pro-custom-input.m input[type="password"]:focus + label,
  .pro-custom-input.m input[type="tel"]:focus + label,
  .pro-custom-input.m input[type="search"]:focus + label,
  .pro-custom-input.m .mbsc-textfield-box:focus + label,
  .pro-custom-input.m input[type="text"]:autofill + label,
  .pro-custom-input.m input[type="number"]:autofill + label,
  .pro-custom-input.m input[type="email"]:autofill + label,
  .pro-custom-input.m input[type="password"]:autofill + label,
  .pro-custom-input.m input[type="tel"]:autofill + label,
  .pro-custom-input.m input[type="search"]:autofill + label,
  .pro-custom-input.m .mbsc-textfield-box:autofill + label {
    top: 4px;
  }
}
.pro-custom-input.m label {
  font-size: 15px;
  font-size: 1.5rem;
  top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m label {
    top: 16px;
  }
}
.pro-custom-input.m .units,
.pro-custom-input.m .currency {
  font-size: 15px;
  font-size: 1.5rem;
  height: 48px;
  padding-top: 17px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .units,
  .pro-custom-input.m .currency {
    height: 48px;
  }
}
.pro-custom-input.m .more-info {
  top: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .more-info {
    top: 24px;
  }
}
.pro-custom-input.m .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .results {
    font-size: 15px;
    font-size: 1.5rem;
    top: 48px;
  }
}
.pro-custom-input.m .btn-password-toggle {
  width: 44px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .btn-password-toggle {
    height: 48px;
    width: 48px;
  }
}
.pro-custom-input.m .pro-custom-input-actions {
  top: 14px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .pro-custom-input-actions {
    top: 10px;
  }
}
.pro-custom-input.has-no-error {
  padding-bottom: 0;
}
.pro-custom-input.has-actions input[type="text"],
.pro-custom-input.has-actions input[type="number"],
.pro-custom-input.has-actions input[type="email"],
.pro-custom-input.has-actions input[type="password"],
.pro-custom-input.has-actions input[type="tel"],
.pro-custom-input.has-actions input[type="search"] {
  padding-right: 40px;
}
.pro-custom-input.has-actions .pro-custom-input-actions {
  display: inline-block;
}
.pro-custom-input.hide-label input[type="text"]:not(:placeholder-shown),
.pro-custom-input.hide-label input[type="email"]:not(:placeholder-shown),
.pro-custom-input.hide-label input[type="search"]:not(:placeholder-shown),
.pro-custom-input.hide-label .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input.hide-label input[type="text"]:focus,
.pro-custom-input.hide-label input[type="email"]:focus,
.pro-custom-input.hide-label input[type="search"]:focus,
.pro-custom-input.hide-label .mbsc-textfield-box:focus {
  padding-top: 0;
}
.pro-custom-input.hide-label input[type="text"] + label,
.pro-custom-input.hide-label input[type="email"] + label,
.pro-custom-input.hide-label input[type="search"] + label,
.pro-custom-input.hide-label .mbsc-textfield-box + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-custom-input.hide-label input[type="text"]::-webkit-input-placeholder,
.pro-custom-input.hide-label input[type="email"]::-webkit-input-placeholder,
.pro-custom-input.hide-label input[type="search"]::-webkit-input-placeholder,
.pro-custom-input.hide-label .mbsc-textfield-box::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input.hide-label input[type="text"]:-ms-input-placeholder,
.pro-custom-input.hide-label input[type="email"]:-ms-input-placeholder,
.pro-custom-input.hide-label input[type="search"]:-ms-input-placeholder,
.pro-custom-input.hide-label .mbsc-textfield-box:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input.hide-label input[type="text"]::-ms-input-placeholder,
.pro-custom-input.hide-label input[type="email"]::-ms-input-placeholder,
.pro-custom-input.hide-label input[type="search"]::-ms-input-placeholder,
.pro-custom-input.hide-label .mbsc-textfield-box::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input.hide-label input[type="text"]::placeholder,
.pro-custom-input.hide-label input[type="email"]::placeholder,
.pro-custom-input.hide-label input[type="search"]::placeholder,
.pro-custom-input.hide-label .mbsc-textfield-box::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input.has-icon.reversed input[type="text"],
.pro-custom-input.has-icon.reversed input[type="search"],
.pro-custom-input.has-icon.reversed .mbsc-textfield-box {
  padding-left: 16px;
  background-position: right 16px center;
}
.pro-custom-input.has-icon.reversed label {
  left: 16px;
}
.pro-custom-input.has-icon input[type="text"],
.pro-custom-input.has-icon input[type="search"],
.pro-custom-input.has-icon .mbsc-textfield-box {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}
.pro-custom-input.has-icon label {
  left: 40px;
}
.pro-custom-input.has-icon.icon-search input[type="text"],
.pro-custom-input.has-icon.icon-search input[type="search"],
.pro-custom-input.has-icon.icon-search .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg');
  background-size: 14px;
}
.pro-custom-input.has-icon.icon-search input[type="text"]:disabled,
.pro-custom-input.has-icon.icon-search input[type="search"]:disabled,
.pro-custom-input.has-icon.icon-search .mbsc-textfield-box:disabled {
  background-image: url('../images/svg/search-disabled.svg');
}
.pro-custom-input.has-icon.icon-search.is-loading input[type="text"],
.pro-custom-input.has-icon.icon-search.is-loading input[type="search"],
.pro-custom-input.has-icon.icon-search.is-loading .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg'), url('../images/svg/loader-ani-black.svg');
  background-position: left 16px center, right 12px center;
  background-size: 14px, 32px;
  background-repeat: no-repeat;
}
.pro-custom-input.has-icon.icon-search.is-loading.reversed input[type="text"],
.pro-custom-input.has-icon.icon-search.is-loading.reversed input[type="search"],
.pro-custom-input.has-icon.icon-search.is-loading.reversed .mbsc-textfield-box {
  background-image: url('../images/svg/loader-ani-black.svg');
  background-position: right 12px center;
  background-size: 32px;
}
.pro-custom-input.has-icon.icon-search.dropdown.is-loading input[type="text"],
.pro-custom-input.has-icon.icon-search.dropdown.is-loading input[type="search"],
.pro-custom-input.has-icon.icon-search.dropdown.is-loading .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg'), url('../images/svg/icon-dropdown-down-blue.svg'), url('../images/svg/loader-ani-black.svg');
  background-position: left 16px center, right 16px center, right 32px center;
  background-size: 14px, 8px, 32px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.has-icon.icon-search.dropdown.is-loading input[type="text"],
  .pro-custom-input.has-icon.icon-search.dropdown.is-loading input[type="search"],
  .pro-custom-input.has-icon.icon-search.dropdown.is-loading .mbsc-textfield-box {
    background-size: 14px, 10px, 32px;
  }
}
.pro-custom-input.has-icon.icon-search.dropdown.is-loading.is-open input[type="text"],
.pro-custom-input.has-icon.icon-search.dropdown.is-loading.is-open input[type="search"],
.pro-custom-input.has-icon.icon-search.dropdown.is-loading.is-open .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg'), url('../images/svg/icon-dropdown-up-blue.svg'), url('../images/svg/loader-ani-black.svg');
}
.pro-custom-input.has-icon.icon-search.dropdown input[type="text"],
.pro-custom-input.has-icon.icon-search.dropdown input[type="search"],
.pro-custom-input.has-icon.icon-search.dropdown .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg'), url('../images/svg/icon-dropdown-down-blue.svg');
  background-position: left 16px center, right 16px center;
  background-size: 14px, 8px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.has-icon.icon-search.dropdown input[type="text"],
  .pro-custom-input.has-icon.icon-search.dropdown input[type="search"],
  .pro-custom-input.has-icon.icon-search.dropdown .mbsc-textfield-box {
    background-size: 14px, 10px;
  }
}
.pro-custom-input.has-icon.icon-search.dropdown input[type="text"]:disabled,
.pro-custom-input.has-icon.icon-search.dropdown input[type="search"]:disabled,
.pro-custom-input.has-icon.icon-search.dropdown .mbsc-textfield-box:disabled {
  background-image: url('../images/svg/search-disabled.svg'), url('../images/svg/icon-dropdown-down-disabled.svg');
}
.pro-custom-input.has-icon.icon-search.dropdown.is-open input[type="text"],
.pro-custom-input.has-icon.icon-search.dropdown.is-open input[type="search"] {
  background-image: url('../images/svg/search.svg'), url('../images/svg/icon-dropdown-up-blue.svg');
}
.pro-custom-input.has-icon.icon-calendar input[type="text"],
.pro-custom-input.has-icon.icon-calendar input[type="search"],
.pro-custom-input.has-icon.icon-calendar .mbsc-textfield-box {
  background-image: url('../images/svg/icon-calendar.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-calendar:disabled {
  background-image: url('../images/svg/icon-calendar-disabled.svg');
}
.pro-custom-input.has-icon.icon-spotify input[type="text"],
.pro-custom-input.has-icon.icon-spotify input[type="search"],
.pro-custom-input.has-icon.icon-spotify .mbsc-textfield-box {
  background-image: url('../images/svg/spotify-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-spotify:disabled {
  background-image: url('../images/svg/spotify-disabled.svg');
}
.pro-custom-input.has-icon.icon-youtube input[type="text"],
.pro-custom-input.has-icon.icon-youtube input[type="search"],
.pro-custom-input.has-icon.icon-youtube .mbsc-textfield-box {
  background-image: url('../images/svg/youtube-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-youtube:disabled {
  background-image: url('../images/svg/youtube-disabled.svg');
}
.pro-custom-input.has-icon.icon-beatport input[type="text"],
.pro-custom-input.has-icon.icon-beatport input[type="search"] {
  background-image: url('../images/svg/beatport-circle.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-beatport:disabled {
  background-image: url('../images/svg/beatport-disabled.svg');
}
.pro-custom-input.has-icon.icon-youtube_vevo input[type="text"],
.pro-custom-input.has-icon.icon-youtube_vevo input[type="search"] {
  background-image: url('../images/svg/vevo-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-mixcloud input[type="text"],
.pro-custom-input.has-icon.icon-mixcloud input[type="search"] {
  background-image: url('../images/svg/mixcloud-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-soundcloud input[type="text"],
.pro-custom-input.has-icon.icon-soundcloud input[type="search"] {
  background-image: url('../images/svg/soundcloud-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-tidal input[type="text"],
.pro-custom-input.has-icon.icon-tidal input[type="search"] {
  background-image: url('../images/svg/tidal-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-deezer input[type="text"],
.pro-custom-input.has-icon.icon-deezer input[type="search"] {
  background-image: url('../images/svg/deezer-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-napster input[type="text"],
.pro-custom-input.has-icon.icon-napster input[type="search"] {
  background-image: url('../images/svg/napster-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-itunes input[type="text"],
.pro-custom-input.has-icon.icon-itunes input[type="search"] {
  background-image: url('../images/svg/itunes-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-amazon-music input[type="text"],
.pro-custom-input.has-icon.icon-amazon-music input[type="search"] {
  background-image: url('../images/svg/amazonmusic-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-shazam input[type="text"],
.pro-custom-input.has-icon.icon-shazam input[type="search"] {
  background-image: url('../images/svg/shazam-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-homepage input[type="text"],
.pro-custom-input.has-icon.icon-homepage input[type="search"] {
  background-image: url('../images/svg/homepage-black.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-facebook input[type="text"],
.pro-custom-input.has-icon.icon-facebook input[type="search"] {
  background-image: url('../images/svg/facebook-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-instagram input[type="text"],
.pro-custom-input.has-icon.icon-instagram input[type="search"] {
  background-image: url('../images/svg/instagram-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-bandcamp input[type="text"],
.pro-custom-input.has-icon.icon-bandcamp input[type="search"] {
  background-image: url('../images/svg/bandcamp-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-tiktok input[type="text"],
.pro-custom-input.has-icon.icon-tiktok input[type="search"] {
  background-image: url('../images/svg/tiktok-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-bandsintown input[type="text"],
.pro-custom-input.has-icon.icon-bandsintown input[type="search"] {
  background-image: url('../images/svg/bandsintown-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-twitter input[type="text"],
.pro-custom-input.has-icon.icon-twitter input[type="search"] {
  background-image: url('../images/svg/twitter-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-songkick input[type="text"],
.pro-custom-input.has-icon.icon-songkick input[type="search"] {
  background-image: url('../images/svg/songkick-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-ticketmaster input[type="text"],
.pro-custom-input.has-icon.icon-ticketmaster input[type="search"] {
  background-image: url('../images/svg/ticketmaster-color.svg');
  background-size: 16px;
}
.pro-custom-input.is-loading input[type="text"],
.pro-custom-input.is-loading input[type="search"],
.pro-custom-input.is-loading .mbsc-textfield-box {
  padding-right: 40px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-image: url('../images/svg/loader-ani-black.svg');
}
.pro-custom-input.is-open .results {
  display: block;
}
.pro-custom-input.google-search.xs .small {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-custom-input.google-search.s .small {
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.google-search.s .small {
    top: 2px;
  }
}
.pro-custom-input.google-search.m .small {
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.google-search.m .small {
    top: 8px;
  }
}
.pro-custom-input.google-search .pro-google-search-embed {
  /*input[type="text"] {
				.box-shadow(none) !important;
				.rounded-corners(0) !important;
				top: 0 !important;
				left: 0 !important;
				right: 0 !important;
				margin: 0 !important;
				border: 0 !important;
				border-bottom: 2px solid @black !important;
				background-color: transparent !important;
				width: 100% !important;
				padding: 10px 0 0 0 !important;
				height: 48px !important;
			}*/
}
.pro-custom-input.google-search .pro-google-search-embed > div {
  background-color: transparent !important;
}
.pro-custom-input.has-info input[type="text"],
.pro-custom-input.has-info input[type="number"],
.pro-custom-input.has-info input[type="email"],
.pro-custom-input.has-info input[type="password"],
.pro-custom-input.has-info input[type="tel"],
.pro-custom-input.has-info input[type="search"],
.pro-custom-input.has-info .mbsc-textfield-box {
  padding-right: 44px;
}
.pro-custom-input.white input[type="text"],
.pro-custom-input.white input[type="number"],
.pro-custom-input.white input[type="email"],
.pro-custom-input.white input[type="password"],
.pro-custom-input.white input[type="tel"],
.pro-custom-input.white input[type="search"],
.pro-custom-input.white .mbsc-textfield-box {
  background-color: #ffffff;
}
.pro-custom-input.range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-custom-input .more-info {
  position: absolute;
  right: 16px;
  margin-top: -6px;
}
.pro-custom-input .more-info > article {
  width: 250px;
}
.pro-custom-input .units,
.pro-custom-input .currency {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  cursor: default;
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 16px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .units,
  .pro-custom-input .currency {
    height: 54px;
  }
}
.pro-custom-input .currency {
  left: 0;
  right: auto;
}
.pro-custom-input input[type="text"],
.pro-custom-input input[type="number"],
.pro-custom-input input[type="email"],
.pro-custom-input input[type="password"],
.pro-custom-input input[type="tel"],
.pro-custom-input input[type="search"],
.pro-custom-input .mbsc-textfield-box {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: transparent;
  border-bottom: 1px solid #a0aeb4;
  line-height: 1;
  height: 48px;
  padding: 0 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-custom-input input[type="text"].mbsc-comp,
.pro-custom-input input[type="number"].mbsc-comp,
.pro-custom-input input[type="email"].mbsc-comp,
.pro-custom-input input[type="password"].mbsc-comp,
.pro-custom-input input[type="tel"].mbsc-comp,
.pro-custom-input input[type="search"].mbsc-comp,
.pro-custom-input .mbsc-textfield-box.mbsc-comp {
  border-color: #a0aeb4;
}
.pro-custom-input input[type="text"].mbsc-comp:focus,
.pro-custom-input input[type="number"].mbsc-comp:focus,
.pro-custom-input input[type="email"].mbsc-comp:focus,
.pro-custom-input input[type="password"].mbsc-comp:focus,
.pro-custom-input input[type="tel"].mbsc-comp:focus,
.pro-custom-input input[type="search"].mbsc-comp:focus,
.pro-custom-input .mbsc-textfield-box.mbsc-comp:focus {
  border-color: #a0aeb4;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input input[type="text"],
  .pro-custom-input input[type="number"],
  .pro-custom-input input[type="email"],
  .pro-custom-input input[type="password"],
  .pro-custom-input input[type="tel"],
  .pro-custom-input input[type="search"],
  .pro-custom-input .mbsc-textfield-box {
    height: 48px;
  }
}
.pro-custom-input input[type="text"].optional,
.pro-custom-input input[type="number"].optional,
.pro-custom-input input[type="email"].optional,
.pro-custom-input input[type="password"].optional,
.pro-custom-input input[type="tel"].optional,
.pro-custom-input input[type="search"].optional,
.pro-custom-input .mbsc-textfield-box.optional {
  font-style: italic;
}
.pro-custom-input input[type="text"].optional + label,
.pro-custom-input input[type="number"].optional + label,
.pro-custom-input input[type="email"].optional + label,
.pro-custom-input input[type="password"].optional + label,
.pro-custom-input input[type="tel"].optional + label,
.pro-custom-input input[type="search"].optional + label,
.pro-custom-input .mbsc-textfield-box.optional + label {
  font-style: italic;
}
.pro-custom-input input[type="text"].currency,
.pro-custom-input input[type="number"].currency,
.pro-custom-input input[type="email"].currency,
.pro-custom-input input[type="password"].currency,
.pro-custom-input input[type="tel"].currency,
.pro-custom-input input[type="search"].currency,
.pro-custom-input .mbsc-textfield-box.currency {
  padding-right: 40px;
}
.pro-custom-input input[type="text"].currency:disabled,
.pro-custom-input input[type="number"].currency:disabled,
.pro-custom-input input[type="email"].currency:disabled,
.pro-custom-input input[type="password"].currency:disabled,
.pro-custom-input input[type="tel"].currency:disabled,
.pro-custom-input input[type="search"].currency:disabled,
.pro-custom-input .mbsc-textfield-box.currency:disabled {
  padding-right: 40px;
}
.pro-custom-input input[type="text"].currency:disabled + label,
.pro-custom-input input[type="number"].currency:disabled + label,
.pro-custom-input input[type="email"].currency:disabled + label,
.pro-custom-input input[type="password"].currency:disabled + label,
.pro-custom-input input[type="tel"].currency:disabled + label,
.pro-custom-input input[type="search"].currency:disabled + label,
.pro-custom-input .mbsc-textfield-box.currency:disabled + label {
  padding-right: 70px;
}
.pro-custom-input input[type="text"].currency + label,
.pro-custom-input input[type="number"].currency + label,
.pro-custom-input input[type="email"].currency + label,
.pro-custom-input input[type="password"].currency + label,
.pro-custom-input input[type="tel"].currency + label,
.pro-custom-input input[type="search"].currency + label,
.pro-custom-input .mbsc-textfield-box.currency + label {
  padding-right: 40px;
}
.pro-custom-input input[type="text"].currency:disabled + label + .unit,
.pro-custom-input input[type="number"].currency:disabled + label + .unit,
.pro-custom-input input[type="email"].currency:disabled + label + .unit,
.pro-custom-input input[type="password"].currency:disabled + label + .unit,
.pro-custom-input input[type="tel"].currency:disabled + label + .unit,
.pro-custom-input input[type="search"].currency:disabled + label + .unit,
.pro-custom-input .mbsc-textfield-box.currency:disabled + label + .unit {
  color: #e5e5e5;
  right: 30px;
}
.pro-custom-input input[type="text"]:not(:placeholder-shown),
.pro-custom-input input[type="number"]:not(:placeholder-shown),
.pro-custom-input input[type="email"]:not(:placeholder-shown),
.pro-custom-input input[type="password"]:not(:placeholder-shown),
.pro-custom-input input[type="tel"]:not(:placeholder-shown),
.pro-custom-input input[type="search"]:not(:placeholder-shown),
.pro-custom-input .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input input[type="text"]:focus,
.pro-custom-input input[type="number"]:focus,
.pro-custom-input input[type="email"]:focus,
.pro-custom-input input[type="password"]:focus,
.pro-custom-input input[type="tel"]:focus,
.pro-custom-input input[type="search"]:focus,
.pro-custom-input .mbsc-textfield-box:focus {
  padding-top: 12px;
}
.pro-custom-input input[type="text"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="number"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="email"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="password"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="tel"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="search"]:not(:placeholder-shown) + label,
.pro-custom-input .mbsc-textfield-box:not(:placeholder-shown) + label,
.pro-custom-input input[type="text"]:focus + label,
.pro-custom-input input[type="number"]:focus + label,
.pro-custom-input input[type="email"]:focus + label,
.pro-custom-input input[type="password"]:focus + label,
.pro-custom-input input[type="tel"]:focus + label,
.pro-custom-input input[type="search"]:focus + label,
.pro-custom-input .mbsc-textfield-box:focus + label {
  font-size: 10px;
  font-size: 1rem;
  top: 4px;
  cursor: auto;
}
.pro-custom-input input[type="text"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="number"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="email"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="password"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="tel"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="search"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input .mbsc-textfield-box:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="text"]:focus + label + .currency,
.pro-custom-input input[type="number"]:focus + label + .currency,
.pro-custom-input input[type="email"]:focus + label + .currency,
.pro-custom-input input[type="password"]:focus + label + .currency,
.pro-custom-input input[type="tel"]:focus + label + .currency,
.pro-custom-input input[type="search"]:focus + label + .currency,
.pro-custom-input .mbsc-textfield-box:focus + label + .currency,
.pro-custom-input input[type="text"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="number"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="email"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="password"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="tel"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="search"]:not(:placeholder-shown) + label + .units,
.pro-custom-input .mbsc-textfield-box:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="text"]:focus + label + .units,
.pro-custom-input input[type="number"]:focus + label + .units,
.pro-custom-input input[type="email"]:focus + label + .units,
.pro-custom-input input[type="password"]:focus + label + .units,
.pro-custom-input input[type="tel"]:focus + label + .units,
.pro-custom-input input[type="search"]:focus + label + .units,
.pro-custom-input .mbsc-textfield-box:focus + label + .units {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input input[type="text"]:focus,
.pro-custom-input input[type="number"]:focus,
.pro-custom-input input[type="email"]:focus,
.pro-custom-input input[type="password"]:focus,
.pro-custom-input input[type="tel"]:focus,
.pro-custom-input input[type="search"]:focus,
.pro-custom-input .mbsc-textfield-box:focus {
  border-color: #4e63ce;
}
.pro-custom-input input[type="text"]::-webkit-input-placeholder,
.pro-custom-input input[type="number"]::-webkit-input-placeholder,
.pro-custom-input input[type="email"]::-webkit-input-placeholder,
.pro-custom-input input[type="password"]::-webkit-input-placeholder,
.pro-custom-input input[type="tel"]::-webkit-input-placeholder,
.pro-custom-input input[type="search"]::-webkit-input-placeholder,
.pro-custom-input .mbsc-textfield-box::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #707580;
}
.pro-custom-input input[type="text"]:-ms-input-placeholder,
.pro-custom-input input[type="number"]:-ms-input-placeholder,
.pro-custom-input input[type="email"]:-ms-input-placeholder,
.pro-custom-input input[type="password"]:-ms-input-placeholder,
.pro-custom-input input[type="tel"]:-ms-input-placeholder,
.pro-custom-input input[type="search"]:-ms-input-placeholder,
.pro-custom-input .mbsc-textfield-box:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #707580;
}
.pro-custom-input input[type="text"]::-ms-input-placeholder,
.pro-custom-input input[type="number"]::-ms-input-placeholder,
.pro-custom-input input[type="email"]::-ms-input-placeholder,
.pro-custom-input input[type="password"]::-ms-input-placeholder,
.pro-custom-input input[type="tel"]::-ms-input-placeholder,
.pro-custom-input input[type="search"]::-ms-input-placeholder,
.pro-custom-input .mbsc-textfield-box::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #707580;
}
.pro-custom-input input[type="text"]::placeholder,
.pro-custom-input input[type="number"]::placeholder,
.pro-custom-input input[type="email"]::placeholder,
.pro-custom-input input[type="password"]::placeholder,
.pro-custom-input input[type="tel"]::placeholder,
.pro-custom-input input[type="search"]::placeholder,
.pro-custom-input .mbsc-textfield-box::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #707580;
}
.pro-custom-input input[type="text"]:disabled,
.pro-custom-input input[type="number"]:disabled,
.pro-custom-input input[type="email"]:disabled,
.pro-custom-input input[type="password"]:disabled,
.pro-custom-input input[type="tel"]:disabled,
.pro-custom-input input[type="search"]:disabled,
.pro-custom-input .mbsc-textfield-box:disabled {
  background-image: none;
  color: #d5dde0;
  border-color: #d5dde0;
}
.pro-custom-input input[type="text"]:disabled label + .unit,
.pro-custom-input input[type="number"]:disabled label + .unit,
.pro-custom-input input[type="email"]:disabled label + .unit,
.pro-custom-input input[type="password"]:disabled label + .unit,
.pro-custom-input input[type="tel"]:disabled label + .unit,
.pro-custom-input input[type="search"]:disabled label + .unit,
.pro-custom-input .mbsc-textfield-box:disabled label + .unit {
  right: 30px;
}
.pro-custom-input input[type="text"]:disabled + label,
.pro-custom-input input[type="number"]:disabled + label,
.pro-custom-input input[type="email"]:disabled + label,
.pro-custom-input input[type="password"]:disabled + label,
.pro-custom-input input[type="tel"]:disabled + label,
.pro-custom-input input[type="search"]:disabled + label,
.pro-custom-input .mbsc-textfield-box:disabled + label {
  color: #d5dde0;
}
.pro-custom-input input[type="text"]:-moz-read-only,
.pro-custom-input input[type="number"]:-moz-read-only,
.pro-custom-input input[type="email"]:-moz-read-only,
.pro-custom-input input[type="password"]:-moz-read-only,
.pro-custom-input input[type="tel"]:-moz-read-only,
.pro-custom-input input[type="search"]:-moz-read-only,
.pro-custom-input .mbsc-textfield-box:-moz-read-only {
  padding-right: 30px;
  cursor: default;
}
.pro-custom-input input[type="text"]:read-only,
.pro-custom-input input[type="number"]:read-only,
.pro-custom-input input[type="email"]:read-only,
.pro-custom-input input[type="password"]:read-only,
.pro-custom-input input[type="tel"]:read-only,
.pro-custom-input input[type="search"]:read-only,
.pro-custom-input .mbsc-textfield-box:read-only {
  padding-right: 30px;
  cursor: default;
}
.pro-custom-input input[type="text"] + label + .btn-password-toggle {
  background-image: url('../images/svg/icon-show-password-off.svg');
}
.pro-custom-input label {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  position: absolute;
  text-transform: none;
  letter-spacing: 0.5px;
  top: 16px;
  cursor: text;
  z-index: -1;
  color: #707580;
  left: 16px;
  right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-custom-input label.small {
  font-size: 10px;
  font-size: 1rem;
  top: 1px;
  cursor: auto;
}
.pro-custom-input .field-description {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  color: #707580;
  padding: 0 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
}
.pro-custom-input .unit {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 17px;
  font-weight: 500;
}
.pro-custom-input .status-msg {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 16px;
  text-transform: uppercase;
  font-family: 'suisseIntMono', sans-serif;
}
.pro-custom-input .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  display: none;
  background-color: #ffffff;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 1;
  scroll-behavior: smooth;
  border: 1px solid #4e63ce;
  margin-top: -1px;
  scrollbar-width: thin;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .results {
    top: 48px;
  }
}
.pro-custom-input .results.show {
  display: block;
}
.pro-custom-input .results::-webkit-scrollbar {
  width: 5px;
}
.pro-custom-input .results::-webkit-scrollbar-track-piece {
  background: #E8ECED;
}
.pro-custom-input .results::-webkit-scrollbar-thumb {
  background: #707580;
}
.pro-custom-input .results .results-list {
  padding: 10px 0;
  margin: 0;
}
.pro-custom-input .results .pro-zero-state {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pro-custom-input .results .item {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.pro-custom-input .results .item:before {
  content: none;
}
.pro-custom-input .results .item.label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.pro-custom-input .results .item.divider {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  padding-top: 0;
  padding-bottom: 0;
  height: 1px;
  background: #4e63ce;
  margin: 6px 8px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .results .item.divider {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.pro-custom-input .results .artist-search-item,
.pro-custom-input .results .role-search-item,
.pro-custom-input .results .genre-search-item,
.pro-custom-input .results .country-search-item,
.pro-custom-input .results .venue-search-item,
.pro-custom-input .results .city-search-item,
.pro-custom-input .results .event-location-search-item,
.pro-custom-input .results .option-item {
  cursor: pointer;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .results .artist-search-item,
  .pro-custom-input .results .role-search-item,
  .pro-custom-input .results .genre-search-item,
  .pro-custom-input .results .country-search-item,
  .pro-custom-input .results .venue-search-item,
  .pro-custom-input .results .city-search-item,
  .pro-custom-input .results .event-location-search-item,
  .pro-custom-input .results .option-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.pro-custom-input .results .artist-search-item.selected:before,
.pro-custom-input .results .role-search-item.selected:before,
.pro-custom-input .results .genre-search-item.selected:before,
.pro-custom-input .results .country-search-item.selected:before,
.pro-custom-input .results .venue-search-item.selected:before,
.pro-custom-input .results .city-search-item.selected:before,
.pro-custom-input .results .event-location-search-item.selected:before,
.pro-custom-input .results .option-item.selected:before {
  content: "";
  background: #eef0fb;
}
.pro-custom-input .results .artist-search-item.selected .category,
.pro-custom-input .results .role-search-item.selected .category,
.pro-custom-input .results .genre-search-item.selected .category,
.pro-custom-input .results .country-search-item.selected .category,
.pro-custom-input .results .venue-search-item.selected .category,
.pro-custom-input .results .city-search-item.selected .category,
.pro-custom-input .results .event-location-search-item.selected .category,
.pro-custom-input .results .option-item.selected .category {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  font-weight: 500;
}
.pro-custom-input .results .artist-search-item:hover,
.pro-custom-input .results .role-search-item:hover,
.pro-custom-input .results .genre-search-item:hover,
.pro-custom-input .results .country-search-item:hover,
.pro-custom-input .results .venue-search-item:hover,
.pro-custom-input .results .city-search-item:hover,
.pro-custom-input .results .event-location-search-item:hover,
.pro-custom-input .results .option-item:hover {
  color: #6889e2;
}
.pro-custom-input .results .artist-search-item:hover:before,
.pro-custom-input .results .role-search-item:hover:before,
.pro-custom-input .results .genre-search-item:hover:before,
.pro-custom-input .results .country-search-item:hover:before,
.pro-custom-input .results .venue-search-item:hover:before,
.pro-custom-input .results .city-search-item:hover:before,
.pro-custom-input .results .event-location-search-item:hover:before,
.pro-custom-input .results .option-item:hover:before {
  content: "";
}
.pro-custom-input .results .artist-search-item:before,
.pro-custom-input .results .role-search-item:before,
.pro-custom-input .results .genre-search-item:before,
.pro-custom-input .results .country-search-item:before,
.pro-custom-input .results .venue-search-item:before,
.pro-custom-input .results .city-search-item:before,
.pro-custom-input .results .event-location-search-item:before,
.pro-custom-input .results .option-item:before {
  pointer-events: none;
  cursor: default;
  border-radius: 2px;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #f4f6f6;
}
.pro-custom-input .results .artist-search-item .role,
.pro-custom-input .results .role-search-item .role,
.pro-custom-input .results .genre-search-item .role,
.pro-custom-input .results .country-search-item .role,
.pro-custom-input .results .venue-search-item .role,
.pro-custom-input .results .city-search-item .role,
.pro-custom-input .results .event-location-search-item .role,
.pro-custom-input .results .option-item .role,
.pro-custom-input .results .artist-search-item .genre,
.pro-custom-input .results .role-search-item .genre,
.pro-custom-input .results .genre-search-item .genre,
.pro-custom-input .results .country-search-item .genre,
.pro-custom-input .results .venue-search-item .genre,
.pro-custom-input .results .city-search-item .genre,
.pro-custom-input .results .event-location-search-item .genre,
.pro-custom-input .results .option-item .genre,
.pro-custom-input .results .artist-search-item .venue,
.pro-custom-input .results .role-search-item .venue,
.pro-custom-input .results .genre-search-item .venue,
.pro-custom-input .results .country-search-item .venue,
.pro-custom-input .results .venue-search-item .venue,
.pro-custom-input .results .city-search-item .venue,
.pro-custom-input .results .event-location-search-item .venue,
.pro-custom-input .results .option-item .venue,
.pro-custom-input .results .artist-search-item .world-country,
.pro-custom-input .results .role-search-item .world-country,
.pro-custom-input .results .genre-search-item .world-country,
.pro-custom-input .results .country-search-item .world-country,
.pro-custom-input .results .venue-search-item .world-country,
.pro-custom-input .results .city-search-item .world-country,
.pro-custom-input .results .event-location-search-item .world-country,
.pro-custom-input .results .option-item .world-country,
.pro-custom-input .results .artist-search-item .option,
.pro-custom-input .results .role-search-item .option,
.pro-custom-input .results .genre-search-item .option,
.pro-custom-input .results .country-search-item .option,
.pro-custom-input .results .venue-search-item .option,
.pro-custom-input .results .city-search-item .option,
.pro-custom-input .results .event-location-search-item .option,
.pro-custom-input .results .option-item .option,
.pro-custom-input .results .artist-search-item .city,
.pro-custom-input .results .role-search-item .city,
.pro-custom-input .results .genre-search-item .city,
.pro-custom-input .results .country-search-item .city,
.pro-custom-input .results .venue-search-item .city,
.pro-custom-input .results .city-search-item .city,
.pro-custom-input .results .event-location-search-item .city,
.pro-custom-input .results .option-item .city {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 1;
}
.pro-custom-input .results .artist-search-item .category,
.pro-custom-input .results .role-search-item .category,
.pro-custom-input .results .genre-search-item .category,
.pro-custom-input .results .country-search-item .category,
.pro-custom-input .results .venue-search-item .category,
.pro-custom-input .results .city-search-item .category,
.pro-custom-input .results .event-location-search-item .category,
.pro-custom-input .results .option-item .category,
.pro-custom-input .results .artist-search-item .subgenre,
.pro-custom-input .results .role-search-item .subgenre,
.pro-custom-input .results .genre-search-item .subgenre,
.pro-custom-input .results .country-search-item .subgenre,
.pro-custom-input .results .venue-search-item .subgenre,
.pro-custom-input .results .city-search-item .subgenre,
.pro-custom-input .results .event-location-search-item .subgenre,
.pro-custom-input .results .option-item .subgenre {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  color: #707580;
  margin-left: 12px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .results .artist-search-item .category,
  .pro-custom-input .results .role-search-item .category,
  .pro-custom-input .results .genre-search-item .category,
  .pro-custom-input .results .country-search-item .category,
  .pro-custom-input .results .venue-search-item .category,
  .pro-custom-input .results .city-search-item .category,
  .pro-custom-input .results .event-location-search-item .category,
  .pro-custom-input .results .option-item .category,
  .pro-custom-input .results .artist-search-item .subgenre,
  .pro-custom-input .results .role-search-item .subgenre,
  .pro-custom-input .results .genre-search-item .subgenre,
  .pro-custom-input .results .country-search-item .subgenre,
  .pro-custom-input .results .venue-search-item .subgenre,
  .pro-custom-input .results .city-search-item .subgenre,
  .pro-custom-input .results .event-location-search-item .subgenre,
  .pro-custom-input .results .option-item .subgenre {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-custom-input .results .artist-search-item .country,
.pro-custom-input .results .role-search-item .country,
.pro-custom-input .results .genre-search-item .country,
.pro-custom-input .results .country-search-item .country,
.pro-custom-input .results .venue-search-item .country,
.pro-custom-input .results .city-search-item .country,
.pro-custom-input .results .event-location-search-item .country,
.pro-custom-input .results .option-item .country {
  text-transform: none;
}
.pro-custom-input .results .role-search-item.selected:before {
  background-color: #e8eced;
}
.pro-custom-input .results .role-search-item.selected:hover .category:before {
  background-image: url('../images/svg/close-blue-roll.svg');
}
.pro-custom-input .results .role-search-item.selected .category {
  font-size: 0px;
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-custom-input .results .role-search-item.selected .category:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url('../images/svg/close-blue.svg');
}
.pro-custom-input .results .artist-search-item {
  padding: 0 4px;
}
.pro-custom-input .results .artist-search-item .card-micro {
  position: relative;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-custom-input .results .artist-search-item .card-micro:hover:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  bottom: -2px;
  left: -4px;
  border-radius: 4px;
  background-color: #eef0fb;
  z-index: -1;
}
.pro-custom-input .results .artist-search-item .card-micro .row {
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
  text-align: right;
}
.pro-custom-input .results .artist-search-item .card-micro .row.tags {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  width: auto;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
  white-space: nowrap;
}
.pro-custom-input .results .artist-search-item .card-micro .row.tags .btn-filter-tag + .btn-filter-tag,
.pro-custom-input .results .artist-search-item .card-micro .row.tags .pro-tag + .btn-filter-tag,
.pro-custom-input .results .artist-search-item .card-micro .row.tags .btn-filter-tag + .pro-tag,
.pro-custom-input .results .artist-search-item .card-micro .row.tags .pro-tag + .pro-tag {
  margin-left: 8px;
}
.pro-custom-input .results .artist-search-item .card-micro .row.tags .pro-tag {
  color: #000000;
}
.pro-custom-input .results .artist-search-item .card-micro .row .country {
  color: #707580;
  white-space: nowrap;
  min-width: 38px;
}
.pro-custom-input .results .artist-search-item .card-micro .row .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  border: 1px solid #e8eced;
}
.pro-custom-input .results .artist-search-item .card-micro .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.pro-custom-input .results .artist-search-item .card-micro a + article,
.pro-custom-input .results .artist-search-item .card-micro figure + article {
  padding-left: 48px;
}
.pro-custom-input .results .artist-search-item .card-micro figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  min-width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e8eced;
}
.pro-custom-input .results .artist-search-item .card-micro article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-custom-input .results .artist-search-item .card-micro h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
}
.pro-custom-input .results .country-search-item,
.pro-custom-input .results .venue-search-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pro-custom-input .results .event-location-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-custom-input .results .event-location-search-item .mini-badge {
  white-space: nowrap;
  margin-left: 16px;
}
.pro-custom-input .results .city-search-item .city {
  padding-left: 16px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url('../images/svg/location.svg');
}
.pro-custom-input .results .city-search-item .grey {
  font-size: 11px;
  font-size: 1.1rem;
  color: #707580;
}
.pro-custom-input .results .venue-search-item .world-country {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 8px;
  min-width: 42px;
  color: #707580;
}
.pro-custom-input .results .venue-search-item .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
}
.pro-custom-input .pro-zero-state {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #707580;
  padding: 0 16px;
}
.pro-custom-input .btn-password-toggle {
  font-size: 0px;
  font-size: 0rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url('../images/svg/icon-show-password.svg');
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.pro-custom-input .pro-custom-input-actions {
  display: none;
  position: absolute;
  right: 12px;
  top: 4px;
}
.pro-custom-input + .error-msg {
  position: absolute;
  color: #e44561;
}
.pro-textarea {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #a0aeb4;
  padding: 16px;
}
.pro-textarea.border {
  border-radius: 4px;
}
.pro-textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.pro-textarea:-ms-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.pro-textarea::-ms-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.pro-textarea::placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.pro-textarea:disabled {
  background: none;
  color: #d5dde0;
  border-color: #d5dde0;
}
.pro-textarea:disabled::-webkit-input-placeholder {
  color: #d5dde0;
}
.pro-textarea:disabled:-ms-input-placeholder {
  color: #d5dde0;
}
.pro-textarea:disabled::-ms-input-placeholder {
  color: #d5dde0;
}
.pro-textarea:disabled::placeholder {
  color: #d5dde0;
}
.pro-textarea:-moz-read-only {
  cursor: default;
}
.pro-textarea:read-only {
  cursor: default;
}
.pro-textarea:focus {
  cursor: default;
  border-color: #4e63ce;
}
input[type="checkbox"].white.custom-checkbox + label,
input[type="radio"].white.custom-checkbox + label,
input[type="checkbox"].white.custom-radio + label,
input[type="radio"].white.custom-radio + label {
  color: #ffffff;
}
input[type="checkbox"].white.custom-checkbox + label:before,
input[type="radio"].white.custom-checkbox + label:before,
input[type="checkbox"].white.custom-radio + label:before,
input[type="radio"].white.custom-radio + label:before {
  border-color: #ffffff;
}
input[type="checkbox"].white.custom-checkbox:checked + label:after,
input[type="radio"].white.custom-checkbox:checked + label:after,
input[type="checkbox"].white.custom-radio:checked + label:after,
input[type="radio"].white.custom-radio:checked + label:after {
  background-color: #ffffff;
}
input[type="checkbox"].clamped + label,
input[type="radio"].clamped + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input[type="checkbox"].clamped + label em,
input[type="radio"].clamped + label em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
input[type="checkbox"].clamped + label .official-channel,
input[type="radio"].clamped + label .official-channel {
  margin-left: 8px;
  width: 12px;
}
input[type="checkbox"].spotify.custom-checkbox + label:before,
input[type="radio"].spotify.custom-checkbox + label:before,
input[type="checkbox"].spotify.custom-radio + label:before,
input[type="radio"].spotify.custom-radio + label:before {
  border-color: #1db954;
}
input[type="checkbox"].spotify.custom-checkbox:checked + label:after,
input[type="radio"].spotify.custom-checkbox:checked + label:after,
input[type="checkbox"].spotify.custom-radio:checked + label:after,
input[type="radio"].spotify.custom-radio:checked + label:after {
  background-color: #1db954;
}
input[type="checkbox"].reverse.custom-checkbox + label,
input[type="radio"].reverse.custom-checkbox + label,
input[type="checkbox"].reverse.custom-radio + label,
input[type="radio"].reverse.custom-radio + label {
  display: block;
  padding-left: 0;
  padding-right: 45px;
}
input[type="checkbox"].reverse.custom-checkbox + label:before,
input[type="radio"].reverse.custom-checkbox + label:before,
input[type="checkbox"].reverse.custom-radio + label:before,
input[type="radio"].reverse.custom-radio + label:before {
  left: auto;
  right: 0;
}
input[type="checkbox"].reverse.custom-checkbox + label:after,
input[type="radio"].reverse.custom-checkbox + label:after,
input[type="checkbox"].reverse.custom-radio + label:after,
input[type="radio"].reverse.custom-radio + label:after {
  left: auto;
  right: 12px;
}
input[type="checkbox"].reverse.custom-checkbox:checked + label:after,
input[type="radio"].reverse.custom-checkbox:checked + label:after,
input[type="checkbox"].reverse.custom-radio:checked + label:after,
input[type="radio"].reverse.custom-radio:checked + label:after {
  left: auto;
  right: 3px;
}
input[type="checkbox"].custom-toggle,
input[type="radio"].custom-toggle,
input[type="checkbox"].custom-toggle-pro,
input[type="radio"].custom-toggle-pro,
input[type="checkbox"].custom-checkbox,
input[type="radio"].custom-checkbox,
input[type="checkbox"].custom-radio,
input[type="radio"].custom-radio {
  position: absolute;
  z-index: -1;
  left: -100px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type="checkbox"].custom-toggle + label,
input[type="radio"].custom-toggle + label {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #000000;
  color: #ffffff;
  background-color: #000000;
  height: 36px;
  width: 96px;
  display: inline-block;
  letter-spacing: 1.5px;
  padding: 0 8px;
  line-height: 32px;
  font-family: 'suisseIntMono', sans-serif;
  cursor: pointer;
}
input[type="checkbox"].custom-toggle + label:before,
input[type="radio"].custom-toggle + label:before {
  -webkit-transition: left 150ms ease-out;
  transition: left 150ms ease-out;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -10px;
  background-color: #ffffff;
}
input[type="checkbox"].custom-toggle + label span:first-child,
input[type="radio"].custom-toggle + label span:first-child {
  float: right;
}
input[type="checkbox"].custom-toggle + label span:last-child,
input[type="radio"].custom-toggle + label span:last-child {
  float: left;
  display: none;
}
input[type="checkbox"].custom-toggle-pro + label,
input[type="radio"].custom-toggle-pro + label {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  background-color: #CAE1FF;
  height: 18px;
  width: 42px;
  display: inline-block;
  letter-spacing: 1.5px;
  padding: 0;
  line-height: 18px;
  cursor: pointer;
}
input[type="checkbox"].custom-toggle-pro + label:before,
input[type="radio"].custom-toggle-pro + label:before {
  border-radius: 50%;
  -webkit-transition: left 150ms ease-out;
  transition: left 150ms ease-out;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -13px;
  background-color: #4e63ce;
}
input[type="checkbox"].custom-checkbox + label,
input[type="radio"].custom-checkbox + label,
input[type="checkbox"].custom-radio + label,
input[type="radio"].custom-radio + label {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #000000;
  letter-spacing: 0px;
}
input[type="checkbox"].custom-checkbox + label:before,
input[type="radio"].custom-checkbox + label:before,
input[type="checkbox"].custom-radio + label:before,
input[type="radio"].custom-radio + label:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 3px solid #000000;
}
input[type="checkbox"].custom-checkbox + label:after,
input[type="radio"].custom-checkbox + label:after,
input[type="checkbox"].custom-radio + label:after,
input[type="radio"].custom-radio + label:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  left: 12px;
  top: 12px;
  width: 0px;
  height: 0px;
  background-color: #000000;
  content: "";
  position: absolute;
}
input[type="checkbox"].custom-checkbox:disabled + label,
input[type="radio"].custom-checkbox:disabled + label,
input[type="checkbox"].custom-radio:disabled + label,
input[type="radio"].custom-radio:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
input[type="checkbox"].custom-toggle:checked + label,
input[type="radio"].custom-toggle:checked + label {
  color: #000000;
  background-color: transparent;
}
input[type="checkbox"].custom-toggle:checked + label:before,
input[type="radio"].custom-toggle:checked + label:before {
  left: calc(100% - 24px);
  background-color: #000000;
}
input[type="checkbox"].custom-toggle:checked + label span:first-child,
input[type="radio"].custom-toggle:checked + label span:first-child {
  display: none;
}
input[type="checkbox"].custom-toggle:checked + label span:last-child,
input[type="radio"].custom-toggle:checked + label span:last-child {
  display: block;
}
input[type="checkbox"].custom-toggle-pro:checked + label:before,
input[type="radio"].custom-toggle-pro:checked + label:before {
  left: calc(100% - 26px);
}
input[type="checkbox"].custom-checkbox:checked + label:after,
input[type="radio"].custom-checkbox:checked + label:after,
input[type="checkbox"].custom-radio:checked + label:after,
input[type="radio"].custom-radio:checked + label:after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: #000000;
}
input[type="checkbox"].custom-checkbox + label + small,
input[type="radio"].custom-checkbox + label + small,
input[type="checkbox"].custom-radio + label + small,
input[type="radio"].custom-radio + label + small {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 45px;
  display: block;
  letter-spacing: 0.5px;
}
input[type=radio].custom-radio + label:before {
  border-radius: 50%;
}
input[type=radio].custom-radio:checked + label:after {
  border-radius: 50%;
}
.custom-checkbox-info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding-left: 45px;
  display: block;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
/*************** 7. ANIMATIONS ***************/
/*------------------------------------------------------------------
# [Animations]
------------------------------------------------------------------*/
@-webkit-keyframes chart-animation {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-30%, 0%);
    transform: translate(-30%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes chart-animation {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-30%, 0%);
    transform: translate(-30%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes feature-visual-addon {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes feature-visual-addon {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-in-dot {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #66CD94;
    border-color: #66CD94;
  }
}
@keyframes fade-in-dot {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #66CD94;
    border-color: #66CD94;
  }
}
@-webkit-keyframes pulse-play {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  20% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  26% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  45% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes pulse-play {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  20% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  26% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  45% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes loader-gradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: -33% 50%;
  }
}
@keyframes loader-gradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: -33% 50%;
  }
}
@-webkit-keyframes order-summary-show {
  0% {
    -webkit-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes order-summary-show {
  0% {
    -webkit-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes shine {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    left: -70%;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  @media only screen and (min-width: 768px) {
    0% {
      left: -40%;
    }
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
    -webkit-transform: rotate(45deg) scale(1.5);
            transform: rotate(45deg) scale(1.5);
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
    left: 160%;
  }
  @media only screen and (min-width: 768px) {
    100% {
      left: 130%;
    }
  }
}
@keyframes shine {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    left: -70%;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  @media only screen and (min-width: 768px) {
    0% {
      left: -40%;
    }
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
    -webkit-transform: rotate(45deg) scale(1.5);
            transform: rotate(45deg) scale(1.5);
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
    left: 160%;
  }
  @media only screen and (min-width: 768px) {
    100% {
      left: 130%;
    }
  }
}
@-webkit-keyframes sem-pa-tja {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@keyframes sem-pa-tja {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@-webkit-keyframes mask1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  60% {
    -webkit-clip-path: inset(0% 0% 0% 85%);
            clip-path: inset(0% 0% 0% 85%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}
@keyframes mask1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  60% {
    -webkit-clip-path: inset(0% 0% 0% 85%);
            clip-path: inset(0% 0% 0% 85%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}
@-webkit-keyframes mask1fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  60% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes mask1fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  60% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@-webkit-keyframes mask2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  30% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  70% {
    -webkit-clip-path: inset(0% 0% 0% 85%);
            clip-path: inset(0% 0% 0% 85%);
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}
@keyframes mask2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  30% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  70% {
    -webkit-clip-path: inset(0% 0% 0% 85%);
            clip-path: inset(0% 0% 0% 85%);
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}
@-webkit-keyframes mask2fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  80% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes mask2fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  80% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@-webkit-keyframes feature-animation-spotify {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -86.5%);
    transform: translate(0, -86.5%);
  }
  55% {
    -webkit-transform: translate(0, -86.5%);
    transform: translate(0, -86.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-spotify {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -86.5%);
    transform: translate(0, -86.5%);
  }
  55% {
    -webkit-transform: translate(0, -86.5%);
    transform: translate(0, -86.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-beatport {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -84%);
    transform: translate(0, -84%);
  }
  55% {
    -webkit-transform: translate(0, -84%);
    transform: translate(0, -84%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-beatport {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -84%);
    transform: translate(0, -84%);
  }
  55% {
    -webkit-transform: translate(0, -84%);
    transform: translate(0, -84%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-artist {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93.6%);
    transform: translate(0, -93.6%);
  }
  55% {
    -webkit-transform: translate(0, -93.6%);
    transform: translate(0, -93.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-artist {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93.6%);
    transform: translate(0, -93.6%);
  }
  55% {
    -webkit-transform: translate(0, -93.6%);
    transform: translate(0, -93.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  8.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes feature-animation-analytics-element-1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  8.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  33.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}
@keyframes feature-animation-analytics-element-2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  33.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-3 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  58.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
}
@keyframes feature-animation-analytics-element-3 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  58.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-4 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  83.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}
@keyframes feature-animation-analytics-element-4 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  83.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-1-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  21% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  96% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes feature-animation-analytics-element-1-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  21% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  96% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes feature-animation-analytics-element-2-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  21% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  46% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes feature-animation-analytics-element-2-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  21% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  46% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes feature-animation-analytics-element-3-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  46% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes feature-animation-analytics-element-3-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  46% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes feature-animation-analytics-element-4-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  96% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes feature-animation-analytics-element-4-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  96% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
/*.keyframes (feature-animation-festival; {
	0% {
		.translate(0,0%);
	}
	45% {
		.translate(0,-92%);
	}
	55% {
		.translate(0,-92%);
	}
	90% {
		.translate(0,0%);
	}
});*/
@-webkit-keyframes feature-animation-country {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85.5%);
    transform: translate(0, -85.5%);
  }
  55% {
    -webkit-transform: translate(0, -85.5%);
    transform: translate(0, -85.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-country {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85.5%);
    transform: translate(0, -85.5%);
  }
  55% {
    -webkit-transform: translate(0, -85.5%);
    transform: translate(0, -85.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-genre {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -86%);
    transform: translate(0, -86%);
  }
  55% {
    -webkit-transform: translate(0, -86%);
    transform: translate(0, -86%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-genre {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -86%);
    transform: translate(0, -86%);
  }
  55% {
    -webkit-transform: translate(0, -86%);
    transform: translate(0, -86%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-airplay {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -82%);
    transform: translate(0, -82%);
  }
  55% {
    -webkit-transform: translate(0, -82%);
    transform: translate(0, -82%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-airplay {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -82%);
    transform: translate(0, -82%);
  }
  55% {
    -webkit-transform: translate(0, -82%);
    transform: translate(0, -82%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-festival {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-festival {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-audience {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -64%);
    transform: translate(0, -64%);
  }
  55% {
    -webkit-transform: translate(0, -64%);
    transform: translate(0, -64%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-audience {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -64%);
    transform: translate(0, -64%);
  }
  55% {
    -webkit-transform: translate(0, -64%);
    transform: translate(0, -64%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-label {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.3%);
    transform: translate(0, -88.3%);
  }
  55% {
    -webkit-transform: translate(0, -88.3%);
    transform: translate(0, -88.3%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-label {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.3%);
    transform: translate(0, -88.3%);
  }
  55% {
    -webkit-transform: translate(0, -88.3%);
    transform: translate(0, -88.3%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -94%);
    transform: translate(0, -94%);
  }
  55% {
    -webkit-transform: translate(0, -94%);
    transform: translate(0, -94%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -94%);
    transform: translate(0, -94%);
  }
  55% {
    -webkit-transform: translate(0, -94%);
    transform: translate(0, -94%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist-airplay-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist-airplay-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist-grid-hotness {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.5%);
    transform: translate(0, -88.5%);
  }
  55% {
    -webkit-transform: translate(0, -88.5%);
    transform: translate(0, -88.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist-grid-hotness {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.5%);
    transform: translate(0, -88.5%);
  }
  55% {
    -webkit-transform: translate(0, -88.5%);
    transform: translate(0, -88.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-festival {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91.5%);
    transform: translate(0, -91.5%);
  }
  55% {
    -webkit-transform: translate(0, -91.5%);
    transform: translate(0, -91.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-festival {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91.5%);
    transform: translate(0, -91.5%);
  }
  55% {
    -webkit-transform: translate(0, -91.5%);
    transform: translate(0, -91.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-audience {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
  55% {
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-audience {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
  55% {
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-airplay {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.8%);
    transform: translate(0, -88.8%);
  }
  55% {
    -webkit-transform: translate(0, -88.8%);
    transform: translate(0, -88.8%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-airplay {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.8%);
    transform: translate(0, -88.8%);
  }
  55% {
    -webkit-transform: translate(0, -88.8%);
    transform: translate(0, -88.8%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-social {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -96%);
    transform: translate(0, -96%);
  }
  55% {
    -webkit-transform: translate(0, -96%);
    transform: translate(0, -96%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-social {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -96%);
    transform: translate(0, -96%);
  }
  55% {
    -webkit-transform: translate(0, -96%);
    transform: translate(0, -96%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-social-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  55% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-social-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  55% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-compare-artists {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -89%);
    transform: translate(0, -89%);
  }
  55% {
    -webkit-transform: translate(0, -89%);
    transform: translate(0, -89%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-compare-artists {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -89%);
    transform: translate(0, -89%);
  }
  55% {
    -webkit-transform: translate(0, -89%);
    transform: translate(0, -89%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-label {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-label {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-beatport {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
  }
  55% {
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-beatport {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
  }
  55% {
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  55% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  55% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-festival-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  55% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-festival-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  55% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist-spotify {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91.6%);
    transform: translate(0, -91.6%);
  }
  55% {
    -webkit-transform: translate(0, -91.6%);
    transform: translate(0, -91.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist-spotify {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91.6%);
    transform: translate(0, -91.6%);
  }
  55% {
    -webkit-transform: translate(0, -91.6%);
    transform: translate(0, -91.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-spotify-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  55% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-spotify-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  55% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-beatport-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-beatport-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes onboarding-animation-mobile {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -90.7%);
    transform: translate(0, -90.7%);
  }
  55% {
    -webkit-transform: translate(0, -90.7%);
    transform: translate(0, -90.7%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes onboarding-animation-mobile {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -90.7%);
    transform: translate(0, -90.7%);
  }
  55% {
    -webkit-transform: translate(0, -90.7%);
    transform: translate(0, -90.7%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes onboarding-animation-tablet-forward {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -79.5%);
    transform: translate(0, -79.5%);
  }
  55% {
    -webkit-transform: translate(0, -79.5%);
    transform: translate(0, -79.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes onboarding-animation-tablet-forward {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -79.5%);
    transform: translate(0, -79.5%);
  }
  55% {
    -webkit-transform: translate(0, -79.5%);
    transform: translate(0, -79.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes onboarding-animation-tablet-forward-b {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -58.5%);
    transform: translate(0, -58.5%);
  }
  55% {
    -webkit-transform: translate(0, -58.5%);
    transform: translate(0, -58.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes onboarding-animation-tablet-forward-b {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -58.5%);
    transform: translate(0, -58.5%);
  }
  55% {
    -webkit-transform: translate(0, -58.5%);
    transform: translate(0, -58.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes onboarding-animation-tablet-forward-b-880 {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -74.5%);
    transform: translate(0, -74.5%);
  }
  55% {
    -webkit-transform: translate(0, -74.5%);
    transform: translate(0, -74.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes onboarding-animation-tablet-forward-b-880 {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -74.5%);
    transform: translate(0, -74.5%);
  }
  55% {
    -webkit-transform: translate(0, -74.5%);
    transform: translate(0, -74.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-beatport-track-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87.6%);
    transform: translate(0, -87.6%);
  }
  55% {
    -webkit-transform: translate(0, -87.6%);
    transform: translate(0, -87.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-beatport-track-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87.6%);
    transform: translate(0, -87.6%);
  }
  55% {
    -webkit-transform: translate(0, -87.6%);
    transform: translate(0, -87.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-country {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91%);
    transform: translate(0, -91%);
  }
  55% {
    -webkit-transform: translate(0, -91%);
    transform: translate(0, -91%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-country {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91%);
    transform: translate(0, -91%);
  }
  55% {
    -webkit-transform: translate(0, -91%);
    transform: translate(0, -91%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-genre {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-genre {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-label-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-label-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes logos-ani {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-99.5%, 0%);
    transform: translate(-99.5%, 0%);
  }
}
@keyframes logos-ani {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-99.5%, 0%);
    transform: translate(-99.5%, 0%);
  }
}
@-webkit-keyframes fade-in-out-tooltip {
  0% {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: block;
    width: auto;
  }
  20% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: auto;
    height: auto;
  }
  100% {
    font-size: 0px;
    font-size: 0rem;
    display: none;
    height: 0;
    width: 0;
  }
}
@keyframes fade-in-out-tooltip {
  0% {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: block;
    width: auto;
  }
  20% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: auto;
    height: auto;
  }
  100% {
    font-size: 0px;
    font-size: 0rem;
    display: none;
    height: 0;
    width: 0;
  }
}
@-webkit-keyframes fade-in-out-share {
  0% {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: block;
  }
  20% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    font-size: 0px;
    font-size: 0rem;
    display: none;
  }
}
@keyframes fade-in-out-share {
  0% {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: block;
  }
  20% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    font-size: 0px;
    font-size: 0rem;
    display: none;
  }
}
@-webkit-keyframes fade-in-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  20% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: none;
  }
}
@keyframes fade-in-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  20% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes fade-in-out-soft {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@keyframes fade-in-out-soft {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@-webkit-keyframes fade-in-out-soft-parallax {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@keyframes fade-in-out-soft-parallax {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@-webkit-keyframes transition-color-in {
  0% {
    background-color: rgba(246, 246, 245, 0);
  }
  1% {
    background-color: rgba(246, 246, 245, 0);
  }
  100% {
    background-color: #f6f6f5;
  }
}
@keyframes transition-color-in {
  0% {
    background-color: rgba(246, 246, 245, 0);
  }
  1% {
    background-color: rgba(246, 246, 245, 0);
  }
  100% {
    background-color: #f6f6f5;
  }
}
@-webkit-keyframes transition-color-out {
  0% {
    background-color: #f6f6f5;
  }
  1% {
    background-color: #f6f6f5;
  }
  100% {
    background-color: rgba(246, 246, 245, 0);
  }
}
@keyframes transition-color-out {
  0% {
    background-color: #f6f6f5;
  }
  1% {
    background-color: #f6f6f5;
  }
  100% {
    background-color: rgba(246, 246, 245, 0);
  }
}
@-webkit-keyframes transition-slide-in {
  0% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: none;
  }
  1% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
}
@keyframes transition-slide-in {
  0% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: none;
  }
  1% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
}
@-webkit-keyframes transition-slide-out {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
  99% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: none;
  }
}
@keyframes transition-slide-out {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
  99% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: none;
  }
}
@-webkit-keyframes transition-slide-up {
  0% {
    display: none;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  1% {
    display: -webkit-box;
    display: flex;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  100% {
    display: -webkit-box;
    display: flex;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes transition-slide-up {
  0% {
    display: none;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes transition-slide-down {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  99% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    display: none;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes transition-slide-down {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  99% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    display: none;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-block {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: block;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
  }
}
@keyframes fade-in-block {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: block;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes fade-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes genre-slide-in {
  0% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    display: none;
  }
  1% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
}
@keyframes genre-slide-in {
  0% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    display: none;
  }
  1% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
}
@-webkit-keyframes cta-search-label-animation {
  0% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  5% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  20% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  25% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  26% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  30% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  45% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  51% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  75% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  76% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  80% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes cta-search-label-animation {
  0% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  5% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  20% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  25% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  26% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  30% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  45% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  51% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  75% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  76% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  80% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes cta-search-animation {
  0% {
    content: "Search Artist";
    width: 0%;
  }
  5% {
    content: "Search Artist";
    width: 100%;
  }
  20% {
    content: "Search Artist";
    width: 100%;
  }
  25% {
    content: "Search Artist";
    width: 0%;
  }
  26% {
    content: "Search Place";
    width: 0%;
  }
  30% {
    content: "Search Place";
    width: 100%;
  }
  45% {
    content: "Search Place";
    width: 100%;
  }
  50% {
    content: "Search Place";
    width: 0%;
  }
  51% {
    content: "Search Event";
    width: 0%;
  }
  55% {
    content: "Search Event";
    width: 100%;
  }
  70% {
    content: "Search Event";
    width: 100%;
  }
  75% {
    content: "Search Event";
    width: 0%;
  }
  76% {
    content: "Search Festival";
    width: 0%;
  }
  80% {
    content: "Search Festival";
    width: 100%;
  }
  95% {
    content: "Search Festival";
    width: 100%;
  }
  100% {
    content: "Search Festival";
    width: 0%;
  }
}
@keyframes cta-search-animation {
  0% {
    content: "Search Artist";
    width: 0%;
  }
  5% {
    content: "Search Artist";
    width: 100%;
  }
  20% {
    content: "Search Artist";
    width: 100%;
  }
  25% {
    content: "Search Artist";
    width: 0%;
  }
  26% {
    content: "Search Place";
    width: 0%;
  }
  30% {
    content: "Search Place";
    width: 100%;
  }
  45% {
    content: "Search Place";
    width: 100%;
  }
  50% {
    content: "Search Place";
    width: 0%;
  }
  51% {
    content: "Search Event";
    width: 0%;
  }
  55% {
    content: "Search Event";
    width: 100%;
  }
  70% {
    content: "Search Event";
    width: 100%;
  }
  75% {
    content: "Search Event";
    width: 0%;
  }
  76% {
    content: "Search Festival";
    width: 0%;
  }
  80% {
    content: "Search Festival";
    width: 100%;
  }
  95% {
    content: "Search Festival";
    width: 100%;
  }
  100% {
    content: "Search Festival";
    width: 0%;
  }
}
@-webkit-keyframes blink-text-cursor {
  0% {
    border-right: 2px solid #ff1e43;
  }
  100% {
    border-right: 2px solid transparent;
  }
}
@keyframes blink-text-cursor {
  0% {
    border-right: 2px solid #ff1e43;
  }
  100% {
    border-right: 2px solid transparent;
  }
}
@-webkit-keyframes line-out-in {
  0% {
    left: 0%;
    width: 99%;
  }
  50% {
    left: 99%;
    width: 0%;
  }
  51% {
    left: 0%;
    width: 0%;
  }
  100% {
    left: 0%;
    width: 99%;
  }
}
@keyframes line-out-in {
  0% {
    left: 0%;
    width: 99%;
  }
  50% {
    left: 99%;
    width: 0%;
  }
  51% {
    left: 0%;
    width: 0%;
  }
  100% {
    left: 0%;
    width: 99%;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@-webkit-keyframes pulsate-out {
  0% {
    -webkit-transform: scaleY(inherit);
            transform: scaleY(inherit);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes pulsate-out {
  0% {
    -webkit-transform: scaleY(inherit);
            transform: scaleY(inherit);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@-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);
  }
}
@-webkit-keyframes jello {
  11.1% {
    -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.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes jello {
  11.1% {
    -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.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes notification-inner-ani {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes notification-inner-ani {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes notification-hide {
  0% {
    max-height: 300px;
  }
  100% {
    max-height: 0px;
  }
}
@keyframes notification-hide {
  0% {
    max-height: 300px;
  }
  100% {
    max-height: 0px;
  }
}
@-webkit-keyframes notification-ani {
  0% {
    max-height: 0px;
  }
  10% {
    max-height: 300px;
  }
  100% {
    max-height: 300px;
  }
}
@keyframes notification-ani {
  0% {
    max-height: 0px;
  }
  10% {
    max-height: 300px;
  }
  100% {
    max-height: 300px;
  }
}
@-webkit-keyframes float-up-down {
  0% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@keyframes float-up-down {
  0% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@-webkit-keyframes float-left-right {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}
@keyframes float-left-right {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}
@-webkit-keyframes fade-in-out-visual-1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  33% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  35% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
}
@keyframes fade-in-out-visual-1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  33% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  35% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
}
@-webkit-keyframes fade-in-out-visual-2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  66% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  68% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  98% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
}
@keyframes fade-in-out-visual-2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  66% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  68% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  98% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
}
/*************** 8. PLUGINS ***************/
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
  outline: 0;
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev:before,
  .swiper-button-next:before {
    background-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-button-prev:before,
  .swiper-button-next:before {
    background-size: 40px;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-disabled:before,
.swiper-button-next.swiper-button-disabled:before {
  opacity: 0.2;
}
.swiper-button-prev.swiper-button-disabled.swiper-button-lock,
.swiper-button-next.swiper-button-disabled.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    right: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    right: 75px;
  }
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  background-image: url('../images/svg/arrow-left.svg');
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
}
@media only screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  background-image: url('../images/svg/arrow-right.svg');
}
.swiper-button-prev.swiper-button-white:before,
.swiper-container-rtl .swiper-button-next.swiper-button-white:before {
  background-image: url('../images/svg/arrow-left-white.svg');
}
.swiper-button-next.swiper-button-white:before,
.swiper-container-rtl .swiper-button-prev.swiper-button-white:before {
  background-image: url('../images/svg/arrow-right-white.svg');
}
.swiper-button-prev.swiper-button-black:before,
.swiper-container-rtl .swiper-button-next.swiper-button-black:before {
  background-image: url('../images/svg/arrow-left.svg');
}
.swiper-button-next.swiper-button-black:before,
.swiper-container-rtl .swiper-button-prev.swiper-button-black:before {
  background-image: url('../images/svg/arrow-right.svg');
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.75;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  background-size: 80px;
}
.swiper-lazy-loaded {
  -webkit-animation: fade-in 0.3s linear 0s forwards;
  animation: fade-in 0.3s linear 0s forwards;
}
/*
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	//background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}/*
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide {
  pointer-events: all;
  z-index: 10;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-main {
  position: relative;
}
.swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  background-color: transparent;
  margin: 0 6px;
}
.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-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;
  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 */
@-webkit-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);
  }
}
@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;
  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 tada-big {
  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.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada-big {
  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.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada-big {
  -webkit-animation-name: tada-big;
  animation-name: tada-big;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-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.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
  }
  80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInCustom {
  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.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  40% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceInCustom {
  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.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  40% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceInCustom {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceInCustom;
  animation-name: bounceInCustom;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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 flip-custom {
  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, 0) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 0) 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-custom {
  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, 0) rotate3d(0, 1, 0, -1810deg);
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -179deg);
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -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-custom {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip-custom;
}
@-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 flipInXCustom {
  from {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
@keyframes flipInXCustom {
  from {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
.flipInXCustom {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInXCustom;
  animation-name: flipInXCustom;
}
@-webkit-keyframes flipOutXCustom {
  from {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
  to {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
@keyframes flipOutXCustom {
  from {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
  to {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
.flipOutXCustom {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutXCustom;
  animation-name: flipOutXCustom;
}
@-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 flipInYre {
  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 flipInYre {
  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);
  }
}
.flipInYre {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInYre;
  animation-name: flipInYre;
}
@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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;
}
